@charset "UTF-8";

/* apps/admin/src/styles.scss */
.search-btn {
  position: absolute;
  top: 11px;
  right: 8px;
}
.search-btn .btn {
  padding: 0 !important;
}

/* libs/legacy-lib/src/lib/styles/index.scss */
@layer vendors, layout, components;
@layer vendors {
  /*!
   * Bootstrap  v5.3.3 (https://getbootstrap.com/)
   * Copyright 2011-2024 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
  :root,
  [data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --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-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb:
      13,
      110,
      253;
    --bs-secondary-rgb:
      108,
      117,
      125;
    --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-light-rgb:
      248,
      249,
      250;
    --bs-dark-rgb:
      33,
      37,
      41;
    --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
    --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
    --bs-success-text-emphasis: rgb(10, 54, 33.6);
    --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
    --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
    --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
    --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
    --bs-success-bg-subtle: rgb(209, 231, 220.8);
    --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
    --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
    --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
    --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
    --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
    --bs-success-border-subtle: rgb(163, 207, 186.6);
    --bs-info-border-subtle: rgb(158.2, 233.8, 249);
    --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
    --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb:
      255,
      255,
      255;
    --bs-black-rgb:
      0,
      0,
      0;
    --bs-font-sans-serif:
      system-ui,
      -apple-system,
      "Segoe UI",
      Roboto,
      "Helvetica Neue",
      "Noto Sans",
      "Liberation Sans",
      Arial,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji";
    --bs-font-monospace:
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace;
    --bs-gradient:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.15),
        rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb:
      33,
      37,
      41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb:
      255,
      255,
      255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb:
      0,
      0,
      0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb:
      33,
      37,
      41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb:
      233,
      236,
      239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb:
      33,
      37,
      41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb:
      248,
      249,
      250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb:
      13,
      110,
      253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: rgb(10.4, 88, 202.4);
    --bs-link-hover-color-rgb:
      10,
      88,
      202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: rgb(255, 242.6, 205.4);
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
  }
  [data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb:
      222,
      226,
      230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb:
      33,
      37,
      41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb:
      255,
      255,
      255;
    --bs-secondary-color: rgba(222, 226, 230, 0.75);
    --bs-secondary-color-rgb:
      222,
      226,
      230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb:
      52,
      58,
      64;
    --bs-tertiary-color: rgba(222, 226, 230, 0.5);
    --bs-tertiary-color-rgb:
      222,
      226,
      230;
    --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
    --bs-tertiary-bg-rgb:
      43,
      48,
      53;
    --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
    --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
    --bs-success-text-emphasis: rgb(117, 183, 152.4);
    --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
    --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
    --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
    --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
    --bs-success-bg-subtle: rgb(5, 27, 16.8);
    --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
    --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
    --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
    --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
    --bs-success-border-subtle: rgb(15, 81, 50.4);
    --bs-info-border-subtle: rgb(7.8, 121.2, 144);
    --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
    --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: rgb(109.8, 168, 253.8);
    --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
    --bs-link-color-rgb:
      110,
      168,
      254;
    --bs-link-hover-color-rgb:
      139,
      185,
      254;
    --bs-code-color: rgb(230.4, 132.6, 181.2);
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: rgb(102, 77.2, 2.8);
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
    --bs-form-valid-color: rgb(117, 183, 152.4);
    --bs-form-valid-border-color: rgb(117, 183, 152.4);
    --bs-form-invalid-color: rgb(234, 133.8, 143.4);
    --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
  }
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  @media (prefers-reduced-motion: no-preference) {
    :root {
      scroll-behavior: smooth;
    }
  }
  body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 0.25;
  }
  h6,
  .h6,
  h5,
  .h5,
  h4,
  .h4,
  h3,
  .h3,
  h2,
  .h2,
  h1,
  .h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
  }
  h1,
  .h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
  @media (min-width: 1200px) {
    h1,
    .h1 {
      font-size: 2.5rem;
    }
  }
  h2,
  .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
  @media (min-width: 1200px) {
    h2,
    .h2 {
      font-size: 2rem;
    }
  }
  h3,
  .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
  @media (min-width: 1200px) {
    h3,
    .h3 {
      font-size: 1.75rem;
    }
  }
  h4,
  .h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
  @media (min-width: 1200px) {
    h4,
    .h4 {
      font-size: 1.5rem;
    }
  }
  h5,
  .h5 {
    font-size: 1.25rem;
  }
  h6,
  .h6 {
    font-size: 1rem;
  }
  p {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  abbr[title] {
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none;
  }
  address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
  }
  ol,
  ul {
    padding-left: 2rem;
  }
  ol,
  ul,
  dl {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  ol ol,
  ul ul,
  ol ul,
  ul ol {
    margin-bottom: 0;
  }
  dt {
    font-weight: 700;
  }
  dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
  }
  blockquote {
    margin: 0 0 1rem;
  }
  b,
  strong {
    font-weight: bolder;
  }
  small,
  .small {
    font-size: 0.875em;
  }
  mark,
  .mark {
    padding: 0.1875em;
    color: var(--bs-highlight-color);
    background-color: var(--bs-highlight-bg);
  }
  sub,
  sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline;
  }
  a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
  }
  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;
  }
  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: var(--bs-code-color);
    word-wrap: break-word;
  }
  a > code {
    color: inherit;
  }
  kbd {
    padding: 0.1875rem 0.375rem;
    font-size: 0.875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: 0.25rem;
  }
  kbd kbd {
    padding: 0;
    font-size: 1em;
  }
  figure {
    margin: 0 0 1rem;
  }
  img,
  svg {
    vertical-align: middle;
  }
  table {
    caption-side: bottom;
    border-collapse: collapse;
  }
  caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: var(--bs-secondary-color);
    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]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important;
  }
  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] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-color-swatch-wrapper {
    padding: 0;
  }
  ::file-selector-button {
    font: inherit;
    -webkit-appearance: button;
  }
  output {
    display: inline-block;
  }
  iframe {
    border: 0;
  }
  summary {
    display: list-item;
    cursor: pointer;
  }
  progress {
    vertical-align: baseline;
  }
  [hidden] {
    display: none !important;
  }
  .lead {
    font-size: 1.25rem;
    font-weight: 300;
  }
  .display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;
  }
  @media (min-width: 1200px) {
    .display-1 {
      font-size: 5rem;
    }
  }
  .display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2;
  }
  @media (min-width: 1200px) {
    .display-2 {
      font-size: 4.5rem;
    }
  }
  .display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2;
  }
  @media (min-width: 1200px) {
    .display-3 {
      font-size: 4rem;
    }
  }
  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
  }
  @media (min-width: 1200px) {
    .display-4 {
      font-size: 3.5rem;
    }
  }
  .display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2;
  }
  @media (min-width: 1200px) {
    .display-5 {
      font-size: 3rem;
    }
  }
  .display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
  }
  @media (min-width: 1200px) {
    .display-6 {
      font-size: 2.5rem;
    }
  }
  .list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  .list-inline {
    padding-left: 0;
    list-style: none;
  }
  .list-inline-item {
    display: inline-block;
  }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
  }
  .initialism {
    font-size: 0.875em;
    text-transform: uppercase;
  }
  .blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
  .blockquote > :last-child {
    margin-bottom: 0;
  }
  .blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #6c757d;
  }
  .blockquote-footer::before {
    content: "\2014\a0";
  }
  .img-fluid {
    max-width: 100%;
    height: auto;
  }
  .img-thumbnail {
    padding: 0.25rem;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    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: var(--bs-secondary-color);
  }
  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 576px) {
    .container-sm,
    .container {
      max-width: 540px;
    }
  }
  @media (min-width: 768px) {
    .container-md,
    .container-sm,
    .container {
      max-width: 720px;
    }
  }
  @media (min-width: 992px) {
    .container-lg,
    .container-md,
    .container-sm,
    .container {
      max-width: 960px;
    }
  }
  @media (min-width: 1200px) {
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
      max-width: 1140px;
    }
  }
  @media (min-width: 1400px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
      max-width: 1320px;
    }
  }
  :root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
  }
  .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
  }
  .col {
    flex: 1 0 0%;
  }
  .row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-1 {
    margin-left: 8.33333333%;
  }
  .offset-2 {
    margin-left: 16.66666667%;
  }
  .offset-3 {
    margin-left: 25%;
  }
  .offset-4 {
    margin-left: 33.33333333%;
  }
  .offset-5 {
    margin-left: 41.66666667%;
  }
  .offset-6 {
    margin-left: 50%;
  }
  .offset-7 {
    margin-left: 58.33333333%;
  }
  .offset-8 {
    margin-left: 66.66666667%;
  }
  .offset-9 {
    margin-left: 75%;
  }
  .offset-10 {
    margin-left: 83.33333333%;
  }
  .offset-11 {
    margin-left: 91.66666667%;
  }
  .g-0,
  .gx-0 {
    --bs-gutter-x: 0;
  }
  .g-0,
  .gy-0 {
    --bs-gutter-y: 0;
  }
  .g-1,
  .gx-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-1,
  .gy-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-2,
  .gx-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-2,
  .gy-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-3,
  .gx-3 {
    --bs-gutter-x: 1rem;
  }
  .g-3,
  .gy-3 {
    --bs-gutter-y: 1rem;
  }
  .g-4,
  .gx-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-4,
  .gy-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-5,
  .gx-5 {
    --bs-gutter-x: 3rem;
  }
  .g-5,
  .gy-5 {
    --bs-gutter-y: 3rem;
  }
  @media (min-width: 576px) {
    .col-sm {
      flex: 1 0 0%;
    }
    .row-cols-sm-auto > * {
      flex: 0 0 auto;
      width: auto;
    }
    .row-cols-sm-1 > * {
      flex: 0 0 auto;
      width: 100%;
    }
    .row-cols-sm-2 > * {
      flex: 0 0 auto;
      width: 50%;
    }
    .row-cols-sm-3 > * {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .row-cols-sm-4 > * {
      flex: 0 0 auto;
      width: 25%;
    }
    .row-cols-sm-5 > * {
      flex: 0 0 auto;
      width: 20%;
    }
    .row-cols-sm-6 > * {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-sm-auto {
      flex: 0 0 auto;
      width: auto;
    }
    .col-sm-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
    }
    .col-sm-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-sm-3 {
      flex: 0 0 auto;
      width: 25%;
    }
    .col-sm-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .col-sm-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }
    .col-sm-6 {
      flex: 0 0 auto;
      width: 50%;
    }
    .col-sm-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }
    .col-sm-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
    .col-sm-9 {
      flex: 0 0 auto;
      width: 75%;
    }
    .col-sm-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
    }
    .col-sm-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
    }
    .col-sm-12 {
      flex: 0 0 auto;
      width: 100%;
    }
    .offset-sm-0 {
      margin-left: 0;
    }
    .offset-sm-1 {
      margin-left: 8.33333333%;
    }
    .offset-sm-2 {
      margin-left: 16.66666667%;
    }
    .offset-sm-3 {
      margin-left: 25%;
    }
    .offset-sm-4 {
      margin-left: 33.33333333%;
    }
    .offset-sm-5 {
      margin-left: 41.66666667%;
    }
    .offset-sm-6 {
      margin-left: 50%;
    }
    .offset-sm-7 {
      margin-left: 58.33333333%;
    }
    .offset-sm-8 {
      margin-left: 66.66666667%;
    }
    .offset-sm-9 {
      margin-left: 75%;
    }
    .offset-sm-10 {
      margin-left: 83.33333333%;
    }
    .offset-sm-11 {
      margin-left: 91.66666667%;
    }
    .g-sm-0,
    .gx-sm-0 {
      --bs-gutter-x: 0;
    }
    .g-sm-0,
    .gy-sm-0 {
      --bs-gutter-y: 0;
    }
    .g-sm-1,
    .gx-sm-1 {
      --bs-gutter-x: 0.25rem;
    }
    .g-sm-1,
    .gy-sm-1 {
      --bs-gutter-y: 0.25rem;
    }
    .g-sm-2,
    .gx-sm-2 {
      --bs-gutter-x: 0.5rem;
    }
    .g-sm-2,
    .gy-sm-2 {
      --bs-gutter-y: 0.5rem;
    }
    .g-sm-3,
    .gx-sm-3 {
      --bs-gutter-x: 1rem;
    }
    .g-sm-3,
    .gy-sm-3 {
      --bs-gutter-y: 1rem;
    }
    .g-sm-4,
    .gx-sm-4 {
      --bs-gutter-x: 1.5rem;
    }
    .g-sm-4,
    .gy-sm-4 {
      --bs-gutter-y: 1.5rem;
    }
    .g-sm-5,
    .gx-sm-5 {
      --bs-gutter-x: 3rem;
    }
    .g-sm-5,
    .gy-sm-5 {
      --bs-gutter-y: 3rem;
    }
  }
  @media (min-width: 768px) {
    .col-md {
      flex: 1 0 0%;
    }
    .row-cols-md-auto > * {
      flex: 0 0 auto;
      width: auto;
    }
    .row-cols-md-1 > * {
      flex: 0 0 auto;
      width: 100%;
    }
    .row-cols-md-2 > * {
      flex: 0 0 auto;
      width: 50%;
    }
    .row-cols-md-3 > * {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .row-cols-md-4 > * {
      flex: 0 0 auto;
      width: 25%;
    }
    .row-cols-md-5 > * {
      flex: 0 0 auto;
      width: 20%;
    }
    .row-cols-md-6 > * {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-md-auto {
      flex: 0 0 auto;
      width: auto;
    }
    .col-md-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
    }
    .col-md-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-md-3 {
      flex: 0 0 auto;
      width: 25%;
    }
    .col-md-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .col-md-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }
    .col-md-6 {
      flex: 0 0 auto;
      width: 50%;
    }
    .col-md-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }
    .col-md-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
    .col-md-9 {
      flex: 0 0 auto;
      width: 75%;
    }
    .col-md-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
    }
    .col-md-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
    }
    .col-md-12 {
      flex: 0 0 auto;
      width: 100%;
    }
    .offset-md-0 {
      margin-left: 0;
    }
    .offset-md-1 {
      margin-left: 8.33333333%;
    }
    .offset-md-2 {
      margin-left: 16.66666667%;
    }
    .offset-md-3 {
      margin-left: 25%;
    }
    .offset-md-4 {
      margin-left: 33.33333333%;
    }
    .offset-md-5 {
      margin-left: 41.66666667%;
    }
    .offset-md-6 {
      margin-left: 50%;
    }
    .offset-md-7 {
      margin-left: 58.33333333%;
    }
    .offset-md-8 {
      margin-left: 66.66666667%;
    }
    .offset-md-9 {
      margin-left: 75%;
    }
    .offset-md-10 {
      margin-left: 83.33333333%;
    }
    .offset-md-11 {
      margin-left: 91.66666667%;
    }
    .g-md-0,
    .gx-md-0 {
      --bs-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0 {
      --bs-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1 {
      --bs-gutter-x: 0.25rem;
    }
    .g-md-1,
    .gy-md-1 {
      --bs-gutter-y: 0.25rem;
    }
    .g-md-2,
    .gx-md-2 {
      --bs-gutter-x: 0.5rem;
    }
    .g-md-2,
    .gy-md-2 {
      --bs-gutter-y: 0.5rem;
    }
    .g-md-3,
    .gx-md-3 {
      --bs-gutter-x: 1rem;
    }
    .g-md-3,
    .gy-md-3 {
      --bs-gutter-y: 1rem;
    }
    .g-md-4,
    .gx-md-4 {
      --bs-gutter-x: 1.5rem;
    }
    .g-md-4,
    .gy-md-4 {
      --bs-gutter-y: 1.5rem;
    }
    .g-md-5,
    .gx-md-5 {
      --bs-gutter-x: 3rem;
    }
    .g-md-5,
    .gy-md-5 {
      --bs-gutter-y: 3rem;
    }
  }
  @media (min-width: 992px) {
    .col-lg {
      flex: 1 0 0%;
    }
    .row-cols-lg-auto > * {
      flex: 0 0 auto;
      width: auto;
    }
    .row-cols-lg-1 > * {
      flex: 0 0 auto;
      width: 100%;
    }
    .row-cols-lg-2 > * {
      flex: 0 0 auto;
      width: 50%;
    }
    .row-cols-lg-3 > * {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .row-cols-lg-4 > * {
      flex: 0 0 auto;
      width: 25%;
    }
    .row-cols-lg-5 > * {
      flex: 0 0 auto;
      width: 20%;
    }
    .row-cols-lg-6 > * {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-lg-auto {
      flex: 0 0 auto;
      width: auto;
    }
    .col-lg-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
    }
    .col-lg-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-lg-3 {
      flex: 0 0 auto;
      width: 25%;
    }
    .col-lg-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .col-lg-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }
    .col-lg-6 {
      flex: 0 0 auto;
      width: 50%;
    }
    .col-lg-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }
    .col-lg-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
    .col-lg-9 {
      flex: 0 0 auto;
      width: 75%;
    }
    .col-lg-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
    }
    .col-lg-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
    }
    .col-lg-12 {
      flex: 0 0 auto;
      width: 100%;
    }
    .offset-lg-0 {
      margin-left: 0;
    }
    .offset-lg-1 {
      margin-left: 8.33333333%;
    }
    .offset-lg-2 {
      margin-left: 16.66666667%;
    }
    .offset-lg-3 {
      margin-left: 25%;
    }
    .offset-lg-4 {
      margin-left: 33.33333333%;
    }
    .offset-lg-5 {
      margin-left: 41.66666667%;
    }
    .offset-lg-6 {
      margin-left: 50%;
    }
    .offset-lg-7 {
      margin-left: 58.33333333%;
    }
    .offset-lg-8 {
      margin-left: 66.66666667%;
    }
    .offset-lg-9 {
      margin-left: 75%;
    }
    .offset-lg-10 {
      margin-left: 83.33333333%;
    }
    .offset-lg-11 {
      margin-left: 91.66666667%;
    }
    .g-lg-0,
    .gx-lg-0 {
      --bs-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0 {
      --bs-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1 {
      --bs-gutter-x: 0.25rem;
    }
    .g-lg-1,
    .gy-lg-1 {
      --bs-gutter-y: 0.25rem;
    }
    .g-lg-2,
    .gx-lg-2 {
      --bs-gutter-x: 0.5rem;
    }
    .g-lg-2,
    .gy-lg-2 {
      --bs-gutter-y: 0.5rem;
    }
    .g-lg-3,
    .gx-lg-3 {
      --bs-gutter-x: 1rem;
    }
    .g-lg-3,
    .gy-lg-3 {
      --bs-gutter-y: 1rem;
    }
    .g-lg-4,
    .gx-lg-4 {
      --bs-gutter-x: 1.5rem;
    }
    .g-lg-4,
    .gy-lg-4 {
      --bs-gutter-y: 1.5rem;
    }
    .g-lg-5,
    .gx-lg-5 {
      --bs-gutter-x: 3rem;
    }
    .g-lg-5,
    .gy-lg-5 {
      --bs-gutter-y: 3rem;
    }
  }
  @media (min-width: 1200px) {
    .col-xl {
      flex: 1 0 0%;
    }
    .row-cols-xl-auto > * {
      flex: 0 0 auto;
      width: auto;
    }
    .row-cols-xl-1 > * {
      flex: 0 0 auto;
      width: 100%;
    }
    .row-cols-xl-2 > * {
      flex: 0 0 auto;
      width: 50%;
    }
    .row-cols-xl-3 > * {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .row-cols-xl-4 > * {
      flex: 0 0 auto;
      width: 25%;
    }
    .row-cols-xl-5 > * {
      flex: 0 0 auto;
      width: 20%;
    }
    .row-cols-xl-6 > * {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-xl-auto {
      flex: 0 0 auto;
      width: auto;
    }
    .col-xl-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
    }
    .col-xl-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-xl-3 {
      flex: 0 0 auto;
      width: 25%;
    }
    .col-xl-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .col-xl-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }
    .col-xl-6 {
      flex: 0 0 auto;
      width: 50%;
    }
    .col-xl-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }
    .col-xl-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
    .col-xl-9 {
      flex: 0 0 auto;
      width: 75%;
    }
    .col-xl-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
    }
    .col-xl-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
    }
    .col-xl-12 {
      flex: 0 0 auto;
      width: 100%;
    }
    .offset-xl-0 {
      margin-left: 0;
    }
    .offset-xl-1 {
      margin-left: 8.33333333%;
    }
    .offset-xl-2 {
      margin-left: 16.66666667%;
    }
    .offset-xl-3 {
      margin-left: 25%;
    }
    .offset-xl-4 {
      margin-left: 33.33333333%;
    }
    .offset-xl-5 {
      margin-left: 41.66666667%;
    }
    .offset-xl-6 {
      margin-left: 50%;
    }
    .offset-xl-7 {
      margin-left: 58.33333333%;
    }
    .offset-xl-8 {
      margin-left: 66.66666667%;
    }
    .offset-xl-9 {
      margin-left: 75%;
    }
    .offset-xl-10 {
      margin-left: 83.33333333%;
    }
    .offset-xl-11 {
      margin-left: 91.66666667%;
    }
    .g-xl-0,
    .gx-xl-0 {
      --bs-gutter-x: 0;
    }
    .g-xl-0,
    .gy-xl-0 {
      --bs-gutter-y: 0;
    }
    .g-xl-1,
    .gx-xl-1 {
      --bs-gutter-x: 0.25rem;
    }
    .g-xl-1,
    .gy-xl-1 {
      --bs-gutter-y: 0.25rem;
    }
    .g-xl-2,
    .gx-xl-2 {
      --bs-gutter-x: 0.5rem;
    }
    .g-xl-2,
    .gy-xl-2 {
      --bs-gutter-y: 0.5rem;
    }
    .g-xl-3,
    .gx-xl-3 {
      --bs-gutter-x: 1rem;
    }
    .g-xl-3,
    .gy-xl-3 {
      --bs-gutter-y: 1rem;
    }
    .g-xl-4,
    .gx-xl-4 {
      --bs-gutter-x: 1.5rem;
    }
    .g-xl-4,
    .gy-xl-4 {
      --bs-gutter-y: 1.5rem;
    }
    .g-xl-5,
    .gx-xl-5 {
      --bs-gutter-x: 3rem;
    }
    .g-xl-5,
    .gy-xl-5 {
      --bs-gutter-y: 3rem;
    }
  }
  @media (min-width: 1400px) {
    .col-xxl {
      flex: 1 0 0%;
    }
    .row-cols-xxl-auto > * {
      flex: 0 0 auto;
      width: auto;
    }
    .row-cols-xxl-1 > * {
      flex: 0 0 auto;
      width: 100%;
    }
    .row-cols-xxl-2 > * {
      flex: 0 0 auto;
      width: 50%;
    }
    .row-cols-xxl-3 > * {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .row-cols-xxl-4 > * {
      flex: 0 0 auto;
      width: 25%;
    }
    .row-cols-xxl-5 > * {
      flex: 0 0 auto;
      width: 20%;
    }
    .row-cols-xxl-6 > * {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-xxl-auto {
      flex: 0 0 auto;
      width: auto;
    }
    .col-xxl-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
    }
    .col-xxl-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-xxl-3 {
      flex: 0 0 auto;
      width: 25%;
    }
    .col-xxl-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .col-xxl-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }
    .col-xxl-6 {
      flex: 0 0 auto;
      width: 50%;
    }
    .col-xxl-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }
    .col-xxl-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
    .col-xxl-9 {
      flex: 0 0 auto;
      width: 75%;
    }
    .col-xxl-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
    }
    .col-xxl-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
    }
    .col-xxl-12 {
      flex: 0 0 auto;
      width: 100%;
    }
    .offset-xxl-0 {
      margin-left: 0;
    }
    .offset-xxl-1 {
      margin-left: 8.33333333%;
    }
    .offset-xxl-2 {
      margin-left: 16.66666667%;
    }
    .offset-xxl-3 {
      margin-left: 25%;
    }
    .offset-xxl-4 {
      margin-left: 33.33333333%;
    }
    .offset-xxl-5 {
      margin-left: 41.66666667%;
    }
    .offset-xxl-6 {
      margin-left: 50%;
    }
    .offset-xxl-7 {
      margin-left: 58.33333333%;
    }
    .offset-xxl-8 {
      margin-left: 66.66666667%;
    }
    .offset-xxl-9 {
      margin-left: 75%;
    }
    .offset-xxl-10 {
      margin-left: 83.33333333%;
    }
    .offset-xxl-11 {
      margin-left: 91.66666667%;
    }
    .g-xxl-0,
    .gx-xxl-0 {
      --bs-gutter-x: 0;
    }
    .g-xxl-0,
    .gy-xxl-0 {
      --bs-gutter-y: 0;
    }
    .g-xxl-1,
    .gx-xxl-1 {
      --bs-gutter-x: 0.25rem;
    }
    .g-xxl-1,
    .gy-xxl-1 {
      --bs-gutter-y: 0.25rem;
    }
    .g-xxl-2,
    .gx-xxl-2 {
      --bs-gutter-x: 0.5rem;
    }
    .g-xxl-2,
    .gy-xxl-2 {
      --bs-gutter-y: 0.5rem;
    }
    .g-xxl-3,
    .gx-xxl-3 {
      --bs-gutter-x: 1rem;
    }
    .g-xxl-3,
    .gy-xxl-3 {
      --bs-gutter-y: 1rem;
    }
    .g-xxl-4,
    .gx-xxl-4 {
      --bs-gutter-x: 1.5rem;
    }
    .g-xxl-4,
    .gy-xxl-4 {
      --bs-gutter-y: 1.5rem;
    }
    .g-xxl-5,
    .gx-xxl-5 {
      --bs-gutter-x: 3rem;
    }
    .g-xxl-5,
    .gy-xxl-5 {
      --bs-gutter-y: 3rem;
    }
  }
  .table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-emphasis-color);
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-emphasis-color);
    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
    --bs-table-active-color: var(--bs-emphasis-color);
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
    --bs-table-hover-color: var(--bs-emphasis-color);
    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-table-border-color);
  }
  .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
  }
  .table > tbody {
    vertical-align: inherit;
  }
  .table > thead {
    vertical-align: bottom;
  }
  .table-group-divider {
    border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
  }
  .caption-top {
    caption-side: top;
  }
  .table-sm > :not(caption) > * > * {
    padding: 0.25rem 0.25rem;
  }
  .table-bordered > :not(caption) > * {
    border-width: var(--bs-border-width) 0;
  }
  .table-bordered > :not(caption) > * > * {
    border-width: 0 var(--bs-border-width);
  }
  .table-borderless > :not(caption) > * > * {
    border-bottom-width: 0;
  }
  .table-borderless > :not(:first-child) {
    border-top-width: 0;
  }
  .table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg);
  }
  .table-striped-columns > :not(caption) > tr > :nth-child(even) {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg);
  }
  .table-active {
    --bs-table-color-state: var(--bs-table-active-color);
    --bs-table-bg-state: var(--bs-table-active-bg);
  }
  .table-hover > tbody > tr:hover > * {
    --bs-table-color-state: var(--bs-table-hover-color);
    --bs-table-bg-state: var(--bs-table-hover-bg);
  }
  .table-primary {
    --bs-table-color: #000;
    --bs-table-bg: rgb(206.6, 226, 254.6);
    --bs-table-border-color: rgb(165.28, 180.8, 203.68);
    --bs-table-striped-bg: rgb(196.27, 214.7, 241.87);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(185.94, 203.4, 229.14);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(191.105, 209.05, 235.505);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
  }
  .table-secondary {
    --bs-table-color: #000;
    --bs-table-bg: rgb(225.6, 227.4, 229);
    --bs-table-border-color: rgb(180.48, 181.92, 183.2);
    --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
  }
  .table-success {
    --bs-table-color: #000;
    --bs-table-bg: rgb(209, 231, 220.8);
    --bs-table-border-color: rgb(167.2, 184.8, 176.64);
    --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
  }
  .table-info {
    --bs-table-color: #000;
    --bs-table-bg: rgb(206.6, 244.4, 252);
    --bs-table-border-color: rgb(165.28, 195.52, 201.6);
    --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
  }
  .table-warning {
    --bs-table-color: #000;
    --bs-table-bg: rgb(255, 242.6, 205.4);
    --bs-table-border-color: rgb(204, 194.08, 164.32);
    --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
  }
  .table-danger {
    --bs-table-color: #000;
    --bs-table-bg: rgb(248, 214.6, 217.8);
    --bs-table-border-color: rgb(198.4, 171.68, 174.24);
    --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
  }
  .table-light {
    --bs-table-color: #000;
    --bs-table-bg: #f8f9fa;
    --bs-table-border-color: rgb(198.4, 199.2, 200);
    --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(223.2, 224.1, 225);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
  }
  .table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #212529;
    --bs-table-border-color: rgb(77.4, 80.6, 83.8);
    --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
    --bs-table-hover-color: #fff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
  }
  .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 + var(--bs-border-width));
    padding-bottom: calc(0.375rem + var(--bs-border-width));
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
  }
  .col-form-label-lg {
    padding-top: calc(0.5rem + var(--bs-border-width));
    padding-bottom: calc(0.5rem + var(--bs-border-width));
    font-size: 1.25rem;
  }
  .col-form-label-sm {
    padding-top: calc(0.25rem + var(--bs-border-width));
    padding-bottom: calc(0.25rem + var(--bs-border-width));
    font-size: 0.875rem;
  }
  .form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: var(--bs-secondary-color);
  }
  .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none;
    }
  }
  .form-control[type=file] {
    overflow: hidden;
  }
  .form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer;
  }
  .form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: rgb(134, 182.5, 254);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  }
  .form-control::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.5em;
    margin: 0;
  }
  .form-control::-webkit-datetime-edit {
    display: block;
    padding: 0;
  }
  .form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1;
  }
  .form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
  }
  .form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    transition:
      color 0.15s ease-in-out,
      background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
      transition: none;
    }
  }
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--bs-secondary-bg);
  }
  .form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: transparent;
    border: solid transparent;
    border-width: var(--bs-border-width) 0;
  }
  .form-control-plaintext:focus {
    outline: 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 + calc(var(--bs-border-width) * 2));
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: var(--bs-border-radius-sm);
  }
  .form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem;
  }
  .form-control-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg);
  }
  .form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem;
  }
  textarea.form-control {
    min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  }
  textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  }
  textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  }
  .form-control-color {
    width: 3rem;
    height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
    padding: 0.375rem;
  }
  .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
  }
  .form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: var(--bs-border-radius);
  }
  .form-control-color::-webkit-color-swatch {
    border: 0 !important;
    border-radius: var(--bs-border-radius);
  }
  .form-control-color.form-control-sm {
    height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  }
  .form-control-color.form-control-lg {
    height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  }
  .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .form-select {
      transition: none;
    }
  }
  .form-select:focus {
    border-color: rgb(134, 182.5, 254);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  }
  .form-select[multiple],
  .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none;
  }
  .form-select:disabled {
    background-color: var(--bs-secondary-bg);
  }
  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--bs-body-color);
  }
  .form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    border-radius: var(--bs-border-radius-sm);
  }
  .form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg);
  }
  [data-bs-theme=dark] .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  }
  .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-reverse {
    padding-right: 1.5em;
    padding-left: 0;
    text-align: right;
  }
  .form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0;
  }
  .form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .form-check-input[type=checkbox] {
    border-radius: 0.25em;
  }
  .form-check-input[type=radio] {
    border-radius: 50%;
  }
  .form-check-input:active {
    filter: brightness(90%);
  }
  .form-check-input:focus {
    border-color: rgb(134, 182.5, 254);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  }
  .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
  }
  .form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-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 10 3 3 6-6'/%3e%3c/svg%3e");
  }
  .form-check-input:checked[type=radio] {
    --bs-form-check-bg-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: #0d6efd;
    border-color: #0d6efd;
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
  }
  .form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
  }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    cursor: default;
    opacity: 0.5;
  }
  .form-switch {
    padding-left: 2.5em;
  }
  .form-switch .form-check-input {
    --bs-form-switch-bg: 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");
    width: 2em;
    margin-left: -2.5em;
    background-image: var(--bs-form-switch-bg);
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
      transition: none;
    }
  }
  .form-switch .form-check-input:focus {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e");
  }
  .form-switch .form-check-input:checked {
    background-position: right center;
    --bs-form-switch-bg: 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-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0;
  }
  .form-switch.form-check-reverse .form-check-input {
    margin-right: -2.5em;
    margin-left: 0;
  }
  .form-check-inline {
    display: inline-block;
    margin-right: 1rem;
  }
  .btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
  }
  .btn-check[disabled] + .btn,
  .btn-check:disabled + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65;
  }
  [data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
  }
  .form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    appearance: none;
    background-color: transparent;
  }
  .form-range:focus {
    outline: 0;
  }
  .form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  }
  .form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  }
  .form-range::-moz-focus-outer {
    border: 0;
  }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    appearance: none;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    transition:
      background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
      transition: none;
    }
  }
  .form-range::-webkit-slider-thumb:active {
    background-color: rgb(182.4, 211.5, 254.4);
  }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
    border-radius: 1rem;
  }
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    appearance: none;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    transition:
      background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
      transition: none;
    }
  }
  .form-range::-moz-range-thumb:active {
    background-color: rgb(182.4, 211.5, 254.4);
  }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
    border-radius: 1rem;
  }
  .form-range:disabled {
    pointer-events: none;
  }
  .form-range:disabled::-webkit-slider-thumb {
    background-color: var(--bs-secondary-color);
  }
  .form-range:disabled::-moz-range-thumb {
    background-color: var(--bs-secondary-color);
  }
  .form-floating {
    position: relative;
  }
  .form-floating > .form-control,
  .form-floating > .form-control-plaintext,
  .form-floating > .form-select {
    height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25;
  }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .form-floating > label {
      transition: none;
    }
  }
  .form-floating > .form-control,
  .form-floating > .form-control-plaintext {
    padding: 1rem 0.75rem;
  }
  .form-floating > .form-control::placeholder,
  .form-floating > .form-control-plaintext::placeholder {
    color: transparent;
  }
  .form-floating > .form-control:focus,
  .form-floating > .form-control:not(:placeholder-shown),
  .form-floating > .form-control-plaintext:focus,
  .form-floating > .form-control-plaintext:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
  }
  .form-floating > .form-control:-webkit-autofill,
  .form-floating > .form-control-plaintext:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
  }
  .form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
  }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-control-plaintext ~ label,
  .form-floating > .form-select ~ label {
    color: rgba(var(--bs-body-color-rgb), 0.65);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  }
  .form-floating > .form-control:focus ~ label::after,
  .form-floating > .form-control:not(:placeholder-shown) ~ label::after,
  .form-floating > .form-control-plaintext ~ label::after,
  .form-floating > .form-select ~ label::after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: var(--bs-body-bg);
    border-radius: var(--bs-border-radius);
  }
  .form-floating > .form-control:-webkit-autofill ~ label {
    color: rgba(var(--bs-body-color-rgb), 0.65);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  }
  .form-floating > .form-control-plaintext ~ label {
    border-width: var(--bs-border-width) 0;
  }
  .form-floating > :disabled ~ label,
  .form-floating > .form-control:disabled ~ label {
    color: #6c757d;
  }
  .form-floating > :disabled ~ label::after,
  .form-floating > .form-control:disabled ~ label::after {
    background-color: var(--bs-secondary-bg);
  }
  .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
  }
  .input-group > .form-control,
  .input-group > .form-select,
  .input-group > .form-floating {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
  }
  .input-group > .form-control:focus,
  .input-group > .form-select:focus,
  .input-group > .form-floating:focus-within {
    z-index: 5;
  }
  .input-group .btn {
    position: relative;
    z-index: 2;
  }
  .input-group .btn:focus {
    z-index: 5;
  }
  .input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
  }
  .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: var(--bs-border-radius-lg);
  }
  .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: var(--bs-border-radius-sm);
  }
  .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):not(.form-floating),
  .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
  .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
  .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
    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):not(.form-floating),
  .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
  .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
  .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
    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: calc(var(--bs-border-width) * -1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .input-group > .form-floating:not(:first-child) > .form-control,
  .input-group > .form-floating:not(:first-child) > .form-select {
    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: var(--bs-form-valid-color);
  }
  .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: var(--bs-success);
    border-radius: var(--bs-border-radius);
  }
  .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: var(--bs-form-valid-border-color);
    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.73.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: var(--bs-form-valid-border-color);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 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: var(--bs-form-valid-border-color);
  }
  .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"] {
    --bs-form-select-bg-icon: 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.73.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");
    padding-right: 4.125rem;
    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: var(--bs-form-valid-border-color);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
  }
  .was-validated .form-control-color:valid,
  .form-control-color.is-valid {
    width: calc(3rem + calc(1.5em + 0.75rem));
  }
  .was-validated .form-check-input:valid,
  .form-check-input.is-valid {
    border-color: var(--bs-form-valid-border-color);
  }
  .was-validated .form-check-input:valid:checked,
  .form-check-input.is-valid:checked {
    background-color: var(--bs-form-valid-color);
  }
  .was-validated .form-check-input:valid:focus,
  .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
  }
  .was-validated .form-check-input:valid ~ .form-check-label,
  .form-check-input.is-valid ~ .form-check-label {
    color: var(--bs-form-valid-color);
  }
  .form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: 0.5em;
  }
  .was-validated .input-group > .form-control:not(:focus):valid,
  .input-group > .form-control:not(:focus).is-valid,
  .was-validated .input-group > .form-select:not(:focus):valid,
  .input-group > .form-select:not(:focus).is-valid,
  .was-validated .input-group > .form-floating:not(:focus-within):valid,
  .input-group > .form-floating:not(:focus-within).is-valid {
    z-index: 3;
  }
  .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: var(--bs-form-invalid-color);
  }
  .invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: var(--bs-danger);
    border-radius: var(--bs-border-radius);
  }
  .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: var(--bs-form-invalid-border-color);
    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: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 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: var(--bs-form-invalid-border-color);
  }
  .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"] {
    --bs-form-select-bg-icon: 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");
    padding-right: 4.125rem;
    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: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
  }
  .was-validated .form-control-color:invalid,
  .form-control-color.is-invalid {
    width: calc(3rem + calc(1.5em + 0.75rem));
  }
  .was-validated .form-check-input:invalid,
  .form-check-input.is-invalid {
    border-color: var(--bs-form-invalid-border-color);
  }
  .was-validated .form-check-input:invalid:checked,
  .form-check-input.is-invalid:checked {
    background-color: var(--bs-form-invalid-color);
  }
  .was-validated .form-check-input:invalid:focus,
  .form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
  }
  .was-validated .form-check-input:invalid ~ .form-check-label,
  .form-check-input.is-invalid ~ .form-check-label {
    color: var(--bs-form-invalid-color);
  }
  .form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: 0.5em;
  }
  .was-validated .input-group > .form-control:not(:focus):invalid,
  .input-group > .form-control:not(:focus).is-invalid,
  .was-validated .input-group > .form-select:not(:focus):invalid,
  .input-group > .form-select:not(:focus).is-invalid,
  .was-validated .input-group > .form-floating:not(:focus-within):invalid,
  .input-group > .form-floating:not(:focus-within).is-invalid {
    z-index: 4;
  }
  .btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition:
      color 0.15s ease-in-out,
      background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none;
    }
  }
  .btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
  }
  .btn-check + .btn:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color);
  }
  .btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
  }
  .btn-check:focus-visible + .btn {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
  }
  .btn-check:checked + .btn,
  :not(.btn-check) + .btn:active,
  .btn:first-child:active,
  .btn.active,
  .btn.show {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
  }
  .btn-check:checked + .btn:focus-visible,
  :not(.btn-check) + .btn:active:focus-visible,
  .btn:first-child:active:focus-visible,
  .btn.active:focus-visible,
  .btn.show:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow);
  }
  .btn-check:checked:focus-visible + .btn {
    box-shadow: var(--bs-btn-focus-box-shadow);
  }
  .btn:disabled,
  .btn.disabled,
  fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
  }
  .btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(11.05, 93.5, 215.05);
    --bs-btn-hover-border-color: rgb(10.4, 88, 202.4);
    --bs-btn-focus-shadow-rgb:
      49,
      132,
      253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(10.4, 88, 202.4);
    --bs-btn-active-border-color: rgb(9.75, 82.5, 189.75);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
  }
  .btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
    --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
    --bs-btn-focus-shadow-rgb:
      130,
      138,
      145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(86.4, 93.6, 100);
    --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
  }
  .btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);
    --bs-btn-hover-border-color: rgb(20, 108, 67.2);
    --bs-btn-focus-shadow-rgb:
      60,
      153,
      110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(20, 108, 67.2);
    --bs-btn-active-border-color: rgb(18.75, 101.25, 63);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754;
  }
  .btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
    --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
    --bs-btn-focus-shadow-rgb:
      11,
      172,
      204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: rgb(61.4, 212.6, 243);
    --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0dcaf0;
    --bs-btn-disabled-border-color: #0dcaf0;
  }
  .btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
    --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
    --bs-btn-focus-shadow-rgb:
      217,
      164,
      6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: rgb(255, 205.4, 56.6);
    --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107;
  }
  .btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(187, 45.05, 58.65);
    --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
    --bs-btn-focus-shadow-rgb:
      225,
      83,
      97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(176, 42.4, 55.2);
    --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545;
  }
  .btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
    --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
    --bs-btn-focus-shadow-rgb:
      211,
      212,
      213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: rgb(198.4, 199.2, 200);
    --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa;
  }
  .btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
    --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
    --bs-btn-focus-shadow-rgb:
      66,
      70,
      73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
    --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529;
  }
  .btn-outline-primary {
    --bs-btn-color: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0d6efd;
    --bs-btn-hover-border-color: #0d6efd;
    --bs-btn-focus-shadow-rgb:
      13,
      110,
      253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0d6efd;
    --bs-btn-active-border-color: #0d6efd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0d6efd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0d6efd;
    --bs-gradient: none;
  }
  .btn-outline-secondary {
    --bs-btn-color: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6c757d;
    --bs-btn-hover-border-color: #6c757d;
    --bs-btn-focus-shadow-rgb:
      108,
      117,
      125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none;
  }
  .btn-outline-success {
    --bs-btn-color: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #198754;
    --bs-btn-hover-border-color: #198754;
    --bs-btn-focus-shadow-rgb:
      25,
      135,
      84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #198754;
    --bs-btn-active-border-color: #198754;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #198754;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #198754;
    --bs-gradient: none;
  }
  .btn-outline-info {
    --bs-btn-color: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #0dcaf0;
    --bs-btn-hover-border-color: #0dcaf0;
    --bs-btn-focus-shadow-rgb:
      13,
      202,
      240;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #0dcaf0;
    --bs-btn-active-border-color: #0dcaf0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0dcaf0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0dcaf0;
    --bs-gradient: none;
  }
  .btn-outline-warning {
    --bs-btn-color: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffc107;
    --bs-btn-hover-border-color: #ffc107;
    --bs-btn-focus-shadow-rgb:
      255,
      193,
      7;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffc107;
    --bs-btn-active-border-color: #ffc107;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffc107;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffc107;
    --bs-gradient: none;
  }
  .btn-outline-danger {
    --bs-btn-color: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #dc3545;
    --bs-btn-hover-border-color: #dc3545;
    --bs-btn-focus-shadow-rgb:
      220,
      53,
      69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #dc3545;
    --bs-btn-active-border-color: #dc3545;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #dc3545;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dc3545;
    --bs-gradient: none;
  }
  .btn-outline-light {
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb:
      248,
      249,
      250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none;
  }
  .btn-outline-dark {
    --bs-btn-color: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212529;
    --bs-btn-hover-border-color: #212529;
    --bs-btn-focus-shadow-rgb:
      33,
      37,
      41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #212529;
    --bs-btn-active-border-color: #212529;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #212529;
    --bs-gradient: none;
  }
  .btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb:
      49,
      132,
      253;
    text-decoration: underline;
  }
  .btn-link:focus-visible {
    color: var(--bs-btn-color);
  }
  .btn-link:hover {
    color: var(--bs-btn-hover-color);
  }
  .btn-lg,
  .btn-group-lg > .btn {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: var(--bs-border-radius-lg);
  }
  .btn-sm,
  .btn-group-sm > .btn {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm);
  }
  .fade {
    transition: opacity 0.15s linear;
  }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none;
    }
  }
  .fade:not(.show) {
    opacity: 0;
  }
  .collapse:not(.show) {
    display: none;
  }
  .collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
  }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none;
    }
  }
  .collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
  }
  @media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
      transition: none;
    }
  }
  .dropup,
  .dropend,
  .dropdown,
  .dropstart,
  .dropup-center,
  .dropdown-center {
    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 {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: var(--bs-box-shadow);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
  }
  .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer);
  }
  .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: var(--bs-dropdown-spacer);
  }
  .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: var(--bs-dropdown-spacer);
  }
  .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: var(--bs-dropdown-spacer);
  }
  .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: var(--bs-dropdown-divider-margin-y) 0;
    overflow: hidden;
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    opacity: 1;
  }
  .dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
  }
  .dropdown-item:hover,
  .dropdown-item:focus {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
  }
  .dropdown-item.active,
  .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg);
  }
  .dropdown-item.disabled,
  .dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent;
  }
  .dropdown-menu.show {
    display: block;
  }
  .dropdown-header {
    display: block;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: 0.875rem;
    color: var(--bs-dropdown-header-color);
    white-space: nowrap;
  }
  .dropdown-item-text {
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    color: var(--bs-dropdown-link-color);
  }
  .dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd;
  }
  .btn-group,
  .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
  }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto;
  }
  .btn-group > .btn-check:checked + .btn,
  .btn-group > .btn-check:focus + .btn,
  .btn-group > .btn:hover,
  .btn-group > .btn:focus,
  .btn-group > .btn:active,
  .btn-group > .btn.active,
  .btn-group-vertical > .btn-check:checked + .btn,
  .btn-group-vertical > .btn-check:focus + .btn,
  .btn-group-vertical > .btn:hover,
  .btn-group-vertical > .btn:focus,
  .btn-group-vertical > .btn:active,
  .btn-group-vertical > .btn.active {
    z-index: 1;
  }
  .btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .btn-toolbar .input-group {
    width: auto;
  }
  .btn-group {
    border-radius: var(--bs-border-radius);
  }
  .btn-group > :not(.btn-check:first-child) + .btn,
  .btn-group > .btn-group:not(:first-child) {
    margin-left: calc(var(--bs-border-width) * -1);
  }
  .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group > .btn.dropdown-toggle-split:first-child,
  .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .btn-group > .btn:nth-child(n+3),
  .btn-group > :not(.btn-check) + .btn,
  .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
  }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropend .dropdown-toggle-split::after {
    margin-left: 0;
  }
  .dropstart .dropdown-toggle-split::before {
    margin-right: 0;
  }
  .btn-sm + .dropdown-toggle-split,
  .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
  }
  .btn-lg + .dropdown-toggle-split,
  .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%;
  }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: calc(var(--bs-border-width) * -1);
  }
  .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 {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: none;
    border: 0;
    transition:
      color 0.15s ease-in-out,
      background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .nav-link {
      transition: none;
    }
  }
  .nav-link:hover,
  .nav-link:focus {
    color: var(--bs-nav-link-hover-color);
  }
  .nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  }
  .nav-link.disabled,
  .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default;
  }
  .nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
  }
  .nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
  }
  .nav-tabs .nav-link:hover,
  .nav-tabs .nav-link:focus {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color);
  }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
  }
  .nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #0d6efd;
  }
  .nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius);
  }
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg);
  }
  .nav-underline {
    --bs-nav-underline-gap: 1rem;
    --bs-nav-underline-border-width: 0.125rem;
    --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
    gap: var(--bs-nav-underline-gap);
  }
  .nav-underline .nav-link {
    padding-right: 0;
    padding-left: 0;
    border-bottom: var(--bs-nav-underline-border-width) solid transparent;
  }
  .nav-underline .nav-link:hover,
  .nav-underline .nav-link:focus {
    border-bottom-color: currentcolor;
  }
  .nav-underline .nav-link.active,
  .nav-underline .show > .nav-link {
    font-weight: 700;
    color: var(--bs-nav-underline-link-active-color);
    border-bottom-color: currentcolor;
  }
  .nav-fill > .nav-link,
  .nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
  }
  .nav-justified > .nav-link,
  .nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
  }
  .nav-fill .nav-item .nav-link,
  .nav-justified .nav-item .nav-link {
    width: 100%;
  }
  .tab-content > .tab-pane {
    display: none;
  }
  .tab-content > .active {
    display: block;
  }
  .navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
  }
  .navbar > .container,
  .navbar > .container-fluid,
  .navbar > .container-sm,
  .navbar > .container-md,
  .navbar > .container-lg,
  .navbar > .container-xl,
  .navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
  }
  .navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap;
  }
  .navbar-brand:hover,
  .navbar-brand:focus {
    color: var(--bs-navbar-brand-hover-color);
  }
  .navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color);
  }
  .navbar-nav .dropdown-menu {
    position: static;
  }
  .navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: var(--bs-navbar-color);
  }
  .navbar-text a,
  .navbar-text a:hover,
  .navbar-text a:focus {
    color: var(--bs-navbar-active-color);
  }
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
  }
  .navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
  }
  @media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
      transition: none;
    }
  }
  .navbar-toggler:hover {
    text-decoration: none;
  }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
  }
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  .navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto;
  }
  @media (min-width: 576px) {
    .navbar-expand-sm {
      flex-wrap: nowrap;
      justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
      position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
      padding-right: var(--bs-navbar-nav-link-padding-x);
      padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible;
    }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
      display: none;
    }
    .navbar-expand-sm .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none;
    }
    .navbar-expand-sm .offcanvas .offcanvas-header {
      display: none;
    }
    .navbar-expand-sm .offcanvas .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
    }
  }
  @media (min-width: 768px) {
    .navbar-expand-md {
      flex-wrap: nowrap;
      justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
      flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
      position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
      padding-right: var(--bs-navbar-nav-link-padding-x);
      padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible;
    }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
      display: none;
    }
    .navbar-expand-md .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none;
    }
    .navbar-expand-md .offcanvas .offcanvas-header {
      display: none;
    }
    .navbar-expand-md .offcanvas .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
    }
  }
  @media (min-width: 992px) {
    .navbar-expand-lg {
      flex-wrap: nowrap;
      justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
      position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: var(--bs-navbar-nav-link-padding-x);
      padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible;
    }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
      display: none;
    }
    .navbar-expand-lg .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none;
    }
    .navbar-expand-lg .offcanvas .offcanvas-header {
      display: none;
    }
    .navbar-expand-lg .offcanvas .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
    }
  }
  @media (min-width: 1200px) {
    .navbar-expand-xl {
      flex-wrap: nowrap;
      justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
      position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
      padding-right: var(--bs-navbar-nav-link-padding-x);
      padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible;
    }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
      display: none;
    }
    .navbar-expand-xl .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none;
    }
    .navbar-expand-xl .offcanvas .offcanvas-header {
      display: none;
    }
    .navbar-expand-xl .offcanvas .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
    }
  }
  @media (min-width: 1400px) {
    .navbar-expand-xxl {
      flex-wrap: nowrap;
      justify-content: flex-start;
    }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row;
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
      position: absolute;
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
      padding-right: var(--bs-navbar-nav-link-padding-x);
      padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible;
    }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
    .navbar-expand-xxl .navbar-toggler {
      display: none;
    }
    .navbar-expand-xxl .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none;
    }
    .navbar-expand-xxl .offcanvas .offcanvas-header {
      display: none;
    }
    .navbar-expand-xxl .offcanvas .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
    }
  }
  .navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand .navbar-toggler {
    display: none;
  }
  .navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .navbar-dark,
  .navbar[data-bs-theme=dark] {
    --bs-navbar-color: rgba(255, 255, 255, 0.55);
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  [data-bs-theme=dark] .navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
  }
  .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: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
  }
  .card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
  }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0;
  }
  .card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
  }
  .card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--bs-card-title-color);
  }
  .card-subtitle {
    margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
    margin-bottom: 0;
    color: var(--bs-card-subtitle-color);
  }
  .card-text:last-child {
    margin-bottom: 0;
  }
  .card-link + .card-link {
    margin-left: var(--bs-card-spacer-x);
  }
  .card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
  }
  .card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
  }
  .card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
  }
  .card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
  }
  .card-header-tabs {
    margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
    margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
    margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
    border-bottom: 0;
  }
  .card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg);
  }
  .card-header-pills {
    margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
    margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  }
  .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius);
  }
  .card-img,
  .card-img-top,
  .card-img-bottom {
    width: 100%;
  }
  .card-img,
  .card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
  }
  .card-img,
  .card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
  }
  .card-group > .card {
    margin-bottom: var(--bs-card-group-margin);
  }
  @media (min-width: 576px) {
    .card-group {
      display: flex;
      flex-flow: row wrap;
    }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0;
    }
    .card-group > .card + .card {
      margin-left: 0;
      border-left: 0;
    }
    .card-group > .card:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-top,
    .card-group > .card:not(:last-child) .card-header {
      border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-bottom,
    .card-group > .card:not(:last-child) .card-footer {
      border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-top,
    .card-group > .card:not(:first-child) .card-header {
      border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-bottom,
    .card-group > .card:not(:first-child) .card-footer {
      border-bottom-left-radius: 0;
    }
  }
  .accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-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;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%285.2, 44, 101.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
  }
  .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
  }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button {
      transition: none;
    }
  }
  .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
  }
  .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
  }
  .accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
  }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
      transition: none;
    }
  }
  .accordion-button:hover {
    z-index: 2;
  }
  .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow);
  }
  .accordion-header {
    margin-bottom: 0;
  }
  .accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
  }
  .accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius);
  }
  .accordion-item:first-of-type > .accordion-header .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius);
  }
  .accordion-item:not(:first-of-type) {
    border-top: 0;
  }
  .accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius);
  }
  .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
  }
  .accordion-item:last-of-type > .accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius);
  }
  .accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
  }
  .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-header .accordion-button,
  .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
    border-radius: 0;
  }
  .accordion-flush > .accordion-item > .accordion-collapse {
    border-radius: 0;
  }
  [data-bs-theme=dark] .accordion-button::after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }
  .breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: var(--bs-secondary-color);
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius);
  }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x);
  }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/");
  }
  .breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color);
  }
  .pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    padding-left: 0;
    list-style: none;
  }
  .page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition:
      color 0.15s ease-in-out,
      background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .page-link {
      transition: none;
    }
  }
  .page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color);
  }
  .page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow);
  }
  .page-link.active,
  .active > .page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color);
  }
  .page-link.disabled,
  .disabled > .page-link {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color);
  }
  .page-item:not(:first-child) .page-link {
    margin-left: calc(var(--bs-border-width) * -1);
  }
  .page-item:first-child .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius);
  }
  .page-item:last-child .page-link {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius);
  }
  .pagination-lg {
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: 0.75rem;
    --bs-pagination-font-size: 1.25rem;
    --bs-pagination-border-radius: var(--bs-border-radius-lg);
  }
  .pagination-sm {
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.25rem;
    --bs-pagination-font-size: 0.875rem;
    --bs-pagination-border-radius: var(--bs-border-radius-sm);
  }
  .badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: var(--bs-border-radius);
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);
  }
  .badge:empty {
    display: none;
  }
  .btn .badge {
    position: relative;
    top: -1px;
  }
  .alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
    --bs-alert-border-radius: var(--bs-border-radius);
    --bs-alert-link-color: inherit;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
  }
  .alert-heading {
    color: inherit;
  }
  .alert-link {
    font-weight: 700;
    color: var(--bs-alert-link-color);
  }
  .alert-dismissible {
    padding-right: 3rem;
  }
  .alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
  }
  .alert-primary {
    --bs-alert-color: var(--bs-primary-text-emphasis);
    --bs-alert-bg: var(--bs-primary-bg-subtle);
    --bs-alert-border-color: var(--bs-primary-border-subtle);
    --bs-alert-link-color: var(--bs-primary-text-emphasis);
  }
  .alert-secondary {
    --bs-alert-color: var(--bs-secondary-text-emphasis);
    --bs-alert-bg: var(--bs-secondary-bg-subtle);
    --bs-alert-border-color: var(--bs-secondary-border-subtle);
    --bs-alert-link-color: var(--bs-secondary-text-emphasis);
  }
  .alert-success {
    --bs-alert-color: var(--bs-success-text-emphasis);
    --bs-alert-bg: var(--bs-success-bg-subtle);
    --bs-alert-border-color: var(--bs-success-border-subtle);
    --bs-alert-link-color: var(--bs-success-text-emphasis);
  }
  .alert-info {
    --bs-alert-color: var(--bs-info-text-emphasis);
    --bs-alert-bg: var(--bs-info-bg-subtle);
    --bs-alert-border-color: var(--bs-info-border-subtle);
    --bs-alert-link-color: var(--bs-info-text-emphasis);
  }
  .alert-warning {
    --bs-alert-color: var(--bs-warning-text-emphasis);
    --bs-alert-bg: var(--bs-warning-bg-subtle);
    --bs-alert-border-color: var(--bs-warning-border-subtle);
    --bs-alert-link-color: var(--bs-warning-text-emphasis);
  }
  .alert-danger {
    --bs-alert-color: var(--bs-danger-text-emphasis);
    --bs-alert-bg: var(--bs-danger-bg-subtle);
    --bs-alert-border-color: var(--bs-danger-border-subtle);
    --bs-alert-link-color: var(--bs-danger-text-emphasis);
  }
  .alert-light {
    --bs-alert-color: var(--bs-light-text-emphasis);
    --bs-alert-bg: var(--bs-light-bg-subtle);
    --bs-alert-border-color: var(--bs-light-border-subtle);
    --bs-alert-link-color: var(--bs-light-text-emphasis);
  }
  .alert-dark {
    --bs-alert-color: var(--bs-dark-text-emphasis);
    --bs-alert-bg: var(--bs-dark-bg-subtle);
    --bs-alert-border-color: var(--bs-dark-border-subtle);
    --bs-alert-link-color: var(--bs-dark-text-emphasis);
  }
  @keyframes progress-bar-stripes {
    0% {
      background-position-x: 1rem;
    }
  }
  .progress,
  .progress-stacked {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: var(--bs-secondary-bg);
    --bs-progress-border-radius: var(--bs-border-radius);
    --bs-progress-box-shadow: var(--bs-box-shadow-inset);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #0d6efd;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
  }
  .progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    transition: var(--bs-progress-bar-transition);
  }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none;
    }
  }
  .progress-bar-striped {
    background-image:
      linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent);
    background-size: var(--bs-progress-height) var(--bs-progress-height);
  }
  .progress-stacked > .progress {
    overflow: visible;
  }
  .progress-stacked > .progress > .progress-bar {
    width: 100%;
  }
  .progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes;
  }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none;
    }
  }
  .list-group {
    --bs-list-group-color: var(--bs-body-color);
    --bs-list-group-bg: var(--bs-body-bg);
    --bs-list-group-border-color: var(--bs-border-color);
    --bs-list-group-border-width: var(--bs-border-width);
    --bs-list-group-border-radius: var(--bs-border-radius);
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: var(--bs-secondary-color);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
    --bs-list-group-action-active-color: var(--bs-body-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-bg);
    --bs-list-group-disabled-color: var(--bs-secondary-color);
    --bs-list-group-disabled-bg: var(--bs-body-bg);
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #0d6efd;
    --bs-list-group-active-border-color: #0d6efd;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius);
  }
  .list-group-numbered {
    list-style-type: none;
    counter-reset: section;
  }
  .list-group-numbered > .list-group-item::before {
    content: counters(section, ".") ". ";
    counter-increment: section;
  }
  .list-group-item-action {
    width: 100%;
    color: var(--bs-list-group-action-color);
    text-align: inherit;
  }
  .list-group-item-action:hover,
  .list-group-item-action:focus {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg);
  }
  .list-group-item-action:active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg);
  }
  .list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
  }
  .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: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg);
  }
  .list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color);
  }
  .list-group-item + .list-group-item {
    border-top-width: 0;
  }
  .list-group-item + .list-group-item.active {
    margin-top: calc(-1 * var(--bs-list-group-border-width));
    border-top-width: var(--bs-list-group-border-width);
  }
  .list-group-horizontal {
    flex-direction: row;
  }
  .list-group-horizontal > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
  @media (min-width: 576px) {
    .list-group-horizontal-sm {
      flex-direction: row;
    }
    .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      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: var(--bs-list-group-border-width);
      border-left-width: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
      margin-left: calc(-1 * var(--bs-list-group-border-width));
      border-left-width: var(--bs-list-group-border-width);
    }
  }
  @media (min-width: 768px) {
    .list-group-horizontal-md {
      flex-direction: row;
    }
    .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      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: var(--bs-list-group-border-width);
      border-left-width: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
      margin-left: calc(-1 * var(--bs-list-group-border-width));
      border-left-width: var(--bs-list-group-border-width);
    }
  }
  @media (min-width: 992px) {
    .list-group-horizontal-lg {
      flex-direction: row;
    }
    .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      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: var(--bs-list-group-border-width);
      border-left-width: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
      margin-left: calc(-1 * var(--bs-list-group-border-width));
      border-left-width: var(--bs-list-group-border-width);
    }
  }
  @media (min-width: 1200px) {
    .list-group-horizontal-xl {
      flex-direction: row;
    }
    .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      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: var(--bs-list-group-border-width);
      border-left-width: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
      margin-left: calc(-1 * var(--bs-list-group-border-width));
      border-left-width: var(--bs-list-group-border-width);
    }
  }
  @media (min-width: 1400px) {
    .list-group-horizontal-xxl {
      flex-direction: row;
    }
    .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0;
    }
    .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      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: var(--bs-list-group-border-width);
      border-left-width: 0;
    }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
      margin-left: calc(-1 * var(--bs-list-group-border-width));
      border-left-width: var(--bs-list-group-border-width);
    }
  }
  .list-group-flush {
    border-radius: 0;
  }
  .list-group-flush > .list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width);
  }
  .list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
  }
  .list-group-item-primary {
    --bs-list-group-color: var(--bs-primary-text-emphasis);
    --bs-list-group-bg: var(--bs-primary-bg-subtle);
    --bs-list-group-border-color: var(--bs-primary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
    --bs-list-group-active-color: var(--bs-primary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
  }
  .list-group-item-secondary {
    --bs-list-group-color: var(--bs-secondary-text-emphasis);
    --bs-list-group-bg: var(--bs-secondary-bg-subtle);
    --bs-list-group-border-color: var(--bs-secondary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
  }
  .list-group-item-success {
    --bs-list-group-color: var(--bs-success-text-emphasis);
    --bs-list-group-bg: var(--bs-success-bg-subtle);
    --bs-list-group-border-color: var(--bs-success-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
    --bs-list-group-active-color: var(--bs-success-bg-subtle);
    --bs-list-group-active-bg: var(--bs-success-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
  }
  .list-group-item-info {
    --bs-list-group-color: var(--bs-info-text-emphasis);
    --bs-list-group-bg: var(--bs-info-bg-subtle);
    --bs-list-group-border-color: var(--bs-info-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
    --bs-list-group-active-color: var(--bs-info-bg-subtle);
    --bs-list-group-active-bg: var(--bs-info-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
  }
  .list-group-item-warning {
    --bs-list-group-color: var(--bs-warning-text-emphasis);
    --bs-list-group-bg: var(--bs-warning-bg-subtle);
    --bs-list-group-border-color: var(--bs-warning-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
    --bs-list-group-active-color: var(--bs-warning-bg-subtle);
    --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
  }
  .list-group-item-danger {
    --bs-list-group-color: var(--bs-danger-text-emphasis);
    --bs-list-group-bg: var(--bs-danger-bg-subtle);
    --bs-list-group-border-color: var(--bs-danger-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
    --bs-list-group-active-color: var(--bs-danger-bg-subtle);
    --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
  }
  .list-group-item-light {
    --bs-list-group-color: var(--bs-light-text-emphasis);
    --bs-list-group-bg: var(--bs-light-bg-subtle);
    --bs-list-group-border-color: var(--bs-light-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
    --bs-list-group-active-color: var(--bs-light-bg-subtle);
    --bs-list-group-active-bg: var(--bs-light-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
  }
  .list-group-item-dark {
    --bs-list-group-color: var(--bs-dark-text-emphasis);
    --bs-list-group-bg: var(--bs-dark-bg-subtle);
    --bs-list-group-border-color: var(--bs-dark-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
    --bs-list-group-active-color: var(--bs-dark-bg-subtle);
    --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
  }
  .btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: var(--bs-btn-close-opacity);
  }
  .btn-close:hover {
    color: var(--bs-btn-close-color);
    text-decoration: none;
    opacity: var(--bs-btn-close-hover-opacity);
  }
  .btn-close:focus {
    outline: 0;
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity);
  }
  .btn-close:disabled,
  .btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    opacity: var(--bs-btn-close-disabled-opacity);
  }
  .btn-close-white {
    filter: var(--bs-btn-close-white-filter);
  }
  [data-bs-theme=dark] .btn-close {
    filter: var(--bs-btn-close-white-filter);
  }
  .toast {
    --bs-toast-zindex: 1090;
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 1.5rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-color: ;
    --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-border-width: var(--bs-border-width);
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: var(--bs-border-radius);
    --bs-toast-box-shadow: var(--bs-box-shadow);
    --bs-toast-header-color: var(--bs-secondary-color);
    --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-header-border-color: var(--bs-border-color-translucent);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    background-clip: padding-box;
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius);
  }
  .toast.showing {
    opacity: 0;
  }
  .toast:not(.show) {
    display: none;
  }
  .toast-container {
    --bs-toast-zindex: 1090;
    position: absolute;
    z-index: var(--bs-toast-zindex);
    width: max-content;
    max-width: 100%;
    pointer-events: none;
  }
  .toast-container > :not(:last-child) {
    margin-bottom: var(--bs-toast-spacing);
  }
  .toast-header {
    display: flex;
    align-items: center;
    padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
    color: var(--bs-toast-header-color);
    background-color: var(--bs-toast-header-bg);
    background-clip: padding-box;
    border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
    border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  }
  .toast-header .btn-close {
    margin-right: calc(-0.5 * var(--bs-toast-padding-x));
    margin-left: var(--bs-toast-padding-x);
  }
  .toast-body {
    padding: var(--bs-toast-padding-x);
    word-wrap: break-word;
  }
  .modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: var(--bs-box-shadow-sm);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
  }
  .modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none;
  }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
  }
  @media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
      transition: none;
    }
  }
  .modal.show .modal-dialog {
    transform: none;
  }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02);
  }
  .modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
  }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto;
  }
  .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2);
  }
  .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
  }
  .modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
  }
  .modal-backdrop.fade {
    opacity: 0;
  }
  .modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity);
  }
  .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
  }
  .modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
    margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
  }
  .modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
  }
  .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
  }
  .modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
  }
  .modal-footer > * {
    margin: calc(var(--bs-modal-footer-gap) * 0.5);
  }
  @media (min-width: 576px) {
    .modal {
      --bs-modal-margin: 1.75rem;
      --bs-modal-box-shadow: var(--bs-box-shadow);
    }
    .modal-dialog {
      max-width: var(--bs-modal-width);
      margin-right: auto;
      margin-left: auto;
    }
    .modal-sm {
      --bs-modal-width: 300px;
    }
  }
  @media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
      --bs-modal-width: 800px;
    }
  }
  @media (min-width: 1200px) {
    .modal-xl {
      --bs-modal-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,
  .modal-fullscreen .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen .modal-body {
    overflow-y: auto;
  }
  @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,
    .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto;
    }
  }
  @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,
    .modal-fullscreen-md-down .modal-footer {
      border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-body {
      overflow-y: auto;
    }
  }
  @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,
    .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto;
    }
  }
  @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,
    .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto;
    }
  }
  @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,
    .modal-fullscreen-xxl-down .modal-footer {
      border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-body {
      overflow-y: auto;
    }
  }
  .tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: 0.875rem;
    --bs-tooltip-color: var(--bs-body-bg);
    --bs-tooltip-bg: var(--bs-emphasis-color);
    --bs-tooltip-border-radius: var(--bs-border-radius);
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    margin: var(--bs-tooltip-margin);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0;
  }
  .tooltip.show {
    opacity: var(--bs-tooltip-opacity);
  }
  .tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height);
  }
  .tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
  }
  .bs-tooltip-top .tooltip-arrow,
  .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
    bottom: calc(-1 * var(--bs-tooltip-arrow-height));
  }
  .bs-tooltip-top .tooltip-arrow::before,
  .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    top: -1px;
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
    border-top-color: var(--bs-tooltip-bg);
  }
  .bs-tooltip-end .tooltip-arrow,
  .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
    left: calc(-1 * var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width);
  }
  .bs-tooltip-end .tooltip-arrow::before,
  .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    right: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
    border-right-color: var(--bs-tooltip-bg);
  }
  .bs-tooltip-bottom .tooltip-arrow,
  .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
    top: calc(-1 * var(--bs-tooltip-arrow-height));
  }
  .bs-tooltip-bottom .tooltip-arrow::before,
  .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
    border-bottom-color: var(--bs-tooltip-bg);
  }
  .bs-tooltip-start .tooltip-arrow,
  .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
    right: calc(-1 * var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width);
  }
  .bs-tooltip-start .tooltip-arrow::before,
  .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    left: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
    border-left-color: var(--bs-tooltip-bg);
  }
  .tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius);
  }
  .popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: 0.875rem;
    --bs-popover-bg: var(--bs-body-bg);
    --bs-popover-border-width: var(--bs-border-width);
    --bs-popover-border-color: var(--theme-color-neutral);
    --bs-popover-border-radius: var(--bs-border-radius-lg);
    --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
    --bs-popover-box-shadow: var(--bs-box-shadow);
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-header-padding-y: 0.5rem;
    --bs-popover-header-font-size: 1rem;
    --bs-popover-header-color: inherit;
    --bs-popover-header-bg: var(--bs-secondary-bg);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: var(--bs-body-color);
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: 0.5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    z-index: var(--bs-popover-zindex);
    display: block;
    max-width: var(--bs-popover-max-width);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-popover-font-size);
    word-wrap: break-word;
    background-color: var(--bs-popover-bg);
    background-clip: padding-box;
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius);
  }
  .popover .popover-arrow {
    display: block;
    width: var(--bs-popover-arrow-width);
    height: var(--bs-popover-arrow-height);
  }
  .popover .popover-arrow::before,
  .popover .popover-arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 0;
  }
  .bs-popover-top > .popover-arrow,
  .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
    bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  }
  .bs-popover-top > .popover-arrow::before,
  .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
  .bs-popover-top > .popover-arrow::after,
  .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
    border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
  }
  .bs-popover-top > .popover-arrow::before,
  .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
    bottom: 0;
    border-top-color: var(--bs-popover-arrow-border);
  }
  .bs-popover-top > .popover-arrow::after,
  .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
    bottom: var(--bs-popover-border-width);
    border-top-color: var(--bs-popover-bg);
  }
  .bs-popover-end > .popover-arrow,
  .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
    left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width);
  }
  .bs-popover-end > .popover-arrow::before,
  .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
  .bs-popover-end > .popover-arrow::after,
  .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
    border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
  }
  .bs-popover-end > .popover-arrow::before,
  .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
    left: 0;
    border-right-color: var(--bs-popover-arrow-border);
  }
  .bs-popover-end > .popover-arrow::after,
  .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
    left: var(--bs-popover-border-width);
    border-right-color: var(--bs-popover-bg);
  }
  .bs-popover-bottom > .popover-arrow,
  .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
    top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  }
  .bs-popover-bottom > .popover-arrow::before,
  .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
  .bs-popover-bottom > .popover-arrow::after,
  .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
    border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
  }
  .bs-popover-bottom > .popover-arrow::before,
  .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
    top: 0;
    border-bottom-color: var(--bs-popover-arrow-border);
  }
  .bs-popover-bottom > .popover-arrow::after,
  .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
    top: var(--bs-popover-border-width);
    border-bottom-color: var(--bs-popover-bg);
  }
  .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: var(--bs-popover-arrow-width);
    margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
    content: "";
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
  }
  .bs-popover-start > .popover-arrow,
  .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
    right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width);
  }
  .bs-popover-start > .popover-arrow::before,
  .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
  .bs-popover-start > .popover-arrow::after,
  .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
    border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
  }
  .bs-popover-start > .popover-arrow::before,
  .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
    right: 0;
    border-left-color: var(--bs-popover-arrow-border);
  }
  .bs-popover-start > .popover-arrow::after,
  .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
    right: var(--bs-popover-border-width);
    border-left-color: var(--bs-popover-bg);
  }
  .popover-header {
    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
    margin-bottom: 0;
    font-size: var(--bs-popover-header-font-size);
    color: var(--bs-popover-header-color);
    background-color: var(--bs-popover-header-bg);
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-top-left-radius: var(--bs-popover-inner-border-radius);
    border-top-right-radius: var(--bs-popover-inner-border-radius);
  }
  .popover-header:empty {
    display: none;
  }
  .popover-body {
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
    color: var(--bs-popover-body-color);
  }
  .carousel {
    position: relative;
  }
  .carousel.pointer-event {
    touch-action: pan-y;
  }
  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: "";
  }
  .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none;
    }
  }
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    display: block;
  }
  .carousel-item-next:not(.carousel-item-start),
  .active.carousel-item-end {
    transform: translateX(100%);
  }
  .carousel-item-prev:not(.carousel-item-end),
  .active.carousel-item-start {
    transform: translateX(-100%);
  }
  .carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
  }
  .carousel-fade .carousel-item.active,
  .carousel-fade .carousel-item-next.carousel-item-start,
  .carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1;
  }
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
  }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
      transition: none;
    }
  }
  .carousel-control-prev,
  .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
  }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none;
    }
  }
  .carousel-control-prev:hover,
  .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
  }
  .carousel-control-prev {
    left: 0;
  }
  .carousel-control-next {
    right: 0;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
  }
  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
  }
  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }
  .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
  }
  .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
  }
  @media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
      transition: none;
    }
  }
  .carousel-indicators .active {
    opacity: 1;
  }
  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
  }
  .carousel-dark .carousel-control-prev-icon,
  .carousel-dark .carousel-control-next-icon {
    filter: invert(1) grayscale(100);
  }
  .carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
  }
  .carousel-dark .carousel-caption {
    color: #000;
  }
  [data-bs-theme=dark] .carousel .carousel-control-prev-icon,
  [data-bs-theme=dark] .carousel .carousel-control-next-icon,
  [data-bs-theme=dark].carousel .carousel-control-prev-icon,
  [data-bs-theme=dark].carousel .carousel-control-next-icon {
    filter: invert(1) grayscale(100);
  }
  [data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],
  [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
    background-color: #000;
  }
  [data-bs-theme=dark] .carousel .carousel-caption,
  [data-bs-theme=dark].carousel .carousel-caption {
    color: #000;
  }
  .spinner-grow,
  .spinner-border {
    display: inline-block;
    width: var(--bs-spinner-width);
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    border-radius: 50%;
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
  }
  @keyframes spinner-border {
    to {
      transform: rotate(360deg);
    }
  }
  .spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid currentcolor;
    border-right-color: transparent;
  }
  .spinner-border-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
    --bs-spinner-border-width: 0.2em;
  }
  @keyframes spinner-grow {
    0% {
      transform: scale(0);
    }
    50% {
      opacity: 1;
      transform: none;
    }
  }
  .spinner-grow {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-grow;
    background-color: currentcolor;
    opacity: 0;
  }
  .spinner-grow-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
  }
  @media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
      --bs-spinner-animation-speed: 1.5s;
    }
  }
  .offcanvas,
  .offcanvas-xxl,
  .offcanvas-xl,
  .offcanvas-lg,
  .offcanvas-md,
  .offcanvas-sm {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: var(--bs-body-color);
    --bs-offcanvas-bg: var(--bs-body-bg);
    --bs-offcanvas-border-width: var(--bs-border-width);
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
    --bs-offcanvas-transition: transform 0.3s ease-in-out;
    --bs-offcanvas-title-line-height: 1.5;
  }
  @media (max-width: 575.98px) {
    .offcanvas-sm {
      position: fixed;
      bottom: 0;
      z-index: var(--bs-offcanvas-zindex);
      display: flex;
      flex-direction: column;
      max-width: 100%;
      color: var(--bs-offcanvas-color);
      visibility: hidden;
      background-color: var(--bs-offcanvas-bg);
      background-clip: padding-box;
      outline: 0;
      transition: var(--bs-offcanvas-transition);
    }
  }
  @media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-sm {
      transition: none;
    }
  }
  @media (max-width: 575.98px) {
    .offcanvas-sm.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%);
    }
    .offcanvas-sm.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%);
    }
    .offcanvas-sm.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%);
    }
    .offcanvas-sm.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%);
    }
    .offcanvas-sm.showing,
    .offcanvas-sm.show:not(.hiding) {
      transform: none;
    }
    .offcanvas-sm.showing,
    .offcanvas-sm.hiding,
    .offcanvas-sm.show {
      visibility: visible;
    }
  }
  @media (min-width: 576px) {
    .offcanvas-sm {
      --bs-offcanvas-height: auto;
      --bs-offcanvas-border-width: 0;
      background-color: transparent !important;
    }
    .offcanvas-sm .offcanvas-header {
      display: none;
    }
    .offcanvas-sm .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important;
    }
  }
  @media (max-width: 767.98px) {
    .offcanvas-md {
      position: fixed;
      bottom: 0;
      z-index: var(--bs-offcanvas-zindex);
      display: flex;
      flex-direction: column;
      max-width: 100%;
      color: var(--bs-offcanvas-color);
      visibility: hidden;
      background-color: var(--bs-offcanvas-bg);
      background-clip: padding-box;
      outline: 0;
      transition: var(--bs-offcanvas-transition);
    }
  }
  @media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-md {
      transition: none;
    }
  }
  @media (max-width: 767.98px) {
    .offcanvas-md.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%);
    }
    .offcanvas-md.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%);
    }
    .offcanvas-md.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%);
    }
    .offcanvas-md.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%);
    }
    .offcanvas-md.showing,
    .offcanvas-md.show:not(.hiding) {
      transform: none;
    }
    .offcanvas-md.showing,
    .offcanvas-md.hiding,
    .offcanvas-md.show {
      visibility: visible;
    }
  }
  @media (min-width: 768px) {
    .offcanvas-md {
      --bs-offcanvas-height: auto;
      --bs-offcanvas-border-width: 0;
      background-color: transparent !important;
    }
    .offcanvas-md .offcanvas-header {
      display: none;
    }
    .offcanvas-md .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important;
    }
  }
  @media (max-width: 991.98px) {
    .offcanvas-lg {
      position: fixed;
      bottom: 0;
      z-index: var(--bs-offcanvas-zindex);
      display: flex;
      flex-direction: column;
      max-width: 100%;
      color: var(--bs-offcanvas-color);
      visibility: hidden;
      background-color: var(--bs-offcanvas-bg);
      background-clip: padding-box;
      outline: 0;
      transition: var(--bs-offcanvas-transition);
    }
  }
  @media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-lg {
      transition: none;
    }
  }
  @media (max-width: 991.98px) {
    .offcanvas-lg.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%);
    }
    .offcanvas-lg.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%);
    }
    .offcanvas-lg.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%);
    }
    .offcanvas-lg.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%);
    }
    .offcanvas-lg.showing,
    .offcanvas-lg.show:not(.hiding) {
      transform: none;
    }
    .offcanvas-lg.showing,
    .offcanvas-lg.hiding,
    .offcanvas-lg.show {
      visibility: visible;
    }
  }
  @media (min-width: 992px) {
    .offcanvas-lg {
      --bs-offcanvas-height: auto;
      --bs-offcanvas-border-width: 0;
      background-color: transparent !important;
    }
    .offcanvas-lg .offcanvas-header {
      display: none;
    }
    .offcanvas-lg .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important;
    }
  }
  @media (max-width: 1199.98px) {
    .offcanvas-xl {
      position: fixed;
      bottom: 0;
      z-index: var(--bs-offcanvas-zindex);
      display: flex;
      flex-direction: column;
      max-width: 100%;
      color: var(--bs-offcanvas-color);
      visibility: hidden;
      background-color: var(--bs-offcanvas-bg);
      background-clip: padding-box;
      outline: 0;
      transition: var(--bs-offcanvas-transition);
    }
  }
  @media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xl {
      transition: none;
    }
  }
  @media (max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%);
    }
    .offcanvas-xl.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%);
    }
    .offcanvas-xl.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%);
    }
    .offcanvas-xl.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%);
    }
    .offcanvas-xl.showing,
    .offcanvas-xl.show:not(.hiding) {
      transform: none;
    }
    .offcanvas-xl.showing,
    .offcanvas-xl.hiding,
    .offcanvas-xl.show {
      visibility: visible;
    }
  }
  @media (min-width: 1200px) {
    .offcanvas-xl {
      --bs-offcanvas-height: auto;
      --bs-offcanvas-border-width: 0;
      background-color: transparent !important;
    }
    .offcanvas-xl .offcanvas-header {
      display: none;
    }
    .offcanvas-xl .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important;
    }
  }
  @media (max-width: 1399.98px) {
    .offcanvas-xxl {
      position: fixed;
      bottom: 0;
      z-index: var(--bs-offcanvas-zindex);
      display: flex;
      flex-direction: column;
      max-width: 100%;
      color: var(--bs-offcanvas-color);
      visibility: hidden;
      background-color: var(--bs-offcanvas-bg);
      background-clip: padding-box;
      outline: 0;
      transition: var(--bs-offcanvas-transition);
    }
  }
  @media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xxl {
      transition: none;
    }
  }
  @media (max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%);
    }
    .offcanvas-xxl.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%);
    }
    .offcanvas-xxl.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%);
    }
    .offcanvas-xxl.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%);
    }
    .offcanvas-xxl.showing,
    .offcanvas-xxl.show:not(.hiding) {
      transform: none;
    }
    .offcanvas-xxl.showing,
    .offcanvas-xxl.hiding,
    .offcanvas-xxl.show {
      visibility: visible;
    }
  }
  @media (min-width: 1400px) {
    .offcanvas-xxl {
      --bs-offcanvas-height: auto;
      --bs-offcanvas-border-width: 0;
      background-color: transparent !important;
    }
    .offcanvas-xxl .offcanvas-header {
      display: none;
    }
    .offcanvas-xxl .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important;
    }
  }
  .offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
  @media (prefers-reduced-motion: reduce) {
    .offcanvas {
      transition: none;
    }
  }
  .offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas.showing,
  .offcanvas.show:not(.hiding) {
    transform: none;
  }
  .offcanvas.showing,
  .offcanvas.hiding,
  .offcanvas.show {
    visibility: visible;
  }
  .offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
  }
  .offcanvas-backdrop.fade {
    opacity: 0;
  }
  .offcanvas-backdrop.show {
    opacity: 0.5;
  }
  .offcanvas-header {
    display: flex;
    align-items: center;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  }
  .offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
    margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
  }
  .offcanvas-title {
    margin-bottom: 0;
    line-height: var(--bs-offcanvas-title-line-height);
  }
  .offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto;
  }
  .placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: 0.5;
  }
  .placeholder.btn::before {
    display: inline-block;
    content: "";
  }
  .placeholder-xs {
    min-height: 0.6em;
  }
  .placeholder-sm {
    min-height: 0.8em;
  }
  .placeholder-lg {
    min-height: 1.2em;
  }
  .placeholder-glow .placeholder {
    animation: placeholder-glow 2s ease-in-out infinite;
  }
  @keyframes placeholder-glow {
    50% {
      opacity: 0.2;
    }
  }
  .placeholder-wave {
    mask-image:
      linear-gradient(
        130deg,
        #000 55%,
        rgba(0, 0, 0, 0.8) 75%,
        #000 95%);
    mask-size: 200% 100%;
    animation: placeholder-wave 2s linear infinite;
  }
  @keyframes placeholder-wave {
    100% {
      mask-position: -200% 0%;
    }
  }
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
  .text-bg-primary {
    color: #fff;
    background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1));
  }
  .text-bg-secondary {
    color: #fff;
    background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1));
  }
  .text-bg-success {
    color: #fff;
    background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1));
  }
  .text-bg-info {
    color: #000;
    background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1));
  }
  .text-bg-warning {
    color: #000;
    background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1));
  }
  .text-bg-danger {
    color: #fff;
    background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1));
  }
  .text-bg-light {
    color: #000;
    background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1));
  }
  .text-bg-dark {
    color: #fff;
    background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1));
  }
  .link-primary {
    color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1));
    text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1));
  }
  .link-primary:hover,
  .link-primary:focus {
    color: RGBA(10, 88, 202, var(--bs-link-opacity, 1));
    text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1));
  }
  .link-secondary {
    color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1));
    text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1));
  }
  .link-secondary:hover,
  .link-secondary:focus {
    color: RGBA(86, 94, 100, var(--bs-link-opacity, 1));
    text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1));
  }
  .link-success {
    color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1));
    text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1));
  }
  .link-success:hover,
  .link-success:focus {
    color: RGBA(20, 108, 67, var(--bs-link-opacity, 1));
    text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1));
  }
  .link-info {
    color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1));
    text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1));
  }
  .link-info:hover,
  .link-info:focus {
    color: RGBA(61, 213, 243, var(--bs-link-opacity, 1));
    text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1));
  }
  .link-warning {
    color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1));
    text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1));
  }
  .link-warning:hover,
  .link-warning:focus {
    color: RGBA(255, 205, 57, var(--bs-link-opacity, 1));
    text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1));
  }
  .link-danger {
    color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1));
    text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1));
  }
  .link-danger:hover,
  .link-danger:focus {
    color: RGBA(176, 42, 55, var(--bs-link-opacity, 1));
    text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1));
  }
  .link-light {
    color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1));
    text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1));
  }
  .link-light:hover,
  .link-light:focus {
    color: RGBA(249, 250, 251, var(--bs-link-opacity, 1));
    text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1));
  }
  .link-dark {
    color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1));
    text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1));
  }
  .link-dark:hover,
  .link-dark:focus {
    color: RGBA(26, 30, 33, var(--bs-link-opacity, 1));
    text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1));
  }
  .link-body-emphasis {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1));
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1));
  }
  .link-body-emphasis:hover,
  .link-body-emphasis:focus {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75));
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75));
  }
  .focus-ring:focus {
    outline: 0;
    box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
  }
  .icon-link {
    display: inline-flex;
    gap: 0.375rem;
    align-items: center;
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
    text-underline-offset: 0.25em;
    backface-visibility: hidden;
  }
  .icon-link > .bi {
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    fill: currentcolor;
    transition: 0.2s ease-in-out transform;
  }
  @media (prefers-reduced-motion: reduce) {
    .icon-link > .bi {
      transition: none;
    }
  }
  .icon-link-hover:hover > .bi,
  .icon-link-hover:focus-visible > .bi {
    transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
  }
  .ratio {
    position: relative;
    width: 100%;
  }
  .ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
  }
  .ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .ratio-1x1 {
    --bs-aspect-ratio: 100%;
  }
  .ratio-4x3 {
    --bs-aspect-ratio: 75%;
  }
  .ratio-16x9 {
    --bs-aspect-ratio: 56.25%;
  }
  .ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%;
  }
  .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
  }
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
  @media (min-width: 576px) {
    .sticky-sm-top {
      position: sticky;
      top: 0;
      z-index: 1020;
    }
    .sticky-sm-bottom {
      position: sticky;
      bottom: 0;
      z-index: 1020;
    }
  }
  @media (min-width: 768px) {
    .sticky-md-top {
      position: sticky;
      top: 0;
      z-index: 1020;
    }
    .sticky-md-bottom {
      position: sticky;
      bottom: 0;
      z-index: 1020;
    }
  }
  @media (min-width: 992px) {
    .sticky-lg-top {
      position: sticky;
      top: 0;
      z-index: 1020;
    }
    .sticky-lg-bottom {
      position: sticky;
      bottom: 0;
      z-index: 1020;
    }
  }
  @media (min-width: 1200px) {
    .sticky-xl-top {
      position: sticky;
      top: 0;
      z-index: 1020;
    }
    .sticky-xl-bottom {
      position: sticky;
      bottom: 0;
      z-index: 1020;
    }
  }
  @media (min-width: 1400px) {
    .sticky-xxl-top {
      position: sticky;
      top: 0;
      z-index: 1020;
    }
    .sticky-xxl-bottom {
      position: sticky;
      bottom: 0;
      z-index: 1020;
    }
  }
  .hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
  }
  .vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch;
  }
  .visually-hidden,
  .visually-hidden-focusable:not(:focus):not(:focus-within) {
    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;
  }
  .visually-hidden:not(caption),
  .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
    position: absolute !important;
  }
  .stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
  }
  .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .vr {
    display: inline-block;
    align-self: stretch;
    width: var(--bs-border-width);
    min-height: 1em;
    background-color: currentcolor;
    opacity: 0.25;
  }
  .align-baseline {
    vertical-align: baseline;
  }
  .align-top {
    vertical-align: top;
  }
  .align-middle {
    vertical-align: middle;
  }
  .align-bottom {
    vertical-align: bottom;
  }
  .align-text-bottom {
    vertical-align: text-bottom;
  }
  .align-text-top {
    vertical-align: text-top;
  }
  .float-start {
    float: left;
  }
  .float-end {
    float: right;
  }
  .float-none {
    float: none;
  }
  .object-fit-contain {
    object-fit: contain;
  }
  .object-fit-cover {
    object-fit: cover;
  }
  .object-fit-fill {
    object-fit: fill;
  }
  .object-fit-scale {
    object-fit: scale-down;
  }
  .object-fit-none {
    object-fit: none;
  }
  .opacity-0 {
    opacity: 0;
  }
  .opacity-25 {
    opacity: 0.25;
  }
  .opacity-50 {
    opacity: 0.5;
  }
  .opacity-75 {
    opacity: 0.75;
  }
  .opacity-100 {
    opacity: 1;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible {
    overflow: visible;
  }
  .overflow-scroll {
    overflow: scroll;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-x-visible {
    overflow-x: visible;
  }
  .overflow-x-scroll {
    overflow-x: scroll;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .overflow-y-hidden {
    overflow-y: hidden;
  }
  .overflow-y-visible {
    overflow-y: visible;
  }
  .overflow-y-scroll {
    overflow-y: scroll;
  }
  .d-inline {
    display: inline;
  }
  .d-inline-block {
    display: inline-block;
  }
  .d-block {
    display: block;
  }
  .d-grid {
    display: grid;
  }
  .d-inline-grid {
    display: inline-grid;
  }
  .d-table {
    display: table;
  }
  .d-table-row {
    display: table-row;
  }
  .d-table-cell {
    display: table-cell;
  }
  .d-flex {
    display: flex;
  }
  .d-inline-flex {
    display: inline-flex;
  }
  .d-none {
    display: none;
  }
  .shadow {
    box-shadow: var(--bs-box-shadow);
  }
  .shadow-sm {
    box-shadow: var(--bs-box-shadow-sm);
  }
  .shadow-lg {
    box-shadow: var(--bs-box-shadow-lg);
  }
  .shadow-none {
    box-shadow: none;
  }
  .focus-ring-primary {
    --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
  }
  .focus-ring-secondary {
    --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
  }
  .focus-ring-success {
    --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
  }
  .focus-ring-info {
    --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
  }
  .focus-ring-warning {
    --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
  }
  .focus-ring-danger {
    --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
  }
  .focus-ring-light {
    --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
  }
  .focus-ring-dark {
    --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
  }
  .position-static {
    position: static;
  }
  .position-relative {
    position: relative;
  }
  .position-absolute {
    position: absolute;
  }
  .position-fixed {
    position: fixed;
  }
  .position-sticky {
    position: sticky;
  }
  .top-0 {
    top: 0;
  }
  .top-50 {
    top: 50%;
  }
  .top-100 {
    top: 100%;
  }
  .bottom-0 {
    bottom: 0;
  }
  .bottom-50 {
    bottom: 50%;
  }
  .bottom-100 {
    bottom: 100%;
  }
  .start-0 {
    left: 0;
  }
  .start-50 {
    left: 50%;
  }
  .start-100 {
    left: 100%;
  }
  .end-0 {
    right: 0;
  }
  .end-50 {
    right: 50%;
  }
  .end-100 {
    right: 100%;
  }
  .translate-middle {
    transform: translate(-50%, -50%);
  }
  .translate-middle-x {
    transform: translateX(-50%);
  }
  .translate-middle-y {
    transform: translateY(-50%);
  }
  .border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
  }
  .border-0 {
    border: 0;
  }
  .border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
  }
  .border-top-0 {
    border-top: 0;
  }
  .border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
  }
  .border-end-0 {
    border-right: 0;
  }
  .border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
  }
  .border-bottom-0 {
    border-bottom: 0;
  }
  .border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
  }
  .border-start-0 {
    border-left: 0;
  }
  .border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity));
  }
  .border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity));
  }
  .border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity));
  }
  .border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity));
  }
  .border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity));
  }
  .border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity));
  }
  .border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity));
  }
  .border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity));
  }
  .border-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity));
  }
  .border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity));
  }
  .border-primary-subtle {
    border-color: var(--bs-primary-border-subtle);
  }
  .border-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle);
  }
  .border-success-subtle {
    border-color: var(--bs-success-border-subtle);
  }
  .border-info-subtle {
    border-color: var(--bs-info-border-subtle);
  }
  .border-warning-subtle {
    border-color: var(--bs-warning-border-subtle);
  }
  .border-danger-subtle {
    border-color: var(--bs-danger-border-subtle);
  }
  .border-light-subtle {
    border-color: var(--bs-light-border-subtle);
  }
  .border-dark-subtle {
    border-color: var(--bs-dark-border-subtle);
  }
  .border-1 {
    border-width: 1px;
  }
  .border-2 {
    border-width: 2px;
  }
  .border-3 {
    border-width: 3px;
  }
  .border-4 {
    border-width: 4px;
  }
  .border-5 {
    border-width: 5px;
  }
  .border-opacity-10 {
    --bs-border-opacity: 0.1;
  }
  .border-opacity-25 {
    --bs-border-opacity: 0.25;
  }
  .border-opacity-50 {
    --bs-border-opacity: 0.5;
  }
  .border-opacity-75 {
    --bs-border-opacity: 0.75;
  }
  .border-opacity-100 {
    --bs-border-opacity: 1;
  }
  .w-25 {
    width: 25%;
  }
  .w-50 {
    width: 50%;
  }
  .w-75 {
    width: 75%;
  }
  .w-100 {
    width: 100%;
  }
  .w-auto {
    width: auto;
  }
  .mw-100 {
    max-width: 100%;
  }
  .vw-100 {
    width: 100vw;
  }
  .min-vw-100 {
    min-width: 100vw;
  }
  .h-25 {
    height: 25%;
  }
  .h-50 {
    height: 50%;
  }
  .h-75 {
    height: 75%;
  }
  .h-100 {
    height: 100%;
  }
  .h-auto {
    height: auto;
  }
  .mh-100 {
    max-height: 100%;
  }
  .vh-100 {
    height: 100vh;
  }
  .min-vh-100 {
    min-height: 100vh;
  }
  .flex-fill {
    flex: 1 1 auto;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-column {
    flex-direction: column;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-grow-0 {
    flex-grow: 0;
  }
  .flex-grow-1 {
    flex-grow: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .flex-shrink-1 {
    flex-shrink: 1;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .justify-content-start {
    justify-content: flex-start;
  }
  .justify-content-end {
    justify-content: flex-end;
  }
  .justify-content-center {
    justify-content: center;
  }
  .justify-content-between {
    justify-content: space-between;
  }
  .justify-content-around {
    justify-content: space-around;
  }
  .justify-content-evenly {
    justify-content: space-evenly;
  }
  .align-items-start {
    align-items: flex-start;
  }
  .align-items-end {
    align-items: flex-end;
  }
  .align-items-center {
    align-items: center;
  }
  .align-items-baseline {
    align-items: baseline;
  }
  .align-items-stretch {
    align-items: stretch;
  }
  .align-content-start {
    align-content: flex-start;
  }
  .align-content-end {
    align-content: flex-end;
  }
  .align-content-center {
    align-content: center;
  }
  .align-content-between {
    align-content: space-between;
  }
  .align-content-around {
    align-content: space-around;
  }
  .align-content-stretch {
    align-content: stretch;
  }
  .align-self-auto {
    align-self: auto;
  }
  .align-self-start {
    align-self: flex-start;
  }
  .align-self-end {
    align-self: flex-end;
  }
  .align-self-center {
    align-self: center;
  }
  .align-self-baseline {
    align-self: baseline;
  }
  .align-self-stretch {
    align-self: stretch;
  }
  .order-first {
    order: -1;
  }
  .order-0 {
    order: 0;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .order-4 {
    order: 4;
  }
  .order-5 {
    order: 5;
  }
  .order-last {
    order: 6;
  }
  .m-0 {
    margin: 0;
  }
  .m-1 {
    margin: 0.25rem;
  }
  .m-2 {
    margin: 0.5rem;
  }
  .m-3 {
    margin: 1rem;
  }
  .m-4 {
    margin: 1.5rem;
  }
  .m-5 {
    margin: 3rem;
  }
  .m-auto {
    margin: auto;
  }
  .mx-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .mx-1 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .mx-2 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .mx-3 {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .mx-4 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .mx-5 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  .mx-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .my-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .my-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .my-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mt-0 {
    margin-top: 0;
  }
  .mt-1 {
    margin-top: 0.25rem;
  }
  .mt-2 {
    margin-top: 0.5rem;
  }
  .mt-3 {
    margin-top: 1rem;
  }
  .mt-4 {
    margin-top: 1.5rem;
  }
  .mt-5 {
    margin-top: 3rem;
  }
  .mt-auto {
    margin-top: auto;
  }
  .me-0 {
    margin-right: 0;
  }
  .me-1 {
    margin-right: 0.25rem;
  }
  .me-2 {
    margin-right: 0.5rem;
  }
  .me-3 {
    margin-right: 1rem;
  }
  .me-4 {
    margin-right: 1.5rem;
  }
  .me-5 {
    margin-right: 3rem;
  }
  .me-auto {
    margin-right: auto;
  }
  .mb-0 {
    margin-bottom: 0;
  }
  .mb-1 {
    margin-bottom: 0.25rem;
  }
  .mb-2 {
    margin-bottom: 0.5rem;
  }
  .mb-3 {
    margin-bottom: 1rem;
  }
  .mb-4 {
    margin-bottom: 1.5rem;
  }
  .mb-5 {
    margin-bottom: 3rem;
  }
  .mb-auto {
    margin-bottom: auto;
  }
  .ms-0 {
    margin-left: 0;
  }
  .ms-1 {
    margin-left: 0.25rem;
  }
  .ms-2 {
    margin-left: 0.5rem;
  }
  .ms-3 {
    margin-left: 1rem;
  }
  .ms-4 {
    margin-left: 1.5rem;
  }
  .ms-5 {
    margin-left: 3rem;
  }
  .ms-auto {
    margin-left: auto;
  }
  .p-0 {
    padding: 0;
  }
  .p-1 {
    padding: 0.25rem;
  }
  .p-2 {
    padding: 0.5rem;
  }
  .p-3 {
    padding: 1rem;
  }
  .p-4 {
    padding: 1.5rem;
  }
  .p-5 {
    padding: 3rem;
  }
  .px-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .px-1 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .px-2 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .px-3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .px-4 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .px-5 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .py-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pt-0 {
    padding-top: 0;
  }
  .pt-1 {
    padding-top: 0.25rem;
  }
  .pt-2 {
    padding-top: 0.5rem;
  }
  .pt-3 {
    padding-top: 1rem;
  }
  .pt-4 {
    padding-top: 1.5rem;
  }
  .pt-5 {
    padding-top: 3rem;
  }
  .pe-0 {
    padding-right: 0;
  }
  .pe-1 {
    padding-right: 0.25rem;
  }
  .pe-2 {
    padding-right: 0.5rem;
  }
  .pe-3 {
    padding-right: 1rem;
  }
  .pe-4 {
    padding-right: 1.5rem;
  }
  .pe-5 {
    padding-right: 3rem;
  }
  .pb-0 {
    padding-bottom: 0;
  }
  .pb-1 {
    padding-bottom: 0.25rem;
  }
  .pb-2 {
    padding-bottom: 0.5rem;
  }
  .pb-3 {
    padding-bottom: 1rem;
  }
  .pb-4 {
    padding-bottom: 1.5rem;
  }
  .pb-5 {
    padding-bottom: 3rem;
  }
  .ps-0 {
    padding-left: 0;
  }
  .ps-1 {
    padding-left: 0.25rem;
  }
  .ps-2 {
    padding-left: 0.5rem;
  }
  .ps-3 {
    padding-left: 1rem;
  }
  .ps-4 {
    padding-left: 1.5rem;
  }
  .ps-5 {
    padding-left: 3rem;
  }
  .gap-0 {
    gap: 0;
  }
  .gap-1 {
    gap: 0.25rem;
  }
  .gap-2 {
    gap: 0.5rem;
  }
  .gap-3 {
    gap: 1rem;
  }
  .gap-4 {
    gap: 1.5rem;
  }
  .gap-5 {
    gap: 3rem;
  }
  .row-gap-0 {
    row-gap: 0;
  }
  .row-gap-1 {
    row-gap: 0.25rem;
  }
  .row-gap-2 {
    row-gap: 0.5rem;
  }
  .row-gap-3 {
    row-gap: 1rem;
  }
  .row-gap-4 {
    row-gap: 1.5rem;
  }
  .row-gap-5 {
    row-gap: 3rem;
  }
  .column-gap-0 {
    column-gap: 0;
  }
  .column-gap-1 {
    column-gap: 0.25rem;
  }
  .column-gap-2 {
    column-gap: 0.5rem;
  }
  .column-gap-3 {
    column-gap: 1rem;
  }
  .column-gap-4 {
    column-gap: 1.5rem;
  }
  .column-gap-5 {
    column-gap: 3rem;
  }
  .font-monospace {
    font-family: var(--bs-font-monospace);
  }
  .fs-1 {
    font-size: calc(1.375rem + 1.5vw);
  }
  .fs-2 {
    font-size: calc(1.325rem + 0.9vw);
  }
  .fs-3 {
    font-size: calc(1.3rem + 0.6vw);
  }
  .fs-4 {
    font-size: calc(1.275rem + 0.3vw);
  }
  .fs-5 {
    font-size: 1.25rem;
  }
  .fs-6 {
    font-size: 1rem;
  }
  .fst-italic {
    font-style: italic;
  }
  .fst-normal {
    font-style: normal;
  }
  .fw-lighter {
    font-weight: lighter;
  }
  .fw-light {
    font-weight: 300;
  }
  .fw-normal {
    font-weight: 400;
  }
  .fw-medium {
    font-weight: 500;
  }
  .fw-semibold {
    font-weight: 600;
  }
  .fw-bold {
    font-weight: 700;
  }
  .fw-bolder {
    font-weight: bolder;
  }
  .lh-1 {
    line-height: 1;
  }
  .lh-sm {
    line-height: 1.25;
  }
  .lh-base {
    line-height: 1.5;
  }
  .lh-lg {
    line-height: 2;
  }
  .text-start {
    text-align: left;
  }
  .text-end {
    text-align: right;
  }
  .text-center {
    text-align: center;
  }
  .text-decoration-none {
    text-decoration: none;
  }
  .text-decoration-underline {
    text-decoration: underline;
  }
  .text-decoration-line-through {
    text-decoration: line-through;
  }
  .text-lowercase {
    text-transform: lowercase;
  }
  .text-uppercase {
    text-transform: uppercase;
  }
  .text-capitalize {
    text-transform: capitalize;
  }
  .text-wrap {
    white-space: normal;
  }
  .text-nowrap {
    white-space: nowrap;
  }
  .text-break {
    word-wrap: break-word;
    word-break: break-word;
  }
  .text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity));
  }
  .text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity));
  }
  .text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity));
  }
  .text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity));
  }
  .text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity));
  }
  .text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity));
  }
  .text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity));
  }
  .text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity));
  }
  .text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity));
  }
  .text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity));
  }
  .text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity));
  }
  .text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color);
  }
  .text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5);
  }
  .text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, 0.5);
  }
  .text-body-secondary {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color);
  }
  .text-body-tertiary {
    --bs-text-opacity: 1;
    color: var(--bs-tertiary-color);
  }
  .text-body-emphasis {
    --bs-text-opacity: 1;
    color: var(--bs-emphasis-color);
  }
  .text-reset {
    --bs-text-opacity: 1;
    color: inherit;
  }
  .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;
  }
  .text-primary-emphasis {
    color: var(--bs-primary-text-emphasis);
  }
  .text-secondary-emphasis {
    color: var(--bs-secondary-text-emphasis);
  }
  .text-success-emphasis {
    color: var(--bs-success-text-emphasis);
  }
  .text-info-emphasis {
    color: var(--bs-info-text-emphasis);
  }
  .text-warning-emphasis {
    color: var(--bs-warning-text-emphasis);
  }
  .text-danger-emphasis {
    color: var(--bs-danger-text-emphasis);
  }
  .text-light-emphasis {
    color: var(--bs-light-text-emphasis);
  }
  .text-dark-emphasis {
    color: var(--bs-dark-text-emphasis);
  }
  .link-opacity-10 {
    --bs-link-opacity: 0.1;
  }
  .link-opacity-10-hover:hover {
    --bs-link-opacity: 0.1;
  }
  .link-opacity-25 {
    --bs-link-opacity: 0.25;
  }
  .link-opacity-25-hover:hover {
    --bs-link-opacity: 0.25;
  }
  .link-opacity-50 {
    --bs-link-opacity: 0.5;
  }
  .link-opacity-50-hover:hover {
    --bs-link-opacity: 0.5;
  }
  .link-opacity-75 {
    --bs-link-opacity: 0.75;
  }
  .link-opacity-75-hover:hover {
    --bs-link-opacity: 0.75;
  }
  .link-opacity-100 {
    --bs-link-opacity: 1;
  }
  .link-opacity-100-hover:hover {
    --bs-link-opacity: 1;
  }
  .link-offset-1 {
    text-underline-offset: 0.125em;
  }
  .link-offset-1-hover:hover {
    text-underline-offset: 0.125em;
  }
  .link-offset-2 {
    text-underline-offset: 0.25em;
  }
  .link-offset-2-hover:hover {
    text-underline-offset: 0.25em;
  }
  .link-offset-3 {
    text-underline-offset: 0.375em;
  }
  .link-offset-3-hover:hover {
    text-underline-offset: 0.375em;
  }
  .link-underline-primary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity));
  }
  .link-underline-secondary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity));
  }
  .link-underline-success {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity));
  }
  .link-underline-info {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity));
  }
  .link-underline-warning {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity));
  }
  .link-underline-danger {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity));
  }
  .link-underline-light {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity));
  }
  .link-underline-dark {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity));
  }
  .link-underline {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1));
  }
  .link-underline-opacity-0 {
    --bs-link-underline-opacity: 0;
  }
  .link-underline-opacity-0-hover:hover {
    --bs-link-underline-opacity: 0;
  }
  .link-underline-opacity-10 {
    --bs-link-underline-opacity: 0.1;
  }
  .link-underline-opacity-10-hover:hover {
    --bs-link-underline-opacity: 0.1;
  }
  .link-underline-opacity-25 {
    --bs-link-underline-opacity: 0.25;
  }
  .link-underline-opacity-25-hover:hover {
    --bs-link-underline-opacity: 0.25;
  }
  .link-underline-opacity-50 {
    --bs-link-underline-opacity: 0.5;
  }
  .link-underline-opacity-50-hover:hover {
    --bs-link-underline-opacity: 0.5;
  }
  .link-underline-opacity-75 {
    --bs-link-underline-opacity: 0.75;
  }
  .link-underline-opacity-75-hover:hover {
    --bs-link-underline-opacity: 0.75;
  }
  .link-underline-opacity-100 {
    --bs-link-underline-opacity: 1;
  }
  .link-underline-opacity-100-hover:hover {
    --bs-link-underline-opacity: 1;
  }
  .bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity));
  }
  .bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity));
  }
  .bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity));
  }
  .bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity));
  }
  .bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity));
  }
  .bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity));
  }
  .bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity));
  }
  .bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity));
  }
  .bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity));
  }
  .bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity));
  }
  .bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity));
  }
  .bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent;
  }
  .bg-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity));
  }
  .bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity));
  }
  .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-primary-subtle {
    background-color: var(--bs-primary-bg-subtle);
  }
  .bg-secondary-subtle {
    background-color: var(--bs-secondary-bg-subtle);
  }
  .bg-success-subtle {
    background-color: var(--bs-success-bg-subtle);
  }
  .bg-info-subtle {
    background-color: var(--bs-info-bg-subtle);
  }
  .bg-warning-subtle {
    background-color: var(--bs-warning-bg-subtle);
  }
  .bg-danger-subtle {
    background-color: var(--bs-danger-bg-subtle);
  }
  .bg-light-subtle {
    background-color: var(--bs-light-bg-subtle);
  }
  .bg-dark-subtle {
    background-color: var(--bs-dark-bg-subtle);
  }
  .bg-gradient {
    background-image: var(--bs-gradient);
  }
  .user-select-all {
    -webkit-user-select: all;
    user-select: all;
  }
  .user-select-auto {
    -webkit-user-select: auto;
    user-select: auto;
  }
  .user-select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .pe-none {
    pointer-events: none;
  }
  .pe-auto {
    pointer-events: auto;
  }
  .rounded {
    border-radius: var(--bs-border-radius);
  }
  .rounded-0 {
    border-radius: 0;
  }
  .rounded-1 {
    border-radius: var(--bs-border-radius-sm);
  }
  .rounded-2 {
    border-radius: var(--bs-border-radius);
  }
  .rounded-3 {
    border-radius: var(--bs-border-radius-lg);
  }
  .rounded-4 {
    border-radius: var(--bs-border-radius-xl);
  }
  .rounded-5 {
    border-radius: var(--bs-border-radius-xxl);
  }
  .rounded-circle {
    border-radius: 50%;
  }
  .rounded-pill {
    border-radius: var(--bs-border-radius-pill);
  }
  .rounded-top {
    border-top-left-radius: var(--bs-border-radius);
    border-top-right-radius: var(--bs-border-radius);
  }
  .rounded-top-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .rounded-top-1 {
    border-top-left-radius: var(--bs-border-radius-sm);
    border-top-right-radius: var(--bs-border-radius-sm);
  }
  .rounded-top-2 {
    border-top-left-radius: var(--bs-border-radius);
    border-top-right-radius: var(--bs-border-radius);
  }
  .rounded-top-3 {
    border-top-left-radius: var(--bs-border-radius-lg);
    border-top-right-radius: var(--bs-border-radius-lg);
  }
  .rounded-top-4 {
    border-top-left-radius: var(--bs-border-radius-xl);
    border-top-right-radius: var(--bs-border-radius-xl);
  }
  .rounded-top-5 {
    border-top-left-radius: var(--bs-border-radius-xxl);
    border-top-right-radius: var(--bs-border-radius-xxl);
  }
  .rounded-top-circle {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }
  .rounded-top-pill {
    border-top-left-radius: var(--bs-border-radius-pill);
    border-top-right-radius: var(--bs-border-radius-pill);
  }
  .rounded-end {
    border-top-right-radius: var(--bs-border-radius);
    border-bottom-right-radius: var(--bs-border-radius);
  }
  .rounded-end-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .rounded-end-1 {
    border-top-right-radius: var(--bs-border-radius-sm);
    border-bottom-right-radius: var(--bs-border-radius-sm);
  }
  .rounded-end-2 {
    border-top-right-radius: var(--bs-border-radius);
    border-bottom-right-radius: var(--bs-border-radius);
  }
  .rounded-end-3 {
    border-top-right-radius: var(--bs-border-radius-lg);
    border-bottom-right-radius: var(--bs-border-radius-lg);
  }
  .rounded-end-4 {
    border-top-right-radius: var(--bs-border-radius-xl);
    border-bottom-right-radius: var(--bs-border-radius-xl);
  }
  .rounded-end-5 {
    border-top-right-radius: var(--bs-border-radius-xxl);
    border-bottom-right-radius: var(--bs-border-radius-xxl);
  }
  .rounded-end-circle {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }
  .rounded-end-pill {
    border-top-right-radius: var(--bs-border-radius-pill);
    border-bottom-right-radius: var(--bs-border-radius-pill);
  }
  .rounded-bottom {
    border-bottom-right-radius: var(--bs-border-radius);
    border-bottom-left-radius: var(--bs-border-radius);
  }
  .rounded-bottom-0 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .rounded-bottom-1 {
    border-bottom-right-radius: var(--bs-border-radius-sm);
    border-bottom-left-radius: var(--bs-border-radius-sm);
  }
  .rounded-bottom-2 {
    border-bottom-right-radius: var(--bs-border-radius);
    border-bottom-left-radius: var(--bs-border-radius);
  }
  .rounded-bottom-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg);
    border-bottom-left-radius: var(--bs-border-radius-lg);
  }
  .rounded-bottom-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl);
    border-bottom-left-radius: var(--bs-border-radius-xl);
  }
  .rounded-bottom-5 {
    border-bottom-right-radius: var(--bs-border-radius-xxl);
    border-bottom-left-radius: var(--bs-border-radius-xxl);
  }
  .rounded-bottom-circle {
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  .rounded-bottom-pill {
    border-bottom-right-radius: var(--bs-border-radius-pill);
    border-bottom-left-radius: var(--bs-border-radius-pill);
  }
  .rounded-start {
    border-bottom-left-radius: var(--bs-border-radius);
    border-top-left-radius: var(--bs-border-radius);
  }
  .rounded-start-0 {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .rounded-start-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm);
    border-top-left-radius: var(--bs-border-radius-sm);
  }
  .rounded-start-2 {
    border-bottom-left-radius: var(--bs-border-radius);
    border-top-left-radius: var(--bs-border-radius);
  }
  .rounded-start-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg);
    border-top-left-radius: var(--bs-border-radius-lg);
  }
  .rounded-start-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl);
    border-top-left-radius: var(--bs-border-radius-xl);
  }
  .rounded-start-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl);
    border-top-left-radius: var(--bs-border-radius-xxl);
  }
  .rounded-start-circle {
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
  }
  .rounded-start-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill);
    border-top-left-radius: var(--bs-border-radius-pill);
  }
  .visible {
    visibility: visible;
  }
  .invisible {
    visibility: hidden;
  }
  .z-n1 {
    z-index: -1;
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-3 {
    z-index: 3;
  }
  @media (min-width: 576px) {
    .float-sm-start {
      float: left;
    }
    .float-sm-end {
      float: right;
    }
    .float-sm-none {
      float: none;
    }
    .object-fit-sm-contain {
      object-fit: contain;
    }
    .object-fit-sm-cover {
      object-fit: cover;
    }
    .object-fit-sm-fill {
      object-fit: fill;
    }
    .object-fit-sm-scale {
      object-fit: scale-down;
    }
    .object-fit-sm-none {
      object-fit: none;
    }
    .d-sm-inline {
      display: inline;
    }
    .d-sm-inline-block {
      display: inline-block;
    }
    .d-sm-block {
      display: block;
    }
    .d-sm-grid {
      display: grid;
    }
    .d-sm-inline-grid {
      display: inline-grid;
    }
    .d-sm-table {
      display: table;
    }
    .d-sm-table-row {
      display: table-row;
    }
    .d-sm-table-cell {
      display: table-cell;
    }
    .d-sm-flex {
      display: flex;
    }
    .d-sm-inline-flex {
      display: inline-flex;
    }
    .d-sm-none {
      display: none;
    }
    .flex-sm-fill {
      flex: 1 1 auto;
    }
    .flex-sm-row {
      flex-direction: row;
    }
    .flex-sm-column {
      flex-direction: column;
    }
    .flex-sm-row-reverse {
      flex-direction: row-reverse;
    }
    .flex-sm-column-reverse {
      flex-direction: column-reverse;
    }
    .flex-sm-grow-0 {
      flex-grow: 0;
    }
    .flex-sm-grow-1 {
      flex-grow: 1;
    }
    .flex-sm-shrink-0 {
      flex-shrink: 0;
    }
    .flex-sm-shrink-1 {
      flex-shrink: 1;
    }
    .flex-sm-wrap {
      flex-wrap: wrap;
    }
    .flex-sm-nowrap {
      flex-wrap: nowrap;
    }
    .flex-sm-wrap-reverse {
      flex-wrap: wrap-reverse;
    }
    .justify-content-sm-start {
      justify-content: flex-start;
    }
    .justify-content-sm-end {
      justify-content: flex-end;
    }
    .justify-content-sm-center {
      justify-content: center;
    }
    .justify-content-sm-between {
      justify-content: space-between;
    }
    .justify-content-sm-around {
      justify-content: space-around;
    }
    .justify-content-sm-evenly {
      justify-content: space-evenly;
    }
    .align-items-sm-start {
      align-items: flex-start;
    }
    .align-items-sm-end {
      align-items: flex-end;
    }
    .align-items-sm-center {
      align-items: center;
    }
    .align-items-sm-baseline {
      align-items: baseline;
    }
    .align-items-sm-stretch {
      align-items: stretch;
    }
    .align-content-sm-start {
      align-content: flex-start;
    }
    .align-content-sm-end {
      align-content: flex-end;
    }
    .align-content-sm-center {
      align-content: center;
    }
    .align-content-sm-between {
      align-content: space-between;
    }
    .align-content-sm-around {
      align-content: space-around;
    }
    .align-content-sm-stretch {
      align-content: stretch;
    }
    .align-self-sm-auto {
      align-self: auto;
    }
    .align-self-sm-start {
      align-self: flex-start;
    }
    .align-self-sm-end {
      align-self: flex-end;
    }
    .align-self-sm-center {
      align-self: center;
    }
    .align-self-sm-baseline {
      align-self: baseline;
    }
    .align-self-sm-stretch {
      align-self: stretch;
    }
    .order-sm-first {
      order: -1;
    }
    .order-sm-0 {
      order: 0;
    }
    .order-sm-1 {
      order: 1;
    }
    .order-sm-2 {
      order: 2;
    }
    .order-sm-3 {
      order: 3;
    }
    .order-sm-4 {
      order: 4;
    }
    .order-sm-5 {
      order: 5;
    }
    .order-sm-last {
      order: 6;
    }
    .m-sm-0 {
      margin: 0;
    }
    .m-sm-1 {
      margin: 0.25rem;
    }
    .m-sm-2 {
      margin: 0.5rem;
    }
    .m-sm-3 {
      margin: 1rem;
    }
    .m-sm-4 {
      margin: 1.5rem;
    }
    .m-sm-5 {
      margin: 3rem;
    }
    .m-sm-auto {
      margin: auto;
    }
    .mx-sm-0 {
      margin-right: 0;
      margin-left: 0;
    }
    .mx-sm-1 {
      margin-right: 0.25rem;
      margin-left: 0.25rem;
    }
    .mx-sm-2 {
      margin-right: 0.5rem;
      margin-left: 0.5rem;
    }
    .mx-sm-3 {
      margin-right: 1rem;
      margin-left: 1rem;
    }
    .mx-sm-4 {
      margin-right: 1.5rem;
      margin-left: 1.5rem;
    }
    .mx-sm-5 {
      margin-right: 3rem;
      margin-left: 3rem;
    }
    .mx-sm-auto {
      margin-right: auto;
      margin-left: auto;
    }
    .my-sm-0 {
      margin-top: 0;
      margin-bottom: 0;
    }
    .my-sm-1 {
      margin-top: 0.25rem;
      margin-bottom: 0.25rem;
    }
    .my-sm-2 {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
    }
    .my-sm-3 {
      margin-top: 1rem;
      margin-bottom: 1rem;
    }
    .my-sm-4 {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
    }
    .my-sm-5 {
      margin-top: 3rem;
      margin-bottom: 3rem;
    }
    .my-sm-auto {
      margin-top: auto;
      margin-bottom: auto;
    }
    .mt-sm-0 {
      margin-top: 0;
    }
    .mt-sm-1 {
      margin-top: 0.25rem;
    }
    .mt-sm-2 {
      margin-top: 0.5rem;
    }
    .mt-sm-3 {
      margin-top: 1rem;
    }
    .mt-sm-4 {
      margin-top: 1.5rem;
    }
    .mt-sm-5 {
      margin-top: 3rem;
    }
    .mt-sm-auto {
      margin-top: auto;
    }
    .me-sm-0 {
      margin-right: 0;
    }
    .me-sm-1 {
      margin-right: 0.25rem;
    }
    .me-sm-2 {
      margin-right: 0.5rem;
    }
    .me-sm-3 {
      margin-right: 1rem;
    }
    .me-sm-4 {
      margin-right: 1.5rem;
    }
    .me-sm-5 {
      margin-right: 3rem;
    }
    .me-sm-auto {
      margin-right: auto;
    }
    .mb-sm-0 {
      margin-bottom: 0;
    }
    .mb-sm-1 {
      margin-bottom: 0.25rem;
    }
    .mb-sm-2 {
      margin-bottom: 0.5rem;
    }
    .mb-sm-3 {
      margin-bottom: 1rem;
    }
    .mb-sm-4 {
      margin-bottom: 1.5rem;
    }
    .mb-sm-5 {
      margin-bottom: 3rem;
    }
    .mb-sm-auto {
      margin-bottom: auto;
    }
    .ms-sm-0 {
      margin-left: 0;
    }
    .ms-sm-1 {
      margin-left: 0.25rem;
    }
    .ms-sm-2 {
      margin-left: 0.5rem;
    }
    .ms-sm-3 {
      margin-left: 1rem;
    }
    .ms-sm-4 {
      margin-left: 1.5rem;
    }
    .ms-sm-5 {
      margin-left: 3rem;
    }
    .ms-sm-auto {
      margin-left: auto;
    }
    .p-sm-0 {
      padding: 0;
    }
    .p-sm-1 {
      padding: 0.25rem;
    }
    .p-sm-2 {
      padding: 0.5rem;
    }
    .p-sm-3 {
      padding: 1rem;
    }
    .p-sm-4 {
      padding: 1.5rem;
    }
    .p-sm-5 {
      padding: 3rem;
    }
    .px-sm-0 {
      padding-right: 0;
      padding-left: 0;
    }
    .px-sm-1 {
      padding-right: 0.25rem;
      padding-left: 0.25rem;
    }
    .px-sm-2 {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }
    .px-sm-3 {
      padding-right: 1rem;
      padding-left: 1rem;
    }
    .px-sm-4 {
      padding-right: 1.5rem;
      padding-left: 1.5rem;
    }
    .px-sm-5 {
      padding-right: 3rem;
      padding-left: 3rem;
    }
    .py-sm-0 {
      padding-top: 0;
      padding-bottom: 0;
    }
    .py-sm-1 {
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
    }
    .py-sm-2 {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }
    .py-sm-3 {
      padding-top: 1rem;
      padding-bottom: 1rem;
    }
    .py-sm-4 {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
    }
    .py-sm-5 {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
    .pt-sm-0 {
      padding-top: 0;
    }
    .pt-sm-1 {
      padding-top: 0.25rem;
    }
    .pt-sm-2 {
      padding-top: 0.5rem;
    }
    .pt-sm-3 {
      padding-top: 1rem;
    }
    .pt-sm-4 {
      padding-top: 1.5rem;
    }
    .pt-sm-5 {
      padding-top: 3rem;
    }
    .pe-sm-0 {
      padding-right: 0;
    }
    .pe-sm-1 {
      padding-right: 0.25rem;
    }
    .pe-sm-2 {
      padding-right: 0.5rem;
    }
    .pe-sm-3 {
      padding-right: 1rem;
    }
    .pe-sm-4 {
      padding-right: 1.5rem;
    }
    .pe-sm-5 {
      padding-right: 3rem;
    }
    .pb-sm-0 {
      padding-bottom: 0;
    }
    .pb-sm-1 {
      padding-bottom: 0.25rem;
    }
    .pb-sm-2 {
      padding-bottom: 0.5rem;
    }
    .pb-sm-3 {
      padding-bottom: 1rem;
    }
    .pb-sm-4 {
      padding-bottom: 1.5rem;
    }
    .pb-sm-5 {
      padding-bottom: 3rem;
    }
    .ps-sm-0 {
      padding-left: 0;
    }
    .ps-sm-1 {
      padding-left: 0.25rem;
    }
    .ps-sm-2 {
      padding-left: 0.5rem;
    }
    .ps-sm-3 {
      padding-left: 1rem;
    }
    .ps-sm-4 {
      padding-left: 1.5rem;
    }
    .ps-sm-5 {
      padding-left: 3rem;
    }
    .gap-sm-0 {
      gap: 0;
    }
    .gap-sm-1 {
      gap: 0.25rem;
    }
    .gap-sm-2 {
      gap: 0.5rem;
    }
    .gap-sm-3 {
      gap: 1rem;
    }
    .gap-sm-4 {
      gap: 1.5rem;
    }
    .gap-sm-5 {
      gap: 3rem;
    }
    .row-gap-sm-0 {
      row-gap: 0;
    }
    .row-gap-sm-1 {
      row-gap: 0.25rem;
    }
    .row-gap-sm-2 {
      row-gap: 0.5rem;
    }
    .row-gap-sm-3 {
      row-gap: 1rem;
    }
    .row-gap-sm-4 {
      row-gap: 1.5rem;
    }
    .row-gap-sm-5 {
      row-gap: 3rem;
    }
    .column-gap-sm-0 {
      column-gap: 0;
    }
    .column-gap-sm-1 {
      column-gap: 0.25rem;
    }
    .column-gap-sm-2 {
      column-gap: 0.5rem;
    }
    .column-gap-sm-3 {
      column-gap: 1rem;
    }
    .column-gap-sm-4 {
      column-gap: 1.5rem;
    }
    .column-gap-sm-5 {
      column-gap: 3rem;
    }
    .text-sm-start {
      text-align: left;
    }
    .text-sm-end {
      text-align: right;
    }
    .text-sm-center {
      text-align: center;
    }
  }
  @media (min-width: 768px) {
    .float-md-start {
      float: left;
    }
    .float-md-end {
      float: right;
    }
    .float-md-none {
      float: none;
    }
    .object-fit-md-contain {
      object-fit: contain;
    }
    .object-fit-md-cover {
      object-fit: cover;
    }
    .object-fit-md-fill {
      object-fit: fill;
    }
    .object-fit-md-scale {
      object-fit: scale-down;
    }
    .object-fit-md-none {
      object-fit: none;
    }
    .d-md-inline {
      display: inline;
    }
    .d-md-inline-block {
      display: inline-block;
    }
    .d-md-block {
      display: block;
    }
    .d-md-grid {
      display: grid;
    }
    .d-md-inline-grid {
      display: inline-grid;
    }
    .d-md-table {
      display: table;
    }
    .d-md-table-row {
      display: table-row;
    }
    .d-md-table-cell {
      display: table-cell;
    }
    .d-md-flex {
      display: flex;
    }
    .d-md-inline-flex {
      display: inline-flex;
    }
    .d-md-none {
      display: none;
    }
    .flex-md-fill {
      flex: 1 1 auto;
    }
    .flex-md-row {
      flex-direction: row;
    }
    .flex-md-column {
      flex-direction: column;
    }
    .flex-md-row-reverse {
      flex-direction: row-reverse;
    }
    .flex-md-column-reverse {
      flex-direction: column-reverse;
    }
    .flex-md-grow-0 {
      flex-grow: 0;
    }
    .flex-md-grow-1 {
      flex-grow: 1;
    }
    .flex-md-shrink-0 {
      flex-shrink: 0;
    }
    .flex-md-shrink-1 {
      flex-shrink: 1;
    }
    .flex-md-wrap {
      flex-wrap: wrap;
    }
    .flex-md-nowrap {
      flex-wrap: nowrap;
    }
    .flex-md-wrap-reverse {
      flex-wrap: wrap-reverse;
    }
    .justify-content-md-start {
      justify-content: flex-start;
    }
    .justify-content-md-end {
      justify-content: flex-end;
    }
    .justify-content-md-center {
      justify-content: center;
    }
    .justify-content-md-between {
      justify-content: space-between;
    }
    .justify-content-md-around {
      justify-content: space-around;
    }
    .justify-content-md-evenly {
      justify-content: space-evenly;
    }
    .align-items-md-start {
      align-items: flex-start;
    }
    .align-items-md-end {
      align-items: flex-end;
    }
    .align-items-md-center {
      align-items: center;
    }
    .align-items-md-baseline {
      align-items: baseline;
    }
    .align-items-md-stretch {
      align-items: stretch;
    }
    .align-content-md-start {
      align-content: flex-start;
    }
    .align-content-md-end {
      align-content: flex-end;
    }
    .align-content-md-center {
      align-content: center;
    }
    .align-content-md-between {
      align-content: space-between;
    }
    .align-content-md-around {
      align-content: space-around;
    }
    .align-content-md-stretch {
      align-content: stretch;
    }
    .align-self-md-auto {
      align-self: auto;
    }
    .align-self-md-start {
      align-self: flex-start;
    }
    .align-self-md-end {
      align-self: flex-end;
    }
    .align-self-md-center {
      align-self: center;
    }
    .align-self-md-baseline {
      align-self: baseline;
    }
    .align-self-md-stretch {
      align-self: stretch;
    }
    .order-md-first {
      order: -1;
    }
    .order-md-0 {
      order: 0;
    }
    .order-md-1 {
      order: 1;
    }
    .order-md-2 {
      order: 2;
    }
    .order-md-3 {
      order: 3;
    }
    .order-md-4 {
      order: 4;
    }
    .order-md-5 {
      order: 5;
    }
    .order-md-last {
      order: 6;
    }
    .m-md-0 {
      margin: 0;
    }
    .m-md-1 {
      margin: 0.25rem;
    }
    .m-md-2 {
      margin: 0.5rem;
    }
    .m-md-3 {
      margin: 1rem;
    }
    .m-md-4 {
      margin: 1.5rem;
    }
    .m-md-5 {
      margin: 3rem;
    }
    .m-md-auto {
      margin: auto;
    }
    .mx-md-0 {
      margin-right: 0;
      margin-left: 0;
    }
    .mx-md-1 {
      margin-right: 0.25rem;
      margin-left: 0.25rem;
    }
    .mx-md-2 {
      margin-right: 0.5rem;
      margin-left: 0.5rem;
    }
    .mx-md-3 {
      margin-right: 1rem;
      margin-left: 1rem;
    }
    .mx-md-4 {
      margin-right: 1.5rem;
      margin-left: 1.5rem;
    }
    .mx-md-5 {
      margin-right: 3rem;
      margin-left: 3rem;
    }
    .mx-md-auto {
      margin-right: auto;
      margin-left: auto;
    }
    .my-md-0 {
      margin-top: 0;
      margin-bottom: 0;
    }
    .my-md-1 {
      margin-top: 0.25rem;
      margin-bottom: 0.25rem;
    }
    .my-md-2 {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
    }
    .my-md-3 {
      margin-top: 1rem;
      margin-bottom: 1rem;
    }
    .my-md-4 {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
    }
    .my-md-5 {
      margin-top: 3rem;
      margin-bottom: 3rem;
    }
    .my-md-auto {
      margin-top: auto;
      margin-bottom: auto;
    }
    .mt-md-0 {
      margin-top: 0;
    }
    .mt-md-1 {
      margin-top: 0.25rem;
    }
    .mt-md-2 {
      margin-top: 0.5rem;
    }
    .mt-md-3 {
      margin-top: 1rem;
    }
    .mt-md-4 {
      margin-top: 1.5rem;
    }
    .mt-md-5 {
      margin-top: 3rem;
    }
    .mt-md-auto {
      margin-top: auto;
    }
    .me-md-0 {
      margin-right: 0;
    }
    .me-md-1 {
      margin-right: 0.25rem;
    }
    .me-md-2 {
      margin-right: 0.5rem;
    }
    .me-md-3 {
      margin-right: 1rem;
    }
    .me-md-4 {
      margin-right: 1.5rem;
    }
    .me-md-5 {
      margin-right: 3rem;
    }
    .me-md-auto {
      margin-right: auto;
    }
    .mb-md-0 {
      margin-bottom: 0;
    }
    .mb-md-1 {
      margin-bottom: 0.25rem;
    }
    .mb-md-2 {
      margin-bottom: 0.5rem;
    }
    .mb-md-3 {
      margin-bottom: 1rem;
    }
    .mb-md-4 {
      margin-bottom: 1.5rem;
    }
    .mb-md-5 {
      margin-bottom: 3rem;
    }
    .mb-md-auto {
      margin-bottom: auto;
    }
    .ms-md-0 {
      margin-left: 0;
    }
    .ms-md-1 {
      margin-left: 0.25rem;
    }
    .ms-md-2 {
      margin-left: 0.5rem;
    }
    .ms-md-3 {
      margin-left: 1rem;
    }
    .ms-md-4 {
      margin-left: 1.5rem;
    }
    .ms-md-5 {
      margin-left: 3rem;
    }
    .ms-md-auto {
      margin-left: auto;
    }
    .p-md-0 {
      padding: 0;
    }
    .p-md-1 {
      padding: 0.25rem;
    }
    .p-md-2 {
      padding: 0.5rem;
    }
    .p-md-3 {
      padding: 1rem;
    }
    .p-md-4 {
      padding: 1.5rem;
    }
    .p-md-5 {
      padding: 3rem;
    }
    .px-md-0 {
      padding-right: 0;
      padding-left: 0;
    }
    .px-md-1 {
      padding-right: 0.25rem;
      padding-left: 0.25rem;
    }
    .px-md-2 {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }
    .px-md-3 {
      padding-right: 1rem;
      padding-left: 1rem;
    }
    .px-md-4 {
      padding-right: 1.5rem;
      padding-left: 1.5rem;
    }
    .px-md-5 {
      padding-right: 3rem;
      padding-left: 3rem;
    }
    .py-md-0 {
      padding-top: 0;
      padding-bottom: 0;
    }
    .py-md-1 {
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
    }
    .py-md-2 {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }
    .py-md-3 {
      padding-top: 1rem;
      padding-bottom: 1rem;
    }
    .py-md-4 {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
    }
    .py-md-5 {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
    .pt-md-0 {
      padding-top: 0;
    }
    .pt-md-1 {
      padding-top: 0.25rem;
    }
    .pt-md-2 {
      padding-top: 0.5rem;
    }
    .pt-md-3 {
      padding-top: 1rem;
    }
    .pt-md-4 {
      padding-top: 1.5rem;
    }
    .pt-md-5 {
      padding-top: 3rem;
    }
    .pe-md-0 {
      padding-right: 0;
    }
    .pe-md-1 {
      padding-right: 0.25rem;
    }
    .pe-md-2 {
      padding-right: 0.5rem;
    }
    .pe-md-3 {
      padding-right: 1rem;
    }
    .pe-md-4 {
      padding-right: 1.5rem;
    }
    .pe-md-5 {
      padding-right: 3rem;
    }
    .pb-md-0 {
      padding-bottom: 0;
    }
    .pb-md-1 {
      padding-bottom: 0.25rem;
    }
    .pb-md-2 {
      padding-bottom: 0.5rem;
    }
    .pb-md-3 {
      padding-bottom: 1rem;
    }
    .pb-md-4 {
      padding-bottom: 1.5rem;
    }
    .pb-md-5 {
      padding-bottom: 3rem;
    }
    .ps-md-0 {
      padding-left: 0;
    }
    .ps-md-1 {
      padding-left: 0.25rem;
    }
    .ps-md-2 {
      padding-left: 0.5rem;
    }
    .ps-md-3 {
      padding-left: 1rem;
    }
    .ps-md-4 {
      padding-left: 1.5rem;
    }
    .ps-md-5 {
      padding-left: 3rem;
    }
    .gap-md-0 {
      gap: 0;
    }
    .gap-md-1 {
      gap: 0.25rem;
    }
    .gap-md-2 {
      gap: 0.5rem;
    }
    .gap-md-3 {
      gap: 1rem;
    }
    .gap-md-4 {
      gap: 1.5rem;
    }
    .gap-md-5 {
      gap: 3rem;
    }
    .row-gap-md-0 {
      row-gap: 0;
    }
    .row-gap-md-1 {
      row-gap: 0.25rem;
    }
    .row-gap-md-2 {
      row-gap: 0.5rem;
    }
    .row-gap-md-3 {
      row-gap: 1rem;
    }
    .row-gap-md-4 {
      row-gap: 1.5rem;
    }
    .row-gap-md-5 {
      row-gap: 3rem;
    }
    .column-gap-md-0 {
      column-gap: 0;
    }
    .column-gap-md-1 {
      column-gap: 0.25rem;
    }
    .column-gap-md-2 {
      column-gap: 0.5rem;
    }
    .column-gap-md-3 {
      column-gap: 1rem;
    }
    .column-gap-md-4 {
      column-gap: 1.5rem;
    }
    .column-gap-md-5 {
      column-gap: 3rem;
    }
    .text-md-start {
      text-align: left;
    }
    .text-md-end {
      text-align: right;
    }
    .text-md-center {
      text-align: center;
    }
  }
  @media (min-width: 992px) {
    .float-lg-start {
      float: left;
    }
    .float-lg-end {
      float: right;
    }
    .float-lg-none {
      float: none;
    }
    .object-fit-lg-contain {
      object-fit: contain;
    }
    .object-fit-lg-cover {
      object-fit: cover;
    }
    .object-fit-lg-fill {
      object-fit: fill;
    }
    .object-fit-lg-scale {
      object-fit: scale-down;
    }
    .object-fit-lg-none {
      object-fit: none;
    }
    .d-lg-inline {
      display: inline;
    }
    .d-lg-inline-block {
      display: inline-block;
    }
    .d-lg-block {
      display: block;
    }
    .d-lg-grid {
      display: grid;
    }
    .d-lg-inline-grid {
      display: inline-grid;
    }
    .d-lg-table {
      display: table;
    }
    .d-lg-table-row {
      display: table-row;
    }
    .d-lg-table-cell {
      display: table-cell;
    }
    .d-lg-flex {
      display: flex;
    }
    .d-lg-inline-flex {
      display: inline-flex;
    }
    .d-lg-none {
      display: none;
    }
    .flex-lg-fill {
      flex: 1 1 auto;
    }
    .flex-lg-row {
      flex-direction: row;
    }
    .flex-lg-column {
      flex-direction: column;
    }
    .flex-lg-row-reverse {
      flex-direction: row-reverse;
    }
    .flex-lg-column-reverse {
      flex-direction: column-reverse;
    }
    .flex-lg-grow-0 {
      flex-grow: 0;
    }
    .flex-lg-grow-1 {
      flex-grow: 1;
    }
    .flex-lg-shrink-0 {
      flex-shrink: 0;
    }
    .flex-lg-shrink-1 {
      flex-shrink: 1;
    }
    .flex-lg-wrap {
      flex-wrap: wrap;
    }
    .flex-lg-nowrap {
      flex-wrap: nowrap;
    }
    .flex-lg-wrap-reverse {
      flex-wrap: wrap-reverse;
    }
    .justify-content-lg-start {
      justify-content: flex-start;
    }
    .justify-content-lg-end {
      justify-content: flex-end;
    }
    .justify-content-lg-center {
      justify-content: center;
    }
    .justify-content-lg-between {
      justify-content: space-between;
    }
    .justify-content-lg-around {
      justify-content: space-around;
    }
    .justify-content-lg-evenly {
      justify-content: space-evenly;
    }
    .align-items-lg-start {
      align-items: flex-start;
    }
    .align-items-lg-end {
      align-items: flex-end;
    }
    .align-items-lg-center {
      align-items: center;
    }
    .align-items-lg-baseline {
      align-items: baseline;
    }
    .align-items-lg-stretch {
      align-items: stretch;
    }
    .align-content-lg-start {
      align-content: flex-start;
    }
    .align-content-lg-end {
      align-content: flex-end;
    }
    .align-content-lg-center {
      align-content: center;
    }
    .align-content-lg-between {
      align-content: space-between;
    }
    .align-content-lg-around {
      align-content: space-around;
    }
    .align-content-lg-stretch {
      align-content: stretch;
    }
    .align-self-lg-auto {
      align-self: auto;
    }
    .align-self-lg-start {
      align-self: flex-start;
    }
    .align-self-lg-end {
      align-self: flex-end;
    }
    .align-self-lg-center {
      align-self: center;
    }
    .align-self-lg-baseline {
      align-self: baseline;
    }
    .align-self-lg-stretch {
      align-self: stretch;
    }
    .order-lg-first {
      order: -1;
    }
    .order-lg-0 {
      order: 0;
    }
    .order-lg-1 {
      order: 1;
    }
    .order-lg-2 {
      order: 2;
    }
    .order-lg-3 {
      order: 3;
    }
    .order-lg-4 {
      order: 4;
    }
    .order-lg-5 {
      order: 5;
    }
    .order-lg-last {
      order: 6;
    }
    .m-lg-0 {
      margin: 0;
    }
    .m-lg-1 {
      margin: 0.25rem;
    }
    .m-lg-2 {
      margin: 0.5rem;
    }
    .m-lg-3 {
      margin: 1rem;
    }
    .m-lg-4 {
      margin: 1.5rem;
    }
    .m-lg-5 {
      margin: 3rem;
    }
    .m-lg-auto {
      margin: auto;
    }
    .mx-lg-0 {
      margin-right: 0;
      margin-left: 0;
    }
    .mx-lg-1 {
      margin-right: 0.25rem;
      margin-left: 0.25rem;
    }
    .mx-lg-2 {
      margin-right: 0.5rem;
      margin-left: 0.5rem;
    }
    .mx-lg-3 {
      margin-right: 1rem;
      margin-left: 1rem;
    }
    .mx-lg-4 {
      margin-right: 1.5rem;
      margin-left: 1.5rem;
    }
    .mx-lg-5 {
      margin-right: 3rem;
      margin-left: 3rem;
    }
    .mx-lg-auto {
      margin-right: auto;
      margin-left: auto;
    }
    .my-lg-0 {
      margin-top: 0;
      margin-bottom: 0;
    }
    .my-lg-1 {
      margin-top: 0.25rem;
      margin-bottom: 0.25rem;
    }
    .my-lg-2 {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
    }
    .my-lg-3 {
      margin-top: 1rem;
      margin-bottom: 1rem;
    }
    .my-lg-4 {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
    }
    .my-lg-5 {
      margin-top: 3rem;
      margin-bottom: 3rem;
    }
    .my-lg-auto {
      margin-top: auto;
      margin-bottom: auto;
    }
    .mt-lg-0 {
      margin-top: 0;
    }
    .mt-lg-1 {
      margin-top: 0.25rem;
    }
    .mt-lg-2 {
      margin-top: 0.5rem;
    }
    .mt-lg-3 {
      margin-top: 1rem;
    }
    .mt-lg-4 {
      margin-top: 1.5rem;
    }
    .mt-lg-5 {
      margin-top: 3rem;
    }
    .mt-lg-auto {
      margin-top: auto;
    }
    .me-lg-0 {
      margin-right: 0;
    }
    .me-lg-1 {
      margin-right: 0.25rem;
    }
    .me-lg-2 {
      margin-right: 0.5rem;
    }
    .me-lg-3 {
      margin-right: 1rem;
    }
    .me-lg-4 {
      margin-right: 1.5rem;
    }
    .me-lg-5 {
      margin-right: 3rem;
    }
    .me-lg-auto {
      margin-right: auto;
    }
    .mb-lg-0 {
      margin-bottom: 0;
    }
    .mb-lg-1 {
      margin-bottom: 0.25rem;
    }
    .mb-lg-2 {
      margin-bottom: 0.5rem;
    }
    .mb-lg-3 {
      margin-bottom: 1rem;
    }
    .mb-lg-4 {
      margin-bottom: 1.5rem;
    }
    .mb-lg-5 {
      margin-bottom: 3rem;
    }
    .mb-lg-auto {
      margin-bottom: auto;
    }
    .ms-lg-0 {
      margin-left: 0;
    }
    .ms-lg-1 {
      margin-left: 0.25rem;
    }
    .ms-lg-2 {
      margin-left: 0.5rem;
    }
    .ms-lg-3 {
      margin-left: 1rem;
    }
    .ms-lg-4 {
      margin-left: 1.5rem;
    }
    .ms-lg-5 {
      margin-left: 3rem;
    }
    .ms-lg-auto {
      margin-left: auto;
    }
    .p-lg-0 {
      padding: 0;
    }
    .p-lg-1 {
      padding: 0.25rem;
    }
    .p-lg-2 {
      padding: 0.5rem;
    }
    .p-lg-3 {
      padding: 1rem;
    }
    .p-lg-4 {
      padding: 1.5rem;
    }
    .p-lg-5 {
      padding: 3rem;
    }
    .px-lg-0 {
      padding-right: 0;
      padding-left: 0;
    }
    .px-lg-1 {
      padding-right: 0.25rem;
      padding-left: 0.25rem;
    }
    .px-lg-2 {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }
    .px-lg-3 {
      padding-right: 1rem;
      padding-left: 1rem;
    }
    .px-lg-4 {
      padding-right: 1.5rem;
      padding-left: 1.5rem;
    }
    .px-lg-5 {
      padding-right: 3rem;
      padding-left: 3rem;
    }
    .py-lg-0 {
      padding-top: 0;
      padding-bottom: 0;
    }
    .py-lg-1 {
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
    }
    .py-lg-2 {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }
    .py-lg-3 {
      padding-top: 1rem;
      padding-bottom: 1rem;
    }
    .py-lg-4 {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
    }
    .py-lg-5 {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
    .pt-lg-0 {
      padding-top: 0;
    }
    .pt-lg-1 {
      padding-top: 0.25rem;
    }
    .pt-lg-2 {
      padding-top: 0.5rem;
    }
    .pt-lg-3 {
      padding-top: 1rem;
    }
    .pt-lg-4 {
      padding-top: 1.5rem;
    }
    .pt-lg-5 {
      padding-top: 3rem;
    }
    .pe-lg-0 {
      padding-right: 0;
    }
    .pe-lg-1 {
      padding-right: 0.25rem;
    }
    .pe-lg-2 {
      padding-right: 0.5rem;
    }
    .pe-lg-3 {
      padding-right: 1rem;
    }
    .pe-lg-4 {
      padding-right: 1.5rem;
    }
    .pe-lg-5 {
      padding-right: 3rem;
    }
    .pb-lg-0 {
      padding-bottom: 0;
    }
    .pb-lg-1 {
      padding-bottom: 0.25rem;
    }
    .pb-lg-2 {
      padding-bottom: 0.5rem;
    }
    .pb-lg-3 {
      padding-bottom: 1rem;
    }
    .pb-lg-4 {
      padding-bottom: 1.5rem;
    }
    .pb-lg-5 {
      padding-bottom: 3rem;
    }
    .ps-lg-0 {
      padding-left: 0;
    }
    .ps-lg-1 {
      padding-left: 0.25rem;
    }
    .ps-lg-2 {
      padding-left: 0.5rem;
    }
    .ps-lg-3 {
      padding-left: 1rem;
    }
    .ps-lg-4 {
      padding-left: 1.5rem;
    }
    .ps-lg-5 {
      padding-left: 3rem;
    }
    .gap-lg-0 {
      gap: 0;
    }
    .gap-lg-1 {
      gap: 0.25rem;
    }
    .gap-lg-2 {
      gap: 0.5rem;
    }
    .gap-lg-3 {
      gap: 1rem;
    }
    .gap-lg-4 {
      gap: 1.5rem;
    }
    .gap-lg-5 {
      gap: 3rem;
    }
    .row-gap-lg-0 {
      row-gap: 0;
    }
    .row-gap-lg-1 {
      row-gap: 0.25rem;
    }
    .row-gap-lg-2 {
      row-gap: 0.5rem;
    }
    .row-gap-lg-3 {
      row-gap: 1rem;
    }
    .row-gap-lg-4 {
      row-gap: 1.5rem;
    }
    .row-gap-lg-5 {
      row-gap: 3rem;
    }
    .column-gap-lg-0 {
      column-gap: 0;
    }
    .column-gap-lg-1 {
      column-gap: 0.25rem;
    }
    .column-gap-lg-2 {
      column-gap: 0.5rem;
    }
    .column-gap-lg-3 {
      column-gap: 1rem;
    }
    .column-gap-lg-4 {
      column-gap: 1.5rem;
    }
    .column-gap-lg-5 {
      column-gap: 3rem;
    }
    .text-lg-start {
      text-align: left;
    }
    .text-lg-end {
      text-align: right;
    }
    .text-lg-center {
      text-align: center;
    }
  }
  @media (min-width: 1200px) {
    .float-xl-start {
      float: left;
    }
    .float-xl-end {
      float: right;
    }
    .float-xl-none {
      float: none;
    }
    .object-fit-xl-contain {
      object-fit: contain;
    }
    .object-fit-xl-cover {
      object-fit: cover;
    }
    .object-fit-xl-fill {
      object-fit: fill;
    }
    .object-fit-xl-scale {
      object-fit: scale-down;
    }
    .object-fit-xl-none {
      object-fit: none;
    }
    .d-xl-inline {
      display: inline;
    }
    .d-xl-inline-block {
      display: inline-block;
    }
    .d-xl-block {
      display: block;
    }
    .d-xl-grid {
      display: grid;
    }
    .d-xl-inline-grid {
      display: inline-grid;
    }
    .d-xl-table {
      display: table;
    }
    .d-xl-table-row {
      display: table-row;
    }
    .d-xl-table-cell {
      display: table-cell;
    }
    .d-xl-flex {
      display: flex;
    }
    .d-xl-inline-flex {
      display: inline-flex;
    }
    .d-xl-none {
      display: none;
    }
    .flex-xl-fill {
      flex: 1 1 auto;
    }
    .flex-xl-row {
      flex-direction: row;
    }
    .flex-xl-column {
      flex-direction: column;
    }
    .flex-xl-row-reverse {
      flex-direction: row-reverse;
    }
    .flex-xl-column-reverse {
      flex-direction: column-reverse;
    }
    .flex-xl-grow-0 {
      flex-grow: 0;
    }
    .flex-xl-grow-1 {
      flex-grow: 1;
    }
    .flex-xl-shrink-0 {
      flex-shrink: 0;
    }
    .flex-xl-shrink-1 {
      flex-shrink: 1;
    }
    .flex-xl-wrap {
      flex-wrap: wrap;
    }
    .flex-xl-nowrap {
      flex-wrap: nowrap;
    }
    .flex-xl-wrap-reverse {
      flex-wrap: wrap-reverse;
    }
    .justify-content-xl-start {
      justify-content: flex-start;
    }
    .justify-content-xl-end {
      justify-content: flex-end;
    }
    .justify-content-xl-center {
      justify-content: center;
    }
    .justify-content-xl-between {
      justify-content: space-between;
    }
    .justify-content-xl-around {
      justify-content: space-around;
    }
    .justify-content-xl-evenly {
      justify-content: space-evenly;
    }
    .align-items-xl-start {
      align-items: flex-start;
    }
    .align-items-xl-end {
      align-items: flex-end;
    }
    .align-items-xl-center {
      align-items: center;
    }
    .align-items-xl-baseline {
      align-items: baseline;
    }
    .align-items-xl-stretch {
      align-items: stretch;
    }
    .align-content-xl-start {
      align-content: flex-start;
    }
    .align-content-xl-end {
      align-content: flex-end;
    }
    .align-content-xl-center {
      align-content: center;
    }
    .align-content-xl-between {
      align-content: space-between;
    }
    .align-content-xl-around {
      align-content: space-around;
    }
    .align-content-xl-stretch {
      align-content: stretch;
    }
    .align-self-xl-auto {
      align-self: auto;
    }
    .align-self-xl-start {
      align-self: flex-start;
    }
    .align-self-xl-end {
      align-self: flex-end;
    }
    .align-self-xl-center {
      align-self: center;
    }
    .align-self-xl-baseline {
      align-self: baseline;
    }
    .align-self-xl-stretch {
      align-self: stretch;
    }
    .order-xl-first {
      order: -1;
    }
    .order-xl-0 {
      order: 0;
    }
    .order-xl-1 {
      order: 1;
    }
    .order-xl-2 {
      order: 2;
    }
    .order-xl-3 {
      order: 3;
    }
    .order-xl-4 {
      order: 4;
    }
    .order-xl-5 {
      order: 5;
    }
    .order-xl-last {
      order: 6;
    }
    .m-xl-0 {
      margin: 0;
    }
    .m-xl-1 {
      margin: 0.25rem;
    }
    .m-xl-2 {
      margin: 0.5rem;
    }
    .m-xl-3 {
      margin: 1rem;
    }
    .m-xl-4 {
      margin: 1.5rem;
    }
    .m-xl-5 {
      margin: 3rem;
    }
    .m-xl-auto {
      margin: auto;
    }
    .mx-xl-0 {
      margin-right: 0;
      margin-left: 0;
    }
    .mx-xl-1 {
      margin-right: 0.25rem;
      margin-left: 0.25rem;
    }
    .mx-xl-2 {
      margin-right: 0.5rem;
      margin-left: 0.5rem;
    }
    .mx-xl-3 {
      margin-right: 1rem;
      margin-left: 1rem;
    }
    .mx-xl-4 {
      margin-right: 1.5rem;
      margin-left: 1.5rem;
    }
    .mx-xl-5 {
      margin-right: 3rem;
      margin-left: 3rem;
    }
    .mx-xl-auto {
      margin-right: auto;
      margin-left: auto;
    }
    .my-xl-0 {
      margin-top: 0;
      margin-bottom: 0;
    }
    .my-xl-1 {
      margin-top: 0.25rem;
      margin-bottom: 0.25rem;
    }
    .my-xl-2 {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
    }
    .my-xl-3 {
      margin-top: 1rem;
      margin-bottom: 1rem;
    }
    .my-xl-4 {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
    }
    .my-xl-5 {
      margin-top: 3rem;
      margin-bottom: 3rem;
    }
    .my-xl-auto {
      margin-top: auto;
      margin-bottom: auto;
    }
    .mt-xl-0 {
      margin-top: 0;
    }
    .mt-xl-1 {
      margin-top: 0.25rem;
    }
    .mt-xl-2 {
      margin-top: 0.5rem;
    }
    .mt-xl-3 {
      margin-top: 1rem;
    }
    .mt-xl-4 {
      margin-top: 1.5rem;
    }
    .mt-xl-5 {
      margin-top: 3rem;
    }
    .mt-xl-auto {
      margin-top: auto;
    }
    .me-xl-0 {
      margin-right: 0;
    }
    .me-xl-1 {
      margin-right: 0.25rem;
    }
    .me-xl-2 {
      margin-right: 0.5rem;
    }
    .me-xl-3 {
      margin-right: 1rem;
    }
    .me-xl-4 {
      margin-right: 1.5rem;
    }
    .me-xl-5 {
      margin-right: 3rem;
    }
    .me-xl-auto {
      margin-right: auto;
    }
    .mb-xl-0 {
      margin-bottom: 0;
    }
    .mb-xl-1 {
      margin-bottom: 0.25rem;
    }
    .mb-xl-2 {
      margin-bottom: 0.5rem;
    }
    .mb-xl-3 {
      margin-bottom: 1rem;
    }
    .mb-xl-4 {
      margin-bottom: 1.5rem;
    }
    .mb-xl-5 {
      margin-bottom: 3rem;
    }
    .mb-xl-auto {
      margin-bottom: auto;
    }
    .ms-xl-0 {
      margin-left: 0;
    }
    .ms-xl-1 {
      margin-left: 0.25rem;
    }
    .ms-xl-2 {
      margin-left: 0.5rem;
    }
    .ms-xl-3 {
      margin-left: 1rem;
    }
    .ms-xl-4 {
      margin-left: 1.5rem;
    }
    .ms-xl-5 {
      margin-left: 3rem;
    }
    .ms-xl-auto {
      margin-left: auto;
    }
    .p-xl-0 {
      padding: 0;
    }
    .p-xl-1 {
      padding: 0.25rem;
    }
    .p-xl-2 {
      padding: 0.5rem;
    }
    .p-xl-3 {
      padding: 1rem;
    }
    .p-xl-4 {
      padding: 1.5rem;
    }
    .p-xl-5 {
      padding: 3rem;
    }
    .px-xl-0 {
      padding-right: 0;
      padding-left: 0;
    }
    .px-xl-1 {
      padding-right: 0.25rem;
      padding-left: 0.25rem;
    }
    .px-xl-2 {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }
    .px-xl-3 {
      padding-right: 1rem;
      padding-left: 1rem;
    }
    .px-xl-4 {
      padding-right: 1.5rem;
      padding-left: 1.5rem;
    }
    .px-xl-5 {
      padding-right: 3rem;
      padding-left: 3rem;
    }
    .py-xl-0 {
      padding-top: 0;
      padding-bottom: 0;
    }
    .py-xl-1 {
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
    }
    .py-xl-2 {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }
    .py-xl-3 {
      padding-top: 1rem;
      padding-bottom: 1rem;
    }
    .py-xl-4 {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
    }
    .py-xl-5 {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
    .pt-xl-0 {
      padding-top: 0;
    }
    .pt-xl-1 {
      padding-top: 0.25rem;
    }
    .pt-xl-2 {
      padding-top: 0.5rem;
    }
    .pt-xl-3 {
      padding-top: 1rem;
    }
    .pt-xl-4 {
      padding-top: 1.5rem;
    }
    .pt-xl-5 {
      padding-top: 3rem;
    }
    .pe-xl-0 {
      padding-right: 0;
    }
    .pe-xl-1 {
      padding-right: 0.25rem;
    }
    .pe-xl-2 {
      padding-right: 0.5rem;
    }
    .pe-xl-3 {
      padding-right: 1rem;
    }
    .pe-xl-4 {
      padding-right: 1.5rem;
    }
    .pe-xl-5 {
      padding-right: 3rem;
    }
    .pb-xl-0 {
      padding-bottom: 0;
    }
    .pb-xl-1 {
      padding-bottom: 0.25rem;
    }
    .pb-xl-2 {
      padding-bottom: 0.5rem;
    }
    .pb-xl-3 {
      padding-bottom: 1rem;
    }
    .pb-xl-4 {
      padding-bottom: 1.5rem;
    }
    .pb-xl-5 {
      padding-bottom: 3rem;
    }
    .ps-xl-0 {
      padding-left: 0;
    }
    .ps-xl-1 {
      padding-left: 0.25rem;
    }
    .ps-xl-2 {
      padding-left: 0.5rem;
    }
    .ps-xl-3 {
      padding-left: 1rem;
    }
    .ps-xl-4 {
      padding-left: 1.5rem;
    }
    .ps-xl-5 {
      padding-left: 3rem;
    }
    .gap-xl-0 {
      gap: 0;
    }
    .gap-xl-1 {
      gap: 0.25rem;
    }
    .gap-xl-2 {
      gap: 0.5rem;
    }
    .gap-xl-3 {
      gap: 1rem;
    }
    .gap-xl-4 {
      gap: 1.5rem;
    }
    .gap-xl-5 {
      gap: 3rem;
    }
    .row-gap-xl-0 {
      row-gap: 0;
    }
    .row-gap-xl-1 {
      row-gap: 0.25rem;
    }
    .row-gap-xl-2 {
      row-gap: 0.5rem;
    }
    .row-gap-xl-3 {
      row-gap: 1rem;
    }
    .row-gap-xl-4 {
      row-gap: 1.5rem;
    }
    .row-gap-xl-5 {
      row-gap: 3rem;
    }
    .column-gap-xl-0 {
      column-gap: 0;
    }
    .column-gap-xl-1 {
      column-gap: 0.25rem;
    }
    .column-gap-xl-2 {
      column-gap: 0.5rem;
    }
    .column-gap-xl-3 {
      column-gap: 1rem;
    }
    .column-gap-xl-4 {
      column-gap: 1.5rem;
    }
    .column-gap-xl-5 {
      column-gap: 3rem;
    }
    .text-xl-start {
      text-align: left;
    }
    .text-xl-end {
      text-align: right;
    }
    .text-xl-center {
      text-align: center;
    }
  }
  @media (min-width: 1400px) {
    .float-xxl-start {
      float: left;
    }
    .float-xxl-end {
      float: right;
    }
    .float-xxl-none {
      float: none;
    }
    .object-fit-xxl-contain {
      object-fit: contain;
    }
    .object-fit-xxl-cover {
      object-fit: cover;
    }
    .object-fit-xxl-fill {
      object-fit: fill;
    }
    .object-fit-xxl-scale {
      object-fit: scale-down;
    }
    .object-fit-xxl-none {
      object-fit: none;
    }
    .d-xxl-inline {
      display: inline;
    }
    .d-xxl-inline-block {
      display: inline-block;
    }
    .d-xxl-block {
      display: block;
    }
    .d-xxl-grid {
      display: grid;
    }
    .d-xxl-inline-grid {
      display: inline-grid;
    }
    .d-xxl-table {
      display: table;
    }
    .d-xxl-table-row {
      display: table-row;
    }
    .d-xxl-table-cell {
      display: table-cell;
    }
    .d-xxl-flex {
      display: flex;
    }
    .d-xxl-inline-flex {
      display: inline-flex;
    }
    .d-xxl-none {
      display: none;
    }
    .flex-xxl-fill {
      flex: 1 1 auto;
    }
    .flex-xxl-row {
      flex-direction: row;
    }
    .flex-xxl-column {
      flex-direction: column;
    }
    .flex-xxl-row-reverse {
      flex-direction: row-reverse;
    }
    .flex-xxl-column-reverse {
      flex-direction: column-reverse;
    }
    .flex-xxl-grow-0 {
      flex-grow: 0;
    }
    .flex-xxl-grow-1 {
      flex-grow: 1;
    }
    .flex-xxl-shrink-0 {
      flex-shrink: 0;
    }
    .flex-xxl-shrink-1 {
      flex-shrink: 1;
    }
    .flex-xxl-wrap {
      flex-wrap: wrap;
    }
    .flex-xxl-nowrap {
      flex-wrap: nowrap;
    }
    .flex-xxl-wrap-reverse {
      flex-wrap: wrap-reverse;
    }
    .justify-content-xxl-start {
      justify-content: flex-start;
    }
    .justify-content-xxl-end {
      justify-content: flex-end;
    }
    .justify-content-xxl-center {
      justify-content: center;
    }
    .justify-content-xxl-between {
      justify-content: space-between;
    }
    .justify-content-xxl-around {
      justify-content: space-around;
    }
    .justify-content-xxl-evenly {
      justify-content: space-evenly;
    }
    .align-items-xxl-start {
      align-items: flex-start;
    }
    .align-items-xxl-end {
      align-items: flex-end;
    }
    .align-items-xxl-center {
      align-items: center;
    }
    .align-items-xxl-baseline {
      align-items: baseline;
    }
    .align-items-xxl-stretch {
      align-items: stretch;
    }
    .align-content-xxl-start {
      align-content: flex-start;
    }
    .align-content-xxl-end {
      align-content: flex-end;
    }
    .align-content-xxl-center {
      align-content: center;
    }
    .align-content-xxl-between {
      align-content: space-between;
    }
    .align-content-xxl-around {
      align-content: space-around;
    }
    .align-content-xxl-stretch {
      align-content: stretch;
    }
    .align-self-xxl-auto {
      align-self: auto;
    }
    .align-self-xxl-start {
      align-self: flex-start;
    }
    .align-self-xxl-end {
      align-self: flex-end;
    }
    .align-self-xxl-center {
      align-self: center;
    }
    .align-self-xxl-baseline {
      align-self: baseline;
    }
    .align-self-xxl-stretch {
      align-self: stretch;
    }
    .order-xxl-first {
      order: -1;
    }
    .order-xxl-0 {
      order: 0;
    }
    .order-xxl-1 {
      order: 1;
    }
    .order-xxl-2 {
      order: 2;
    }
    .order-xxl-3 {
      order: 3;
    }
    .order-xxl-4 {
      order: 4;
    }
    .order-xxl-5 {
      order: 5;
    }
    .order-xxl-last {
      order: 6;
    }
    .m-xxl-0 {
      margin: 0;
    }
    .m-xxl-1 {
      margin: 0.25rem;
    }
    .m-xxl-2 {
      margin: 0.5rem;
    }
    .m-xxl-3 {
      margin: 1rem;
    }
    .m-xxl-4 {
      margin: 1.5rem;
    }
    .m-xxl-5 {
      margin: 3rem;
    }
    .m-xxl-auto {
      margin: auto;
    }
    .mx-xxl-0 {
      margin-right: 0;
      margin-left: 0;
    }
    .mx-xxl-1 {
      margin-right: 0.25rem;
      margin-left: 0.25rem;
    }
    .mx-xxl-2 {
      margin-right: 0.5rem;
      margin-left: 0.5rem;
    }
    .mx-xxl-3 {
      margin-right: 1rem;
      margin-left: 1rem;
    }
    .mx-xxl-4 {
      margin-right: 1.5rem;
      margin-left: 1.5rem;
    }
    .mx-xxl-5 {
      margin-right: 3rem;
      margin-left: 3rem;
    }
    .mx-xxl-auto {
      margin-right: auto;
      margin-left: auto;
    }
    .my-xxl-0 {
      margin-top: 0;
      margin-bottom: 0;
    }
    .my-xxl-1 {
      margin-top: 0.25rem;
      margin-bottom: 0.25rem;
    }
    .my-xxl-2 {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
    }
    .my-xxl-3 {
      margin-top: 1rem;
      margin-bottom: 1rem;
    }
    .my-xxl-4 {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
    }
    .my-xxl-5 {
      margin-top: 3rem;
      margin-bottom: 3rem;
    }
    .my-xxl-auto {
      margin-top: auto;
      margin-bottom: auto;
    }
    .mt-xxl-0 {
      margin-top: 0;
    }
    .mt-xxl-1 {
      margin-top: 0.25rem;
    }
    .mt-xxl-2 {
      margin-top: 0.5rem;
    }
    .mt-xxl-3 {
      margin-top: 1rem;
    }
    .mt-xxl-4 {
      margin-top: 1.5rem;
    }
    .mt-xxl-5 {
      margin-top: 3rem;
    }
    .mt-xxl-auto {
      margin-top: auto;
    }
    .me-xxl-0 {
      margin-right: 0;
    }
    .me-xxl-1 {
      margin-right: 0.25rem;
    }
    .me-xxl-2 {
      margin-right: 0.5rem;
    }
    .me-xxl-3 {
      margin-right: 1rem;
    }
    .me-xxl-4 {
      margin-right: 1.5rem;
    }
    .me-xxl-5 {
      margin-right: 3rem;
    }
    .me-xxl-auto {
      margin-right: auto;
    }
    .mb-xxl-0 {
      margin-bottom: 0;
    }
    .mb-xxl-1 {
      margin-bottom: 0.25rem;
    }
    .mb-xxl-2 {
      margin-bottom: 0.5rem;
    }
    .mb-xxl-3 {
      margin-bottom: 1rem;
    }
    .mb-xxl-4 {
      margin-bottom: 1.5rem;
    }
    .mb-xxl-5 {
      margin-bottom: 3rem;
    }
    .mb-xxl-auto {
      margin-bottom: auto;
    }
    .ms-xxl-0 {
      margin-left: 0;
    }
    .ms-xxl-1 {
      margin-left: 0.25rem;
    }
    .ms-xxl-2 {
      margin-left: 0.5rem;
    }
    .ms-xxl-3 {
      margin-left: 1rem;
    }
    .ms-xxl-4 {
      margin-left: 1.5rem;
    }
    .ms-xxl-5 {
      margin-left: 3rem;
    }
    .ms-xxl-auto {
      margin-left: auto;
    }
    .p-xxl-0 {
      padding: 0;
    }
    .p-xxl-1 {
      padding: 0.25rem;
    }
    .p-xxl-2 {
      padding: 0.5rem;
    }
    .p-xxl-3 {
      padding: 1rem;
    }
    .p-xxl-4 {
      padding: 1.5rem;
    }
    .p-xxl-5 {
      padding: 3rem;
    }
    .px-xxl-0 {
      padding-right: 0;
      padding-left: 0;
    }
    .px-xxl-1 {
      padding-right: 0.25rem;
      padding-left: 0.25rem;
    }
    .px-xxl-2 {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }
    .px-xxl-3 {
      padding-right: 1rem;
      padding-left: 1rem;
    }
    .px-xxl-4 {
      padding-right: 1.5rem;
      padding-left: 1.5rem;
    }
    .px-xxl-5 {
      padding-right: 3rem;
      padding-left: 3rem;
    }
    .py-xxl-0 {
      padding-top: 0;
      padding-bottom: 0;
    }
    .py-xxl-1 {
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
    }
    .py-xxl-2 {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }
    .py-xxl-3 {
      padding-top: 1rem;
      padding-bottom: 1rem;
    }
    .py-xxl-4 {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
    }
    .py-xxl-5 {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
    .pt-xxl-0 {
      padding-top: 0;
    }
    .pt-xxl-1 {
      padding-top: 0.25rem;
    }
    .pt-xxl-2 {
      padding-top: 0.5rem;
    }
    .pt-xxl-3 {
      padding-top: 1rem;
    }
    .pt-xxl-4 {
      padding-top: 1.5rem;
    }
    .pt-xxl-5 {
      padding-top: 3rem;
    }
    .pe-xxl-0 {
      padding-right: 0;
    }
    .pe-xxl-1 {
      padding-right: 0.25rem;
    }
    .pe-xxl-2 {
      padding-right: 0.5rem;
    }
    .pe-xxl-3 {
      padding-right: 1rem;
    }
    .pe-xxl-4 {
      padding-right: 1.5rem;
    }
    .pe-xxl-5 {
      padding-right: 3rem;
    }
    .pb-xxl-0 {
      padding-bottom: 0;
    }
    .pb-xxl-1 {
      padding-bottom: 0.25rem;
    }
    .pb-xxl-2 {
      padding-bottom: 0.5rem;
    }
    .pb-xxl-3 {
      padding-bottom: 1rem;
    }
    .pb-xxl-4 {
      padding-bottom: 1.5rem;
    }
    .pb-xxl-5 {
      padding-bottom: 3rem;
    }
    .ps-xxl-0 {
      padding-left: 0;
    }
    .ps-xxl-1 {
      padding-left: 0.25rem;
    }
    .ps-xxl-2 {
      padding-left: 0.5rem;
    }
    .ps-xxl-3 {
      padding-left: 1rem;
    }
    .ps-xxl-4 {
      padding-left: 1.5rem;
    }
    .ps-xxl-5 {
      padding-left: 3rem;
    }
    .gap-xxl-0 {
      gap: 0;
    }
    .gap-xxl-1 {
      gap: 0.25rem;
    }
    .gap-xxl-2 {
      gap: 0.5rem;
    }
    .gap-xxl-3 {
      gap: 1rem;
    }
    .gap-xxl-4 {
      gap: 1.5rem;
    }
    .gap-xxl-5 {
      gap: 3rem;
    }
    .row-gap-xxl-0 {
      row-gap: 0;
    }
    .row-gap-xxl-1 {
      row-gap: 0.25rem;
    }
    .row-gap-xxl-2 {
      row-gap: 0.5rem;
    }
    .row-gap-xxl-3 {
      row-gap: 1rem;
    }
    .row-gap-xxl-4 {
      row-gap: 1.5rem;
    }
    .row-gap-xxl-5 {
      row-gap: 3rem;
    }
    .column-gap-xxl-0 {
      column-gap: 0;
    }
    .column-gap-xxl-1 {
      column-gap: 0.25rem;
    }
    .column-gap-xxl-2 {
      column-gap: 0.5rem;
    }
    .column-gap-xxl-3 {
      column-gap: 1rem;
    }
    .column-gap-xxl-4 {
      column-gap: 1.5rem;
    }
    .column-gap-xxl-5 {
      column-gap: 3rem;
    }
    .text-xxl-start {
      text-align: left;
    }
    .text-xxl-end {
      text-align: right;
    }
    .text-xxl-center {
      text-align: center;
    }
  }
  @media (min-width: 1200px) {
    .fs-1 {
      font-size: 2.5rem;
    }
    .fs-2 {
      font-size: 2rem;
    }
    .fs-3 {
      font-size: 1.75rem;
    }
    .fs-4 {
      font-size: 1.5rem;
    }
  }
  @media print {
    .d-print-inline {
      display: inline;
    }
    .d-print-inline-block {
      display: inline-block;
    }
    .d-print-block {
      display: block;
    }
    .d-print-grid {
      display: grid;
    }
    .d-print-inline-grid {
      display: inline-grid;
    }
    .d-print-table {
      display: table;
    }
    .d-print-table-row {
      display: table-row;
    }
    .d-print-table-cell {
      display: table-cell;
    }
    .d-print-flex {
      display: flex;
    }
    .d-print-inline-flex {
      display: inline-flex;
    }
    .d-print-none {
      display: none;
    }
  }
  .btn:focus,
  .btn.focus {
    box-shadow: none;
  }
  .btn-link {
    text-decoration: none;
  }
  .btn-link:hover {
    text-decoration: underline;
  }
  .btn:disabled,
  .btn.disabled,
  fieldset:disabled .btn {
    border-color: var(--theme-color-neutral);
  }
  @-moz-document url-prefix() {
  }
  .dropdown-toggle:not(.dropdown-toggle--frameless):not(:disabled):hover,
  .dropdown-toggle:not(.dropdown-toggle--frameless):not(:disabled):focus,
  .dropdown.show > .dropdown-toggle:not(.dropdown-toggle--frameless),
  .form-control:not(:disabled):hover,
  .form-control:not(:disabled):focus,
  .dropdown.show > .form-control:not(:disabled),
  .dropdown.show > fieldset > .form-control:not(:disabled) {
    outline: 0 none;
    box-shadow: 0 1px 2px #e5e9eb;
    border-color: var(--theme-color-secondary-text);
  }
  .form-control {
    height: auto;
    border-radius: 12px;
    box-shadow: 0 1px 2px #e5e9eb;
    padding: 9.5px 15px;
    font-size: 15px;
    font-weight: 300;
    text-align: left;
  }
  @media (min-width: 992px) {
    .form-control {
      padding-top: 8.5px;
      padding-bottom: 8.5px;
      font-size: 14px;
    }
  }
  .form-control,
  .form-control:focus {
    border-color: var(--theme-color-neutral);
    background-color: var(--theme-color-card-background);
    color: var(--theme-color-primary-text);
  }
  .form-control:read-only:not(div, select, button) {
    background-color: #e9ecef;
  }
  label {
    margin-bottom: 0.5rem;
  }
  .dropdown-toggle {
    border-radius: 12px;
    border-color: var(--theme-color-neutral);
    box-shadow: 0 1px 2px #e5e9eb;
  }
  .dropdown-toggle--frameless {
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .dropdown-toggle--frameless::after {
    display: none;
  }
  .dropdown.show > .dropdown-toggle:not(.dropdown-toggle--frameless) {
    box-shadow:
      0 2px 1px -1px rgba(0, 0, 0, 0.2),
      0 1px 1px 0 rgba(0, 0, 0, 0.14),
      0 1px 3px 0 rgba(0, 0, 0, 0.12);
  }
  .dropdown-menu {
    border-radius: 12px;
    border-color: var(--theme-color-secondary-text);
    box-shadow:
      0 2px 1px -1px rgba(0, 0, 0, 0.2),
      0 1px 1px 0 rgba(0, 0, 0, 0.14),
      0 1px 3px 0 rgba(0, 0, 0, 0.12);
    overflow: hidden;
  }
  .dropdown-menu--fully-rounded {
    border-radius: 12px;
    border-color: var(--theme-color-neutral);
  }
  .dropdown-menu--with-top-arrow {
    overflow: visible;
  }
  .dropdown-menu--with-top-arrow:before,
  .dropdown-menu--with-top-arrow:after {
    content: " ";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: calc(50% - 8px);
    border-width: 7px 8px;
    border-style: solid;
    border-color: transparent;
    z-index: 1001;
  }
  .dropdown-menu--with-top-arrow:before {
    top: -15px;
    border-bottom-color: var(--theme-color-neutral);
  }
  .dropdown-menu--with-top-arrow:after {
    top: -14px;
    border-bottom-color: #fff;
  }
  .input-group-text {
    border-radius: 12px;
    box-shadow: 0 1px 2px #e5e9eb;
  }
  .modal,
  .modal-backdrop {
    z-index: 2147483500 !important;
  }
  .popover {
    z-index: 2147483600 !important;
  }
  .accordion-button:focus {
    box-shadow: inset 0 calc(-1 * var(--bs-border-width)) 0 var(--bs-border-color);
  }
  .accordion-button:focus.collapsed {
    box-shadow: none;
  }
  .accordion-button:not(.collapsed) {
    background-color: #fff;
  }
  .popover.context-menu .popover-body {
    padding: 10px 0;
  }
  .mdc-elevation--z0 {
    box-shadow:
      0px 0px 0px 0px rgba(0, 0, 0, 0.2),
      0px 0px 0px 0px rgba(0, 0, 0, 0.14),
      0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  }
  .mdc-elevation--z1 {
    box-shadow:
      0px 2px 1px -1px rgba(0, 0, 0, 0.2),
      0px 1px 1px 0px rgba(0, 0, 0, 0.14),
      0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  }
  .mdc-elevation--z2 {
    box-shadow:
      0px 3px 1px -2px rgba(0, 0, 0, 0.2),
      0px 2px 2px 0px rgba(0, 0, 0, 0.14),
      0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  }
  .mdc-elevation--z3 {
    box-shadow:
      0px 3px 3px -2px rgba(0, 0, 0, 0.2),
      0px 3px 4px 0px rgba(0, 0, 0, 0.14),
      0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  }
  .mdc-elevation--z4 {
    box-shadow:
      0px 2px 4px -1px rgba(0, 0, 0, 0.2),
      0px 4px 5px 0px rgba(0, 0, 0, 0.14),
      0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  }
  .mdc-elevation--z5 {
    box-shadow:
      0px 3px 5px -1px rgba(0, 0, 0, 0.2),
      0px 5px 8px 0px rgba(0, 0, 0, 0.14),
      0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  }
  .mdc-elevation--z6 {
    box-shadow:
      0px 3px 5px -1px rgba(0, 0, 0, 0.2),
      0px 6px 10px 0px rgba(0, 0, 0, 0.14),
      0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  }
  .mdc-elevation--z7 {
    box-shadow:
      0px 4px 5px -2px rgba(0, 0, 0, 0.2),
      0px 7px 10px 1px rgba(0, 0, 0, 0.14),
      0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  }
  .mdc-elevation--z8 {
    box-shadow:
      0px 5px 5px -3px rgba(0, 0, 0, 0.2),
      0px 8px 10px 1px rgba(0, 0, 0, 0.14),
      0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  }
  .mdc-elevation--z9 {
    box-shadow:
      0px 5px 6px -3px rgba(0, 0, 0, 0.2),
      0px 9px 12px 1px rgba(0, 0, 0, 0.14),
      0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  }
  .mdc-elevation--z10 {
    box-shadow:
      0px 6px 6px -3px rgba(0, 0, 0, 0.2),
      0px 10px 14px 1px rgba(0, 0, 0, 0.14),
      0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  }
  .mdc-elevation--z11 {
    box-shadow:
      0px 6px 7px -4px rgba(0, 0, 0, 0.2),
      0px 11px 15px 1px rgba(0, 0, 0, 0.14),
      0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  }
  .mdc-elevation--z12 {
    box-shadow:
      0px 7px 8px -4px rgba(0, 0, 0, 0.2),
      0px 12px 17px 2px rgba(0, 0, 0, 0.14),
      0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  }
  .mdc-elevation--z13 {
    box-shadow:
      0px 7px 8px -4px rgba(0, 0, 0, 0.2),
      0px 13px 19px 2px rgba(0, 0, 0, 0.14),
      0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  }
  .mdc-elevation--z14 {
    box-shadow:
      0px 7px 9px -4px rgba(0, 0, 0, 0.2),
      0px 14px 21px 2px rgba(0, 0, 0, 0.14),
      0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  }
  .mdc-elevation--z15 {
    box-shadow:
      0px 8px 9px -5px rgba(0, 0, 0, 0.2),
      0px 15px 22px 2px rgba(0, 0, 0, 0.14),
      0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  }
  .mdc-elevation--z16 {
    box-shadow:
      0px 8px 10px -5px rgba(0, 0, 0, 0.2),
      0px 16px 24px 2px rgba(0, 0, 0, 0.14),
      0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  }
  .mdc-elevation--z17 {
    box-shadow:
      0px 8px 11px -5px rgba(0, 0, 0, 0.2),
      0px 17px 26px 2px rgba(0, 0, 0, 0.14),
      0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  }
  .mdc-elevation--z18 {
    box-shadow:
      0px 9px 11px -5px rgba(0, 0, 0, 0.2),
      0px 18px 28px 2px rgba(0, 0, 0, 0.14),
      0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  }
  .mdc-elevation--z19 {
    box-shadow:
      0px 9px 12px -6px rgba(0, 0, 0, 0.2),
      0px 19px 29px 2px rgba(0, 0, 0, 0.14),
      0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  }
  .mdc-elevation--z20 {
    box-shadow:
      0px 10px 13px -6px rgba(0, 0, 0, 0.2),
      0px 20px 31px 3px rgba(0, 0, 0, 0.14),
      0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  }
  .mdc-elevation--z21 {
    box-shadow:
      0px 10px 13px -6px rgba(0, 0, 0, 0.2),
      0px 21px 33px 3px rgba(0, 0, 0, 0.14),
      0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  }
  .mdc-elevation--z22 {
    box-shadow:
      0px 10px 14px -6px rgba(0, 0, 0, 0.2),
      0px 22px 35px 3px rgba(0, 0, 0, 0.14),
      0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  }
  .mdc-elevation--z23 {
    box-shadow:
      0px 11px 14px -7px rgba(0, 0, 0, 0.2),
      0px 23px 36px 3px rgba(0, 0, 0, 0.14),
      0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  }
  .mdc-elevation--z24 {
    box-shadow:
      0px 11px 15px -7px rgba(0, 0, 0, 0.2),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  }
  .mdc-elevation-transition {
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    will-change: box-shadow;
  }
  .leaflet-pane,
  .leaflet-tile,
  .leaflet-marker-icon,
  .leaflet-marker-shadow,
  .leaflet-tile-container,
  .leaflet-pane > svg,
  .leaflet-pane > canvas,
  .leaflet-zoom-box,
  .leaflet-image-layer,
  .leaflet-layer {
    position: absolute;
    left: 0;
    top: 0;
  }
  .leaflet-container {
    overflow: hidden;
  }
  .leaflet-tile,
  .leaflet-marker-icon,
  .leaflet-marker-shadow {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
  }
  .leaflet-tile::selection {
    background: transparent;
  }
  .leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast;
  }
  .leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0;
  }
  .leaflet-marker-icon,
  .leaflet-marker-shadow {
    display: block;
  }
  .leaflet-container .leaflet-overlay-pane svg {
    max-width: none !important;
    max-height: none !important;
  }
  .leaflet-container .leaflet-marker-pane img,
  .leaflet-container .leaflet-shadow-pane img,
  .leaflet-container .leaflet-tile-pane img,
  .leaflet-container img.leaflet-image-layer,
  .leaflet-container .leaflet-tile {
    max-width: none !important;
    max-height: none !important;
    width: auto;
    padding: 0;
  }
  .leaflet-container img.leaflet-tile {
    mix-blend-mode: plus-lighter;
  }
  .leaflet-container.leaflet-touch-zoom {
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y;
  }
  .leaflet-container.leaflet-touch-drag {
    -ms-touch-action: pinch-zoom;
    touch-action: none;
    touch-action: pinch-zoom;
  }
  .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    -ms-touch-action: none;
    touch-action: none;
  }
  .leaflet-container {
    -webkit-tap-highlight-color: transparent;
  }
  .leaflet-container a {
    -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
  }
  .leaflet-tile {
    filter: inherit;
    visibility: hidden;
  }
  .leaflet-tile-loaded {
    visibility: inherit;
  }
  .leaflet-zoom-box {
    width: 0;
    height: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 800;
  }
  .leaflet-overlay-pane svg {
    -moz-user-select: none;
  }
  .leaflet-pane {
    z-index: 400;
  }
  .leaflet-tile-pane {
    z-index: 200;
  }
  .leaflet-overlay-pane {
    z-index: 400;
  }
  .leaflet-shadow-pane {
    z-index: 500;
  }
  .leaflet-marker-pane {
    z-index: 600;
  }
  .leaflet-tooltip-pane {
    z-index: 650;
  }
  .leaflet-popup-pane {
    z-index: 700;
  }
  .leaflet-map-pane canvas {
    z-index: 100;
  }
  .leaflet-map-pane svg {
    z-index: 200;
  }
  .leaflet-vml-shape {
    width: 1px;
    height: 1px;
  }
  .lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute;
  }
  .leaflet-control {
    position: relative;
    z-index: 800;
    pointer-events: visiblePainted;
    pointer-events: auto;
  }
  .leaflet-top,
  .leaflet-bottom {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
  }
  .leaflet-top {
    top: 0;
  }
  .leaflet-right {
    right: 0;
  }
  .leaflet-bottom {
    bottom: 0;
  }
  .leaflet-left {
    left: 0;
  }
  .leaflet-control {
    float: left;
    clear: both;
  }
  .leaflet-right .leaflet-control {
    float: right;
  }
  .leaflet-top .leaflet-control {
    margin-top: 10px;
  }
  .leaflet-bottom .leaflet-control {
    margin-bottom: 10px;
  }
  .leaflet-left .leaflet-control {
    margin-left: 10px;
  }
  .leaflet-right .leaflet-control {
    margin-right: 10px;
  }
  .leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  .leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1;
  }
  .leaflet-zoom-animated {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  svg.leaflet-zoom-animated {
    will-change: transform;
  }
  .leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  }
  .leaflet-zoom-anim .leaflet-tile,
  .leaflet-pan-anim .leaflet-tile {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
  .leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden;
  }
  .leaflet-interactive {
    cursor: pointer;
  }
  .leaflet-grab {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
  }
  .leaflet-crosshair,
  .leaflet-crosshair .leaflet-interactive {
    cursor: crosshair;
  }
  .leaflet-popup-pane,
  .leaflet-control {
    cursor: auto;
  }
  .leaflet-dragging .leaflet-grab,
  .leaflet-dragging .leaflet-grab .leaflet-interactive,
  .leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
  }
  .leaflet-marker-icon,
  .leaflet-marker-shadow,
  .leaflet-image-layer,
  .leaflet-pane > svg path,
  .leaflet-tile-container {
    pointer-events: none;
  }
  .leaflet-marker-icon.leaflet-interactive,
  .leaflet-image-layer.leaflet-interactive,
  .leaflet-pane > svg path.leaflet-interactive,
  svg.leaflet-image-layer.leaflet-interactive path {
    pointer-events: visiblePainted;
    pointer-events: auto;
  }
  .leaflet-container {
    background: #ddd;
    outline-offset: 1px;
  }
  .leaflet-container a {
    color: #0078A8;
  }
  .leaflet-zoom-box {
    border: 2px dotted #38f;
    background: rgba(255, 255, 255, 0.5);
  }
  .leaflet-container {
    font-family:
      "Helvetica Neue",
      Arial,
      Helvetica,
      sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
  .leaflet-bar {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    border-radius: 4px;
  }
  .leaflet-bar a {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
  }
  .leaflet-bar a,
  .leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
  }
  .leaflet-bar a:hover,
  .leaflet-bar a:focus {
    background-color: #f4f4f4;
  }
  .leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .leaflet-bar a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none;
  }
  .leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb;
  }
  .leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
  .leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .leaflet-control-zoom-in,
  .leaflet-control-zoom-out {
    font:
      bold 18px "Lucida Console",
      Monaco,
      monospace;
    text-indent: 1px;
  }
  .leaflet-touch .leaflet-control-zoom-in,
  .leaflet-touch .leaflet-control-zoom-out {
    font-size: 22px;
  }
  .leaflet-control-layers {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    background: #fff;
    border-radius: 5px;
  }
  .leaflet-control-layers-toggle {
    background-image: url("./media/layers.png");
    width: 36px;
    height: 36px;
  }
  .leaflet-retina .leaflet-control-layers-toggle {
    background-image: url("./media/layers-2x.png");
    background-size: 26px 26px;
  }
  .leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px;
  }
  .leaflet-control-layers .leaflet-control-layers-list,
  .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none;
  }
  .leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative;
  }
  .leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff;
  }
  .leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px;
  }
  .leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px;
  }
  .leaflet-control-layers label {
    display: block;
    font-size: 13px;
    font-size: 1.08333em;
  }
  .leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px;
  }
  .leaflet-default-icon-path {
    background-image: url("./media/marker-icon.png");
  }
  .leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    margin: 0;
  }
  .leaflet-control-attribution,
  .leaflet-control-scale-line {
    padding: 0 5px;
    color: #333;
    line-height: 1.4;
  }
  .leaflet-control-attribution a {
    text-decoration: none;
  }
  .leaflet-control-attribution a:hover,
  .leaflet-control-attribution a:focus {
    text-decoration: underline;
  }
  .leaflet-attribution-flag {
    display: inline !important;
    vertical-align: baseline !important;
    width: 1em;
    height: 0.6669em;
  }
  .leaflet-left .leaflet-control-scale {
    margin-left: 5px;
  }
  .leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px;
  }
  .leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px #fff;
  }
  .leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px;
  }
  .leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777;
  }
  .leaflet-touch .leaflet-control-attribution,
  .leaflet-touch .leaflet-control-layers,
  .leaflet-touch .leaflet-bar {
    box-shadow: none;
  }
  .leaflet-touch .leaflet-control-layers,
  .leaflet-touch .leaflet-bar {
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
  }
  .leaflet-popup {
    position: absolute;
    text-align: center;
    margin-bottom: 20px;
  }
  .leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 12px;
  }
  .leaflet-popup-content {
    margin: 13px 24px 13px 20px;
    line-height: 1.3;
    font-size: 13px;
    font-size: 1.08333em;
    min-height: 1px;
  }
  .leaflet-popup-content p {
    margin: 17px 0;
    margin: 1.3em 0;
  }
  .leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-top: -1px;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none;
  }
  .leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;
    margin: -10px auto 0;
    pointer-events: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .leaflet-popup-content-wrapper,
  .leaflet-popup-tip {
    background: white;
    color: #333;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
  }
  .leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    text-align: center;
    width: 24px;
    height: 24px;
    font:
      16px/24px Tahoma,
      Verdana,
      sans-serif;
    color: #757575;
    text-decoration: none;
    background: transparent;
  }
  .leaflet-container a.leaflet-popup-close-button:hover,
  .leaflet-container a.leaflet-popup-close-button:focus {
    color: #585858;
  }
  .leaflet-popup-scrolled {
    overflow: auto;
  }
  .leaflet-oldie .leaflet-popup-content-wrapper {
    -ms-zoom: 1;
  }
  .leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
  }
  .leaflet-oldie .leaflet-control-zoom,
  .leaflet-oldie .leaflet-control-layers,
  .leaflet-oldie .leaflet-popup-content-wrapper,
  .leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999;
  }
  .leaflet-div-icon {
    background: #fff;
    border: 1px solid #666;
  }
  .leaflet-tooltip {
    position: absolute;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #222;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  }
  .leaflet-tooltip.leaflet-interactive {
    cursor: pointer;
    pointer-events: auto;
  }
  .leaflet-tooltip-top:before,
  .leaflet-tooltip-bottom:before,
  .leaflet-tooltip-left:before,
  .leaflet-tooltip-right:before {
    position: absolute;
    pointer-events: none;
    border: 6px solid transparent;
    background: transparent;
    content: "";
  }
  .leaflet-tooltip-bottom {
    margin-top: 6px;
  }
  .leaflet-tooltip-top {
    margin-top: -6px;
  }
  .leaflet-tooltip-bottom:before,
  .leaflet-tooltip-top:before {
    left: 50%;
    margin-left: -6px;
  }
  .leaflet-tooltip-top:before {
    bottom: 0;
    margin-bottom: -12px;
    border-top-color: #fff;
  }
  .leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #fff;
  }
  .leaflet-tooltip-left {
    margin-left: -6px;
  }
  .leaflet-tooltip-right {
    margin-left: 6px;
  }
  .leaflet-tooltip-left:before,
  .leaflet-tooltip-right:before {
    top: 50%;
    margin-top: -6px;
  }
  .leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #fff;
  }
  .leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #fff;
  }
  @media print {
    .leaflet-control {
      -webkit-print-color-adjust: exact;
      print-color-adjust: exact;
    }
  }
  .leaflet-control-geocoder {
    border-radius: 4px;
    background: white;
    min-width: 26px;
    min-height: 26px;
  }
  .leaflet-touch .leaflet-control-geocoder {
    min-width: 30px;
    min-height: 30px;
  }
  .leaflet-control-geocoder a,
  .leaflet-control-geocoder .leaflet-control-geocoder-icon {
    border-bottom: none;
    display: inline-block;
  }
  .leaflet-control-geocoder .leaflet-control-geocoder-alternatives a {
    width: inherit;
    height: inherit;
    line-height: inherit;
  }
  .leaflet-control-geocoder a:hover,
  .leaflet-control-geocoder .leaflet-control-geocoder-icon:hover {
    border-bottom: none;
    display: inline-block;
  }
  .leaflet-control-geocoder-form {
    display: none;
    vertical-align: middle;
  }
  .leaflet-control-geocoder-expanded .leaflet-control-geocoder-form {
    display: inline-block;
  }
  .leaflet-control-geocoder-form input {
    font-size: 120%;
    border: 0;
    background-color: transparent;
    width: 246px;
  }
  .leaflet-control-geocoder-icon {
    border-radius: 4px;
    width: 26px;
    height: 26px;
    border: none;
    background-color: white;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.2 13l3.4 6.6c.6 1.1 2.5-.4 2-1.2l-4-6.2z'/%3E%3Ccircle cx='10.8' cy='8.9' r='3.9' fill='none' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
  }
  .leaflet-touch .leaflet-control-geocoder-icon {
    width: 30px;
    height: 30px;
  }
  .leaflet-control-geocoder-throbber .leaflet-control-geocoder-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke='%23000' stroke-linecap='round' stroke-width='1.6' viewBox='0 0 24 24'%3E%3Cdefs/%3E%3Cg%3E%3Cpath stroke-opacity='.1' d='M14 8.4l3-5'/%3E%3Cpath stroke-opacity='.2' d='M15.6 10l5-3'/%3E%3Cpath stroke-opacity='.3' d='M16.2 12H22'/%3E%3Cpath stroke-opacity='.4' d='M15.6 14l5 3m-6.5-1.4l2.9 5'/%3E%3Cpath stroke-opacity='.5' d='M12 16.2V22m-2-6.4l-3 5'/%3E%3Cpath stroke-opacity='.6' d='M8.4 14l-5 3'/%3E%3Cpath stroke-opacity='.7' d='M7.8 12H2'/%3E%3Cpath stroke-opacity='.8' d='M8.4 10l-5-3'/%3E%3Cpath stroke-opacity='.9' d='M10 8.4l-3-5'/%3E%3Cpath d='M12 7.8V2'/%3E%3CanimateTransform attributeName='transform' calcMode='discrete' dur='1s' repeatCount='indefinite' type='rotate' values='0 12 12;30 12 12;60 12 12;90 12 12;120 12 12;150 12 12;180 12 12;210 12 12;240 12 12;270 12 12;300 12 12;330 12 12'/%3E%3C/g%3E%3C/svg%3E");
  }
  .leaflet-control-geocoder-form-no-error {
    display: none;
  }
  .leaflet-control-geocoder-form input:focus {
    outline: none;
  }
  .leaflet-control-geocoder-form button {
    display: none;
  }
  .leaflet-control-geocoder-error {
    margin-top: 8px;
    margin-left: 8px;
    display: block;
    color: #444;
  }
  .leaflet-control-geocoder-alternatives {
    display: block;
    width: 272px;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .leaflet-control-geocoder-alternatives-minimized {
    display: none;
    height: 0;
  }
  .leaflet-control-geocoder-alternatives li {
    white-space: nowrap;
    display: block;
    overflow: hidden;
    padding: 5px 8px;
    text-overflow: ellipsis;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
  }
  .leaflet-control-geocoder-alternatives li a,
  .leaflet-control-geocoder-alternatives li a:hover {
    width: inherit;
    height: inherit;
    line-height: inherit;
    background: inherit;
    border-radius: inherit;
    text-align: left;
  }
  .leaflet-control-geocoder-alternatives li:last-child {
    border-bottom: none;
  }
  .leaflet-control-geocoder-alternatives li:hover,
  .leaflet-control-geocoder-selected {
    background-color: #f5f5f5;
  }
  .leaflet-control-geocoder-address-context {
    color: #666;
  }
  .marker-cluster-small {
    background-color: rgba(181, 226, 140, 0.6);
  }
  .marker-cluster-small div {
    background-color: rgba(110, 204, 57, 0.6);
  }
  .marker-cluster-medium {
    background-color: rgba(241, 211, 87, 0.6);
  }
  .marker-cluster-medium div {
    background-color: rgba(240, 194, 12, 0.6);
  }
  .marker-cluster-large {
    background-color: rgba(253, 156, 115, 0.6);
  }
  .marker-cluster-large div {
    background-color: rgba(241, 128, 23, 0.6);
  }
  .leaflet-oldie .marker-cluster-small {
    background-color: rgb(181, 226, 140);
  }
  .leaflet-oldie .marker-cluster-small div {
    background-color: rgb(110, 204, 57);
  }
  .leaflet-oldie .marker-cluster-medium {
    background-color: rgb(241, 211, 87);
  }
  .leaflet-oldie .marker-cluster-medium div {
    background-color: rgb(240, 194, 12);
  }
  .leaflet-oldie .marker-cluster-large {
    background-color: rgb(253, 156, 115);
  }
  .leaflet-oldie .marker-cluster-large div {
    background-color: rgb(241, 128, 23);
  }
  .marker-cluster {
    background-clip: padding-box;
    border-radius: 20px;
  }
  .marker-cluster div {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-top: 5px;
    text-align: center;
    border-radius: 15px;
    font:
      12px "Helvetica Neue",
      Arial,
      Helvetica,
      sans-serif;
  }
  .marker-cluster span {
    line-height: 30px;
  }
  .leaflet-cluster-anim .leaflet-marker-icon,
  .leaflet-cluster-anim .leaflet-marker-shadow {
    -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
    -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
    -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
    transition: transform 0.3s ease-out, opacity 0.3s ease-in;
  }
  .leaflet-cluster-spider-leg {
    -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
    -moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
    -o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
    transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
  }
  @-webkit-keyframes leaflet-gestures-fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes leaflet-gestures-fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .leaflet-container:after {
    -webkit-animation: leaflet-gestures-fadein 0.8s backwards;
    animation: leaflet-gestures-fadein 0.8s backwards;
    color: #fff;
    font-family:
      "Roboto",
      Arial,
      sans-serif;
    font-size: 22px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 461;
    pointer-events: none;
  }
  .leaflet-gesture-handling-touch-warning:after,
  .leaflet-gesture-handling-scroll-warning:after {
    -webkit-animation: leaflet-gestures-fadein 0.8s forwards;
    animation: leaflet-gestures-fadein 0.8s forwards;
  }
  .leaflet-gesture-handling-touch-warning:after {
    content: attr(data-gesture-handling-touch-content);
  }
  .leaflet-gesture-handling-scroll-warning:after {
    content: attr(data-gesture-handling-scroll-content);
  }
}
@layer layout {
  @font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 200;
    src: url(/assets/fonts/source-sans-pro-extra-light.woff2) format("woff2"), url(/assets/fonts/source-sans-pro-extra-light.woff) format("woff");
  }
  @font-face {
    font-family: "Source Sans Pro";
    font-style: italic;
    font-weight: 200;
    src: url(/assets/fonts/source-sans-pro-extra-light-italic.woff2) format("woff2"), url(/assets/fonts/source-sans-pro-extra-light-italic.woff) format("woff");
  }
  @font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 300;
    src: url(/assets/fonts/source-sans-pro-light.woff2) format("woff2"), url(/assets/fonts/source-sans-pro-light.woff) format("woff");
  }
  @font-face {
    font-family: "Source Sans Pro";
    font-style: italic;
    font-weight: 300;
    src: url(/assets/fonts/source-sans-pro-light-italic.woff2) format("woff2"), url(/assets/fonts/source-sans-pro-light-italic.woff) format("woff");
  }
  @font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    src: url(/assets/fonts/source-sans-pro-regular.woff2) format("woff2"), url(/assets/fonts/source-sans-pro-regular.woff) format("woff");
  }
  @font-face {
    font-family: "Source Sans Pro";
    font-style: italic;
    font-weight: 400;
    src: url(/assets/fonts/source-sans-pro-italic.woff2) format("woff2"), url(/assets/fonts/source-sans-pro-italic.woff) format("woff");
  }
  @font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 600;
    src: url(/assets/fonts/source-sans-pro-semi-bold.woff2) format("woff2"), url(/assets/fonts/source-sans-pro-semi-bold.woff) format("woff");
  }
  @font-face {
    font-family: "Source Sans Pro";
    font-style: italic;
    font-weight: 600;
    src: url(/assets/fonts/source-sans-pro-semi-bold-italic.woff2) format("woff2"), url(/assets/fonts/source-sans-pro-semi-bold-italic.woff) format("woff");
  }
  @font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 700;
    src: url(/assets/fonts/source-sans-pro-bold.woff2) format("woff2"), url(/assets/fonts/source-sans-pro-bold.woff) format("woff");
  }
  @font-face {
    font-family: "Source Sans Pro";
    font-style: italic;
    font-weight: 700;
    src: url(/assets/fonts/source-sans-pro-bold-italic.woff2) format("woff2"), url(/assets/fonts/source-sans-pro-bold-italic.woff) format("woff");
  }
  @font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 900;
    src: url(/assets/fonts/source-sans-pro-black.woff2) format("woff2"), url(/assets/fonts/source-sans-pro-black.woff) format("woff");
  }
  @font-face {
    font-family: "Source Sans Pro";
    font-style: italic;
    font-weight: 900;
    src: url(/assets/fonts/source-sans-pro-black-italic.woff2) format("woff2"), url(/assets/fonts/source-sans-pro-black-italic.woff) format("woff");
  }
  @font-face {
    font-family: "icons";
    src: url(/assets/fonts/icons.woff?3ada372a7b68ed770e565c239a1216ef) format("woff"), url(/assets/fonts/icons.woff2?3ada372a7b68ed770e565c239a1216ef) format("woff2");
  }
  .icon:before {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon--zoom:before {
    content: "\f101";
  }
  .icon.icon--zaps:before {
    content: "\f102";
  }
  .icon.icon--zap:before {
    content: "\f103";
  }
  .icon.icon--xing:before {
    content: "\f104";
  }
  .icon.icon--window:before {
    content: "\f105";
  }
  .icon.icon--width:before {
    content: "\f106";
  }
  .icon.icon--wbs:before {
    content: "\f107";
  }
  .icon.icon--water:before {
    content: "\f108";
  }
  .icon.icon--washing-room:before {
    content: "\f109";
  }
  .icon.icon--washing-machine:before {
    content: "\f10a";
  }
  .icon.icon--warning:before {
    content: "\f10b";
  }
  .icon.icon--uvi_heating:before {
    content: "\f10c";
  }
  .icon.icon--utility-room:before {
    content: "\f10d";
  }
  .icon.icon--user:before {
    content: "\f10e";
  }
  .icon.icon--urinal:before {
    content: "\f10f";
  }
  .icon.icon--upload:before {
    content: "\f110";
  }
  .icon.icon--tv:before {
    content: "\f111";
  }
  .icon.icon--train:before {
    content: "\f112";
  }
  .icon.icon--toilet:before {
    content: "\f113";
  }
  .icon.icon--ticket:before {
    content: "\f114";
  }
  .icon.icon--text-editor:before {
    content: "\f115";
  }
  .icon.icon--terrace:before {
    content: "\f116";
  }
  .icon.icon--sun:before {
    content: "\f117";
  }
  .icon.icon--store:before {
    content: "\f118";
  }
  .icon.icon--store-room:before {
    content: "\f119";
  }
  .icon.icon--star-half:before {
    content: "\f11a";
  }
  .icon.icon--star-filled:before {
    content: "\f11b";
  }
  .icon.icon--star-empty:before {
    content: "\f11c";
  }
  .icon.icon--stairwell:before {
    content: "\f11d";
  }
  .icon.icon--stairs:before {
    content: "\f11e";
  }
  .icon.icon--spinner-filled:before {
    content: "\f11f";
  }
  .icon.icon--spinner-dots:before {
    content: "\f120";
  }
  .icon.icon--sorting:before {
    content: "\f121";
  }
  .icon.icon--shower:before {
    content: "\f122";
  }
  .icon.icon--share:before {
    content: "\f123";
  }
  .icon.icon--settings:before {
    content: "\f124";
  }
  .icon.icon--senior:before {
    content: "\f125";
  }
  .icon.icon--self-disclosure:before {
    content: "\f126";
  }
  .icon.icon--search:before {
    content: "\f127";
  }
  .icon.icon--search-profile:before {
    content: "\f128";
  }
  .icon.icon--school:before {
    content: "\f129";
  }
  .icon.icon--save:before {
    content: "\f12a";
  }
  .icon.icon--rooms:before {
    content: "\f12b";
  }
  .icon.icon--restoration:before {
    content: "\f12c";
  }
  .icon.icon--restaurants:before {
    content: "\f12d";
  }
  .icon.icon--reset:before {
    content: "\f12e";
  }
  .icon.icon--reporting:before {
    content: "\f12f";
  }
  .icon.icon--remove:before {
    content: "\f130";
  }
  .icon.icon--refresh:before {
    content: "\f131";
  }
  .icon.icon--redirect:before {
    content: "\f132";
  }
  .icon.icon--question:before {
    content: "\f133";
  }
  .icon.icon--publish:before {
    content: "\f134";
  }
  .icon.icon--pool:before {
    content: "\f135";
  }
  .icon.icon--plus:before {
    content: "\f136";
  }
  .icon.icon--plug:before {
    content: "\f137";
  }
  .icon.icon--planning:before {
    content: "\f138";
  }
  .icon.icon--plane:before {
    content: "\f139";
  }
  .icon.icon--pipe:before {
    content: "\f13a";
  }
  .icon.icon--piggy-bank:before {
    content: "\f13b";
  }
  .icon.icon--pie-chart:before {
    content: "\f13c";
  }
  .icon.icon--phone:before {
    content: "\f13d";
  }
  .icon.icon--pet:before {
    content: "\f13e";
  }
  .icon.icon--pdf:before {
    content: "\f13f";
  }
  .icon.icon--party-cannon:before {
    content: "\f140";
  }
  .icon.icon--parking:before {
    content: "\f141";
  }
  .icon.icon--paper-plane:before {
    content: "\f142";
  }
  .icon.icon--paper-clip:before {
    content: "\f143";
  }
  .icon.icon--paint-roller:before {
    content: "\f144";
  }
  .icon.icon--paint-brush:before {
    content: "\f145";
  }
  .icon.icon--office:before {
    content: "\f146";
  }
  .icon.icon--offer:before {
    content: "\f147";
  }
  .icon.icon--object:before {
    content: "\f148";
  }
  .icon.icon--notes:before {
    content: "\f149";
  }
  .icon.icon--news:before {
    content: "\f14a";
  }
  .icon.icon--moving-box:before {
    content: "\f14b";
  }
  .icon.icon--more-money:before {
    content: "\f14c";
  }
  .icon.icon--monument:before {
    content: "\f14d";
  }
  .icon.icon--money-pig:before {
    content: "\f14e";
  }
  .icon.icon--money-bag:before {
    content: "\f14f";
  }
  .icon.icon--mobile:before {
    content: "\f150";
  }
  .icon.icon--minus:before {
    content: "\f151";
  }
  .icon.icon--messenger:before {
    content: "\f152";
  }
  .icon.icon--masonry:before {
    content: "\f153";
  }
  .icon.icon--marketing:before {
    content: "\f154";
  }
  .icon.icon--mail:before {
    content: "\f155";
  }
  .icon.icon--logout:before {
    content: "\f156";
  }
  .icon.icon--loggia:before {
    content: "\f157";
  }
  .icon.icon--lock-open:before {
    content: "\f158";
  }
  .icon.icon--lock-closed:before {
    content: "\f159";
  }
  .icon.icon--location:before {
    content: "\f15a";
  }
  .icon.icon--location-outlined:before {
    content: "\f15b";
  }
  .icon.icon--list:before {
    content: "\f15c";
  }
  .icon.icon--linkedin:before {
    content: "\f15d";
  }
  .icon.icon--link:before {
    content: "\f15e";
  }
  .icon.icon--lines-chart:before {
    content: "\f15f";
  }
  .icon.icon--lightning:before {
    content: "\f160";
  }
  .icon.icon--lightning-outlined:before {
    content: "\f161";
  }
  .icon.icon--light-bulb:before {
    content: "\f162";
  }
  .icon.icon--lift:before {
    content: "\f163";
  }
  .icon.icon--level:before {
    content: "\f164";
  }
  .icon.icon--law:before {
    content: "\f165";
  }
  .icon.icon--laundry:before {
    content: "\f166";
  }
  .icon.icon--laundry-room:before {
    content: "\f167";
  }
  .icon.icon--kitchen:before {
    content: "\f168";
  }
  .icon.icon--keyboard:before {
    content: "\f169";
  }
  .icon.icon--key:before {
    content: "\f16a";
  }
  .icon.icon--internet-cable:before {
    content: "\f16b";
  }
  .icon.icon--intercom:before {
    content: "\f16c";
  }
  .icon.icon--info:before {
    content: "\f16d";
  }
  .icon.icon--house-type:before {
    content: "\f16e";
  }
  .icon.icon--house-door:before {
    content: "\f16f";
  }
  .icon.icon--hospital:before {
    content: "\f170";
  }
  .icon.icon--history:before {
    content: "\f171";
  }
  .icon.icon--highway:before {
    content: "\f172";
  }
  .icon.icon--high-voltage:before {
    content: "\f173";
  }
  .icon.icon--height:before {
    content: "\f174";
  }
  .icon.icon--heating:before {
    content: "\f175";
  }
  .icon.icon--heating-costs:before {
    content: "\f176";
  }
  .icon.icon--health-care:before {
    content: "\f177";
  }
  .icon.icon--handicapped:before {
    content: "\f178";
  }
  .icon.icon--hammer:before {
    content: "\f179";
  }
  .icon.icon--half-rooms:before {
    content: "\f17a";
  }
  .icon.icon--globe:before {
    content: "\f17b";
  }
  .icon.icon--gas-container:before {
    content: "\f17c";
  }
  .icon.icon--garden:before {
    content: "\f17d";
  }
  .icon.icon--garage:before {
    content: "\f17e";
  }
  .icon.icon--gallery:before {
    content: "\f17f";
  }
  .icon.icon--furniture:before {
    content: "\f180";
  }
  .icon.icon--food:before {
    content: "\f181";
  }
  .icon.icon--folder:before {
    content: "\f182";
  }
  .icon.icon--folder-outlined:before {
    content: "\f183";
  }
  .icon.icon--floor:before {
    content: "\f184";
  }
  .icon.icon--flashes:before {
    content: "\f185";
  }
  .icon.icon--fireplace:before {
    content: "\f186";
  }
  .icon.icon--fire:before {
    content: "\f187";
  }
  .icon.icon--filter:before {
    content: "\f188";
  }
  .icon.icon--feedback:before {
    content: "\f189";
  }
  .icon.icon--eye-open:before {
    content: "\f18a";
  }
  .icon.icon--eye-closed:before {
    content: "\f18b";
  }
  .icon.icon--extinguisher:before {
    content: "\f18c";
  }
  .icon.icon--export:before {
    content: "\f18d";
  }
  .icon.icon--expand:before {
    content: "\f18e";
  }
  .icon.icon--energy-certificate:before {
    content: "\f18f";
  }
  .icon.icon--elevator:before {
    content: "\f190";
  }
  .icon.icon--editor:before {
    content: "\f191";
  }
  .icon.icon--edit:before {
    content: "\f192";
  }
  .icon.icon--download:before {
    content: "\f193";
  }
  .icon.icon--door:before {
    content: "\f194";
  }
  .icon.icon--document:before {
    content: "\f195";
  }
  .icon.icon--discover:before {
    content: "\f196";
  }
  .icon.icon--detached-link-filled:before {
    content: "\f197";
  }
  .icon.icon--delete:before {
    content: "\f198";
  }
  .icon.icon--data:before {
    content: "\f199";
  }
  .icon.icon--dashboard:before {
    content: "\f19a";
  }
  .icon.icon--crown:before {
    content: "\f19b";
  }
  .icon.icon--crosshair:before {
    content: "\f19c";
  }
  .icon.icon--crane:before {
    content: "\f19d";
  }
  .icon.icon--copy:before {
    content: "\f19e";
  }
  .icon.icon--cookie:before {
    content: "\f19f";
  }
  .icon.icon--contracts:before {
    content: "\f1a0";
  }
  .icon.icon--context:before {
    content: "\f1a1";
  }
  .icon.icon--context-menu-outlined:before {
    content: "\f1a2";
  }
  .icon.icon--contacts:before {
    content: "\f1a3";
  }
  .icon.icon--computer:before {
    content: "\f1a4";
  }
  .icon.icon--compass:before {
    content: "\f1a5";
  }
  .icon.icon--commentary:before {
    content: "\f1a6";
  }
  .icon.icon--coins:before {
    content: "\f1a7";
  }
  .icon.icon--coin:before {
    content: "\f1a8";
  }
  .icon.icon--close:before {
    content: "\f1a9";
  }
  .icon.icon--close-outlined:before {
    content: "\f1aa";
  }
  .icon.icon--clock:before {
    content: "\f1ab";
  }
  .icon.icon--clipboard:before {
    content: "\f1ac";
  }
  .icon.icon--chevron-up:before {
    content: "\f1ad";
  }
  .icon.icon--chevron-right:before {
    content: "\f1ae";
  }
  .icon.icon--chevron-left:before {
    content: "\f1af";
  }
  .icon.icon--chevron-down:before {
    content: "\f1b0";
  }
  .icon.icon--check:before {
    content: "\f1b1";
  }
  .icon.icon--check-framed:before {
    content: "\f1b2";
  }
  .icon.icon--chat-template:before {
    content: "\f1b3";
  }
  .icon.icon--chart-pie:before {
    content: "\f1b4";
  }
  .icon.icon--chart-line:before {
    content: "\f1b5";
  }
  .icon.icon--chart-bar:before {
    content: "\f1b6";
  }
  .icon.icon--celebrations:before {
    content: "\f1b7";
  }
  .icon.icon--calendar:before {
    content: "\f1b8";
  }
  .icon.icon--bus:before {
    content: "\f1b9";
  }
  .icon.icon--burger-menu:before {
    content: "\f1ba";
  }
  .icon.icon--burger-menu-reduce:before {
    content: "\f1bb";
  }
  .icon.icon--burger-menu-expand:before {
    content: "\f1bc";
  }
  .icon.icon--bulb:before {
    content: "\f1bd";
  }
  .icon.icon--building:before {
    content: "\f1be";
  }
  .icon.icon--bubbletub:before {
    content: "\f1bf";
  }
  .icon.icon--board:before {
    content: "\f1c0";
  }
  .icon.icon--bling:before {
    content: "\f1c1";
  }
  .icon.icon--blinders:before {
    content: "\f1c2";
  }
  .icon.icon--bike:before {
    content: "\f1c3";
  }
  .icon.icon--bidet:before {
    content: "\f1c4";
  }
  .icon.icon--bell:before {
    content: "\f1c5";
  }
  .icon.icon--bed:before {
    content: "\f1c6";
  }
  .icon.icon--bathtub:before {
    content: "\f1c7";
  }
  .icon.icon--basement:before {
    content: "\f1c8";
  }
  .icon.icon--barrier-free:before {
    content: "\f1c9";
  }
  .icon.icon--bar-chart:before {
    content: "\f1ca";
  }
  .icon.icon--balcony:before {
    content: "\f1cb";
  }
  .icon.icon--attic:before {
    content: "\f1cc";
  }
  .icon.icon--attention:before {
    content: "\f1cd";
  }
  .icon.icon--assistant:before {
    content: "\f1ce";
  }
  .icon.icon--arrow-up:before {
    content: "\f1cf";
  }
  .icon.icon--arrow-right:before {
    content: "\f1d0";
  }
  .icon.icon--arrow-left:before {
    content: "\f1d1";
  }
  .icon.icon--arrow-dropdown:before {
    content: "\f1d2";
  }
  .icon.icon--arrow-down:before {
    content: "\f1d3";
  }
  .icon.icon--armchair:before {
    content: "\f1d4";
  }
  .icon.icon--area-size:before {
    content: "\f1d5";
  }
  .icon.icon--archive:before {
    content: "\f1d6";
  }
  .icon.icon--air-condition:before {
    content: "\f1d7";
  }
  .icon.icon--add:before {
    content: "\f1d8";
  }
  html {
    position: relative;
    min-height: 100%;
  }
  body,
  html {
    color: var(--theme-color-primary-text);
    font-size: 15px;
    font-style: normal;
    font-stretch: normal;
    font-family: "Source Sans Pro", sans-serif !important;
    letter-spacing: normal;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    scroll-padding-top: 90px;
  }
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: "Source Sans Pro", sans-serif !important;
  }
  * {
    word-wrap: break-word;
  }
  a {
    color: var(--theme-color-primary-accent);
    text-decoration: none;
  }
  a:hover {
    color: var(--theme-color-primary-accent-dark);
    cursor: pointer;
    text-decoration: underline;
  }
  .title-xxl {
    font-size: 43px;
    font-weight: 700;
    line-height: 52px;
  }
  .title-xl {
    font-size: 25px;
    line-height: 32px;
    font-weight: 600;
  }
  .title-m {
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
  }
  .title-s {
    font-size: 16px;
    line-height: 24px;
  }
  .title-xs,
  .title-grey-xs {
    font-size: 12px;
    line-height: 16px;
  }
  .default-s,
  .default-grey-s {
    font-size: 15px;
    line-height: 20px;
  }
  .title-grey-xs {
    color: var(--theme-color-secondary-text);
  }
  .default-grey-s {
    color: var(--theme-color-secondary-text);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .uppercase-m {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .sub-headline {
    color: var(--theme-color-secondary-text);
    text-transform: uppercase;
  }
  .light {
    font-weight: 300;
  }
  .regular {
    font-weight: normal;
  }
  .semibold {
    font-weight: 600;
  }
  .tiny {
    font-size: 10px;
  }
  .text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .floating-header--glass {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.5);
  }
  @-moz-document url-prefix() {
    .floating-header--glass {
      background-color: #fff !important;
    }
  }
  .skeleton {
    animation: skeleton-shine 1.6s ease infinite;
    -webkit-backface-visibility: hidden;
    background: var(--theme-color-neutral-alpha-50);
    background:
      linear-gradient(
        90deg,
        var(--theme-color-neutral-alpha-50) 25%,
        var(--theme-color-app-background) 37%,
        var(--theme-color-neutral-alpha-50) 63%);
    background-size: 400% 100%;
    background-position: 100% 50%;
  }
  .ios-padding-top {
    padding-top: env(safe-area-inset-top);
  }
  .ios-padding-bottom {
    padding-bottom: env(safe-area-inset-bottom);
  }
  .ios-padding-left {
    padding-left: env(safe-area-inset-left);
  }
  .ios-padding-right {
    padding-right: env(safe-area-inset-right);
  }
  .outline-header {
    background-color: var(--theme-color-card-background);
    box-shadow: 0 1px 0 0 var(--theme-color-neutral);
  }
  .outline-content {
    border: 1px solid var(--theme-color-neutral);
    border-radius: 2px;
    background-color: var(--theme-color-card-background);
    box-shadow: 0 2px 8px 0 rgba(159, 169, 186, 0.1), 0 1px 2px 0 rgba(159, 169, 186, 0.1);
  }
  .cdk-overlay-container lightbox {
    padding-top: env(safe-area-inset-top);
    background-color: #000000;
    z-index: 100;
  }
  .app-click-area {
    cursor: pointer;
  }
  .btn-link,
  .btn-link:hover {
    color: var(--theme-color-primary-accent);
  }
  .nav-pills .nav-link {
    margin-right: 20px;
    margin-bottom: 8px;
    padding: 0 0 15px;
    font-weight: 600;
    font-size: 17px;
    color: var(--theme-color-secondary-text);
  }
  .nav-pills .nav-link:hover {
    color: var(--theme-color-secondary-accent-dark);
  }
  .nav-pills .nav-link.disabled {
    color: var(--theme-color-neutral);
    cursor: not-allowed;
  }
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    background-color: transparent;
    color: var(--theme-color-primary-accent);
  }
  .nav-pills .nav-link.active {
    border-bottom: 3px solid var(--theme-color-primary-accent);
    border-radius: unset;
    z-index: 1;
  }
  .default-svg-color .cls-1,
  .default-svg-color .cls-2,
  .default-svg-color .cls-3 {
    stroke: var(--theme-color-secondary-text) !important;
    fill: none !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    stroke-miterlimit: 10 !important;
  }
  .default-svg-color.text tspan {
    color: var(--theme-color-secondary-text) !important;
  }
  .default-svg-color.path path {
    stroke: var(--theme-color-secondary-text) !important;
  }
  .default-svg-color.rect rect {
    stroke: var(--theme-color-secondary-text) !important;
  }
  .default-svg-color.circle circle {
    stroke: var(--theme-color-secondary-text) !important;
  }
  .default-svg-color.ellipse ellipse {
    stroke: var(--theme-color-secondary-text) !important;
  }
  .default-svg-color.polyline polyline {
    stroke: var(--theme-color-secondary-text) !important;
  }
  .default-svg-color.polygon polygon {
    stroke: var(--theme-color-secondary-text) !important;
  }
  .default-svg-color.polygon-fill polygon {
    fill: var(--theme-color-secondary-text) !important;
  }
  .default-svg-color.ellipse-fill ellipse {
    fill: var(--theme-color-secondary-text) !important;
  }
  .default-svg-color.circle-fill circle {
    fill: var(--theme-color-secondary-text) !important;
  }
  .default-svg-color.path-fill path {
    fill: var(--theme-color-secondary-text) !important;
  }
  .default-svg-color.rect-fill rect {
    fill: var(--theme-color-secondary-text) !important;
  }
  .default-svg-color.line line {
    stroke: var(--theme-color-secondary-text) !important;
  }
  .main-svg-color .cls-1,
  .main-svg-color .cls-2,
  .main-svg-color .cls-3 {
    stroke: var(--theme-color-secondary-accent) !important;
    fill: none !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    stroke-miterlimit: 10 !important;
  }
  .main-svg-color.text tspan {
    color: var(--theme-color-secondary-accent) !important;
  }
  .main-svg-color.path path {
    stroke: var(--theme-color-secondary-accent) !important;
  }
  .main-svg-color.rect rect {
    stroke: var(--theme-color-secondary-accent) !important;
  }
  .main-svg-color.circle circle {
    stroke: var(--theme-color-secondary-accent) !important;
  }
  .main-svg-color.ellipse ellipse {
    stroke: var(--theme-color-secondary-accent) !important;
  }
  .main-svg-color.polyline polyline {
    stroke: var(--theme-color-secondary-accent) !important;
  }
  .main-svg-color.polygon polygon {
    stroke: var(--theme-color-secondary-accent) !important;
  }
  .main-svg-color.polygon-fill polygon {
    fill: var(--theme-color-secondary-accent) !important;
  }
  .main-svg-color.ellipse-fill ellipse {
    fill: var(--theme-color-secondary-accent) !important;
  }
  .main-svg-color.circle-fill circle {
    fill: var(--theme-color-secondary-accent) !important;
  }
  .main-svg-color.path-fill path {
    fill: var(--theme-color-secondary-accent) !important;
  }
  .main-svg-color.rect-fill rect {
    fill: var(--theme-color-secondary-accent) !important;
  }
  .main-svg-color.line line {
    stroke: var(--theme-color-secondary-accent) !important;
  }
  .secondary-svg-color .cls-1,
  .secondary-svg-color .cls-2,
  .secondary-svg-color .cls-3 {
    stroke: var(--theme-color-primary-accent) !important;
    fill: none !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    stroke-miterlimit: 10 !important;
  }
  .secondary-svg-color.text tspan {
    color: var(--theme-color-primary-accent) !important;
  }
  .secondary-svg-color.path path {
    stroke: var(--theme-color-primary-accent) !important;
  }
  .secondary-svg-color.rect rect {
    stroke: var(--theme-color-primary-accent) !important;
  }
  .secondary-svg-color.circle circle {
    stroke: var(--theme-color-primary-accent) !important;
  }
  .secondary-svg-color.ellipse ellipse {
    stroke: var(--theme-color-primary-accent) !important;
  }
  .secondary-svg-color.polyline polyline {
    stroke: var(--theme-color-primary-accent) !important;
  }
  .secondary-svg-color.polygon polygon {
    stroke: var(--theme-color-primary-accent) !important;
  }
  .secondary-svg-color.polygon-fill polygon {
    fill: var(--theme-color-primary-accent) !important;
  }
  .secondary-svg-color.ellipse-fill ellipse {
    fill: var(--theme-color-primary-accent) !important;
  }
  .secondary-svg-color.circle-fill circle {
    fill: var(--theme-color-primary-accent) !important;
  }
  .secondary-svg-color.path-fill path {
    fill: var(--theme-color-primary-accent) !important;
  }
  .secondary-svg-color.rect-fill rect {
    fill: var(--theme-color-primary-accent) !important;
  }
  .secondary-svg-color.line line {
    stroke: var(--theme-color-primary-accent) !important;
  }
  .primary-text-svg-color .cls-1,
  .primary-text-svg-color .cls-2,
  .primary-text-svg-color .cls-3 {
    stroke: var(--theme-color-primary-text) !important;
    fill: none !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    stroke-miterlimit: 10 !important;
  }
  .primary-text-svg-color.text tspan {
    color: var(--theme-color-primary-text) !important;
  }
  .primary-text-svg-color.path path {
    stroke: var(--theme-color-primary-text) !important;
  }
  .primary-text-svg-color.rect rect {
    stroke: var(--theme-color-primary-text) !important;
  }
  .primary-text-svg-color.circle circle {
    stroke: var(--theme-color-primary-text) !important;
  }
  .primary-text-svg-color.ellipse ellipse {
    stroke: var(--theme-color-primary-text) !important;
  }
  .primary-text-svg-color.polyline polyline {
    stroke: var(--theme-color-primary-text) !important;
  }
  .primary-text-svg-color.polygon polygon {
    stroke: var(--theme-color-primary-text) !important;
  }
  .primary-text-svg-color.polygon-fill polygon {
    fill: var(--theme-color-primary-text) !important;
  }
  .primary-text-svg-color.ellipse-fill ellipse {
    fill: var(--theme-color-primary-text) !important;
  }
  .primary-text-svg-color.circle-fill circle {
    fill: var(--theme-color-primary-text) !important;
  }
  .primary-text-svg-color.path-fill path {
    fill: var(--theme-color-primary-text) !important;
  }
  .primary-text-svg-color.rect-fill rect {
    fill: var(--theme-color-primary-text) !important;
  }
  .primary-text-svg-color.line line {
    stroke: var(--theme-color-primary-text) !important;
  }
  .white-svg-color .cls-1,
  .white-svg-color .cls-2,
  .white-svg-color .cls-3 {
    stroke: var(--theme-color-button-text) !important;
    fill: none !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    stroke-miterlimit: 10 !important;
  }
  .white-svg-color.text tspan {
    color: var(--theme-color-button-text) !important;
  }
  .white-svg-color.path path {
    stroke: var(--theme-color-button-text) !important;
  }
  .white-svg-color.rect rect {
    stroke: var(--theme-color-button-text) !important;
  }
  .white-svg-color.circle circle {
    stroke: var(--theme-color-button-text) !important;
  }
  .white-svg-color.ellipse ellipse {
    stroke: var(--theme-color-button-text) !important;
  }
  .white-svg-color.polyline polyline {
    stroke: var(--theme-color-button-text) !important;
  }
  .white-svg-color.polygon polygon {
    stroke: var(--theme-color-button-text) !important;
  }
  .white-svg-color.polygon-fill polygon {
    fill: var(--theme-color-button-text) !important;
  }
  .white-svg-color.ellipse-fill ellipse {
    fill: var(--theme-color-button-text) !important;
  }
  .white-svg-color.circle-fill circle {
    fill: var(--theme-color-button-text) !important;
  }
  .white-svg-color.path-fill path {
    fill: var(--theme-color-button-text) !important;
  }
  .white-svg-color.rect-fill rect {
    fill: var(--theme-color-button-text) !important;
  }
  .white-svg-color.line line {
    stroke: var(--theme-color-button-text) !important;
  }
  .button-text-svg-color .cls-1,
  .button-text-svg-color .cls-2,
  .button-text-svg-color .cls-3 {
    stroke: var(--theme-color-button-text) !important;
    fill: none !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    stroke-miterlimit: 10 !important;
  }
  .button-text-svg-color.text tspan {
    color: var(--theme-color-button-text) !important;
  }
  .button-text-svg-color.path path {
    stroke: var(--theme-color-button-text) !important;
  }
  .button-text-svg-color.rect rect {
    stroke: var(--theme-color-button-text) !important;
  }
  .button-text-svg-color.circle circle {
    stroke: var(--theme-color-button-text) !important;
  }
  .button-text-svg-color.ellipse ellipse {
    stroke: var(--theme-color-button-text) !important;
  }
  .button-text-svg-color.polyline polyline {
    stroke: var(--theme-color-button-text) !important;
  }
  .button-text-svg-color.polygon polygon {
    stroke: var(--theme-color-button-text) !important;
  }
  .button-text-svg-color.polygon-fill polygon {
    fill: var(--theme-color-button-text) !important;
  }
  .button-text-svg-color.ellipse-fill ellipse {
    fill: var(--theme-color-button-text) !important;
  }
  .button-text-svg-color.circle-fill circle {
    fill: var(--theme-color-button-text) !important;
  }
  .button-text-svg-color.path-fill path {
    fill: var(--theme-color-button-text) !important;
  }
  .button-text-svg-color.rect-fill rect {
    fill: var(--theme-color-button-text) !important;
  }
  .button-text-svg-color.line line {
    stroke: var(--theme-color-button-text) !important;
  }
  .negative-svg-color .cls-1,
  .negative-svg-color .cls-2,
  .negative-svg-color .cls-3 {
    stroke: var(--theme-color-state-900) !important;
    fill: none !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    stroke-miterlimit: 10 !important;
  }
  .negative-svg-color.text tspan {
    color: var(--theme-color-state-900) !important;
  }
  .negative-svg-color.path path {
    stroke: var(--theme-color-state-900) !important;
  }
  .negative-svg-color.rect rect {
    stroke: var(--theme-color-state-900) !important;
  }
  .negative-svg-color.circle circle {
    stroke: var(--theme-color-state-900) !important;
  }
  .negative-svg-color.ellipse ellipse {
    stroke: var(--theme-color-state-900) !important;
  }
  .negative-svg-color.polyline polyline {
    stroke: var(--theme-color-state-900) !important;
  }
  .negative-svg-color.polygon polygon {
    stroke: var(--theme-color-state-900) !important;
  }
  .negative-svg-color.polygon-fill polygon {
    fill: var(--theme-color-state-900) !important;
  }
  .negative-svg-color.ellipse-fill ellipse {
    fill: var(--theme-color-state-900) !important;
  }
  .negative-svg-color.circle-fill circle {
    fill: var(--theme-color-state-900) !important;
  }
  .negative-svg-color.path-fill path {
    fill: var(--theme-color-state-900) !important;
  }
  .negative-svg-color.rect-fill rect {
    fill: var(--theme-color-state-900) !important;
  }
  .negative-svg-color.line line {
    stroke: var(--theme-color-state-900) !important;
  }
  .green-svg-color .cls-1,
  .green-svg-color .cls-2,
  .green-svg-color .cls-3 {
    stroke: var(--theme-color-state-100) !important;
    fill: none !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    stroke-miterlimit: 10 !important;
  }
  .green-svg-color.text tspan {
    color: var(--theme-color-state-100) !important;
  }
  .green-svg-color.path path {
    stroke: var(--theme-color-state-100) !important;
  }
  .green-svg-color.rect rect {
    stroke: var(--theme-color-state-100) !important;
  }
  .green-svg-color.circle circle {
    stroke: var(--theme-color-state-100) !important;
  }
  .green-svg-color.ellipse ellipse {
    stroke: var(--theme-color-state-100) !important;
  }
  .green-svg-color.polyline polyline {
    stroke: var(--theme-color-state-100) !important;
  }
  .green-svg-color.polygon polygon {
    stroke: var(--theme-color-state-100) !important;
  }
  .green-svg-color.polygon-fill polygon {
    fill: var(--theme-color-state-100) !important;
  }
  .green-svg-color.ellipse-fill ellipse {
    fill: var(--theme-color-state-100) !important;
  }
  .green-svg-color.circle-fill circle {
    fill: var(--theme-color-state-100) !important;
  }
  .green-svg-color.path-fill path {
    fill: var(--theme-color-state-100) !important;
  }
  .green-svg-color.rect-fill rect {
    fill: var(--theme-color-state-100) !important;
  }
  .green-svg-color.line line {
    stroke: var(--theme-color-state-100) !important;
  }
  .green-white-svg-color .cls-1,
  .green-white-svg-color .cls-2,
  .green-white-svg-color .cls-3 {
    stroke: var(--theme-color-state-100) !important;
    fill: none !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    stroke-miterlimit: 10 !important;
  }
  .green-white-svg-color.text tspan {
    color: var(--theme-color-state-100) !important;
  }
  .green-white-svg-color.path path {
    stroke: var(--theme-color-state-100) !important;
  }
  .green-white-svg-color.rect rect {
    stroke: var(--theme-color-state-100) !important;
  }
  .green-white-svg-color.circle circle {
    stroke: var(--theme-color-state-100) !important;
  }
  .green-white-svg-color.ellipse ellipse {
    stroke: var(--theme-color-state-100) !important;
  }
  .green-white-svg-color.polyline polyline {
    stroke: var(--theme-color-state-100) !important;
  }
  .green-white-svg-color.polygon polygon {
    stroke: var(--theme-color-state-100) !important;
  }
  .green-white-svg-color.polygon-fill polygon {
    fill: var(--theme-color-state-100) !important;
  }
  .green-white-svg-color.ellipse-fill ellipse {
    fill: var(--theme-color-state-100) !important;
  }
  .green-white-svg-color.circle-fill circle {
    fill: var(--theme-color-state-100) !important;
  }
  .green-white-svg-color.path-fill path {
    fill: var(--theme-color-state-100) !important;
  }
  .green-white-svg-color.rect-fill rect {
    fill: var(--theme-color-state-100) !important;
  }
  .green-white-svg-color.line line {
    stroke: var(--theme-color-state-100) !important;
  }
  .green-white-svg-color.circle-fill circle {
    stroke: var(--theme-color-state-100) !important;
  }
  .green-white-svg-color.path-fill path {
    fill: #fff !important;
  }
  .negative-white-svg-color .cls-1,
  .negative-white-svg-color .cls-2,
  .negative-white-svg-color .cls-3 {
    stroke: var(--theme-color-state-900) !important;
    fill: none !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    stroke-miterlimit: 10 !important;
  }
  .negative-white-svg-color.text tspan {
    color: var(--theme-color-state-900) !important;
  }
  .negative-white-svg-color.path path {
    stroke: var(--theme-color-state-900) !important;
  }
  .negative-white-svg-color.rect rect {
    stroke: var(--theme-color-state-900) !important;
  }
  .negative-white-svg-color.circle circle {
    stroke: var(--theme-color-state-900) !important;
  }
  .negative-white-svg-color.ellipse ellipse {
    stroke: var(--theme-color-state-900) !important;
  }
  .negative-white-svg-color.polyline polyline {
    stroke: var(--theme-color-state-900) !important;
  }
  .negative-white-svg-color.polygon polygon {
    stroke: var(--theme-color-state-900) !important;
  }
  .negative-white-svg-color.polygon-fill polygon {
    fill: var(--theme-color-state-900) !important;
  }
  .negative-white-svg-color.ellipse-fill ellipse {
    fill: var(--theme-color-state-900) !important;
  }
  .negative-white-svg-color.circle-fill circle {
    fill: var(--theme-color-state-900) !important;
  }
  .negative-white-svg-color.path-fill path {
    fill: var(--theme-color-state-900) !important;
  }
  .negative-white-svg-color.rect-fill rect {
    fill: var(--theme-color-state-900) !important;
  }
  .negative-white-svg-color.line line {
    stroke: var(--theme-color-state-900) !important;
  }
  .negative-white-svg-color.circle-fill circle {
    stroke: var(--theme-color-state-900) !important;
  }
  .negative-white-svg-color.path-fill path {
    fill: #fff !important;
  }
  .negative-white-svg-color.path-fill path {
    stroke: #fff !important;
  }
  .orange-svg-color .cls-1,
  .orange-svg-color .cls-2,
  .orange-svg-color .cls-3 {
    stroke: var(--theme-color-state-700) !important;
    fill: none !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    stroke-miterlimit: 10 !important;
  }
  .orange-svg-color.text tspan {
    color: var(--theme-color-state-700) !important;
  }
  .orange-svg-color.path path {
    stroke: var(--theme-color-state-700) !important;
  }
  .orange-svg-color.rect rect {
    stroke: var(--theme-color-state-700) !important;
  }
  .orange-svg-color.circle circle {
    stroke: var(--theme-color-state-700) !important;
  }
  .orange-svg-color.ellipse ellipse {
    stroke: var(--theme-color-state-700) !important;
  }
  .orange-svg-color.polyline polyline {
    stroke: var(--theme-color-state-700) !important;
  }
  .orange-svg-color.polygon polygon {
    stroke: var(--theme-color-state-700) !important;
  }
  .orange-svg-color.polygon-fill polygon {
    fill: var(--theme-color-state-700) !important;
  }
  .orange-svg-color.ellipse-fill ellipse {
    fill: var(--theme-color-state-700) !important;
  }
  .orange-svg-color.circle-fill circle {
    fill: var(--theme-color-state-700) !important;
  }
  .orange-svg-color.path-fill path {
    fill: var(--theme-color-state-700) !important;
  }
  .orange-svg-color.rect-fill rect {
    fill: var(--theme-color-state-700) !important;
  }
  .orange-svg-color.line line {
    stroke: var(--theme-color-state-700) !important;
  }
  .yellow-svg-color .cls-1,
  .yellow-svg-color .cls-2,
  .yellow-svg-color .cls-3 {
    stroke: var(--theme-color-state-500) !important;
    fill: none !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    stroke-miterlimit: 10 !important;
  }
  .yellow-svg-color.text tspan {
    color: var(--theme-color-state-500) !important;
  }
  .yellow-svg-color.path path {
    stroke: var(--theme-color-state-500) !important;
  }
  .yellow-svg-color.rect rect {
    stroke: var(--theme-color-state-500) !important;
  }
  .yellow-svg-color.circle circle {
    stroke: var(--theme-color-state-500) !important;
  }
  .yellow-svg-color.ellipse ellipse {
    stroke: var(--theme-color-state-500) !important;
  }
  .yellow-svg-color.polyline polyline {
    stroke: var(--theme-color-state-500) !important;
  }
  .yellow-svg-color.polygon polygon {
    stroke: var(--theme-color-state-500) !important;
  }
  .yellow-svg-color.polygon-fill polygon {
    fill: var(--theme-color-state-500) !important;
  }
  .yellow-svg-color.ellipse-fill ellipse {
    fill: var(--theme-color-state-500) !important;
  }
  .yellow-svg-color.circle-fill circle {
    fill: var(--theme-color-state-500) !important;
  }
  .yellow-svg-color.path-fill path {
    fill: var(--theme-color-state-500) !important;
  }
  .yellow-svg-color.rect-fill rect {
    fill: var(--theme-color-state-500) !important;
  }
  .yellow-svg-color.line line {
    stroke: var(--theme-color-state-500) !important;
  }
  .bg-primary {
    background-color: var(--theme-color-secondary-accent) !important;
  }
  input[type=time]::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 0;
    opacity: 1;
    background-image: none;
    cursor: pointer;
    z-index: 3;
  }
  .time-form__field input {
    height: 100%;
    padding-left: 30px;
  }
  .time-form__field img,
  .time-form__field svg-icon {
    z-index: 2;
    position: absolute;
    top: 10px;
    left: 8px;
  }
  .time-form__field app-select ::ng-deep select {
    padding-left: 30px;
  }
  ngb-accordion .btn {
    background-color: var(--theme-color-card-background);
  }
  .card {
    background-color: var(--theme-color-card-background);
    column-break-inside: avoid;
  }
  .card-header {
    background-color: transparent !important;
  }
  .card-footer {
    background-color: transparent !important;
    border-radius: 0;
  }
  .card .card-body {
    border-radius: 0;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .divider-with-label span::before,
  .divider-with-label span::after,
  hr {
    border-top: 1px solid var(--theme-color-neutral);
  }
  .divider-with-label,
  hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  hr {
    opacity: initial;
  }
  .divider-with-label {
    text-align: center;
    overflow: hidden;
    color: var(--theme-color-secondary-text);
  }
  .divider-with-label span {
    position: relative;
    font-size: 13px;
    color: var(--theme-color-primary-text);
    text-transform: uppercase;
  }
  .divider-with-label span::before,
  .divider-with-label span::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 50vw;
  }
  .divider-with-label span::before {
    right: 100%;
    margin-right: 10px;
  }
  .divider-with-label span::after {
    left: 100%;
    margin-left: 10px;
  }
  svg-icon {
    display: inline-flex;
  }
  svg-icon svg:not(:root) {
    overflow: unset;
  }
  .container-primary {
    background-color: var(--theme-color-app-background);
  }
  .container-light {
    background-color: var(--theme-color-card-background);
  }
  .container--with-spacing {
    margin-top: 48px;
    margin-bottom: 40px;
    position: relative;
  }
  @media (min-width: 576px) {
    .container {
      max-width: 100%;
    }
  }
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
    .container-content {
      max-width: 674px !important;
    }
  }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px;
    }
  }
  @keyframes skeleton-shine {
    0% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0 50%;
    }
  }
  .icon {
    line-height: 0;
  }
  .u-overflow-hidden {
    overflow: hidden !important;
  }
  @media (max-width: 575px) {
    .u-overflow-hidden\@xs {
      overflow: hidden !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .u-overflow-hidden\@sm {
      overflow: hidden !important;
    }
  }
  @media (min-width: 576px) {
    .u-overflow-hidden\@sm-min {
      overflow: hidden !important;
    }
  }
  @media (max-width: 767px) {
    .u-overflow-hidden\@sm-max {
      overflow: hidden !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .u-overflow-hidden\@md {
      overflow: hidden !important;
    }
  }
  @media (min-width: 768px) {
    .u-overflow-hidden\@md-min {
      overflow: hidden !important;
    }
  }
  @media (max-width: 991px) {
    .u-overflow-hidden\@md-max {
      overflow: hidden !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .u-overflow-hidden\@lg {
      overflow: hidden !important;
    }
  }
  @media (min-width: 992px) {
    .u-overflow-hidden\@lg-min {
      overflow: hidden !important;
    }
  }
  @media (max-width: 1199px) {
    .u-overflow-hidden\@lg-max {
      overflow: hidden !important;
    }
  }
  @media (min-width: 1200px) {
    .u-overflow-hidden\@xl {
      overflow: hidden !important;
    }
  }
  .u-white-space-pre {
    white-space: pre !important;
  }
  @media (max-width: 575px) {
    .u-white-space-pre\@xs {
      white-space: pre !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .u-white-space-pre\@sm {
      white-space: pre !important;
    }
  }
  @media (min-width: 576px) {
    .u-white-space-pre\@sm-min {
      white-space: pre !important;
    }
  }
  @media (max-width: 767px) {
    .u-white-space-pre\@sm-max {
      white-space: pre !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .u-white-space-pre\@md {
      white-space: pre !important;
    }
  }
  @media (min-width: 768px) {
    .u-white-space-pre\@md-min {
      white-space: pre !important;
    }
  }
  @media (max-width: 991px) {
    .u-white-space-pre\@md-max {
      white-space: pre !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .u-white-space-pre\@lg {
      white-space: pre !important;
    }
  }
  @media (min-width: 992px) {
    .u-white-space-pre\@lg-min {
      white-space: pre !important;
    }
  }
  @media (max-width: 1199px) {
    .u-white-space-pre\@lg-max {
      white-space: pre !important;
    }
  }
  @media (min-width: 1200px) {
    .u-white-space-pre\@xl {
      white-space: pre !important;
    }
  }
  .u-hide {
    display: none !important;
  }
  @media (max-width: 575px) {
    .u-hide\@xs {
      display: none !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .u-hide\@sm {
      display: none !important;
    }
  }
  @media (min-width: 576px) {
    .u-hide\@sm-min {
      display: none !important;
    }
  }
  @media (max-width: 767px) {
    .u-hide\@sm-max {
      display: none !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .u-hide\@md {
      display: none !important;
    }
  }
  @media (min-width: 768px) {
    .u-hide\@md-min {
      display: none !important;
    }
  }
  @media (max-width: 991px) {
    .u-hide\@md-max {
      display: none !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .u-hide\@lg {
      display: none !important;
    }
  }
  @media (min-width: 992px) {
    .u-hide\@lg-min {
      display: none !important;
    }
  }
  @media (max-width: 1199px) {
    .u-hide\@lg-max {
      display: none !important;
    }
  }
  @media (min-width: 1200px) {
    .u-hide\@xl {
      display: none !important;
    }
  }
  .u-width-auto {
    width: auto !important;
  }
  @media (max-width: 575px) {
    .u-width-auto\@xs {
      width: auto !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .u-width-auto\@sm {
      width: auto !important;
    }
  }
  @media (min-width: 576px) {
    .u-width-auto\@sm-min {
      width: auto !important;
    }
  }
  @media (max-width: 767px) {
    .u-width-auto\@sm-max {
      width: auto !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .u-width-auto\@md {
      width: auto !important;
    }
  }
  @media (min-width: 768px) {
    .u-width-auto\@md-min {
      width: auto !important;
    }
  }
  @media (max-width: 991px) {
    .u-width-auto\@md-max {
      width: auto !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .u-width-auto\@lg {
      width: auto !important;
    }
  }
  @media (min-width: 992px) {
    .u-width-auto\@lg-min {
      width: auto !important;
    }
  }
  @media (max-width: 1199px) {
    .u-width-auto\@lg-max {
      width: auto !important;
    }
  }
  @media (min-width: 1200px) {
    .u-width-auto\@xl {
      width: auto !important;
    }
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .d-initial {
    display: initial !important;
  }
  .p-static {
    position: static;
  }
  .c-pointer {
    cursor: pointer;
  }
  .min-width-0 {
    min-width: 0;
  }
  .flex-1 {
    flex: 1;
  }
  .ripple-effect {
    position: absolute;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    transform: scale(0);
    animation: ripple-animation 0.3s linear;
    pointer-events: none;
  }
  @keyframes ripple-animation {
    to {
      transform: scale(2);
      opacity: 0;
    }
  }
  .chevron-non-rotated {
    transform: rotate(0deg);
    transition: transform 0.375s ease;
  }
  .chevron-rotated {
    transform: rotate(-180deg);
    transition: transform 0.375s ease;
  }
  @media (max-width: 991px) {
    .floating-header {
      width: 100%;
      top: 0;
      margin-bottom: 0;
      z-index: 10;
      display: flex;
      justify-content: center;
    }
    .floating-header--nav {
      padding-bottom: 0;
    }
  }
  .floating-header--scrolled {
    position: fixed !important;
  }
  .p0 {
    padding: 0px !important;
  }
  @media (max-width: 575px) {
    .p0\@xs {
      padding: 0px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .p0\@sm {
      padding: 0px !important;
    }
  }
  @media (min-width: 576px) {
    .p0\@sm-min {
      padding: 0px !important;
    }
  }
  @media (max-width: 767px) {
    .p0\@sm-max {
      padding: 0px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .p0\@md {
      padding: 0px !important;
    }
  }
  @media (min-width: 768px) {
    .p0\@md-min {
      padding: 0px !important;
    }
  }
  @media (max-width: 991px) {
    .p0\@md-max {
      padding: 0px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .p0\@lg {
      padding: 0px !important;
    }
  }
  @media (min-width: 992px) {
    .p0\@lg-min {
      padding: 0px !important;
    }
  }
  @media (max-width: 1199px) {
    .p0\@lg-max {
      padding: 0px !important;
    }
  }
  @media (min-width: 1200px) {
    .p0\@xl {
      padding: 0px !important;
    }
  }
  .p4 {
    padding: 4px !important;
  }
  @media (max-width: 575px) {
    .p4\@xs {
      padding: 4px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .p4\@sm {
      padding: 4px !important;
    }
  }
  @media (min-width: 576px) {
    .p4\@sm-min {
      padding: 4px !important;
    }
  }
  @media (max-width: 767px) {
    .p4\@sm-max {
      padding: 4px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .p4\@md {
      padding: 4px !important;
    }
  }
  @media (min-width: 768px) {
    .p4\@md-min {
      padding: 4px !important;
    }
  }
  @media (max-width: 991px) {
    .p4\@md-max {
      padding: 4px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .p4\@lg {
      padding: 4px !important;
    }
  }
  @media (min-width: 992px) {
    .p4\@lg-min {
      padding: 4px !important;
    }
  }
  @media (max-width: 1199px) {
    .p4\@lg-max {
      padding: 4px !important;
    }
  }
  @media (min-width: 1200px) {
    .p4\@xl {
      padding: 4px !important;
    }
  }
  .p5 {
    padding: 5px !important;
  }
  @media (max-width: 575px) {
    .p5\@xs {
      padding: 5px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .p5\@sm {
      padding: 5px !important;
    }
  }
  @media (min-width: 576px) {
    .p5\@sm-min {
      padding: 5px !important;
    }
  }
  @media (max-width: 767px) {
    .p5\@sm-max {
      padding: 5px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .p5\@md {
      padding: 5px !important;
    }
  }
  @media (min-width: 768px) {
    .p5\@md-min {
      padding: 5px !important;
    }
  }
  @media (max-width: 991px) {
    .p5\@md-max {
      padding: 5px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .p5\@lg {
      padding: 5px !important;
    }
  }
  @media (min-width: 992px) {
    .p5\@lg-min {
      padding: 5px !important;
    }
  }
  @media (max-width: 1199px) {
    .p5\@lg-max {
      padding: 5px !important;
    }
  }
  @media (min-width: 1200px) {
    .p5\@xl {
      padding: 5px !important;
    }
  }
  .p6 {
    padding: 6px !important;
  }
  @media (max-width: 575px) {
    .p6\@xs {
      padding: 6px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .p6\@sm {
      padding: 6px !important;
    }
  }
  @media (min-width: 576px) {
    .p6\@sm-min {
      padding: 6px !important;
    }
  }
  @media (max-width: 767px) {
    .p6\@sm-max {
      padding: 6px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .p6\@md {
      padding: 6px !important;
    }
  }
  @media (min-width: 768px) {
    .p6\@md-min {
      padding: 6px !important;
    }
  }
  @media (max-width: 991px) {
    .p6\@md-max {
      padding: 6px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .p6\@lg {
      padding: 6px !important;
    }
  }
  @media (min-width: 992px) {
    .p6\@lg-min {
      padding: 6px !important;
    }
  }
  @media (max-width: 1199px) {
    .p6\@lg-max {
      padding: 6px !important;
    }
  }
  @media (min-width: 1200px) {
    .p6\@xl {
      padding: 6px !important;
    }
  }
  .p7 {
    padding: 7px !important;
  }
  @media (max-width: 575px) {
    .p7\@xs {
      padding: 7px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .p7\@sm {
      padding: 7px !important;
    }
  }
  @media (min-width: 576px) {
    .p7\@sm-min {
      padding: 7px !important;
    }
  }
  @media (max-width: 767px) {
    .p7\@sm-max {
      padding: 7px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .p7\@md {
      padding: 7px !important;
    }
  }
  @media (min-width: 768px) {
    .p7\@md-min {
      padding: 7px !important;
    }
  }
  @media (max-width: 991px) {
    .p7\@md-max {
      padding: 7px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .p7\@lg {
      padding: 7px !important;
    }
  }
  @media (min-width: 992px) {
    .p7\@lg-min {
      padding: 7px !important;
    }
  }
  @media (max-width: 1199px) {
    .p7\@lg-max {
      padding: 7px !important;
    }
  }
  @media (min-width: 1200px) {
    .p7\@xl {
      padding: 7px !important;
    }
  }
  .p8 {
    padding: 8px !important;
  }
  @media (max-width: 575px) {
    .p8\@xs {
      padding: 8px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .p8\@sm {
      padding: 8px !important;
    }
  }
  @media (min-width: 576px) {
    .p8\@sm-min {
      padding: 8px !important;
    }
  }
  @media (max-width: 767px) {
    .p8\@sm-max {
      padding: 8px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .p8\@md {
      padding: 8px !important;
    }
  }
  @media (min-width: 768px) {
    .p8\@md-min {
      padding: 8px !important;
    }
  }
  @media (max-width: 991px) {
    .p8\@md-max {
      padding: 8px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .p8\@lg {
      padding: 8px !important;
    }
  }
  @media (min-width: 992px) {
    .p8\@lg-min {
      padding: 8px !important;
    }
  }
  @media (max-width: 1199px) {
    .p8\@lg-max {
      padding: 8px !important;
    }
  }
  @media (min-width: 1200px) {
    .p8\@xl {
      padding: 8px !important;
    }
  }
  .p9 {
    padding: 9px !important;
  }
  @media (max-width: 575px) {
    .p9\@xs {
      padding: 9px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .p9\@sm {
      padding: 9px !important;
    }
  }
  @media (min-width: 576px) {
    .p9\@sm-min {
      padding: 9px !important;
    }
  }
  @media (max-width: 767px) {
    .p9\@sm-max {
      padding: 9px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .p9\@md {
      padding: 9px !important;
    }
  }
  @media (min-width: 768px) {
    .p9\@md-min {
      padding: 9px !important;
    }
  }
  @media (max-width: 991px) {
    .p9\@md-max {
      padding: 9px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .p9\@lg {
      padding: 9px !important;
    }
  }
  @media (min-width: 992px) {
    .p9\@lg-min {
      padding: 9px !important;
    }
  }
  @media (max-width: 1199px) {
    .p9\@lg-max {
      padding: 9px !important;
    }
  }
  @media (min-width: 1200px) {
    .p9\@xl {
      padding: 9px !important;
    }
  }
  .p10 {
    padding: 10px !important;
  }
  @media (max-width: 575px) {
    .p10\@xs {
      padding: 10px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .p10\@sm {
      padding: 10px !important;
    }
  }
  @media (min-width: 576px) {
    .p10\@sm-min {
      padding: 10px !important;
    }
  }
  @media (max-width: 767px) {
    .p10\@sm-max {
      padding: 10px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .p10\@md {
      padding: 10px !important;
    }
  }
  @media (min-width: 768px) {
    .p10\@md-min {
      padding: 10px !important;
    }
  }
  @media (max-width: 991px) {
    .p10\@md-max {
      padding: 10px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .p10\@lg {
      padding: 10px !important;
    }
  }
  @media (min-width: 992px) {
    .p10\@lg-min {
      padding: 10px !important;
    }
  }
  @media (max-width: 1199px) {
    .p10\@lg-max {
      padding: 10px !important;
    }
  }
  @media (min-width: 1200px) {
    .p10\@xl {
      padding: 10px !important;
    }
  }
  .p12 {
    padding: 12px !important;
  }
  @media (max-width: 575px) {
    .p12\@xs {
      padding: 12px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .p12\@sm {
      padding: 12px !important;
    }
  }
  @media (min-width: 576px) {
    .p12\@sm-min {
      padding: 12px !important;
    }
  }
  @media (max-width: 767px) {
    .p12\@sm-max {
      padding: 12px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .p12\@md {
      padding: 12px !important;
    }
  }
  @media (min-width: 768px) {
    .p12\@md-min {
      padding: 12px !important;
    }
  }
  @media (max-width: 991px) {
    .p12\@md-max {
      padding: 12px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .p12\@lg {
      padding: 12px !important;
    }
  }
  @media (min-width: 992px) {
    .p12\@lg-min {
      padding: 12px !important;
    }
  }
  @media (max-width: 1199px) {
    .p12\@lg-max {
      padding: 12px !important;
    }
  }
  @media (min-width: 1200px) {
    .p12\@xl {
      padding: 12px !important;
    }
  }
  .p15 {
    padding: 15px !important;
  }
  @media (max-width: 575px) {
    .p15\@xs {
      padding: 15px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .p15\@sm {
      padding: 15px !important;
    }
  }
  @media (min-width: 576px) {
    .p15\@sm-min {
      padding: 15px !important;
    }
  }
  @media (max-width: 767px) {
    .p15\@sm-max {
      padding: 15px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .p15\@md {
      padding: 15px !important;
    }
  }
  @media (min-width: 768px) {
    .p15\@md-min {
      padding: 15px !important;
    }
  }
  @media (max-width: 991px) {
    .p15\@md-max {
      padding: 15px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .p15\@lg {
      padding: 15px !important;
    }
  }
  @media (min-width: 992px) {
    .p15\@lg-min {
      padding: 15px !important;
    }
  }
  @media (max-width: 1199px) {
    .p15\@lg-max {
      padding: 15px !important;
    }
  }
  @media (min-width: 1200px) {
    .p15\@xl {
      padding: 15px !important;
    }
  }
  .p16 {
    padding: 16px !important;
  }
  @media (max-width: 575px) {
    .p16\@xs {
      padding: 16px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .p16\@sm {
      padding: 16px !important;
    }
  }
  @media (min-width: 576px) {
    .p16\@sm-min {
      padding: 16px !important;
    }
  }
  @media (max-width: 767px) {
    .p16\@sm-max {
      padding: 16px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .p16\@md {
      padding: 16px !important;
    }
  }
  @media (min-width: 768px) {
    .p16\@md-min {
      padding: 16px !important;
    }
  }
  @media (max-width: 991px) {
    .p16\@md-max {
      padding: 16px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .p16\@lg {
      padding: 16px !important;
    }
  }
  @media (min-width: 992px) {
    .p16\@lg-min {
      padding: 16px !important;
    }
  }
  @media (max-width: 1199px) {
    .p16\@lg-max {
      padding: 16px !important;
    }
  }
  @media (min-width: 1200px) {
    .p16\@xl {
      padding: 16px !important;
    }
  }
  .p20 {
    padding: 20px !important;
  }
  @media (max-width: 575px) {
    .p20\@xs {
      padding: 20px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .p20\@sm {
      padding: 20px !important;
    }
  }
  @media (min-width: 576px) {
    .p20\@sm-min {
      padding: 20px !important;
    }
  }
  @media (max-width: 767px) {
    .p20\@sm-max {
      padding: 20px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .p20\@md {
      padding: 20px !important;
    }
  }
  @media (min-width: 768px) {
    .p20\@md-min {
      padding: 20px !important;
    }
  }
  @media (max-width: 991px) {
    .p20\@md-max {
      padding: 20px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .p20\@lg {
      padding: 20px !important;
    }
  }
  @media (min-width: 992px) {
    .p20\@lg-min {
      padding: 20px !important;
    }
  }
  @media (max-width: 1199px) {
    .p20\@lg-max {
      padding: 20px !important;
    }
  }
  @media (min-width: 1200px) {
    .p20\@xl {
      padding: 20px !important;
    }
  }
  .p24 {
    padding: 24px !important;
  }
  @media (max-width: 575px) {
    .p24\@xs {
      padding: 24px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .p24\@sm {
      padding: 24px !important;
    }
  }
  @media (min-width: 576px) {
    .p24\@sm-min {
      padding: 24px !important;
    }
  }
  @media (max-width: 767px) {
    .p24\@sm-max {
      padding: 24px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .p24\@md {
      padding: 24px !important;
    }
  }
  @media (min-width: 768px) {
    .p24\@md-min {
      padding: 24px !important;
    }
  }
  @media (max-width: 991px) {
    .p24\@md-max {
      padding: 24px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .p24\@lg {
      padding: 24px !important;
    }
  }
  @media (min-width: 992px) {
    .p24\@lg-min {
      padding: 24px !important;
    }
  }
  @media (max-width: 1199px) {
    .p24\@lg-max {
      padding: 24px !important;
    }
  }
  @media (min-width: 1200px) {
    .p24\@xl {
      padding: 24px !important;
    }
  }
  .p25 {
    padding: 25px !important;
  }
  @media (max-width: 575px) {
    .p25\@xs {
      padding: 25px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .p25\@sm {
      padding: 25px !important;
    }
  }
  @media (min-width: 576px) {
    .p25\@sm-min {
      padding: 25px !important;
    }
  }
  @media (max-width: 767px) {
    .p25\@sm-max {
      padding: 25px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .p25\@md {
      padding: 25px !important;
    }
  }
  @media (min-width: 768px) {
    .p25\@md-min {
      padding: 25px !important;
    }
  }
  @media (max-width: 991px) {
    .p25\@md-max {
      padding: 25px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .p25\@lg {
      padding: 25px !important;
    }
  }
  @media (min-width: 992px) {
    .p25\@lg-min {
      padding: 25px !important;
    }
  }
  @media (max-width: 1199px) {
    .p25\@lg-max {
      padding: 25px !important;
    }
  }
  @media (min-width: 1200px) {
    .p25\@xl {
      padding: 25px !important;
    }
  }
  .p30 {
    padding: 30px !important;
  }
  @media (max-width: 575px) {
    .p30\@xs {
      padding: 30px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .p30\@sm {
      padding: 30px !important;
    }
  }
  @media (min-width: 576px) {
    .p30\@sm-min {
      padding: 30px !important;
    }
  }
  @media (max-width: 767px) {
    .p30\@sm-max {
      padding: 30px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .p30\@md {
      padding: 30px !important;
    }
  }
  @media (min-width: 768px) {
    .p30\@md-min {
      padding: 30px !important;
    }
  }
  @media (max-width: 991px) {
    .p30\@md-max {
      padding: 30px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .p30\@lg {
      padding: 30px !important;
    }
  }
  @media (min-width: 992px) {
    .p30\@lg-min {
      padding: 30px !important;
    }
  }
  @media (max-width: 1199px) {
    .p30\@lg-max {
      padding: 30px !important;
    }
  }
  @media (min-width: 1200px) {
    .p30\@xl {
      padding: 30px !important;
    }
  }
  .p32 {
    padding: 32px !important;
  }
  @media (max-width: 575px) {
    .p32\@xs {
      padding: 32px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .p32\@sm {
      padding: 32px !important;
    }
  }
  @media (min-width: 576px) {
    .p32\@sm-min {
      padding: 32px !important;
    }
  }
  @media (max-width: 767px) {
    .p32\@sm-max {
      padding: 32px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .p32\@md {
      padding: 32px !important;
    }
  }
  @media (min-width: 768px) {
    .p32\@md-min {
      padding: 32px !important;
    }
  }
  @media (max-width: 991px) {
    .p32\@md-max {
      padding: 32px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .p32\@lg {
      padding: 32px !important;
    }
  }
  @media (min-width: 992px) {
    .p32\@lg-min {
      padding: 32px !important;
    }
  }
  @media (max-width: 1199px) {
    .p32\@lg-max {
      padding: 32px !important;
    }
  }
  @media (min-width: 1200px) {
    .p32\@xl {
      padding: 32px !important;
    }
  }
  .p40 {
    padding: 40px !important;
  }
  @media (max-width: 575px) {
    .p40\@xs {
      padding: 40px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .p40\@sm {
      padding: 40px !important;
    }
  }
  @media (min-width: 576px) {
    .p40\@sm-min {
      padding: 40px !important;
    }
  }
  @media (max-width: 767px) {
    .p40\@sm-max {
      padding: 40px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .p40\@md {
      padding: 40px !important;
    }
  }
  @media (min-width: 768px) {
    .p40\@md-min {
      padding: 40px !important;
    }
  }
  @media (max-width: 991px) {
    .p40\@md-max {
      padding: 40px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .p40\@lg {
      padding: 40px !important;
    }
  }
  @media (min-width: 992px) {
    .p40\@lg-min {
      padding: 40px !important;
    }
  }
  @media (max-width: 1199px) {
    .p40\@lg-max {
      padding: 40px !important;
    }
  }
  @media (min-width: 1200px) {
    .p40\@xl {
      padding: 40px !important;
    }
  }
  .p48 {
    padding: 48px !important;
  }
  @media (max-width: 575px) {
    .p48\@xs {
      padding: 48px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .p48\@sm {
      padding: 48px !important;
    }
  }
  @media (min-width: 576px) {
    .p48\@sm-min {
      padding: 48px !important;
    }
  }
  @media (max-width: 767px) {
    .p48\@sm-max {
      padding: 48px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .p48\@md {
      padding: 48px !important;
    }
  }
  @media (min-width: 768px) {
    .p48\@md-min {
      padding: 48px !important;
    }
  }
  @media (max-width: 991px) {
    .p48\@md-max {
      padding: 48px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .p48\@lg {
      padding: 48px !important;
    }
  }
  @media (min-width: 992px) {
    .p48\@lg-min {
      padding: 48px !important;
    }
  }
  @media (max-width: 1199px) {
    .p48\@lg-max {
      padding: 48px !important;
    }
  }
  @media (min-width: 1200px) {
    .p48\@xl {
      padding: 48px !important;
    }
  }
  .p50 {
    padding: 50px !important;
  }
  @media (max-width: 575px) {
    .p50\@xs {
      padding: 50px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .p50\@sm {
      padding: 50px !important;
    }
  }
  @media (min-width: 576px) {
    .p50\@sm-min {
      padding: 50px !important;
    }
  }
  @media (max-width: 767px) {
    .p50\@sm-max {
      padding: 50px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .p50\@md {
      padding: 50px !important;
    }
  }
  @media (min-width: 768px) {
    .p50\@md-min {
      padding: 50px !important;
    }
  }
  @media (max-width: 991px) {
    .p50\@md-max {
      padding: 50px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .p50\@lg {
      padding: 50px !important;
    }
  }
  @media (min-width: 992px) {
    .p50\@lg-min {
      padding: 50px !important;
    }
  }
  @media (max-width: 1199px) {
    .p50\@lg-max {
      padding: 50px !important;
    }
  }
  @media (min-width: 1200px) {
    .p50\@xl {
      padding: 50px !important;
    }
  }
  .p60 {
    padding: 60px !important;
  }
  @media (max-width: 575px) {
    .p60\@xs {
      padding: 60px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .p60\@sm {
      padding: 60px !important;
    }
  }
  @media (min-width: 576px) {
    .p60\@sm-min {
      padding: 60px !important;
    }
  }
  @media (max-width: 767px) {
    .p60\@sm-max {
      padding: 60px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .p60\@md {
      padding: 60px !important;
    }
  }
  @media (min-width: 768px) {
    .p60\@md-min {
      padding: 60px !important;
    }
  }
  @media (max-width: 991px) {
    .p60\@md-max {
      padding: 60px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .p60\@lg {
      padding: 60px !important;
    }
  }
  @media (min-width: 992px) {
    .p60\@lg-min {
      padding: 60px !important;
    }
  }
  @media (max-width: 1199px) {
    .p60\@lg-max {
      padding: 60px !important;
    }
  }
  @media (min-width: 1200px) {
    .p60\@xl {
      padding: 60px !important;
    }
  }
  .p70 {
    padding: 70px !important;
  }
  @media (max-width: 575px) {
    .p70\@xs {
      padding: 70px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .p70\@sm {
      padding: 70px !important;
    }
  }
  @media (min-width: 576px) {
    .p70\@sm-min {
      padding: 70px !important;
    }
  }
  @media (max-width: 767px) {
    .p70\@sm-max {
      padding: 70px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .p70\@md {
      padding: 70px !important;
    }
  }
  @media (min-width: 768px) {
    .p70\@md-min {
      padding: 70px !important;
    }
  }
  @media (max-width: 991px) {
    .p70\@md-max {
      padding: 70px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .p70\@lg {
      padding: 70px !important;
    }
  }
  @media (min-width: 992px) {
    .p70\@lg-min {
      padding: 70px !important;
    }
  }
  @media (max-width: 1199px) {
    .p70\@lg-max {
      padding: 70px !important;
    }
  }
  @media (min-width: 1200px) {
    .p70\@xl {
      padding: 70px !important;
    }
  }
  .p80 {
    padding: 80px !important;
  }
  @media (max-width: 575px) {
    .p80\@xs {
      padding: 80px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .p80\@sm {
      padding: 80px !important;
    }
  }
  @media (min-width: 576px) {
    .p80\@sm-min {
      padding: 80px !important;
    }
  }
  @media (max-width: 767px) {
    .p80\@sm-max {
      padding: 80px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .p80\@md {
      padding: 80px !important;
    }
  }
  @media (min-width: 768px) {
    .p80\@md-min {
      padding: 80px !important;
    }
  }
  @media (max-width: 991px) {
    .p80\@md-max {
      padding: 80px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .p80\@lg {
      padding: 80px !important;
    }
  }
  @media (min-width: 992px) {
    .p80\@lg-min {
      padding: 80px !important;
    }
  }
  @media (max-width: 1199px) {
    .p80\@lg-max {
      padding: 80px !important;
    }
  }
  @media (min-width: 1200px) {
    .p80\@xl {
      padding: 80px !important;
    }
  }
  .p90 {
    padding: 90px !important;
  }
  @media (max-width: 575px) {
    .p90\@xs {
      padding: 90px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .p90\@sm {
      padding: 90px !important;
    }
  }
  @media (min-width: 576px) {
    .p90\@sm-min {
      padding: 90px !important;
    }
  }
  @media (max-width: 767px) {
    .p90\@sm-max {
      padding: 90px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .p90\@md {
      padding: 90px !important;
    }
  }
  @media (min-width: 768px) {
    .p90\@md-min {
      padding: 90px !important;
    }
  }
  @media (max-width: 991px) {
    .p90\@md-max {
      padding: 90px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .p90\@lg {
      padding: 90px !important;
    }
  }
  @media (min-width: 992px) {
    .p90\@lg-min {
      padding: 90px !important;
    }
  }
  @media (max-width: 1199px) {
    .p90\@lg-max {
      padding: 90px !important;
    }
  }
  @media (min-width: 1200px) {
    .p90\@xl {
      padding: 90px !important;
    }
  }
  .p100 {
    padding: 100px !important;
  }
  @media (max-width: 575px) {
    .p100\@xs {
      padding: 100px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .p100\@sm {
      padding: 100px !important;
    }
  }
  @media (min-width: 576px) {
    .p100\@sm-min {
      padding: 100px !important;
    }
  }
  @media (max-width: 767px) {
    .p100\@sm-max {
      padding: 100px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .p100\@md {
      padding: 100px !important;
    }
  }
  @media (min-width: 768px) {
    .p100\@md-min {
      padding: 100px !important;
    }
  }
  @media (max-width: 991px) {
    .p100\@md-max {
      padding: 100px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .p100\@lg {
      padding: 100px !important;
    }
  }
  @media (min-width: 992px) {
    .p100\@lg-min {
      padding: 100px !important;
    }
  }
  @media (max-width: 1199px) {
    .p100\@lg-max {
      padding: 100px !important;
    }
  }
  @media (min-width: 1200px) {
    .p100\@xl {
      padding: 100px !important;
    }
  }
  .p110 {
    padding: 110px !important;
  }
  @media (max-width: 575px) {
    .p110\@xs {
      padding: 110px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .p110\@sm {
      padding: 110px !important;
    }
  }
  @media (min-width: 576px) {
    .p110\@sm-min {
      padding: 110px !important;
    }
  }
  @media (max-width: 767px) {
    .p110\@sm-max {
      padding: 110px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .p110\@md {
      padding: 110px !important;
    }
  }
  @media (min-width: 768px) {
    .p110\@md-min {
      padding: 110px !important;
    }
  }
  @media (max-width: 991px) {
    .p110\@md-max {
      padding: 110px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .p110\@lg {
      padding: 110px !important;
    }
  }
  @media (min-width: 992px) {
    .p110\@lg-min {
      padding: 110px !important;
    }
  }
  @media (max-width: 1199px) {
    .p110\@lg-max {
      padding: 110px !important;
    }
  }
  @media (min-width: 1200px) {
    .p110\@xl {
      padding: 110px !important;
    }
  }
  .p120 {
    padding: 120px !important;
  }
  @media (max-width: 575px) {
    .p120\@xs {
      padding: 120px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .p120\@sm {
      padding: 120px !important;
    }
  }
  @media (min-width: 576px) {
    .p120\@sm-min {
      padding: 120px !important;
    }
  }
  @media (max-width: 767px) {
    .p120\@sm-max {
      padding: 120px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .p120\@md {
      padding: 120px !important;
    }
  }
  @media (min-width: 768px) {
    .p120\@md-min {
      padding: 120px !important;
    }
  }
  @media (max-width: 991px) {
    .p120\@md-max {
      padding: 120px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .p120\@lg {
      padding: 120px !important;
    }
  }
  @media (min-width: 992px) {
    .p120\@lg-min {
      padding: 120px !important;
    }
  }
  @media (max-width: 1199px) {
    .p120\@lg-max {
      padding: 120px !important;
    }
  }
  @media (min-width: 1200px) {
    .p120\@xl {
      padding: 120px !important;
    }
  }
  .p130 {
    padding: 130px !important;
  }
  @media (max-width: 575px) {
    .p130\@xs {
      padding: 130px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .p130\@sm {
      padding: 130px !important;
    }
  }
  @media (min-width: 576px) {
    .p130\@sm-min {
      padding: 130px !important;
    }
  }
  @media (max-width: 767px) {
    .p130\@sm-max {
      padding: 130px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .p130\@md {
      padding: 130px !important;
    }
  }
  @media (min-width: 768px) {
    .p130\@md-min {
      padding: 130px !important;
    }
  }
  @media (max-width: 991px) {
    .p130\@md-max {
      padding: 130px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .p130\@lg {
      padding: 130px !important;
    }
  }
  @media (min-width: 992px) {
    .p130\@lg-min {
      padding: 130px !important;
    }
  }
  @media (max-width: 1199px) {
    .p130\@lg-max {
      padding: 130px !important;
    }
  }
  @media (min-width: 1200px) {
    .p130\@xl {
      padding: 130px !important;
    }
  }
  .p140 {
    padding: 140px !important;
  }
  @media (max-width: 575px) {
    .p140\@xs {
      padding: 140px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .p140\@sm {
      padding: 140px !important;
    }
  }
  @media (min-width: 576px) {
    .p140\@sm-min {
      padding: 140px !important;
    }
  }
  @media (max-width: 767px) {
    .p140\@sm-max {
      padding: 140px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .p140\@md {
      padding: 140px !important;
    }
  }
  @media (min-width: 768px) {
    .p140\@md-min {
      padding: 140px !important;
    }
  }
  @media (max-width: 991px) {
    .p140\@md-max {
      padding: 140px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .p140\@lg {
      padding: 140px !important;
    }
  }
  @media (min-width: 992px) {
    .p140\@lg-min {
      padding: 140px !important;
    }
  }
  @media (max-width: 1199px) {
    .p140\@lg-max {
      padding: 140px !important;
    }
  }
  @media (min-width: 1200px) {
    .p140\@xl {
      padding: 140px !important;
    }
  }
  .p150 {
    padding: 150px !important;
  }
  @media (max-width: 575px) {
    .p150\@xs {
      padding: 150px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .p150\@sm {
      padding: 150px !important;
    }
  }
  @media (min-width: 576px) {
    .p150\@sm-min {
      padding: 150px !important;
    }
  }
  @media (max-width: 767px) {
    .p150\@sm-max {
      padding: 150px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .p150\@md {
      padding: 150px !important;
    }
  }
  @media (min-width: 768px) {
    .p150\@md-min {
      padding: 150px !important;
    }
  }
  @media (max-width: 991px) {
    .p150\@md-max {
      padding: 150px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .p150\@lg {
      padding: 150px !important;
    }
  }
  @media (min-width: 992px) {
    .p150\@lg-min {
      padding: 150px !important;
    }
  }
  @media (max-width: 1199px) {
    .p150\@lg-max {
      padding: 150px !important;
    }
  }
  @media (min-width: 1200px) {
    .p150\@xl {
      padding: 150px !important;
    }
  }
  .p160 {
    padding: 160px !important;
  }
  @media (max-width: 575px) {
    .p160\@xs {
      padding: 160px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .p160\@sm {
      padding: 160px !important;
    }
  }
  @media (min-width: 576px) {
    .p160\@sm-min {
      padding: 160px !important;
    }
  }
  @media (max-width: 767px) {
    .p160\@sm-max {
      padding: 160px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .p160\@md {
      padding: 160px !important;
    }
  }
  @media (min-width: 768px) {
    .p160\@md-min {
      padding: 160px !important;
    }
  }
  @media (max-width: 991px) {
    .p160\@md-max {
      padding: 160px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .p160\@lg {
      padding: 160px !important;
    }
  }
  @media (min-width: 992px) {
    .p160\@lg-min {
      padding: 160px !important;
    }
  }
  @media (max-width: 1199px) {
    .p160\@lg-max {
      padding: 160px !important;
    }
  }
  @media (min-width: 1200px) {
    .p160\@xl {
      padding: 160px !important;
    }
  }
  .p200 {
    padding: 200px !important;
  }
  @media (max-width: 575px) {
    .p200\@xs {
      padding: 200px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .p200\@sm {
      padding: 200px !important;
    }
  }
  @media (min-width: 576px) {
    .p200\@sm-min {
      padding: 200px !important;
    }
  }
  @media (max-width: 767px) {
    .p200\@sm-max {
      padding: 200px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .p200\@md {
      padding: 200px !important;
    }
  }
  @media (min-width: 768px) {
    .p200\@md-min {
      padding: 200px !important;
    }
  }
  @media (max-width: 991px) {
    .p200\@md-max {
      padding: 200px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .p200\@lg {
      padding: 200px !important;
    }
  }
  @media (min-width: 992px) {
    .p200\@lg-min {
      padding: 200px !important;
    }
  }
  @media (max-width: 1199px) {
    .p200\@lg-max {
      padding: 200px !important;
    }
  }
  @media (min-width: 1200px) {
    .p200\@xl {
      padding: 200px !important;
    }
  }
  .p300 {
    padding: 300px !important;
  }
  @media (max-width: 575px) {
    .p300\@xs {
      padding: 300px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .p300\@sm {
      padding: 300px !important;
    }
  }
  @media (min-width: 576px) {
    .p300\@sm-min {
      padding: 300px !important;
    }
  }
  @media (max-width: 767px) {
    .p300\@sm-max {
      padding: 300px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .p300\@md {
      padding: 300px !important;
    }
  }
  @media (min-width: 768px) {
    .p300\@md-min {
      padding: 300px !important;
    }
  }
  @media (max-width: 991px) {
    .p300\@md-max {
      padding: 300px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .p300\@lg {
      padding: 300px !important;
    }
  }
  @media (min-width: 992px) {
    .p300\@lg-min {
      padding: 300px !important;
    }
  }
  @media (max-width: 1199px) {
    .p300\@lg-max {
      padding: 300px !important;
    }
  }
  @media (min-width: 1200px) {
    .p300\@xl {
      padding: 300px !important;
    }
  }
  .pt0 {
    padding-top: 0px !important;
  }
  @media (max-width: 575px) {
    .pt0\@xs {
      padding-top: 0px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt0\@sm {
      padding-top: 0px !important;
    }
  }
  @media (min-width: 576px) {
    .pt0\@sm-min {
      padding-top: 0px !important;
    }
  }
  @media (max-width: 767px) {
    .pt0\@sm-max {
      padding-top: 0px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pt0\@md {
      padding-top: 0px !important;
    }
  }
  @media (min-width: 768px) {
    .pt0\@md-min {
      padding-top: 0px !important;
    }
  }
  @media (max-width: 991px) {
    .pt0\@md-max {
      padding-top: 0px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pt0\@lg {
      padding-top: 0px !important;
    }
  }
  @media (min-width: 992px) {
    .pt0\@lg-min {
      padding-top: 0px !important;
    }
  }
  @media (max-width: 1199px) {
    .pt0\@lg-max {
      padding-top: 0px !important;
    }
  }
  @media (min-width: 1200px) {
    .pt0\@xl {
      padding-top: 0px !important;
    }
  }
  .pt4 {
    padding-top: 4px !important;
  }
  @media (max-width: 575px) {
    .pt4\@xs {
      padding-top: 4px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt4\@sm {
      padding-top: 4px !important;
    }
  }
  @media (min-width: 576px) {
    .pt4\@sm-min {
      padding-top: 4px !important;
    }
  }
  @media (max-width: 767px) {
    .pt4\@sm-max {
      padding-top: 4px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pt4\@md {
      padding-top: 4px !important;
    }
  }
  @media (min-width: 768px) {
    .pt4\@md-min {
      padding-top: 4px !important;
    }
  }
  @media (max-width: 991px) {
    .pt4\@md-max {
      padding-top: 4px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pt4\@lg {
      padding-top: 4px !important;
    }
  }
  @media (min-width: 992px) {
    .pt4\@lg-min {
      padding-top: 4px !important;
    }
  }
  @media (max-width: 1199px) {
    .pt4\@lg-max {
      padding-top: 4px !important;
    }
  }
  @media (min-width: 1200px) {
    .pt4\@xl {
      padding-top: 4px !important;
    }
  }
  .pt5 {
    padding-top: 5px !important;
  }
  @media (max-width: 575px) {
    .pt5\@xs {
      padding-top: 5px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt5\@sm {
      padding-top: 5px !important;
    }
  }
  @media (min-width: 576px) {
    .pt5\@sm-min {
      padding-top: 5px !important;
    }
  }
  @media (max-width: 767px) {
    .pt5\@sm-max {
      padding-top: 5px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pt5\@md {
      padding-top: 5px !important;
    }
  }
  @media (min-width: 768px) {
    .pt5\@md-min {
      padding-top: 5px !important;
    }
  }
  @media (max-width: 991px) {
    .pt5\@md-max {
      padding-top: 5px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pt5\@lg {
      padding-top: 5px !important;
    }
  }
  @media (min-width: 992px) {
    .pt5\@lg-min {
      padding-top: 5px !important;
    }
  }
  @media (max-width: 1199px) {
    .pt5\@lg-max {
      padding-top: 5px !important;
    }
  }
  @media (min-width: 1200px) {
    .pt5\@xl {
      padding-top: 5px !important;
    }
  }
  .pt6 {
    padding-top: 6px !important;
  }
  @media (max-width: 575px) {
    .pt6\@xs {
      padding-top: 6px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt6\@sm {
      padding-top: 6px !important;
    }
  }
  @media (min-width: 576px) {
    .pt6\@sm-min {
      padding-top: 6px !important;
    }
  }
  @media (max-width: 767px) {
    .pt6\@sm-max {
      padding-top: 6px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pt6\@md {
      padding-top: 6px !important;
    }
  }
  @media (min-width: 768px) {
    .pt6\@md-min {
      padding-top: 6px !important;
    }
  }
  @media (max-width: 991px) {
    .pt6\@md-max {
      padding-top: 6px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pt6\@lg {
      padding-top: 6px !important;
    }
  }
  @media (min-width: 992px) {
    .pt6\@lg-min {
      padding-top: 6px !important;
    }
  }
  @media (max-width: 1199px) {
    .pt6\@lg-max {
      padding-top: 6px !important;
    }
  }
  @media (min-width: 1200px) {
    .pt6\@xl {
      padding-top: 6px !important;
    }
  }
  .pt7 {
    padding-top: 7px !important;
  }
  @media (max-width: 575px) {
    .pt7\@xs {
      padding-top: 7px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt7\@sm {
      padding-top: 7px !important;
    }
  }
  @media (min-width: 576px) {
    .pt7\@sm-min {
      padding-top: 7px !important;
    }
  }
  @media (max-width: 767px) {
    .pt7\@sm-max {
      padding-top: 7px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pt7\@md {
      padding-top: 7px !important;
    }
  }
  @media (min-width: 768px) {
    .pt7\@md-min {
      padding-top: 7px !important;
    }
  }
  @media (max-width: 991px) {
    .pt7\@md-max {
      padding-top: 7px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pt7\@lg {
      padding-top: 7px !important;
    }
  }
  @media (min-width: 992px) {
    .pt7\@lg-min {
      padding-top: 7px !important;
    }
  }
  @media (max-width: 1199px) {
    .pt7\@lg-max {
      padding-top: 7px !important;
    }
  }
  @media (min-width: 1200px) {
    .pt7\@xl {
      padding-top: 7px !important;
    }
  }
  .pt8 {
    padding-top: 8px !important;
  }
  @media (max-width: 575px) {
    .pt8\@xs {
      padding-top: 8px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt8\@sm {
      padding-top: 8px !important;
    }
  }
  @media (min-width: 576px) {
    .pt8\@sm-min {
      padding-top: 8px !important;
    }
  }
  @media (max-width: 767px) {
    .pt8\@sm-max {
      padding-top: 8px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pt8\@md {
      padding-top: 8px !important;
    }
  }
  @media (min-width: 768px) {
    .pt8\@md-min {
      padding-top: 8px !important;
    }
  }
  @media (max-width: 991px) {
    .pt8\@md-max {
      padding-top: 8px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pt8\@lg {
      padding-top: 8px !important;
    }
  }
  @media (min-width: 992px) {
    .pt8\@lg-min {
      padding-top: 8px !important;
    }
  }
  @media (max-width: 1199px) {
    .pt8\@lg-max {
      padding-top: 8px !important;
    }
  }
  @media (min-width: 1200px) {
    .pt8\@xl {
      padding-top: 8px !important;
    }
  }
  .pt9 {
    padding-top: 9px !important;
  }
  @media (max-width: 575px) {
    .pt9\@xs {
      padding-top: 9px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt9\@sm {
      padding-top: 9px !important;
    }
  }
  @media (min-width: 576px) {
    .pt9\@sm-min {
      padding-top: 9px !important;
    }
  }
  @media (max-width: 767px) {
    .pt9\@sm-max {
      padding-top: 9px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pt9\@md {
      padding-top: 9px !important;
    }
  }
  @media (min-width: 768px) {
    .pt9\@md-min {
      padding-top: 9px !important;
    }
  }
  @media (max-width: 991px) {
    .pt9\@md-max {
      padding-top: 9px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pt9\@lg {
      padding-top: 9px !important;
    }
  }
  @media (min-width: 992px) {
    .pt9\@lg-min {
      padding-top: 9px !important;
    }
  }
  @media (max-width: 1199px) {
    .pt9\@lg-max {
      padding-top: 9px !important;
    }
  }
  @media (min-width: 1200px) {
    .pt9\@xl {
      padding-top: 9px !important;
    }
  }
  .pt10 {
    padding-top: 10px !important;
  }
  @media (max-width: 575px) {
    .pt10\@xs {
      padding-top: 10px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt10\@sm {
      padding-top: 10px !important;
    }
  }
  @media (min-width: 576px) {
    .pt10\@sm-min {
      padding-top: 10px !important;
    }
  }
  @media (max-width: 767px) {
    .pt10\@sm-max {
      padding-top: 10px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pt10\@md {
      padding-top: 10px !important;
    }
  }
  @media (min-width: 768px) {
    .pt10\@md-min {
      padding-top: 10px !important;
    }
  }
  @media (max-width: 991px) {
    .pt10\@md-max {
      padding-top: 10px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pt10\@lg {
      padding-top: 10px !important;
    }
  }
  @media (min-width: 992px) {
    .pt10\@lg-min {
      padding-top: 10px !important;
    }
  }
  @media (max-width: 1199px) {
    .pt10\@lg-max {
      padding-top: 10px !important;
    }
  }
  @media (min-width: 1200px) {
    .pt10\@xl {
      padding-top: 10px !important;
    }
  }
  .pt12 {
    padding-top: 12px !important;
  }
  @media (max-width: 575px) {
    .pt12\@xs {
      padding-top: 12px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt12\@sm {
      padding-top: 12px !important;
    }
  }
  @media (min-width: 576px) {
    .pt12\@sm-min {
      padding-top: 12px !important;
    }
  }
  @media (max-width: 767px) {
    .pt12\@sm-max {
      padding-top: 12px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pt12\@md {
      padding-top: 12px !important;
    }
  }
  @media (min-width: 768px) {
    .pt12\@md-min {
      padding-top: 12px !important;
    }
  }
  @media (max-width: 991px) {
    .pt12\@md-max {
      padding-top: 12px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pt12\@lg {
      padding-top: 12px !important;
    }
  }
  @media (min-width: 992px) {
    .pt12\@lg-min {
      padding-top: 12px !important;
    }
  }
  @media (max-width: 1199px) {
    .pt12\@lg-max {
      padding-top: 12px !important;
    }
  }
  @media (min-width: 1200px) {
    .pt12\@xl {
      padding-top: 12px !important;
    }
  }
  .pt15 {
    padding-top: 15px !important;
  }
  @media (max-width: 575px) {
    .pt15\@xs {
      padding-top: 15px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt15\@sm {
      padding-top: 15px !important;
    }
  }
  @media (min-width: 576px) {
    .pt15\@sm-min {
      padding-top: 15px !important;
    }
  }
  @media (max-width: 767px) {
    .pt15\@sm-max {
      padding-top: 15px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pt15\@md {
      padding-top: 15px !important;
    }
  }
  @media (min-width: 768px) {
    .pt15\@md-min {
      padding-top: 15px !important;
    }
  }
  @media (max-width: 991px) {
    .pt15\@md-max {
      padding-top: 15px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pt15\@lg {
      padding-top: 15px !important;
    }
  }
  @media (min-width: 992px) {
    .pt15\@lg-min {
      padding-top: 15px !important;
    }
  }
  @media (max-width: 1199px) {
    .pt15\@lg-max {
      padding-top: 15px !important;
    }
  }
  @media (min-width: 1200px) {
    .pt15\@xl {
      padding-top: 15px !important;
    }
  }
  .pt16 {
    padding-top: 16px !important;
  }
  @media (max-width: 575px) {
    .pt16\@xs {
      padding-top: 16px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt16\@sm {
      padding-top: 16px !important;
    }
  }
  @media (min-width: 576px) {
    .pt16\@sm-min {
      padding-top: 16px !important;
    }
  }
  @media (max-width: 767px) {
    .pt16\@sm-max {
      padding-top: 16px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pt16\@md {
      padding-top: 16px !important;
    }
  }
  @media (min-width: 768px) {
    .pt16\@md-min {
      padding-top: 16px !important;
    }
  }
  @media (max-width: 991px) {
    .pt16\@md-max {
      padding-top: 16px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pt16\@lg {
      padding-top: 16px !important;
    }
  }
  @media (min-width: 992px) {
    .pt16\@lg-min {
      padding-top: 16px !important;
    }
  }
  @media (max-width: 1199px) {
    .pt16\@lg-max {
      padding-top: 16px !important;
    }
  }
  @media (min-width: 1200px) {
    .pt16\@xl {
      padding-top: 16px !important;
    }
  }
  .pt20 {
    padding-top: 20px !important;
  }
  @media (max-width: 575px) {
    .pt20\@xs {
      padding-top: 20px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt20\@sm {
      padding-top: 20px !important;
    }
  }
  @media (min-width: 576px) {
    .pt20\@sm-min {
      padding-top: 20px !important;
    }
  }
  @media (max-width: 767px) {
    .pt20\@sm-max {
      padding-top: 20px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pt20\@md {
      padding-top: 20px !important;
    }
  }
  @media (min-width: 768px) {
    .pt20\@md-min {
      padding-top: 20px !important;
    }
  }
  @media (max-width: 991px) {
    .pt20\@md-max {
      padding-top: 20px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pt20\@lg {
      padding-top: 20px !important;
    }
  }
  @media (min-width: 992px) {
    .pt20\@lg-min {
      padding-top: 20px !important;
    }
  }
  @media (max-width: 1199px) {
    .pt20\@lg-max {
      padding-top: 20px !important;
    }
  }
  @media (min-width: 1200px) {
    .pt20\@xl {
      padding-top: 20px !important;
    }
  }
  .pt24 {
    padding-top: 24px !important;
  }
  @media (max-width: 575px) {
    .pt24\@xs {
      padding-top: 24px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt24\@sm {
      padding-top: 24px !important;
    }
  }
  @media (min-width: 576px) {
    .pt24\@sm-min {
      padding-top: 24px !important;
    }
  }
  @media (max-width: 767px) {
    .pt24\@sm-max {
      padding-top: 24px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pt24\@md {
      padding-top: 24px !important;
    }
  }
  @media (min-width: 768px) {
    .pt24\@md-min {
      padding-top: 24px !important;
    }
  }
  @media (max-width: 991px) {
    .pt24\@md-max {
      padding-top: 24px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pt24\@lg {
      padding-top: 24px !important;
    }
  }
  @media (min-width: 992px) {
    .pt24\@lg-min {
      padding-top: 24px !important;
    }
  }
  @media (max-width: 1199px) {
    .pt24\@lg-max {
      padding-top: 24px !important;
    }
  }
  @media (min-width: 1200px) {
    .pt24\@xl {
      padding-top: 24px !important;
    }
  }
  .pt25 {
    padding-top: 25px !important;
  }
  @media (max-width: 575px) {
    .pt25\@xs {
      padding-top: 25px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt25\@sm {
      padding-top: 25px !important;
    }
  }
  @media (min-width: 576px) {
    .pt25\@sm-min {
      padding-top: 25px !important;
    }
  }
  @media (max-width: 767px) {
    .pt25\@sm-max {
      padding-top: 25px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pt25\@md {
      padding-top: 25px !important;
    }
  }
  @media (min-width: 768px) {
    .pt25\@md-min {
      padding-top: 25px !important;
    }
  }
  @media (max-width: 991px) {
    .pt25\@md-max {
      padding-top: 25px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pt25\@lg {
      padding-top: 25px !important;
    }
  }
  @media (min-width: 992px) {
    .pt25\@lg-min {
      padding-top: 25px !important;
    }
  }
  @media (max-width: 1199px) {
    .pt25\@lg-max {
      padding-top: 25px !important;
    }
  }
  @media (min-width: 1200px) {
    .pt25\@xl {
      padding-top: 25px !important;
    }
  }
  .pt30 {
    padding-top: 30px !important;
  }
  @media (max-width: 575px) {
    .pt30\@xs {
      padding-top: 30px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt30\@sm {
      padding-top: 30px !important;
    }
  }
  @media (min-width: 576px) {
    .pt30\@sm-min {
      padding-top: 30px !important;
    }
  }
  @media (max-width: 767px) {
    .pt30\@sm-max {
      padding-top: 30px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pt30\@md {
      padding-top: 30px !important;
    }
  }
  @media (min-width: 768px) {
    .pt30\@md-min {
      padding-top: 30px !important;
    }
  }
  @media (max-width: 991px) {
    .pt30\@md-max {
      padding-top: 30px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pt30\@lg {
      padding-top: 30px !important;
    }
  }
  @media (min-width: 992px) {
    .pt30\@lg-min {
      padding-top: 30px !important;
    }
  }
  @media (max-width: 1199px) {
    .pt30\@lg-max {
      padding-top: 30px !important;
    }
  }
  @media (min-width: 1200px) {
    .pt30\@xl {
      padding-top: 30px !important;
    }
  }
  .pt32 {
    padding-top: 32px !important;
  }
  @media (max-width: 575px) {
    .pt32\@xs {
      padding-top: 32px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt32\@sm {
      padding-top: 32px !important;
    }
  }
  @media (min-width: 576px) {
    .pt32\@sm-min {
      padding-top: 32px !important;
    }
  }
  @media (max-width: 767px) {
    .pt32\@sm-max {
      padding-top: 32px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pt32\@md {
      padding-top: 32px !important;
    }
  }
  @media (min-width: 768px) {
    .pt32\@md-min {
      padding-top: 32px !important;
    }
  }
  @media (max-width: 991px) {
    .pt32\@md-max {
      padding-top: 32px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pt32\@lg {
      padding-top: 32px !important;
    }
  }
  @media (min-width: 992px) {
    .pt32\@lg-min {
      padding-top: 32px !important;
    }
  }
  @media (max-width: 1199px) {
    .pt32\@lg-max {
      padding-top: 32px !important;
    }
  }
  @media (min-width: 1200px) {
    .pt32\@xl {
      padding-top: 32px !important;
    }
  }
  .pt40 {
    padding-top: 40px !important;
  }
  @media (max-width: 575px) {
    .pt40\@xs {
      padding-top: 40px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt40\@sm {
      padding-top: 40px !important;
    }
  }
  @media (min-width: 576px) {
    .pt40\@sm-min {
      padding-top: 40px !important;
    }
  }
  @media (max-width: 767px) {
    .pt40\@sm-max {
      padding-top: 40px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pt40\@md {
      padding-top: 40px !important;
    }
  }
  @media (min-width: 768px) {
    .pt40\@md-min {
      padding-top: 40px !important;
    }
  }
  @media (max-width: 991px) {
    .pt40\@md-max {
      padding-top: 40px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pt40\@lg {
      padding-top: 40px !important;
    }
  }
  @media (min-width: 992px) {
    .pt40\@lg-min {
      padding-top: 40px !important;
    }
  }
  @media (max-width: 1199px) {
    .pt40\@lg-max {
      padding-top: 40px !important;
    }
  }
  @media (min-width: 1200px) {
    .pt40\@xl {
      padding-top: 40px !important;
    }
  }
  .pt48 {
    padding-top: 48px !important;
  }
  @media (max-width: 575px) {
    .pt48\@xs {
      padding-top: 48px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt48\@sm {
      padding-top: 48px !important;
    }
  }
  @media (min-width: 576px) {
    .pt48\@sm-min {
      padding-top: 48px !important;
    }
  }
  @media (max-width: 767px) {
    .pt48\@sm-max {
      padding-top: 48px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pt48\@md {
      padding-top: 48px !important;
    }
  }
  @media (min-width: 768px) {
    .pt48\@md-min {
      padding-top: 48px !important;
    }
  }
  @media (max-width: 991px) {
    .pt48\@md-max {
      padding-top: 48px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pt48\@lg {
      padding-top: 48px !important;
    }
  }
  @media (min-width: 992px) {
    .pt48\@lg-min {
      padding-top: 48px !important;
    }
  }
  @media (max-width: 1199px) {
    .pt48\@lg-max {
      padding-top: 48px !important;
    }
  }
  @media (min-width: 1200px) {
    .pt48\@xl {
      padding-top: 48px !important;
    }
  }
  .pt50 {
    padding-top: 50px !important;
  }
  @media (max-width: 575px) {
    .pt50\@xs {
      padding-top: 50px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt50\@sm {
      padding-top: 50px !important;
    }
  }
  @media (min-width: 576px) {
    .pt50\@sm-min {
      padding-top: 50px !important;
    }
  }
  @media (max-width: 767px) {
    .pt50\@sm-max {
      padding-top: 50px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pt50\@md {
      padding-top: 50px !important;
    }
  }
  @media (min-width: 768px) {
    .pt50\@md-min {
      padding-top: 50px !important;
    }
  }
  @media (max-width: 991px) {
    .pt50\@md-max {
      padding-top: 50px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pt50\@lg {
      padding-top: 50px !important;
    }
  }
  @media (min-width: 992px) {
    .pt50\@lg-min {
      padding-top: 50px !important;
    }
  }
  @media (max-width: 1199px) {
    .pt50\@lg-max {
      padding-top: 50px !important;
    }
  }
  @media (min-width: 1200px) {
    .pt50\@xl {
      padding-top: 50px !important;
    }
  }
  .pt60 {
    padding-top: 60px !important;
  }
  @media (max-width: 575px) {
    .pt60\@xs {
      padding-top: 60px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt60\@sm {
      padding-top: 60px !important;
    }
  }
  @media (min-width: 576px) {
    .pt60\@sm-min {
      padding-top: 60px !important;
    }
  }
  @media (max-width: 767px) {
    .pt60\@sm-max {
      padding-top: 60px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pt60\@md {
      padding-top: 60px !important;
    }
  }
  @media (min-width: 768px) {
    .pt60\@md-min {
      padding-top: 60px !important;
    }
  }
  @media (max-width: 991px) {
    .pt60\@md-max {
      padding-top: 60px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pt60\@lg {
      padding-top: 60px !important;
    }
  }
  @media (min-width: 992px) {
    .pt60\@lg-min {
      padding-top: 60px !important;
    }
  }
  @media (max-width: 1199px) {
    .pt60\@lg-max {
      padding-top: 60px !important;
    }
  }
  @media (min-width: 1200px) {
    .pt60\@xl {
      padding-top: 60px !important;
    }
  }
  .pt70 {
    padding-top: 70px !important;
  }
  @media (max-width: 575px) {
    .pt70\@xs {
      padding-top: 70px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt70\@sm {
      padding-top: 70px !important;
    }
  }
  @media (min-width: 576px) {
    .pt70\@sm-min {
      padding-top: 70px !important;
    }
  }
  @media (max-width: 767px) {
    .pt70\@sm-max {
      padding-top: 70px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pt70\@md {
      padding-top: 70px !important;
    }
  }
  @media (min-width: 768px) {
    .pt70\@md-min {
      padding-top: 70px !important;
    }
  }
  @media (max-width: 991px) {
    .pt70\@md-max {
      padding-top: 70px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pt70\@lg {
      padding-top: 70px !important;
    }
  }
  @media (min-width: 992px) {
    .pt70\@lg-min {
      padding-top: 70px !important;
    }
  }
  @media (max-width: 1199px) {
    .pt70\@lg-max {
      padding-top: 70px !important;
    }
  }
  @media (min-width: 1200px) {
    .pt70\@xl {
      padding-top: 70px !important;
    }
  }
  .pt80 {
    padding-top: 80px !important;
  }
  @media (max-width: 575px) {
    .pt80\@xs {
      padding-top: 80px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt80\@sm {
      padding-top: 80px !important;
    }
  }
  @media (min-width: 576px) {
    .pt80\@sm-min {
      padding-top: 80px !important;
    }
  }
  @media (max-width: 767px) {
    .pt80\@sm-max {
      padding-top: 80px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pt80\@md {
      padding-top: 80px !important;
    }
  }
  @media (min-width: 768px) {
    .pt80\@md-min {
      padding-top: 80px !important;
    }
  }
  @media (max-width: 991px) {
    .pt80\@md-max {
      padding-top: 80px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pt80\@lg {
      padding-top: 80px !important;
    }
  }
  @media (min-width: 992px) {
    .pt80\@lg-min {
      padding-top: 80px !important;
    }
  }
  @media (max-width: 1199px) {
    .pt80\@lg-max {
      padding-top: 80px !important;
    }
  }
  @media (min-width: 1200px) {
    .pt80\@xl {
      padding-top: 80px !important;
    }
  }
  .pt90 {
    padding-top: 90px !important;
  }
  @media (max-width: 575px) {
    .pt90\@xs {
      padding-top: 90px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt90\@sm {
      padding-top: 90px !important;
    }
  }
  @media (min-width: 576px) {
    .pt90\@sm-min {
      padding-top: 90px !important;
    }
  }
  @media (max-width: 767px) {
    .pt90\@sm-max {
      padding-top: 90px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pt90\@md {
      padding-top: 90px !important;
    }
  }
  @media (min-width: 768px) {
    .pt90\@md-min {
      padding-top: 90px !important;
    }
  }
  @media (max-width: 991px) {
    .pt90\@md-max {
      padding-top: 90px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pt90\@lg {
      padding-top: 90px !important;
    }
  }
  @media (min-width: 992px) {
    .pt90\@lg-min {
      padding-top: 90px !important;
    }
  }
  @media (max-width: 1199px) {
    .pt90\@lg-max {
      padding-top: 90px !important;
    }
  }
  @media (min-width: 1200px) {
    .pt90\@xl {
      padding-top: 90px !important;
    }
  }
  .pt100 {
    padding-top: 100px !important;
  }
  @media (max-width: 575px) {
    .pt100\@xs {
      padding-top: 100px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt100\@sm {
      padding-top: 100px !important;
    }
  }
  @media (min-width: 576px) {
    .pt100\@sm-min {
      padding-top: 100px !important;
    }
  }
  @media (max-width: 767px) {
    .pt100\@sm-max {
      padding-top: 100px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pt100\@md {
      padding-top: 100px !important;
    }
  }
  @media (min-width: 768px) {
    .pt100\@md-min {
      padding-top: 100px !important;
    }
  }
  @media (max-width: 991px) {
    .pt100\@md-max {
      padding-top: 100px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pt100\@lg {
      padding-top: 100px !important;
    }
  }
  @media (min-width: 992px) {
    .pt100\@lg-min {
      padding-top: 100px !important;
    }
  }
  @media (max-width: 1199px) {
    .pt100\@lg-max {
      padding-top: 100px !important;
    }
  }
  @media (min-width: 1200px) {
    .pt100\@xl {
      padding-top: 100px !important;
    }
  }
  .pt110 {
    padding-top: 110px !important;
  }
  @media (max-width: 575px) {
    .pt110\@xs {
      padding-top: 110px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt110\@sm {
      padding-top: 110px !important;
    }
  }
  @media (min-width: 576px) {
    .pt110\@sm-min {
      padding-top: 110px !important;
    }
  }
  @media (max-width: 767px) {
    .pt110\@sm-max {
      padding-top: 110px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pt110\@md {
      padding-top: 110px !important;
    }
  }
  @media (min-width: 768px) {
    .pt110\@md-min {
      padding-top: 110px !important;
    }
  }
  @media (max-width: 991px) {
    .pt110\@md-max {
      padding-top: 110px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pt110\@lg {
      padding-top: 110px !important;
    }
  }
  @media (min-width: 992px) {
    .pt110\@lg-min {
      padding-top: 110px !important;
    }
  }
  @media (max-width: 1199px) {
    .pt110\@lg-max {
      padding-top: 110px !important;
    }
  }
  @media (min-width: 1200px) {
    .pt110\@xl {
      padding-top: 110px !important;
    }
  }
  .pt120 {
    padding-top: 120px !important;
  }
  @media (max-width: 575px) {
    .pt120\@xs {
      padding-top: 120px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt120\@sm {
      padding-top: 120px !important;
    }
  }
  @media (min-width: 576px) {
    .pt120\@sm-min {
      padding-top: 120px !important;
    }
  }
  @media (max-width: 767px) {
    .pt120\@sm-max {
      padding-top: 120px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pt120\@md {
      padding-top: 120px !important;
    }
  }
  @media (min-width: 768px) {
    .pt120\@md-min {
      padding-top: 120px !important;
    }
  }
  @media (max-width: 991px) {
    .pt120\@md-max {
      padding-top: 120px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pt120\@lg {
      padding-top: 120px !important;
    }
  }
  @media (min-width: 992px) {
    .pt120\@lg-min {
      padding-top: 120px !important;
    }
  }
  @media (max-width: 1199px) {
    .pt120\@lg-max {
      padding-top: 120px !important;
    }
  }
  @media (min-width: 1200px) {
    .pt120\@xl {
      padding-top: 120px !important;
    }
  }
  .pt130 {
    padding-top: 130px !important;
  }
  @media (max-width: 575px) {
    .pt130\@xs {
      padding-top: 130px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt130\@sm {
      padding-top: 130px !important;
    }
  }
  @media (min-width: 576px) {
    .pt130\@sm-min {
      padding-top: 130px !important;
    }
  }
  @media (max-width: 767px) {
    .pt130\@sm-max {
      padding-top: 130px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pt130\@md {
      padding-top: 130px !important;
    }
  }
  @media (min-width: 768px) {
    .pt130\@md-min {
      padding-top: 130px !important;
    }
  }
  @media (max-width: 991px) {
    .pt130\@md-max {
      padding-top: 130px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pt130\@lg {
      padding-top: 130px !important;
    }
  }
  @media (min-width: 992px) {
    .pt130\@lg-min {
      padding-top: 130px !important;
    }
  }
  @media (max-width: 1199px) {
    .pt130\@lg-max {
      padding-top: 130px !important;
    }
  }
  @media (min-width: 1200px) {
    .pt130\@xl {
      padding-top: 130px !important;
    }
  }
  .pt140 {
    padding-top: 140px !important;
  }
  @media (max-width: 575px) {
    .pt140\@xs {
      padding-top: 140px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt140\@sm {
      padding-top: 140px !important;
    }
  }
  @media (min-width: 576px) {
    .pt140\@sm-min {
      padding-top: 140px !important;
    }
  }
  @media (max-width: 767px) {
    .pt140\@sm-max {
      padding-top: 140px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pt140\@md {
      padding-top: 140px !important;
    }
  }
  @media (min-width: 768px) {
    .pt140\@md-min {
      padding-top: 140px !important;
    }
  }
  @media (max-width: 991px) {
    .pt140\@md-max {
      padding-top: 140px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pt140\@lg {
      padding-top: 140px !important;
    }
  }
  @media (min-width: 992px) {
    .pt140\@lg-min {
      padding-top: 140px !important;
    }
  }
  @media (max-width: 1199px) {
    .pt140\@lg-max {
      padding-top: 140px !important;
    }
  }
  @media (min-width: 1200px) {
    .pt140\@xl {
      padding-top: 140px !important;
    }
  }
  .pt150 {
    padding-top: 150px !important;
  }
  @media (max-width: 575px) {
    .pt150\@xs {
      padding-top: 150px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt150\@sm {
      padding-top: 150px !important;
    }
  }
  @media (min-width: 576px) {
    .pt150\@sm-min {
      padding-top: 150px !important;
    }
  }
  @media (max-width: 767px) {
    .pt150\@sm-max {
      padding-top: 150px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pt150\@md {
      padding-top: 150px !important;
    }
  }
  @media (min-width: 768px) {
    .pt150\@md-min {
      padding-top: 150px !important;
    }
  }
  @media (max-width: 991px) {
    .pt150\@md-max {
      padding-top: 150px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pt150\@lg {
      padding-top: 150px !important;
    }
  }
  @media (min-width: 992px) {
    .pt150\@lg-min {
      padding-top: 150px !important;
    }
  }
  @media (max-width: 1199px) {
    .pt150\@lg-max {
      padding-top: 150px !important;
    }
  }
  @media (min-width: 1200px) {
    .pt150\@xl {
      padding-top: 150px !important;
    }
  }
  .pt160 {
    padding-top: 160px !important;
  }
  @media (max-width: 575px) {
    .pt160\@xs {
      padding-top: 160px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt160\@sm {
      padding-top: 160px !important;
    }
  }
  @media (min-width: 576px) {
    .pt160\@sm-min {
      padding-top: 160px !important;
    }
  }
  @media (max-width: 767px) {
    .pt160\@sm-max {
      padding-top: 160px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pt160\@md {
      padding-top: 160px !important;
    }
  }
  @media (min-width: 768px) {
    .pt160\@md-min {
      padding-top: 160px !important;
    }
  }
  @media (max-width: 991px) {
    .pt160\@md-max {
      padding-top: 160px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pt160\@lg {
      padding-top: 160px !important;
    }
  }
  @media (min-width: 992px) {
    .pt160\@lg-min {
      padding-top: 160px !important;
    }
  }
  @media (max-width: 1199px) {
    .pt160\@lg-max {
      padding-top: 160px !important;
    }
  }
  @media (min-width: 1200px) {
    .pt160\@xl {
      padding-top: 160px !important;
    }
  }
  .pt200 {
    padding-top: 200px !important;
  }
  @media (max-width: 575px) {
    .pt200\@xs {
      padding-top: 200px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt200\@sm {
      padding-top: 200px !important;
    }
  }
  @media (min-width: 576px) {
    .pt200\@sm-min {
      padding-top: 200px !important;
    }
  }
  @media (max-width: 767px) {
    .pt200\@sm-max {
      padding-top: 200px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pt200\@md {
      padding-top: 200px !important;
    }
  }
  @media (min-width: 768px) {
    .pt200\@md-min {
      padding-top: 200px !important;
    }
  }
  @media (max-width: 991px) {
    .pt200\@md-max {
      padding-top: 200px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pt200\@lg {
      padding-top: 200px !important;
    }
  }
  @media (min-width: 992px) {
    .pt200\@lg-min {
      padding-top: 200px !important;
    }
  }
  @media (max-width: 1199px) {
    .pt200\@lg-max {
      padding-top: 200px !important;
    }
  }
  @media (min-width: 1200px) {
    .pt200\@xl {
      padding-top: 200px !important;
    }
  }
  .pt300 {
    padding-top: 300px !important;
  }
  @media (max-width: 575px) {
    .pt300\@xs {
      padding-top: 300px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt300\@sm {
      padding-top: 300px !important;
    }
  }
  @media (min-width: 576px) {
    .pt300\@sm-min {
      padding-top: 300px !important;
    }
  }
  @media (max-width: 767px) {
    .pt300\@sm-max {
      padding-top: 300px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pt300\@md {
      padding-top: 300px !important;
    }
  }
  @media (min-width: 768px) {
    .pt300\@md-min {
      padding-top: 300px !important;
    }
  }
  @media (max-width: 991px) {
    .pt300\@md-max {
      padding-top: 300px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pt300\@lg {
      padding-top: 300px !important;
    }
  }
  @media (min-width: 992px) {
    .pt300\@lg-min {
      padding-top: 300px !important;
    }
  }
  @media (max-width: 1199px) {
    .pt300\@lg-max {
      padding-top: 300px !important;
    }
  }
  @media (min-width: 1200px) {
    .pt300\@xl {
      padding-top: 300px !important;
    }
  }
  .pb0 {
    padding-bottom: 0px !important;
  }
  @media (max-width: 575px) {
    .pb0\@xs {
      padding-bottom: 0px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb0\@sm {
      padding-bottom: 0px !important;
    }
  }
  @media (min-width: 576px) {
    .pb0\@sm-min {
      padding-bottom: 0px !important;
    }
  }
  @media (max-width: 767px) {
    .pb0\@sm-max {
      padding-bottom: 0px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pb0\@md {
      padding-bottom: 0px !important;
    }
  }
  @media (min-width: 768px) {
    .pb0\@md-min {
      padding-bottom: 0px !important;
    }
  }
  @media (max-width: 991px) {
    .pb0\@md-max {
      padding-bottom: 0px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pb0\@lg {
      padding-bottom: 0px !important;
    }
  }
  @media (min-width: 992px) {
    .pb0\@lg-min {
      padding-bottom: 0px !important;
    }
  }
  @media (max-width: 1199px) {
    .pb0\@lg-max {
      padding-bottom: 0px !important;
    }
  }
  @media (min-width: 1200px) {
    .pb0\@xl {
      padding-bottom: 0px !important;
    }
  }
  .pb4 {
    padding-bottom: 4px !important;
  }
  @media (max-width: 575px) {
    .pb4\@xs {
      padding-bottom: 4px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb4\@sm {
      padding-bottom: 4px !important;
    }
  }
  @media (min-width: 576px) {
    .pb4\@sm-min {
      padding-bottom: 4px !important;
    }
  }
  @media (max-width: 767px) {
    .pb4\@sm-max {
      padding-bottom: 4px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pb4\@md {
      padding-bottom: 4px !important;
    }
  }
  @media (min-width: 768px) {
    .pb4\@md-min {
      padding-bottom: 4px !important;
    }
  }
  @media (max-width: 991px) {
    .pb4\@md-max {
      padding-bottom: 4px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pb4\@lg {
      padding-bottom: 4px !important;
    }
  }
  @media (min-width: 992px) {
    .pb4\@lg-min {
      padding-bottom: 4px !important;
    }
  }
  @media (max-width: 1199px) {
    .pb4\@lg-max {
      padding-bottom: 4px !important;
    }
  }
  @media (min-width: 1200px) {
    .pb4\@xl {
      padding-bottom: 4px !important;
    }
  }
  .pb5 {
    padding-bottom: 5px !important;
  }
  @media (max-width: 575px) {
    .pb5\@xs {
      padding-bottom: 5px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb5\@sm {
      padding-bottom: 5px !important;
    }
  }
  @media (min-width: 576px) {
    .pb5\@sm-min {
      padding-bottom: 5px !important;
    }
  }
  @media (max-width: 767px) {
    .pb5\@sm-max {
      padding-bottom: 5px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pb5\@md {
      padding-bottom: 5px !important;
    }
  }
  @media (min-width: 768px) {
    .pb5\@md-min {
      padding-bottom: 5px !important;
    }
  }
  @media (max-width: 991px) {
    .pb5\@md-max {
      padding-bottom: 5px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pb5\@lg {
      padding-bottom: 5px !important;
    }
  }
  @media (min-width: 992px) {
    .pb5\@lg-min {
      padding-bottom: 5px !important;
    }
  }
  @media (max-width: 1199px) {
    .pb5\@lg-max {
      padding-bottom: 5px !important;
    }
  }
  @media (min-width: 1200px) {
    .pb5\@xl {
      padding-bottom: 5px !important;
    }
  }
  .pb6 {
    padding-bottom: 6px !important;
  }
  @media (max-width: 575px) {
    .pb6\@xs {
      padding-bottom: 6px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb6\@sm {
      padding-bottom: 6px !important;
    }
  }
  @media (min-width: 576px) {
    .pb6\@sm-min {
      padding-bottom: 6px !important;
    }
  }
  @media (max-width: 767px) {
    .pb6\@sm-max {
      padding-bottom: 6px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pb6\@md {
      padding-bottom: 6px !important;
    }
  }
  @media (min-width: 768px) {
    .pb6\@md-min {
      padding-bottom: 6px !important;
    }
  }
  @media (max-width: 991px) {
    .pb6\@md-max {
      padding-bottom: 6px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pb6\@lg {
      padding-bottom: 6px !important;
    }
  }
  @media (min-width: 992px) {
    .pb6\@lg-min {
      padding-bottom: 6px !important;
    }
  }
  @media (max-width: 1199px) {
    .pb6\@lg-max {
      padding-bottom: 6px !important;
    }
  }
  @media (min-width: 1200px) {
    .pb6\@xl {
      padding-bottom: 6px !important;
    }
  }
  .pb7 {
    padding-bottom: 7px !important;
  }
  @media (max-width: 575px) {
    .pb7\@xs {
      padding-bottom: 7px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb7\@sm {
      padding-bottom: 7px !important;
    }
  }
  @media (min-width: 576px) {
    .pb7\@sm-min {
      padding-bottom: 7px !important;
    }
  }
  @media (max-width: 767px) {
    .pb7\@sm-max {
      padding-bottom: 7px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pb7\@md {
      padding-bottom: 7px !important;
    }
  }
  @media (min-width: 768px) {
    .pb7\@md-min {
      padding-bottom: 7px !important;
    }
  }
  @media (max-width: 991px) {
    .pb7\@md-max {
      padding-bottom: 7px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pb7\@lg {
      padding-bottom: 7px !important;
    }
  }
  @media (min-width: 992px) {
    .pb7\@lg-min {
      padding-bottom: 7px !important;
    }
  }
  @media (max-width: 1199px) {
    .pb7\@lg-max {
      padding-bottom: 7px !important;
    }
  }
  @media (min-width: 1200px) {
    .pb7\@xl {
      padding-bottom: 7px !important;
    }
  }
  .pb8 {
    padding-bottom: 8px !important;
  }
  @media (max-width: 575px) {
    .pb8\@xs {
      padding-bottom: 8px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb8\@sm {
      padding-bottom: 8px !important;
    }
  }
  @media (min-width: 576px) {
    .pb8\@sm-min {
      padding-bottom: 8px !important;
    }
  }
  @media (max-width: 767px) {
    .pb8\@sm-max {
      padding-bottom: 8px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pb8\@md {
      padding-bottom: 8px !important;
    }
  }
  @media (min-width: 768px) {
    .pb8\@md-min {
      padding-bottom: 8px !important;
    }
  }
  @media (max-width: 991px) {
    .pb8\@md-max {
      padding-bottom: 8px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pb8\@lg {
      padding-bottom: 8px !important;
    }
  }
  @media (min-width: 992px) {
    .pb8\@lg-min {
      padding-bottom: 8px !important;
    }
  }
  @media (max-width: 1199px) {
    .pb8\@lg-max {
      padding-bottom: 8px !important;
    }
  }
  @media (min-width: 1200px) {
    .pb8\@xl {
      padding-bottom: 8px !important;
    }
  }
  .pb9 {
    padding-bottom: 9px !important;
  }
  @media (max-width: 575px) {
    .pb9\@xs {
      padding-bottom: 9px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb9\@sm {
      padding-bottom: 9px !important;
    }
  }
  @media (min-width: 576px) {
    .pb9\@sm-min {
      padding-bottom: 9px !important;
    }
  }
  @media (max-width: 767px) {
    .pb9\@sm-max {
      padding-bottom: 9px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pb9\@md {
      padding-bottom: 9px !important;
    }
  }
  @media (min-width: 768px) {
    .pb9\@md-min {
      padding-bottom: 9px !important;
    }
  }
  @media (max-width: 991px) {
    .pb9\@md-max {
      padding-bottom: 9px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pb9\@lg {
      padding-bottom: 9px !important;
    }
  }
  @media (min-width: 992px) {
    .pb9\@lg-min {
      padding-bottom: 9px !important;
    }
  }
  @media (max-width: 1199px) {
    .pb9\@lg-max {
      padding-bottom: 9px !important;
    }
  }
  @media (min-width: 1200px) {
    .pb9\@xl {
      padding-bottom: 9px !important;
    }
  }
  .pb10 {
    padding-bottom: 10px !important;
  }
  @media (max-width: 575px) {
    .pb10\@xs {
      padding-bottom: 10px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb10\@sm {
      padding-bottom: 10px !important;
    }
  }
  @media (min-width: 576px) {
    .pb10\@sm-min {
      padding-bottom: 10px !important;
    }
  }
  @media (max-width: 767px) {
    .pb10\@sm-max {
      padding-bottom: 10px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pb10\@md {
      padding-bottom: 10px !important;
    }
  }
  @media (min-width: 768px) {
    .pb10\@md-min {
      padding-bottom: 10px !important;
    }
  }
  @media (max-width: 991px) {
    .pb10\@md-max {
      padding-bottom: 10px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pb10\@lg {
      padding-bottom: 10px !important;
    }
  }
  @media (min-width: 992px) {
    .pb10\@lg-min {
      padding-bottom: 10px !important;
    }
  }
  @media (max-width: 1199px) {
    .pb10\@lg-max {
      padding-bottom: 10px !important;
    }
  }
  @media (min-width: 1200px) {
    .pb10\@xl {
      padding-bottom: 10px !important;
    }
  }
  .pb12 {
    padding-bottom: 12px !important;
  }
  @media (max-width: 575px) {
    .pb12\@xs {
      padding-bottom: 12px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb12\@sm {
      padding-bottom: 12px !important;
    }
  }
  @media (min-width: 576px) {
    .pb12\@sm-min {
      padding-bottom: 12px !important;
    }
  }
  @media (max-width: 767px) {
    .pb12\@sm-max {
      padding-bottom: 12px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pb12\@md {
      padding-bottom: 12px !important;
    }
  }
  @media (min-width: 768px) {
    .pb12\@md-min {
      padding-bottom: 12px !important;
    }
  }
  @media (max-width: 991px) {
    .pb12\@md-max {
      padding-bottom: 12px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pb12\@lg {
      padding-bottom: 12px !important;
    }
  }
  @media (min-width: 992px) {
    .pb12\@lg-min {
      padding-bottom: 12px !important;
    }
  }
  @media (max-width: 1199px) {
    .pb12\@lg-max {
      padding-bottom: 12px !important;
    }
  }
  @media (min-width: 1200px) {
    .pb12\@xl {
      padding-bottom: 12px !important;
    }
  }
  .pb15 {
    padding-bottom: 15px !important;
  }
  @media (max-width: 575px) {
    .pb15\@xs {
      padding-bottom: 15px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb15\@sm {
      padding-bottom: 15px !important;
    }
  }
  @media (min-width: 576px) {
    .pb15\@sm-min {
      padding-bottom: 15px !important;
    }
  }
  @media (max-width: 767px) {
    .pb15\@sm-max {
      padding-bottom: 15px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pb15\@md {
      padding-bottom: 15px !important;
    }
  }
  @media (min-width: 768px) {
    .pb15\@md-min {
      padding-bottom: 15px !important;
    }
  }
  @media (max-width: 991px) {
    .pb15\@md-max {
      padding-bottom: 15px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pb15\@lg {
      padding-bottom: 15px !important;
    }
  }
  @media (min-width: 992px) {
    .pb15\@lg-min {
      padding-bottom: 15px !important;
    }
  }
  @media (max-width: 1199px) {
    .pb15\@lg-max {
      padding-bottom: 15px !important;
    }
  }
  @media (min-width: 1200px) {
    .pb15\@xl {
      padding-bottom: 15px !important;
    }
  }
  .pb16 {
    padding-bottom: 16px !important;
  }
  @media (max-width: 575px) {
    .pb16\@xs {
      padding-bottom: 16px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb16\@sm {
      padding-bottom: 16px !important;
    }
  }
  @media (min-width: 576px) {
    .pb16\@sm-min {
      padding-bottom: 16px !important;
    }
  }
  @media (max-width: 767px) {
    .pb16\@sm-max {
      padding-bottom: 16px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pb16\@md {
      padding-bottom: 16px !important;
    }
  }
  @media (min-width: 768px) {
    .pb16\@md-min {
      padding-bottom: 16px !important;
    }
  }
  @media (max-width: 991px) {
    .pb16\@md-max {
      padding-bottom: 16px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pb16\@lg {
      padding-bottom: 16px !important;
    }
  }
  @media (min-width: 992px) {
    .pb16\@lg-min {
      padding-bottom: 16px !important;
    }
  }
  @media (max-width: 1199px) {
    .pb16\@lg-max {
      padding-bottom: 16px !important;
    }
  }
  @media (min-width: 1200px) {
    .pb16\@xl {
      padding-bottom: 16px !important;
    }
  }
  .pb20 {
    padding-bottom: 20px !important;
  }
  @media (max-width: 575px) {
    .pb20\@xs {
      padding-bottom: 20px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb20\@sm {
      padding-bottom: 20px !important;
    }
  }
  @media (min-width: 576px) {
    .pb20\@sm-min {
      padding-bottom: 20px !important;
    }
  }
  @media (max-width: 767px) {
    .pb20\@sm-max {
      padding-bottom: 20px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pb20\@md {
      padding-bottom: 20px !important;
    }
  }
  @media (min-width: 768px) {
    .pb20\@md-min {
      padding-bottom: 20px !important;
    }
  }
  @media (max-width: 991px) {
    .pb20\@md-max {
      padding-bottom: 20px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pb20\@lg {
      padding-bottom: 20px !important;
    }
  }
  @media (min-width: 992px) {
    .pb20\@lg-min {
      padding-bottom: 20px !important;
    }
  }
  @media (max-width: 1199px) {
    .pb20\@lg-max {
      padding-bottom: 20px !important;
    }
  }
  @media (min-width: 1200px) {
    .pb20\@xl {
      padding-bottom: 20px !important;
    }
  }
  .pb24 {
    padding-bottom: 24px !important;
  }
  @media (max-width: 575px) {
    .pb24\@xs {
      padding-bottom: 24px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb24\@sm {
      padding-bottom: 24px !important;
    }
  }
  @media (min-width: 576px) {
    .pb24\@sm-min {
      padding-bottom: 24px !important;
    }
  }
  @media (max-width: 767px) {
    .pb24\@sm-max {
      padding-bottom: 24px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pb24\@md {
      padding-bottom: 24px !important;
    }
  }
  @media (min-width: 768px) {
    .pb24\@md-min {
      padding-bottom: 24px !important;
    }
  }
  @media (max-width: 991px) {
    .pb24\@md-max {
      padding-bottom: 24px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pb24\@lg {
      padding-bottom: 24px !important;
    }
  }
  @media (min-width: 992px) {
    .pb24\@lg-min {
      padding-bottom: 24px !important;
    }
  }
  @media (max-width: 1199px) {
    .pb24\@lg-max {
      padding-bottom: 24px !important;
    }
  }
  @media (min-width: 1200px) {
    .pb24\@xl {
      padding-bottom: 24px !important;
    }
  }
  .pb25 {
    padding-bottom: 25px !important;
  }
  @media (max-width: 575px) {
    .pb25\@xs {
      padding-bottom: 25px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb25\@sm {
      padding-bottom: 25px !important;
    }
  }
  @media (min-width: 576px) {
    .pb25\@sm-min {
      padding-bottom: 25px !important;
    }
  }
  @media (max-width: 767px) {
    .pb25\@sm-max {
      padding-bottom: 25px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pb25\@md {
      padding-bottom: 25px !important;
    }
  }
  @media (min-width: 768px) {
    .pb25\@md-min {
      padding-bottom: 25px !important;
    }
  }
  @media (max-width: 991px) {
    .pb25\@md-max {
      padding-bottom: 25px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pb25\@lg {
      padding-bottom: 25px !important;
    }
  }
  @media (min-width: 992px) {
    .pb25\@lg-min {
      padding-bottom: 25px !important;
    }
  }
  @media (max-width: 1199px) {
    .pb25\@lg-max {
      padding-bottom: 25px !important;
    }
  }
  @media (min-width: 1200px) {
    .pb25\@xl {
      padding-bottom: 25px !important;
    }
  }
  .pb30 {
    padding-bottom: 30px !important;
  }
  @media (max-width: 575px) {
    .pb30\@xs {
      padding-bottom: 30px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb30\@sm {
      padding-bottom: 30px !important;
    }
  }
  @media (min-width: 576px) {
    .pb30\@sm-min {
      padding-bottom: 30px !important;
    }
  }
  @media (max-width: 767px) {
    .pb30\@sm-max {
      padding-bottom: 30px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pb30\@md {
      padding-bottom: 30px !important;
    }
  }
  @media (min-width: 768px) {
    .pb30\@md-min {
      padding-bottom: 30px !important;
    }
  }
  @media (max-width: 991px) {
    .pb30\@md-max {
      padding-bottom: 30px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pb30\@lg {
      padding-bottom: 30px !important;
    }
  }
  @media (min-width: 992px) {
    .pb30\@lg-min {
      padding-bottom: 30px !important;
    }
  }
  @media (max-width: 1199px) {
    .pb30\@lg-max {
      padding-bottom: 30px !important;
    }
  }
  @media (min-width: 1200px) {
    .pb30\@xl {
      padding-bottom: 30px !important;
    }
  }
  .pb32 {
    padding-bottom: 32px !important;
  }
  @media (max-width: 575px) {
    .pb32\@xs {
      padding-bottom: 32px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb32\@sm {
      padding-bottom: 32px !important;
    }
  }
  @media (min-width: 576px) {
    .pb32\@sm-min {
      padding-bottom: 32px !important;
    }
  }
  @media (max-width: 767px) {
    .pb32\@sm-max {
      padding-bottom: 32px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pb32\@md {
      padding-bottom: 32px !important;
    }
  }
  @media (min-width: 768px) {
    .pb32\@md-min {
      padding-bottom: 32px !important;
    }
  }
  @media (max-width: 991px) {
    .pb32\@md-max {
      padding-bottom: 32px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pb32\@lg {
      padding-bottom: 32px !important;
    }
  }
  @media (min-width: 992px) {
    .pb32\@lg-min {
      padding-bottom: 32px !important;
    }
  }
  @media (max-width: 1199px) {
    .pb32\@lg-max {
      padding-bottom: 32px !important;
    }
  }
  @media (min-width: 1200px) {
    .pb32\@xl {
      padding-bottom: 32px !important;
    }
  }
  .pb40 {
    padding-bottom: 40px !important;
  }
  @media (max-width: 575px) {
    .pb40\@xs {
      padding-bottom: 40px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb40\@sm {
      padding-bottom: 40px !important;
    }
  }
  @media (min-width: 576px) {
    .pb40\@sm-min {
      padding-bottom: 40px !important;
    }
  }
  @media (max-width: 767px) {
    .pb40\@sm-max {
      padding-bottom: 40px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pb40\@md {
      padding-bottom: 40px !important;
    }
  }
  @media (min-width: 768px) {
    .pb40\@md-min {
      padding-bottom: 40px !important;
    }
  }
  @media (max-width: 991px) {
    .pb40\@md-max {
      padding-bottom: 40px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pb40\@lg {
      padding-bottom: 40px !important;
    }
  }
  @media (min-width: 992px) {
    .pb40\@lg-min {
      padding-bottom: 40px !important;
    }
  }
  @media (max-width: 1199px) {
    .pb40\@lg-max {
      padding-bottom: 40px !important;
    }
  }
  @media (min-width: 1200px) {
    .pb40\@xl {
      padding-bottom: 40px !important;
    }
  }
  .pb48 {
    padding-bottom: 48px !important;
  }
  @media (max-width: 575px) {
    .pb48\@xs {
      padding-bottom: 48px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb48\@sm {
      padding-bottom: 48px !important;
    }
  }
  @media (min-width: 576px) {
    .pb48\@sm-min {
      padding-bottom: 48px !important;
    }
  }
  @media (max-width: 767px) {
    .pb48\@sm-max {
      padding-bottom: 48px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pb48\@md {
      padding-bottom: 48px !important;
    }
  }
  @media (min-width: 768px) {
    .pb48\@md-min {
      padding-bottom: 48px !important;
    }
  }
  @media (max-width: 991px) {
    .pb48\@md-max {
      padding-bottom: 48px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pb48\@lg {
      padding-bottom: 48px !important;
    }
  }
  @media (min-width: 992px) {
    .pb48\@lg-min {
      padding-bottom: 48px !important;
    }
  }
  @media (max-width: 1199px) {
    .pb48\@lg-max {
      padding-bottom: 48px !important;
    }
  }
  @media (min-width: 1200px) {
    .pb48\@xl {
      padding-bottom: 48px !important;
    }
  }
  .pb50 {
    padding-bottom: 50px !important;
  }
  @media (max-width: 575px) {
    .pb50\@xs {
      padding-bottom: 50px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb50\@sm {
      padding-bottom: 50px !important;
    }
  }
  @media (min-width: 576px) {
    .pb50\@sm-min {
      padding-bottom: 50px !important;
    }
  }
  @media (max-width: 767px) {
    .pb50\@sm-max {
      padding-bottom: 50px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pb50\@md {
      padding-bottom: 50px !important;
    }
  }
  @media (min-width: 768px) {
    .pb50\@md-min {
      padding-bottom: 50px !important;
    }
  }
  @media (max-width: 991px) {
    .pb50\@md-max {
      padding-bottom: 50px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pb50\@lg {
      padding-bottom: 50px !important;
    }
  }
  @media (min-width: 992px) {
    .pb50\@lg-min {
      padding-bottom: 50px !important;
    }
  }
  @media (max-width: 1199px) {
    .pb50\@lg-max {
      padding-bottom: 50px !important;
    }
  }
  @media (min-width: 1200px) {
    .pb50\@xl {
      padding-bottom: 50px !important;
    }
  }
  .pb60 {
    padding-bottom: 60px !important;
  }
  @media (max-width: 575px) {
    .pb60\@xs {
      padding-bottom: 60px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb60\@sm {
      padding-bottom: 60px !important;
    }
  }
  @media (min-width: 576px) {
    .pb60\@sm-min {
      padding-bottom: 60px !important;
    }
  }
  @media (max-width: 767px) {
    .pb60\@sm-max {
      padding-bottom: 60px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pb60\@md {
      padding-bottom: 60px !important;
    }
  }
  @media (min-width: 768px) {
    .pb60\@md-min {
      padding-bottom: 60px !important;
    }
  }
  @media (max-width: 991px) {
    .pb60\@md-max {
      padding-bottom: 60px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pb60\@lg {
      padding-bottom: 60px !important;
    }
  }
  @media (min-width: 992px) {
    .pb60\@lg-min {
      padding-bottom: 60px !important;
    }
  }
  @media (max-width: 1199px) {
    .pb60\@lg-max {
      padding-bottom: 60px !important;
    }
  }
  @media (min-width: 1200px) {
    .pb60\@xl {
      padding-bottom: 60px !important;
    }
  }
  .pb70 {
    padding-bottom: 70px !important;
  }
  @media (max-width: 575px) {
    .pb70\@xs {
      padding-bottom: 70px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb70\@sm {
      padding-bottom: 70px !important;
    }
  }
  @media (min-width: 576px) {
    .pb70\@sm-min {
      padding-bottom: 70px !important;
    }
  }
  @media (max-width: 767px) {
    .pb70\@sm-max {
      padding-bottom: 70px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pb70\@md {
      padding-bottom: 70px !important;
    }
  }
  @media (min-width: 768px) {
    .pb70\@md-min {
      padding-bottom: 70px !important;
    }
  }
  @media (max-width: 991px) {
    .pb70\@md-max {
      padding-bottom: 70px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pb70\@lg {
      padding-bottom: 70px !important;
    }
  }
  @media (min-width: 992px) {
    .pb70\@lg-min {
      padding-bottom: 70px !important;
    }
  }
  @media (max-width: 1199px) {
    .pb70\@lg-max {
      padding-bottom: 70px !important;
    }
  }
  @media (min-width: 1200px) {
    .pb70\@xl {
      padding-bottom: 70px !important;
    }
  }
  .pb80 {
    padding-bottom: 80px !important;
  }
  @media (max-width: 575px) {
    .pb80\@xs {
      padding-bottom: 80px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb80\@sm {
      padding-bottom: 80px !important;
    }
  }
  @media (min-width: 576px) {
    .pb80\@sm-min {
      padding-bottom: 80px !important;
    }
  }
  @media (max-width: 767px) {
    .pb80\@sm-max {
      padding-bottom: 80px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pb80\@md {
      padding-bottom: 80px !important;
    }
  }
  @media (min-width: 768px) {
    .pb80\@md-min {
      padding-bottom: 80px !important;
    }
  }
  @media (max-width: 991px) {
    .pb80\@md-max {
      padding-bottom: 80px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pb80\@lg {
      padding-bottom: 80px !important;
    }
  }
  @media (min-width: 992px) {
    .pb80\@lg-min {
      padding-bottom: 80px !important;
    }
  }
  @media (max-width: 1199px) {
    .pb80\@lg-max {
      padding-bottom: 80px !important;
    }
  }
  @media (min-width: 1200px) {
    .pb80\@xl {
      padding-bottom: 80px !important;
    }
  }
  .pb90 {
    padding-bottom: 90px !important;
  }
  @media (max-width: 575px) {
    .pb90\@xs {
      padding-bottom: 90px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb90\@sm {
      padding-bottom: 90px !important;
    }
  }
  @media (min-width: 576px) {
    .pb90\@sm-min {
      padding-bottom: 90px !important;
    }
  }
  @media (max-width: 767px) {
    .pb90\@sm-max {
      padding-bottom: 90px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pb90\@md {
      padding-bottom: 90px !important;
    }
  }
  @media (min-width: 768px) {
    .pb90\@md-min {
      padding-bottom: 90px !important;
    }
  }
  @media (max-width: 991px) {
    .pb90\@md-max {
      padding-bottom: 90px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pb90\@lg {
      padding-bottom: 90px !important;
    }
  }
  @media (min-width: 992px) {
    .pb90\@lg-min {
      padding-bottom: 90px !important;
    }
  }
  @media (max-width: 1199px) {
    .pb90\@lg-max {
      padding-bottom: 90px !important;
    }
  }
  @media (min-width: 1200px) {
    .pb90\@xl {
      padding-bottom: 90px !important;
    }
  }
  .pb100 {
    padding-bottom: 100px !important;
  }
  @media (max-width: 575px) {
    .pb100\@xs {
      padding-bottom: 100px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb100\@sm {
      padding-bottom: 100px !important;
    }
  }
  @media (min-width: 576px) {
    .pb100\@sm-min {
      padding-bottom: 100px !important;
    }
  }
  @media (max-width: 767px) {
    .pb100\@sm-max {
      padding-bottom: 100px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pb100\@md {
      padding-bottom: 100px !important;
    }
  }
  @media (min-width: 768px) {
    .pb100\@md-min {
      padding-bottom: 100px !important;
    }
  }
  @media (max-width: 991px) {
    .pb100\@md-max {
      padding-bottom: 100px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pb100\@lg {
      padding-bottom: 100px !important;
    }
  }
  @media (min-width: 992px) {
    .pb100\@lg-min {
      padding-bottom: 100px !important;
    }
  }
  @media (max-width: 1199px) {
    .pb100\@lg-max {
      padding-bottom: 100px !important;
    }
  }
  @media (min-width: 1200px) {
    .pb100\@xl {
      padding-bottom: 100px !important;
    }
  }
  .pb110 {
    padding-bottom: 110px !important;
  }
  @media (max-width: 575px) {
    .pb110\@xs {
      padding-bottom: 110px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb110\@sm {
      padding-bottom: 110px !important;
    }
  }
  @media (min-width: 576px) {
    .pb110\@sm-min {
      padding-bottom: 110px !important;
    }
  }
  @media (max-width: 767px) {
    .pb110\@sm-max {
      padding-bottom: 110px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pb110\@md {
      padding-bottom: 110px !important;
    }
  }
  @media (min-width: 768px) {
    .pb110\@md-min {
      padding-bottom: 110px !important;
    }
  }
  @media (max-width: 991px) {
    .pb110\@md-max {
      padding-bottom: 110px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pb110\@lg {
      padding-bottom: 110px !important;
    }
  }
  @media (min-width: 992px) {
    .pb110\@lg-min {
      padding-bottom: 110px !important;
    }
  }
  @media (max-width: 1199px) {
    .pb110\@lg-max {
      padding-bottom: 110px !important;
    }
  }
  @media (min-width: 1200px) {
    .pb110\@xl {
      padding-bottom: 110px !important;
    }
  }
  .pb120 {
    padding-bottom: 120px !important;
  }
  @media (max-width: 575px) {
    .pb120\@xs {
      padding-bottom: 120px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb120\@sm {
      padding-bottom: 120px !important;
    }
  }
  @media (min-width: 576px) {
    .pb120\@sm-min {
      padding-bottom: 120px !important;
    }
  }
  @media (max-width: 767px) {
    .pb120\@sm-max {
      padding-bottom: 120px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pb120\@md {
      padding-bottom: 120px !important;
    }
  }
  @media (min-width: 768px) {
    .pb120\@md-min {
      padding-bottom: 120px !important;
    }
  }
  @media (max-width: 991px) {
    .pb120\@md-max {
      padding-bottom: 120px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pb120\@lg {
      padding-bottom: 120px !important;
    }
  }
  @media (min-width: 992px) {
    .pb120\@lg-min {
      padding-bottom: 120px !important;
    }
  }
  @media (max-width: 1199px) {
    .pb120\@lg-max {
      padding-bottom: 120px !important;
    }
  }
  @media (min-width: 1200px) {
    .pb120\@xl {
      padding-bottom: 120px !important;
    }
  }
  .pb130 {
    padding-bottom: 130px !important;
  }
  @media (max-width: 575px) {
    .pb130\@xs {
      padding-bottom: 130px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb130\@sm {
      padding-bottom: 130px !important;
    }
  }
  @media (min-width: 576px) {
    .pb130\@sm-min {
      padding-bottom: 130px !important;
    }
  }
  @media (max-width: 767px) {
    .pb130\@sm-max {
      padding-bottom: 130px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pb130\@md {
      padding-bottom: 130px !important;
    }
  }
  @media (min-width: 768px) {
    .pb130\@md-min {
      padding-bottom: 130px !important;
    }
  }
  @media (max-width: 991px) {
    .pb130\@md-max {
      padding-bottom: 130px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pb130\@lg {
      padding-bottom: 130px !important;
    }
  }
  @media (min-width: 992px) {
    .pb130\@lg-min {
      padding-bottom: 130px !important;
    }
  }
  @media (max-width: 1199px) {
    .pb130\@lg-max {
      padding-bottom: 130px !important;
    }
  }
  @media (min-width: 1200px) {
    .pb130\@xl {
      padding-bottom: 130px !important;
    }
  }
  .pb140 {
    padding-bottom: 140px !important;
  }
  @media (max-width: 575px) {
    .pb140\@xs {
      padding-bottom: 140px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb140\@sm {
      padding-bottom: 140px !important;
    }
  }
  @media (min-width: 576px) {
    .pb140\@sm-min {
      padding-bottom: 140px !important;
    }
  }
  @media (max-width: 767px) {
    .pb140\@sm-max {
      padding-bottom: 140px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pb140\@md {
      padding-bottom: 140px !important;
    }
  }
  @media (min-width: 768px) {
    .pb140\@md-min {
      padding-bottom: 140px !important;
    }
  }
  @media (max-width: 991px) {
    .pb140\@md-max {
      padding-bottom: 140px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pb140\@lg {
      padding-bottom: 140px !important;
    }
  }
  @media (min-width: 992px) {
    .pb140\@lg-min {
      padding-bottom: 140px !important;
    }
  }
  @media (max-width: 1199px) {
    .pb140\@lg-max {
      padding-bottom: 140px !important;
    }
  }
  @media (min-width: 1200px) {
    .pb140\@xl {
      padding-bottom: 140px !important;
    }
  }
  .pb150 {
    padding-bottom: 150px !important;
  }
  @media (max-width: 575px) {
    .pb150\@xs {
      padding-bottom: 150px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb150\@sm {
      padding-bottom: 150px !important;
    }
  }
  @media (min-width: 576px) {
    .pb150\@sm-min {
      padding-bottom: 150px !important;
    }
  }
  @media (max-width: 767px) {
    .pb150\@sm-max {
      padding-bottom: 150px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pb150\@md {
      padding-bottom: 150px !important;
    }
  }
  @media (min-width: 768px) {
    .pb150\@md-min {
      padding-bottom: 150px !important;
    }
  }
  @media (max-width: 991px) {
    .pb150\@md-max {
      padding-bottom: 150px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pb150\@lg {
      padding-bottom: 150px !important;
    }
  }
  @media (min-width: 992px) {
    .pb150\@lg-min {
      padding-bottom: 150px !important;
    }
  }
  @media (max-width: 1199px) {
    .pb150\@lg-max {
      padding-bottom: 150px !important;
    }
  }
  @media (min-width: 1200px) {
    .pb150\@xl {
      padding-bottom: 150px !important;
    }
  }
  .pb160 {
    padding-bottom: 160px !important;
  }
  @media (max-width: 575px) {
    .pb160\@xs {
      padding-bottom: 160px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb160\@sm {
      padding-bottom: 160px !important;
    }
  }
  @media (min-width: 576px) {
    .pb160\@sm-min {
      padding-bottom: 160px !important;
    }
  }
  @media (max-width: 767px) {
    .pb160\@sm-max {
      padding-bottom: 160px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pb160\@md {
      padding-bottom: 160px !important;
    }
  }
  @media (min-width: 768px) {
    .pb160\@md-min {
      padding-bottom: 160px !important;
    }
  }
  @media (max-width: 991px) {
    .pb160\@md-max {
      padding-bottom: 160px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pb160\@lg {
      padding-bottom: 160px !important;
    }
  }
  @media (min-width: 992px) {
    .pb160\@lg-min {
      padding-bottom: 160px !important;
    }
  }
  @media (max-width: 1199px) {
    .pb160\@lg-max {
      padding-bottom: 160px !important;
    }
  }
  @media (min-width: 1200px) {
    .pb160\@xl {
      padding-bottom: 160px !important;
    }
  }
  .pb200 {
    padding-bottom: 200px !important;
  }
  @media (max-width: 575px) {
    .pb200\@xs {
      padding-bottom: 200px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb200\@sm {
      padding-bottom: 200px !important;
    }
  }
  @media (min-width: 576px) {
    .pb200\@sm-min {
      padding-bottom: 200px !important;
    }
  }
  @media (max-width: 767px) {
    .pb200\@sm-max {
      padding-bottom: 200px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pb200\@md {
      padding-bottom: 200px !important;
    }
  }
  @media (min-width: 768px) {
    .pb200\@md-min {
      padding-bottom: 200px !important;
    }
  }
  @media (max-width: 991px) {
    .pb200\@md-max {
      padding-bottom: 200px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pb200\@lg {
      padding-bottom: 200px !important;
    }
  }
  @media (min-width: 992px) {
    .pb200\@lg-min {
      padding-bottom: 200px !important;
    }
  }
  @media (max-width: 1199px) {
    .pb200\@lg-max {
      padding-bottom: 200px !important;
    }
  }
  @media (min-width: 1200px) {
    .pb200\@xl {
      padding-bottom: 200px !important;
    }
  }
  .pb300 {
    padding-bottom: 300px !important;
  }
  @media (max-width: 575px) {
    .pb300\@xs {
      padding-bottom: 300px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb300\@sm {
      padding-bottom: 300px !important;
    }
  }
  @media (min-width: 576px) {
    .pb300\@sm-min {
      padding-bottom: 300px !important;
    }
  }
  @media (max-width: 767px) {
    .pb300\@sm-max {
      padding-bottom: 300px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pb300\@md {
      padding-bottom: 300px !important;
    }
  }
  @media (min-width: 768px) {
    .pb300\@md-min {
      padding-bottom: 300px !important;
    }
  }
  @media (max-width: 991px) {
    .pb300\@md-max {
      padding-bottom: 300px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pb300\@lg {
      padding-bottom: 300px !important;
    }
  }
  @media (min-width: 992px) {
    .pb300\@lg-min {
      padding-bottom: 300px !important;
    }
  }
  @media (max-width: 1199px) {
    .pb300\@lg-max {
      padding-bottom: 300px !important;
    }
  }
  @media (min-width: 1200px) {
    .pb300\@xl {
      padding-bottom: 300px !important;
    }
  }
  .pr0 {
    padding-right: 0px !important;
  }
  @media (max-width: 575px) {
    .pr0\@xs {
      padding-right: 0px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr0\@sm {
      padding-right: 0px !important;
    }
  }
  @media (min-width: 576px) {
    .pr0\@sm-min {
      padding-right: 0px !important;
    }
  }
  @media (max-width: 767px) {
    .pr0\@sm-max {
      padding-right: 0px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pr0\@md {
      padding-right: 0px !important;
    }
  }
  @media (min-width: 768px) {
    .pr0\@md-min {
      padding-right: 0px !important;
    }
  }
  @media (max-width: 991px) {
    .pr0\@md-max {
      padding-right: 0px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pr0\@lg {
      padding-right: 0px !important;
    }
  }
  @media (min-width: 992px) {
    .pr0\@lg-min {
      padding-right: 0px !important;
    }
  }
  @media (max-width: 1199px) {
    .pr0\@lg-max {
      padding-right: 0px !important;
    }
  }
  @media (min-width: 1200px) {
    .pr0\@xl {
      padding-right: 0px !important;
    }
  }
  .pr4 {
    padding-right: 4px !important;
  }
  @media (max-width: 575px) {
    .pr4\@xs {
      padding-right: 4px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr4\@sm {
      padding-right: 4px !important;
    }
  }
  @media (min-width: 576px) {
    .pr4\@sm-min {
      padding-right: 4px !important;
    }
  }
  @media (max-width: 767px) {
    .pr4\@sm-max {
      padding-right: 4px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pr4\@md {
      padding-right: 4px !important;
    }
  }
  @media (min-width: 768px) {
    .pr4\@md-min {
      padding-right: 4px !important;
    }
  }
  @media (max-width: 991px) {
    .pr4\@md-max {
      padding-right: 4px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pr4\@lg {
      padding-right: 4px !important;
    }
  }
  @media (min-width: 992px) {
    .pr4\@lg-min {
      padding-right: 4px !important;
    }
  }
  @media (max-width: 1199px) {
    .pr4\@lg-max {
      padding-right: 4px !important;
    }
  }
  @media (min-width: 1200px) {
    .pr4\@xl {
      padding-right: 4px !important;
    }
  }
  .pr5 {
    padding-right: 5px !important;
  }
  @media (max-width: 575px) {
    .pr5\@xs {
      padding-right: 5px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr5\@sm {
      padding-right: 5px !important;
    }
  }
  @media (min-width: 576px) {
    .pr5\@sm-min {
      padding-right: 5px !important;
    }
  }
  @media (max-width: 767px) {
    .pr5\@sm-max {
      padding-right: 5px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pr5\@md {
      padding-right: 5px !important;
    }
  }
  @media (min-width: 768px) {
    .pr5\@md-min {
      padding-right: 5px !important;
    }
  }
  @media (max-width: 991px) {
    .pr5\@md-max {
      padding-right: 5px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pr5\@lg {
      padding-right: 5px !important;
    }
  }
  @media (min-width: 992px) {
    .pr5\@lg-min {
      padding-right: 5px !important;
    }
  }
  @media (max-width: 1199px) {
    .pr5\@lg-max {
      padding-right: 5px !important;
    }
  }
  @media (min-width: 1200px) {
    .pr5\@xl {
      padding-right: 5px !important;
    }
  }
  .pr6 {
    padding-right: 6px !important;
  }
  @media (max-width: 575px) {
    .pr6\@xs {
      padding-right: 6px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr6\@sm {
      padding-right: 6px !important;
    }
  }
  @media (min-width: 576px) {
    .pr6\@sm-min {
      padding-right: 6px !important;
    }
  }
  @media (max-width: 767px) {
    .pr6\@sm-max {
      padding-right: 6px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pr6\@md {
      padding-right: 6px !important;
    }
  }
  @media (min-width: 768px) {
    .pr6\@md-min {
      padding-right: 6px !important;
    }
  }
  @media (max-width: 991px) {
    .pr6\@md-max {
      padding-right: 6px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pr6\@lg {
      padding-right: 6px !important;
    }
  }
  @media (min-width: 992px) {
    .pr6\@lg-min {
      padding-right: 6px !important;
    }
  }
  @media (max-width: 1199px) {
    .pr6\@lg-max {
      padding-right: 6px !important;
    }
  }
  @media (min-width: 1200px) {
    .pr6\@xl {
      padding-right: 6px !important;
    }
  }
  .pr7 {
    padding-right: 7px !important;
  }
  @media (max-width: 575px) {
    .pr7\@xs {
      padding-right: 7px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr7\@sm {
      padding-right: 7px !important;
    }
  }
  @media (min-width: 576px) {
    .pr7\@sm-min {
      padding-right: 7px !important;
    }
  }
  @media (max-width: 767px) {
    .pr7\@sm-max {
      padding-right: 7px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pr7\@md {
      padding-right: 7px !important;
    }
  }
  @media (min-width: 768px) {
    .pr7\@md-min {
      padding-right: 7px !important;
    }
  }
  @media (max-width: 991px) {
    .pr7\@md-max {
      padding-right: 7px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pr7\@lg {
      padding-right: 7px !important;
    }
  }
  @media (min-width: 992px) {
    .pr7\@lg-min {
      padding-right: 7px !important;
    }
  }
  @media (max-width: 1199px) {
    .pr7\@lg-max {
      padding-right: 7px !important;
    }
  }
  @media (min-width: 1200px) {
    .pr7\@xl {
      padding-right: 7px !important;
    }
  }
  .pr8 {
    padding-right: 8px !important;
  }
  @media (max-width: 575px) {
    .pr8\@xs {
      padding-right: 8px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr8\@sm {
      padding-right: 8px !important;
    }
  }
  @media (min-width: 576px) {
    .pr8\@sm-min {
      padding-right: 8px !important;
    }
  }
  @media (max-width: 767px) {
    .pr8\@sm-max {
      padding-right: 8px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pr8\@md {
      padding-right: 8px !important;
    }
  }
  @media (min-width: 768px) {
    .pr8\@md-min {
      padding-right: 8px !important;
    }
  }
  @media (max-width: 991px) {
    .pr8\@md-max {
      padding-right: 8px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pr8\@lg {
      padding-right: 8px !important;
    }
  }
  @media (min-width: 992px) {
    .pr8\@lg-min {
      padding-right: 8px !important;
    }
  }
  @media (max-width: 1199px) {
    .pr8\@lg-max {
      padding-right: 8px !important;
    }
  }
  @media (min-width: 1200px) {
    .pr8\@xl {
      padding-right: 8px !important;
    }
  }
  .pr9 {
    padding-right: 9px !important;
  }
  @media (max-width: 575px) {
    .pr9\@xs {
      padding-right: 9px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr9\@sm {
      padding-right: 9px !important;
    }
  }
  @media (min-width: 576px) {
    .pr9\@sm-min {
      padding-right: 9px !important;
    }
  }
  @media (max-width: 767px) {
    .pr9\@sm-max {
      padding-right: 9px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pr9\@md {
      padding-right: 9px !important;
    }
  }
  @media (min-width: 768px) {
    .pr9\@md-min {
      padding-right: 9px !important;
    }
  }
  @media (max-width: 991px) {
    .pr9\@md-max {
      padding-right: 9px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pr9\@lg {
      padding-right: 9px !important;
    }
  }
  @media (min-width: 992px) {
    .pr9\@lg-min {
      padding-right: 9px !important;
    }
  }
  @media (max-width: 1199px) {
    .pr9\@lg-max {
      padding-right: 9px !important;
    }
  }
  @media (min-width: 1200px) {
    .pr9\@xl {
      padding-right: 9px !important;
    }
  }
  .pr10 {
    padding-right: 10px !important;
  }
  @media (max-width: 575px) {
    .pr10\@xs {
      padding-right: 10px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr10\@sm {
      padding-right: 10px !important;
    }
  }
  @media (min-width: 576px) {
    .pr10\@sm-min {
      padding-right: 10px !important;
    }
  }
  @media (max-width: 767px) {
    .pr10\@sm-max {
      padding-right: 10px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pr10\@md {
      padding-right: 10px !important;
    }
  }
  @media (min-width: 768px) {
    .pr10\@md-min {
      padding-right: 10px !important;
    }
  }
  @media (max-width: 991px) {
    .pr10\@md-max {
      padding-right: 10px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pr10\@lg {
      padding-right: 10px !important;
    }
  }
  @media (min-width: 992px) {
    .pr10\@lg-min {
      padding-right: 10px !important;
    }
  }
  @media (max-width: 1199px) {
    .pr10\@lg-max {
      padding-right: 10px !important;
    }
  }
  @media (min-width: 1200px) {
    .pr10\@xl {
      padding-right: 10px !important;
    }
  }
  .pr12 {
    padding-right: 12px !important;
  }
  @media (max-width: 575px) {
    .pr12\@xs {
      padding-right: 12px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr12\@sm {
      padding-right: 12px !important;
    }
  }
  @media (min-width: 576px) {
    .pr12\@sm-min {
      padding-right: 12px !important;
    }
  }
  @media (max-width: 767px) {
    .pr12\@sm-max {
      padding-right: 12px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pr12\@md {
      padding-right: 12px !important;
    }
  }
  @media (min-width: 768px) {
    .pr12\@md-min {
      padding-right: 12px !important;
    }
  }
  @media (max-width: 991px) {
    .pr12\@md-max {
      padding-right: 12px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pr12\@lg {
      padding-right: 12px !important;
    }
  }
  @media (min-width: 992px) {
    .pr12\@lg-min {
      padding-right: 12px !important;
    }
  }
  @media (max-width: 1199px) {
    .pr12\@lg-max {
      padding-right: 12px !important;
    }
  }
  @media (min-width: 1200px) {
    .pr12\@xl {
      padding-right: 12px !important;
    }
  }
  .pr15 {
    padding-right: 15px !important;
  }
  @media (max-width: 575px) {
    .pr15\@xs {
      padding-right: 15px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr15\@sm {
      padding-right: 15px !important;
    }
  }
  @media (min-width: 576px) {
    .pr15\@sm-min {
      padding-right: 15px !important;
    }
  }
  @media (max-width: 767px) {
    .pr15\@sm-max {
      padding-right: 15px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pr15\@md {
      padding-right: 15px !important;
    }
  }
  @media (min-width: 768px) {
    .pr15\@md-min {
      padding-right: 15px !important;
    }
  }
  @media (max-width: 991px) {
    .pr15\@md-max {
      padding-right: 15px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pr15\@lg {
      padding-right: 15px !important;
    }
  }
  @media (min-width: 992px) {
    .pr15\@lg-min {
      padding-right: 15px !important;
    }
  }
  @media (max-width: 1199px) {
    .pr15\@lg-max {
      padding-right: 15px !important;
    }
  }
  @media (min-width: 1200px) {
    .pr15\@xl {
      padding-right: 15px !important;
    }
  }
  .pr16 {
    padding-right: 16px !important;
  }
  @media (max-width: 575px) {
    .pr16\@xs {
      padding-right: 16px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr16\@sm {
      padding-right: 16px !important;
    }
  }
  @media (min-width: 576px) {
    .pr16\@sm-min {
      padding-right: 16px !important;
    }
  }
  @media (max-width: 767px) {
    .pr16\@sm-max {
      padding-right: 16px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pr16\@md {
      padding-right: 16px !important;
    }
  }
  @media (min-width: 768px) {
    .pr16\@md-min {
      padding-right: 16px !important;
    }
  }
  @media (max-width: 991px) {
    .pr16\@md-max {
      padding-right: 16px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pr16\@lg {
      padding-right: 16px !important;
    }
  }
  @media (min-width: 992px) {
    .pr16\@lg-min {
      padding-right: 16px !important;
    }
  }
  @media (max-width: 1199px) {
    .pr16\@lg-max {
      padding-right: 16px !important;
    }
  }
  @media (min-width: 1200px) {
    .pr16\@xl {
      padding-right: 16px !important;
    }
  }
  .pr20 {
    padding-right: 20px !important;
  }
  @media (max-width: 575px) {
    .pr20\@xs {
      padding-right: 20px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr20\@sm {
      padding-right: 20px !important;
    }
  }
  @media (min-width: 576px) {
    .pr20\@sm-min {
      padding-right: 20px !important;
    }
  }
  @media (max-width: 767px) {
    .pr20\@sm-max {
      padding-right: 20px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pr20\@md {
      padding-right: 20px !important;
    }
  }
  @media (min-width: 768px) {
    .pr20\@md-min {
      padding-right: 20px !important;
    }
  }
  @media (max-width: 991px) {
    .pr20\@md-max {
      padding-right: 20px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pr20\@lg {
      padding-right: 20px !important;
    }
  }
  @media (min-width: 992px) {
    .pr20\@lg-min {
      padding-right: 20px !important;
    }
  }
  @media (max-width: 1199px) {
    .pr20\@lg-max {
      padding-right: 20px !important;
    }
  }
  @media (min-width: 1200px) {
    .pr20\@xl {
      padding-right: 20px !important;
    }
  }
  .pr24 {
    padding-right: 24px !important;
  }
  @media (max-width: 575px) {
    .pr24\@xs {
      padding-right: 24px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr24\@sm {
      padding-right: 24px !important;
    }
  }
  @media (min-width: 576px) {
    .pr24\@sm-min {
      padding-right: 24px !important;
    }
  }
  @media (max-width: 767px) {
    .pr24\@sm-max {
      padding-right: 24px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pr24\@md {
      padding-right: 24px !important;
    }
  }
  @media (min-width: 768px) {
    .pr24\@md-min {
      padding-right: 24px !important;
    }
  }
  @media (max-width: 991px) {
    .pr24\@md-max {
      padding-right: 24px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pr24\@lg {
      padding-right: 24px !important;
    }
  }
  @media (min-width: 992px) {
    .pr24\@lg-min {
      padding-right: 24px !important;
    }
  }
  @media (max-width: 1199px) {
    .pr24\@lg-max {
      padding-right: 24px !important;
    }
  }
  @media (min-width: 1200px) {
    .pr24\@xl {
      padding-right: 24px !important;
    }
  }
  .pr25 {
    padding-right: 25px !important;
  }
  @media (max-width: 575px) {
    .pr25\@xs {
      padding-right: 25px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr25\@sm {
      padding-right: 25px !important;
    }
  }
  @media (min-width: 576px) {
    .pr25\@sm-min {
      padding-right: 25px !important;
    }
  }
  @media (max-width: 767px) {
    .pr25\@sm-max {
      padding-right: 25px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pr25\@md {
      padding-right: 25px !important;
    }
  }
  @media (min-width: 768px) {
    .pr25\@md-min {
      padding-right: 25px !important;
    }
  }
  @media (max-width: 991px) {
    .pr25\@md-max {
      padding-right: 25px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pr25\@lg {
      padding-right: 25px !important;
    }
  }
  @media (min-width: 992px) {
    .pr25\@lg-min {
      padding-right: 25px !important;
    }
  }
  @media (max-width: 1199px) {
    .pr25\@lg-max {
      padding-right: 25px !important;
    }
  }
  @media (min-width: 1200px) {
    .pr25\@xl {
      padding-right: 25px !important;
    }
  }
  .pr30 {
    padding-right: 30px !important;
  }
  @media (max-width: 575px) {
    .pr30\@xs {
      padding-right: 30px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr30\@sm {
      padding-right: 30px !important;
    }
  }
  @media (min-width: 576px) {
    .pr30\@sm-min {
      padding-right: 30px !important;
    }
  }
  @media (max-width: 767px) {
    .pr30\@sm-max {
      padding-right: 30px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pr30\@md {
      padding-right: 30px !important;
    }
  }
  @media (min-width: 768px) {
    .pr30\@md-min {
      padding-right: 30px !important;
    }
  }
  @media (max-width: 991px) {
    .pr30\@md-max {
      padding-right: 30px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pr30\@lg {
      padding-right: 30px !important;
    }
  }
  @media (min-width: 992px) {
    .pr30\@lg-min {
      padding-right: 30px !important;
    }
  }
  @media (max-width: 1199px) {
    .pr30\@lg-max {
      padding-right: 30px !important;
    }
  }
  @media (min-width: 1200px) {
    .pr30\@xl {
      padding-right: 30px !important;
    }
  }
  .pr32 {
    padding-right: 32px !important;
  }
  @media (max-width: 575px) {
    .pr32\@xs {
      padding-right: 32px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr32\@sm {
      padding-right: 32px !important;
    }
  }
  @media (min-width: 576px) {
    .pr32\@sm-min {
      padding-right: 32px !important;
    }
  }
  @media (max-width: 767px) {
    .pr32\@sm-max {
      padding-right: 32px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pr32\@md {
      padding-right: 32px !important;
    }
  }
  @media (min-width: 768px) {
    .pr32\@md-min {
      padding-right: 32px !important;
    }
  }
  @media (max-width: 991px) {
    .pr32\@md-max {
      padding-right: 32px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pr32\@lg {
      padding-right: 32px !important;
    }
  }
  @media (min-width: 992px) {
    .pr32\@lg-min {
      padding-right: 32px !important;
    }
  }
  @media (max-width: 1199px) {
    .pr32\@lg-max {
      padding-right: 32px !important;
    }
  }
  @media (min-width: 1200px) {
    .pr32\@xl {
      padding-right: 32px !important;
    }
  }
  .pr40 {
    padding-right: 40px !important;
  }
  @media (max-width: 575px) {
    .pr40\@xs {
      padding-right: 40px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr40\@sm {
      padding-right: 40px !important;
    }
  }
  @media (min-width: 576px) {
    .pr40\@sm-min {
      padding-right: 40px !important;
    }
  }
  @media (max-width: 767px) {
    .pr40\@sm-max {
      padding-right: 40px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pr40\@md {
      padding-right: 40px !important;
    }
  }
  @media (min-width: 768px) {
    .pr40\@md-min {
      padding-right: 40px !important;
    }
  }
  @media (max-width: 991px) {
    .pr40\@md-max {
      padding-right: 40px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pr40\@lg {
      padding-right: 40px !important;
    }
  }
  @media (min-width: 992px) {
    .pr40\@lg-min {
      padding-right: 40px !important;
    }
  }
  @media (max-width: 1199px) {
    .pr40\@lg-max {
      padding-right: 40px !important;
    }
  }
  @media (min-width: 1200px) {
    .pr40\@xl {
      padding-right: 40px !important;
    }
  }
  .pr48 {
    padding-right: 48px !important;
  }
  @media (max-width: 575px) {
    .pr48\@xs {
      padding-right: 48px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr48\@sm {
      padding-right: 48px !important;
    }
  }
  @media (min-width: 576px) {
    .pr48\@sm-min {
      padding-right: 48px !important;
    }
  }
  @media (max-width: 767px) {
    .pr48\@sm-max {
      padding-right: 48px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pr48\@md {
      padding-right: 48px !important;
    }
  }
  @media (min-width: 768px) {
    .pr48\@md-min {
      padding-right: 48px !important;
    }
  }
  @media (max-width: 991px) {
    .pr48\@md-max {
      padding-right: 48px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pr48\@lg {
      padding-right: 48px !important;
    }
  }
  @media (min-width: 992px) {
    .pr48\@lg-min {
      padding-right: 48px !important;
    }
  }
  @media (max-width: 1199px) {
    .pr48\@lg-max {
      padding-right: 48px !important;
    }
  }
  @media (min-width: 1200px) {
    .pr48\@xl {
      padding-right: 48px !important;
    }
  }
  .pr50 {
    padding-right: 50px !important;
  }
  @media (max-width: 575px) {
    .pr50\@xs {
      padding-right: 50px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr50\@sm {
      padding-right: 50px !important;
    }
  }
  @media (min-width: 576px) {
    .pr50\@sm-min {
      padding-right: 50px !important;
    }
  }
  @media (max-width: 767px) {
    .pr50\@sm-max {
      padding-right: 50px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pr50\@md {
      padding-right: 50px !important;
    }
  }
  @media (min-width: 768px) {
    .pr50\@md-min {
      padding-right: 50px !important;
    }
  }
  @media (max-width: 991px) {
    .pr50\@md-max {
      padding-right: 50px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pr50\@lg {
      padding-right: 50px !important;
    }
  }
  @media (min-width: 992px) {
    .pr50\@lg-min {
      padding-right: 50px !important;
    }
  }
  @media (max-width: 1199px) {
    .pr50\@lg-max {
      padding-right: 50px !important;
    }
  }
  @media (min-width: 1200px) {
    .pr50\@xl {
      padding-right: 50px !important;
    }
  }
  .pr60 {
    padding-right: 60px !important;
  }
  @media (max-width: 575px) {
    .pr60\@xs {
      padding-right: 60px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr60\@sm {
      padding-right: 60px !important;
    }
  }
  @media (min-width: 576px) {
    .pr60\@sm-min {
      padding-right: 60px !important;
    }
  }
  @media (max-width: 767px) {
    .pr60\@sm-max {
      padding-right: 60px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pr60\@md {
      padding-right: 60px !important;
    }
  }
  @media (min-width: 768px) {
    .pr60\@md-min {
      padding-right: 60px !important;
    }
  }
  @media (max-width: 991px) {
    .pr60\@md-max {
      padding-right: 60px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pr60\@lg {
      padding-right: 60px !important;
    }
  }
  @media (min-width: 992px) {
    .pr60\@lg-min {
      padding-right: 60px !important;
    }
  }
  @media (max-width: 1199px) {
    .pr60\@lg-max {
      padding-right: 60px !important;
    }
  }
  @media (min-width: 1200px) {
    .pr60\@xl {
      padding-right: 60px !important;
    }
  }
  .pr70 {
    padding-right: 70px !important;
  }
  @media (max-width: 575px) {
    .pr70\@xs {
      padding-right: 70px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr70\@sm {
      padding-right: 70px !important;
    }
  }
  @media (min-width: 576px) {
    .pr70\@sm-min {
      padding-right: 70px !important;
    }
  }
  @media (max-width: 767px) {
    .pr70\@sm-max {
      padding-right: 70px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pr70\@md {
      padding-right: 70px !important;
    }
  }
  @media (min-width: 768px) {
    .pr70\@md-min {
      padding-right: 70px !important;
    }
  }
  @media (max-width: 991px) {
    .pr70\@md-max {
      padding-right: 70px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pr70\@lg {
      padding-right: 70px !important;
    }
  }
  @media (min-width: 992px) {
    .pr70\@lg-min {
      padding-right: 70px !important;
    }
  }
  @media (max-width: 1199px) {
    .pr70\@lg-max {
      padding-right: 70px !important;
    }
  }
  @media (min-width: 1200px) {
    .pr70\@xl {
      padding-right: 70px !important;
    }
  }
  .pr80 {
    padding-right: 80px !important;
  }
  @media (max-width: 575px) {
    .pr80\@xs {
      padding-right: 80px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr80\@sm {
      padding-right: 80px !important;
    }
  }
  @media (min-width: 576px) {
    .pr80\@sm-min {
      padding-right: 80px !important;
    }
  }
  @media (max-width: 767px) {
    .pr80\@sm-max {
      padding-right: 80px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pr80\@md {
      padding-right: 80px !important;
    }
  }
  @media (min-width: 768px) {
    .pr80\@md-min {
      padding-right: 80px !important;
    }
  }
  @media (max-width: 991px) {
    .pr80\@md-max {
      padding-right: 80px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pr80\@lg {
      padding-right: 80px !important;
    }
  }
  @media (min-width: 992px) {
    .pr80\@lg-min {
      padding-right: 80px !important;
    }
  }
  @media (max-width: 1199px) {
    .pr80\@lg-max {
      padding-right: 80px !important;
    }
  }
  @media (min-width: 1200px) {
    .pr80\@xl {
      padding-right: 80px !important;
    }
  }
  .pr90 {
    padding-right: 90px !important;
  }
  @media (max-width: 575px) {
    .pr90\@xs {
      padding-right: 90px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr90\@sm {
      padding-right: 90px !important;
    }
  }
  @media (min-width: 576px) {
    .pr90\@sm-min {
      padding-right: 90px !important;
    }
  }
  @media (max-width: 767px) {
    .pr90\@sm-max {
      padding-right: 90px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pr90\@md {
      padding-right: 90px !important;
    }
  }
  @media (min-width: 768px) {
    .pr90\@md-min {
      padding-right: 90px !important;
    }
  }
  @media (max-width: 991px) {
    .pr90\@md-max {
      padding-right: 90px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pr90\@lg {
      padding-right: 90px !important;
    }
  }
  @media (min-width: 992px) {
    .pr90\@lg-min {
      padding-right: 90px !important;
    }
  }
  @media (max-width: 1199px) {
    .pr90\@lg-max {
      padding-right: 90px !important;
    }
  }
  @media (min-width: 1200px) {
    .pr90\@xl {
      padding-right: 90px !important;
    }
  }
  .pr100 {
    padding-right: 100px !important;
  }
  @media (max-width: 575px) {
    .pr100\@xs {
      padding-right: 100px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr100\@sm {
      padding-right: 100px !important;
    }
  }
  @media (min-width: 576px) {
    .pr100\@sm-min {
      padding-right: 100px !important;
    }
  }
  @media (max-width: 767px) {
    .pr100\@sm-max {
      padding-right: 100px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pr100\@md {
      padding-right: 100px !important;
    }
  }
  @media (min-width: 768px) {
    .pr100\@md-min {
      padding-right: 100px !important;
    }
  }
  @media (max-width: 991px) {
    .pr100\@md-max {
      padding-right: 100px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pr100\@lg {
      padding-right: 100px !important;
    }
  }
  @media (min-width: 992px) {
    .pr100\@lg-min {
      padding-right: 100px !important;
    }
  }
  @media (max-width: 1199px) {
    .pr100\@lg-max {
      padding-right: 100px !important;
    }
  }
  @media (min-width: 1200px) {
    .pr100\@xl {
      padding-right: 100px !important;
    }
  }
  .pr110 {
    padding-right: 110px !important;
  }
  @media (max-width: 575px) {
    .pr110\@xs {
      padding-right: 110px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr110\@sm {
      padding-right: 110px !important;
    }
  }
  @media (min-width: 576px) {
    .pr110\@sm-min {
      padding-right: 110px !important;
    }
  }
  @media (max-width: 767px) {
    .pr110\@sm-max {
      padding-right: 110px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pr110\@md {
      padding-right: 110px !important;
    }
  }
  @media (min-width: 768px) {
    .pr110\@md-min {
      padding-right: 110px !important;
    }
  }
  @media (max-width: 991px) {
    .pr110\@md-max {
      padding-right: 110px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pr110\@lg {
      padding-right: 110px !important;
    }
  }
  @media (min-width: 992px) {
    .pr110\@lg-min {
      padding-right: 110px !important;
    }
  }
  @media (max-width: 1199px) {
    .pr110\@lg-max {
      padding-right: 110px !important;
    }
  }
  @media (min-width: 1200px) {
    .pr110\@xl {
      padding-right: 110px !important;
    }
  }
  .pr120 {
    padding-right: 120px !important;
  }
  @media (max-width: 575px) {
    .pr120\@xs {
      padding-right: 120px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr120\@sm {
      padding-right: 120px !important;
    }
  }
  @media (min-width: 576px) {
    .pr120\@sm-min {
      padding-right: 120px !important;
    }
  }
  @media (max-width: 767px) {
    .pr120\@sm-max {
      padding-right: 120px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pr120\@md {
      padding-right: 120px !important;
    }
  }
  @media (min-width: 768px) {
    .pr120\@md-min {
      padding-right: 120px !important;
    }
  }
  @media (max-width: 991px) {
    .pr120\@md-max {
      padding-right: 120px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pr120\@lg {
      padding-right: 120px !important;
    }
  }
  @media (min-width: 992px) {
    .pr120\@lg-min {
      padding-right: 120px !important;
    }
  }
  @media (max-width: 1199px) {
    .pr120\@lg-max {
      padding-right: 120px !important;
    }
  }
  @media (min-width: 1200px) {
    .pr120\@xl {
      padding-right: 120px !important;
    }
  }
  .pr130 {
    padding-right: 130px !important;
  }
  @media (max-width: 575px) {
    .pr130\@xs {
      padding-right: 130px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr130\@sm {
      padding-right: 130px !important;
    }
  }
  @media (min-width: 576px) {
    .pr130\@sm-min {
      padding-right: 130px !important;
    }
  }
  @media (max-width: 767px) {
    .pr130\@sm-max {
      padding-right: 130px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pr130\@md {
      padding-right: 130px !important;
    }
  }
  @media (min-width: 768px) {
    .pr130\@md-min {
      padding-right: 130px !important;
    }
  }
  @media (max-width: 991px) {
    .pr130\@md-max {
      padding-right: 130px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pr130\@lg {
      padding-right: 130px !important;
    }
  }
  @media (min-width: 992px) {
    .pr130\@lg-min {
      padding-right: 130px !important;
    }
  }
  @media (max-width: 1199px) {
    .pr130\@lg-max {
      padding-right: 130px !important;
    }
  }
  @media (min-width: 1200px) {
    .pr130\@xl {
      padding-right: 130px !important;
    }
  }
  .pr140 {
    padding-right: 140px !important;
  }
  @media (max-width: 575px) {
    .pr140\@xs {
      padding-right: 140px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr140\@sm {
      padding-right: 140px !important;
    }
  }
  @media (min-width: 576px) {
    .pr140\@sm-min {
      padding-right: 140px !important;
    }
  }
  @media (max-width: 767px) {
    .pr140\@sm-max {
      padding-right: 140px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pr140\@md {
      padding-right: 140px !important;
    }
  }
  @media (min-width: 768px) {
    .pr140\@md-min {
      padding-right: 140px !important;
    }
  }
  @media (max-width: 991px) {
    .pr140\@md-max {
      padding-right: 140px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pr140\@lg {
      padding-right: 140px !important;
    }
  }
  @media (min-width: 992px) {
    .pr140\@lg-min {
      padding-right: 140px !important;
    }
  }
  @media (max-width: 1199px) {
    .pr140\@lg-max {
      padding-right: 140px !important;
    }
  }
  @media (min-width: 1200px) {
    .pr140\@xl {
      padding-right: 140px !important;
    }
  }
  .pr150 {
    padding-right: 150px !important;
  }
  @media (max-width: 575px) {
    .pr150\@xs {
      padding-right: 150px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr150\@sm {
      padding-right: 150px !important;
    }
  }
  @media (min-width: 576px) {
    .pr150\@sm-min {
      padding-right: 150px !important;
    }
  }
  @media (max-width: 767px) {
    .pr150\@sm-max {
      padding-right: 150px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pr150\@md {
      padding-right: 150px !important;
    }
  }
  @media (min-width: 768px) {
    .pr150\@md-min {
      padding-right: 150px !important;
    }
  }
  @media (max-width: 991px) {
    .pr150\@md-max {
      padding-right: 150px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pr150\@lg {
      padding-right: 150px !important;
    }
  }
  @media (min-width: 992px) {
    .pr150\@lg-min {
      padding-right: 150px !important;
    }
  }
  @media (max-width: 1199px) {
    .pr150\@lg-max {
      padding-right: 150px !important;
    }
  }
  @media (min-width: 1200px) {
    .pr150\@xl {
      padding-right: 150px !important;
    }
  }
  .pr160 {
    padding-right: 160px !important;
  }
  @media (max-width: 575px) {
    .pr160\@xs {
      padding-right: 160px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr160\@sm {
      padding-right: 160px !important;
    }
  }
  @media (min-width: 576px) {
    .pr160\@sm-min {
      padding-right: 160px !important;
    }
  }
  @media (max-width: 767px) {
    .pr160\@sm-max {
      padding-right: 160px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pr160\@md {
      padding-right: 160px !important;
    }
  }
  @media (min-width: 768px) {
    .pr160\@md-min {
      padding-right: 160px !important;
    }
  }
  @media (max-width: 991px) {
    .pr160\@md-max {
      padding-right: 160px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pr160\@lg {
      padding-right: 160px !important;
    }
  }
  @media (min-width: 992px) {
    .pr160\@lg-min {
      padding-right: 160px !important;
    }
  }
  @media (max-width: 1199px) {
    .pr160\@lg-max {
      padding-right: 160px !important;
    }
  }
  @media (min-width: 1200px) {
    .pr160\@xl {
      padding-right: 160px !important;
    }
  }
  .pr200 {
    padding-right: 200px !important;
  }
  @media (max-width: 575px) {
    .pr200\@xs {
      padding-right: 200px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr200\@sm {
      padding-right: 200px !important;
    }
  }
  @media (min-width: 576px) {
    .pr200\@sm-min {
      padding-right: 200px !important;
    }
  }
  @media (max-width: 767px) {
    .pr200\@sm-max {
      padding-right: 200px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pr200\@md {
      padding-right: 200px !important;
    }
  }
  @media (min-width: 768px) {
    .pr200\@md-min {
      padding-right: 200px !important;
    }
  }
  @media (max-width: 991px) {
    .pr200\@md-max {
      padding-right: 200px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pr200\@lg {
      padding-right: 200px !important;
    }
  }
  @media (min-width: 992px) {
    .pr200\@lg-min {
      padding-right: 200px !important;
    }
  }
  @media (max-width: 1199px) {
    .pr200\@lg-max {
      padding-right: 200px !important;
    }
  }
  @media (min-width: 1200px) {
    .pr200\@xl {
      padding-right: 200px !important;
    }
  }
  .pr300 {
    padding-right: 300px !important;
  }
  @media (max-width: 575px) {
    .pr300\@xs {
      padding-right: 300px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr300\@sm {
      padding-right: 300px !important;
    }
  }
  @media (min-width: 576px) {
    .pr300\@sm-min {
      padding-right: 300px !important;
    }
  }
  @media (max-width: 767px) {
    .pr300\@sm-max {
      padding-right: 300px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pr300\@md {
      padding-right: 300px !important;
    }
  }
  @media (min-width: 768px) {
    .pr300\@md-min {
      padding-right: 300px !important;
    }
  }
  @media (max-width: 991px) {
    .pr300\@md-max {
      padding-right: 300px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pr300\@lg {
      padding-right: 300px !important;
    }
  }
  @media (min-width: 992px) {
    .pr300\@lg-min {
      padding-right: 300px !important;
    }
  }
  @media (max-width: 1199px) {
    .pr300\@lg-max {
      padding-right: 300px !important;
    }
  }
  @media (min-width: 1200px) {
    .pr300\@xl {
      padding-right: 300px !important;
    }
  }
  .pl0 {
    padding-left: 0px !important;
  }
  @media (max-width: 575px) {
    .pl0\@xs {
      padding-left: 0px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl0\@sm {
      padding-left: 0px !important;
    }
  }
  @media (min-width: 576px) {
    .pl0\@sm-min {
      padding-left: 0px !important;
    }
  }
  @media (max-width: 767px) {
    .pl0\@sm-max {
      padding-left: 0px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pl0\@md {
      padding-left: 0px !important;
    }
  }
  @media (min-width: 768px) {
    .pl0\@md-min {
      padding-left: 0px !important;
    }
  }
  @media (max-width: 991px) {
    .pl0\@md-max {
      padding-left: 0px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pl0\@lg {
      padding-left: 0px !important;
    }
  }
  @media (min-width: 992px) {
    .pl0\@lg-min {
      padding-left: 0px !important;
    }
  }
  @media (max-width: 1199px) {
    .pl0\@lg-max {
      padding-left: 0px !important;
    }
  }
  @media (min-width: 1200px) {
    .pl0\@xl {
      padding-left: 0px !important;
    }
  }
  .pl4 {
    padding-left: 4px !important;
  }
  @media (max-width: 575px) {
    .pl4\@xs {
      padding-left: 4px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl4\@sm {
      padding-left: 4px !important;
    }
  }
  @media (min-width: 576px) {
    .pl4\@sm-min {
      padding-left: 4px !important;
    }
  }
  @media (max-width: 767px) {
    .pl4\@sm-max {
      padding-left: 4px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pl4\@md {
      padding-left: 4px !important;
    }
  }
  @media (min-width: 768px) {
    .pl4\@md-min {
      padding-left: 4px !important;
    }
  }
  @media (max-width: 991px) {
    .pl4\@md-max {
      padding-left: 4px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pl4\@lg {
      padding-left: 4px !important;
    }
  }
  @media (min-width: 992px) {
    .pl4\@lg-min {
      padding-left: 4px !important;
    }
  }
  @media (max-width: 1199px) {
    .pl4\@lg-max {
      padding-left: 4px !important;
    }
  }
  @media (min-width: 1200px) {
    .pl4\@xl {
      padding-left: 4px !important;
    }
  }
  .pl5 {
    padding-left: 5px !important;
  }
  @media (max-width: 575px) {
    .pl5\@xs {
      padding-left: 5px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl5\@sm {
      padding-left: 5px !important;
    }
  }
  @media (min-width: 576px) {
    .pl5\@sm-min {
      padding-left: 5px !important;
    }
  }
  @media (max-width: 767px) {
    .pl5\@sm-max {
      padding-left: 5px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pl5\@md {
      padding-left: 5px !important;
    }
  }
  @media (min-width: 768px) {
    .pl5\@md-min {
      padding-left: 5px !important;
    }
  }
  @media (max-width: 991px) {
    .pl5\@md-max {
      padding-left: 5px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pl5\@lg {
      padding-left: 5px !important;
    }
  }
  @media (min-width: 992px) {
    .pl5\@lg-min {
      padding-left: 5px !important;
    }
  }
  @media (max-width: 1199px) {
    .pl5\@lg-max {
      padding-left: 5px !important;
    }
  }
  @media (min-width: 1200px) {
    .pl5\@xl {
      padding-left: 5px !important;
    }
  }
  .pl6 {
    padding-left: 6px !important;
  }
  @media (max-width: 575px) {
    .pl6\@xs {
      padding-left: 6px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl6\@sm {
      padding-left: 6px !important;
    }
  }
  @media (min-width: 576px) {
    .pl6\@sm-min {
      padding-left: 6px !important;
    }
  }
  @media (max-width: 767px) {
    .pl6\@sm-max {
      padding-left: 6px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pl6\@md {
      padding-left: 6px !important;
    }
  }
  @media (min-width: 768px) {
    .pl6\@md-min {
      padding-left: 6px !important;
    }
  }
  @media (max-width: 991px) {
    .pl6\@md-max {
      padding-left: 6px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pl6\@lg {
      padding-left: 6px !important;
    }
  }
  @media (min-width: 992px) {
    .pl6\@lg-min {
      padding-left: 6px !important;
    }
  }
  @media (max-width: 1199px) {
    .pl6\@lg-max {
      padding-left: 6px !important;
    }
  }
  @media (min-width: 1200px) {
    .pl6\@xl {
      padding-left: 6px !important;
    }
  }
  .pl7 {
    padding-left: 7px !important;
  }
  @media (max-width: 575px) {
    .pl7\@xs {
      padding-left: 7px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl7\@sm {
      padding-left: 7px !important;
    }
  }
  @media (min-width: 576px) {
    .pl7\@sm-min {
      padding-left: 7px !important;
    }
  }
  @media (max-width: 767px) {
    .pl7\@sm-max {
      padding-left: 7px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pl7\@md {
      padding-left: 7px !important;
    }
  }
  @media (min-width: 768px) {
    .pl7\@md-min {
      padding-left: 7px !important;
    }
  }
  @media (max-width: 991px) {
    .pl7\@md-max {
      padding-left: 7px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pl7\@lg {
      padding-left: 7px !important;
    }
  }
  @media (min-width: 992px) {
    .pl7\@lg-min {
      padding-left: 7px !important;
    }
  }
  @media (max-width: 1199px) {
    .pl7\@lg-max {
      padding-left: 7px !important;
    }
  }
  @media (min-width: 1200px) {
    .pl7\@xl {
      padding-left: 7px !important;
    }
  }
  .pl8 {
    padding-left: 8px !important;
  }
  @media (max-width: 575px) {
    .pl8\@xs {
      padding-left: 8px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl8\@sm {
      padding-left: 8px !important;
    }
  }
  @media (min-width: 576px) {
    .pl8\@sm-min {
      padding-left: 8px !important;
    }
  }
  @media (max-width: 767px) {
    .pl8\@sm-max {
      padding-left: 8px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pl8\@md {
      padding-left: 8px !important;
    }
  }
  @media (min-width: 768px) {
    .pl8\@md-min {
      padding-left: 8px !important;
    }
  }
  @media (max-width: 991px) {
    .pl8\@md-max {
      padding-left: 8px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pl8\@lg {
      padding-left: 8px !important;
    }
  }
  @media (min-width: 992px) {
    .pl8\@lg-min {
      padding-left: 8px !important;
    }
  }
  @media (max-width: 1199px) {
    .pl8\@lg-max {
      padding-left: 8px !important;
    }
  }
  @media (min-width: 1200px) {
    .pl8\@xl {
      padding-left: 8px !important;
    }
  }
  .pl9 {
    padding-left: 9px !important;
  }
  @media (max-width: 575px) {
    .pl9\@xs {
      padding-left: 9px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl9\@sm {
      padding-left: 9px !important;
    }
  }
  @media (min-width: 576px) {
    .pl9\@sm-min {
      padding-left: 9px !important;
    }
  }
  @media (max-width: 767px) {
    .pl9\@sm-max {
      padding-left: 9px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pl9\@md {
      padding-left: 9px !important;
    }
  }
  @media (min-width: 768px) {
    .pl9\@md-min {
      padding-left: 9px !important;
    }
  }
  @media (max-width: 991px) {
    .pl9\@md-max {
      padding-left: 9px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pl9\@lg {
      padding-left: 9px !important;
    }
  }
  @media (min-width: 992px) {
    .pl9\@lg-min {
      padding-left: 9px !important;
    }
  }
  @media (max-width: 1199px) {
    .pl9\@lg-max {
      padding-left: 9px !important;
    }
  }
  @media (min-width: 1200px) {
    .pl9\@xl {
      padding-left: 9px !important;
    }
  }
  .pl10 {
    padding-left: 10px !important;
  }
  @media (max-width: 575px) {
    .pl10\@xs {
      padding-left: 10px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl10\@sm {
      padding-left: 10px !important;
    }
  }
  @media (min-width: 576px) {
    .pl10\@sm-min {
      padding-left: 10px !important;
    }
  }
  @media (max-width: 767px) {
    .pl10\@sm-max {
      padding-left: 10px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pl10\@md {
      padding-left: 10px !important;
    }
  }
  @media (min-width: 768px) {
    .pl10\@md-min {
      padding-left: 10px !important;
    }
  }
  @media (max-width: 991px) {
    .pl10\@md-max {
      padding-left: 10px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pl10\@lg {
      padding-left: 10px !important;
    }
  }
  @media (min-width: 992px) {
    .pl10\@lg-min {
      padding-left: 10px !important;
    }
  }
  @media (max-width: 1199px) {
    .pl10\@lg-max {
      padding-left: 10px !important;
    }
  }
  @media (min-width: 1200px) {
    .pl10\@xl {
      padding-left: 10px !important;
    }
  }
  .pl12 {
    padding-left: 12px !important;
  }
  @media (max-width: 575px) {
    .pl12\@xs {
      padding-left: 12px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl12\@sm {
      padding-left: 12px !important;
    }
  }
  @media (min-width: 576px) {
    .pl12\@sm-min {
      padding-left: 12px !important;
    }
  }
  @media (max-width: 767px) {
    .pl12\@sm-max {
      padding-left: 12px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pl12\@md {
      padding-left: 12px !important;
    }
  }
  @media (min-width: 768px) {
    .pl12\@md-min {
      padding-left: 12px !important;
    }
  }
  @media (max-width: 991px) {
    .pl12\@md-max {
      padding-left: 12px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pl12\@lg {
      padding-left: 12px !important;
    }
  }
  @media (min-width: 992px) {
    .pl12\@lg-min {
      padding-left: 12px !important;
    }
  }
  @media (max-width: 1199px) {
    .pl12\@lg-max {
      padding-left: 12px !important;
    }
  }
  @media (min-width: 1200px) {
    .pl12\@xl {
      padding-left: 12px !important;
    }
  }
  .pl15 {
    padding-left: 15px !important;
  }
  @media (max-width: 575px) {
    .pl15\@xs {
      padding-left: 15px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl15\@sm {
      padding-left: 15px !important;
    }
  }
  @media (min-width: 576px) {
    .pl15\@sm-min {
      padding-left: 15px !important;
    }
  }
  @media (max-width: 767px) {
    .pl15\@sm-max {
      padding-left: 15px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pl15\@md {
      padding-left: 15px !important;
    }
  }
  @media (min-width: 768px) {
    .pl15\@md-min {
      padding-left: 15px !important;
    }
  }
  @media (max-width: 991px) {
    .pl15\@md-max {
      padding-left: 15px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pl15\@lg {
      padding-left: 15px !important;
    }
  }
  @media (min-width: 992px) {
    .pl15\@lg-min {
      padding-left: 15px !important;
    }
  }
  @media (max-width: 1199px) {
    .pl15\@lg-max {
      padding-left: 15px !important;
    }
  }
  @media (min-width: 1200px) {
    .pl15\@xl {
      padding-left: 15px !important;
    }
  }
  .pl16 {
    padding-left: 16px !important;
  }
  @media (max-width: 575px) {
    .pl16\@xs {
      padding-left: 16px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl16\@sm {
      padding-left: 16px !important;
    }
  }
  @media (min-width: 576px) {
    .pl16\@sm-min {
      padding-left: 16px !important;
    }
  }
  @media (max-width: 767px) {
    .pl16\@sm-max {
      padding-left: 16px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pl16\@md {
      padding-left: 16px !important;
    }
  }
  @media (min-width: 768px) {
    .pl16\@md-min {
      padding-left: 16px !important;
    }
  }
  @media (max-width: 991px) {
    .pl16\@md-max {
      padding-left: 16px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pl16\@lg {
      padding-left: 16px !important;
    }
  }
  @media (min-width: 992px) {
    .pl16\@lg-min {
      padding-left: 16px !important;
    }
  }
  @media (max-width: 1199px) {
    .pl16\@lg-max {
      padding-left: 16px !important;
    }
  }
  @media (min-width: 1200px) {
    .pl16\@xl {
      padding-left: 16px !important;
    }
  }
  .pl20 {
    padding-left: 20px !important;
  }
  @media (max-width: 575px) {
    .pl20\@xs {
      padding-left: 20px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl20\@sm {
      padding-left: 20px !important;
    }
  }
  @media (min-width: 576px) {
    .pl20\@sm-min {
      padding-left: 20px !important;
    }
  }
  @media (max-width: 767px) {
    .pl20\@sm-max {
      padding-left: 20px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pl20\@md {
      padding-left: 20px !important;
    }
  }
  @media (min-width: 768px) {
    .pl20\@md-min {
      padding-left: 20px !important;
    }
  }
  @media (max-width: 991px) {
    .pl20\@md-max {
      padding-left: 20px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pl20\@lg {
      padding-left: 20px !important;
    }
  }
  @media (min-width: 992px) {
    .pl20\@lg-min {
      padding-left: 20px !important;
    }
  }
  @media (max-width: 1199px) {
    .pl20\@lg-max {
      padding-left: 20px !important;
    }
  }
  @media (min-width: 1200px) {
    .pl20\@xl {
      padding-left: 20px !important;
    }
  }
  .pl24 {
    padding-left: 24px !important;
  }
  @media (max-width: 575px) {
    .pl24\@xs {
      padding-left: 24px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl24\@sm {
      padding-left: 24px !important;
    }
  }
  @media (min-width: 576px) {
    .pl24\@sm-min {
      padding-left: 24px !important;
    }
  }
  @media (max-width: 767px) {
    .pl24\@sm-max {
      padding-left: 24px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pl24\@md {
      padding-left: 24px !important;
    }
  }
  @media (min-width: 768px) {
    .pl24\@md-min {
      padding-left: 24px !important;
    }
  }
  @media (max-width: 991px) {
    .pl24\@md-max {
      padding-left: 24px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pl24\@lg {
      padding-left: 24px !important;
    }
  }
  @media (min-width: 992px) {
    .pl24\@lg-min {
      padding-left: 24px !important;
    }
  }
  @media (max-width: 1199px) {
    .pl24\@lg-max {
      padding-left: 24px !important;
    }
  }
  @media (min-width: 1200px) {
    .pl24\@xl {
      padding-left: 24px !important;
    }
  }
  .pl25 {
    padding-left: 25px !important;
  }
  @media (max-width: 575px) {
    .pl25\@xs {
      padding-left: 25px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl25\@sm {
      padding-left: 25px !important;
    }
  }
  @media (min-width: 576px) {
    .pl25\@sm-min {
      padding-left: 25px !important;
    }
  }
  @media (max-width: 767px) {
    .pl25\@sm-max {
      padding-left: 25px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pl25\@md {
      padding-left: 25px !important;
    }
  }
  @media (min-width: 768px) {
    .pl25\@md-min {
      padding-left: 25px !important;
    }
  }
  @media (max-width: 991px) {
    .pl25\@md-max {
      padding-left: 25px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pl25\@lg {
      padding-left: 25px !important;
    }
  }
  @media (min-width: 992px) {
    .pl25\@lg-min {
      padding-left: 25px !important;
    }
  }
  @media (max-width: 1199px) {
    .pl25\@lg-max {
      padding-left: 25px !important;
    }
  }
  @media (min-width: 1200px) {
    .pl25\@xl {
      padding-left: 25px !important;
    }
  }
  .pl30 {
    padding-left: 30px !important;
  }
  @media (max-width: 575px) {
    .pl30\@xs {
      padding-left: 30px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl30\@sm {
      padding-left: 30px !important;
    }
  }
  @media (min-width: 576px) {
    .pl30\@sm-min {
      padding-left: 30px !important;
    }
  }
  @media (max-width: 767px) {
    .pl30\@sm-max {
      padding-left: 30px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pl30\@md {
      padding-left: 30px !important;
    }
  }
  @media (min-width: 768px) {
    .pl30\@md-min {
      padding-left: 30px !important;
    }
  }
  @media (max-width: 991px) {
    .pl30\@md-max {
      padding-left: 30px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pl30\@lg {
      padding-left: 30px !important;
    }
  }
  @media (min-width: 992px) {
    .pl30\@lg-min {
      padding-left: 30px !important;
    }
  }
  @media (max-width: 1199px) {
    .pl30\@lg-max {
      padding-left: 30px !important;
    }
  }
  @media (min-width: 1200px) {
    .pl30\@xl {
      padding-left: 30px !important;
    }
  }
  .pl32 {
    padding-left: 32px !important;
  }
  @media (max-width: 575px) {
    .pl32\@xs {
      padding-left: 32px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl32\@sm {
      padding-left: 32px !important;
    }
  }
  @media (min-width: 576px) {
    .pl32\@sm-min {
      padding-left: 32px !important;
    }
  }
  @media (max-width: 767px) {
    .pl32\@sm-max {
      padding-left: 32px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pl32\@md {
      padding-left: 32px !important;
    }
  }
  @media (min-width: 768px) {
    .pl32\@md-min {
      padding-left: 32px !important;
    }
  }
  @media (max-width: 991px) {
    .pl32\@md-max {
      padding-left: 32px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pl32\@lg {
      padding-left: 32px !important;
    }
  }
  @media (min-width: 992px) {
    .pl32\@lg-min {
      padding-left: 32px !important;
    }
  }
  @media (max-width: 1199px) {
    .pl32\@lg-max {
      padding-left: 32px !important;
    }
  }
  @media (min-width: 1200px) {
    .pl32\@xl {
      padding-left: 32px !important;
    }
  }
  .pl40 {
    padding-left: 40px !important;
  }
  @media (max-width: 575px) {
    .pl40\@xs {
      padding-left: 40px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl40\@sm {
      padding-left: 40px !important;
    }
  }
  @media (min-width: 576px) {
    .pl40\@sm-min {
      padding-left: 40px !important;
    }
  }
  @media (max-width: 767px) {
    .pl40\@sm-max {
      padding-left: 40px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pl40\@md {
      padding-left: 40px !important;
    }
  }
  @media (min-width: 768px) {
    .pl40\@md-min {
      padding-left: 40px !important;
    }
  }
  @media (max-width: 991px) {
    .pl40\@md-max {
      padding-left: 40px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pl40\@lg {
      padding-left: 40px !important;
    }
  }
  @media (min-width: 992px) {
    .pl40\@lg-min {
      padding-left: 40px !important;
    }
  }
  @media (max-width: 1199px) {
    .pl40\@lg-max {
      padding-left: 40px !important;
    }
  }
  @media (min-width: 1200px) {
    .pl40\@xl {
      padding-left: 40px !important;
    }
  }
  .pl48 {
    padding-left: 48px !important;
  }
  @media (max-width: 575px) {
    .pl48\@xs {
      padding-left: 48px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl48\@sm {
      padding-left: 48px !important;
    }
  }
  @media (min-width: 576px) {
    .pl48\@sm-min {
      padding-left: 48px !important;
    }
  }
  @media (max-width: 767px) {
    .pl48\@sm-max {
      padding-left: 48px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pl48\@md {
      padding-left: 48px !important;
    }
  }
  @media (min-width: 768px) {
    .pl48\@md-min {
      padding-left: 48px !important;
    }
  }
  @media (max-width: 991px) {
    .pl48\@md-max {
      padding-left: 48px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pl48\@lg {
      padding-left: 48px !important;
    }
  }
  @media (min-width: 992px) {
    .pl48\@lg-min {
      padding-left: 48px !important;
    }
  }
  @media (max-width: 1199px) {
    .pl48\@lg-max {
      padding-left: 48px !important;
    }
  }
  @media (min-width: 1200px) {
    .pl48\@xl {
      padding-left: 48px !important;
    }
  }
  .pl50 {
    padding-left: 50px !important;
  }
  @media (max-width: 575px) {
    .pl50\@xs {
      padding-left: 50px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl50\@sm {
      padding-left: 50px !important;
    }
  }
  @media (min-width: 576px) {
    .pl50\@sm-min {
      padding-left: 50px !important;
    }
  }
  @media (max-width: 767px) {
    .pl50\@sm-max {
      padding-left: 50px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pl50\@md {
      padding-left: 50px !important;
    }
  }
  @media (min-width: 768px) {
    .pl50\@md-min {
      padding-left: 50px !important;
    }
  }
  @media (max-width: 991px) {
    .pl50\@md-max {
      padding-left: 50px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pl50\@lg {
      padding-left: 50px !important;
    }
  }
  @media (min-width: 992px) {
    .pl50\@lg-min {
      padding-left: 50px !important;
    }
  }
  @media (max-width: 1199px) {
    .pl50\@lg-max {
      padding-left: 50px !important;
    }
  }
  @media (min-width: 1200px) {
    .pl50\@xl {
      padding-left: 50px !important;
    }
  }
  .pl60 {
    padding-left: 60px !important;
  }
  @media (max-width: 575px) {
    .pl60\@xs {
      padding-left: 60px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl60\@sm {
      padding-left: 60px !important;
    }
  }
  @media (min-width: 576px) {
    .pl60\@sm-min {
      padding-left: 60px !important;
    }
  }
  @media (max-width: 767px) {
    .pl60\@sm-max {
      padding-left: 60px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pl60\@md {
      padding-left: 60px !important;
    }
  }
  @media (min-width: 768px) {
    .pl60\@md-min {
      padding-left: 60px !important;
    }
  }
  @media (max-width: 991px) {
    .pl60\@md-max {
      padding-left: 60px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pl60\@lg {
      padding-left: 60px !important;
    }
  }
  @media (min-width: 992px) {
    .pl60\@lg-min {
      padding-left: 60px !important;
    }
  }
  @media (max-width: 1199px) {
    .pl60\@lg-max {
      padding-left: 60px !important;
    }
  }
  @media (min-width: 1200px) {
    .pl60\@xl {
      padding-left: 60px !important;
    }
  }
  .pl70 {
    padding-left: 70px !important;
  }
  @media (max-width: 575px) {
    .pl70\@xs {
      padding-left: 70px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl70\@sm {
      padding-left: 70px !important;
    }
  }
  @media (min-width: 576px) {
    .pl70\@sm-min {
      padding-left: 70px !important;
    }
  }
  @media (max-width: 767px) {
    .pl70\@sm-max {
      padding-left: 70px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pl70\@md {
      padding-left: 70px !important;
    }
  }
  @media (min-width: 768px) {
    .pl70\@md-min {
      padding-left: 70px !important;
    }
  }
  @media (max-width: 991px) {
    .pl70\@md-max {
      padding-left: 70px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pl70\@lg {
      padding-left: 70px !important;
    }
  }
  @media (min-width: 992px) {
    .pl70\@lg-min {
      padding-left: 70px !important;
    }
  }
  @media (max-width: 1199px) {
    .pl70\@lg-max {
      padding-left: 70px !important;
    }
  }
  @media (min-width: 1200px) {
    .pl70\@xl {
      padding-left: 70px !important;
    }
  }
  .pl80 {
    padding-left: 80px !important;
  }
  @media (max-width: 575px) {
    .pl80\@xs {
      padding-left: 80px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl80\@sm {
      padding-left: 80px !important;
    }
  }
  @media (min-width: 576px) {
    .pl80\@sm-min {
      padding-left: 80px !important;
    }
  }
  @media (max-width: 767px) {
    .pl80\@sm-max {
      padding-left: 80px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pl80\@md {
      padding-left: 80px !important;
    }
  }
  @media (min-width: 768px) {
    .pl80\@md-min {
      padding-left: 80px !important;
    }
  }
  @media (max-width: 991px) {
    .pl80\@md-max {
      padding-left: 80px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pl80\@lg {
      padding-left: 80px !important;
    }
  }
  @media (min-width: 992px) {
    .pl80\@lg-min {
      padding-left: 80px !important;
    }
  }
  @media (max-width: 1199px) {
    .pl80\@lg-max {
      padding-left: 80px !important;
    }
  }
  @media (min-width: 1200px) {
    .pl80\@xl {
      padding-left: 80px !important;
    }
  }
  .pl90 {
    padding-left: 90px !important;
  }
  @media (max-width: 575px) {
    .pl90\@xs {
      padding-left: 90px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl90\@sm {
      padding-left: 90px !important;
    }
  }
  @media (min-width: 576px) {
    .pl90\@sm-min {
      padding-left: 90px !important;
    }
  }
  @media (max-width: 767px) {
    .pl90\@sm-max {
      padding-left: 90px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pl90\@md {
      padding-left: 90px !important;
    }
  }
  @media (min-width: 768px) {
    .pl90\@md-min {
      padding-left: 90px !important;
    }
  }
  @media (max-width: 991px) {
    .pl90\@md-max {
      padding-left: 90px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pl90\@lg {
      padding-left: 90px !important;
    }
  }
  @media (min-width: 992px) {
    .pl90\@lg-min {
      padding-left: 90px !important;
    }
  }
  @media (max-width: 1199px) {
    .pl90\@lg-max {
      padding-left: 90px !important;
    }
  }
  @media (min-width: 1200px) {
    .pl90\@xl {
      padding-left: 90px !important;
    }
  }
  .pl100 {
    padding-left: 100px !important;
  }
  @media (max-width: 575px) {
    .pl100\@xs {
      padding-left: 100px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl100\@sm {
      padding-left: 100px !important;
    }
  }
  @media (min-width: 576px) {
    .pl100\@sm-min {
      padding-left: 100px !important;
    }
  }
  @media (max-width: 767px) {
    .pl100\@sm-max {
      padding-left: 100px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pl100\@md {
      padding-left: 100px !important;
    }
  }
  @media (min-width: 768px) {
    .pl100\@md-min {
      padding-left: 100px !important;
    }
  }
  @media (max-width: 991px) {
    .pl100\@md-max {
      padding-left: 100px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pl100\@lg {
      padding-left: 100px !important;
    }
  }
  @media (min-width: 992px) {
    .pl100\@lg-min {
      padding-left: 100px !important;
    }
  }
  @media (max-width: 1199px) {
    .pl100\@lg-max {
      padding-left: 100px !important;
    }
  }
  @media (min-width: 1200px) {
    .pl100\@xl {
      padding-left: 100px !important;
    }
  }
  .pl110 {
    padding-left: 110px !important;
  }
  @media (max-width: 575px) {
    .pl110\@xs {
      padding-left: 110px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl110\@sm {
      padding-left: 110px !important;
    }
  }
  @media (min-width: 576px) {
    .pl110\@sm-min {
      padding-left: 110px !important;
    }
  }
  @media (max-width: 767px) {
    .pl110\@sm-max {
      padding-left: 110px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pl110\@md {
      padding-left: 110px !important;
    }
  }
  @media (min-width: 768px) {
    .pl110\@md-min {
      padding-left: 110px !important;
    }
  }
  @media (max-width: 991px) {
    .pl110\@md-max {
      padding-left: 110px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pl110\@lg {
      padding-left: 110px !important;
    }
  }
  @media (min-width: 992px) {
    .pl110\@lg-min {
      padding-left: 110px !important;
    }
  }
  @media (max-width: 1199px) {
    .pl110\@lg-max {
      padding-left: 110px !important;
    }
  }
  @media (min-width: 1200px) {
    .pl110\@xl {
      padding-left: 110px !important;
    }
  }
  .pl120 {
    padding-left: 120px !important;
  }
  @media (max-width: 575px) {
    .pl120\@xs {
      padding-left: 120px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl120\@sm {
      padding-left: 120px !important;
    }
  }
  @media (min-width: 576px) {
    .pl120\@sm-min {
      padding-left: 120px !important;
    }
  }
  @media (max-width: 767px) {
    .pl120\@sm-max {
      padding-left: 120px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pl120\@md {
      padding-left: 120px !important;
    }
  }
  @media (min-width: 768px) {
    .pl120\@md-min {
      padding-left: 120px !important;
    }
  }
  @media (max-width: 991px) {
    .pl120\@md-max {
      padding-left: 120px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pl120\@lg {
      padding-left: 120px !important;
    }
  }
  @media (min-width: 992px) {
    .pl120\@lg-min {
      padding-left: 120px !important;
    }
  }
  @media (max-width: 1199px) {
    .pl120\@lg-max {
      padding-left: 120px !important;
    }
  }
  @media (min-width: 1200px) {
    .pl120\@xl {
      padding-left: 120px !important;
    }
  }
  .pl130 {
    padding-left: 130px !important;
  }
  @media (max-width: 575px) {
    .pl130\@xs {
      padding-left: 130px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl130\@sm {
      padding-left: 130px !important;
    }
  }
  @media (min-width: 576px) {
    .pl130\@sm-min {
      padding-left: 130px !important;
    }
  }
  @media (max-width: 767px) {
    .pl130\@sm-max {
      padding-left: 130px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pl130\@md {
      padding-left: 130px !important;
    }
  }
  @media (min-width: 768px) {
    .pl130\@md-min {
      padding-left: 130px !important;
    }
  }
  @media (max-width: 991px) {
    .pl130\@md-max {
      padding-left: 130px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pl130\@lg {
      padding-left: 130px !important;
    }
  }
  @media (min-width: 992px) {
    .pl130\@lg-min {
      padding-left: 130px !important;
    }
  }
  @media (max-width: 1199px) {
    .pl130\@lg-max {
      padding-left: 130px !important;
    }
  }
  @media (min-width: 1200px) {
    .pl130\@xl {
      padding-left: 130px !important;
    }
  }
  .pl140 {
    padding-left: 140px !important;
  }
  @media (max-width: 575px) {
    .pl140\@xs {
      padding-left: 140px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl140\@sm {
      padding-left: 140px !important;
    }
  }
  @media (min-width: 576px) {
    .pl140\@sm-min {
      padding-left: 140px !important;
    }
  }
  @media (max-width: 767px) {
    .pl140\@sm-max {
      padding-left: 140px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pl140\@md {
      padding-left: 140px !important;
    }
  }
  @media (min-width: 768px) {
    .pl140\@md-min {
      padding-left: 140px !important;
    }
  }
  @media (max-width: 991px) {
    .pl140\@md-max {
      padding-left: 140px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pl140\@lg {
      padding-left: 140px !important;
    }
  }
  @media (min-width: 992px) {
    .pl140\@lg-min {
      padding-left: 140px !important;
    }
  }
  @media (max-width: 1199px) {
    .pl140\@lg-max {
      padding-left: 140px !important;
    }
  }
  @media (min-width: 1200px) {
    .pl140\@xl {
      padding-left: 140px !important;
    }
  }
  .pl150 {
    padding-left: 150px !important;
  }
  @media (max-width: 575px) {
    .pl150\@xs {
      padding-left: 150px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl150\@sm {
      padding-left: 150px !important;
    }
  }
  @media (min-width: 576px) {
    .pl150\@sm-min {
      padding-left: 150px !important;
    }
  }
  @media (max-width: 767px) {
    .pl150\@sm-max {
      padding-left: 150px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pl150\@md {
      padding-left: 150px !important;
    }
  }
  @media (min-width: 768px) {
    .pl150\@md-min {
      padding-left: 150px !important;
    }
  }
  @media (max-width: 991px) {
    .pl150\@md-max {
      padding-left: 150px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pl150\@lg {
      padding-left: 150px !important;
    }
  }
  @media (min-width: 992px) {
    .pl150\@lg-min {
      padding-left: 150px !important;
    }
  }
  @media (max-width: 1199px) {
    .pl150\@lg-max {
      padding-left: 150px !important;
    }
  }
  @media (min-width: 1200px) {
    .pl150\@xl {
      padding-left: 150px !important;
    }
  }
  .pl160 {
    padding-left: 160px !important;
  }
  @media (max-width: 575px) {
    .pl160\@xs {
      padding-left: 160px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl160\@sm {
      padding-left: 160px !important;
    }
  }
  @media (min-width: 576px) {
    .pl160\@sm-min {
      padding-left: 160px !important;
    }
  }
  @media (max-width: 767px) {
    .pl160\@sm-max {
      padding-left: 160px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pl160\@md {
      padding-left: 160px !important;
    }
  }
  @media (min-width: 768px) {
    .pl160\@md-min {
      padding-left: 160px !important;
    }
  }
  @media (max-width: 991px) {
    .pl160\@md-max {
      padding-left: 160px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pl160\@lg {
      padding-left: 160px !important;
    }
  }
  @media (min-width: 992px) {
    .pl160\@lg-min {
      padding-left: 160px !important;
    }
  }
  @media (max-width: 1199px) {
    .pl160\@lg-max {
      padding-left: 160px !important;
    }
  }
  @media (min-width: 1200px) {
    .pl160\@xl {
      padding-left: 160px !important;
    }
  }
  .pl200 {
    padding-left: 200px !important;
  }
  @media (max-width: 575px) {
    .pl200\@xs {
      padding-left: 200px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl200\@sm {
      padding-left: 200px !important;
    }
  }
  @media (min-width: 576px) {
    .pl200\@sm-min {
      padding-left: 200px !important;
    }
  }
  @media (max-width: 767px) {
    .pl200\@sm-max {
      padding-left: 200px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pl200\@md {
      padding-left: 200px !important;
    }
  }
  @media (min-width: 768px) {
    .pl200\@md-min {
      padding-left: 200px !important;
    }
  }
  @media (max-width: 991px) {
    .pl200\@md-max {
      padding-left: 200px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pl200\@lg {
      padding-left: 200px !important;
    }
  }
  @media (min-width: 992px) {
    .pl200\@lg-min {
      padding-left: 200px !important;
    }
  }
  @media (max-width: 1199px) {
    .pl200\@lg-max {
      padding-left: 200px !important;
    }
  }
  @media (min-width: 1200px) {
    .pl200\@xl {
      padding-left: 200px !important;
    }
  }
  .pl300 {
    padding-left: 300px !important;
  }
  @media (max-width: 575px) {
    .pl300\@xs {
      padding-left: 300px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl300\@sm {
      padding-left: 300px !important;
    }
  }
  @media (min-width: 576px) {
    .pl300\@sm-min {
      padding-left: 300px !important;
    }
  }
  @media (max-width: 767px) {
    .pl300\@sm-max {
      padding-left: 300px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pl300\@md {
      padding-left: 300px !important;
    }
  }
  @media (min-width: 768px) {
    .pl300\@md-min {
      padding-left: 300px !important;
    }
  }
  @media (max-width: 991px) {
    .pl300\@md-max {
      padding-left: 300px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pl300\@lg {
      padding-left: 300px !important;
    }
  }
  @media (min-width: 992px) {
    .pl300\@lg-min {
      padding-left: 300px !important;
    }
  }
  @media (max-width: 1199px) {
    .pl300\@lg-max {
      padding-left: 300px !important;
    }
  }
  @media (min-width: 1200px) {
    .pl300\@xl {
      padding-left: 300px !important;
    }
  }
  .m0 {
    margin: 0px !important;
  }
  @media (max-width: 575px) {
    .m0\@xs {
      margin: 0px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .m0\@sm {
      margin: 0px !important;
    }
  }
  @media (min-width: 576px) {
    .m0\@sm-min {
      margin: 0px !important;
    }
  }
  @media (max-width: 767px) {
    .m0\@sm-max {
      margin: 0px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .m0\@md {
      margin: 0px !important;
    }
  }
  @media (min-width: 768px) {
    .m0\@md-min {
      margin: 0px !important;
    }
  }
  @media (max-width: 991px) {
    .m0\@md-max {
      margin: 0px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .m0\@lg {
      margin: 0px !important;
    }
  }
  @media (min-width: 992px) {
    .m0\@lg-min {
      margin: 0px !important;
    }
  }
  @media (max-width: 1199px) {
    .m0\@lg-max {
      margin: 0px !important;
    }
  }
  @media (min-width: 1200px) {
    .m0\@xl {
      margin: 0px !important;
    }
  }
  .m4 {
    margin: 4px !important;
  }
  @media (max-width: 575px) {
    .m4\@xs {
      margin: 4px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .m4\@sm {
      margin: 4px !important;
    }
  }
  @media (min-width: 576px) {
    .m4\@sm-min {
      margin: 4px !important;
    }
  }
  @media (max-width: 767px) {
    .m4\@sm-max {
      margin: 4px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .m4\@md {
      margin: 4px !important;
    }
  }
  @media (min-width: 768px) {
    .m4\@md-min {
      margin: 4px !important;
    }
  }
  @media (max-width: 991px) {
    .m4\@md-max {
      margin: 4px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .m4\@lg {
      margin: 4px !important;
    }
  }
  @media (min-width: 992px) {
    .m4\@lg-min {
      margin: 4px !important;
    }
  }
  @media (max-width: 1199px) {
    .m4\@lg-max {
      margin: 4px !important;
    }
  }
  @media (min-width: 1200px) {
    .m4\@xl {
      margin: 4px !important;
    }
  }
  .m5 {
    margin: 5px !important;
  }
  @media (max-width: 575px) {
    .m5\@xs {
      margin: 5px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .m5\@sm {
      margin: 5px !important;
    }
  }
  @media (min-width: 576px) {
    .m5\@sm-min {
      margin: 5px !important;
    }
  }
  @media (max-width: 767px) {
    .m5\@sm-max {
      margin: 5px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .m5\@md {
      margin: 5px !important;
    }
  }
  @media (min-width: 768px) {
    .m5\@md-min {
      margin: 5px !important;
    }
  }
  @media (max-width: 991px) {
    .m5\@md-max {
      margin: 5px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .m5\@lg {
      margin: 5px !important;
    }
  }
  @media (min-width: 992px) {
    .m5\@lg-min {
      margin: 5px !important;
    }
  }
  @media (max-width: 1199px) {
    .m5\@lg-max {
      margin: 5px !important;
    }
  }
  @media (min-width: 1200px) {
    .m5\@xl {
      margin: 5px !important;
    }
  }
  .m6 {
    margin: 6px !important;
  }
  @media (max-width: 575px) {
    .m6\@xs {
      margin: 6px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .m6\@sm {
      margin: 6px !important;
    }
  }
  @media (min-width: 576px) {
    .m6\@sm-min {
      margin: 6px !important;
    }
  }
  @media (max-width: 767px) {
    .m6\@sm-max {
      margin: 6px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .m6\@md {
      margin: 6px !important;
    }
  }
  @media (min-width: 768px) {
    .m6\@md-min {
      margin: 6px !important;
    }
  }
  @media (max-width: 991px) {
    .m6\@md-max {
      margin: 6px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .m6\@lg {
      margin: 6px !important;
    }
  }
  @media (min-width: 992px) {
    .m6\@lg-min {
      margin: 6px !important;
    }
  }
  @media (max-width: 1199px) {
    .m6\@lg-max {
      margin: 6px !important;
    }
  }
  @media (min-width: 1200px) {
    .m6\@xl {
      margin: 6px !important;
    }
  }
  .m7 {
    margin: 7px !important;
  }
  @media (max-width: 575px) {
    .m7\@xs {
      margin: 7px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .m7\@sm {
      margin: 7px !important;
    }
  }
  @media (min-width: 576px) {
    .m7\@sm-min {
      margin: 7px !important;
    }
  }
  @media (max-width: 767px) {
    .m7\@sm-max {
      margin: 7px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .m7\@md {
      margin: 7px !important;
    }
  }
  @media (min-width: 768px) {
    .m7\@md-min {
      margin: 7px !important;
    }
  }
  @media (max-width: 991px) {
    .m7\@md-max {
      margin: 7px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .m7\@lg {
      margin: 7px !important;
    }
  }
  @media (min-width: 992px) {
    .m7\@lg-min {
      margin: 7px !important;
    }
  }
  @media (max-width: 1199px) {
    .m7\@lg-max {
      margin: 7px !important;
    }
  }
  @media (min-width: 1200px) {
    .m7\@xl {
      margin: 7px !important;
    }
  }
  .m8 {
    margin: 8px !important;
  }
  @media (max-width: 575px) {
    .m8\@xs {
      margin: 8px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .m8\@sm {
      margin: 8px !important;
    }
  }
  @media (min-width: 576px) {
    .m8\@sm-min {
      margin: 8px !important;
    }
  }
  @media (max-width: 767px) {
    .m8\@sm-max {
      margin: 8px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .m8\@md {
      margin: 8px !important;
    }
  }
  @media (min-width: 768px) {
    .m8\@md-min {
      margin: 8px !important;
    }
  }
  @media (max-width: 991px) {
    .m8\@md-max {
      margin: 8px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .m8\@lg {
      margin: 8px !important;
    }
  }
  @media (min-width: 992px) {
    .m8\@lg-min {
      margin: 8px !important;
    }
  }
  @media (max-width: 1199px) {
    .m8\@lg-max {
      margin: 8px !important;
    }
  }
  @media (min-width: 1200px) {
    .m8\@xl {
      margin: 8px !important;
    }
  }
  .m9 {
    margin: 9px !important;
  }
  @media (max-width: 575px) {
    .m9\@xs {
      margin: 9px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .m9\@sm {
      margin: 9px !important;
    }
  }
  @media (min-width: 576px) {
    .m9\@sm-min {
      margin: 9px !important;
    }
  }
  @media (max-width: 767px) {
    .m9\@sm-max {
      margin: 9px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .m9\@md {
      margin: 9px !important;
    }
  }
  @media (min-width: 768px) {
    .m9\@md-min {
      margin: 9px !important;
    }
  }
  @media (max-width: 991px) {
    .m9\@md-max {
      margin: 9px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .m9\@lg {
      margin: 9px !important;
    }
  }
  @media (min-width: 992px) {
    .m9\@lg-min {
      margin: 9px !important;
    }
  }
  @media (max-width: 1199px) {
    .m9\@lg-max {
      margin: 9px !important;
    }
  }
  @media (min-width: 1200px) {
    .m9\@xl {
      margin: 9px !important;
    }
  }
  .m10 {
    margin: 10px !important;
  }
  @media (max-width: 575px) {
    .m10\@xs {
      margin: 10px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .m10\@sm {
      margin: 10px !important;
    }
  }
  @media (min-width: 576px) {
    .m10\@sm-min {
      margin: 10px !important;
    }
  }
  @media (max-width: 767px) {
    .m10\@sm-max {
      margin: 10px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .m10\@md {
      margin: 10px !important;
    }
  }
  @media (min-width: 768px) {
    .m10\@md-min {
      margin: 10px !important;
    }
  }
  @media (max-width: 991px) {
    .m10\@md-max {
      margin: 10px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .m10\@lg {
      margin: 10px !important;
    }
  }
  @media (min-width: 992px) {
    .m10\@lg-min {
      margin: 10px !important;
    }
  }
  @media (max-width: 1199px) {
    .m10\@lg-max {
      margin: 10px !important;
    }
  }
  @media (min-width: 1200px) {
    .m10\@xl {
      margin: 10px !important;
    }
  }
  .m12 {
    margin: 12px !important;
  }
  @media (max-width: 575px) {
    .m12\@xs {
      margin: 12px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .m12\@sm {
      margin: 12px !important;
    }
  }
  @media (min-width: 576px) {
    .m12\@sm-min {
      margin: 12px !important;
    }
  }
  @media (max-width: 767px) {
    .m12\@sm-max {
      margin: 12px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .m12\@md {
      margin: 12px !important;
    }
  }
  @media (min-width: 768px) {
    .m12\@md-min {
      margin: 12px !important;
    }
  }
  @media (max-width: 991px) {
    .m12\@md-max {
      margin: 12px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .m12\@lg {
      margin: 12px !important;
    }
  }
  @media (min-width: 992px) {
    .m12\@lg-min {
      margin: 12px !important;
    }
  }
  @media (max-width: 1199px) {
    .m12\@lg-max {
      margin: 12px !important;
    }
  }
  @media (min-width: 1200px) {
    .m12\@xl {
      margin: 12px !important;
    }
  }
  .m15 {
    margin: 15px !important;
  }
  @media (max-width: 575px) {
    .m15\@xs {
      margin: 15px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .m15\@sm {
      margin: 15px !important;
    }
  }
  @media (min-width: 576px) {
    .m15\@sm-min {
      margin: 15px !important;
    }
  }
  @media (max-width: 767px) {
    .m15\@sm-max {
      margin: 15px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .m15\@md {
      margin: 15px !important;
    }
  }
  @media (min-width: 768px) {
    .m15\@md-min {
      margin: 15px !important;
    }
  }
  @media (max-width: 991px) {
    .m15\@md-max {
      margin: 15px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .m15\@lg {
      margin: 15px !important;
    }
  }
  @media (min-width: 992px) {
    .m15\@lg-min {
      margin: 15px !important;
    }
  }
  @media (max-width: 1199px) {
    .m15\@lg-max {
      margin: 15px !important;
    }
  }
  @media (min-width: 1200px) {
    .m15\@xl {
      margin: 15px !important;
    }
  }
  .m16 {
    margin: 16px !important;
  }
  @media (max-width: 575px) {
    .m16\@xs {
      margin: 16px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .m16\@sm {
      margin: 16px !important;
    }
  }
  @media (min-width: 576px) {
    .m16\@sm-min {
      margin: 16px !important;
    }
  }
  @media (max-width: 767px) {
    .m16\@sm-max {
      margin: 16px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .m16\@md {
      margin: 16px !important;
    }
  }
  @media (min-width: 768px) {
    .m16\@md-min {
      margin: 16px !important;
    }
  }
  @media (max-width: 991px) {
    .m16\@md-max {
      margin: 16px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .m16\@lg {
      margin: 16px !important;
    }
  }
  @media (min-width: 992px) {
    .m16\@lg-min {
      margin: 16px !important;
    }
  }
  @media (max-width: 1199px) {
    .m16\@lg-max {
      margin: 16px !important;
    }
  }
  @media (min-width: 1200px) {
    .m16\@xl {
      margin: 16px !important;
    }
  }
  .m20 {
    margin: 20px !important;
  }
  @media (max-width: 575px) {
    .m20\@xs {
      margin: 20px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .m20\@sm {
      margin: 20px !important;
    }
  }
  @media (min-width: 576px) {
    .m20\@sm-min {
      margin: 20px !important;
    }
  }
  @media (max-width: 767px) {
    .m20\@sm-max {
      margin: 20px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .m20\@md {
      margin: 20px !important;
    }
  }
  @media (min-width: 768px) {
    .m20\@md-min {
      margin: 20px !important;
    }
  }
  @media (max-width: 991px) {
    .m20\@md-max {
      margin: 20px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .m20\@lg {
      margin: 20px !important;
    }
  }
  @media (min-width: 992px) {
    .m20\@lg-min {
      margin: 20px !important;
    }
  }
  @media (max-width: 1199px) {
    .m20\@lg-max {
      margin: 20px !important;
    }
  }
  @media (min-width: 1200px) {
    .m20\@xl {
      margin: 20px !important;
    }
  }
  .m24 {
    margin: 24px !important;
  }
  @media (max-width: 575px) {
    .m24\@xs {
      margin: 24px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .m24\@sm {
      margin: 24px !important;
    }
  }
  @media (min-width: 576px) {
    .m24\@sm-min {
      margin: 24px !important;
    }
  }
  @media (max-width: 767px) {
    .m24\@sm-max {
      margin: 24px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .m24\@md {
      margin: 24px !important;
    }
  }
  @media (min-width: 768px) {
    .m24\@md-min {
      margin: 24px !important;
    }
  }
  @media (max-width: 991px) {
    .m24\@md-max {
      margin: 24px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .m24\@lg {
      margin: 24px !important;
    }
  }
  @media (min-width: 992px) {
    .m24\@lg-min {
      margin: 24px !important;
    }
  }
  @media (max-width: 1199px) {
    .m24\@lg-max {
      margin: 24px !important;
    }
  }
  @media (min-width: 1200px) {
    .m24\@xl {
      margin: 24px !important;
    }
  }
  .m25 {
    margin: 25px !important;
  }
  @media (max-width: 575px) {
    .m25\@xs {
      margin: 25px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .m25\@sm {
      margin: 25px !important;
    }
  }
  @media (min-width: 576px) {
    .m25\@sm-min {
      margin: 25px !important;
    }
  }
  @media (max-width: 767px) {
    .m25\@sm-max {
      margin: 25px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .m25\@md {
      margin: 25px !important;
    }
  }
  @media (min-width: 768px) {
    .m25\@md-min {
      margin: 25px !important;
    }
  }
  @media (max-width: 991px) {
    .m25\@md-max {
      margin: 25px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .m25\@lg {
      margin: 25px !important;
    }
  }
  @media (min-width: 992px) {
    .m25\@lg-min {
      margin: 25px !important;
    }
  }
  @media (max-width: 1199px) {
    .m25\@lg-max {
      margin: 25px !important;
    }
  }
  @media (min-width: 1200px) {
    .m25\@xl {
      margin: 25px !important;
    }
  }
  .m30 {
    margin: 30px !important;
  }
  @media (max-width: 575px) {
    .m30\@xs {
      margin: 30px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .m30\@sm {
      margin: 30px !important;
    }
  }
  @media (min-width: 576px) {
    .m30\@sm-min {
      margin: 30px !important;
    }
  }
  @media (max-width: 767px) {
    .m30\@sm-max {
      margin: 30px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .m30\@md {
      margin: 30px !important;
    }
  }
  @media (min-width: 768px) {
    .m30\@md-min {
      margin: 30px !important;
    }
  }
  @media (max-width: 991px) {
    .m30\@md-max {
      margin: 30px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .m30\@lg {
      margin: 30px !important;
    }
  }
  @media (min-width: 992px) {
    .m30\@lg-min {
      margin: 30px !important;
    }
  }
  @media (max-width: 1199px) {
    .m30\@lg-max {
      margin: 30px !important;
    }
  }
  @media (min-width: 1200px) {
    .m30\@xl {
      margin: 30px !important;
    }
  }
  .m32 {
    margin: 32px !important;
  }
  @media (max-width: 575px) {
    .m32\@xs {
      margin: 32px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .m32\@sm {
      margin: 32px !important;
    }
  }
  @media (min-width: 576px) {
    .m32\@sm-min {
      margin: 32px !important;
    }
  }
  @media (max-width: 767px) {
    .m32\@sm-max {
      margin: 32px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .m32\@md {
      margin: 32px !important;
    }
  }
  @media (min-width: 768px) {
    .m32\@md-min {
      margin: 32px !important;
    }
  }
  @media (max-width: 991px) {
    .m32\@md-max {
      margin: 32px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .m32\@lg {
      margin: 32px !important;
    }
  }
  @media (min-width: 992px) {
    .m32\@lg-min {
      margin: 32px !important;
    }
  }
  @media (max-width: 1199px) {
    .m32\@lg-max {
      margin: 32px !important;
    }
  }
  @media (min-width: 1200px) {
    .m32\@xl {
      margin: 32px !important;
    }
  }
  .m40 {
    margin: 40px !important;
  }
  @media (max-width: 575px) {
    .m40\@xs {
      margin: 40px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .m40\@sm {
      margin: 40px !important;
    }
  }
  @media (min-width: 576px) {
    .m40\@sm-min {
      margin: 40px !important;
    }
  }
  @media (max-width: 767px) {
    .m40\@sm-max {
      margin: 40px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .m40\@md {
      margin: 40px !important;
    }
  }
  @media (min-width: 768px) {
    .m40\@md-min {
      margin: 40px !important;
    }
  }
  @media (max-width: 991px) {
    .m40\@md-max {
      margin: 40px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .m40\@lg {
      margin: 40px !important;
    }
  }
  @media (min-width: 992px) {
    .m40\@lg-min {
      margin: 40px !important;
    }
  }
  @media (max-width: 1199px) {
    .m40\@lg-max {
      margin: 40px !important;
    }
  }
  @media (min-width: 1200px) {
    .m40\@xl {
      margin: 40px !important;
    }
  }
  .m48 {
    margin: 48px !important;
  }
  @media (max-width: 575px) {
    .m48\@xs {
      margin: 48px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .m48\@sm {
      margin: 48px !important;
    }
  }
  @media (min-width: 576px) {
    .m48\@sm-min {
      margin: 48px !important;
    }
  }
  @media (max-width: 767px) {
    .m48\@sm-max {
      margin: 48px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .m48\@md {
      margin: 48px !important;
    }
  }
  @media (min-width: 768px) {
    .m48\@md-min {
      margin: 48px !important;
    }
  }
  @media (max-width: 991px) {
    .m48\@md-max {
      margin: 48px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .m48\@lg {
      margin: 48px !important;
    }
  }
  @media (min-width: 992px) {
    .m48\@lg-min {
      margin: 48px !important;
    }
  }
  @media (max-width: 1199px) {
    .m48\@lg-max {
      margin: 48px !important;
    }
  }
  @media (min-width: 1200px) {
    .m48\@xl {
      margin: 48px !important;
    }
  }
  .m50 {
    margin: 50px !important;
  }
  @media (max-width: 575px) {
    .m50\@xs {
      margin: 50px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .m50\@sm {
      margin: 50px !important;
    }
  }
  @media (min-width: 576px) {
    .m50\@sm-min {
      margin: 50px !important;
    }
  }
  @media (max-width: 767px) {
    .m50\@sm-max {
      margin: 50px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .m50\@md {
      margin: 50px !important;
    }
  }
  @media (min-width: 768px) {
    .m50\@md-min {
      margin: 50px !important;
    }
  }
  @media (max-width: 991px) {
    .m50\@md-max {
      margin: 50px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .m50\@lg {
      margin: 50px !important;
    }
  }
  @media (min-width: 992px) {
    .m50\@lg-min {
      margin: 50px !important;
    }
  }
  @media (max-width: 1199px) {
    .m50\@lg-max {
      margin: 50px !important;
    }
  }
  @media (min-width: 1200px) {
    .m50\@xl {
      margin: 50px !important;
    }
  }
  .m60 {
    margin: 60px !important;
  }
  @media (max-width: 575px) {
    .m60\@xs {
      margin: 60px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .m60\@sm {
      margin: 60px !important;
    }
  }
  @media (min-width: 576px) {
    .m60\@sm-min {
      margin: 60px !important;
    }
  }
  @media (max-width: 767px) {
    .m60\@sm-max {
      margin: 60px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .m60\@md {
      margin: 60px !important;
    }
  }
  @media (min-width: 768px) {
    .m60\@md-min {
      margin: 60px !important;
    }
  }
  @media (max-width: 991px) {
    .m60\@md-max {
      margin: 60px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .m60\@lg {
      margin: 60px !important;
    }
  }
  @media (min-width: 992px) {
    .m60\@lg-min {
      margin: 60px !important;
    }
  }
  @media (max-width: 1199px) {
    .m60\@lg-max {
      margin: 60px !important;
    }
  }
  @media (min-width: 1200px) {
    .m60\@xl {
      margin: 60px !important;
    }
  }
  .m70 {
    margin: 70px !important;
  }
  @media (max-width: 575px) {
    .m70\@xs {
      margin: 70px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .m70\@sm {
      margin: 70px !important;
    }
  }
  @media (min-width: 576px) {
    .m70\@sm-min {
      margin: 70px !important;
    }
  }
  @media (max-width: 767px) {
    .m70\@sm-max {
      margin: 70px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .m70\@md {
      margin: 70px !important;
    }
  }
  @media (min-width: 768px) {
    .m70\@md-min {
      margin: 70px !important;
    }
  }
  @media (max-width: 991px) {
    .m70\@md-max {
      margin: 70px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .m70\@lg {
      margin: 70px !important;
    }
  }
  @media (min-width: 992px) {
    .m70\@lg-min {
      margin: 70px !important;
    }
  }
  @media (max-width: 1199px) {
    .m70\@lg-max {
      margin: 70px !important;
    }
  }
  @media (min-width: 1200px) {
    .m70\@xl {
      margin: 70px !important;
    }
  }
  .m80 {
    margin: 80px !important;
  }
  @media (max-width: 575px) {
    .m80\@xs {
      margin: 80px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .m80\@sm {
      margin: 80px !important;
    }
  }
  @media (min-width: 576px) {
    .m80\@sm-min {
      margin: 80px !important;
    }
  }
  @media (max-width: 767px) {
    .m80\@sm-max {
      margin: 80px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .m80\@md {
      margin: 80px !important;
    }
  }
  @media (min-width: 768px) {
    .m80\@md-min {
      margin: 80px !important;
    }
  }
  @media (max-width: 991px) {
    .m80\@md-max {
      margin: 80px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .m80\@lg {
      margin: 80px !important;
    }
  }
  @media (min-width: 992px) {
    .m80\@lg-min {
      margin: 80px !important;
    }
  }
  @media (max-width: 1199px) {
    .m80\@lg-max {
      margin: 80px !important;
    }
  }
  @media (min-width: 1200px) {
    .m80\@xl {
      margin: 80px !important;
    }
  }
  .m90 {
    margin: 90px !important;
  }
  @media (max-width: 575px) {
    .m90\@xs {
      margin: 90px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .m90\@sm {
      margin: 90px !important;
    }
  }
  @media (min-width: 576px) {
    .m90\@sm-min {
      margin: 90px !important;
    }
  }
  @media (max-width: 767px) {
    .m90\@sm-max {
      margin: 90px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .m90\@md {
      margin: 90px !important;
    }
  }
  @media (min-width: 768px) {
    .m90\@md-min {
      margin: 90px !important;
    }
  }
  @media (max-width: 991px) {
    .m90\@md-max {
      margin: 90px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .m90\@lg {
      margin: 90px !important;
    }
  }
  @media (min-width: 992px) {
    .m90\@lg-min {
      margin: 90px !important;
    }
  }
  @media (max-width: 1199px) {
    .m90\@lg-max {
      margin: 90px !important;
    }
  }
  @media (min-width: 1200px) {
    .m90\@xl {
      margin: 90px !important;
    }
  }
  .m100 {
    margin: 100px !important;
  }
  @media (max-width: 575px) {
    .m100\@xs {
      margin: 100px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .m100\@sm {
      margin: 100px !important;
    }
  }
  @media (min-width: 576px) {
    .m100\@sm-min {
      margin: 100px !important;
    }
  }
  @media (max-width: 767px) {
    .m100\@sm-max {
      margin: 100px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .m100\@md {
      margin: 100px !important;
    }
  }
  @media (min-width: 768px) {
    .m100\@md-min {
      margin: 100px !important;
    }
  }
  @media (max-width: 991px) {
    .m100\@md-max {
      margin: 100px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .m100\@lg {
      margin: 100px !important;
    }
  }
  @media (min-width: 992px) {
    .m100\@lg-min {
      margin: 100px !important;
    }
  }
  @media (max-width: 1199px) {
    .m100\@lg-max {
      margin: 100px !important;
    }
  }
  @media (min-width: 1200px) {
    .m100\@xl {
      margin: 100px !important;
    }
  }
  .m110 {
    margin: 110px !important;
  }
  @media (max-width: 575px) {
    .m110\@xs {
      margin: 110px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .m110\@sm {
      margin: 110px !important;
    }
  }
  @media (min-width: 576px) {
    .m110\@sm-min {
      margin: 110px !important;
    }
  }
  @media (max-width: 767px) {
    .m110\@sm-max {
      margin: 110px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .m110\@md {
      margin: 110px !important;
    }
  }
  @media (min-width: 768px) {
    .m110\@md-min {
      margin: 110px !important;
    }
  }
  @media (max-width: 991px) {
    .m110\@md-max {
      margin: 110px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .m110\@lg {
      margin: 110px !important;
    }
  }
  @media (min-width: 992px) {
    .m110\@lg-min {
      margin: 110px !important;
    }
  }
  @media (max-width: 1199px) {
    .m110\@lg-max {
      margin: 110px !important;
    }
  }
  @media (min-width: 1200px) {
    .m110\@xl {
      margin: 110px !important;
    }
  }
  .m120 {
    margin: 120px !important;
  }
  @media (max-width: 575px) {
    .m120\@xs {
      margin: 120px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .m120\@sm {
      margin: 120px !important;
    }
  }
  @media (min-width: 576px) {
    .m120\@sm-min {
      margin: 120px !important;
    }
  }
  @media (max-width: 767px) {
    .m120\@sm-max {
      margin: 120px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .m120\@md {
      margin: 120px !important;
    }
  }
  @media (min-width: 768px) {
    .m120\@md-min {
      margin: 120px !important;
    }
  }
  @media (max-width: 991px) {
    .m120\@md-max {
      margin: 120px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .m120\@lg {
      margin: 120px !important;
    }
  }
  @media (min-width: 992px) {
    .m120\@lg-min {
      margin: 120px !important;
    }
  }
  @media (max-width: 1199px) {
    .m120\@lg-max {
      margin: 120px !important;
    }
  }
  @media (min-width: 1200px) {
    .m120\@xl {
      margin: 120px !important;
    }
  }
  .m130 {
    margin: 130px !important;
  }
  @media (max-width: 575px) {
    .m130\@xs {
      margin: 130px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .m130\@sm {
      margin: 130px !important;
    }
  }
  @media (min-width: 576px) {
    .m130\@sm-min {
      margin: 130px !important;
    }
  }
  @media (max-width: 767px) {
    .m130\@sm-max {
      margin: 130px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .m130\@md {
      margin: 130px !important;
    }
  }
  @media (min-width: 768px) {
    .m130\@md-min {
      margin: 130px !important;
    }
  }
  @media (max-width: 991px) {
    .m130\@md-max {
      margin: 130px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .m130\@lg {
      margin: 130px !important;
    }
  }
  @media (min-width: 992px) {
    .m130\@lg-min {
      margin: 130px !important;
    }
  }
  @media (max-width: 1199px) {
    .m130\@lg-max {
      margin: 130px !important;
    }
  }
  @media (min-width: 1200px) {
    .m130\@xl {
      margin: 130px !important;
    }
  }
  .m140 {
    margin: 140px !important;
  }
  @media (max-width: 575px) {
    .m140\@xs {
      margin: 140px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .m140\@sm {
      margin: 140px !important;
    }
  }
  @media (min-width: 576px) {
    .m140\@sm-min {
      margin: 140px !important;
    }
  }
  @media (max-width: 767px) {
    .m140\@sm-max {
      margin: 140px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .m140\@md {
      margin: 140px !important;
    }
  }
  @media (min-width: 768px) {
    .m140\@md-min {
      margin: 140px !important;
    }
  }
  @media (max-width: 991px) {
    .m140\@md-max {
      margin: 140px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .m140\@lg {
      margin: 140px !important;
    }
  }
  @media (min-width: 992px) {
    .m140\@lg-min {
      margin: 140px !important;
    }
  }
  @media (max-width: 1199px) {
    .m140\@lg-max {
      margin: 140px !important;
    }
  }
  @media (min-width: 1200px) {
    .m140\@xl {
      margin: 140px !important;
    }
  }
  .m150 {
    margin: 150px !important;
  }
  @media (max-width: 575px) {
    .m150\@xs {
      margin: 150px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .m150\@sm {
      margin: 150px !important;
    }
  }
  @media (min-width: 576px) {
    .m150\@sm-min {
      margin: 150px !important;
    }
  }
  @media (max-width: 767px) {
    .m150\@sm-max {
      margin: 150px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .m150\@md {
      margin: 150px !important;
    }
  }
  @media (min-width: 768px) {
    .m150\@md-min {
      margin: 150px !important;
    }
  }
  @media (max-width: 991px) {
    .m150\@md-max {
      margin: 150px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .m150\@lg {
      margin: 150px !important;
    }
  }
  @media (min-width: 992px) {
    .m150\@lg-min {
      margin: 150px !important;
    }
  }
  @media (max-width: 1199px) {
    .m150\@lg-max {
      margin: 150px !important;
    }
  }
  @media (min-width: 1200px) {
    .m150\@xl {
      margin: 150px !important;
    }
  }
  .m160 {
    margin: 160px !important;
  }
  @media (max-width: 575px) {
    .m160\@xs {
      margin: 160px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .m160\@sm {
      margin: 160px !important;
    }
  }
  @media (min-width: 576px) {
    .m160\@sm-min {
      margin: 160px !important;
    }
  }
  @media (max-width: 767px) {
    .m160\@sm-max {
      margin: 160px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .m160\@md {
      margin: 160px !important;
    }
  }
  @media (min-width: 768px) {
    .m160\@md-min {
      margin: 160px !important;
    }
  }
  @media (max-width: 991px) {
    .m160\@md-max {
      margin: 160px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .m160\@lg {
      margin: 160px !important;
    }
  }
  @media (min-width: 992px) {
    .m160\@lg-min {
      margin: 160px !important;
    }
  }
  @media (max-width: 1199px) {
    .m160\@lg-max {
      margin: 160px !important;
    }
  }
  @media (min-width: 1200px) {
    .m160\@xl {
      margin: 160px !important;
    }
  }
  .m200 {
    margin: 200px !important;
  }
  @media (max-width: 575px) {
    .m200\@xs {
      margin: 200px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .m200\@sm {
      margin: 200px !important;
    }
  }
  @media (min-width: 576px) {
    .m200\@sm-min {
      margin: 200px !important;
    }
  }
  @media (max-width: 767px) {
    .m200\@sm-max {
      margin: 200px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .m200\@md {
      margin: 200px !important;
    }
  }
  @media (min-width: 768px) {
    .m200\@md-min {
      margin: 200px !important;
    }
  }
  @media (max-width: 991px) {
    .m200\@md-max {
      margin: 200px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .m200\@lg {
      margin: 200px !important;
    }
  }
  @media (min-width: 992px) {
    .m200\@lg-min {
      margin: 200px !important;
    }
  }
  @media (max-width: 1199px) {
    .m200\@lg-max {
      margin: 200px !important;
    }
  }
  @media (min-width: 1200px) {
    .m200\@xl {
      margin: 200px !important;
    }
  }
  .m300 {
    margin: 300px !important;
  }
  @media (max-width: 575px) {
    .m300\@xs {
      margin: 300px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .m300\@sm {
      margin: 300px !important;
    }
  }
  @media (min-width: 576px) {
    .m300\@sm-min {
      margin: 300px !important;
    }
  }
  @media (max-width: 767px) {
    .m300\@sm-max {
      margin: 300px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .m300\@md {
      margin: 300px !important;
    }
  }
  @media (min-width: 768px) {
    .m300\@md-min {
      margin: 300px !important;
    }
  }
  @media (max-width: 991px) {
    .m300\@md-max {
      margin: 300px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .m300\@lg {
      margin: 300px !important;
    }
  }
  @media (min-width: 992px) {
    .m300\@lg-min {
      margin: 300px !important;
    }
  }
  @media (max-width: 1199px) {
    .m300\@lg-max {
      margin: 300px !important;
    }
  }
  @media (min-width: 1200px) {
    .m300\@xl {
      margin: 300px !important;
    }
  }
  .mt0 {
    margin-top: 0px !important;
  }
  @media (max-width: 575px) {
    .mt0\@xs {
      margin-top: 0px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt0\@sm {
      margin-top: 0px !important;
    }
  }
  @media (min-width: 576px) {
    .mt0\@sm-min {
      margin-top: 0px !important;
    }
  }
  @media (max-width: 767px) {
    .mt0\@sm-max {
      margin-top: 0px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mt0\@md {
      margin-top: 0px !important;
    }
  }
  @media (min-width: 768px) {
    .mt0\@md-min {
      margin-top: 0px !important;
    }
  }
  @media (max-width: 991px) {
    .mt0\@md-max {
      margin-top: 0px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mt0\@lg {
      margin-top: 0px !important;
    }
  }
  @media (min-width: 992px) {
    .mt0\@lg-min {
      margin-top: 0px !important;
    }
  }
  @media (max-width: 1199px) {
    .mt0\@lg-max {
      margin-top: 0px !important;
    }
  }
  @media (min-width: 1200px) {
    .mt0\@xl {
      margin-top: 0px !important;
    }
  }
  .mt4 {
    margin-top: 4px !important;
  }
  @media (max-width: 575px) {
    .mt4\@xs {
      margin-top: 4px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt4\@sm {
      margin-top: 4px !important;
    }
  }
  @media (min-width: 576px) {
    .mt4\@sm-min {
      margin-top: 4px !important;
    }
  }
  @media (max-width: 767px) {
    .mt4\@sm-max {
      margin-top: 4px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mt4\@md {
      margin-top: 4px !important;
    }
  }
  @media (min-width: 768px) {
    .mt4\@md-min {
      margin-top: 4px !important;
    }
  }
  @media (max-width: 991px) {
    .mt4\@md-max {
      margin-top: 4px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mt4\@lg {
      margin-top: 4px !important;
    }
  }
  @media (min-width: 992px) {
    .mt4\@lg-min {
      margin-top: 4px !important;
    }
  }
  @media (max-width: 1199px) {
    .mt4\@lg-max {
      margin-top: 4px !important;
    }
  }
  @media (min-width: 1200px) {
    .mt4\@xl {
      margin-top: 4px !important;
    }
  }
  .mt5 {
    margin-top: 5px !important;
  }
  @media (max-width: 575px) {
    .mt5\@xs {
      margin-top: 5px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt5\@sm {
      margin-top: 5px !important;
    }
  }
  @media (min-width: 576px) {
    .mt5\@sm-min {
      margin-top: 5px !important;
    }
  }
  @media (max-width: 767px) {
    .mt5\@sm-max {
      margin-top: 5px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mt5\@md {
      margin-top: 5px !important;
    }
  }
  @media (min-width: 768px) {
    .mt5\@md-min {
      margin-top: 5px !important;
    }
  }
  @media (max-width: 991px) {
    .mt5\@md-max {
      margin-top: 5px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mt5\@lg {
      margin-top: 5px !important;
    }
  }
  @media (min-width: 992px) {
    .mt5\@lg-min {
      margin-top: 5px !important;
    }
  }
  @media (max-width: 1199px) {
    .mt5\@lg-max {
      margin-top: 5px !important;
    }
  }
  @media (min-width: 1200px) {
    .mt5\@xl {
      margin-top: 5px !important;
    }
  }
  .mt6 {
    margin-top: 6px !important;
  }
  @media (max-width: 575px) {
    .mt6\@xs {
      margin-top: 6px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt6\@sm {
      margin-top: 6px !important;
    }
  }
  @media (min-width: 576px) {
    .mt6\@sm-min {
      margin-top: 6px !important;
    }
  }
  @media (max-width: 767px) {
    .mt6\@sm-max {
      margin-top: 6px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mt6\@md {
      margin-top: 6px !important;
    }
  }
  @media (min-width: 768px) {
    .mt6\@md-min {
      margin-top: 6px !important;
    }
  }
  @media (max-width: 991px) {
    .mt6\@md-max {
      margin-top: 6px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mt6\@lg {
      margin-top: 6px !important;
    }
  }
  @media (min-width: 992px) {
    .mt6\@lg-min {
      margin-top: 6px !important;
    }
  }
  @media (max-width: 1199px) {
    .mt6\@lg-max {
      margin-top: 6px !important;
    }
  }
  @media (min-width: 1200px) {
    .mt6\@xl {
      margin-top: 6px !important;
    }
  }
  .mt7 {
    margin-top: 7px !important;
  }
  @media (max-width: 575px) {
    .mt7\@xs {
      margin-top: 7px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt7\@sm {
      margin-top: 7px !important;
    }
  }
  @media (min-width: 576px) {
    .mt7\@sm-min {
      margin-top: 7px !important;
    }
  }
  @media (max-width: 767px) {
    .mt7\@sm-max {
      margin-top: 7px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mt7\@md {
      margin-top: 7px !important;
    }
  }
  @media (min-width: 768px) {
    .mt7\@md-min {
      margin-top: 7px !important;
    }
  }
  @media (max-width: 991px) {
    .mt7\@md-max {
      margin-top: 7px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mt7\@lg {
      margin-top: 7px !important;
    }
  }
  @media (min-width: 992px) {
    .mt7\@lg-min {
      margin-top: 7px !important;
    }
  }
  @media (max-width: 1199px) {
    .mt7\@lg-max {
      margin-top: 7px !important;
    }
  }
  @media (min-width: 1200px) {
    .mt7\@xl {
      margin-top: 7px !important;
    }
  }
  .mt8 {
    margin-top: 8px !important;
  }
  @media (max-width: 575px) {
    .mt8\@xs {
      margin-top: 8px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt8\@sm {
      margin-top: 8px !important;
    }
  }
  @media (min-width: 576px) {
    .mt8\@sm-min {
      margin-top: 8px !important;
    }
  }
  @media (max-width: 767px) {
    .mt8\@sm-max {
      margin-top: 8px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mt8\@md {
      margin-top: 8px !important;
    }
  }
  @media (min-width: 768px) {
    .mt8\@md-min {
      margin-top: 8px !important;
    }
  }
  @media (max-width: 991px) {
    .mt8\@md-max {
      margin-top: 8px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mt8\@lg {
      margin-top: 8px !important;
    }
  }
  @media (min-width: 992px) {
    .mt8\@lg-min {
      margin-top: 8px !important;
    }
  }
  @media (max-width: 1199px) {
    .mt8\@lg-max {
      margin-top: 8px !important;
    }
  }
  @media (min-width: 1200px) {
    .mt8\@xl {
      margin-top: 8px !important;
    }
  }
  .mt9 {
    margin-top: 9px !important;
  }
  @media (max-width: 575px) {
    .mt9\@xs {
      margin-top: 9px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt9\@sm {
      margin-top: 9px !important;
    }
  }
  @media (min-width: 576px) {
    .mt9\@sm-min {
      margin-top: 9px !important;
    }
  }
  @media (max-width: 767px) {
    .mt9\@sm-max {
      margin-top: 9px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mt9\@md {
      margin-top: 9px !important;
    }
  }
  @media (min-width: 768px) {
    .mt9\@md-min {
      margin-top: 9px !important;
    }
  }
  @media (max-width: 991px) {
    .mt9\@md-max {
      margin-top: 9px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mt9\@lg {
      margin-top: 9px !important;
    }
  }
  @media (min-width: 992px) {
    .mt9\@lg-min {
      margin-top: 9px !important;
    }
  }
  @media (max-width: 1199px) {
    .mt9\@lg-max {
      margin-top: 9px !important;
    }
  }
  @media (min-width: 1200px) {
    .mt9\@xl {
      margin-top: 9px !important;
    }
  }
  .mt10 {
    margin-top: 10px !important;
  }
  @media (max-width: 575px) {
    .mt10\@xs {
      margin-top: 10px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt10\@sm {
      margin-top: 10px !important;
    }
  }
  @media (min-width: 576px) {
    .mt10\@sm-min {
      margin-top: 10px !important;
    }
  }
  @media (max-width: 767px) {
    .mt10\@sm-max {
      margin-top: 10px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mt10\@md {
      margin-top: 10px !important;
    }
  }
  @media (min-width: 768px) {
    .mt10\@md-min {
      margin-top: 10px !important;
    }
  }
  @media (max-width: 991px) {
    .mt10\@md-max {
      margin-top: 10px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mt10\@lg {
      margin-top: 10px !important;
    }
  }
  @media (min-width: 992px) {
    .mt10\@lg-min {
      margin-top: 10px !important;
    }
  }
  @media (max-width: 1199px) {
    .mt10\@lg-max {
      margin-top: 10px !important;
    }
  }
  @media (min-width: 1200px) {
    .mt10\@xl {
      margin-top: 10px !important;
    }
  }
  .mt12 {
    margin-top: 12px !important;
  }
  @media (max-width: 575px) {
    .mt12\@xs {
      margin-top: 12px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt12\@sm {
      margin-top: 12px !important;
    }
  }
  @media (min-width: 576px) {
    .mt12\@sm-min {
      margin-top: 12px !important;
    }
  }
  @media (max-width: 767px) {
    .mt12\@sm-max {
      margin-top: 12px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mt12\@md {
      margin-top: 12px !important;
    }
  }
  @media (min-width: 768px) {
    .mt12\@md-min {
      margin-top: 12px !important;
    }
  }
  @media (max-width: 991px) {
    .mt12\@md-max {
      margin-top: 12px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mt12\@lg {
      margin-top: 12px !important;
    }
  }
  @media (min-width: 992px) {
    .mt12\@lg-min {
      margin-top: 12px !important;
    }
  }
  @media (max-width: 1199px) {
    .mt12\@lg-max {
      margin-top: 12px !important;
    }
  }
  @media (min-width: 1200px) {
    .mt12\@xl {
      margin-top: 12px !important;
    }
  }
  .mt15 {
    margin-top: 15px !important;
  }
  @media (max-width: 575px) {
    .mt15\@xs {
      margin-top: 15px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt15\@sm {
      margin-top: 15px !important;
    }
  }
  @media (min-width: 576px) {
    .mt15\@sm-min {
      margin-top: 15px !important;
    }
  }
  @media (max-width: 767px) {
    .mt15\@sm-max {
      margin-top: 15px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mt15\@md {
      margin-top: 15px !important;
    }
  }
  @media (min-width: 768px) {
    .mt15\@md-min {
      margin-top: 15px !important;
    }
  }
  @media (max-width: 991px) {
    .mt15\@md-max {
      margin-top: 15px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mt15\@lg {
      margin-top: 15px !important;
    }
  }
  @media (min-width: 992px) {
    .mt15\@lg-min {
      margin-top: 15px !important;
    }
  }
  @media (max-width: 1199px) {
    .mt15\@lg-max {
      margin-top: 15px !important;
    }
  }
  @media (min-width: 1200px) {
    .mt15\@xl {
      margin-top: 15px !important;
    }
  }
  .mt16 {
    margin-top: 16px !important;
  }
  @media (max-width: 575px) {
    .mt16\@xs {
      margin-top: 16px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt16\@sm {
      margin-top: 16px !important;
    }
  }
  @media (min-width: 576px) {
    .mt16\@sm-min {
      margin-top: 16px !important;
    }
  }
  @media (max-width: 767px) {
    .mt16\@sm-max {
      margin-top: 16px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mt16\@md {
      margin-top: 16px !important;
    }
  }
  @media (min-width: 768px) {
    .mt16\@md-min {
      margin-top: 16px !important;
    }
  }
  @media (max-width: 991px) {
    .mt16\@md-max {
      margin-top: 16px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mt16\@lg {
      margin-top: 16px !important;
    }
  }
  @media (min-width: 992px) {
    .mt16\@lg-min {
      margin-top: 16px !important;
    }
  }
  @media (max-width: 1199px) {
    .mt16\@lg-max {
      margin-top: 16px !important;
    }
  }
  @media (min-width: 1200px) {
    .mt16\@xl {
      margin-top: 16px !important;
    }
  }
  .mt20 {
    margin-top: 20px !important;
  }
  @media (max-width: 575px) {
    .mt20\@xs {
      margin-top: 20px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt20\@sm {
      margin-top: 20px !important;
    }
  }
  @media (min-width: 576px) {
    .mt20\@sm-min {
      margin-top: 20px !important;
    }
  }
  @media (max-width: 767px) {
    .mt20\@sm-max {
      margin-top: 20px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mt20\@md {
      margin-top: 20px !important;
    }
  }
  @media (min-width: 768px) {
    .mt20\@md-min {
      margin-top: 20px !important;
    }
  }
  @media (max-width: 991px) {
    .mt20\@md-max {
      margin-top: 20px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mt20\@lg {
      margin-top: 20px !important;
    }
  }
  @media (min-width: 992px) {
    .mt20\@lg-min {
      margin-top: 20px !important;
    }
  }
  @media (max-width: 1199px) {
    .mt20\@lg-max {
      margin-top: 20px !important;
    }
  }
  @media (min-width: 1200px) {
    .mt20\@xl {
      margin-top: 20px !important;
    }
  }
  .mt24 {
    margin-top: 24px !important;
  }
  @media (max-width: 575px) {
    .mt24\@xs {
      margin-top: 24px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt24\@sm {
      margin-top: 24px !important;
    }
  }
  @media (min-width: 576px) {
    .mt24\@sm-min {
      margin-top: 24px !important;
    }
  }
  @media (max-width: 767px) {
    .mt24\@sm-max {
      margin-top: 24px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mt24\@md {
      margin-top: 24px !important;
    }
  }
  @media (min-width: 768px) {
    .mt24\@md-min {
      margin-top: 24px !important;
    }
  }
  @media (max-width: 991px) {
    .mt24\@md-max {
      margin-top: 24px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mt24\@lg {
      margin-top: 24px !important;
    }
  }
  @media (min-width: 992px) {
    .mt24\@lg-min {
      margin-top: 24px !important;
    }
  }
  @media (max-width: 1199px) {
    .mt24\@lg-max {
      margin-top: 24px !important;
    }
  }
  @media (min-width: 1200px) {
    .mt24\@xl {
      margin-top: 24px !important;
    }
  }
  .mt25 {
    margin-top: 25px !important;
  }
  @media (max-width: 575px) {
    .mt25\@xs {
      margin-top: 25px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt25\@sm {
      margin-top: 25px !important;
    }
  }
  @media (min-width: 576px) {
    .mt25\@sm-min {
      margin-top: 25px !important;
    }
  }
  @media (max-width: 767px) {
    .mt25\@sm-max {
      margin-top: 25px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mt25\@md {
      margin-top: 25px !important;
    }
  }
  @media (min-width: 768px) {
    .mt25\@md-min {
      margin-top: 25px !important;
    }
  }
  @media (max-width: 991px) {
    .mt25\@md-max {
      margin-top: 25px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mt25\@lg {
      margin-top: 25px !important;
    }
  }
  @media (min-width: 992px) {
    .mt25\@lg-min {
      margin-top: 25px !important;
    }
  }
  @media (max-width: 1199px) {
    .mt25\@lg-max {
      margin-top: 25px !important;
    }
  }
  @media (min-width: 1200px) {
    .mt25\@xl {
      margin-top: 25px !important;
    }
  }
  .mt30 {
    margin-top: 30px !important;
  }
  @media (max-width: 575px) {
    .mt30\@xs {
      margin-top: 30px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt30\@sm {
      margin-top: 30px !important;
    }
  }
  @media (min-width: 576px) {
    .mt30\@sm-min {
      margin-top: 30px !important;
    }
  }
  @media (max-width: 767px) {
    .mt30\@sm-max {
      margin-top: 30px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mt30\@md {
      margin-top: 30px !important;
    }
  }
  @media (min-width: 768px) {
    .mt30\@md-min {
      margin-top: 30px !important;
    }
  }
  @media (max-width: 991px) {
    .mt30\@md-max {
      margin-top: 30px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mt30\@lg {
      margin-top: 30px !important;
    }
  }
  @media (min-width: 992px) {
    .mt30\@lg-min {
      margin-top: 30px !important;
    }
  }
  @media (max-width: 1199px) {
    .mt30\@lg-max {
      margin-top: 30px !important;
    }
  }
  @media (min-width: 1200px) {
    .mt30\@xl {
      margin-top: 30px !important;
    }
  }
  .mt32 {
    margin-top: 32px !important;
  }
  @media (max-width: 575px) {
    .mt32\@xs {
      margin-top: 32px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt32\@sm {
      margin-top: 32px !important;
    }
  }
  @media (min-width: 576px) {
    .mt32\@sm-min {
      margin-top: 32px !important;
    }
  }
  @media (max-width: 767px) {
    .mt32\@sm-max {
      margin-top: 32px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mt32\@md {
      margin-top: 32px !important;
    }
  }
  @media (min-width: 768px) {
    .mt32\@md-min {
      margin-top: 32px !important;
    }
  }
  @media (max-width: 991px) {
    .mt32\@md-max {
      margin-top: 32px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mt32\@lg {
      margin-top: 32px !important;
    }
  }
  @media (min-width: 992px) {
    .mt32\@lg-min {
      margin-top: 32px !important;
    }
  }
  @media (max-width: 1199px) {
    .mt32\@lg-max {
      margin-top: 32px !important;
    }
  }
  @media (min-width: 1200px) {
    .mt32\@xl {
      margin-top: 32px !important;
    }
  }
  .mt40 {
    margin-top: 40px !important;
  }
  @media (max-width: 575px) {
    .mt40\@xs {
      margin-top: 40px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt40\@sm {
      margin-top: 40px !important;
    }
  }
  @media (min-width: 576px) {
    .mt40\@sm-min {
      margin-top: 40px !important;
    }
  }
  @media (max-width: 767px) {
    .mt40\@sm-max {
      margin-top: 40px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mt40\@md {
      margin-top: 40px !important;
    }
  }
  @media (min-width: 768px) {
    .mt40\@md-min {
      margin-top: 40px !important;
    }
  }
  @media (max-width: 991px) {
    .mt40\@md-max {
      margin-top: 40px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mt40\@lg {
      margin-top: 40px !important;
    }
  }
  @media (min-width: 992px) {
    .mt40\@lg-min {
      margin-top: 40px !important;
    }
  }
  @media (max-width: 1199px) {
    .mt40\@lg-max {
      margin-top: 40px !important;
    }
  }
  @media (min-width: 1200px) {
    .mt40\@xl {
      margin-top: 40px !important;
    }
  }
  .mt48 {
    margin-top: 48px !important;
  }
  @media (max-width: 575px) {
    .mt48\@xs {
      margin-top: 48px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt48\@sm {
      margin-top: 48px !important;
    }
  }
  @media (min-width: 576px) {
    .mt48\@sm-min {
      margin-top: 48px !important;
    }
  }
  @media (max-width: 767px) {
    .mt48\@sm-max {
      margin-top: 48px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mt48\@md {
      margin-top: 48px !important;
    }
  }
  @media (min-width: 768px) {
    .mt48\@md-min {
      margin-top: 48px !important;
    }
  }
  @media (max-width: 991px) {
    .mt48\@md-max {
      margin-top: 48px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mt48\@lg {
      margin-top: 48px !important;
    }
  }
  @media (min-width: 992px) {
    .mt48\@lg-min {
      margin-top: 48px !important;
    }
  }
  @media (max-width: 1199px) {
    .mt48\@lg-max {
      margin-top: 48px !important;
    }
  }
  @media (min-width: 1200px) {
    .mt48\@xl {
      margin-top: 48px !important;
    }
  }
  .mt50 {
    margin-top: 50px !important;
  }
  @media (max-width: 575px) {
    .mt50\@xs {
      margin-top: 50px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt50\@sm {
      margin-top: 50px !important;
    }
  }
  @media (min-width: 576px) {
    .mt50\@sm-min {
      margin-top: 50px !important;
    }
  }
  @media (max-width: 767px) {
    .mt50\@sm-max {
      margin-top: 50px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mt50\@md {
      margin-top: 50px !important;
    }
  }
  @media (min-width: 768px) {
    .mt50\@md-min {
      margin-top: 50px !important;
    }
  }
  @media (max-width: 991px) {
    .mt50\@md-max {
      margin-top: 50px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mt50\@lg {
      margin-top: 50px !important;
    }
  }
  @media (min-width: 992px) {
    .mt50\@lg-min {
      margin-top: 50px !important;
    }
  }
  @media (max-width: 1199px) {
    .mt50\@lg-max {
      margin-top: 50px !important;
    }
  }
  @media (min-width: 1200px) {
    .mt50\@xl {
      margin-top: 50px !important;
    }
  }
  .mt60 {
    margin-top: 60px !important;
  }
  @media (max-width: 575px) {
    .mt60\@xs {
      margin-top: 60px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt60\@sm {
      margin-top: 60px !important;
    }
  }
  @media (min-width: 576px) {
    .mt60\@sm-min {
      margin-top: 60px !important;
    }
  }
  @media (max-width: 767px) {
    .mt60\@sm-max {
      margin-top: 60px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mt60\@md {
      margin-top: 60px !important;
    }
  }
  @media (min-width: 768px) {
    .mt60\@md-min {
      margin-top: 60px !important;
    }
  }
  @media (max-width: 991px) {
    .mt60\@md-max {
      margin-top: 60px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mt60\@lg {
      margin-top: 60px !important;
    }
  }
  @media (min-width: 992px) {
    .mt60\@lg-min {
      margin-top: 60px !important;
    }
  }
  @media (max-width: 1199px) {
    .mt60\@lg-max {
      margin-top: 60px !important;
    }
  }
  @media (min-width: 1200px) {
    .mt60\@xl {
      margin-top: 60px !important;
    }
  }
  .mt70 {
    margin-top: 70px !important;
  }
  @media (max-width: 575px) {
    .mt70\@xs {
      margin-top: 70px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt70\@sm {
      margin-top: 70px !important;
    }
  }
  @media (min-width: 576px) {
    .mt70\@sm-min {
      margin-top: 70px !important;
    }
  }
  @media (max-width: 767px) {
    .mt70\@sm-max {
      margin-top: 70px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mt70\@md {
      margin-top: 70px !important;
    }
  }
  @media (min-width: 768px) {
    .mt70\@md-min {
      margin-top: 70px !important;
    }
  }
  @media (max-width: 991px) {
    .mt70\@md-max {
      margin-top: 70px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mt70\@lg {
      margin-top: 70px !important;
    }
  }
  @media (min-width: 992px) {
    .mt70\@lg-min {
      margin-top: 70px !important;
    }
  }
  @media (max-width: 1199px) {
    .mt70\@lg-max {
      margin-top: 70px !important;
    }
  }
  @media (min-width: 1200px) {
    .mt70\@xl {
      margin-top: 70px !important;
    }
  }
  .mt80 {
    margin-top: 80px !important;
  }
  @media (max-width: 575px) {
    .mt80\@xs {
      margin-top: 80px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt80\@sm {
      margin-top: 80px !important;
    }
  }
  @media (min-width: 576px) {
    .mt80\@sm-min {
      margin-top: 80px !important;
    }
  }
  @media (max-width: 767px) {
    .mt80\@sm-max {
      margin-top: 80px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mt80\@md {
      margin-top: 80px !important;
    }
  }
  @media (min-width: 768px) {
    .mt80\@md-min {
      margin-top: 80px !important;
    }
  }
  @media (max-width: 991px) {
    .mt80\@md-max {
      margin-top: 80px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mt80\@lg {
      margin-top: 80px !important;
    }
  }
  @media (min-width: 992px) {
    .mt80\@lg-min {
      margin-top: 80px !important;
    }
  }
  @media (max-width: 1199px) {
    .mt80\@lg-max {
      margin-top: 80px !important;
    }
  }
  @media (min-width: 1200px) {
    .mt80\@xl {
      margin-top: 80px !important;
    }
  }
  .mt90 {
    margin-top: 90px !important;
  }
  @media (max-width: 575px) {
    .mt90\@xs {
      margin-top: 90px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt90\@sm {
      margin-top: 90px !important;
    }
  }
  @media (min-width: 576px) {
    .mt90\@sm-min {
      margin-top: 90px !important;
    }
  }
  @media (max-width: 767px) {
    .mt90\@sm-max {
      margin-top: 90px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mt90\@md {
      margin-top: 90px !important;
    }
  }
  @media (min-width: 768px) {
    .mt90\@md-min {
      margin-top: 90px !important;
    }
  }
  @media (max-width: 991px) {
    .mt90\@md-max {
      margin-top: 90px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mt90\@lg {
      margin-top: 90px !important;
    }
  }
  @media (min-width: 992px) {
    .mt90\@lg-min {
      margin-top: 90px !important;
    }
  }
  @media (max-width: 1199px) {
    .mt90\@lg-max {
      margin-top: 90px !important;
    }
  }
  @media (min-width: 1200px) {
    .mt90\@xl {
      margin-top: 90px !important;
    }
  }
  .mt100 {
    margin-top: 100px !important;
  }
  @media (max-width: 575px) {
    .mt100\@xs {
      margin-top: 100px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt100\@sm {
      margin-top: 100px !important;
    }
  }
  @media (min-width: 576px) {
    .mt100\@sm-min {
      margin-top: 100px !important;
    }
  }
  @media (max-width: 767px) {
    .mt100\@sm-max {
      margin-top: 100px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mt100\@md {
      margin-top: 100px !important;
    }
  }
  @media (min-width: 768px) {
    .mt100\@md-min {
      margin-top: 100px !important;
    }
  }
  @media (max-width: 991px) {
    .mt100\@md-max {
      margin-top: 100px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mt100\@lg {
      margin-top: 100px !important;
    }
  }
  @media (min-width: 992px) {
    .mt100\@lg-min {
      margin-top: 100px !important;
    }
  }
  @media (max-width: 1199px) {
    .mt100\@lg-max {
      margin-top: 100px !important;
    }
  }
  @media (min-width: 1200px) {
    .mt100\@xl {
      margin-top: 100px !important;
    }
  }
  .mt110 {
    margin-top: 110px !important;
  }
  @media (max-width: 575px) {
    .mt110\@xs {
      margin-top: 110px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt110\@sm {
      margin-top: 110px !important;
    }
  }
  @media (min-width: 576px) {
    .mt110\@sm-min {
      margin-top: 110px !important;
    }
  }
  @media (max-width: 767px) {
    .mt110\@sm-max {
      margin-top: 110px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mt110\@md {
      margin-top: 110px !important;
    }
  }
  @media (min-width: 768px) {
    .mt110\@md-min {
      margin-top: 110px !important;
    }
  }
  @media (max-width: 991px) {
    .mt110\@md-max {
      margin-top: 110px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mt110\@lg {
      margin-top: 110px !important;
    }
  }
  @media (min-width: 992px) {
    .mt110\@lg-min {
      margin-top: 110px !important;
    }
  }
  @media (max-width: 1199px) {
    .mt110\@lg-max {
      margin-top: 110px !important;
    }
  }
  @media (min-width: 1200px) {
    .mt110\@xl {
      margin-top: 110px !important;
    }
  }
  .mt120 {
    margin-top: 120px !important;
  }
  @media (max-width: 575px) {
    .mt120\@xs {
      margin-top: 120px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt120\@sm {
      margin-top: 120px !important;
    }
  }
  @media (min-width: 576px) {
    .mt120\@sm-min {
      margin-top: 120px !important;
    }
  }
  @media (max-width: 767px) {
    .mt120\@sm-max {
      margin-top: 120px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mt120\@md {
      margin-top: 120px !important;
    }
  }
  @media (min-width: 768px) {
    .mt120\@md-min {
      margin-top: 120px !important;
    }
  }
  @media (max-width: 991px) {
    .mt120\@md-max {
      margin-top: 120px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mt120\@lg {
      margin-top: 120px !important;
    }
  }
  @media (min-width: 992px) {
    .mt120\@lg-min {
      margin-top: 120px !important;
    }
  }
  @media (max-width: 1199px) {
    .mt120\@lg-max {
      margin-top: 120px !important;
    }
  }
  @media (min-width: 1200px) {
    .mt120\@xl {
      margin-top: 120px !important;
    }
  }
  .mt130 {
    margin-top: 130px !important;
  }
  @media (max-width: 575px) {
    .mt130\@xs {
      margin-top: 130px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt130\@sm {
      margin-top: 130px !important;
    }
  }
  @media (min-width: 576px) {
    .mt130\@sm-min {
      margin-top: 130px !important;
    }
  }
  @media (max-width: 767px) {
    .mt130\@sm-max {
      margin-top: 130px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mt130\@md {
      margin-top: 130px !important;
    }
  }
  @media (min-width: 768px) {
    .mt130\@md-min {
      margin-top: 130px !important;
    }
  }
  @media (max-width: 991px) {
    .mt130\@md-max {
      margin-top: 130px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mt130\@lg {
      margin-top: 130px !important;
    }
  }
  @media (min-width: 992px) {
    .mt130\@lg-min {
      margin-top: 130px !important;
    }
  }
  @media (max-width: 1199px) {
    .mt130\@lg-max {
      margin-top: 130px !important;
    }
  }
  @media (min-width: 1200px) {
    .mt130\@xl {
      margin-top: 130px !important;
    }
  }
  .mt140 {
    margin-top: 140px !important;
  }
  @media (max-width: 575px) {
    .mt140\@xs {
      margin-top: 140px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt140\@sm {
      margin-top: 140px !important;
    }
  }
  @media (min-width: 576px) {
    .mt140\@sm-min {
      margin-top: 140px !important;
    }
  }
  @media (max-width: 767px) {
    .mt140\@sm-max {
      margin-top: 140px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mt140\@md {
      margin-top: 140px !important;
    }
  }
  @media (min-width: 768px) {
    .mt140\@md-min {
      margin-top: 140px !important;
    }
  }
  @media (max-width: 991px) {
    .mt140\@md-max {
      margin-top: 140px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mt140\@lg {
      margin-top: 140px !important;
    }
  }
  @media (min-width: 992px) {
    .mt140\@lg-min {
      margin-top: 140px !important;
    }
  }
  @media (max-width: 1199px) {
    .mt140\@lg-max {
      margin-top: 140px !important;
    }
  }
  @media (min-width: 1200px) {
    .mt140\@xl {
      margin-top: 140px !important;
    }
  }
  .mt150 {
    margin-top: 150px !important;
  }
  @media (max-width: 575px) {
    .mt150\@xs {
      margin-top: 150px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt150\@sm {
      margin-top: 150px !important;
    }
  }
  @media (min-width: 576px) {
    .mt150\@sm-min {
      margin-top: 150px !important;
    }
  }
  @media (max-width: 767px) {
    .mt150\@sm-max {
      margin-top: 150px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mt150\@md {
      margin-top: 150px !important;
    }
  }
  @media (min-width: 768px) {
    .mt150\@md-min {
      margin-top: 150px !important;
    }
  }
  @media (max-width: 991px) {
    .mt150\@md-max {
      margin-top: 150px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mt150\@lg {
      margin-top: 150px !important;
    }
  }
  @media (min-width: 992px) {
    .mt150\@lg-min {
      margin-top: 150px !important;
    }
  }
  @media (max-width: 1199px) {
    .mt150\@lg-max {
      margin-top: 150px !important;
    }
  }
  @media (min-width: 1200px) {
    .mt150\@xl {
      margin-top: 150px !important;
    }
  }
  .mt160 {
    margin-top: 160px !important;
  }
  @media (max-width: 575px) {
    .mt160\@xs {
      margin-top: 160px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt160\@sm {
      margin-top: 160px !important;
    }
  }
  @media (min-width: 576px) {
    .mt160\@sm-min {
      margin-top: 160px !important;
    }
  }
  @media (max-width: 767px) {
    .mt160\@sm-max {
      margin-top: 160px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mt160\@md {
      margin-top: 160px !important;
    }
  }
  @media (min-width: 768px) {
    .mt160\@md-min {
      margin-top: 160px !important;
    }
  }
  @media (max-width: 991px) {
    .mt160\@md-max {
      margin-top: 160px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mt160\@lg {
      margin-top: 160px !important;
    }
  }
  @media (min-width: 992px) {
    .mt160\@lg-min {
      margin-top: 160px !important;
    }
  }
  @media (max-width: 1199px) {
    .mt160\@lg-max {
      margin-top: 160px !important;
    }
  }
  @media (min-width: 1200px) {
    .mt160\@xl {
      margin-top: 160px !important;
    }
  }
  .mt200 {
    margin-top: 200px !important;
  }
  @media (max-width: 575px) {
    .mt200\@xs {
      margin-top: 200px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt200\@sm {
      margin-top: 200px !important;
    }
  }
  @media (min-width: 576px) {
    .mt200\@sm-min {
      margin-top: 200px !important;
    }
  }
  @media (max-width: 767px) {
    .mt200\@sm-max {
      margin-top: 200px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mt200\@md {
      margin-top: 200px !important;
    }
  }
  @media (min-width: 768px) {
    .mt200\@md-min {
      margin-top: 200px !important;
    }
  }
  @media (max-width: 991px) {
    .mt200\@md-max {
      margin-top: 200px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mt200\@lg {
      margin-top: 200px !important;
    }
  }
  @media (min-width: 992px) {
    .mt200\@lg-min {
      margin-top: 200px !important;
    }
  }
  @media (max-width: 1199px) {
    .mt200\@lg-max {
      margin-top: 200px !important;
    }
  }
  @media (min-width: 1200px) {
    .mt200\@xl {
      margin-top: 200px !important;
    }
  }
  .mt300 {
    margin-top: 300px !important;
  }
  @media (max-width: 575px) {
    .mt300\@xs {
      margin-top: 300px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt300\@sm {
      margin-top: 300px !important;
    }
  }
  @media (min-width: 576px) {
    .mt300\@sm-min {
      margin-top: 300px !important;
    }
  }
  @media (max-width: 767px) {
    .mt300\@sm-max {
      margin-top: 300px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mt300\@md {
      margin-top: 300px !important;
    }
  }
  @media (min-width: 768px) {
    .mt300\@md-min {
      margin-top: 300px !important;
    }
  }
  @media (max-width: 991px) {
    .mt300\@md-max {
      margin-top: 300px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mt300\@lg {
      margin-top: 300px !important;
    }
  }
  @media (min-width: 992px) {
    .mt300\@lg-min {
      margin-top: 300px !important;
    }
  }
  @media (max-width: 1199px) {
    .mt300\@lg-max {
      margin-top: 300px !important;
    }
  }
  @media (min-width: 1200px) {
    .mt300\@xl {
      margin-top: 300px !important;
    }
  }
  .mb0 {
    margin-bottom: 0px !important;
  }
  @media (max-width: 575px) {
    .mb0\@xs {
      margin-bottom: 0px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb0\@sm {
      margin-bottom: 0px !important;
    }
  }
  @media (min-width: 576px) {
    .mb0\@sm-min {
      margin-bottom: 0px !important;
    }
  }
  @media (max-width: 767px) {
    .mb0\@sm-max {
      margin-bottom: 0px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mb0\@md {
      margin-bottom: 0px !important;
    }
  }
  @media (min-width: 768px) {
    .mb0\@md-min {
      margin-bottom: 0px !important;
    }
  }
  @media (max-width: 991px) {
    .mb0\@md-max {
      margin-bottom: 0px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mb0\@lg {
      margin-bottom: 0px !important;
    }
  }
  @media (min-width: 992px) {
    .mb0\@lg-min {
      margin-bottom: 0px !important;
    }
  }
  @media (max-width: 1199px) {
    .mb0\@lg-max {
      margin-bottom: 0px !important;
    }
  }
  @media (min-width: 1200px) {
    .mb0\@xl {
      margin-bottom: 0px !important;
    }
  }
  .mb4 {
    margin-bottom: 4px !important;
  }
  @media (max-width: 575px) {
    .mb4\@xs {
      margin-bottom: 4px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb4\@sm {
      margin-bottom: 4px !important;
    }
  }
  @media (min-width: 576px) {
    .mb4\@sm-min {
      margin-bottom: 4px !important;
    }
  }
  @media (max-width: 767px) {
    .mb4\@sm-max {
      margin-bottom: 4px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mb4\@md {
      margin-bottom: 4px !important;
    }
  }
  @media (min-width: 768px) {
    .mb4\@md-min {
      margin-bottom: 4px !important;
    }
  }
  @media (max-width: 991px) {
    .mb4\@md-max {
      margin-bottom: 4px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mb4\@lg {
      margin-bottom: 4px !important;
    }
  }
  @media (min-width: 992px) {
    .mb4\@lg-min {
      margin-bottom: 4px !important;
    }
  }
  @media (max-width: 1199px) {
    .mb4\@lg-max {
      margin-bottom: 4px !important;
    }
  }
  @media (min-width: 1200px) {
    .mb4\@xl {
      margin-bottom: 4px !important;
    }
  }
  .mb5 {
    margin-bottom: 5px !important;
  }
  @media (max-width: 575px) {
    .mb5\@xs {
      margin-bottom: 5px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb5\@sm {
      margin-bottom: 5px !important;
    }
  }
  @media (min-width: 576px) {
    .mb5\@sm-min {
      margin-bottom: 5px !important;
    }
  }
  @media (max-width: 767px) {
    .mb5\@sm-max {
      margin-bottom: 5px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mb5\@md {
      margin-bottom: 5px !important;
    }
  }
  @media (min-width: 768px) {
    .mb5\@md-min {
      margin-bottom: 5px !important;
    }
  }
  @media (max-width: 991px) {
    .mb5\@md-max {
      margin-bottom: 5px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mb5\@lg {
      margin-bottom: 5px !important;
    }
  }
  @media (min-width: 992px) {
    .mb5\@lg-min {
      margin-bottom: 5px !important;
    }
  }
  @media (max-width: 1199px) {
    .mb5\@lg-max {
      margin-bottom: 5px !important;
    }
  }
  @media (min-width: 1200px) {
    .mb5\@xl {
      margin-bottom: 5px !important;
    }
  }
  .mb6 {
    margin-bottom: 6px !important;
  }
  @media (max-width: 575px) {
    .mb6\@xs {
      margin-bottom: 6px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb6\@sm {
      margin-bottom: 6px !important;
    }
  }
  @media (min-width: 576px) {
    .mb6\@sm-min {
      margin-bottom: 6px !important;
    }
  }
  @media (max-width: 767px) {
    .mb6\@sm-max {
      margin-bottom: 6px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mb6\@md {
      margin-bottom: 6px !important;
    }
  }
  @media (min-width: 768px) {
    .mb6\@md-min {
      margin-bottom: 6px !important;
    }
  }
  @media (max-width: 991px) {
    .mb6\@md-max {
      margin-bottom: 6px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mb6\@lg {
      margin-bottom: 6px !important;
    }
  }
  @media (min-width: 992px) {
    .mb6\@lg-min {
      margin-bottom: 6px !important;
    }
  }
  @media (max-width: 1199px) {
    .mb6\@lg-max {
      margin-bottom: 6px !important;
    }
  }
  @media (min-width: 1200px) {
    .mb6\@xl {
      margin-bottom: 6px !important;
    }
  }
  .mb7 {
    margin-bottom: 7px !important;
  }
  @media (max-width: 575px) {
    .mb7\@xs {
      margin-bottom: 7px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb7\@sm {
      margin-bottom: 7px !important;
    }
  }
  @media (min-width: 576px) {
    .mb7\@sm-min {
      margin-bottom: 7px !important;
    }
  }
  @media (max-width: 767px) {
    .mb7\@sm-max {
      margin-bottom: 7px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mb7\@md {
      margin-bottom: 7px !important;
    }
  }
  @media (min-width: 768px) {
    .mb7\@md-min {
      margin-bottom: 7px !important;
    }
  }
  @media (max-width: 991px) {
    .mb7\@md-max {
      margin-bottom: 7px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mb7\@lg {
      margin-bottom: 7px !important;
    }
  }
  @media (min-width: 992px) {
    .mb7\@lg-min {
      margin-bottom: 7px !important;
    }
  }
  @media (max-width: 1199px) {
    .mb7\@lg-max {
      margin-bottom: 7px !important;
    }
  }
  @media (min-width: 1200px) {
    .mb7\@xl {
      margin-bottom: 7px !important;
    }
  }
  .mb8 {
    margin-bottom: 8px !important;
  }
  @media (max-width: 575px) {
    .mb8\@xs {
      margin-bottom: 8px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb8\@sm {
      margin-bottom: 8px !important;
    }
  }
  @media (min-width: 576px) {
    .mb8\@sm-min {
      margin-bottom: 8px !important;
    }
  }
  @media (max-width: 767px) {
    .mb8\@sm-max {
      margin-bottom: 8px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mb8\@md {
      margin-bottom: 8px !important;
    }
  }
  @media (min-width: 768px) {
    .mb8\@md-min {
      margin-bottom: 8px !important;
    }
  }
  @media (max-width: 991px) {
    .mb8\@md-max {
      margin-bottom: 8px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mb8\@lg {
      margin-bottom: 8px !important;
    }
  }
  @media (min-width: 992px) {
    .mb8\@lg-min {
      margin-bottom: 8px !important;
    }
  }
  @media (max-width: 1199px) {
    .mb8\@lg-max {
      margin-bottom: 8px !important;
    }
  }
  @media (min-width: 1200px) {
    .mb8\@xl {
      margin-bottom: 8px !important;
    }
  }
  .mb9 {
    margin-bottom: 9px !important;
  }
  @media (max-width: 575px) {
    .mb9\@xs {
      margin-bottom: 9px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb9\@sm {
      margin-bottom: 9px !important;
    }
  }
  @media (min-width: 576px) {
    .mb9\@sm-min {
      margin-bottom: 9px !important;
    }
  }
  @media (max-width: 767px) {
    .mb9\@sm-max {
      margin-bottom: 9px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mb9\@md {
      margin-bottom: 9px !important;
    }
  }
  @media (min-width: 768px) {
    .mb9\@md-min {
      margin-bottom: 9px !important;
    }
  }
  @media (max-width: 991px) {
    .mb9\@md-max {
      margin-bottom: 9px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mb9\@lg {
      margin-bottom: 9px !important;
    }
  }
  @media (min-width: 992px) {
    .mb9\@lg-min {
      margin-bottom: 9px !important;
    }
  }
  @media (max-width: 1199px) {
    .mb9\@lg-max {
      margin-bottom: 9px !important;
    }
  }
  @media (min-width: 1200px) {
    .mb9\@xl {
      margin-bottom: 9px !important;
    }
  }
  .mb10 {
    margin-bottom: 10px !important;
  }
  @media (max-width: 575px) {
    .mb10\@xs {
      margin-bottom: 10px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb10\@sm {
      margin-bottom: 10px !important;
    }
  }
  @media (min-width: 576px) {
    .mb10\@sm-min {
      margin-bottom: 10px !important;
    }
  }
  @media (max-width: 767px) {
    .mb10\@sm-max {
      margin-bottom: 10px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mb10\@md {
      margin-bottom: 10px !important;
    }
  }
  @media (min-width: 768px) {
    .mb10\@md-min {
      margin-bottom: 10px !important;
    }
  }
  @media (max-width: 991px) {
    .mb10\@md-max {
      margin-bottom: 10px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mb10\@lg {
      margin-bottom: 10px !important;
    }
  }
  @media (min-width: 992px) {
    .mb10\@lg-min {
      margin-bottom: 10px !important;
    }
  }
  @media (max-width: 1199px) {
    .mb10\@lg-max {
      margin-bottom: 10px !important;
    }
  }
  @media (min-width: 1200px) {
    .mb10\@xl {
      margin-bottom: 10px !important;
    }
  }
  .mb12 {
    margin-bottom: 12px !important;
  }
  @media (max-width: 575px) {
    .mb12\@xs {
      margin-bottom: 12px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb12\@sm {
      margin-bottom: 12px !important;
    }
  }
  @media (min-width: 576px) {
    .mb12\@sm-min {
      margin-bottom: 12px !important;
    }
  }
  @media (max-width: 767px) {
    .mb12\@sm-max {
      margin-bottom: 12px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mb12\@md {
      margin-bottom: 12px !important;
    }
  }
  @media (min-width: 768px) {
    .mb12\@md-min {
      margin-bottom: 12px !important;
    }
  }
  @media (max-width: 991px) {
    .mb12\@md-max {
      margin-bottom: 12px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mb12\@lg {
      margin-bottom: 12px !important;
    }
  }
  @media (min-width: 992px) {
    .mb12\@lg-min {
      margin-bottom: 12px !important;
    }
  }
  @media (max-width: 1199px) {
    .mb12\@lg-max {
      margin-bottom: 12px !important;
    }
  }
  @media (min-width: 1200px) {
    .mb12\@xl {
      margin-bottom: 12px !important;
    }
  }
  .mb15 {
    margin-bottom: 15px !important;
  }
  @media (max-width: 575px) {
    .mb15\@xs {
      margin-bottom: 15px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb15\@sm {
      margin-bottom: 15px !important;
    }
  }
  @media (min-width: 576px) {
    .mb15\@sm-min {
      margin-bottom: 15px !important;
    }
  }
  @media (max-width: 767px) {
    .mb15\@sm-max {
      margin-bottom: 15px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mb15\@md {
      margin-bottom: 15px !important;
    }
  }
  @media (min-width: 768px) {
    .mb15\@md-min {
      margin-bottom: 15px !important;
    }
  }
  @media (max-width: 991px) {
    .mb15\@md-max {
      margin-bottom: 15px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mb15\@lg {
      margin-bottom: 15px !important;
    }
  }
  @media (min-width: 992px) {
    .mb15\@lg-min {
      margin-bottom: 15px !important;
    }
  }
  @media (max-width: 1199px) {
    .mb15\@lg-max {
      margin-bottom: 15px !important;
    }
  }
  @media (min-width: 1200px) {
    .mb15\@xl {
      margin-bottom: 15px !important;
    }
  }
  .mb16 {
    margin-bottom: 16px !important;
  }
  @media (max-width: 575px) {
    .mb16\@xs {
      margin-bottom: 16px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb16\@sm {
      margin-bottom: 16px !important;
    }
  }
  @media (min-width: 576px) {
    .mb16\@sm-min {
      margin-bottom: 16px !important;
    }
  }
  @media (max-width: 767px) {
    .mb16\@sm-max {
      margin-bottom: 16px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mb16\@md {
      margin-bottom: 16px !important;
    }
  }
  @media (min-width: 768px) {
    .mb16\@md-min {
      margin-bottom: 16px !important;
    }
  }
  @media (max-width: 991px) {
    .mb16\@md-max {
      margin-bottom: 16px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mb16\@lg {
      margin-bottom: 16px !important;
    }
  }
  @media (min-width: 992px) {
    .mb16\@lg-min {
      margin-bottom: 16px !important;
    }
  }
  @media (max-width: 1199px) {
    .mb16\@lg-max {
      margin-bottom: 16px !important;
    }
  }
  @media (min-width: 1200px) {
    .mb16\@xl {
      margin-bottom: 16px !important;
    }
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  @media (max-width: 575px) {
    .mb20\@xs {
      margin-bottom: 20px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb20\@sm {
      margin-bottom: 20px !important;
    }
  }
  @media (min-width: 576px) {
    .mb20\@sm-min {
      margin-bottom: 20px !important;
    }
  }
  @media (max-width: 767px) {
    .mb20\@sm-max {
      margin-bottom: 20px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mb20\@md {
      margin-bottom: 20px !important;
    }
  }
  @media (min-width: 768px) {
    .mb20\@md-min {
      margin-bottom: 20px !important;
    }
  }
  @media (max-width: 991px) {
    .mb20\@md-max {
      margin-bottom: 20px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mb20\@lg {
      margin-bottom: 20px !important;
    }
  }
  @media (min-width: 992px) {
    .mb20\@lg-min {
      margin-bottom: 20px !important;
    }
  }
  @media (max-width: 1199px) {
    .mb20\@lg-max {
      margin-bottom: 20px !important;
    }
  }
  @media (min-width: 1200px) {
    .mb20\@xl {
      margin-bottom: 20px !important;
    }
  }
  .mb24 {
    margin-bottom: 24px !important;
  }
  @media (max-width: 575px) {
    .mb24\@xs {
      margin-bottom: 24px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb24\@sm {
      margin-bottom: 24px !important;
    }
  }
  @media (min-width: 576px) {
    .mb24\@sm-min {
      margin-bottom: 24px !important;
    }
  }
  @media (max-width: 767px) {
    .mb24\@sm-max {
      margin-bottom: 24px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mb24\@md {
      margin-bottom: 24px !important;
    }
  }
  @media (min-width: 768px) {
    .mb24\@md-min {
      margin-bottom: 24px !important;
    }
  }
  @media (max-width: 991px) {
    .mb24\@md-max {
      margin-bottom: 24px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mb24\@lg {
      margin-bottom: 24px !important;
    }
  }
  @media (min-width: 992px) {
    .mb24\@lg-min {
      margin-bottom: 24px !important;
    }
  }
  @media (max-width: 1199px) {
    .mb24\@lg-max {
      margin-bottom: 24px !important;
    }
  }
  @media (min-width: 1200px) {
    .mb24\@xl {
      margin-bottom: 24px !important;
    }
  }
  .mb25 {
    margin-bottom: 25px !important;
  }
  @media (max-width: 575px) {
    .mb25\@xs {
      margin-bottom: 25px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb25\@sm {
      margin-bottom: 25px !important;
    }
  }
  @media (min-width: 576px) {
    .mb25\@sm-min {
      margin-bottom: 25px !important;
    }
  }
  @media (max-width: 767px) {
    .mb25\@sm-max {
      margin-bottom: 25px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mb25\@md {
      margin-bottom: 25px !important;
    }
  }
  @media (min-width: 768px) {
    .mb25\@md-min {
      margin-bottom: 25px !important;
    }
  }
  @media (max-width: 991px) {
    .mb25\@md-max {
      margin-bottom: 25px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mb25\@lg {
      margin-bottom: 25px !important;
    }
  }
  @media (min-width: 992px) {
    .mb25\@lg-min {
      margin-bottom: 25px !important;
    }
  }
  @media (max-width: 1199px) {
    .mb25\@lg-max {
      margin-bottom: 25px !important;
    }
  }
  @media (min-width: 1200px) {
    .mb25\@xl {
      margin-bottom: 25px !important;
    }
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  @media (max-width: 575px) {
    .mb30\@xs {
      margin-bottom: 30px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb30\@sm {
      margin-bottom: 30px !important;
    }
  }
  @media (min-width: 576px) {
    .mb30\@sm-min {
      margin-bottom: 30px !important;
    }
  }
  @media (max-width: 767px) {
    .mb30\@sm-max {
      margin-bottom: 30px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mb30\@md {
      margin-bottom: 30px !important;
    }
  }
  @media (min-width: 768px) {
    .mb30\@md-min {
      margin-bottom: 30px !important;
    }
  }
  @media (max-width: 991px) {
    .mb30\@md-max {
      margin-bottom: 30px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mb30\@lg {
      margin-bottom: 30px !important;
    }
  }
  @media (min-width: 992px) {
    .mb30\@lg-min {
      margin-bottom: 30px !important;
    }
  }
  @media (max-width: 1199px) {
    .mb30\@lg-max {
      margin-bottom: 30px !important;
    }
  }
  @media (min-width: 1200px) {
    .mb30\@xl {
      margin-bottom: 30px !important;
    }
  }
  .mb32 {
    margin-bottom: 32px !important;
  }
  @media (max-width: 575px) {
    .mb32\@xs {
      margin-bottom: 32px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb32\@sm {
      margin-bottom: 32px !important;
    }
  }
  @media (min-width: 576px) {
    .mb32\@sm-min {
      margin-bottom: 32px !important;
    }
  }
  @media (max-width: 767px) {
    .mb32\@sm-max {
      margin-bottom: 32px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mb32\@md {
      margin-bottom: 32px !important;
    }
  }
  @media (min-width: 768px) {
    .mb32\@md-min {
      margin-bottom: 32px !important;
    }
  }
  @media (max-width: 991px) {
    .mb32\@md-max {
      margin-bottom: 32px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mb32\@lg {
      margin-bottom: 32px !important;
    }
  }
  @media (min-width: 992px) {
    .mb32\@lg-min {
      margin-bottom: 32px !important;
    }
  }
  @media (max-width: 1199px) {
    .mb32\@lg-max {
      margin-bottom: 32px !important;
    }
  }
  @media (min-width: 1200px) {
    .mb32\@xl {
      margin-bottom: 32px !important;
    }
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  @media (max-width: 575px) {
    .mb40\@xs {
      margin-bottom: 40px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb40\@sm {
      margin-bottom: 40px !important;
    }
  }
  @media (min-width: 576px) {
    .mb40\@sm-min {
      margin-bottom: 40px !important;
    }
  }
  @media (max-width: 767px) {
    .mb40\@sm-max {
      margin-bottom: 40px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mb40\@md {
      margin-bottom: 40px !important;
    }
  }
  @media (min-width: 768px) {
    .mb40\@md-min {
      margin-bottom: 40px !important;
    }
  }
  @media (max-width: 991px) {
    .mb40\@md-max {
      margin-bottom: 40px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mb40\@lg {
      margin-bottom: 40px !important;
    }
  }
  @media (min-width: 992px) {
    .mb40\@lg-min {
      margin-bottom: 40px !important;
    }
  }
  @media (max-width: 1199px) {
    .mb40\@lg-max {
      margin-bottom: 40px !important;
    }
  }
  @media (min-width: 1200px) {
    .mb40\@xl {
      margin-bottom: 40px !important;
    }
  }
  .mb48 {
    margin-bottom: 48px !important;
  }
  @media (max-width: 575px) {
    .mb48\@xs {
      margin-bottom: 48px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb48\@sm {
      margin-bottom: 48px !important;
    }
  }
  @media (min-width: 576px) {
    .mb48\@sm-min {
      margin-bottom: 48px !important;
    }
  }
  @media (max-width: 767px) {
    .mb48\@sm-max {
      margin-bottom: 48px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mb48\@md {
      margin-bottom: 48px !important;
    }
  }
  @media (min-width: 768px) {
    .mb48\@md-min {
      margin-bottom: 48px !important;
    }
  }
  @media (max-width: 991px) {
    .mb48\@md-max {
      margin-bottom: 48px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mb48\@lg {
      margin-bottom: 48px !important;
    }
  }
  @media (min-width: 992px) {
    .mb48\@lg-min {
      margin-bottom: 48px !important;
    }
  }
  @media (max-width: 1199px) {
    .mb48\@lg-max {
      margin-bottom: 48px !important;
    }
  }
  @media (min-width: 1200px) {
    .mb48\@xl {
      margin-bottom: 48px !important;
    }
  }
  .mb50 {
    margin-bottom: 50px !important;
  }
  @media (max-width: 575px) {
    .mb50\@xs {
      margin-bottom: 50px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb50\@sm {
      margin-bottom: 50px !important;
    }
  }
  @media (min-width: 576px) {
    .mb50\@sm-min {
      margin-bottom: 50px !important;
    }
  }
  @media (max-width: 767px) {
    .mb50\@sm-max {
      margin-bottom: 50px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mb50\@md {
      margin-bottom: 50px !important;
    }
  }
  @media (min-width: 768px) {
    .mb50\@md-min {
      margin-bottom: 50px !important;
    }
  }
  @media (max-width: 991px) {
    .mb50\@md-max {
      margin-bottom: 50px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mb50\@lg {
      margin-bottom: 50px !important;
    }
  }
  @media (min-width: 992px) {
    .mb50\@lg-min {
      margin-bottom: 50px !important;
    }
  }
  @media (max-width: 1199px) {
    .mb50\@lg-max {
      margin-bottom: 50px !important;
    }
  }
  @media (min-width: 1200px) {
    .mb50\@xl {
      margin-bottom: 50px !important;
    }
  }
  .mb60 {
    margin-bottom: 60px !important;
  }
  @media (max-width: 575px) {
    .mb60\@xs {
      margin-bottom: 60px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb60\@sm {
      margin-bottom: 60px !important;
    }
  }
  @media (min-width: 576px) {
    .mb60\@sm-min {
      margin-bottom: 60px !important;
    }
  }
  @media (max-width: 767px) {
    .mb60\@sm-max {
      margin-bottom: 60px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mb60\@md {
      margin-bottom: 60px !important;
    }
  }
  @media (min-width: 768px) {
    .mb60\@md-min {
      margin-bottom: 60px !important;
    }
  }
  @media (max-width: 991px) {
    .mb60\@md-max {
      margin-bottom: 60px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mb60\@lg {
      margin-bottom: 60px !important;
    }
  }
  @media (min-width: 992px) {
    .mb60\@lg-min {
      margin-bottom: 60px !important;
    }
  }
  @media (max-width: 1199px) {
    .mb60\@lg-max {
      margin-bottom: 60px !important;
    }
  }
  @media (min-width: 1200px) {
    .mb60\@xl {
      margin-bottom: 60px !important;
    }
  }
  .mb70 {
    margin-bottom: 70px !important;
  }
  @media (max-width: 575px) {
    .mb70\@xs {
      margin-bottom: 70px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb70\@sm {
      margin-bottom: 70px !important;
    }
  }
  @media (min-width: 576px) {
    .mb70\@sm-min {
      margin-bottom: 70px !important;
    }
  }
  @media (max-width: 767px) {
    .mb70\@sm-max {
      margin-bottom: 70px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mb70\@md {
      margin-bottom: 70px !important;
    }
  }
  @media (min-width: 768px) {
    .mb70\@md-min {
      margin-bottom: 70px !important;
    }
  }
  @media (max-width: 991px) {
    .mb70\@md-max {
      margin-bottom: 70px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mb70\@lg {
      margin-bottom: 70px !important;
    }
  }
  @media (min-width: 992px) {
    .mb70\@lg-min {
      margin-bottom: 70px !important;
    }
  }
  @media (max-width: 1199px) {
    .mb70\@lg-max {
      margin-bottom: 70px !important;
    }
  }
  @media (min-width: 1200px) {
    .mb70\@xl {
      margin-bottom: 70px !important;
    }
  }
  .mb80 {
    margin-bottom: 80px !important;
  }
  @media (max-width: 575px) {
    .mb80\@xs {
      margin-bottom: 80px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb80\@sm {
      margin-bottom: 80px !important;
    }
  }
  @media (min-width: 576px) {
    .mb80\@sm-min {
      margin-bottom: 80px !important;
    }
  }
  @media (max-width: 767px) {
    .mb80\@sm-max {
      margin-bottom: 80px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mb80\@md {
      margin-bottom: 80px !important;
    }
  }
  @media (min-width: 768px) {
    .mb80\@md-min {
      margin-bottom: 80px !important;
    }
  }
  @media (max-width: 991px) {
    .mb80\@md-max {
      margin-bottom: 80px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mb80\@lg {
      margin-bottom: 80px !important;
    }
  }
  @media (min-width: 992px) {
    .mb80\@lg-min {
      margin-bottom: 80px !important;
    }
  }
  @media (max-width: 1199px) {
    .mb80\@lg-max {
      margin-bottom: 80px !important;
    }
  }
  @media (min-width: 1200px) {
    .mb80\@xl {
      margin-bottom: 80px !important;
    }
  }
  .mb90 {
    margin-bottom: 90px !important;
  }
  @media (max-width: 575px) {
    .mb90\@xs {
      margin-bottom: 90px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb90\@sm {
      margin-bottom: 90px !important;
    }
  }
  @media (min-width: 576px) {
    .mb90\@sm-min {
      margin-bottom: 90px !important;
    }
  }
  @media (max-width: 767px) {
    .mb90\@sm-max {
      margin-bottom: 90px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mb90\@md {
      margin-bottom: 90px !important;
    }
  }
  @media (min-width: 768px) {
    .mb90\@md-min {
      margin-bottom: 90px !important;
    }
  }
  @media (max-width: 991px) {
    .mb90\@md-max {
      margin-bottom: 90px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mb90\@lg {
      margin-bottom: 90px !important;
    }
  }
  @media (min-width: 992px) {
    .mb90\@lg-min {
      margin-bottom: 90px !important;
    }
  }
  @media (max-width: 1199px) {
    .mb90\@lg-max {
      margin-bottom: 90px !important;
    }
  }
  @media (min-width: 1200px) {
    .mb90\@xl {
      margin-bottom: 90px !important;
    }
  }
  .mb100 {
    margin-bottom: 100px !important;
  }
  @media (max-width: 575px) {
    .mb100\@xs {
      margin-bottom: 100px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb100\@sm {
      margin-bottom: 100px !important;
    }
  }
  @media (min-width: 576px) {
    .mb100\@sm-min {
      margin-bottom: 100px !important;
    }
  }
  @media (max-width: 767px) {
    .mb100\@sm-max {
      margin-bottom: 100px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mb100\@md {
      margin-bottom: 100px !important;
    }
  }
  @media (min-width: 768px) {
    .mb100\@md-min {
      margin-bottom: 100px !important;
    }
  }
  @media (max-width: 991px) {
    .mb100\@md-max {
      margin-bottom: 100px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mb100\@lg {
      margin-bottom: 100px !important;
    }
  }
  @media (min-width: 992px) {
    .mb100\@lg-min {
      margin-bottom: 100px !important;
    }
  }
  @media (max-width: 1199px) {
    .mb100\@lg-max {
      margin-bottom: 100px !important;
    }
  }
  @media (min-width: 1200px) {
    .mb100\@xl {
      margin-bottom: 100px !important;
    }
  }
  .mb110 {
    margin-bottom: 110px !important;
  }
  @media (max-width: 575px) {
    .mb110\@xs {
      margin-bottom: 110px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb110\@sm {
      margin-bottom: 110px !important;
    }
  }
  @media (min-width: 576px) {
    .mb110\@sm-min {
      margin-bottom: 110px !important;
    }
  }
  @media (max-width: 767px) {
    .mb110\@sm-max {
      margin-bottom: 110px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mb110\@md {
      margin-bottom: 110px !important;
    }
  }
  @media (min-width: 768px) {
    .mb110\@md-min {
      margin-bottom: 110px !important;
    }
  }
  @media (max-width: 991px) {
    .mb110\@md-max {
      margin-bottom: 110px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mb110\@lg {
      margin-bottom: 110px !important;
    }
  }
  @media (min-width: 992px) {
    .mb110\@lg-min {
      margin-bottom: 110px !important;
    }
  }
  @media (max-width: 1199px) {
    .mb110\@lg-max {
      margin-bottom: 110px !important;
    }
  }
  @media (min-width: 1200px) {
    .mb110\@xl {
      margin-bottom: 110px !important;
    }
  }
  .mb120 {
    margin-bottom: 120px !important;
  }
  @media (max-width: 575px) {
    .mb120\@xs {
      margin-bottom: 120px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb120\@sm {
      margin-bottom: 120px !important;
    }
  }
  @media (min-width: 576px) {
    .mb120\@sm-min {
      margin-bottom: 120px !important;
    }
  }
  @media (max-width: 767px) {
    .mb120\@sm-max {
      margin-bottom: 120px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mb120\@md {
      margin-bottom: 120px !important;
    }
  }
  @media (min-width: 768px) {
    .mb120\@md-min {
      margin-bottom: 120px !important;
    }
  }
  @media (max-width: 991px) {
    .mb120\@md-max {
      margin-bottom: 120px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mb120\@lg {
      margin-bottom: 120px !important;
    }
  }
  @media (min-width: 992px) {
    .mb120\@lg-min {
      margin-bottom: 120px !important;
    }
  }
  @media (max-width: 1199px) {
    .mb120\@lg-max {
      margin-bottom: 120px !important;
    }
  }
  @media (min-width: 1200px) {
    .mb120\@xl {
      margin-bottom: 120px !important;
    }
  }
  .mb130 {
    margin-bottom: 130px !important;
  }
  @media (max-width: 575px) {
    .mb130\@xs {
      margin-bottom: 130px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb130\@sm {
      margin-bottom: 130px !important;
    }
  }
  @media (min-width: 576px) {
    .mb130\@sm-min {
      margin-bottom: 130px !important;
    }
  }
  @media (max-width: 767px) {
    .mb130\@sm-max {
      margin-bottom: 130px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mb130\@md {
      margin-bottom: 130px !important;
    }
  }
  @media (min-width: 768px) {
    .mb130\@md-min {
      margin-bottom: 130px !important;
    }
  }
  @media (max-width: 991px) {
    .mb130\@md-max {
      margin-bottom: 130px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mb130\@lg {
      margin-bottom: 130px !important;
    }
  }
  @media (min-width: 992px) {
    .mb130\@lg-min {
      margin-bottom: 130px !important;
    }
  }
  @media (max-width: 1199px) {
    .mb130\@lg-max {
      margin-bottom: 130px !important;
    }
  }
  @media (min-width: 1200px) {
    .mb130\@xl {
      margin-bottom: 130px !important;
    }
  }
  .mb140 {
    margin-bottom: 140px !important;
  }
  @media (max-width: 575px) {
    .mb140\@xs {
      margin-bottom: 140px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb140\@sm {
      margin-bottom: 140px !important;
    }
  }
  @media (min-width: 576px) {
    .mb140\@sm-min {
      margin-bottom: 140px !important;
    }
  }
  @media (max-width: 767px) {
    .mb140\@sm-max {
      margin-bottom: 140px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mb140\@md {
      margin-bottom: 140px !important;
    }
  }
  @media (min-width: 768px) {
    .mb140\@md-min {
      margin-bottom: 140px !important;
    }
  }
  @media (max-width: 991px) {
    .mb140\@md-max {
      margin-bottom: 140px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mb140\@lg {
      margin-bottom: 140px !important;
    }
  }
  @media (min-width: 992px) {
    .mb140\@lg-min {
      margin-bottom: 140px !important;
    }
  }
  @media (max-width: 1199px) {
    .mb140\@lg-max {
      margin-bottom: 140px !important;
    }
  }
  @media (min-width: 1200px) {
    .mb140\@xl {
      margin-bottom: 140px !important;
    }
  }
  .mb150 {
    margin-bottom: 150px !important;
  }
  @media (max-width: 575px) {
    .mb150\@xs {
      margin-bottom: 150px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb150\@sm {
      margin-bottom: 150px !important;
    }
  }
  @media (min-width: 576px) {
    .mb150\@sm-min {
      margin-bottom: 150px !important;
    }
  }
  @media (max-width: 767px) {
    .mb150\@sm-max {
      margin-bottom: 150px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mb150\@md {
      margin-bottom: 150px !important;
    }
  }
  @media (min-width: 768px) {
    .mb150\@md-min {
      margin-bottom: 150px !important;
    }
  }
  @media (max-width: 991px) {
    .mb150\@md-max {
      margin-bottom: 150px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mb150\@lg {
      margin-bottom: 150px !important;
    }
  }
  @media (min-width: 992px) {
    .mb150\@lg-min {
      margin-bottom: 150px !important;
    }
  }
  @media (max-width: 1199px) {
    .mb150\@lg-max {
      margin-bottom: 150px !important;
    }
  }
  @media (min-width: 1200px) {
    .mb150\@xl {
      margin-bottom: 150px !important;
    }
  }
  .mb160 {
    margin-bottom: 160px !important;
  }
  @media (max-width: 575px) {
    .mb160\@xs {
      margin-bottom: 160px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb160\@sm {
      margin-bottom: 160px !important;
    }
  }
  @media (min-width: 576px) {
    .mb160\@sm-min {
      margin-bottom: 160px !important;
    }
  }
  @media (max-width: 767px) {
    .mb160\@sm-max {
      margin-bottom: 160px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mb160\@md {
      margin-bottom: 160px !important;
    }
  }
  @media (min-width: 768px) {
    .mb160\@md-min {
      margin-bottom: 160px !important;
    }
  }
  @media (max-width: 991px) {
    .mb160\@md-max {
      margin-bottom: 160px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mb160\@lg {
      margin-bottom: 160px !important;
    }
  }
  @media (min-width: 992px) {
    .mb160\@lg-min {
      margin-bottom: 160px !important;
    }
  }
  @media (max-width: 1199px) {
    .mb160\@lg-max {
      margin-bottom: 160px !important;
    }
  }
  @media (min-width: 1200px) {
    .mb160\@xl {
      margin-bottom: 160px !important;
    }
  }
  .mb200 {
    margin-bottom: 200px !important;
  }
  @media (max-width: 575px) {
    .mb200\@xs {
      margin-bottom: 200px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb200\@sm {
      margin-bottom: 200px !important;
    }
  }
  @media (min-width: 576px) {
    .mb200\@sm-min {
      margin-bottom: 200px !important;
    }
  }
  @media (max-width: 767px) {
    .mb200\@sm-max {
      margin-bottom: 200px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mb200\@md {
      margin-bottom: 200px !important;
    }
  }
  @media (min-width: 768px) {
    .mb200\@md-min {
      margin-bottom: 200px !important;
    }
  }
  @media (max-width: 991px) {
    .mb200\@md-max {
      margin-bottom: 200px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mb200\@lg {
      margin-bottom: 200px !important;
    }
  }
  @media (min-width: 992px) {
    .mb200\@lg-min {
      margin-bottom: 200px !important;
    }
  }
  @media (max-width: 1199px) {
    .mb200\@lg-max {
      margin-bottom: 200px !important;
    }
  }
  @media (min-width: 1200px) {
    .mb200\@xl {
      margin-bottom: 200px !important;
    }
  }
  .mb300 {
    margin-bottom: 300px !important;
  }
  @media (max-width: 575px) {
    .mb300\@xs {
      margin-bottom: 300px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb300\@sm {
      margin-bottom: 300px !important;
    }
  }
  @media (min-width: 576px) {
    .mb300\@sm-min {
      margin-bottom: 300px !important;
    }
  }
  @media (max-width: 767px) {
    .mb300\@sm-max {
      margin-bottom: 300px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mb300\@md {
      margin-bottom: 300px !important;
    }
  }
  @media (min-width: 768px) {
    .mb300\@md-min {
      margin-bottom: 300px !important;
    }
  }
  @media (max-width: 991px) {
    .mb300\@md-max {
      margin-bottom: 300px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mb300\@lg {
      margin-bottom: 300px !important;
    }
  }
  @media (min-width: 992px) {
    .mb300\@lg-min {
      margin-bottom: 300px !important;
    }
  }
  @media (max-width: 1199px) {
    .mb300\@lg-max {
      margin-bottom: 300px !important;
    }
  }
  @media (min-width: 1200px) {
    .mb300\@xl {
      margin-bottom: 300px !important;
    }
  }
  .mr0 {
    margin-right: 0px !important;
  }
  @media (max-width: 575px) {
    .mr0\@xs {
      margin-right: 0px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr0\@sm {
      margin-right: 0px !important;
    }
  }
  @media (min-width: 576px) {
    .mr0\@sm-min {
      margin-right: 0px !important;
    }
  }
  @media (max-width: 767px) {
    .mr0\@sm-max {
      margin-right: 0px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mr0\@md {
      margin-right: 0px !important;
    }
  }
  @media (min-width: 768px) {
    .mr0\@md-min {
      margin-right: 0px !important;
    }
  }
  @media (max-width: 991px) {
    .mr0\@md-max {
      margin-right: 0px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mr0\@lg {
      margin-right: 0px !important;
    }
  }
  @media (min-width: 992px) {
    .mr0\@lg-min {
      margin-right: 0px !important;
    }
  }
  @media (max-width: 1199px) {
    .mr0\@lg-max {
      margin-right: 0px !important;
    }
  }
  @media (min-width: 1200px) {
    .mr0\@xl {
      margin-right: 0px !important;
    }
  }
  .mr4 {
    margin-right: 4px !important;
  }
  @media (max-width: 575px) {
    .mr4\@xs {
      margin-right: 4px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr4\@sm {
      margin-right: 4px !important;
    }
  }
  @media (min-width: 576px) {
    .mr4\@sm-min {
      margin-right: 4px !important;
    }
  }
  @media (max-width: 767px) {
    .mr4\@sm-max {
      margin-right: 4px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mr4\@md {
      margin-right: 4px !important;
    }
  }
  @media (min-width: 768px) {
    .mr4\@md-min {
      margin-right: 4px !important;
    }
  }
  @media (max-width: 991px) {
    .mr4\@md-max {
      margin-right: 4px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mr4\@lg {
      margin-right: 4px !important;
    }
  }
  @media (min-width: 992px) {
    .mr4\@lg-min {
      margin-right: 4px !important;
    }
  }
  @media (max-width: 1199px) {
    .mr4\@lg-max {
      margin-right: 4px !important;
    }
  }
  @media (min-width: 1200px) {
    .mr4\@xl {
      margin-right: 4px !important;
    }
  }
  .mr5 {
    margin-right: 5px !important;
  }
  @media (max-width: 575px) {
    .mr5\@xs {
      margin-right: 5px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr5\@sm {
      margin-right: 5px !important;
    }
  }
  @media (min-width: 576px) {
    .mr5\@sm-min {
      margin-right: 5px !important;
    }
  }
  @media (max-width: 767px) {
    .mr5\@sm-max {
      margin-right: 5px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mr5\@md {
      margin-right: 5px !important;
    }
  }
  @media (min-width: 768px) {
    .mr5\@md-min {
      margin-right: 5px !important;
    }
  }
  @media (max-width: 991px) {
    .mr5\@md-max {
      margin-right: 5px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mr5\@lg {
      margin-right: 5px !important;
    }
  }
  @media (min-width: 992px) {
    .mr5\@lg-min {
      margin-right: 5px !important;
    }
  }
  @media (max-width: 1199px) {
    .mr5\@lg-max {
      margin-right: 5px !important;
    }
  }
  @media (min-width: 1200px) {
    .mr5\@xl {
      margin-right: 5px !important;
    }
  }
  .mr6 {
    margin-right: 6px !important;
  }
  @media (max-width: 575px) {
    .mr6\@xs {
      margin-right: 6px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr6\@sm {
      margin-right: 6px !important;
    }
  }
  @media (min-width: 576px) {
    .mr6\@sm-min {
      margin-right: 6px !important;
    }
  }
  @media (max-width: 767px) {
    .mr6\@sm-max {
      margin-right: 6px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mr6\@md {
      margin-right: 6px !important;
    }
  }
  @media (min-width: 768px) {
    .mr6\@md-min {
      margin-right: 6px !important;
    }
  }
  @media (max-width: 991px) {
    .mr6\@md-max {
      margin-right: 6px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mr6\@lg {
      margin-right: 6px !important;
    }
  }
  @media (min-width: 992px) {
    .mr6\@lg-min {
      margin-right: 6px !important;
    }
  }
  @media (max-width: 1199px) {
    .mr6\@lg-max {
      margin-right: 6px !important;
    }
  }
  @media (min-width: 1200px) {
    .mr6\@xl {
      margin-right: 6px !important;
    }
  }
  .mr7 {
    margin-right: 7px !important;
  }
  @media (max-width: 575px) {
    .mr7\@xs {
      margin-right: 7px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr7\@sm {
      margin-right: 7px !important;
    }
  }
  @media (min-width: 576px) {
    .mr7\@sm-min {
      margin-right: 7px !important;
    }
  }
  @media (max-width: 767px) {
    .mr7\@sm-max {
      margin-right: 7px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mr7\@md {
      margin-right: 7px !important;
    }
  }
  @media (min-width: 768px) {
    .mr7\@md-min {
      margin-right: 7px !important;
    }
  }
  @media (max-width: 991px) {
    .mr7\@md-max {
      margin-right: 7px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mr7\@lg {
      margin-right: 7px !important;
    }
  }
  @media (min-width: 992px) {
    .mr7\@lg-min {
      margin-right: 7px !important;
    }
  }
  @media (max-width: 1199px) {
    .mr7\@lg-max {
      margin-right: 7px !important;
    }
  }
  @media (min-width: 1200px) {
    .mr7\@xl {
      margin-right: 7px !important;
    }
  }
  .mr8 {
    margin-right: 8px !important;
  }
  @media (max-width: 575px) {
    .mr8\@xs {
      margin-right: 8px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr8\@sm {
      margin-right: 8px !important;
    }
  }
  @media (min-width: 576px) {
    .mr8\@sm-min {
      margin-right: 8px !important;
    }
  }
  @media (max-width: 767px) {
    .mr8\@sm-max {
      margin-right: 8px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mr8\@md {
      margin-right: 8px !important;
    }
  }
  @media (min-width: 768px) {
    .mr8\@md-min {
      margin-right: 8px !important;
    }
  }
  @media (max-width: 991px) {
    .mr8\@md-max {
      margin-right: 8px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mr8\@lg {
      margin-right: 8px !important;
    }
  }
  @media (min-width: 992px) {
    .mr8\@lg-min {
      margin-right: 8px !important;
    }
  }
  @media (max-width: 1199px) {
    .mr8\@lg-max {
      margin-right: 8px !important;
    }
  }
  @media (min-width: 1200px) {
    .mr8\@xl {
      margin-right: 8px !important;
    }
  }
  .mr9 {
    margin-right: 9px !important;
  }
  @media (max-width: 575px) {
    .mr9\@xs {
      margin-right: 9px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr9\@sm {
      margin-right: 9px !important;
    }
  }
  @media (min-width: 576px) {
    .mr9\@sm-min {
      margin-right: 9px !important;
    }
  }
  @media (max-width: 767px) {
    .mr9\@sm-max {
      margin-right: 9px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mr9\@md {
      margin-right: 9px !important;
    }
  }
  @media (min-width: 768px) {
    .mr9\@md-min {
      margin-right: 9px !important;
    }
  }
  @media (max-width: 991px) {
    .mr9\@md-max {
      margin-right: 9px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mr9\@lg {
      margin-right: 9px !important;
    }
  }
  @media (min-width: 992px) {
    .mr9\@lg-min {
      margin-right: 9px !important;
    }
  }
  @media (max-width: 1199px) {
    .mr9\@lg-max {
      margin-right: 9px !important;
    }
  }
  @media (min-width: 1200px) {
    .mr9\@xl {
      margin-right: 9px !important;
    }
  }
  .mr10 {
    margin-right: 10px !important;
  }
  @media (max-width: 575px) {
    .mr10\@xs {
      margin-right: 10px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr10\@sm {
      margin-right: 10px !important;
    }
  }
  @media (min-width: 576px) {
    .mr10\@sm-min {
      margin-right: 10px !important;
    }
  }
  @media (max-width: 767px) {
    .mr10\@sm-max {
      margin-right: 10px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mr10\@md {
      margin-right: 10px !important;
    }
  }
  @media (min-width: 768px) {
    .mr10\@md-min {
      margin-right: 10px !important;
    }
  }
  @media (max-width: 991px) {
    .mr10\@md-max {
      margin-right: 10px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mr10\@lg {
      margin-right: 10px !important;
    }
  }
  @media (min-width: 992px) {
    .mr10\@lg-min {
      margin-right: 10px !important;
    }
  }
  @media (max-width: 1199px) {
    .mr10\@lg-max {
      margin-right: 10px !important;
    }
  }
  @media (min-width: 1200px) {
    .mr10\@xl {
      margin-right: 10px !important;
    }
  }
  .mr12 {
    margin-right: 12px !important;
  }
  @media (max-width: 575px) {
    .mr12\@xs {
      margin-right: 12px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr12\@sm {
      margin-right: 12px !important;
    }
  }
  @media (min-width: 576px) {
    .mr12\@sm-min {
      margin-right: 12px !important;
    }
  }
  @media (max-width: 767px) {
    .mr12\@sm-max {
      margin-right: 12px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mr12\@md {
      margin-right: 12px !important;
    }
  }
  @media (min-width: 768px) {
    .mr12\@md-min {
      margin-right: 12px !important;
    }
  }
  @media (max-width: 991px) {
    .mr12\@md-max {
      margin-right: 12px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mr12\@lg {
      margin-right: 12px !important;
    }
  }
  @media (min-width: 992px) {
    .mr12\@lg-min {
      margin-right: 12px !important;
    }
  }
  @media (max-width: 1199px) {
    .mr12\@lg-max {
      margin-right: 12px !important;
    }
  }
  @media (min-width: 1200px) {
    .mr12\@xl {
      margin-right: 12px !important;
    }
  }
  .mr15 {
    margin-right: 15px !important;
  }
  @media (max-width: 575px) {
    .mr15\@xs {
      margin-right: 15px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr15\@sm {
      margin-right: 15px !important;
    }
  }
  @media (min-width: 576px) {
    .mr15\@sm-min {
      margin-right: 15px !important;
    }
  }
  @media (max-width: 767px) {
    .mr15\@sm-max {
      margin-right: 15px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mr15\@md {
      margin-right: 15px !important;
    }
  }
  @media (min-width: 768px) {
    .mr15\@md-min {
      margin-right: 15px !important;
    }
  }
  @media (max-width: 991px) {
    .mr15\@md-max {
      margin-right: 15px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mr15\@lg {
      margin-right: 15px !important;
    }
  }
  @media (min-width: 992px) {
    .mr15\@lg-min {
      margin-right: 15px !important;
    }
  }
  @media (max-width: 1199px) {
    .mr15\@lg-max {
      margin-right: 15px !important;
    }
  }
  @media (min-width: 1200px) {
    .mr15\@xl {
      margin-right: 15px !important;
    }
  }
  .mr16 {
    margin-right: 16px !important;
  }
  @media (max-width: 575px) {
    .mr16\@xs {
      margin-right: 16px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr16\@sm {
      margin-right: 16px !important;
    }
  }
  @media (min-width: 576px) {
    .mr16\@sm-min {
      margin-right: 16px !important;
    }
  }
  @media (max-width: 767px) {
    .mr16\@sm-max {
      margin-right: 16px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mr16\@md {
      margin-right: 16px !important;
    }
  }
  @media (min-width: 768px) {
    .mr16\@md-min {
      margin-right: 16px !important;
    }
  }
  @media (max-width: 991px) {
    .mr16\@md-max {
      margin-right: 16px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mr16\@lg {
      margin-right: 16px !important;
    }
  }
  @media (min-width: 992px) {
    .mr16\@lg-min {
      margin-right: 16px !important;
    }
  }
  @media (max-width: 1199px) {
    .mr16\@lg-max {
      margin-right: 16px !important;
    }
  }
  @media (min-width: 1200px) {
    .mr16\@xl {
      margin-right: 16px !important;
    }
  }
  .mr20 {
    margin-right: 20px !important;
  }
  @media (max-width: 575px) {
    .mr20\@xs {
      margin-right: 20px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr20\@sm {
      margin-right: 20px !important;
    }
  }
  @media (min-width: 576px) {
    .mr20\@sm-min {
      margin-right: 20px !important;
    }
  }
  @media (max-width: 767px) {
    .mr20\@sm-max {
      margin-right: 20px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mr20\@md {
      margin-right: 20px !important;
    }
  }
  @media (min-width: 768px) {
    .mr20\@md-min {
      margin-right: 20px !important;
    }
  }
  @media (max-width: 991px) {
    .mr20\@md-max {
      margin-right: 20px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mr20\@lg {
      margin-right: 20px !important;
    }
  }
  @media (min-width: 992px) {
    .mr20\@lg-min {
      margin-right: 20px !important;
    }
  }
  @media (max-width: 1199px) {
    .mr20\@lg-max {
      margin-right: 20px !important;
    }
  }
  @media (min-width: 1200px) {
    .mr20\@xl {
      margin-right: 20px !important;
    }
  }
  .mr24 {
    margin-right: 24px !important;
  }
  @media (max-width: 575px) {
    .mr24\@xs {
      margin-right: 24px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr24\@sm {
      margin-right: 24px !important;
    }
  }
  @media (min-width: 576px) {
    .mr24\@sm-min {
      margin-right: 24px !important;
    }
  }
  @media (max-width: 767px) {
    .mr24\@sm-max {
      margin-right: 24px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mr24\@md {
      margin-right: 24px !important;
    }
  }
  @media (min-width: 768px) {
    .mr24\@md-min {
      margin-right: 24px !important;
    }
  }
  @media (max-width: 991px) {
    .mr24\@md-max {
      margin-right: 24px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mr24\@lg {
      margin-right: 24px !important;
    }
  }
  @media (min-width: 992px) {
    .mr24\@lg-min {
      margin-right: 24px !important;
    }
  }
  @media (max-width: 1199px) {
    .mr24\@lg-max {
      margin-right: 24px !important;
    }
  }
  @media (min-width: 1200px) {
    .mr24\@xl {
      margin-right: 24px !important;
    }
  }
  .mr25 {
    margin-right: 25px !important;
  }
  @media (max-width: 575px) {
    .mr25\@xs {
      margin-right: 25px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr25\@sm {
      margin-right: 25px !important;
    }
  }
  @media (min-width: 576px) {
    .mr25\@sm-min {
      margin-right: 25px !important;
    }
  }
  @media (max-width: 767px) {
    .mr25\@sm-max {
      margin-right: 25px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mr25\@md {
      margin-right: 25px !important;
    }
  }
  @media (min-width: 768px) {
    .mr25\@md-min {
      margin-right: 25px !important;
    }
  }
  @media (max-width: 991px) {
    .mr25\@md-max {
      margin-right: 25px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mr25\@lg {
      margin-right: 25px !important;
    }
  }
  @media (min-width: 992px) {
    .mr25\@lg-min {
      margin-right: 25px !important;
    }
  }
  @media (max-width: 1199px) {
    .mr25\@lg-max {
      margin-right: 25px !important;
    }
  }
  @media (min-width: 1200px) {
    .mr25\@xl {
      margin-right: 25px !important;
    }
  }
  .mr30 {
    margin-right: 30px !important;
  }
  @media (max-width: 575px) {
    .mr30\@xs {
      margin-right: 30px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr30\@sm {
      margin-right: 30px !important;
    }
  }
  @media (min-width: 576px) {
    .mr30\@sm-min {
      margin-right: 30px !important;
    }
  }
  @media (max-width: 767px) {
    .mr30\@sm-max {
      margin-right: 30px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mr30\@md {
      margin-right: 30px !important;
    }
  }
  @media (min-width: 768px) {
    .mr30\@md-min {
      margin-right: 30px !important;
    }
  }
  @media (max-width: 991px) {
    .mr30\@md-max {
      margin-right: 30px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mr30\@lg {
      margin-right: 30px !important;
    }
  }
  @media (min-width: 992px) {
    .mr30\@lg-min {
      margin-right: 30px !important;
    }
  }
  @media (max-width: 1199px) {
    .mr30\@lg-max {
      margin-right: 30px !important;
    }
  }
  @media (min-width: 1200px) {
    .mr30\@xl {
      margin-right: 30px !important;
    }
  }
  .mr32 {
    margin-right: 32px !important;
  }
  @media (max-width: 575px) {
    .mr32\@xs {
      margin-right: 32px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr32\@sm {
      margin-right: 32px !important;
    }
  }
  @media (min-width: 576px) {
    .mr32\@sm-min {
      margin-right: 32px !important;
    }
  }
  @media (max-width: 767px) {
    .mr32\@sm-max {
      margin-right: 32px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mr32\@md {
      margin-right: 32px !important;
    }
  }
  @media (min-width: 768px) {
    .mr32\@md-min {
      margin-right: 32px !important;
    }
  }
  @media (max-width: 991px) {
    .mr32\@md-max {
      margin-right: 32px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mr32\@lg {
      margin-right: 32px !important;
    }
  }
  @media (min-width: 992px) {
    .mr32\@lg-min {
      margin-right: 32px !important;
    }
  }
  @media (max-width: 1199px) {
    .mr32\@lg-max {
      margin-right: 32px !important;
    }
  }
  @media (min-width: 1200px) {
    .mr32\@xl {
      margin-right: 32px !important;
    }
  }
  .mr40 {
    margin-right: 40px !important;
  }
  @media (max-width: 575px) {
    .mr40\@xs {
      margin-right: 40px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr40\@sm {
      margin-right: 40px !important;
    }
  }
  @media (min-width: 576px) {
    .mr40\@sm-min {
      margin-right: 40px !important;
    }
  }
  @media (max-width: 767px) {
    .mr40\@sm-max {
      margin-right: 40px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mr40\@md {
      margin-right: 40px !important;
    }
  }
  @media (min-width: 768px) {
    .mr40\@md-min {
      margin-right: 40px !important;
    }
  }
  @media (max-width: 991px) {
    .mr40\@md-max {
      margin-right: 40px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mr40\@lg {
      margin-right: 40px !important;
    }
  }
  @media (min-width: 992px) {
    .mr40\@lg-min {
      margin-right: 40px !important;
    }
  }
  @media (max-width: 1199px) {
    .mr40\@lg-max {
      margin-right: 40px !important;
    }
  }
  @media (min-width: 1200px) {
    .mr40\@xl {
      margin-right: 40px !important;
    }
  }
  .mr48 {
    margin-right: 48px !important;
  }
  @media (max-width: 575px) {
    .mr48\@xs {
      margin-right: 48px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr48\@sm {
      margin-right: 48px !important;
    }
  }
  @media (min-width: 576px) {
    .mr48\@sm-min {
      margin-right: 48px !important;
    }
  }
  @media (max-width: 767px) {
    .mr48\@sm-max {
      margin-right: 48px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mr48\@md {
      margin-right: 48px !important;
    }
  }
  @media (min-width: 768px) {
    .mr48\@md-min {
      margin-right: 48px !important;
    }
  }
  @media (max-width: 991px) {
    .mr48\@md-max {
      margin-right: 48px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mr48\@lg {
      margin-right: 48px !important;
    }
  }
  @media (min-width: 992px) {
    .mr48\@lg-min {
      margin-right: 48px !important;
    }
  }
  @media (max-width: 1199px) {
    .mr48\@lg-max {
      margin-right: 48px !important;
    }
  }
  @media (min-width: 1200px) {
    .mr48\@xl {
      margin-right: 48px !important;
    }
  }
  .mr50 {
    margin-right: 50px !important;
  }
  @media (max-width: 575px) {
    .mr50\@xs {
      margin-right: 50px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr50\@sm {
      margin-right: 50px !important;
    }
  }
  @media (min-width: 576px) {
    .mr50\@sm-min {
      margin-right: 50px !important;
    }
  }
  @media (max-width: 767px) {
    .mr50\@sm-max {
      margin-right: 50px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mr50\@md {
      margin-right: 50px !important;
    }
  }
  @media (min-width: 768px) {
    .mr50\@md-min {
      margin-right: 50px !important;
    }
  }
  @media (max-width: 991px) {
    .mr50\@md-max {
      margin-right: 50px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mr50\@lg {
      margin-right: 50px !important;
    }
  }
  @media (min-width: 992px) {
    .mr50\@lg-min {
      margin-right: 50px !important;
    }
  }
  @media (max-width: 1199px) {
    .mr50\@lg-max {
      margin-right: 50px !important;
    }
  }
  @media (min-width: 1200px) {
    .mr50\@xl {
      margin-right: 50px !important;
    }
  }
  .mr60 {
    margin-right: 60px !important;
  }
  @media (max-width: 575px) {
    .mr60\@xs {
      margin-right: 60px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr60\@sm {
      margin-right: 60px !important;
    }
  }
  @media (min-width: 576px) {
    .mr60\@sm-min {
      margin-right: 60px !important;
    }
  }
  @media (max-width: 767px) {
    .mr60\@sm-max {
      margin-right: 60px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mr60\@md {
      margin-right: 60px !important;
    }
  }
  @media (min-width: 768px) {
    .mr60\@md-min {
      margin-right: 60px !important;
    }
  }
  @media (max-width: 991px) {
    .mr60\@md-max {
      margin-right: 60px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mr60\@lg {
      margin-right: 60px !important;
    }
  }
  @media (min-width: 992px) {
    .mr60\@lg-min {
      margin-right: 60px !important;
    }
  }
  @media (max-width: 1199px) {
    .mr60\@lg-max {
      margin-right: 60px !important;
    }
  }
  @media (min-width: 1200px) {
    .mr60\@xl {
      margin-right: 60px !important;
    }
  }
  .mr70 {
    margin-right: 70px !important;
  }
  @media (max-width: 575px) {
    .mr70\@xs {
      margin-right: 70px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr70\@sm {
      margin-right: 70px !important;
    }
  }
  @media (min-width: 576px) {
    .mr70\@sm-min {
      margin-right: 70px !important;
    }
  }
  @media (max-width: 767px) {
    .mr70\@sm-max {
      margin-right: 70px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mr70\@md {
      margin-right: 70px !important;
    }
  }
  @media (min-width: 768px) {
    .mr70\@md-min {
      margin-right: 70px !important;
    }
  }
  @media (max-width: 991px) {
    .mr70\@md-max {
      margin-right: 70px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mr70\@lg {
      margin-right: 70px !important;
    }
  }
  @media (min-width: 992px) {
    .mr70\@lg-min {
      margin-right: 70px !important;
    }
  }
  @media (max-width: 1199px) {
    .mr70\@lg-max {
      margin-right: 70px !important;
    }
  }
  @media (min-width: 1200px) {
    .mr70\@xl {
      margin-right: 70px !important;
    }
  }
  .mr80 {
    margin-right: 80px !important;
  }
  @media (max-width: 575px) {
    .mr80\@xs {
      margin-right: 80px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr80\@sm {
      margin-right: 80px !important;
    }
  }
  @media (min-width: 576px) {
    .mr80\@sm-min {
      margin-right: 80px !important;
    }
  }
  @media (max-width: 767px) {
    .mr80\@sm-max {
      margin-right: 80px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mr80\@md {
      margin-right: 80px !important;
    }
  }
  @media (min-width: 768px) {
    .mr80\@md-min {
      margin-right: 80px !important;
    }
  }
  @media (max-width: 991px) {
    .mr80\@md-max {
      margin-right: 80px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mr80\@lg {
      margin-right: 80px !important;
    }
  }
  @media (min-width: 992px) {
    .mr80\@lg-min {
      margin-right: 80px !important;
    }
  }
  @media (max-width: 1199px) {
    .mr80\@lg-max {
      margin-right: 80px !important;
    }
  }
  @media (min-width: 1200px) {
    .mr80\@xl {
      margin-right: 80px !important;
    }
  }
  .mr90 {
    margin-right: 90px !important;
  }
  @media (max-width: 575px) {
    .mr90\@xs {
      margin-right: 90px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr90\@sm {
      margin-right: 90px !important;
    }
  }
  @media (min-width: 576px) {
    .mr90\@sm-min {
      margin-right: 90px !important;
    }
  }
  @media (max-width: 767px) {
    .mr90\@sm-max {
      margin-right: 90px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mr90\@md {
      margin-right: 90px !important;
    }
  }
  @media (min-width: 768px) {
    .mr90\@md-min {
      margin-right: 90px !important;
    }
  }
  @media (max-width: 991px) {
    .mr90\@md-max {
      margin-right: 90px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mr90\@lg {
      margin-right: 90px !important;
    }
  }
  @media (min-width: 992px) {
    .mr90\@lg-min {
      margin-right: 90px !important;
    }
  }
  @media (max-width: 1199px) {
    .mr90\@lg-max {
      margin-right: 90px !important;
    }
  }
  @media (min-width: 1200px) {
    .mr90\@xl {
      margin-right: 90px !important;
    }
  }
  .mr100 {
    margin-right: 100px !important;
  }
  @media (max-width: 575px) {
    .mr100\@xs {
      margin-right: 100px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr100\@sm {
      margin-right: 100px !important;
    }
  }
  @media (min-width: 576px) {
    .mr100\@sm-min {
      margin-right: 100px !important;
    }
  }
  @media (max-width: 767px) {
    .mr100\@sm-max {
      margin-right: 100px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mr100\@md {
      margin-right: 100px !important;
    }
  }
  @media (min-width: 768px) {
    .mr100\@md-min {
      margin-right: 100px !important;
    }
  }
  @media (max-width: 991px) {
    .mr100\@md-max {
      margin-right: 100px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mr100\@lg {
      margin-right: 100px !important;
    }
  }
  @media (min-width: 992px) {
    .mr100\@lg-min {
      margin-right: 100px !important;
    }
  }
  @media (max-width: 1199px) {
    .mr100\@lg-max {
      margin-right: 100px !important;
    }
  }
  @media (min-width: 1200px) {
    .mr100\@xl {
      margin-right: 100px !important;
    }
  }
  .mr110 {
    margin-right: 110px !important;
  }
  @media (max-width: 575px) {
    .mr110\@xs {
      margin-right: 110px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr110\@sm {
      margin-right: 110px !important;
    }
  }
  @media (min-width: 576px) {
    .mr110\@sm-min {
      margin-right: 110px !important;
    }
  }
  @media (max-width: 767px) {
    .mr110\@sm-max {
      margin-right: 110px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mr110\@md {
      margin-right: 110px !important;
    }
  }
  @media (min-width: 768px) {
    .mr110\@md-min {
      margin-right: 110px !important;
    }
  }
  @media (max-width: 991px) {
    .mr110\@md-max {
      margin-right: 110px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mr110\@lg {
      margin-right: 110px !important;
    }
  }
  @media (min-width: 992px) {
    .mr110\@lg-min {
      margin-right: 110px !important;
    }
  }
  @media (max-width: 1199px) {
    .mr110\@lg-max {
      margin-right: 110px !important;
    }
  }
  @media (min-width: 1200px) {
    .mr110\@xl {
      margin-right: 110px !important;
    }
  }
  .mr120 {
    margin-right: 120px !important;
  }
  @media (max-width: 575px) {
    .mr120\@xs {
      margin-right: 120px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr120\@sm {
      margin-right: 120px !important;
    }
  }
  @media (min-width: 576px) {
    .mr120\@sm-min {
      margin-right: 120px !important;
    }
  }
  @media (max-width: 767px) {
    .mr120\@sm-max {
      margin-right: 120px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mr120\@md {
      margin-right: 120px !important;
    }
  }
  @media (min-width: 768px) {
    .mr120\@md-min {
      margin-right: 120px !important;
    }
  }
  @media (max-width: 991px) {
    .mr120\@md-max {
      margin-right: 120px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mr120\@lg {
      margin-right: 120px !important;
    }
  }
  @media (min-width: 992px) {
    .mr120\@lg-min {
      margin-right: 120px !important;
    }
  }
  @media (max-width: 1199px) {
    .mr120\@lg-max {
      margin-right: 120px !important;
    }
  }
  @media (min-width: 1200px) {
    .mr120\@xl {
      margin-right: 120px !important;
    }
  }
  .mr130 {
    margin-right: 130px !important;
  }
  @media (max-width: 575px) {
    .mr130\@xs {
      margin-right: 130px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr130\@sm {
      margin-right: 130px !important;
    }
  }
  @media (min-width: 576px) {
    .mr130\@sm-min {
      margin-right: 130px !important;
    }
  }
  @media (max-width: 767px) {
    .mr130\@sm-max {
      margin-right: 130px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mr130\@md {
      margin-right: 130px !important;
    }
  }
  @media (min-width: 768px) {
    .mr130\@md-min {
      margin-right: 130px !important;
    }
  }
  @media (max-width: 991px) {
    .mr130\@md-max {
      margin-right: 130px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mr130\@lg {
      margin-right: 130px !important;
    }
  }
  @media (min-width: 992px) {
    .mr130\@lg-min {
      margin-right: 130px !important;
    }
  }
  @media (max-width: 1199px) {
    .mr130\@lg-max {
      margin-right: 130px !important;
    }
  }
  @media (min-width: 1200px) {
    .mr130\@xl {
      margin-right: 130px !important;
    }
  }
  .mr140 {
    margin-right: 140px !important;
  }
  @media (max-width: 575px) {
    .mr140\@xs {
      margin-right: 140px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr140\@sm {
      margin-right: 140px !important;
    }
  }
  @media (min-width: 576px) {
    .mr140\@sm-min {
      margin-right: 140px !important;
    }
  }
  @media (max-width: 767px) {
    .mr140\@sm-max {
      margin-right: 140px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mr140\@md {
      margin-right: 140px !important;
    }
  }
  @media (min-width: 768px) {
    .mr140\@md-min {
      margin-right: 140px !important;
    }
  }
  @media (max-width: 991px) {
    .mr140\@md-max {
      margin-right: 140px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mr140\@lg {
      margin-right: 140px !important;
    }
  }
  @media (min-width: 992px) {
    .mr140\@lg-min {
      margin-right: 140px !important;
    }
  }
  @media (max-width: 1199px) {
    .mr140\@lg-max {
      margin-right: 140px !important;
    }
  }
  @media (min-width: 1200px) {
    .mr140\@xl {
      margin-right: 140px !important;
    }
  }
  .mr150 {
    margin-right: 150px !important;
  }
  @media (max-width: 575px) {
    .mr150\@xs {
      margin-right: 150px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr150\@sm {
      margin-right: 150px !important;
    }
  }
  @media (min-width: 576px) {
    .mr150\@sm-min {
      margin-right: 150px !important;
    }
  }
  @media (max-width: 767px) {
    .mr150\@sm-max {
      margin-right: 150px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mr150\@md {
      margin-right: 150px !important;
    }
  }
  @media (min-width: 768px) {
    .mr150\@md-min {
      margin-right: 150px !important;
    }
  }
  @media (max-width: 991px) {
    .mr150\@md-max {
      margin-right: 150px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mr150\@lg {
      margin-right: 150px !important;
    }
  }
  @media (min-width: 992px) {
    .mr150\@lg-min {
      margin-right: 150px !important;
    }
  }
  @media (max-width: 1199px) {
    .mr150\@lg-max {
      margin-right: 150px !important;
    }
  }
  @media (min-width: 1200px) {
    .mr150\@xl {
      margin-right: 150px !important;
    }
  }
  .mr160 {
    margin-right: 160px !important;
  }
  @media (max-width: 575px) {
    .mr160\@xs {
      margin-right: 160px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr160\@sm {
      margin-right: 160px !important;
    }
  }
  @media (min-width: 576px) {
    .mr160\@sm-min {
      margin-right: 160px !important;
    }
  }
  @media (max-width: 767px) {
    .mr160\@sm-max {
      margin-right: 160px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mr160\@md {
      margin-right: 160px !important;
    }
  }
  @media (min-width: 768px) {
    .mr160\@md-min {
      margin-right: 160px !important;
    }
  }
  @media (max-width: 991px) {
    .mr160\@md-max {
      margin-right: 160px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mr160\@lg {
      margin-right: 160px !important;
    }
  }
  @media (min-width: 992px) {
    .mr160\@lg-min {
      margin-right: 160px !important;
    }
  }
  @media (max-width: 1199px) {
    .mr160\@lg-max {
      margin-right: 160px !important;
    }
  }
  @media (min-width: 1200px) {
    .mr160\@xl {
      margin-right: 160px !important;
    }
  }
  .mr200 {
    margin-right: 200px !important;
  }
  @media (max-width: 575px) {
    .mr200\@xs {
      margin-right: 200px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr200\@sm {
      margin-right: 200px !important;
    }
  }
  @media (min-width: 576px) {
    .mr200\@sm-min {
      margin-right: 200px !important;
    }
  }
  @media (max-width: 767px) {
    .mr200\@sm-max {
      margin-right: 200px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mr200\@md {
      margin-right: 200px !important;
    }
  }
  @media (min-width: 768px) {
    .mr200\@md-min {
      margin-right: 200px !important;
    }
  }
  @media (max-width: 991px) {
    .mr200\@md-max {
      margin-right: 200px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mr200\@lg {
      margin-right: 200px !important;
    }
  }
  @media (min-width: 992px) {
    .mr200\@lg-min {
      margin-right: 200px !important;
    }
  }
  @media (max-width: 1199px) {
    .mr200\@lg-max {
      margin-right: 200px !important;
    }
  }
  @media (min-width: 1200px) {
    .mr200\@xl {
      margin-right: 200px !important;
    }
  }
  .mr300 {
    margin-right: 300px !important;
  }
  @media (max-width: 575px) {
    .mr300\@xs {
      margin-right: 300px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr300\@sm {
      margin-right: 300px !important;
    }
  }
  @media (min-width: 576px) {
    .mr300\@sm-min {
      margin-right: 300px !important;
    }
  }
  @media (max-width: 767px) {
    .mr300\@sm-max {
      margin-right: 300px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mr300\@md {
      margin-right: 300px !important;
    }
  }
  @media (min-width: 768px) {
    .mr300\@md-min {
      margin-right: 300px !important;
    }
  }
  @media (max-width: 991px) {
    .mr300\@md-max {
      margin-right: 300px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mr300\@lg {
      margin-right: 300px !important;
    }
  }
  @media (min-width: 992px) {
    .mr300\@lg-min {
      margin-right: 300px !important;
    }
  }
  @media (max-width: 1199px) {
    .mr300\@lg-max {
      margin-right: 300px !important;
    }
  }
  @media (min-width: 1200px) {
    .mr300\@xl {
      margin-right: 300px !important;
    }
  }
  .ml0 {
    margin-left: 0px !important;
  }
  @media (max-width: 575px) {
    .ml0\@xs {
      margin-left: 0px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml0\@sm {
      margin-left: 0px !important;
    }
  }
  @media (min-width: 576px) {
    .ml0\@sm-min {
      margin-left: 0px !important;
    }
  }
  @media (max-width: 767px) {
    .ml0\@sm-max {
      margin-left: 0px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .ml0\@md {
      margin-left: 0px !important;
    }
  }
  @media (min-width: 768px) {
    .ml0\@md-min {
      margin-left: 0px !important;
    }
  }
  @media (max-width: 991px) {
    .ml0\@md-max {
      margin-left: 0px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ml0\@lg {
      margin-left: 0px !important;
    }
  }
  @media (min-width: 992px) {
    .ml0\@lg-min {
      margin-left: 0px !important;
    }
  }
  @media (max-width: 1199px) {
    .ml0\@lg-max {
      margin-left: 0px !important;
    }
  }
  @media (min-width: 1200px) {
    .ml0\@xl {
      margin-left: 0px !important;
    }
  }
  .ml4 {
    margin-left: 4px !important;
  }
  @media (max-width: 575px) {
    .ml4\@xs {
      margin-left: 4px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml4\@sm {
      margin-left: 4px !important;
    }
  }
  @media (min-width: 576px) {
    .ml4\@sm-min {
      margin-left: 4px !important;
    }
  }
  @media (max-width: 767px) {
    .ml4\@sm-max {
      margin-left: 4px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .ml4\@md {
      margin-left: 4px !important;
    }
  }
  @media (min-width: 768px) {
    .ml4\@md-min {
      margin-left: 4px !important;
    }
  }
  @media (max-width: 991px) {
    .ml4\@md-max {
      margin-left: 4px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ml4\@lg {
      margin-left: 4px !important;
    }
  }
  @media (min-width: 992px) {
    .ml4\@lg-min {
      margin-left: 4px !important;
    }
  }
  @media (max-width: 1199px) {
    .ml4\@lg-max {
      margin-left: 4px !important;
    }
  }
  @media (min-width: 1200px) {
    .ml4\@xl {
      margin-left: 4px !important;
    }
  }
  .ml5 {
    margin-left: 5px !important;
  }
  @media (max-width: 575px) {
    .ml5\@xs {
      margin-left: 5px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml5\@sm {
      margin-left: 5px !important;
    }
  }
  @media (min-width: 576px) {
    .ml5\@sm-min {
      margin-left: 5px !important;
    }
  }
  @media (max-width: 767px) {
    .ml5\@sm-max {
      margin-left: 5px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .ml5\@md {
      margin-left: 5px !important;
    }
  }
  @media (min-width: 768px) {
    .ml5\@md-min {
      margin-left: 5px !important;
    }
  }
  @media (max-width: 991px) {
    .ml5\@md-max {
      margin-left: 5px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ml5\@lg {
      margin-left: 5px !important;
    }
  }
  @media (min-width: 992px) {
    .ml5\@lg-min {
      margin-left: 5px !important;
    }
  }
  @media (max-width: 1199px) {
    .ml5\@lg-max {
      margin-left: 5px !important;
    }
  }
  @media (min-width: 1200px) {
    .ml5\@xl {
      margin-left: 5px !important;
    }
  }
  .ml6 {
    margin-left: 6px !important;
  }
  @media (max-width: 575px) {
    .ml6\@xs {
      margin-left: 6px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml6\@sm {
      margin-left: 6px !important;
    }
  }
  @media (min-width: 576px) {
    .ml6\@sm-min {
      margin-left: 6px !important;
    }
  }
  @media (max-width: 767px) {
    .ml6\@sm-max {
      margin-left: 6px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .ml6\@md {
      margin-left: 6px !important;
    }
  }
  @media (min-width: 768px) {
    .ml6\@md-min {
      margin-left: 6px !important;
    }
  }
  @media (max-width: 991px) {
    .ml6\@md-max {
      margin-left: 6px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ml6\@lg {
      margin-left: 6px !important;
    }
  }
  @media (min-width: 992px) {
    .ml6\@lg-min {
      margin-left: 6px !important;
    }
  }
  @media (max-width: 1199px) {
    .ml6\@lg-max {
      margin-left: 6px !important;
    }
  }
  @media (min-width: 1200px) {
    .ml6\@xl {
      margin-left: 6px !important;
    }
  }
  .ml7 {
    margin-left: 7px !important;
  }
  @media (max-width: 575px) {
    .ml7\@xs {
      margin-left: 7px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml7\@sm {
      margin-left: 7px !important;
    }
  }
  @media (min-width: 576px) {
    .ml7\@sm-min {
      margin-left: 7px !important;
    }
  }
  @media (max-width: 767px) {
    .ml7\@sm-max {
      margin-left: 7px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .ml7\@md {
      margin-left: 7px !important;
    }
  }
  @media (min-width: 768px) {
    .ml7\@md-min {
      margin-left: 7px !important;
    }
  }
  @media (max-width: 991px) {
    .ml7\@md-max {
      margin-left: 7px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ml7\@lg {
      margin-left: 7px !important;
    }
  }
  @media (min-width: 992px) {
    .ml7\@lg-min {
      margin-left: 7px !important;
    }
  }
  @media (max-width: 1199px) {
    .ml7\@lg-max {
      margin-left: 7px !important;
    }
  }
  @media (min-width: 1200px) {
    .ml7\@xl {
      margin-left: 7px !important;
    }
  }
  .ml8 {
    margin-left: 8px !important;
  }
  @media (max-width: 575px) {
    .ml8\@xs {
      margin-left: 8px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml8\@sm {
      margin-left: 8px !important;
    }
  }
  @media (min-width: 576px) {
    .ml8\@sm-min {
      margin-left: 8px !important;
    }
  }
  @media (max-width: 767px) {
    .ml8\@sm-max {
      margin-left: 8px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .ml8\@md {
      margin-left: 8px !important;
    }
  }
  @media (min-width: 768px) {
    .ml8\@md-min {
      margin-left: 8px !important;
    }
  }
  @media (max-width: 991px) {
    .ml8\@md-max {
      margin-left: 8px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ml8\@lg {
      margin-left: 8px !important;
    }
  }
  @media (min-width: 992px) {
    .ml8\@lg-min {
      margin-left: 8px !important;
    }
  }
  @media (max-width: 1199px) {
    .ml8\@lg-max {
      margin-left: 8px !important;
    }
  }
  @media (min-width: 1200px) {
    .ml8\@xl {
      margin-left: 8px !important;
    }
  }
  .ml9 {
    margin-left: 9px !important;
  }
  @media (max-width: 575px) {
    .ml9\@xs {
      margin-left: 9px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml9\@sm {
      margin-left: 9px !important;
    }
  }
  @media (min-width: 576px) {
    .ml9\@sm-min {
      margin-left: 9px !important;
    }
  }
  @media (max-width: 767px) {
    .ml9\@sm-max {
      margin-left: 9px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .ml9\@md {
      margin-left: 9px !important;
    }
  }
  @media (min-width: 768px) {
    .ml9\@md-min {
      margin-left: 9px !important;
    }
  }
  @media (max-width: 991px) {
    .ml9\@md-max {
      margin-left: 9px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ml9\@lg {
      margin-left: 9px !important;
    }
  }
  @media (min-width: 992px) {
    .ml9\@lg-min {
      margin-left: 9px !important;
    }
  }
  @media (max-width: 1199px) {
    .ml9\@lg-max {
      margin-left: 9px !important;
    }
  }
  @media (min-width: 1200px) {
    .ml9\@xl {
      margin-left: 9px !important;
    }
  }
  .ml10 {
    margin-left: 10px !important;
  }
  @media (max-width: 575px) {
    .ml10\@xs {
      margin-left: 10px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml10\@sm {
      margin-left: 10px !important;
    }
  }
  @media (min-width: 576px) {
    .ml10\@sm-min {
      margin-left: 10px !important;
    }
  }
  @media (max-width: 767px) {
    .ml10\@sm-max {
      margin-left: 10px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .ml10\@md {
      margin-left: 10px !important;
    }
  }
  @media (min-width: 768px) {
    .ml10\@md-min {
      margin-left: 10px !important;
    }
  }
  @media (max-width: 991px) {
    .ml10\@md-max {
      margin-left: 10px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ml10\@lg {
      margin-left: 10px !important;
    }
  }
  @media (min-width: 992px) {
    .ml10\@lg-min {
      margin-left: 10px !important;
    }
  }
  @media (max-width: 1199px) {
    .ml10\@lg-max {
      margin-left: 10px !important;
    }
  }
  @media (min-width: 1200px) {
    .ml10\@xl {
      margin-left: 10px !important;
    }
  }
  .ml12 {
    margin-left: 12px !important;
  }
  @media (max-width: 575px) {
    .ml12\@xs {
      margin-left: 12px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml12\@sm {
      margin-left: 12px !important;
    }
  }
  @media (min-width: 576px) {
    .ml12\@sm-min {
      margin-left: 12px !important;
    }
  }
  @media (max-width: 767px) {
    .ml12\@sm-max {
      margin-left: 12px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .ml12\@md {
      margin-left: 12px !important;
    }
  }
  @media (min-width: 768px) {
    .ml12\@md-min {
      margin-left: 12px !important;
    }
  }
  @media (max-width: 991px) {
    .ml12\@md-max {
      margin-left: 12px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ml12\@lg {
      margin-left: 12px !important;
    }
  }
  @media (min-width: 992px) {
    .ml12\@lg-min {
      margin-left: 12px !important;
    }
  }
  @media (max-width: 1199px) {
    .ml12\@lg-max {
      margin-left: 12px !important;
    }
  }
  @media (min-width: 1200px) {
    .ml12\@xl {
      margin-left: 12px !important;
    }
  }
  .ml15 {
    margin-left: 15px !important;
  }
  @media (max-width: 575px) {
    .ml15\@xs {
      margin-left: 15px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml15\@sm {
      margin-left: 15px !important;
    }
  }
  @media (min-width: 576px) {
    .ml15\@sm-min {
      margin-left: 15px !important;
    }
  }
  @media (max-width: 767px) {
    .ml15\@sm-max {
      margin-left: 15px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .ml15\@md {
      margin-left: 15px !important;
    }
  }
  @media (min-width: 768px) {
    .ml15\@md-min {
      margin-left: 15px !important;
    }
  }
  @media (max-width: 991px) {
    .ml15\@md-max {
      margin-left: 15px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ml15\@lg {
      margin-left: 15px !important;
    }
  }
  @media (min-width: 992px) {
    .ml15\@lg-min {
      margin-left: 15px !important;
    }
  }
  @media (max-width: 1199px) {
    .ml15\@lg-max {
      margin-left: 15px !important;
    }
  }
  @media (min-width: 1200px) {
    .ml15\@xl {
      margin-left: 15px !important;
    }
  }
  .ml16 {
    margin-left: 16px !important;
  }
  @media (max-width: 575px) {
    .ml16\@xs {
      margin-left: 16px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml16\@sm {
      margin-left: 16px !important;
    }
  }
  @media (min-width: 576px) {
    .ml16\@sm-min {
      margin-left: 16px !important;
    }
  }
  @media (max-width: 767px) {
    .ml16\@sm-max {
      margin-left: 16px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .ml16\@md {
      margin-left: 16px !important;
    }
  }
  @media (min-width: 768px) {
    .ml16\@md-min {
      margin-left: 16px !important;
    }
  }
  @media (max-width: 991px) {
    .ml16\@md-max {
      margin-left: 16px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ml16\@lg {
      margin-left: 16px !important;
    }
  }
  @media (min-width: 992px) {
    .ml16\@lg-min {
      margin-left: 16px !important;
    }
  }
  @media (max-width: 1199px) {
    .ml16\@lg-max {
      margin-left: 16px !important;
    }
  }
  @media (min-width: 1200px) {
    .ml16\@xl {
      margin-left: 16px !important;
    }
  }
  .ml20 {
    margin-left: 20px !important;
  }
  @media (max-width: 575px) {
    .ml20\@xs {
      margin-left: 20px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml20\@sm {
      margin-left: 20px !important;
    }
  }
  @media (min-width: 576px) {
    .ml20\@sm-min {
      margin-left: 20px !important;
    }
  }
  @media (max-width: 767px) {
    .ml20\@sm-max {
      margin-left: 20px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .ml20\@md {
      margin-left: 20px !important;
    }
  }
  @media (min-width: 768px) {
    .ml20\@md-min {
      margin-left: 20px !important;
    }
  }
  @media (max-width: 991px) {
    .ml20\@md-max {
      margin-left: 20px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ml20\@lg {
      margin-left: 20px !important;
    }
  }
  @media (min-width: 992px) {
    .ml20\@lg-min {
      margin-left: 20px !important;
    }
  }
  @media (max-width: 1199px) {
    .ml20\@lg-max {
      margin-left: 20px !important;
    }
  }
  @media (min-width: 1200px) {
    .ml20\@xl {
      margin-left: 20px !important;
    }
  }
  .ml24 {
    margin-left: 24px !important;
  }
  @media (max-width: 575px) {
    .ml24\@xs {
      margin-left: 24px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml24\@sm {
      margin-left: 24px !important;
    }
  }
  @media (min-width: 576px) {
    .ml24\@sm-min {
      margin-left: 24px !important;
    }
  }
  @media (max-width: 767px) {
    .ml24\@sm-max {
      margin-left: 24px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .ml24\@md {
      margin-left: 24px !important;
    }
  }
  @media (min-width: 768px) {
    .ml24\@md-min {
      margin-left: 24px !important;
    }
  }
  @media (max-width: 991px) {
    .ml24\@md-max {
      margin-left: 24px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ml24\@lg {
      margin-left: 24px !important;
    }
  }
  @media (min-width: 992px) {
    .ml24\@lg-min {
      margin-left: 24px !important;
    }
  }
  @media (max-width: 1199px) {
    .ml24\@lg-max {
      margin-left: 24px !important;
    }
  }
  @media (min-width: 1200px) {
    .ml24\@xl {
      margin-left: 24px !important;
    }
  }
  .ml25 {
    margin-left: 25px !important;
  }
  @media (max-width: 575px) {
    .ml25\@xs {
      margin-left: 25px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml25\@sm {
      margin-left: 25px !important;
    }
  }
  @media (min-width: 576px) {
    .ml25\@sm-min {
      margin-left: 25px !important;
    }
  }
  @media (max-width: 767px) {
    .ml25\@sm-max {
      margin-left: 25px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .ml25\@md {
      margin-left: 25px !important;
    }
  }
  @media (min-width: 768px) {
    .ml25\@md-min {
      margin-left: 25px !important;
    }
  }
  @media (max-width: 991px) {
    .ml25\@md-max {
      margin-left: 25px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ml25\@lg {
      margin-left: 25px !important;
    }
  }
  @media (min-width: 992px) {
    .ml25\@lg-min {
      margin-left: 25px !important;
    }
  }
  @media (max-width: 1199px) {
    .ml25\@lg-max {
      margin-left: 25px !important;
    }
  }
  @media (min-width: 1200px) {
    .ml25\@xl {
      margin-left: 25px !important;
    }
  }
  .ml30 {
    margin-left: 30px !important;
  }
  @media (max-width: 575px) {
    .ml30\@xs {
      margin-left: 30px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml30\@sm {
      margin-left: 30px !important;
    }
  }
  @media (min-width: 576px) {
    .ml30\@sm-min {
      margin-left: 30px !important;
    }
  }
  @media (max-width: 767px) {
    .ml30\@sm-max {
      margin-left: 30px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .ml30\@md {
      margin-left: 30px !important;
    }
  }
  @media (min-width: 768px) {
    .ml30\@md-min {
      margin-left: 30px !important;
    }
  }
  @media (max-width: 991px) {
    .ml30\@md-max {
      margin-left: 30px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ml30\@lg {
      margin-left: 30px !important;
    }
  }
  @media (min-width: 992px) {
    .ml30\@lg-min {
      margin-left: 30px !important;
    }
  }
  @media (max-width: 1199px) {
    .ml30\@lg-max {
      margin-left: 30px !important;
    }
  }
  @media (min-width: 1200px) {
    .ml30\@xl {
      margin-left: 30px !important;
    }
  }
  .ml32 {
    margin-left: 32px !important;
  }
  @media (max-width: 575px) {
    .ml32\@xs {
      margin-left: 32px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml32\@sm {
      margin-left: 32px !important;
    }
  }
  @media (min-width: 576px) {
    .ml32\@sm-min {
      margin-left: 32px !important;
    }
  }
  @media (max-width: 767px) {
    .ml32\@sm-max {
      margin-left: 32px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .ml32\@md {
      margin-left: 32px !important;
    }
  }
  @media (min-width: 768px) {
    .ml32\@md-min {
      margin-left: 32px !important;
    }
  }
  @media (max-width: 991px) {
    .ml32\@md-max {
      margin-left: 32px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ml32\@lg {
      margin-left: 32px !important;
    }
  }
  @media (min-width: 992px) {
    .ml32\@lg-min {
      margin-left: 32px !important;
    }
  }
  @media (max-width: 1199px) {
    .ml32\@lg-max {
      margin-left: 32px !important;
    }
  }
  @media (min-width: 1200px) {
    .ml32\@xl {
      margin-left: 32px !important;
    }
  }
  .ml40 {
    margin-left: 40px !important;
  }
  @media (max-width: 575px) {
    .ml40\@xs {
      margin-left: 40px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml40\@sm {
      margin-left: 40px !important;
    }
  }
  @media (min-width: 576px) {
    .ml40\@sm-min {
      margin-left: 40px !important;
    }
  }
  @media (max-width: 767px) {
    .ml40\@sm-max {
      margin-left: 40px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .ml40\@md {
      margin-left: 40px !important;
    }
  }
  @media (min-width: 768px) {
    .ml40\@md-min {
      margin-left: 40px !important;
    }
  }
  @media (max-width: 991px) {
    .ml40\@md-max {
      margin-left: 40px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ml40\@lg {
      margin-left: 40px !important;
    }
  }
  @media (min-width: 992px) {
    .ml40\@lg-min {
      margin-left: 40px !important;
    }
  }
  @media (max-width: 1199px) {
    .ml40\@lg-max {
      margin-left: 40px !important;
    }
  }
  @media (min-width: 1200px) {
    .ml40\@xl {
      margin-left: 40px !important;
    }
  }
  .ml48 {
    margin-left: 48px !important;
  }
  @media (max-width: 575px) {
    .ml48\@xs {
      margin-left: 48px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml48\@sm {
      margin-left: 48px !important;
    }
  }
  @media (min-width: 576px) {
    .ml48\@sm-min {
      margin-left: 48px !important;
    }
  }
  @media (max-width: 767px) {
    .ml48\@sm-max {
      margin-left: 48px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .ml48\@md {
      margin-left: 48px !important;
    }
  }
  @media (min-width: 768px) {
    .ml48\@md-min {
      margin-left: 48px !important;
    }
  }
  @media (max-width: 991px) {
    .ml48\@md-max {
      margin-left: 48px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ml48\@lg {
      margin-left: 48px !important;
    }
  }
  @media (min-width: 992px) {
    .ml48\@lg-min {
      margin-left: 48px !important;
    }
  }
  @media (max-width: 1199px) {
    .ml48\@lg-max {
      margin-left: 48px !important;
    }
  }
  @media (min-width: 1200px) {
    .ml48\@xl {
      margin-left: 48px !important;
    }
  }
  .ml50 {
    margin-left: 50px !important;
  }
  @media (max-width: 575px) {
    .ml50\@xs {
      margin-left: 50px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml50\@sm {
      margin-left: 50px !important;
    }
  }
  @media (min-width: 576px) {
    .ml50\@sm-min {
      margin-left: 50px !important;
    }
  }
  @media (max-width: 767px) {
    .ml50\@sm-max {
      margin-left: 50px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .ml50\@md {
      margin-left: 50px !important;
    }
  }
  @media (min-width: 768px) {
    .ml50\@md-min {
      margin-left: 50px !important;
    }
  }
  @media (max-width: 991px) {
    .ml50\@md-max {
      margin-left: 50px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ml50\@lg {
      margin-left: 50px !important;
    }
  }
  @media (min-width: 992px) {
    .ml50\@lg-min {
      margin-left: 50px !important;
    }
  }
  @media (max-width: 1199px) {
    .ml50\@lg-max {
      margin-left: 50px !important;
    }
  }
  @media (min-width: 1200px) {
    .ml50\@xl {
      margin-left: 50px !important;
    }
  }
  .ml60 {
    margin-left: 60px !important;
  }
  @media (max-width: 575px) {
    .ml60\@xs {
      margin-left: 60px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml60\@sm {
      margin-left: 60px !important;
    }
  }
  @media (min-width: 576px) {
    .ml60\@sm-min {
      margin-left: 60px !important;
    }
  }
  @media (max-width: 767px) {
    .ml60\@sm-max {
      margin-left: 60px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .ml60\@md {
      margin-left: 60px !important;
    }
  }
  @media (min-width: 768px) {
    .ml60\@md-min {
      margin-left: 60px !important;
    }
  }
  @media (max-width: 991px) {
    .ml60\@md-max {
      margin-left: 60px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ml60\@lg {
      margin-left: 60px !important;
    }
  }
  @media (min-width: 992px) {
    .ml60\@lg-min {
      margin-left: 60px !important;
    }
  }
  @media (max-width: 1199px) {
    .ml60\@lg-max {
      margin-left: 60px !important;
    }
  }
  @media (min-width: 1200px) {
    .ml60\@xl {
      margin-left: 60px !important;
    }
  }
  .ml70 {
    margin-left: 70px !important;
  }
  @media (max-width: 575px) {
    .ml70\@xs {
      margin-left: 70px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml70\@sm {
      margin-left: 70px !important;
    }
  }
  @media (min-width: 576px) {
    .ml70\@sm-min {
      margin-left: 70px !important;
    }
  }
  @media (max-width: 767px) {
    .ml70\@sm-max {
      margin-left: 70px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .ml70\@md {
      margin-left: 70px !important;
    }
  }
  @media (min-width: 768px) {
    .ml70\@md-min {
      margin-left: 70px !important;
    }
  }
  @media (max-width: 991px) {
    .ml70\@md-max {
      margin-left: 70px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ml70\@lg {
      margin-left: 70px !important;
    }
  }
  @media (min-width: 992px) {
    .ml70\@lg-min {
      margin-left: 70px !important;
    }
  }
  @media (max-width: 1199px) {
    .ml70\@lg-max {
      margin-left: 70px !important;
    }
  }
  @media (min-width: 1200px) {
    .ml70\@xl {
      margin-left: 70px !important;
    }
  }
  .ml80 {
    margin-left: 80px !important;
  }
  @media (max-width: 575px) {
    .ml80\@xs {
      margin-left: 80px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml80\@sm {
      margin-left: 80px !important;
    }
  }
  @media (min-width: 576px) {
    .ml80\@sm-min {
      margin-left: 80px !important;
    }
  }
  @media (max-width: 767px) {
    .ml80\@sm-max {
      margin-left: 80px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .ml80\@md {
      margin-left: 80px !important;
    }
  }
  @media (min-width: 768px) {
    .ml80\@md-min {
      margin-left: 80px !important;
    }
  }
  @media (max-width: 991px) {
    .ml80\@md-max {
      margin-left: 80px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ml80\@lg {
      margin-left: 80px !important;
    }
  }
  @media (min-width: 992px) {
    .ml80\@lg-min {
      margin-left: 80px !important;
    }
  }
  @media (max-width: 1199px) {
    .ml80\@lg-max {
      margin-left: 80px !important;
    }
  }
  @media (min-width: 1200px) {
    .ml80\@xl {
      margin-left: 80px !important;
    }
  }
  .ml90 {
    margin-left: 90px !important;
  }
  @media (max-width: 575px) {
    .ml90\@xs {
      margin-left: 90px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml90\@sm {
      margin-left: 90px !important;
    }
  }
  @media (min-width: 576px) {
    .ml90\@sm-min {
      margin-left: 90px !important;
    }
  }
  @media (max-width: 767px) {
    .ml90\@sm-max {
      margin-left: 90px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .ml90\@md {
      margin-left: 90px !important;
    }
  }
  @media (min-width: 768px) {
    .ml90\@md-min {
      margin-left: 90px !important;
    }
  }
  @media (max-width: 991px) {
    .ml90\@md-max {
      margin-left: 90px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ml90\@lg {
      margin-left: 90px !important;
    }
  }
  @media (min-width: 992px) {
    .ml90\@lg-min {
      margin-left: 90px !important;
    }
  }
  @media (max-width: 1199px) {
    .ml90\@lg-max {
      margin-left: 90px !important;
    }
  }
  @media (min-width: 1200px) {
    .ml90\@xl {
      margin-left: 90px !important;
    }
  }
  .ml100 {
    margin-left: 100px !important;
  }
  @media (max-width: 575px) {
    .ml100\@xs {
      margin-left: 100px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml100\@sm {
      margin-left: 100px !important;
    }
  }
  @media (min-width: 576px) {
    .ml100\@sm-min {
      margin-left: 100px !important;
    }
  }
  @media (max-width: 767px) {
    .ml100\@sm-max {
      margin-left: 100px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .ml100\@md {
      margin-left: 100px !important;
    }
  }
  @media (min-width: 768px) {
    .ml100\@md-min {
      margin-left: 100px !important;
    }
  }
  @media (max-width: 991px) {
    .ml100\@md-max {
      margin-left: 100px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ml100\@lg {
      margin-left: 100px !important;
    }
  }
  @media (min-width: 992px) {
    .ml100\@lg-min {
      margin-left: 100px !important;
    }
  }
  @media (max-width: 1199px) {
    .ml100\@lg-max {
      margin-left: 100px !important;
    }
  }
  @media (min-width: 1200px) {
    .ml100\@xl {
      margin-left: 100px !important;
    }
  }
  .ml110 {
    margin-left: 110px !important;
  }
  @media (max-width: 575px) {
    .ml110\@xs {
      margin-left: 110px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml110\@sm {
      margin-left: 110px !important;
    }
  }
  @media (min-width: 576px) {
    .ml110\@sm-min {
      margin-left: 110px !important;
    }
  }
  @media (max-width: 767px) {
    .ml110\@sm-max {
      margin-left: 110px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .ml110\@md {
      margin-left: 110px !important;
    }
  }
  @media (min-width: 768px) {
    .ml110\@md-min {
      margin-left: 110px !important;
    }
  }
  @media (max-width: 991px) {
    .ml110\@md-max {
      margin-left: 110px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ml110\@lg {
      margin-left: 110px !important;
    }
  }
  @media (min-width: 992px) {
    .ml110\@lg-min {
      margin-left: 110px !important;
    }
  }
  @media (max-width: 1199px) {
    .ml110\@lg-max {
      margin-left: 110px !important;
    }
  }
  @media (min-width: 1200px) {
    .ml110\@xl {
      margin-left: 110px !important;
    }
  }
  .ml120 {
    margin-left: 120px !important;
  }
  @media (max-width: 575px) {
    .ml120\@xs {
      margin-left: 120px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml120\@sm {
      margin-left: 120px !important;
    }
  }
  @media (min-width: 576px) {
    .ml120\@sm-min {
      margin-left: 120px !important;
    }
  }
  @media (max-width: 767px) {
    .ml120\@sm-max {
      margin-left: 120px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .ml120\@md {
      margin-left: 120px !important;
    }
  }
  @media (min-width: 768px) {
    .ml120\@md-min {
      margin-left: 120px !important;
    }
  }
  @media (max-width: 991px) {
    .ml120\@md-max {
      margin-left: 120px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ml120\@lg {
      margin-left: 120px !important;
    }
  }
  @media (min-width: 992px) {
    .ml120\@lg-min {
      margin-left: 120px !important;
    }
  }
  @media (max-width: 1199px) {
    .ml120\@lg-max {
      margin-left: 120px !important;
    }
  }
  @media (min-width: 1200px) {
    .ml120\@xl {
      margin-left: 120px !important;
    }
  }
  .ml130 {
    margin-left: 130px !important;
  }
  @media (max-width: 575px) {
    .ml130\@xs {
      margin-left: 130px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml130\@sm {
      margin-left: 130px !important;
    }
  }
  @media (min-width: 576px) {
    .ml130\@sm-min {
      margin-left: 130px !important;
    }
  }
  @media (max-width: 767px) {
    .ml130\@sm-max {
      margin-left: 130px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .ml130\@md {
      margin-left: 130px !important;
    }
  }
  @media (min-width: 768px) {
    .ml130\@md-min {
      margin-left: 130px !important;
    }
  }
  @media (max-width: 991px) {
    .ml130\@md-max {
      margin-left: 130px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ml130\@lg {
      margin-left: 130px !important;
    }
  }
  @media (min-width: 992px) {
    .ml130\@lg-min {
      margin-left: 130px !important;
    }
  }
  @media (max-width: 1199px) {
    .ml130\@lg-max {
      margin-left: 130px !important;
    }
  }
  @media (min-width: 1200px) {
    .ml130\@xl {
      margin-left: 130px !important;
    }
  }
  .ml140 {
    margin-left: 140px !important;
  }
  @media (max-width: 575px) {
    .ml140\@xs {
      margin-left: 140px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml140\@sm {
      margin-left: 140px !important;
    }
  }
  @media (min-width: 576px) {
    .ml140\@sm-min {
      margin-left: 140px !important;
    }
  }
  @media (max-width: 767px) {
    .ml140\@sm-max {
      margin-left: 140px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .ml140\@md {
      margin-left: 140px !important;
    }
  }
  @media (min-width: 768px) {
    .ml140\@md-min {
      margin-left: 140px !important;
    }
  }
  @media (max-width: 991px) {
    .ml140\@md-max {
      margin-left: 140px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ml140\@lg {
      margin-left: 140px !important;
    }
  }
  @media (min-width: 992px) {
    .ml140\@lg-min {
      margin-left: 140px !important;
    }
  }
  @media (max-width: 1199px) {
    .ml140\@lg-max {
      margin-left: 140px !important;
    }
  }
  @media (min-width: 1200px) {
    .ml140\@xl {
      margin-left: 140px !important;
    }
  }
  .ml150 {
    margin-left: 150px !important;
  }
  @media (max-width: 575px) {
    .ml150\@xs {
      margin-left: 150px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml150\@sm {
      margin-left: 150px !important;
    }
  }
  @media (min-width: 576px) {
    .ml150\@sm-min {
      margin-left: 150px !important;
    }
  }
  @media (max-width: 767px) {
    .ml150\@sm-max {
      margin-left: 150px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .ml150\@md {
      margin-left: 150px !important;
    }
  }
  @media (min-width: 768px) {
    .ml150\@md-min {
      margin-left: 150px !important;
    }
  }
  @media (max-width: 991px) {
    .ml150\@md-max {
      margin-left: 150px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ml150\@lg {
      margin-left: 150px !important;
    }
  }
  @media (min-width: 992px) {
    .ml150\@lg-min {
      margin-left: 150px !important;
    }
  }
  @media (max-width: 1199px) {
    .ml150\@lg-max {
      margin-left: 150px !important;
    }
  }
  @media (min-width: 1200px) {
    .ml150\@xl {
      margin-left: 150px !important;
    }
  }
  .ml160 {
    margin-left: 160px !important;
  }
  @media (max-width: 575px) {
    .ml160\@xs {
      margin-left: 160px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml160\@sm {
      margin-left: 160px !important;
    }
  }
  @media (min-width: 576px) {
    .ml160\@sm-min {
      margin-left: 160px !important;
    }
  }
  @media (max-width: 767px) {
    .ml160\@sm-max {
      margin-left: 160px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .ml160\@md {
      margin-left: 160px !important;
    }
  }
  @media (min-width: 768px) {
    .ml160\@md-min {
      margin-left: 160px !important;
    }
  }
  @media (max-width: 991px) {
    .ml160\@md-max {
      margin-left: 160px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ml160\@lg {
      margin-left: 160px !important;
    }
  }
  @media (min-width: 992px) {
    .ml160\@lg-min {
      margin-left: 160px !important;
    }
  }
  @media (max-width: 1199px) {
    .ml160\@lg-max {
      margin-left: 160px !important;
    }
  }
  @media (min-width: 1200px) {
    .ml160\@xl {
      margin-left: 160px !important;
    }
  }
  .ml200 {
    margin-left: 200px !important;
  }
  @media (max-width: 575px) {
    .ml200\@xs {
      margin-left: 200px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml200\@sm {
      margin-left: 200px !important;
    }
  }
  @media (min-width: 576px) {
    .ml200\@sm-min {
      margin-left: 200px !important;
    }
  }
  @media (max-width: 767px) {
    .ml200\@sm-max {
      margin-left: 200px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .ml200\@md {
      margin-left: 200px !important;
    }
  }
  @media (min-width: 768px) {
    .ml200\@md-min {
      margin-left: 200px !important;
    }
  }
  @media (max-width: 991px) {
    .ml200\@md-max {
      margin-left: 200px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ml200\@lg {
      margin-left: 200px !important;
    }
  }
  @media (min-width: 992px) {
    .ml200\@lg-min {
      margin-left: 200px !important;
    }
  }
  @media (max-width: 1199px) {
    .ml200\@lg-max {
      margin-left: 200px !important;
    }
  }
  @media (min-width: 1200px) {
    .ml200\@xl {
      margin-left: 200px !important;
    }
  }
  .ml300 {
    margin-left: 300px !important;
  }
  @media (max-width: 575px) {
    .ml300\@xs {
      margin-left: 300px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml300\@sm {
      margin-left: 300px !important;
    }
  }
  @media (min-width: 576px) {
    .ml300\@sm-min {
      margin-left: 300px !important;
    }
  }
  @media (max-width: 767px) {
    .ml300\@sm-max {
      margin-left: 300px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .ml300\@md {
      margin-left: 300px !important;
    }
  }
  @media (min-width: 768px) {
    .ml300\@md-min {
      margin-left: 300px !important;
    }
  }
  @media (max-width: 991px) {
    .ml300\@md-max {
      margin-left: 300px !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ml300\@lg {
      margin-left: 300px !important;
    }
  }
  @media (min-width: 992px) {
    .ml300\@lg-min {
      margin-left: 300px !important;
    }
  }
  @media (max-width: 1199px) {
    .ml300\@lg-max {
      margin-left: 300px !important;
    }
  }
  @media (min-width: 1200px) {
    .ml300\@xl {
      margin-left: 300px !important;
    }
  }
}
@layer components {
  .app-link,
  .app-link .btn {
    font-size: 14px;
    color: var(--theme-color-primary-accent);
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: 0;
  }
  .app-link:hover,
  .app-link .btn:hover {
    color: var(--theme-color-primary-accent);
    text-decoration: underline;
  }
  .app-link:active,
  .app-link .btn:active {
    color: var(--theme-color-primary-accent);
  }
  .app-link:disabled,
  .app-link .btn:disabled {
    color: var(--theme-color-secondary-text);
    text-decoration: none;
    cursor: not-allowed;
  }
  .app-link:focus,
  .app-link .btn:focus {
    box-shadow: none;
  }
  @media (min-width: 575px) {
    .modal-xxl,
    .modal-xl,
    .modal-l,
    .modal-m,
    .modal-s,
    .modal-xs {
      max-width: 100%;
    }
    .modal-dialog {
      padding-top: env(safe-area-inset-top);
    }
    .modal-xs {
      width: 366px;
    }
    .modal-s {
      width: 396px;
    }
    .modal-m {
      width: 456px;
    }
    .modal-l {
      width: 618px;
    }
    .modal-xl {
      width: 684px;
    }
    .modal-xxl {
      width: 1140px;
    }
  }
  .blocked-addon {
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .blocked-addon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background:
      linear-gradient(
        to top,
        var(--theme-color-neutral),
        transparent);
  }
  .blocked-addon.white:before {
    background:
      linear-gradient(
        to top,
        rgb(255, 255, 255),
        rgba(255, 255, 255, 0));
  }
  .loading-area {
    width: 100%;
    font-size: 28px;
    text-align: center;
  }
  .root-loading-area {
    height: 100%;
    position: fixed;
    z-index: 1000;
    background: white;
  }
  .root-loading-area app-loading-spinner {
    margin: auto;
  }
  #fc_frame.fc_frame {
    z-index: 2147483000 !important;
    right: 10px !important;
    bottom: 8px !important;
  }
  @media (min-width: 1200px) {
    #fc_frame.fc_frame {
      bottom: 8px !important;
    }
  }
  body.batch-menu-visible #fc_frame.fc_frame {
    bottom: 78px !important;
  }
  body.wizard-actions-visible #fc_frame.fc_frame {
    bottom: 122px !important;
  }
  @media (min-width: 768px) {
    body.wizard-actions-visible #fc_frame.fc_frame {
      bottom: 158px !important;
    }
  }
  @media (min-width: 1200px) {
    body.wizard-actions-visible #fc_frame.fc_frame {
      bottom: 92px !important;
    }
  }
  body.hide-freshworks-widgets #fc_frame.fc_frame {
    display: none !important;
  }
  #freshworks-container #launcher-frame,
  #freshworks-container #freshworks-frame-wrapper {
    z-index: 2147483000 !important;
    left: auto !important;
  }
  #freshworks-container #launcher-frame {
    width: 88px !important;
    min-width: 0 !important;
    max-width: unset !important;
    right: 15px !important;
    bottom: 73px !important;
  }
  @media (min-width: 1200px) {
    #freshworks-container #launcher-frame {
      bottom: 73px !important;
    }
  }
  #freshworks-container #freshworks-frame-wrapper {
    width: auto !important;
    height: auto !important;
    max-height: none !important;
    top: 64px !important;
    right: 15px !important;
    bottom: 15px !important;
    z-index: 2147483001 !important;
  }
  @media (min-width: 768px) {
    #freshworks-container #freshworks-frame-wrapper {
      width: 384px !important;
      height: calc(100% - 124px) !important;
      top: auto !important;
      bottom: 60px !important;
    }
  }
  @media (min-width: 992px) {
    #freshworks-container #freshworks-frame-wrapper {
      height: calc(100% - 124px) !important;
    }
  }
  @media (min-width: 1200px) {
    #freshworks-container #freshworks-frame-wrapper {
      height: calc(100% - 124px) !important;
      bottom: 60px !important;
    }
  }
  body.batch-menu-visible #freshworks-container #launcher-frame {
    bottom: 143px !important;
  }
  @media (min-width: 768px) {
    body.batch-menu-visible #freshworks-container #freshworks-frame-wrapper {
      height: auto !important;
      top: 64px !important;
      bottom: 15px !important;
    }
  }
  @media (min-width: 992px) {
    body.batch-menu-visible #freshworks-container #freshworks-frame-wrapper {
      height: calc(100% - 194px) !important;
      top: auto !important;
      bottom: 130px !important;
    }
  }
  body.wizard-actions-visible #freshworks-container #launcher-frame {
    bottom: 187px !important;
  }
  @media (min-width: 768px) {
    body.wizard-actions-visible #freshworks-container #launcher-frame {
      bottom: 223px !important;
    }
  }
  @media (min-width: 1200px) {
    body.wizard-actions-visible #freshworks-container #launcher-frame {
      bottom: 157px !important;
    }
  }
  @media (min-width: 768px) {
    body.wizard-actions-visible #freshworks-container #freshworks-frame-wrapper {
      height: auto !important;
      top: 64px !important;
      bottom: 15px !important;
    }
  }
  @media (min-width: 992px) {
    body.wizard-actions-visible #freshworks-container #freshworks-frame-wrapper {
      height: calc(100% - 274px) !important;
      top: auto !important;
      bottom: 210px !important;
    }
  }
  @media (min-width: 1200px) {
    body.wizard-actions-visible #freshworks-container #freshworks-frame-wrapper {
      height: calc(100% - 208px) !important;
      bottom: 144px !important;
    }
  }
  body.hide-freshworks-widgets #freshworks-container #launcher-frame,
  body.hide-freshworks-widgets #freshworks-container #freshworks-frame-wrapper {
    display: none !important;
  }
  .mat-mdc-slider {
    width: calc(100% - 16px) !important;
  }
  .mat-mdc-slider .mdc-slider__track--active {
    background-color: #ebf2ff !important;
    border-radius: 2px !important;
    opacity: 1 !important;
  }
  .mat-mdc-slider .mdc-slider__thumb-knob {
    border-color: var(--theme-color-primary-accent) !important;
    background-color: var(--theme-color-primary-accent) !important;
    border-radius: 50% !important;
  }
  .mat-mdc-slider .mdc-slider__track--active_fill {
    border-color: var(--theme-color-primary-accent) !important;
  }
  .mat-mdc-slider .mdc-slider__thumb:not(.mdc-slider__thumb--with-indicator) .mdc-slider__value-indicator {
    display: none !important;
  }
  .mat-mdc-slider .mdc-slider__thumb--with-indicator .mdc-slider__value-indicator-container .mdc-slider__value-indicator {
    background-color: var(--theme-color-primary-accent) !important;
    color: #ebf2ff !important;
    padding: 0.1rem 0.3rem;
    height: auto;
    display: flex;
    justify-content: center;
  }
  .mat-mdc-slider .mdc-slider__thumb--with-indicator .mdc-slider__value-indicator-container .mdc-slider__value-indicator:before {
    display: none !important;
    transition: unset !important;
  }
  .mat-mdc-slider .mdc-slider__thumb--with-indicator .mdc-slider__value-indicator-container .mdc-slider__value-indicator:after {
    display: none !important;
    transition: unset !important;
  }
  .mat-mdc-slider .mdc-slider__thumb--with-indicator .mdc-slider__value-indicator-container .mdc-slider__value-indicator .mdc-slider__value-indicator-text {
    font-size: 13px;
  }
  .mat-mdc-slider .slider__label-container {
    position: absolute;
    bottom: -8px;
    display: flex;
    width: calc(100% + 8px);
    justify-content: space-between;
    left: -8px;
  }
  .card--type-default {
    background-color: #fff;
    transition: background-color 0.3s ease-in-out;
  }
  .card--border-style-default {
    border-color: #ced2d5;
  }
  .card--type-active {
    background-color: #ebf2ff;
    transition: background-color 0.3s ease-in-out;
  }
  .card--type-active.card--clickable:hover {
    background:
      linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.04) 0%,
        rgba(0, 0, 0, 0.04) 100%,
        #ebf2ff),
      #ebf2ff;
  }
  .card--border-style-active {
    border-color: #3486ef;
  }
  .card--type-info {
    background-color: #e6f5fc;
    transition: background-color 0.3s ease-in-out;
  }
  .card--type-info.card--clickable:hover {
    background:
      linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.04) 0%,
        rgba(0, 0, 0, 0.04) 100%,
        #e6f5fc),
      #e6f5fc;
  }
  .card--border-style-info {
    border-color: #039be5;
  }
  .card--type-success {
    background-color: #e7f5ed;
    transition: background-color 0.3s ease-in-out;
  }
  .card--type-success.card--clickable:hover {
    background:
      linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.04) 0%,
        rgba(0, 0, 0, 0.04) 100%,
        #e7f5ed),
      #e7f5ed;
  }
  .card--border-style-success {
    border-color: #5fbf89;
  }
  .card--type-warning {
    background-color: #fef9e9;
    transition: background-color 0.3s ease-in-out;
  }
  .card--type-warning.card--clickable:hover {
    background:
      linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.04) 0%,
        rgba(0, 0, 0, 0.04) 100%,
        #fef9e9),
      #fef9e9;
  }
  .card--border-style-warning {
    border-color: #f7c976;
  }
  .card--type-error {
    background-color: #fce7e6;
    transition: background-color 0.3s ease-in-out;
  }
  .card--type-error.card--clickable:hover {
    background:
      linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.04) 0%,
        rgba(0, 0, 0, 0.04) 100%,
        #fce7e6),
      #fce7e6;
  }
  .card--border-style-error {
    border-color: #ed5d57;
  }
  .card--type-help {
    background-color: #ede4ff;
    transition: background-color 0.3s ease-in-out;
  }
  .card--type-help.card--clickable:hover {
    background:
      linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.04) 0%,
        rgba(0, 0, 0, 0.04) 100%,
        #ede4ff),
      #ede4ff;
  }
  .card--border-style-help {
    border-color: #884dff;
  }
  .card--padding-none {
    padding: 0;
  }
  .card--padding-small {
    padding: 12px;
  }
  .card--padding-default {
    padding: 16px;
  }
  .card--padding-large {
    padding: 20px;
  }
  .card--padding-extra {
    padding: 24px;
  }
  #jsm-chat-widget::part(authentication-section) {
    display: none;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
