@import "//fonts.googleapis.com/css2?display=swap&family=Poppins:wght@100%3B200%3B300%3B400%3B500%3B600%3B700%3B800%3B900";
:root {
  --bs-blue: #132034;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #fdd488;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #2b2b2b;
  --bs-secondary: #f6fbfa;
  --bs-success: #40cb88;
  --bs-danger: #f84a4a;
  --bs-grey: #8d8d8d;
  --bs-success-0: #f6fbfa;
  --bs-success-10: #d3f1ea;
  --bs-success-100: #6eecc8;
  --bs-success-200: #40cb88;
  --bs-primary-rgb: 43, 43, 43;
  --bs-secondary-rgb: 246, 251, 250;
  --bs-blue-rgb: 19, 32, 52;
  --bs-success-rgb: 64, 203, 136;
  --bs-danger-rgb: 248, 74, 74;
  --bs-yellow-rgb: 253, 212, 136;
  --bs-grey-rgb: 141, 141, 141;
  --bs-success-0-rgb: 246, 251, 250;
  --bs-success-10-rgb: 211, 241, 234;
  --bs-success-100-rgb: 110, 236, 200;
  --bs-success-200-rgb: 64, 203, 136;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, #ffffff26, #fff0);
  --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-bg: #fff;
}

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

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

body {
  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: #0000;
  margin: 0;
}

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

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

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

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

@media (width >= 1200px) {
  h1, .h1 {
    font-size: 3.6rem;
  }
}

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

@media (width >= 1200px) {
  h2, .h2 {
    font-size: 3.2rem;
  }
}

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

@media (width >= 1200px) {
  h3, .h3 {
    font-size: 2.8rem;
  }
}

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

@media (width >= 1200px) {
  h4, .h4 {
    font-size: 2.4rem;
  }
}

h5, .h5 {
  font-size: calc(1.325rem + .9vw);
}

@media (width >= 1200px) {
  h5, .h5 {
    font-size: 2rem;
  }
}

h6, .h6 {
  font-size: calc(1.285rem + .42vw);
}

@media (width >= 1200px) {
  h6, .h6 {
    font-size: 1.6rem;
  }
}

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #2b2b2b;
  text-decoration: underline;
}

a:hover {
  color: #222;
}

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);
  direction: ltr;
  unicode-bidi: bidi-override;
  font-size: 1em;
}

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

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

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

a > code {
  color: inherit;
}

kbd {
  color: #fff;
  background-color: #212529;
  border-radius: .2rem;
  padding: .2rem .4rem;
  font-size: .875em;
}

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

figure {
  margin: 0 0 1rem;
}

img, svg {
  vertical-align: middle;
}

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

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

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 {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button, select {
  text-transform: none;
}

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

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-datetime-edit-text {
  padding: 0;
}

::-webkit-datetime-edit-minute {
  padding: 0;
}

::-webkit-datetime-edit-hour-field {
  padding: 0;
}

::-webkit-datetime-edit-day-field {
  padding: 0;
}

::-webkit-datetime-edit-month-field {
  padding: 0;
}

::-webkit-datetime-edit-year-field {
  padding: 0;
}

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

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

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 (width >= 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

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

@media (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 (width >= 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

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

@media (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 (width >= 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

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

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

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

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

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

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

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

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

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

.blockquote-footer:before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

@media (width >= 576px) {
  .container-sm, .container-xs, .container-xxs, .container {
    max-width: 540px;
  }
}

@media (width >= 768px) {
  .container-md, .container-sm, .container-xs, .container-xxs, .container {
    max-width: 720px;
  }
}

@media (width >= 1024px) {
  .container-lg, .container-md, .container-sm, .container-xs, .container-xxs, .container {
    max-width: 960px;
  }
}

@media (width >= 1280px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container-xxs, .container {
    max-width: 1140px;
  }
}

@media (width >= 1440px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container-xxs, .container {
    max-width: 1320px;
  }
}

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

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

.col {
  flex: 1 0;
}

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

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

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

.row-cols-3 > * {
  flex: none;
  width: 33.3333%;
}

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

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

.row-cols-6 > * {
  flex: none;
  width: 16.6667%;
}

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

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

.col-2 {
  flex: none;
  width: 16.6667%;
}

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

.col-4 {
  flex: none;
  width: 33.3333%;
}

.col-5 {
  flex: none;
  width: 41.6667%;
}

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

.col-7 {
  flex: none;
  width: 58.3333%;
}

.col-8 {
  flex: none;
  width: 66.6667%;
}

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

.col-10 {
  flex: none;
  width: 83.3333%;
}

.col-11 {
  flex: none;
  width: 91.6667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (width >= 375px) {
  .col-xxs {
    flex: 1 0;
  }

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

  .row-cols-xxs-1 > * {
    flex: none;
    width: 100%;
  }

  .row-cols-xxs-2 > * {
    flex: none;
    width: 50%;
  }

  .row-cols-xxs-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-xxs-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-xxs-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-xxs-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .col-xxs-auto {
    flex: none;
    width: auto;
  }

  .col-xxs-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-xxs-2 {
    flex: none;
    width: 16.6667%;
  }

  .col-xxs-3 {
    flex: none;
    width: 25%;
  }

  .col-xxs-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-xxs-5 {
    flex: none;
    width: 41.6667%;
  }

  .col-xxs-6 {
    flex: none;
    width: 50%;
  }

  .col-xxs-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-xxs-8 {
    flex: none;
    width: 66.6667%;
  }

  .col-xxs-9 {
    flex: none;
    width: 75%;
  }

  .col-xxs-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-xxs-11 {
    flex: none;
    width: 91.6667%;
  }

  .col-xxs-12 {
    flex: none;
    width: 100%;
  }

  .offset-xxs-0 {
    margin-left: 0;
  }

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

  .offset-xxs-2 {
    margin-left: 16.6667%;
  }

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

  .offset-xxs-4 {
    margin-left: 33.3333%;
  }

  .offset-xxs-5 {
    margin-left: 41.6667%;
  }

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

  .offset-xxs-7 {
    margin-left: 58.3333%;
  }

  .offset-xxs-8 {
    margin-left: 66.6667%;
  }

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

  .offset-xxs-10 {
    margin-left: 83.3333%;
  }

  .offset-xxs-11 {
    margin-left: 91.6667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (width >= 425px) {
  .col-xs {
    flex: 1 0;
  }

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

  .row-cols-xs-1 > * {
    flex: none;
    width: 100%;
  }

  .row-cols-xs-2 > * {
    flex: none;
    width: 50%;
  }

  .row-cols-xs-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-xs-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-xs-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-xs-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .col-xs-auto {
    flex: none;
    width: auto;
  }

  .col-xs-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-xs-2 {
    flex: none;
    width: 16.6667%;
  }

  .col-xs-3 {
    flex: none;
    width: 25%;
  }

  .col-xs-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-xs-5 {
    flex: none;
    width: 41.6667%;
  }

  .col-xs-6 {
    flex: none;
    width: 50%;
  }

  .col-xs-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-xs-8 {
    flex: none;
    width: 66.6667%;
  }

  .col-xs-9 {
    flex: none;
    width: 75%;
  }

  .col-xs-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-xs-11 {
    flex: none;
    width: 91.6667%;
  }

  .col-xs-12 {
    flex: none;
    width: 100%;
  }

  .offset-xs-0 {
    margin-left: 0;
  }

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

  .offset-xs-2 {
    margin-left: 16.6667%;
  }

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

  .offset-xs-4 {
    margin-left: 33.3333%;
  }

  .offset-xs-5 {
    margin-left: 41.6667%;
  }

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

  .offset-xs-7 {
    margin-left: 58.3333%;
  }

  .offset-xs-8 {
    margin-left: 66.6667%;
  }

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

  .offset-xs-10 {
    margin-left: 83.3333%;
  }

  .offset-xs-11 {
    margin-left: 91.6667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (width >= 576px) {
  .col-sm {
    flex: 1 0;
  }

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

  .row-cols-sm-1 > * {
    flex: none;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: none;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-sm-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .col-sm-auto {
    flex: none;
    width: auto;
  }

  .col-sm-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-sm-2 {
    flex: none;
    width: 16.6667%;
  }

  .col-sm-3 {
    flex: none;
    width: 25%;
  }

  .col-sm-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-sm-5 {
    flex: none;
    width: 41.6667%;
  }

  .col-sm-6 {
    flex: none;
    width: 50%;
  }

  .col-sm-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-sm-8 {
    flex: none;
    width: 66.6667%;
  }

  .col-sm-9 {
    flex: none;
    width: 75%;
  }

  .col-sm-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-sm-11 {
    flex: none;
    width: 91.6667%;
  }

  .col-sm-12 {
    flex: none;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

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

  .offset-sm-2 {
    margin-left: 16.6667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333%;
  }

  .offset-sm-5 {
    margin-left: 41.6667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333%;
  }

  .offset-sm-8 {
    margin-left: 66.6667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333%;
  }

  .offset-sm-11 {
    margin-left: 91.6667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (width >= 768px) {
  .col-md {
    flex: 1 0;
  }

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

  .row-cols-md-1 > * {
    flex: none;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: none;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-md-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .col-md-auto {
    flex: none;
    width: auto;
  }

  .col-md-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-md-2 {
    flex: none;
    width: 16.6667%;
  }

  .col-md-3 {
    flex: none;
    width: 25%;
  }

  .col-md-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-md-5 {
    flex: none;
    width: 41.6667%;
  }

  .col-md-6 {
    flex: none;
    width: 50%;
  }

  .col-md-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-md-8 {
    flex: none;
    width: 66.6667%;
  }

  .col-md-9 {
    flex: none;
    width: 75%;
  }

  .col-md-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-md-11 {
    flex: none;
    width: 91.6667%;
  }

  .col-md-12 {
    flex: none;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

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

  .offset-md-2 {
    margin-left: 16.6667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333%;
  }

  .offset-md-5 {
    margin-left: 41.6667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333%;
  }

  .offset-md-8 {
    margin-left: 66.6667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333%;
  }

  .offset-md-11 {
    margin-left: 91.6667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (width >= 1024px) {
  .col-lg {
    flex: 1 0;
  }

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

  .row-cols-lg-1 > * {
    flex: none;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: none;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-lg-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .col-lg-auto {
    flex: none;
    width: auto;
  }

  .col-lg-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-lg-2 {
    flex: none;
    width: 16.6667%;
  }

  .col-lg-3 {
    flex: none;
    width: 25%;
  }

  .col-lg-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-lg-5 {
    flex: none;
    width: 41.6667%;
  }

  .col-lg-6 {
    flex: none;
    width: 50%;
  }

  .col-lg-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-lg-8 {
    flex: none;
    width: 66.6667%;
  }

  .col-lg-9 {
    flex: none;
    width: 75%;
  }

  .col-lg-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-lg-11 {
    flex: none;
    width: 91.6667%;
  }

  .col-lg-12 {
    flex: none;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

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

  .offset-lg-2 {
    margin-left: 16.6667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333%;
  }

  .offset-lg-5 {
    margin-left: 41.6667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333%;
  }

  .offset-lg-8 {
    margin-left: 66.6667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333%;
  }

  .offset-lg-11 {
    margin-left: 91.6667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (width >= 1280px) {
  .col-xl {
    flex: 1 0;
  }

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

  .row-cols-xl-1 > * {
    flex: none;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: none;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-xl-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .col-xl-auto {
    flex: none;
    width: auto;
  }

  .col-xl-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-xl-2 {
    flex: none;
    width: 16.6667%;
  }

  .col-xl-3 {
    flex: none;
    width: 25%;
  }

  .col-xl-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-xl-5 {
    flex: none;
    width: 41.6667%;
  }

  .col-xl-6 {
    flex: none;
    width: 50%;
  }

  .col-xl-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-xl-8 {
    flex: none;
    width: 66.6667%;
  }

  .col-xl-9 {
    flex: none;
    width: 75%;
  }

  .col-xl-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-xl-11 {
    flex: none;
    width: 91.6667%;
  }

  .col-xl-12 {
    flex: none;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

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

  .offset-xl-2 {
    margin-left: 16.6667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333%;
  }

  .offset-xl-5 {
    margin-left: 41.6667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333%;
  }

  .offset-xl-8 {
    margin-left: 66.6667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333%;
  }

  .offset-xl-11 {
    margin-left: 91.6667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (width >= 1440px) {
  .col-xxl {
    flex: 1 0;
  }

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

  .row-cols-xxl-1 > * {
    flex: none;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: none;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-xxl-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .col-xxl-auto {
    flex: none;
    width: auto;
  }

  .col-xxl-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-xxl-2 {
    flex: none;
    width: 16.6667%;
  }

  .col-xxl-3 {
    flex: none;
    width: 25%;
  }

  .col-xxl-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-xxl-5 {
    flex: none;
    width: 41.6667%;
  }

  .col-xxl-6 {
    flex: none;
    width: 50%;
  }

  .col-xxl-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-xxl-8 {
    flex: none;
    width: 66.6667%;
  }

  .col-xxl-9 {
    flex: none;
    width: 75%;
  }

  .col-xxl-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-xxl-11 {
    flex: none;
    width: 91.6667%;
  }

  .col-xxl-12 {
    flex: none;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

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

  .offset-xxl-2 {
    margin-left: 16.6667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.3333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.3333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.3333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (width >= 1680px) {
  .col-xxxl {
    flex: 1 0;
  }

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

  .row-cols-xxxl-1 > * {
    flex: none;
    width: 100%;
  }

  .row-cols-xxxl-2 > * {
    flex: none;
    width: 50%;
  }

  .row-cols-xxxl-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-xxxl-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-xxxl-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-xxxl-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .col-xxxl-auto {
    flex: none;
    width: auto;
  }

  .col-xxxl-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-xxxl-2 {
    flex: none;
    width: 16.6667%;
  }

  .col-xxxl-3 {
    flex: none;
    width: 25%;
  }

  .col-xxxl-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-xxxl-5 {
    flex: none;
    width: 41.6667%;
  }

  .col-xxxl-6 {
    flex: none;
    width: 50%;
  }

  .col-xxxl-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-xxxl-8 {
    flex: none;
    width: 66.6667%;
  }

  .col-xxxl-9 {
    flex: none;
    width: 75%;
  }

  .col-xxxl-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-xxxl-11 {
    flex: none;
    width: 91.6667%;
  }

  .col-xxxl-12 {
    flex: none;
    width: 100%;
  }

  .offset-xxxl-0 {
    margin-left: 0;
  }

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

  .offset-xxxl-2 {
    margin-left: 16.6667%;
  }

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

  .offset-xxxl-4 {
    margin-left: 33.3333%;
  }

  .offset-xxxl-5 {
    margin-left: 41.6667%;
  }

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

  .offset-xxxl-7 {
    margin-left: 58.3333%;
  }

  .offset-xxxl-8 {
    margin-left: 66.6667%;
  }

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

  .offset-xxxl-10 {
    margin-left: 83.3333%;
  }

  .offset-xxxl-11 {
    margin-left: 91.6667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (width >= 1920px) {
  .col-xxxxl {
    flex: 1 0;
  }

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

  .row-cols-xxxxl-1 > * {
    flex: none;
    width: 100%;
  }

  .row-cols-xxxxl-2 > * {
    flex: none;
    width: 50%;
  }

  .row-cols-xxxxl-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-xxxxl-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-xxxxl-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-xxxxl-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .col-xxxxl-auto {
    flex: none;
    width: auto;
  }

  .col-xxxxl-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-xxxxl-2 {
    flex: none;
    width: 16.6667%;
  }

  .col-xxxxl-3 {
    flex: none;
    width: 25%;
  }

  .col-xxxxl-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-xxxxl-5 {
    flex: none;
    width: 41.6667%;
  }

  .col-xxxxl-6 {
    flex: none;
    width: 50%;
  }

  .col-xxxxl-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-xxxxl-8 {
    flex: none;
    width: 66.6667%;
  }

  .col-xxxxl-9 {
    flex: none;
    width: 75%;
  }

  .col-xxxxl-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-xxxxl-11 {
    flex: none;
    width: 91.6667%;
  }

  .col-xxxxl-12 {
    flex: none;
    width: 100%;
  }

  .offset-xxxxl-0 {
    margin-left: 0;
  }

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

  .offset-xxxxl-2 {
    margin-left: 16.6667%;
  }

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

  .offset-xxxxl-4 {
    margin-left: 33.3333%;
  }

  .offset-xxxxl-5 {
    margin-left: 41.6667%;
  }

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

  .offset-xxxxl-7 {
    margin-left: 58.3333%;
  }

  .offset-xxxxl-8 {
    margin-left: 66.6667%;
  }

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

  .offset-xxxxl-10 {
    margin-left: 83.3333%;
  }

  .offset-xxxxl-11 {
    margin-left: 91.6667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: #0000000d;
  --bs-table-active-color: #212529;
  --bs-table-active-bg: #0000001a;
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: #00000013;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
  width: 100%;
  margin-bottom: 1rem;
}

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

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

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

.table > :not(:first-child) {
  border-top: 2px solid;
}

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

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

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

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

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

.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #d5d5d5;
  --bs-table-striped-bg: #cacaca;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: silver;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c5c5c5;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: silver;
}

.table-secondary {
  --bs-table-bg: #fdfefe;
  --bs-table-striped-bg: #f0f1f1;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e4e5e5;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #eaebeb;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e4e5e5;
}

.table-success {
  --bs-table-bg: #d9f5e7;
  --bs-table-striped-bg: #cee9db;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c3ddd0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c9e3d6;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #c3ddd0;
}

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

.table-warning {
  --bs-table-bg: #fff6e7;
  --bs-table-striped-bg: #f2eadb;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6ddd0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece4d6;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6ddd0;
}

.table-danger {
  --bs-table-bg: #fedbdb;
  --bs-table-striped-bg: #f1d0d0;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e5c5c5;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ebcbcb;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e5c5c5;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

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

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

@media (width <= 374.98px) {
  .table-responsive-xxs {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

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

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

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

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

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

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

@media (width <= 1679.98px) {
  .table-responsive-xxxl {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (width <= 1919.98px) {
  .table-responsive-xxxxl {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

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

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

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

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

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

.form-control {
  color: #212529;
  appearance: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 1rem;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
}

@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: #212529;
  background-color: #fff;
  border-color: #959595;
  outline: 0;
  box-shadow: 0 0 0 .25rem #2b2b2b40;
}

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

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

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

.form-control::file-selector-button {
  color: #212529;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  margin: -.375rem -.75rem;
  background-color: #e9ecef;
  border-inline-end-width: 1px;
  border-radius: 0;
  margin-inline-end: .75rem;
  padding: .375rem .75rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

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

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

.form-control::-webkit-file-upload-button {
  color: #212529;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  background-color: #e9ecef;
  border-inline-end-width: 1px;
  border-radius: 0;
  margin: -.375rem -.75rem;
  margin-inline-end: .75rem;
  padding: .375rem .75rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

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

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

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

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

.form-control-sm {
  border-radius: .2rem;
  min-height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
}

.form-control-sm::file-selector-button {
  margin: -.25rem -.5rem;
  margin-inline-end: .5rem;
  padding: .25rem .5rem;
}

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

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

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

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

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

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

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

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

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

.form-select {
  -moz-padding-start: calc(.75rem - 3px);
  color: #212529;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-position: right .75rem center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 1rem;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
}

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

.form-select:focus {
  border-color: #959595;
  outline: 0;
  box-shadow: 0 0 0 .25rem #2b2b2b40;
}

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

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

.form-select:-moz-focusring {
  color: #0000;
  text-shadow: 0 0 #212529;
}

.form-select-sm {
  border-radius: .2rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

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

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

.form-check-input {
  vertical-align: top;
  appearance: none;
  color-adjust: exact;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #00000040;
  width: 1em;
  height: 1em;
  margin-top: .25em;
}

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

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

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

.form-check-input:focus {
  border-color: #959595;
  outline: 0;
  box-shadow: 0 0 0 .25rem #2b2b2b40;
}

.form-check-input:checked {
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}

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

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

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

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: .5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: 0;
  border-radius: 2em;
  width: 2em;
  margin-left: -2.5em;
  transition: background-position .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23959595'/%3e%3c/svg%3e");
}

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

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

.btn-check {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}

.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: .65;
}

.form-range {
  appearance: none;
  background-color: #0000;
  width: 100%;
  height: 1.5rem;
  padding: 0;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem #2b2b2b40;
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem #2b2b2b40;
}

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

.form-range::-webkit-slider-thumb {
  appearance: none;
  background-color: #2b2b2b;
  border: 0;
  border-radius: 1rem;
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

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

.form-range::-webkit-slider-thumb:active {
  background-color: #bfbfbf;
}

.form-range::-webkit-slider-runnable-track {
  color: #0000;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: #0000;
  border-radius: 1rem;
  width: 100%;
  height: .5rem;
}

.form-range::-moz-range-thumb {
  appearance: none;
  background-color: #2b2b2b;
  border: 0;
  border-radius: 1rem;
  width: 1rem;
  height: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #bfbfbf;
}

.form-range::-moz-range-track {
  color: #0000;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: #0000;
  border-radius: 1rem;
  width: 100%;
  height: .5rem;
}

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

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

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

.form-floating {
  position: relative;
}

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

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

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

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

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

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

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

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

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  opacity: .65;
  transform: scale(.85)translateY(-.5rem)translateX(.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: .65;
  transform: scale(.85)translateY(-.5rem)translateX(.15rem);
}

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

.input-group > .form-control, .input-group > .form-select {
  flex: auto;
  width: 1%;
  min-width: 0;
  position: relative;
}

.input-group > .form-control:focus, .input-group > .form-select:focus {
  z-index: 3;
}

.input-group .btn {
  z-index: 2;
  position: relative;
}

.input-group .btn:focus {
  z-index: 3;
}

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

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

.input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text, .input-group-sm > .btn {
  border-radius: .2rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

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

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

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

.valid-feedback {
  color: #40cb88;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  display: none;
}

.valid-tooltip {
  z-index: 5;
  color: #000;
  background-color: #40cb88e6;
  border-radius: 1rem;
  max-width: 100%;
  margin-top: .1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  display: none;
  position: absolute;
  top: 100%;
}

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

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #40cb88;
  box-shadow: 0 0 0 .25rem #40cb8840;
}

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

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

.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"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2340CB88' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right .75rem center, right 2.25rem center;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
  padding-right: 4.125rem;
}

.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #40cb88;
  box-shadow: 0 0 0 .25rem #40cb8840;
}

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

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

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 .25rem #40cb8840;
}

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

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

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

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

.invalid-feedback {
  color: #f84a4a;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  display: none;
}

.invalid-tooltip {
  z-index: 5;
  color: #fff;
  background-color: #f84a4ae6;
  border-radius: 1rem;
  max-width: 100%;
  margin-top: .1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  display: none;
  position: absolute;
  top: 100%;
}

.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 {
  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='%23F84A4A'%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='%23F84A4A' stroke='none'/%3e%3c/svg%3e");
  background-position: right calc(.375em + .1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  border-color: #f84a4a;
  padding-right: calc(1.5em + .75rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #f84a4a;
  box-shadow: 0 0 0 .25rem #f84a4a40;
}

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

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

.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"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23F84A4A'%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='%23F84A4A' stroke='none'/%3e%3c/svg%3e");
  background-position: right .75rem center, right 2.25rem center;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
  padding-right: 4.125rem;
}

.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #f84a4a;
  box-shadow: 0 0 0 .25rem #f84a4a40;
}

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

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

.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 .25rem #f84a4a40;
}

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

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

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

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

.btn {
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 1rem;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: inline-block;
}

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

.btn:hover {
  color: #212529;
}

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem #2b2b2b40;
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: .65;
}

.btn-primary {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}

.btn-primary:hover {
  color: #fff;
  background-color: #252525;
  border-color: #222;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #252525;
  border-color: #222;
  box-shadow: 0 0 0 .25rem #4b4b4b80;
}

.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #222;
  border-color: #202020;
}

.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem #4b4b4b80;
}

.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}

.btn-secondary {
  color: #000;
  background-color: #f6fbfa;
  border-color: #f6fbfa;
}

.btn-secondary:hover {
  color: #000;
  background-color: #f7fcfb;
  border-color: #f7fbfb;
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #000;
  background-color: #f7fcfb;
  border-color: #f7fbfb;
  box-shadow: 0 0 0 .25rem #d1d5d580;
}

.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #000;
  background-color: #f8fcfb;
  border-color: #f7fbfb;
}

.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem #d1d5d580;
}

.btn-secondary:disabled, .btn-secondary.disabled {
  color: #000;
  background-color: #f6fbfa;
  border-color: #f6fbfa;
}

.btn-blue {
  color: #fff;
  background-color: #132034;
  border-color: #132034;
}

.btn-blue:hover {
  color: #fff;
  background-color: #101b2c;
  border-color: #0f1a2a;
}

.btn-check:focus + .btn-blue, .btn-blue:focus {
  color: #fff;
  background-color: #101b2c;
  border-color: #0f1a2a;
  box-shadow: 0 0 0 .25rem #36415280;
}

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

.btn-check:checked + .btn-blue:focus, .btn-check:active + .btn-blue:focus, .btn-blue:active:focus, .btn-blue.active:focus, .show > .btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem #36415280;
}

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

.btn-success {
  color: #000;
  background-color: #40cb88;
  border-color: #40cb88;
}

.btn-success:hover {
  color: #000;
  background-color: #5dd39a;
  border-color: #53d094;
}

.btn-check:focus + .btn-success, .btn-success:focus {
  color: #000;
  background-color: #5dd39a;
  border-color: #53d094;
  box-shadow: 0 0 0 .25rem #36ad7480;
}

.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #000;
  background-color: #66d5a0;
  border-color: #53d094;
}

.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem #36ad7480;
}

.btn-success:disabled, .btn-success.disabled {
  color: #000;
  background-color: #40cb88;
  border-color: #40cb88;
}

.btn-danger {
  color: #fff;
  background-color: #f84a4a;
  border-color: #f84a4a;
}

.btn-danger:hover {
  color: #fff;
  background-color: #d33f3f;
  border-color: #c63b3b;
}

.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #d33f3f;
  border-color: #c63b3b;
  box-shadow: 0 0 0 .25rem #f9656580;
}

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

.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem #f9656580;
}

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

.btn-yellow {
  color: #000;
  background-color: #fdd488;
  border-color: #fdd488;
}

.btn-yellow:hover {
  color: #000;
  background-color: #fdda9a;
  border-color: #fdd894;
}

.btn-check:focus + .btn-yellow, .btn-yellow:focus {
  color: #000;
  background-color: #fdda9a;
  border-color: #fdd894;
  box-shadow: 0 0 0 .25rem #d7b47480;
}

.btn-check:checked + .btn-yellow, .btn-check:active + .btn-yellow, .btn-yellow:active, .btn-yellow.active, .show > .btn-yellow.dropdown-toggle {
  color: #000;
  background-color: #fddda0;
  border-color: #fdd894;
}

.btn-check:checked + .btn-yellow:focus, .btn-check:active + .btn-yellow:focus, .btn-yellow:active:focus, .btn-yellow.active:focus, .show > .btn-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem #d7b47480;
}

.btn-yellow:disabled, .btn-yellow.disabled {
  color: #000;
  background-color: #fdd488;
  border-color: #fdd488;
}

.btn-grey {
  color: #fff;
  background-color: #8d8d8d;
  border-color: #8d8d8d;
}

.btn-grey:hover {
  color: #fff;
  background-color: #787878;
  border-color: #717171;
}

.btn-check:focus + .btn-grey, .btn-grey:focus {
  color: #fff;
  background-color: #787878;
  border-color: #717171;
  box-shadow: 0 0 0 .25rem #9e9e9e80;
}

.btn-check:checked + .btn-grey, .btn-check:active + .btn-grey, .btn-grey:active, .btn-grey.active, .show > .btn-grey.dropdown-toggle {
  color: #fff;
  background-color: #717171;
  border-color: #6a6a6a;
}

.btn-check:checked + .btn-grey:focus, .btn-check:active + .btn-grey:focus, .btn-grey:active:focus, .btn-grey.active:focus, .show > .btn-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem #9e9e9e80;
}

.btn-grey:disabled, .btn-grey.disabled {
  color: #fff;
  background-color: #8d8d8d;
  border-color: #8d8d8d;
}

.btn-success-0 {
  color: #000;
  background-color: #f6fbfa;
  border-color: #f6fbfa;
}

.btn-success-0:hover {
  color: #000;
  background-color: #f7fcfb;
  border-color: #f7fbfb;
}

.btn-check:focus + .btn-success-0, .btn-success-0:focus {
  color: #000;
  background-color: #f7fcfb;
  border-color: #f7fbfb;
  box-shadow: 0 0 0 .25rem #d1d5d580;
}

.btn-check:checked + .btn-success-0, .btn-check:active + .btn-success-0, .btn-success-0:active, .btn-success-0.active, .show > .btn-success-0.dropdown-toggle {
  color: #000;
  background-color: #f8fcfb;
  border-color: #f7fbfb;
}

.btn-check:checked + .btn-success-0:focus, .btn-check:active + .btn-success-0:focus, .btn-success-0:active:focus, .btn-success-0.active:focus, .show > .btn-success-0.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem #d1d5d580;
}

.btn-success-0:disabled, .btn-success-0.disabled {
  color: #000;
  background-color: #f6fbfa;
  border-color: #f6fbfa;
}

.btn-success-10 {
  color: #000;
  background-color: #d3f1ea;
  border-color: #d3f1ea;
}

.btn-success-10:hover {
  color: #000;
  background-color: #daf3ed;
  border-color: #d7f2ec;
}

.btn-check:focus + .btn-success-10, .btn-success-10:focus {
  color: #000;
  background-color: #daf3ed;
  border-color: #d7f2ec;
  box-shadow: 0 0 0 .25rem #b3cdc780;
}

.btn-check:checked + .btn-success-10, .btn-check:active + .btn-success-10, .btn-success-10:active, .btn-success-10.active, .show > .btn-success-10.dropdown-toggle {
  color: #000;
  background-color: #dcf4ee;
  border-color: #d7f2ec;
}

.btn-check:checked + .btn-success-10:focus, .btn-check:active + .btn-success-10:focus, .btn-success-10:active:focus, .btn-success-10.active:focus, .show > .btn-success-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem #b3cdc780;
}

.btn-success-10:disabled, .btn-success-10.disabled {
  color: #000;
  background-color: #d3f1ea;
  border-color: #d3f1ea;
}

.btn-success-100 {
  color: #000;
  background-color: #6eecc8;
  border-color: #6eecc8;
}

.btn-success-100:hover {
  color: #000;
  background-color: #84efd0;
  border-color: #7deece;
}

.btn-check:focus + .btn-success-100, .btn-success-100:focus {
  color: #000;
  background-color: #84efd0;
  border-color: #7deece;
  box-shadow: 0 0 0 .25rem #5ec9aa80;
}

.btn-check:checked + .btn-success-100, .btn-check:active + .btn-success-100, .btn-success-100:active, .btn-success-100.active, .show > .btn-success-100.dropdown-toggle {
  color: #000;
  background-color: #8bf0d3;
  border-color: #7deece;
}

.btn-check:checked + .btn-success-100:focus, .btn-check:active + .btn-success-100:focus, .btn-success-100:active:focus, .btn-success-100.active:focus, .show > .btn-success-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem #5ec9aa80;
}

.btn-success-100:disabled, .btn-success-100.disabled {
  color: #000;
  background-color: #6eecc8;
  border-color: #6eecc8;
}

.btn-success-200 {
  color: #000;
  background-color: #40cb88;
  border-color: #40cb88;
}

.btn-success-200:hover {
  color: #000;
  background-color: #5dd39a;
  border-color: #53d094;
}

.btn-check:focus + .btn-success-200, .btn-success-200:focus {
  color: #000;
  background-color: #5dd39a;
  border-color: #53d094;
  box-shadow: 0 0 0 .25rem #36ad7480;
}

.btn-check:checked + .btn-success-200, .btn-check:active + .btn-success-200, .btn-success-200:active, .btn-success-200.active, .show > .btn-success-200.dropdown-toggle {
  color: #000;
  background-color: #66d5a0;
  border-color: #53d094;
}

.btn-check:checked + .btn-success-200:focus, .btn-check:active + .btn-success-200:focus, .btn-success-200:active:focus, .btn-success-200.active:focus, .show > .btn-success-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem #36ad7480;
}

.btn-success-200:disabled, .btn-success-200.disabled {
  color: #000;
  background-color: #40cb88;
  border-color: #40cb88;
}

.btn-outline-primary {
  color: #2b2b2b;
  border-color: #2b2b2b;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 .25rem #2b2b2b80;
}

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

.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 .25rem #2b2b2b80;
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #2b2b2b;
  background-color: #0000;
}

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

.btn-outline-secondary:hover {
  color: #000;
  background-color: #f6fbfa;
  border-color: #f6fbfa;
}

.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 .25rem #f6fbfa80;
}

.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #000;
  background-color: #f6fbfa;
  border-color: #f6fbfa;
}

.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 .25rem #f6fbfa80;
}

.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #f6fbfa;
  background-color: #0000;
}

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

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

.btn-check:focus + .btn-outline-blue, .btn-outline-blue:focus {
  box-shadow: 0 0 0 .25rem #13203480;
}

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

.btn-check:checked + .btn-outline-blue:focus, .btn-check:active + .btn-outline-blue:focus, .btn-outline-blue:active:focus, .btn-outline-blue.active:focus, .btn-outline-blue.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 .25rem #13203480;
}

.btn-outline-blue:disabled, .btn-outline-blue.disabled {
  color: #132034;
  background-color: #0000;
}

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

.btn-outline-success:hover {
  color: #000;
  background-color: #40cb88;
  border-color: #40cb88;
}

.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 .25rem #40cb8880;
}

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

.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 .25rem #40cb8880;
}

.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #40cb88;
  background-color: #0000;
}

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

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

.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 .25rem #f84a4a80;
}

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

.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 .25rem #f84a4a80;
}

.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #f84a4a;
  background-color: #0000;
}

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

.btn-outline-yellow:hover {
  color: #000;
  background-color: #fdd488;
  border-color: #fdd488;
}

.btn-check:focus + .btn-outline-yellow, .btn-outline-yellow:focus {
  box-shadow: 0 0 0 .25rem #fdd48880;
}

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

.btn-check:checked + .btn-outline-yellow:focus, .btn-check:active + .btn-outline-yellow:focus, .btn-outline-yellow:active:focus, .btn-outline-yellow.active:focus, .btn-outline-yellow.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 .25rem #fdd48880;
}

.btn-outline-yellow:disabled, .btn-outline-yellow.disabled {
  color: #fdd488;
  background-color: #0000;
}

.btn-outline-grey {
  color: #8d8d8d;
  border-color: #8d8d8d;
}

.btn-outline-grey:hover {
  color: #fff;
  background-color: #8d8d8d;
  border-color: #8d8d8d;
}

.btn-check:focus + .btn-outline-grey, .btn-outline-grey:focus {
  box-shadow: 0 0 0 .25rem #8d8d8d80;
}

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

.btn-check:checked + .btn-outline-grey:focus, .btn-check:active + .btn-outline-grey:focus, .btn-outline-grey:active:focus, .btn-outline-grey.active:focus, .btn-outline-grey.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 .25rem #8d8d8d80;
}

.btn-outline-grey:disabled, .btn-outline-grey.disabled {
  color: #8d8d8d;
  background-color: #0000;
}

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

.btn-outline-success-0:hover {
  color: #000;
  background-color: #f6fbfa;
  border-color: #f6fbfa;
}

.btn-check:focus + .btn-outline-success-0, .btn-outline-success-0:focus {
  box-shadow: 0 0 0 .25rem #f6fbfa80;
}

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

.btn-check:checked + .btn-outline-success-0:focus, .btn-check:active + .btn-outline-success-0:focus, .btn-outline-success-0:active:focus, .btn-outline-success-0.active:focus, .btn-outline-success-0.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 .25rem #f6fbfa80;
}

.btn-outline-success-0:disabled, .btn-outline-success-0.disabled {
  color: #f6fbfa;
  background-color: #0000;
}

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

.btn-outline-success-10:hover {
  color: #000;
  background-color: #d3f1ea;
  border-color: #d3f1ea;
}

.btn-check:focus + .btn-outline-success-10, .btn-outline-success-10:focus {
  box-shadow: 0 0 0 .25rem #d3f1ea80;
}

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

.btn-check:checked + .btn-outline-success-10:focus, .btn-check:active + .btn-outline-success-10:focus, .btn-outline-success-10:active:focus, .btn-outline-success-10.active:focus, .btn-outline-success-10.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 .25rem #d3f1ea80;
}

.btn-outline-success-10:disabled, .btn-outline-success-10.disabled {
  color: #d3f1ea;
  background-color: #0000;
}

.btn-outline-success-100 {
  color: #6eecc8;
  border-color: #6eecc8;
}

.btn-outline-success-100:hover {
  color: #000;
  background-color: #6eecc8;
  border-color: #6eecc8;
}

.btn-check:focus + .btn-outline-success-100, .btn-outline-success-100:focus {
  box-shadow: 0 0 0 .25rem #6eecc880;
}

.btn-check:checked + .btn-outline-success-100, .btn-check:active + .btn-outline-success-100, .btn-outline-success-100:active, .btn-outline-success-100.active, .btn-outline-success-100.dropdown-toggle.show {
  color: #000;
  background-color: #6eecc8;
  border-color: #6eecc8;
}

.btn-check:checked + .btn-outline-success-100:focus, .btn-check:active + .btn-outline-success-100:focus, .btn-outline-success-100:active:focus, .btn-outline-success-100.active:focus, .btn-outline-success-100.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 .25rem #6eecc880;
}

.btn-outline-success-100:disabled, .btn-outline-success-100.disabled {
  color: #6eecc8;
  background-color: #0000;
}

.btn-outline-success-200 {
  color: #40cb88;
  border-color: #40cb88;
}

.btn-outline-success-200:hover {
  color: #000;
  background-color: #40cb88;
  border-color: #40cb88;
}

.btn-check:focus + .btn-outline-success-200, .btn-outline-success-200:focus {
  box-shadow: 0 0 0 .25rem #40cb8880;
}

.btn-check:checked + .btn-outline-success-200, .btn-check:active + .btn-outline-success-200, .btn-outline-success-200:active, .btn-outline-success-200.active, .btn-outline-success-200.dropdown-toggle.show {
  color: #000;
  background-color: #40cb88;
  border-color: #40cb88;
}

.btn-check:checked + .btn-outline-success-200:focus, .btn-check:active + .btn-outline-success-200:focus, .btn-outline-success-200:active:focus, .btn-outline-success-200.active:focus, .btn-outline-success-200.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 .25rem #40cb8880;
}

.btn-outline-success-200:disabled, .btn-outline-success-200.disabled {
  color: #40cb88;
  background-color: #0000;
}

.btn-link {
  color: #2b2b2b;
  font-weight: 400;
  text-decoration: underline;
}

.btn-link:hover {
  color: #222;
}

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

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

.btn-sm, .btn-group-sm > .btn {
  border-radius: .2rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.fade {
  transition: opacity .15s linear;
}

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

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

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

.collapsing {
  height: 0;
  transition: height .35s;
  overflow: hidden;
}

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

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width .35s;
}

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

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

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

.dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  border: .3em solid #0000;
  border-top-color: currentColor;
  border-bottom: 0;
  margin-left: .255em;
  display: inline-block;
}

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

.dropdown-menu {
  z-index: 1000;
  color: #212529;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #00000026;
  border-radius: 1rem;
  min-width: 10rem;
  margin: 0;
  padding: .5rem 0;
  font-size: 1rem;
  list-style: none;
  display: none;
  position: absolute;
}

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

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

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

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

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

@media (width >= 375px) {
  .dropdown-menu-xxs-start {
    --bs-position: start;
  }

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

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

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

@media (width >= 425px) {
  .dropdown-menu-xs-start {
    --bs-position: start;
  }

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

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

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

@media (width >= 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }

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

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

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

@media (width >= 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }

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

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

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

@media (width >= 1024px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }

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

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

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

@media (width >= 1280px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }

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

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

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

@media (width >= 1440px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }

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

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

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

@media (width >= 1680px) {
  .dropdown-menu-xxxl-start {
    --bs-position: start;
  }

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

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

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

@media (width >= 1920px) {
  .dropdown-menu-xxxxl-start {
    --bs-position: start;
  }

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

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

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

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

.dropup .dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  border: .3em solid #0000;
  border-top: 0;
  border-bottom-color: currentColor;
  margin-left: .255em;
  display: inline-block;
}

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

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

.dropend .dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  border: .3em solid #0000;
  border-left-color: currentColor;
  border-right: 0;
  margin-left: .255em;
  display: inline-block;
}

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

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

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

.dropstart .dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  margin-left: .255em;
  display: none;
}

.dropstart .dropdown-toggle:before {
  vertical-align: .255em;
  content: "";
  border-top: .3em solid #0000;
  border-bottom: .3em solid #0000;
  border-right: .3em solid;
  margin-right: .255em;
  display: inline-block;
}

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

.dropstart .dropdown-toggle:before {
  vertical-align: 0;
}

.dropdown-divider {
  border-top: 1px solid #00000026;
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
}

.dropdown-item {
  clear: both;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: #0000;
  border: 0;
  width: 100%;
  padding: .25rem 1rem;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  background-color: #2b2b2b;
  text-decoration: none;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: #0000;
}

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

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

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

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: #00000026;
}

.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: #ffffff26;
}

.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #2b2b2b;
}

.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
  border-color: #00000026;
}

.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group, .btn-group-vertical {
  vertical-align: middle;
  display: inline-flex;
  position: relative;
}

.btn-group > .btn, .btn-group-vertical > .btn {
  flex: auto;
  position: relative;
}

.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 {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn, .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-left: .5625rem;
  padding-right: .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-left: .375rem;
  padding-right: .375rem;
}

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

.btn-group-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn ~ .btn, .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.nav-link {
  color: #2b2b2b;
  padding: .5rem 1rem;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  display: block;
}

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

.nav-link:hover, .nav-link:focus {
  color: #222;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  background: none;
  border: 1px solid #0000;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  margin-bottom: -1px;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: #0000;
  border-color: #0000;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -1px;
}

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

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

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

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

.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 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: relative;
}

.navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
  flex-wrap: inherit;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

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

.navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
}

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

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

.navbar-toggler {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 1rem;
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  transition: box-shadow .15s ease-in-out;
}

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

.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  outline: 0;
  text-decoration: none;
  box-shadow: 0 0 0 .25rem;
}

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

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

@media (width >= 375px) {
  .navbar-expand-xxs {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xxs .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xxs .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxs .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .navbar-expand-xxs .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xxs .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .navbar-expand-xxs .navbar-toggler, .navbar-expand-xxs .offcanvas-header {
    display: none;
  }

  .navbar-expand-xxs .offcanvas {
    position: inherit;
    z-index: 1000;
    background-color: #0000;
    border-left: 0;
    border-right: 0;
    flex-grow: 1;
    transition: none;
    bottom: 0;
    transform: none;
    visibility: visible !important;
  }

  .navbar-expand-xxs .offcanvas-top, .navbar-expand-xxs .offcanvas-bottom {
    border-top: 0;
    border-bottom: 0;
    height: auto;
  }

  .navbar-expand-xxs .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
  }
}

@media (width >= 425px) {
  .navbar-expand-xs {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xs .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xs .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xs .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .navbar-expand-xs .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xs .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .navbar-expand-xs .navbar-toggler, .navbar-expand-xs .offcanvas-header {
    display: none;
  }

  .navbar-expand-xs .offcanvas {
    position: inherit;
    z-index: 1000;
    background-color: #0000;
    border-left: 0;
    border-right: 0;
    flex-grow: 1;
    transition: none;
    bottom: 0;
    transform: none;
    visibility: visible !important;
  }

  .navbar-expand-xs .offcanvas-top, .navbar-expand-xs .offcanvas-bottom {
    border-top: 0;
    border-bottom: 0;
    height: auto;
  }

  .navbar-expand-xs .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
  }
}

@media (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-left: .5rem;
    padding-right: .5rem;
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-sm .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .navbar-expand-sm .navbar-toggler, .navbar-expand-sm .offcanvas-header {
    display: none;
  }

  .navbar-expand-sm .offcanvas {
    position: inherit;
    z-index: 1000;
    background-color: #0000;
    border-left: 0;
    border-right: 0;
    flex-grow: 1;
    transition: none;
    bottom: 0;
    transform: none;
    visibility: visible !important;
  }

  .navbar-expand-sm .offcanvas-top, .navbar-expand-sm .offcanvas-bottom {
    border-top: 0;
    border-bottom: 0;
    height: auto;
  }

  .navbar-expand-sm .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
  }
}

@media (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-left: .5rem;
    padding-right: .5rem;
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-md .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .navbar-expand-md .navbar-toggler, .navbar-expand-md .offcanvas-header {
    display: none;
  }

  .navbar-expand-md .offcanvas {
    position: inherit;
    z-index: 1000;
    background-color: #0000;
    border-left: 0;
    border-right: 0;
    flex-grow: 1;
    transition: none;
    bottom: 0;
    transform: none;
    visibility: visible !important;
  }

  .navbar-expand-md .offcanvas-top, .navbar-expand-md .offcanvas-bottom {
    border-top: 0;
    border-bottom: 0;
    height: auto;
  }

  .navbar-expand-md .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
  }
}

@media (width >= 1024px) {
  .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-left: .5rem;
    padding-right: .5rem;
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-lg .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .navbar-expand-lg .navbar-toggler, .navbar-expand-lg .offcanvas-header {
    display: none;
  }

  .navbar-expand-lg .offcanvas {
    position: inherit;
    z-index: 1000;
    background-color: #0000;
    border-left: 0;
    border-right: 0;
    flex-grow: 1;
    transition: none;
    bottom: 0;
    transform: none;
    visibility: visible !important;
  }

  .navbar-expand-lg .offcanvas-top, .navbar-expand-lg .offcanvas-bottom {
    border-top: 0;
    border-bottom: 0;
    height: auto;
  }

  .navbar-expand-lg .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
  }
}

@media (width >= 1280px) {
  .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-left: .5rem;
    padding-right: .5rem;
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xl .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .navbar-expand-xl .navbar-toggler, .navbar-expand-xl .offcanvas-header {
    display: none;
  }

  .navbar-expand-xl .offcanvas {
    position: inherit;
    z-index: 1000;
    background-color: #0000;
    border-left: 0;
    border-right: 0;
    flex-grow: 1;
    transition: none;
    bottom: 0;
    transform: none;
    visibility: visible !important;
  }

  .navbar-expand-xl .offcanvas-top, .navbar-expand-xl .offcanvas-bottom {
    border-top: 0;
    border-bottom: 0;
    height: auto;
  }

  .navbar-expand-xl .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
  }
}

@media (width >= 1440px) {
  .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-left: .5rem;
    padding-right: .5rem;
  }

  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xxl .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .navbar-expand-xxl .navbar-toggler, .navbar-expand-xxl .offcanvas-header {
    display: none;
  }

  .navbar-expand-xxl .offcanvas {
    position: inherit;
    z-index: 1000;
    background-color: #0000;
    border-left: 0;
    border-right: 0;
    flex-grow: 1;
    transition: none;
    bottom: 0;
    transform: none;
    visibility: visible !important;
  }

  .navbar-expand-xxl .offcanvas-top, .navbar-expand-xxl .offcanvas-bottom {
    border-top: 0;
    border-bottom: 0;
    height: auto;
  }

  .navbar-expand-xxl .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
  }
}

@media (width >= 1680px) {
  .navbar-expand-xxxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xxxl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .navbar-expand-xxxl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xxxl .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .navbar-expand-xxxl .navbar-toggler, .navbar-expand-xxxl .offcanvas-header {
    display: none;
  }

  .navbar-expand-xxxl .offcanvas {
    position: inherit;
    z-index: 1000;
    background-color: #0000;
    border-left: 0;
    border-right: 0;
    flex-grow: 1;
    transition: none;
    bottom: 0;
    transform: none;
    visibility: visible !important;
  }

  .navbar-expand-xxxl .offcanvas-top, .navbar-expand-xxxl .offcanvas-bottom {
    border-top: 0;
    border-bottom: 0;
    height: auto;
  }

  .navbar-expand-xxxl .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
  }
}

@media (width >= 1920px) {
  .navbar-expand-xxxxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xxxxl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xxxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxxxl .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .navbar-expand-xxxxl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xxxxl .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .navbar-expand-xxxxl .navbar-toggler, .navbar-expand-xxxxl .offcanvas-header {
    display: none;
  }

  .navbar-expand-xxxxl .offcanvas {
    position: inherit;
    z-index: 1000;
    background-color: #0000;
    border-left: 0;
    border-right: 0;
    flex-grow: 1;
    transition: none;
    bottom: 0;
    transform: none;
    visibility: visible !important;
  }

  .navbar-expand-xxxxl .offcanvas-top, .navbar-expand-xxxxl .offcanvas-bottom {
    border-top: 0;
    border-bottom: 0;
    height: auto;
  }

  .navbar-expand-xxxxl .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    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-left: .5rem;
  padding-right: .5rem;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  flex-basis: auto;
  display: flex !important;
}

.navbar-expand .navbar-toggler, .navbar-expand .offcanvas-header {
  display: none;
}

.navbar-expand .offcanvas {
  position: inherit;
  z-index: 1000;
  background-color: #0000;
  border-left: 0;
  border-right: 0;
  flex-grow: 1;
  transition: none;
  bottom: 0;
  transform: none;
  visibility: visible !important;
}

.navbar-expand .offcanvas-top, .navbar-expand .offcanvas-bottom {
  border-top: 0;
  border-bottom: 0;
  height: auto;
}

.navbar-expand .offcanvas-body {
  flex-grow: 0;
  padding: 0;
  display: flex;
  overflow-y: visible;
}

.navbar-light .navbar-brand, .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #000000e6;
}

.navbar-light .navbar-nav .nav-link {
  color: #0000008c;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #000000b3;
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: #0000004d;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active {
  color: #000000e6;
}

.navbar-light .navbar-toggler {
  color: #0000008c;
  border-color: #0000001a;
}

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

.navbar-light .navbar-text {
  color: #0000008c;
}

.navbar-light .navbar-text a, .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #000000e6;
}

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

.navbar-dark .navbar-nav .nav-link {
  color: #ffffff8c;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #ffffffbf;
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: #ffffff40;
}

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

.navbar-dark .navbar-toggler {
  color: #ffffff8c;
  border-color: #ffffff1a;
}

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

.navbar-dark .navbar-text {
  color: #ffffff8c;
}

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

.card {
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #00000020;
  border-radius: 1rem;
  flex-direction: column;
  min-width: 0;
  display: flex;
  position: relative;
}

.card > hr {
  margin-left: 0;
  margin-right: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(1rem - 1px);
  border-top-right-radius: calc(1rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(1rem - 1px);
  border-bottom-left-radius: calc(1rem - 1px);
}

.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0;
}

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

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

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

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

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

.card-header {
  background-color: #00000008;
  border-bottom: 1px solid #00000020;
  margin-bottom: 0;
  padding: .5rem 1rem;
}

.card-header:first-child {
  border-radius: calc(1rem - 1px) calc(1rem - 1px) 0 0;
}

.card-footer {
  background-color: #00000008;
  border-top: 1px solid #00000020;
  padding: .5rem 1rem;
}

.card-footer:last-child {
  border-radius: 0 0 calc(1rem - 1px) calc(1rem - 1px);
}

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

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

.card-img-overlay {
  border-radius: calc(1rem - 1px);
  padding: 1rem;
  position: absolute;
  inset: 0;
}

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

.card-img, .card-img-top {
  border-top-left-radius: calc(1rem - 1px);
  border-top-right-radius: calc(1rem - 1px);
}

.card-img, .card-img-bottom {
  border-bottom-right-radius: calc(1rem - 1px);
  border-bottom-left-radius: calc(1rem - 1px);
}

.card-group > .card {
  margin-bottom: .75rem;
}

@media (width >= 576px) {
  .card-group {
    flex-flow: wrap;
    display: flex;
  }

  .card-group > .card {
    flex: 1 0;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    border-left: 0;
    margin-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  color: #212529;
  text-align: left;
  overflow-anchor: none;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s;
  display: flex;
  position: relative;
}

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

.accordion-button:not(.collapsed) {
  color: #272727;
  background-color: #eaeaea;
  box-shadow: inset 0 -1px #00000020;
}

.accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23272727'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-button:after {
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  transition: transform .2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button:after {
    transition: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #959595;
  outline: 0;
  box-shadow: 0 0 0 .25rem #2b2b2b40;
}

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

.accordion-item {
  background-color: #fff;
  border: 1px solid #00000020;
}

.accordion-item:first-of-type {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(1rem - 1px);
  border-top-right-radius: calc(1rem - 1px);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(1rem - 1px);
  border-bottom-left-radius: calc(1rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

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

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

.accordion-flush .accordion-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem;
}

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

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

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

.page-link {
  color: #2b2b2b;
  background-color: #fff;
  border: 1px solid #dee2e6;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
  position: relative;
}

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

.page-link:hover {
  z-index: 2;
  color: #222;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  color: #222;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 .25rem #2b2b2b40;
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: .375rem .75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
}

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}

.badge {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 1rem;
  padding: .35em .65em;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}

.badge:empty {
  display: none;
}

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

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 3rem;
}

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

.alert-primary {
  color: #1a1a1a;
  background-color: #d5d5d5;
  border-color: #bfbfbf;
}

.alert-primary .alert-link {
  color: #151515;
}

.alert-secondary {
  color: #949796;
  background-color: #fdfefe;
  border-color: #fcfefe;
}

.alert-secondary .alert-link {
  color: #767978;
}

.alert-blue {
  color: #0b131f;
  background-color: #d0d2d6;
  border-color: #b8bcc2;
}

.alert-blue .alert-link {
  color: #090f19;
}

.alert-success {
  color: #267a52;
  background-color: #d9f5e7;
  border-color: #c6efdb;
}

.alert-success .alert-link {
  color: #1e6242;
}

.alert-danger {
  color: #952c2c;
  background-color: #fedbdb;
  border-color: #fdc9c9;
}

.alert-danger .alert-link {
  color: #772323;
}

.alert-yellow {
  color: #987f52;
  background-color: #fff6e7;
  border-color: #fef2db;
}

.alert-yellow .alert-link {
  color: #7a6642;
}

.alert-grey {
  color: #555;
  background-color: #e8e8e8;
  border-color: #ddd;
}

.alert-grey .alert-link {
  color: #444;
}

.alert-success-0 {
  color: #949796;
  background-color: #fdfefe;
  border-color: #fcfefe;
}

.alert-success-0 .alert-link {
  color: #767978;
}

.alert-success-10 {
  color: #7f918c;
  background-color: #f6fcfb;
  border-color: #f2fbf9;
}

.alert-success-10 .alert-link {
  color: #667470;
}

.alert-success-100 {
  color: #428e78;
  background-color: #e2fbf4;
  border-color: #d4f9ef;
}

.alert-success-100 .alert-link {
  color: #357260;
}

.alert-success-200 {
  color: #267a52;
  background-color: #d9f5e7;
  border-color: #c6efdb;
}

.alert-success-200 .alert-link {
  color: #1e6242;
}

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

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

.progress-bar {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2b2b2b;
  flex-direction: column;
  justify-content: center;
  transition: width .6s;
  display: flex;
  overflow: hidden;
}

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

.progress-bar-striped {
  background-image: linear-gradient(45deg, #ffffff26 25%, #0000 25% 50%, #ffffff26 50% 75%, #0000 75%, #0000);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

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

.list-group-numbered {
  counter-reset: section;
  list-style-type: none;
}

.list-group-numbered > li:before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  color: #495057;
  text-align: inherit;
  width: 100%;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  background-color: #f8f9fa;
  text-decoration: none;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  color: #212529;
  background-color: #fff;
  border: 1px solid #00000020;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
  position: relative;
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  border-top-width: 1px;
  margin-top: -1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: 1rem;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  border-left-width: 1px;
  margin-left: -1px;
}

@media (width >= 375px) {
  .list-group-horizontal-xxs {
    flex-direction: row;
  }

  .list-group-horizontal-xxs > .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 1rem;
  }

  .list-group-horizontal-xxs > .list-group-item:last-child {
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xxs > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xxs > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xxs > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}

@media (width >= 425px) {
  .list-group-horizontal-xs {
    flex-direction: row;
  }

  .list-group-horizontal-xs > .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 1rem;
  }

  .list-group-horizontal-xs > .list-group-item:last-child {
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xs > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xs > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xs > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}

@media (width >= 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm > .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 1rem;
  }

  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}

@media (width >= 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md > .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 1rem;
  }

  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}

@media (width >= 1024px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg > .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 1rem;
  }

  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}

@media (width >= 1280px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl > .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 1rem;
  }

  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}

@media (width >= 1440px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }

  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 1rem;
  }

  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}

@media (width >= 1680px) {
  .list-group-horizontal-xxxl {
    flex-direction: row;
  }

  .list-group-horizontal-xxxl > .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 1rem;
  }

  .list-group-horizontal-xxxl > .list-group-item:last-child {
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xxxl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xxxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xxxl > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}

@media (width >= 1920px) {
  .list-group-horizontal-xxxxl {
    flex-direction: row;
  }

  .list-group-horizontal-xxxxl > .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 1rem;
  }

  .list-group-horizontal-xxxxl > .list-group-item:last-child {
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xxxxl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xxxxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xxxxl > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

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

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

.list-group-item-primary {
  color: #1a1a1a;
  background-color: #d5d5d5;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #1a1a1a;
  background-color: silver;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}

.list-group-item-secondary {
  color: #949796;
  background-color: #fdfefe;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #949796;
  background-color: #e4e5e5;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #949796;
  border-color: #949796;
}

.list-group-item-blue {
  color: #0b131f;
  background-color: #d0d2d6;
}

.list-group-item-blue.list-group-item-action:hover, .list-group-item-blue.list-group-item-action:focus {
  color: #0b131f;
  background-color: #bbbdc1;
}

.list-group-item-blue.list-group-item-action.active {
  color: #fff;
  background-color: #0b131f;
  border-color: #0b131f;
}

.list-group-item-success {
  color: #267a52;
  background-color: #d9f5e7;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #267a52;
  background-color: #c3ddd0;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #267a52;
  border-color: #267a52;
}

.list-group-item-danger {
  color: #952c2c;
  background-color: #fedbdb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #952c2c;
  background-color: #e5c5c5;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #952c2c;
  border-color: #952c2c;
}

.list-group-item-yellow {
  color: #987f52;
  background-color: #fff6e7;
}

.list-group-item-yellow.list-group-item-action:hover, .list-group-item-yellow.list-group-item-action:focus {
  color: #987f52;
  background-color: #e6ddd0;
}

.list-group-item-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #987f52;
  border-color: #987f52;
}

.list-group-item-grey {
  color: #555;
  background-color: #e8e8e8;
}

.list-group-item-grey.list-group-item-action:hover, .list-group-item-grey.list-group-item-action:focus {
  color: #555;
  background-color: #d1d1d1;
}

.list-group-item-grey.list-group-item-action.active {
  color: #fff;
  background-color: #555;
  border-color: #555;
}

.list-group-item-success-0 {
  color: #949796;
  background-color: #fdfefe;
}

.list-group-item-success-0.list-group-item-action:hover, .list-group-item-success-0.list-group-item-action:focus {
  color: #949796;
  background-color: #e4e5e5;
}

.list-group-item-success-0.list-group-item-action.active {
  color: #fff;
  background-color: #949796;
  border-color: #949796;
}

.list-group-item-success-10 {
  color: #7f918c;
  background-color: #f6fcfb;
}

.list-group-item-success-10.list-group-item-action:hover, .list-group-item-success-10.list-group-item-action:focus {
  color: #7f918c;
  background-color: #dde3e2;
}

.list-group-item-success-10.list-group-item-action.active {
  color: #fff;
  background-color: #7f918c;
  border-color: #7f918c;
}

.list-group-item-success-100 {
  color: #428e78;
  background-color: #e2fbf4;
}

.list-group-item-success-100.list-group-item-action:hover, .list-group-item-success-100.list-group-item-action:focus {
  color: #428e78;
  background-color: #cbe2dc;
}

.list-group-item-success-100.list-group-item-action.active {
  color: #fff;
  background-color: #428e78;
  border-color: #428e78;
}

.list-group-item-success-200 {
  color: #267a52;
  background-color: #d9f5e7;
}

.list-group-item-success-200.list-group-item-action:hover, .list-group-item-success-200.list-group-item-action:focus {
  color: #267a52;
  background-color: #c3ddd0;
}

.list-group-item-success-200.list-group-item-action.active {
  color: #fff;
  background-color: #267a52;
  border-color: #267a52;
}

.btn-close {
  box-sizing: content-box;
  color: #000;
  opacity: .5;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / 1em no-repeat;
  border: 0;
  border-radius: 1rem;
  width: 1em;
  height: 1em;
  padding: .25em;
}

.btn-close:hover {
  color: #000;
  opacity: .75;
  text-decoration: none;
}

.btn-close:focus {
  opacity: 1;
  outline: 0;
  box-shadow: 0 0 0 .25rem #2b2b2b40;
}

.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: .25;
}

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

.toast {
  pointer-events: auto;
  background-color: #ffffffd9;
  background-clip: padding-box;
  border: 1px solid #0000001a;
  border-radius: 1rem;
  width: 350px;
  max-width: 100%;
  font-size: .875rem;
  box-shadow: 0 .5rem 1rem #00000026;
}

.toast.showing {
  opacity: 0;
}

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

.toast-container {
  pointer-events: none;
  width: max-content;
  max-width: 100%;
}

.toast-container > :not(:last-child) {
  margin-bottom: .75rem;
}

.toast-header {
  color: #6c757d;
  background-color: #ffffffd9;
  background-clip: padding-box;
  border-bottom: 1px solid #0000000d;
  border-top-left-radius: calc(1rem - 1px);
  border-top-right-radius: calc(1rem - 1px);
  align-items: center;
  padding: .5rem .75rem;
  display: flex;
}

.toast-header .btn-close {
  margin-left: .75rem;
  margin-right: -.375rem;
}

.toast-body {
  word-wrap: break-word;
  padding: .75rem;
}

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

.modal-dialog {
  pointer-events: none;
  width: auto;
  margin: .5rem;
  position: relative;
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -50px);
}

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

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

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

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

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: .5;
}

.modal-header {
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.modal-header .btn-close {
  margin: -.5rem -.5rem -.5rem auto;
  padding: .5rem;
}

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

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

.modal-footer {
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
  flex-wrap: wrap;
  flex-shrink: 0;
  justify-content: flex-end;
  align-items: center;
  padding: .75rem;
  display: flex;
}

.modal-footer > * {
  margin: .25rem;
}

@media (width >= 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (width >= 1024px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}

@media (width >= 1280px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  border: 0;
  border-radius: 0;
  height: 100%;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (width <= 374.98px) {
  .modal-fullscreen-xxs-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xxs-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }

  .modal-fullscreen-xxs-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xxs-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xxs-down .modal-footer {
    border-radius: 0;
  }
}

@media (width <= 424.98px) {
  .modal-fullscreen-xs-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xs-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }

  .modal-fullscreen-xs-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xs-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xs-down .modal-footer {
    border-radius: 0;
  }
}

@media (width <= 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-sm-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }

  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media (width <= 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-md-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }

  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (width <= 1023.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-lg-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }

  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media (width <= 1279.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xl-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }

  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

@media (width <= 1439.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xxl-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }

  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

@media (width <= 1679.98px) {
  .modal-fullscreen-xxxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xxxl-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }

  .modal-fullscreen-xxxl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xxxl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xxxl-down .modal-footer {
    border-radius: 0;
  }
}

@media (width <= 1919.98px) {
  .modal-fullscreen-xxxxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xxxxl-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }

  .modal-fullscreen-xxxxl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xxxxl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xxxxl-down .modal-footer {
    border-radius: 0;
  }
}

.tooltip {
  z-index: 1080;
  font-family: var(--bs-font-sans-serif);
  text-align: left;
  text-align: start;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  word-wrap: break-word;
  opacity: 0;
  margin: 0;
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: block;
  position: absolute;
}

.tooltip.show {
  opacity: .9;
}

.tooltip .tooltip-arrow {
  width: .8rem;
  height: .4rem;
  display: block;
  position: absolute;
}

.tooltip .tooltip-arrow:before {
  content: "";
  border-style: solid;
  border-color: #0000;
  position: absolute;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
  padding: .4rem 0;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 0;
}

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

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
  padding: 0 .4rem;
}

.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  width: .4rem;
  height: .8rem;
  left: 0;
}

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

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: .4rem 0;
}

.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: 0;
}

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

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 .4rem;
}

.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  width: .4rem;
  height: .8rem;
  right: 0;
}

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

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

.popover {
  z-index: 1070;
  font-family: var(--bs-font-sans-serif);
  text-align: left;
  text-align: start;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #0003;
  border-radius: .3rem;
  max-width: 276px;
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.popover .popover-arrow {
  width: 1rem;
  height: .5rem;
  display: block;
  position: absolute;
}

.popover .popover-arrow:before, .popover .popover-arrow:after {
  content: "";
  border-style: solid;
  border-color: #0000;
  display: block;
  position: absolute;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-.5rem - 1px);
}

.bs-popover-top > .popover-arrow:before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:before {
  border-width: .5rem .5rem 0;
  border-top-color: #00000040;
  bottom: 0;
}

.bs-popover-top > .popover-arrow:after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:after {
  border-width: .5rem .5rem 0;
  border-top-color: #fff;
  bottom: 1px;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  width: .5rem;
  height: 1rem;
  left: calc(-.5rem - 1px);
}

.bs-popover-end > .popover-arrow:before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:before {
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #00000040;
  left: 0;
}

.bs-popover-end > .popover-arrow:after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:after {
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff;
  left: 1px;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-.5rem - 1px);
}

.bs-popover-bottom > .popover-arrow:before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:before {
  border-width: 0 .5rem .5rem;
  border-bottom-color: #00000040;
  top: 0;
}

.bs-popover-bottom > .popover-arrow:after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:after {
  border-width: 0 .5rem .5rem;
  border-bottom-color: #fff;
  top: 1px;
}

.bs-popover-bottom .popover-header:before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header:before {
  content: "";
  border-bottom: 1px solid #f0f0f0;
  width: 1rem;
  margin-left: -.5rem;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  width: .5rem;
  height: 1rem;
  right: calc(-.5rem - 1px);
}

.bs-popover-start > .popover-arrow:before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:before {
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #00000040;
  right: 0;
}

.bs-popover-start > .popover-arrow:after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:after {
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff;
  right: 1px;
}

.popover-header {
  background-color: #f0f0f0;
  border-bottom: 1px solid #0003;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.popover-header:empty {
  display: none;
}

.popover-body {
  color: #212529;
  padding: 1rem;
}

.carousel {
  position: relative;
}

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

.carousel-inner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.carousel-inner:after {
  clear: both;
  content: "";
  display: block;
}

.carousel-item {
  float: left;
  backface-visibility: hidden;
  width: 100%;
  margin-right: -100%;
  transition: transform .6s ease-in-out;
  display: none;
  position: relative;
}

@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 .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 {
  z-index: 1;
  color: #fff;
  text-align: center;
  opacity: .5;
  background: none;
  border: 0;
  justify-content: center;
  align-items: center;
  width: 15%;
  padding: 0;
  transition: opacity .15s;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
}

@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;
  opacity: .9;
  outline: 0;
  text-decoration: none;
}

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

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

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

.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 {
  z-index: 2;
  justify-content: center;
  margin-bottom: 1rem;
  margin-left: 15%;
  margin-right: 15%;
  padding: 0;
  list-style: none;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  text-indent: -999px;
  cursor: pointer;
  opacity: .5;
  background-color: #fff;
  background-clip: padding-box;
  border: 10px solid #0000;
  border-left: 0;
  border-right: 0;
  flex: 0 auto;
  width: 30px;
  height: 3px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 0;
  transition: opacity .6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  color: #fff;
  text-align: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: absolute;
  bottom: 1.25rem;
  left: 15%;
  right: 15%;
}

.carousel-dark .carousel-control-prev-icon, .carousel-dark .carousel-control-next-icon {
  filter: invert() grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

.carousel-dark .carousel-caption {
  color: #000;
}

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

.spinner-border {
  vertical-align: -.125em;
  border: .25em solid;
  border-right-color: #0000;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  animation: .75s linear infinite spinner-border;
  display: inline-block;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

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

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

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

.offcanvas {
  z-index: 1045;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  flex-direction: column;
  max-width: 100%;
  transition: transform .3s ease-in-out;
  display: flex;
  position: fixed;
  bottom: 0;
}

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

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

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: .5;
}

.offcanvas-header {
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.offcanvas-header .btn-close {
  margin-top: -.5rem;
  margin-bottom: -.5rem;
  margin-right: -.5rem;
  padding: .5rem;
}

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

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

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

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

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

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

.offcanvas.show {
  transform: none;
}

.placeholder {
  vertical-align: middle;
  cursor: wait;
  opacity: .5;
  background-color: currentColor;
  min-height: 1em;
  display: inline-block;
}

.placeholder.btn:before {
  content: "";
  display: inline-block;
}

.placeholder-xs {
  min-height: .6em;
}

.placeholder-sm {
  min-height: .8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: 2s ease-in-out infinite placeholder-glow;
}

@keyframes placeholder-glow {
  50% {
    opacity: .2;
  }
}

.placeholder-wave {
  animation: 2s linear infinite placeholder-wave;
  mask-image: linear-gradient(130deg, #000 55%, #000c 75%, #000 95%);
  mask-size: 200% 100%;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0;
  }
}

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

.link-primary {
  color: #2b2b2b;
}

.link-primary:hover, .link-primary:focus {
  color: #222;
}

.link-secondary {
  color: #f6fbfa;
}

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

.link-blue {
  color: #132034;
}

.link-blue:hover, .link-blue:focus {
  color: #0f1a2a;
}

.link-success {
  color: #40cb88;
}

.link-success:hover, .link-success:focus {
  color: #66d5a0;
}

.link-danger {
  color: #f84a4a;
}

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

.link-yellow {
  color: #fdd488;
}

.link-yellow:hover, .link-yellow:focus {
  color: #fddda0;
}

.link-grey {
  color: #8d8d8d;
}

.link-grey:hover, .link-grey:focus {
  color: #717171;
}

.link-success-0 {
  color: #f6fbfa;
}

.link-success-0:hover, .link-success-0:focus {
  color: #f8fcfb;
}

.link-success-10 {
  color: #d3f1ea;
}

.link-success-10:hover, .link-success-10:focus {
  color: #dcf4ee;
}

.link-success-100 {
  color: #6eecc8;
}

.link-success-100:hover, .link-success-100:focus {
  color: #8bf0d3;
}

.link-success-200 {
  color: #40cb88;
}

.link-success-200:hover, .link-success-200:focus {
  color: #66d5a0;
}

.ratio {
  width: 100%;
  position: relative;
}

.ratio:before {
  padding-top: var(--bs-aspect-ratio);
  content: "";
  display: block;
}

.ratio > * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

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

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

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

@media (width >= 375px) {
  .sticky-xxs-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }
}

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

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

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

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

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

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

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

@media (width >= 1920px) {
  .sticky-xxxxl-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }
}

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

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

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

.stretched-link:after {
  z-index: 1;
  content: "";
  position: absolute;
  inset: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow {
  box-shadow: 0 .5rem 1rem #00000026 !important;
}

.shadow-sm {
  box-shadow: 0 .125rem .25rem #00000013 !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem #0000002d !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-blue {
  border-color: #132034 !important;
}

.border-success {
  border-color: #40cb88 !important;
}

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

.border-yellow {
  border-color: #fdd488 !important;
}

.border-grey {
  border-color: #8d8d8d !important;
}

.border-success-0 {
  border-color: #f6fbfa !important;
}

.border-success-10 {
  border-color: #d3f1ea !important;
}

.border-success-100 {
  border-color: #6eecc8 !important;
}

.border-success-200 {
  border-color: #40cb88 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 1rem !important;
}

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

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

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

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

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

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

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

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

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

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

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

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

.m-1 {
  margin: 1rem !important;
}

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

.m-3 {
  margin: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-1 {
  margin-top: 1rem !important;
}

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

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

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

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

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

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

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

.mt-9 {
  margin-top: 9rem !important;
}

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

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

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

.me-1 {
  margin-right: 1rem !important;
}

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

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

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

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

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

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

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

.me-9 {
  margin-right: 9rem !important;
}

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

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

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

.mb-1 {
  margin-bottom: 1rem !important;
}

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

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

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

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

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

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

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

.mb-9 {
  margin-bottom: 9rem !important;
}

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

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

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

.ms-1 {
  margin-left: 1rem !important;
}

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

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

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

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

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

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

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

.ms-9 {
  margin-left: 9rem !important;
}

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

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

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

.p-1 {
  padding: 1rem !important;
}

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

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

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

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

.p-6 {
  padding: 6rem !important;
}

.p-7 {
  padding: 7rem !important;
}

.p-8 {
  padding: 8rem !important;
}

.p-9 {
  padding: 9rem !important;
}

.p-10 {
  padding: 10rem !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.px-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.px-4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.px-5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.px-6 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.px-7 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

.px-8 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.px-9 {
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}

.px-10 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.py-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-9 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.py-10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pt-7 {
  padding-top: 7rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pt-9 {
  padding-top: 9rem !important;
}

.pt-10 {
  padding-top: 10rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 1rem !important;
}

.pe-2 {
  padding-right: 2rem !important;
}

.pe-3 {
  padding-right: 3rem !important;
}

.pe-4 {
  padding-right: 4rem !important;
}

.pe-5 {
  padding-right: 5rem !important;
}

.pe-6 {
  padding-right: 6rem !important;
}

.pe-7 {
  padding-right: 7rem !important;
}

.pe-8 {
  padding-right: 8rem !important;
}

.pe-9 {
  padding-right: 9rem !important;
}

.pe-10 {
  padding-right: 10rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pb-7 {
  padding-bottom: 7rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.pb-9 {
  padding-bottom: 9rem !important;
}

.pb-10 {
  padding-bottom: 10rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 1rem !important;
}

.ps-2 {
  padding-left: 2rem !important;
}

.ps-3 {
  padding-left: 3rem !important;
}

.ps-4 {
  padding-left: 4rem !important;
}

.ps-5 {
  padding-left: 5rem !important;
}

.ps-6 {
  padding-left: 6rem !important;
}

.ps-7 {
  padding-left: 7rem !important;
}

.ps-8 {
  padding-left: 8rem !important;
}

.ps-9 {
  padding-left: 9rem !important;
}

.ps-10 {
  padding-left: 10rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.485rem + 2.82vw) !important;
}

.fs-2 {
  font-size: calc(1.445rem + 2.34vw) !important;
}

.fs-3 {
  font-size: calc(1.405rem + 1.86vw) !important;
}

.fs-4 {
  font-size: calc(1.365rem + 1.38vw) !important;
}

.fs-5 {
  font-size: calc(1.325rem + .9vw) !important;
}

.fs-6 {
  font-size: calc(1.285rem + .42vw) !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-blue {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-yellow {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-yellow-rgb), var(--bs-text-opacity)) !important;
}

.text-grey {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-grey-rgb), var(--bs-text-opacity)) !important;
}

.text-success-0 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-0-rgb), var(--bs-text-opacity)) !important;
}

.text-success-10 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-10-rgb), var(--bs-text-opacity)) !important;
}

.text-success-100 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-100-rgb), var(--bs-text-opacity)) !important;
}

.text-success-200 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-200-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: #00000080 !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: #ffffff80 !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: .25;
}

.text-opacity-50 {
  --bs-text-opacity: .5;
}

.text-opacity-75 {
  --bs-text-opacity: .75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-blue {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-yellow {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-rgb), var(--bs-bg-opacity)) !important;
}

.bg-grey {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-grey-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success-0 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-0-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success-10 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-10-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-100-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-200-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: #0000 !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: .1;
}

.bg-opacity-25 {
  --bs-bg-opacity: .25;
}

.bg-opacity-50 {
  --bs-bg-opacity: .5;
}

.bg-opacity-75 {
  --bs-bg-opacity: .75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 1rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: .2rem !important;
}

.rounded-2 {
  border-radius: 1rem !important;
}

.rounded-3 {
  border-radius: .3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

.rounded-end {
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.rounded-start {
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (width >= 375px) {
  .float-xxs-start {
    float: left !important;
  }

  .float-xxs-end {
    float: right !important;
  }

  .float-xxs-none {
    float: none !important;
  }

  .d-xxs-inline {
    display: inline !important;
  }

  .d-xxs-inline-block {
    display: inline-block !important;
  }

  .d-xxs-block {
    display: block !important;
  }

  .d-xxs-grid {
    display: grid !important;
  }

  .d-xxs-table {
    display: table !important;
  }

  .d-xxs-table-row {
    display: table-row !important;
  }

  .d-xxs-table-cell {
    display: table-cell !important;
  }

  .d-xxs-flex {
    display: flex !important;
  }

  .d-xxs-inline-flex {
    display: inline-flex !important;
  }

  .d-xxs-none {
    display: none !important;
  }

  .flex-xxs-fill {
    flex: auto !important;
  }

  .flex-xxs-row {
    flex-direction: row !important;
  }

  .flex-xxs-column {
    flex-direction: column !important;
  }

  .flex-xxs-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxs-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxs-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxs-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxs-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxs-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxs-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxs-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxs-0 {
    gap: 0 !important;
  }

  .gap-xxs-1 {
    gap: 1rem !important;
  }

  .gap-xxs-2 {
    gap: 2rem !important;
  }

  .gap-xxs-3 {
    gap: 3rem !important;
  }

  .gap-xxs-4 {
    gap: 4rem !important;
  }

  .gap-xxs-5 {
    gap: 5rem !important;
  }

  .gap-xxs-6 {
    gap: 6rem !important;
  }

  .gap-xxs-7 {
    gap: 7rem !important;
  }

  .gap-xxs-8 {
    gap: 8rem !important;
  }

  .gap-xxs-9 {
    gap: 9rem !important;
  }

  .gap-xxs-10 {
    gap: 10rem !important;
  }

  .justify-content-xxs-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxs-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxs-center {
    justify-content: center !important;
  }

  .justify-content-xxs-between {
    justify-content: space-between !important;
  }

  .justify-content-xxs-around {
    justify-content: space-around !important;
  }

  .justify-content-xxs-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxs-start {
    align-items: flex-start !important;
  }

  .align-items-xxs-end {
    align-items: flex-end !important;
  }

  .align-items-xxs-center {
    align-items: center !important;
  }

  .align-items-xxs-baseline {
    align-items: baseline !important;
  }

  .align-items-xxs-stretch {
    align-items: stretch !important;
  }

  .align-content-xxs-start {
    align-content: flex-start !important;
  }

  .align-content-xxs-end {
    align-content: flex-end !important;
  }

  .align-content-xxs-center {
    align-content: center !important;
  }

  .align-content-xxs-between {
    align-content: space-between !important;
  }

  .align-content-xxs-around {
    align-content: space-around !important;
  }

  .align-content-xxs-stretch {
    align-content: stretch !important;
  }

  .align-self-xxs-auto {
    align-self: auto !important;
  }

  .align-self-xxs-start {
    align-self: flex-start !important;
  }

  .align-self-xxs-end {
    align-self: flex-end !important;
  }

  .align-self-xxs-center {
    align-self: center !important;
  }

  .align-self-xxs-baseline {
    align-self: baseline !important;
  }

  .align-self-xxs-stretch {
    align-self: stretch !important;
  }

  .order-xxs-first {
    order: -1 !important;
  }

  .order-xxs-0 {
    order: 0 !important;
  }

  .order-xxs-1 {
    order: 1 !important;
  }

  .order-xxs-2 {
    order: 2 !important;
  }

  .order-xxs-3 {
    order: 3 !important;
  }

  .order-xxs-4 {
    order: 4 !important;
  }

  .order-xxs-5 {
    order: 5 !important;
  }

  .order-xxs-last {
    order: 6 !important;
  }

  .m-xxs-0 {
    margin: 0 !important;
  }

  .m-xxs-1 {
    margin: 1rem !important;
  }

  .m-xxs-2 {
    margin: 2rem !important;
  }

  .m-xxs-3 {
    margin: 3rem !important;
  }

  .m-xxs-4 {
    margin: 4rem !important;
  }

  .m-xxs-5 {
    margin: 5rem !important;
  }

  .m-xxs-6 {
    margin: 6rem !important;
  }

  .m-xxs-7 {
    margin: 7rem !important;
  }

  .m-xxs-8 {
    margin: 8rem !important;
  }

  .m-xxs-9 {
    margin: 9rem !important;
  }

  .m-xxs-10 {
    margin: 10rem !important;
  }

  .m-xxs-auto {
    margin: auto !important;
  }

  .mx-xxs-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-xxs-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-xxs-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .mx-xxs-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-xxs-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .mx-xxs-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .mx-xxs-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .mx-xxs-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .mx-xxs-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .mx-xxs-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .mx-xxs-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .mx-xxs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-xxs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxs-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxs-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xxs-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxs-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xxs-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-xxs-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-xxs-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-xxs-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-xxs-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-xxs-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-xxs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxs-0 {
    margin-top: 0 !important;
  }

  .mt-xxs-1 {
    margin-top: 1rem !important;
  }

  .mt-xxs-2 {
    margin-top: 2rem !important;
  }

  .mt-xxs-3 {
    margin-top: 3rem !important;
  }

  .mt-xxs-4 {
    margin-top: 4rem !important;
  }

  .mt-xxs-5 {
    margin-top: 5rem !important;
  }

  .mt-xxs-6 {
    margin-top: 6rem !important;
  }

  .mt-xxs-7 {
    margin-top: 7rem !important;
  }

  .mt-xxs-8 {
    margin-top: 8rem !important;
  }

  .mt-xxs-9 {
    margin-top: 9rem !important;
  }

  .mt-xxs-10 {
    margin-top: 10rem !important;
  }

  .mt-xxs-auto {
    margin-top: auto !important;
  }

  .me-xxs-0 {
    margin-right: 0 !important;
  }

  .me-xxs-1 {
    margin-right: 1rem !important;
  }

  .me-xxs-2 {
    margin-right: 2rem !important;
  }

  .me-xxs-3 {
    margin-right: 3rem !important;
  }

  .me-xxs-4 {
    margin-right: 4rem !important;
  }

  .me-xxs-5 {
    margin-right: 5rem !important;
  }

  .me-xxs-6 {
    margin-right: 6rem !important;
  }

  .me-xxs-7 {
    margin-right: 7rem !important;
  }

  .me-xxs-8 {
    margin-right: 8rem !important;
  }

  .me-xxs-9 {
    margin-right: 9rem !important;
  }

  .me-xxs-10 {
    margin-right: 10rem !important;
  }

  .me-xxs-auto {
    margin-right: auto !important;
  }

  .mb-xxs-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxs-1 {
    margin-bottom: 1rem !important;
  }

  .mb-xxs-2 {
    margin-bottom: 2rem !important;
  }

  .mb-xxs-3 {
    margin-bottom: 3rem !important;
  }

  .mb-xxs-4 {
    margin-bottom: 4rem !important;
  }

  .mb-xxs-5 {
    margin-bottom: 5rem !important;
  }

  .mb-xxs-6 {
    margin-bottom: 6rem !important;
  }

  .mb-xxs-7 {
    margin-bottom: 7rem !important;
  }

  .mb-xxs-8 {
    margin-bottom: 8rem !important;
  }

  .mb-xxs-9 {
    margin-bottom: 9rem !important;
  }

  .mb-xxs-10 {
    margin-bottom: 10rem !important;
  }

  .mb-xxs-auto {
    margin-bottom: auto !important;
  }

  .ms-xxs-0 {
    margin-left: 0 !important;
  }

  .ms-xxs-1 {
    margin-left: 1rem !important;
  }

  .ms-xxs-2 {
    margin-left: 2rem !important;
  }

  .ms-xxs-3 {
    margin-left: 3rem !important;
  }

  .ms-xxs-4 {
    margin-left: 4rem !important;
  }

  .ms-xxs-5 {
    margin-left: 5rem !important;
  }

  .ms-xxs-6 {
    margin-left: 6rem !important;
  }

  .ms-xxs-7 {
    margin-left: 7rem !important;
  }

  .ms-xxs-8 {
    margin-left: 8rem !important;
  }

  .ms-xxs-9 {
    margin-left: 9rem !important;
  }

  .ms-xxs-10 {
    margin-left: 10rem !important;
  }

  .ms-xxs-auto {
    margin-left: auto !important;
  }

  .p-xxs-0 {
    padding: 0 !important;
  }

  .p-xxs-1 {
    padding: 1rem !important;
  }

  .p-xxs-2 {
    padding: 2rem !important;
  }

  .p-xxs-3 {
    padding: 3rem !important;
  }

  .p-xxs-4 {
    padding: 4rem !important;
  }

  .p-xxs-5 {
    padding: 5rem !important;
  }

  .p-xxs-6 {
    padding: 6rem !important;
  }

  .p-xxs-7 {
    padding: 7rem !important;
  }

  .p-xxs-8 {
    padding: 8rem !important;
  }

  .p-xxs-9 {
    padding: 9rem !important;
  }

  .p-xxs-10 {
    padding: 10rem !important;
  }

  .px-xxs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-xxs-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-xxs-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .px-xxs-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .px-xxs-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .px-xxs-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .px-xxs-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .px-xxs-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .px-xxs-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .px-xxs-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .px-xxs-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .py-xxs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxs-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxs-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xxs-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xxs-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-xxs-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-xxs-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-xxs-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-xxs-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-xxs-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-xxs-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .pt-xxs-0 {
    padding-top: 0 !important;
  }

  .pt-xxs-1 {
    padding-top: 1rem !important;
  }

  .pt-xxs-2 {
    padding-top: 2rem !important;
  }

  .pt-xxs-3 {
    padding-top: 3rem !important;
  }

  .pt-xxs-4 {
    padding-top: 4rem !important;
  }

  .pt-xxs-5 {
    padding-top: 5rem !important;
  }

  .pt-xxs-6 {
    padding-top: 6rem !important;
  }

  .pt-xxs-7 {
    padding-top: 7rem !important;
  }

  .pt-xxs-8 {
    padding-top: 8rem !important;
  }

  .pt-xxs-9 {
    padding-top: 9rem !important;
  }

  .pt-xxs-10 {
    padding-top: 10rem !important;
  }

  .pe-xxs-0 {
    padding-right: 0 !important;
  }

  .pe-xxs-1 {
    padding-right: 1rem !important;
  }

  .pe-xxs-2 {
    padding-right: 2rem !important;
  }

  .pe-xxs-3 {
    padding-right: 3rem !important;
  }

  .pe-xxs-4 {
    padding-right: 4rem !important;
  }

  .pe-xxs-5 {
    padding-right: 5rem !important;
  }

  .pe-xxs-6 {
    padding-right: 6rem !important;
  }

  .pe-xxs-7 {
    padding-right: 7rem !important;
  }

  .pe-xxs-8 {
    padding-right: 8rem !important;
  }

  .pe-xxs-9 {
    padding-right: 9rem !important;
  }

  .pe-xxs-10 {
    padding-right: 10rem !important;
  }

  .pb-xxs-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxs-1 {
    padding-bottom: 1rem !important;
  }

  .pb-xxs-2 {
    padding-bottom: 2rem !important;
  }

  .pb-xxs-3 {
    padding-bottom: 3rem !important;
  }

  .pb-xxs-4 {
    padding-bottom: 4rem !important;
  }

  .pb-xxs-5 {
    padding-bottom: 5rem !important;
  }

  .pb-xxs-6 {
    padding-bottom: 6rem !important;
  }

  .pb-xxs-7 {
    padding-bottom: 7rem !important;
  }

  .pb-xxs-8 {
    padding-bottom: 8rem !important;
  }

  .pb-xxs-9 {
    padding-bottom: 9rem !important;
  }

  .pb-xxs-10 {
    padding-bottom: 10rem !important;
  }

  .ps-xxs-0 {
    padding-left: 0 !important;
  }

  .ps-xxs-1 {
    padding-left: 1rem !important;
  }

  .ps-xxs-2 {
    padding-left: 2rem !important;
  }

  .ps-xxs-3 {
    padding-left: 3rem !important;
  }

  .ps-xxs-4 {
    padding-left: 4rem !important;
  }

  .ps-xxs-5 {
    padding-left: 5rem !important;
  }

  .ps-xxs-6 {
    padding-left: 6rem !important;
  }

  .ps-xxs-7 {
    padding-left: 7rem !important;
  }

  .ps-xxs-8 {
    padding-left: 8rem !important;
  }

  .ps-xxs-9 {
    padding-left: 9rem !important;
  }

  .ps-xxs-10 {
    padding-left: 10rem !important;
  }

  .text-xxs-start {
    text-align: left !important;
  }

  .text-xxs-end {
    text-align: right !important;
  }

  .text-xxs-center {
    text-align: center !important;
  }
}

@media (width >= 425px) {
  .float-xs-start {
    float: left !important;
  }

  .float-xs-end {
    float: right !important;
  }

  .float-xs-none {
    float: none !important;
  }

  .d-xs-inline {
    display: inline !important;
  }

  .d-xs-inline-block {
    display: inline-block !important;
  }

  .d-xs-block {
    display: block !important;
  }

  .d-xs-grid {
    display: grid !important;
  }

  .d-xs-table {
    display: table !important;
  }

  .d-xs-table-row {
    display: table-row !important;
  }

  .d-xs-table-cell {
    display: table-cell !important;
  }

  .d-xs-flex {
    display: flex !important;
  }

  .d-xs-inline-flex {
    display: inline-flex !important;
  }

  .d-xs-none {
    display: none !important;
  }

  .flex-xs-fill {
    flex: auto !important;
  }

  .flex-xs-row {
    flex-direction: row !important;
  }

  .flex-xs-column {
    flex-direction: column !important;
  }

  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xs-0 {
    gap: 0 !important;
  }

  .gap-xs-1 {
    gap: 1rem !important;
  }

  .gap-xs-2 {
    gap: 2rem !important;
  }

  .gap-xs-3 {
    gap: 3rem !important;
  }

  .gap-xs-4 {
    gap: 4rem !important;
  }

  .gap-xs-5 {
    gap: 5rem !important;
  }

  .gap-xs-6 {
    gap: 6rem !important;
  }

  .gap-xs-7 {
    gap: 7rem !important;
  }

  .gap-xs-8 {
    gap: 8rem !important;
  }

  .gap-xs-9 {
    gap: 9rem !important;
  }

  .gap-xs-10 {
    gap: 10rem !important;
  }

  .justify-content-xs-start {
    justify-content: flex-start !important;
  }

  .justify-content-xs-end {
    justify-content: flex-end !important;
  }

  .justify-content-xs-center {
    justify-content: center !important;
  }

  .justify-content-xs-between {
    justify-content: space-between !important;
  }

  .justify-content-xs-around {
    justify-content: space-around !important;
  }

  .justify-content-xs-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xs-start {
    align-items: flex-start !important;
  }

  .align-items-xs-end {
    align-items: flex-end !important;
  }

  .align-items-xs-center {
    align-items: center !important;
  }

  .align-items-xs-baseline {
    align-items: baseline !important;
  }

  .align-items-xs-stretch {
    align-items: stretch !important;
  }

  .align-content-xs-start {
    align-content: flex-start !important;
  }

  .align-content-xs-end {
    align-content: flex-end !important;
  }

  .align-content-xs-center {
    align-content: center !important;
  }

  .align-content-xs-between {
    align-content: space-between !important;
  }

  .align-content-xs-around {
    align-content: space-around !important;
  }

  .align-content-xs-stretch {
    align-content: stretch !important;
  }

  .align-self-xs-auto {
    align-self: auto !important;
  }

  .align-self-xs-start {
    align-self: flex-start !important;
  }

  .align-self-xs-end {
    align-self: flex-end !important;
  }

  .align-self-xs-center {
    align-self: center !important;
  }

  .align-self-xs-baseline {
    align-self: baseline !important;
  }

  .align-self-xs-stretch {
    align-self: stretch !important;
  }

  .order-xs-first {
    order: -1 !important;
  }

  .order-xs-0 {
    order: 0 !important;
  }

  .order-xs-1 {
    order: 1 !important;
  }

  .order-xs-2 {
    order: 2 !important;
  }

  .order-xs-3 {
    order: 3 !important;
  }

  .order-xs-4 {
    order: 4 !important;
  }

  .order-xs-5 {
    order: 5 !important;
  }

  .order-xs-last {
    order: 6 !important;
  }

  .m-xs-0 {
    margin: 0 !important;
  }

  .m-xs-1 {
    margin: 1rem !important;
  }

  .m-xs-2 {
    margin: 2rem !important;
  }

  .m-xs-3 {
    margin: 3rem !important;
  }

  .m-xs-4 {
    margin: 4rem !important;
  }

  .m-xs-5 {
    margin: 5rem !important;
  }

  .m-xs-6 {
    margin: 6rem !important;
  }

  .m-xs-7 {
    margin: 7rem !important;
  }

  .m-xs-8 {
    margin: 8rem !important;
  }

  .m-xs-9 {
    margin: 9rem !important;
  }

  .m-xs-10 {
    margin: 10rem !important;
  }

  .m-xs-auto {
    margin: auto !important;
  }

  .mx-xs-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-xs-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-xs-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .mx-xs-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-xs-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .mx-xs-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .mx-xs-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .mx-xs-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .mx-xs-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .mx-xs-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .mx-xs-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .mx-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xs-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xs-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xs-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xs-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xs-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-xs-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-xs-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-xs-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-xs-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-xs-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xs-0 {
    margin-top: 0 !important;
  }

  .mt-xs-1 {
    margin-top: 1rem !important;
  }

  .mt-xs-2 {
    margin-top: 2rem !important;
  }

  .mt-xs-3 {
    margin-top: 3rem !important;
  }

  .mt-xs-4 {
    margin-top: 4rem !important;
  }

  .mt-xs-5 {
    margin-top: 5rem !important;
  }

  .mt-xs-6 {
    margin-top: 6rem !important;
  }

  .mt-xs-7 {
    margin-top: 7rem !important;
  }

  .mt-xs-8 {
    margin-top: 8rem !important;
  }

  .mt-xs-9 {
    margin-top: 9rem !important;
  }

  .mt-xs-10 {
    margin-top: 10rem !important;
  }

  .mt-xs-auto {
    margin-top: auto !important;
  }

  .me-xs-0 {
    margin-right: 0 !important;
  }

  .me-xs-1 {
    margin-right: 1rem !important;
  }

  .me-xs-2 {
    margin-right: 2rem !important;
  }

  .me-xs-3 {
    margin-right: 3rem !important;
  }

  .me-xs-4 {
    margin-right: 4rem !important;
  }

  .me-xs-5 {
    margin-right: 5rem !important;
  }

  .me-xs-6 {
    margin-right: 6rem !important;
  }

  .me-xs-7 {
    margin-right: 7rem !important;
  }

  .me-xs-8 {
    margin-right: 8rem !important;
  }

  .me-xs-9 {
    margin-right: 9rem !important;
  }

  .me-xs-10 {
    margin-right: 10rem !important;
  }

  .me-xs-auto {
    margin-right: auto !important;
  }

  .mb-xs-0 {
    margin-bottom: 0 !important;
  }

  .mb-xs-1 {
    margin-bottom: 1rem !important;
  }

  .mb-xs-2 {
    margin-bottom: 2rem !important;
  }

  .mb-xs-3 {
    margin-bottom: 3rem !important;
  }

  .mb-xs-4 {
    margin-bottom: 4rem !important;
  }

  .mb-xs-5 {
    margin-bottom: 5rem !important;
  }

  .mb-xs-6 {
    margin-bottom: 6rem !important;
  }

  .mb-xs-7 {
    margin-bottom: 7rem !important;
  }

  .mb-xs-8 {
    margin-bottom: 8rem !important;
  }

  .mb-xs-9 {
    margin-bottom: 9rem !important;
  }

  .mb-xs-10 {
    margin-bottom: 10rem !important;
  }

  .mb-xs-auto {
    margin-bottom: auto !important;
  }

  .ms-xs-0 {
    margin-left: 0 !important;
  }

  .ms-xs-1 {
    margin-left: 1rem !important;
  }

  .ms-xs-2 {
    margin-left: 2rem !important;
  }

  .ms-xs-3 {
    margin-left: 3rem !important;
  }

  .ms-xs-4 {
    margin-left: 4rem !important;
  }

  .ms-xs-5 {
    margin-left: 5rem !important;
  }

  .ms-xs-6 {
    margin-left: 6rem !important;
  }

  .ms-xs-7 {
    margin-left: 7rem !important;
  }

  .ms-xs-8 {
    margin-left: 8rem !important;
  }

  .ms-xs-9 {
    margin-left: 9rem !important;
  }

  .ms-xs-10 {
    margin-left: 10rem !important;
  }

  .ms-xs-auto {
    margin-left: auto !important;
  }

  .p-xs-0 {
    padding: 0 !important;
  }

  .p-xs-1 {
    padding: 1rem !important;
  }

  .p-xs-2 {
    padding: 2rem !important;
  }

  .p-xs-3 {
    padding: 3rem !important;
  }

  .p-xs-4 {
    padding: 4rem !important;
  }

  .p-xs-5 {
    padding: 5rem !important;
  }

  .p-xs-6 {
    padding: 6rem !important;
  }

  .p-xs-7 {
    padding: 7rem !important;
  }

  .p-xs-8 {
    padding: 8rem !important;
  }

  .p-xs-9 {
    padding: 9rem !important;
  }

  .p-xs-10 {
    padding: 10rem !important;
  }

  .px-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-xs-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-xs-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .px-xs-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .px-xs-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .px-xs-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .px-xs-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .px-xs-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .px-xs-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .px-xs-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .px-xs-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xs-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xs-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xs-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xs-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-xs-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-xs-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-xs-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-xs-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-xs-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-xs-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .pt-xs-0 {
    padding-top: 0 !important;
  }

  .pt-xs-1 {
    padding-top: 1rem !important;
  }

  .pt-xs-2 {
    padding-top: 2rem !important;
  }

  .pt-xs-3 {
    padding-top: 3rem !important;
  }

  .pt-xs-4 {
    padding-top: 4rem !important;
  }

  .pt-xs-5 {
    padding-top: 5rem !important;
  }

  .pt-xs-6 {
    padding-top: 6rem !important;
  }

  .pt-xs-7 {
    padding-top: 7rem !important;
  }

  .pt-xs-8 {
    padding-top: 8rem !important;
  }

  .pt-xs-9 {
    padding-top: 9rem !important;
  }

  .pt-xs-10 {
    padding-top: 10rem !important;
  }

  .pe-xs-0 {
    padding-right: 0 !important;
  }

  .pe-xs-1 {
    padding-right: 1rem !important;
  }

  .pe-xs-2 {
    padding-right: 2rem !important;
  }

  .pe-xs-3 {
    padding-right: 3rem !important;
  }

  .pe-xs-4 {
    padding-right: 4rem !important;
  }

  .pe-xs-5 {
    padding-right: 5rem !important;
  }

  .pe-xs-6 {
    padding-right: 6rem !important;
  }

  .pe-xs-7 {
    padding-right: 7rem !important;
  }

  .pe-xs-8 {
    padding-right: 8rem !important;
  }

  .pe-xs-9 {
    padding-right: 9rem !important;
  }

  .pe-xs-10 {
    padding-right: 10rem !important;
  }

  .pb-xs-0 {
    padding-bottom: 0 !important;
  }

  .pb-xs-1 {
    padding-bottom: 1rem !important;
  }

  .pb-xs-2 {
    padding-bottom: 2rem !important;
  }

  .pb-xs-3 {
    padding-bottom: 3rem !important;
  }

  .pb-xs-4 {
    padding-bottom: 4rem !important;
  }

  .pb-xs-5 {
    padding-bottom: 5rem !important;
  }

  .pb-xs-6 {
    padding-bottom: 6rem !important;
  }

  .pb-xs-7 {
    padding-bottom: 7rem !important;
  }

  .pb-xs-8 {
    padding-bottom: 8rem !important;
  }

  .pb-xs-9 {
    padding-bottom: 9rem !important;
  }

  .pb-xs-10 {
    padding-bottom: 10rem !important;
  }

  .ps-xs-0 {
    padding-left: 0 !important;
  }

  .ps-xs-1 {
    padding-left: 1rem !important;
  }

  .ps-xs-2 {
    padding-left: 2rem !important;
  }

  .ps-xs-3 {
    padding-left: 3rem !important;
  }

  .ps-xs-4 {
    padding-left: 4rem !important;
  }

  .ps-xs-5 {
    padding-left: 5rem !important;
  }

  .ps-xs-6 {
    padding-left: 6rem !important;
  }

  .ps-xs-7 {
    padding-left: 7rem !important;
  }

  .ps-xs-8 {
    padding-left: 8rem !important;
  }

  .ps-xs-9 {
    padding-left: 9rem !important;
  }

  .ps-xs-10 {
    padding-left: 10rem !important;
  }

  .text-xs-start {
    text-align: left !important;
  }

  .text-xs-end {
    text-align: right !important;
  }

  .text-xs-center {
    text-align: center !important;
  }
}

@media (width >= 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 1rem !important;
  }

  .gap-sm-2 {
    gap: 2rem !important;
  }

  .gap-sm-3 {
    gap: 3rem !important;
  }

  .gap-sm-4 {
    gap: 4rem !important;
  }

  .gap-sm-5 {
    gap: 5rem !important;
  }

  .gap-sm-6 {
    gap: 6rem !important;
  }

  .gap-sm-7 {
    gap: 7rem !important;
  }

  .gap-sm-8 {
    gap: 8rem !important;
  }

  .gap-sm-9 {
    gap: 9rem !important;
  }

  .gap-sm-10 {
    gap: 10rem !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 1rem !important;
  }

  .m-sm-2 {
    margin: 2rem !important;
  }

  .m-sm-3 {
    margin: 3rem !important;
  }

  .m-sm-4 {
    margin: 4rem !important;
  }

  .m-sm-5 {
    margin: 5rem !important;
  }

  .m-sm-6 {
    margin: 6rem !important;
  }

  .m-sm-7 {
    margin: 7rem !important;
  }

  .m-sm-8 {
    margin: 8rem !important;
  }

  .m-sm-9 {
    margin: 9rem !important;
  }

  .m-sm-10 {
    margin: 10rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-sm-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-sm-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .mx-sm-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-sm-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .mx-sm-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .mx-sm-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .mx-sm-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .mx-sm-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .mx-sm-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .mx-sm-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-sm-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-sm-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-sm-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-sm-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-sm-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-sm-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-sm-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 1rem !important;
  }

  .mt-sm-2 {
    margin-top: 2rem !important;
  }

  .mt-sm-3 {
    margin-top: 3rem !important;
  }

  .mt-sm-4 {
    margin-top: 4rem !important;
  }

  .mt-sm-5 {
    margin-top: 5rem !important;
  }

  .mt-sm-6 {
    margin-top: 6rem !important;
  }

  .mt-sm-7 {
    margin-top: 7rem !important;
  }

  .mt-sm-8 {
    margin-top: 8rem !important;
  }

  .mt-sm-9 {
    margin-top: 9rem !important;
  }

  .mt-sm-10 {
    margin-top: 10rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 1rem !important;
  }

  .me-sm-2 {
    margin-right: 2rem !important;
  }

  .me-sm-3 {
    margin-right: 3rem !important;
  }

  .me-sm-4 {
    margin-right: 4rem !important;
  }

  .me-sm-5 {
    margin-right: 5rem !important;
  }

  .me-sm-6 {
    margin-right: 6rem !important;
  }

  .me-sm-7 {
    margin-right: 7rem !important;
  }

  .me-sm-8 {
    margin-right: 8rem !important;
  }

  .me-sm-9 {
    margin-right: 9rem !important;
  }

  .me-sm-10 {
    margin-right: 10rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 2rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 4rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 5rem !important;
  }

  .mb-sm-6 {
    margin-bottom: 6rem !important;
  }

  .mb-sm-7 {
    margin-bottom: 7rem !important;
  }

  .mb-sm-8 {
    margin-bottom: 8rem !important;
  }

  .mb-sm-9 {
    margin-bottom: 9rem !important;
  }

  .mb-sm-10 {
    margin-bottom: 10rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 1rem !important;
  }

  .ms-sm-2 {
    margin-left: 2rem !important;
  }

  .ms-sm-3 {
    margin-left: 3rem !important;
  }

  .ms-sm-4 {
    margin-left: 4rem !important;
  }

  .ms-sm-5 {
    margin-left: 5rem !important;
  }

  .ms-sm-6 {
    margin-left: 6rem !important;
  }

  .ms-sm-7 {
    margin-left: 7rem !important;
  }

  .ms-sm-8 {
    margin-left: 8rem !important;
  }

  .ms-sm-9 {
    margin-left: 9rem !important;
  }

  .ms-sm-10 {
    margin-left: 10rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 1rem !important;
  }

  .p-sm-2 {
    padding: 2rem !important;
  }

  .p-sm-3 {
    padding: 3rem !important;
  }

  .p-sm-4 {
    padding: 4rem !important;
  }

  .p-sm-5 {
    padding: 5rem !important;
  }

  .p-sm-6 {
    padding: 6rem !important;
  }

  .p-sm-7 {
    padding: 7rem !important;
  }

  .p-sm-8 {
    padding: 8rem !important;
  }

  .p-sm-9 {
    padding: 9rem !important;
  }

  .p-sm-10 {
    padding: 10rem !important;
  }

  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-sm-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-sm-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .px-sm-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .px-sm-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .px-sm-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .px-sm-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .px-sm-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .px-sm-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .px-sm-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .px-sm-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-sm-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-sm-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-sm-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-sm-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-sm-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-sm-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-sm-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-sm-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 1rem !important;
  }

  .pt-sm-2 {
    padding-top: 2rem !important;
  }

  .pt-sm-3 {
    padding-top: 3rem !important;
  }

  .pt-sm-4 {
    padding-top: 4rem !important;
  }

  .pt-sm-5 {
    padding-top: 5rem !important;
  }

  .pt-sm-6 {
    padding-top: 6rem !important;
  }

  .pt-sm-7 {
    padding-top: 7rem !important;
  }

  .pt-sm-8 {
    padding-top: 8rem !important;
  }

  .pt-sm-9 {
    padding-top: 9rem !important;
  }

  .pt-sm-10 {
    padding-top: 10rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 1rem !important;
  }

  .pe-sm-2 {
    padding-right: 2rem !important;
  }

  .pe-sm-3 {
    padding-right: 3rem !important;
  }

  .pe-sm-4 {
    padding-right: 4rem !important;
  }

  .pe-sm-5 {
    padding-right: 5rem !important;
  }

  .pe-sm-6 {
    padding-right: 6rem !important;
  }

  .pe-sm-7 {
    padding-right: 7rem !important;
  }

  .pe-sm-8 {
    padding-right: 8rem !important;
  }

  .pe-sm-9 {
    padding-right: 9rem !important;
  }

  .pe-sm-10 {
    padding-right: 10rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 2rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 3rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 4rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 5rem !important;
  }

  .pb-sm-6 {
    padding-bottom: 6rem !important;
  }

  .pb-sm-7 {
    padding-bottom: 7rem !important;
  }

  .pb-sm-8 {
    padding-bottom: 8rem !important;
  }

  .pb-sm-9 {
    padding-bottom: 9rem !important;
  }

  .pb-sm-10 {
    padding-bottom: 10rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 1rem !important;
  }

  .ps-sm-2 {
    padding-left: 2rem !important;
  }

  .ps-sm-3 {
    padding-left: 3rem !important;
  }

  .ps-sm-4 {
    padding-left: 4rem !important;
  }

  .ps-sm-5 {
    padding-left: 5rem !important;
  }

  .ps-sm-6 {
    padding-left: 6rem !important;
  }

  .ps-sm-7 {
    padding-left: 7rem !important;
  }

  .ps-sm-8 {
    padding-left: 8rem !important;
  }

  .ps-sm-9 {
    padding-left: 9rem !important;
  }

  .ps-sm-10 {
    padding-left: 10rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (width >= 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 1rem !important;
  }

  .gap-md-2 {
    gap: 2rem !important;
  }

  .gap-md-3 {
    gap: 3rem !important;
  }

  .gap-md-4 {
    gap: 4rem !important;
  }

  .gap-md-5 {
    gap: 5rem !important;
  }

  .gap-md-6 {
    gap: 6rem !important;
  }

  .gap-md-7 {
    gap: 7rem !important;
  }

  .gap-md-8 {
    gap: 8rem !important;
  }

  .gap-md-9 {
    gap: 9rem !important;
  }

  .gap-md-10 {
    gap: 10rem !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 1rem !important;
  }

  .m-md-2 {
    margin: 2rem !important;
  }

  .m-md-3 {
    margin: 3rem !important;
  }

  .m-md-4 {
    margin: 4rem !important;
  }

  .m-md-5 {
    margin: 5rem !important;
  }

  .m-md-6 {
    margin: 6rem !important;
  }

  .m-md-7 {
    margin: 7rem !important;
  }

  .m-md-8 {
    margin: 8rem !important;
  }

  .m-md-9 {
    margin: 9rem !important;
  }

  .m-md-10 {
    margin: 10rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-md-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-md-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .mx-md-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-md-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .mx-md-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .mx-md-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .mx-md-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .mx-md-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .mx-md-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .mx-md-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-md-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-md-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-md-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-md-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-md-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-md-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-md-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 1rem !important;
  }

  .mt-md-2 {
    margin-top: 2rem !important;
  }

  .mt-md-3 {
    margin-top: 3rem !important;
  }

  .mt-md-4 {
    margin-top: 4rem !important;
  }

  .mt-md-5 {
    margin-top: 5rem !important;
  }

  .mt-md-6 {
    margin-top: 6rem !important;
  }

  .mt-md-7 {
    margin-top: 7rem !important;
  }

  .mt-md-8 {
    margin-top: 8rem !important;
  }

  .mt-md-9 {
    margin-top: 9rem !important;
  }

  .mt-md-10 {
    margin-top: 10rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 1rem !important;
  }

  .me-md-2 {
    margin-right: 2rem !important;
  }

  .me-md-3 {
    margin-right: 3rem !important;
  }

  .me-md-4 {
    margin-right: 4rem !important;
  }

  .me-md-5 {
    margin-right: 5rem !important;
  }

  .me-md-6 {
    margin-right: 6rem !important;
  }

  .me-md-7 {
    margin-right: 7rem !important;
  }

  .me-md-8 {
    margin-right: 8rem !important;
  }

  .me-md-9 {
    margin-right: 9rem !important;
  }

  .me-md-10 {
    margin-right: 10rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 1rem !important;
  }

  .mb-md-2 {
    margin-bottom: 2rem !important;
  }

  .mb-md-3 {
    margin-bottom: 3rem !important;
  }

  .mb-md-4 {
    margin-bottom: 4rem !important;
  }

  .mb-md-5 {
    margin-bottom: 5rem !important;
  }

  .mb-md-6 {
    margin-bottom: 6rem !important;
  }

  .mb-md-7 {
    margin-bottom: 7rem !important;
  }

  .mb-md-8 {
    margin-bottom: 8rem !important;
  }

  .mb-md-9 {
    margin-bottom: 9rem !important;
  }

  .mb-md-10 {
    margin-bottom: 10rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 1rem !important;
  }

  .ms-md-2 {
    margin-left: 2rem !important;
  }

  .ms-md-3 {
    margin-left: 3rem !important;
  }

  .ms-md-4 {
    margin-left: 4rem !important;
  }

  .ms-md-5 {
    margin-left: 5rem !important;
  }

  .ms-md-6 {
    margin-left: 6rem !important;
  }

  .ms-md-7 {
    margin-left: 7rem !important;
  }

  .ms-md-8 {
    margin-left: 8rem !important;
  }

  .ms-md-9 {
    margin-left: 9rem !important;
  }

  .ms-md-10 {
    margin-left: 10rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 1rem !important;
  }

  .p-md-2 {
    padding: 2rem !important;
  }

  .p-md-3 {
    padding: 3rem !important;
  }

  .p-md-4 {
    padding: 4rem !important;
  }

  .p-md-5 {
    padding: 5rem !important;
  }

  .p-md-6 {
    padding: 6rem !important;
  }

  .p-md-7 {
    padding: 7rem !important;
  }

  .p-md-8 {
    padding: 8rem !important;
  }

  .p-md-9 {
    padding: 9rem !important;
  }

  .p-md-10 {
    padding: 10rem !important;
  }

  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-md-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-md-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .px-md-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .px-md-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .px-md-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .px-md-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .px-md-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .px-md-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .px-md-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .px-md-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-md-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-md-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-md-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-md-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-md-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-md-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-md-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-md-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 1rem !important;
  }

  .pt-md-2 {
    padding-top: 2rem !important;
  }

  .pt-md-3 {
    padding-top: 3rem !important;
  }

  .pt-md-4 {
    padding-top: 4rem !important;
  }

  .pt-md-5 {
    padding-top: 5rem !important;
  }

  .pt-md-6 {
    padding-top: 6rem !important;
  }

  .pt-md-7 {
    padding-top: 7rem !important;
  }

  .pt-md-8 {
    padding-top: 8rem !important;
  }

  .pt-md-9 {
    padding-top: 9rem !important;
  }

  .pt-md-10 {
    padding-top: 10rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 1rem !important;
  }

  .pe-md-2 {
    padding-right: 2rem !important;
  }

  .pe-md-3 {
    padding-right: 3rem !important;
  }

  .pe-md-4 {
    padding-right: 4rem !important;
  }

  .pe-md-5 {
    padding-right: 5rem !important;
  }

  .pe-md-6 {
    padding-right: 6rem !important;
  }

  .pe-md-7 {
    padding-right: 7rem !important;
  }

  .pe-md-8 {
    padding-right: 8rem !important;
  }

  .pe-md-9 {
    padding-right: 9rem !important;
  }

  .pe-md-10 {
    padding-right: 10rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 1rem !important;
  }

  .pb-md-2 {
    padding-bottom: 2rem !important;
  }

  .pb-md-3 {
    padding-bottom: 3rem !important;
  }

  .pb-md-4 {
    padding-bottom: 4rem !important;
  }

  .pb-md-5 {
    padding-bottom: 5rem !important;
  }

  .pb-md-6 {
    padding-bottom: 6rem !important;
  }

  .pb-md-7 {
    padding-bottom: 7rem !important;
  }

  .pb-md-8 {
    padding-bottom: 8rem !important;
  }

  .pb-md-9 {
    padding-bottom: 9rem !important;
  }

  .pb-md-10 {
    padding-bottom: 10rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 1rem !important;
  }

  .ps-md-2 {
    padding-left: 2rem !important;
  }

  .ps-md-3 {
    padding-left: 3rem !important;
  }

  .ps-md-4 {
    padding-left: 4rem !important;
  }

  .ps-md-5 {
    padding-left: 5rem !important;
  }

  .ps-md-6 {
    padding-left: 6rem !important;
  }

  .ps-md-7 {
    padding-left: 7rem !important;
  }

  .ps-md-8 {
    padding-left: 8rem !important;
  }

  .ps-md-9 {
    padding-left: 9rem !important;
  }

  .ps-md-10 {
    padding-left: 10rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (width >= 1024px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 1rem !important;
  }

  .gap-lg-2 {
    gap: 2rem !important;
  }

  .gap-lg-3 {
    gap: 3rem !important;
  }

  .gap-lg-4 {
    gap: 4rem !important;
  }

  .gap-lg-5 {
    gap: 5rem !important;
  }

  .gap-lg-6 {
    gap: 6rem !important;
  }

  .gap-lg-7 {
    gap: 7rem !important;
  }

  .gap-lg-8 {
    gap: 8rem !important;
  }

  .gap-lg-9 {
    gap: 9rem !important;
  }

  .gap-lg-10 {
    gap: 10rem !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 1rem !important;
  }

  .m-lg-2 {
    margin: 2rem !important;
  }

  .m-lg-3 {
    margin: 3rem !important;
  }

  .m-lg-4 {
    margin: 4rem !important;
  }

  .m-lg-5 {
    margin: 5rem !important;
  }

  .m-lg-6 {
    margin: 6rem !important;
  }

  .m-lg-7 {
    margin: 7rem !important;
  }

  .m-lg-8 {
    margin: 8rem !important;
  }

  .m-lg-9 {
    margin: 9rem !important;
  }

  .m-lg-10 {
    margin: 10rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-lg-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-lg-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .mx-lg-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-lg-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .mx-lg-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .mx-lg-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .mx-lg-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .mx-lg-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .mx-lg-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .mx-lg-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-lg-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-lg-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-lg-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-lg-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-lg-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-lg-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-lg-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 1rem !important;
  }

  .mt-lg-2 {
    margin-top: 2rem !important;
  }

  .mt-lg-3 {
    margin-top: 3rem !important;
  }

  .mt-lg-4 {
    margin-top: 4rem !important;
  }

  .mt-lg-5 {
    margin-top: 5rem !important;
  }

  .mt-lg-6 {
    margin-top: 6rem !important;
  }

  .mt-lg-7 {
    margin-top: 7rem !important;
  }

  .mt-lg-8 {
    margin-top: 8rem !important;
  }

  .mt-lg-9 {
    margin-top: 9rem !important;
  }

  .mt-lg-10 {
    margin-top: 10rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 1rem !important;
  }

  .me-lg-2 {
    margin-right: 2rem !important;
  }

  .me-lg-3 {
    margin-right: 3rem !important;
  }

  .me-lg-4 {
    margin-right: 4rem !important;
  }

  .me-lg-5 {
    margin-right: 5rem !important;
  }

  .me-lg-6 {
    margin-right: 6rem !important;
  }

  .me-lg-7 {
    margin-right: 7rem !important;
  }

  .me-lg-8 {
    margin-right: 8rem !important;
  }

  .me-lg-9 {
    margin-right: 9rem !important;
  }

  .me-lg-10 {
    margin-right: 10rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 2rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 4rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 5rem !important;
  }

  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }

  .mb-lg-7 {
    margin-bottom: 7rem !important;
  }

  .mb-lg-8 {
    margin-bottom: 8rem !important;
  }

  .mb-lg-9 {
    margin-bottom: 9rem !important;
  }

  .mb-lg-10 {
    margin-bottom: 10rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 1rem !important;
  }

  .ms-lg-2 {
    margin-left: 2rem !important;
  }

  .ms-lg-3 {
    margin-left: 3rem !important;
  }

  .ms-lg-4 {
    margin-left: 4rem !important;
  }

  .ms-lg-5 {
    margin-left: 5rem !important;
  }

  .ms-lg-6 {
    margin-left: 6rem !important;
  }

  .ms-lg-7 {
    margin-left: 7rem !important;
  }

  .ms-lg-8 {
    margin-left: 8rem !important;
  }

  .ms-lg-9 {
    margin-left: 9rem !important;
  }

  .ms-lg-10 {
    margin-left: 10rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 1rem !important;
  }

  .p-lg-2 {
    padding: 2rem !important;
  }

  .p-lg-3 {
    padding: 3rem !important;
  }

  .p-lg-4 {
    padding: 4rem !important;
  }

  .p-lg-5 {
    padding: 5rem !important;
  }

  .p-lg-6 {
    padding: 6rem !important;
  }

  .p-lg-7 {
    padding: 7rem !important;
  }

  .p-lg-8 {
    padding: 8rem !important;
  }

  .p-lg-9 {
    padding: 9rem !important;
  }

  .p-lg-10 {
    padding: 10rem !important;
  }

  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-lg-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-lg-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .px-lg-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .px-lg-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .px-lg-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .px-lg-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .px-lg-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .px-lg-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .px-lg-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .px-lg-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-lg-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-lg-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-lg-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-lg-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-lg-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-lg-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-lg-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 1rem !important;
  }

  .pt-lg-2 {
    padding-top: 2rem !important;
  }

  .pt-lg-3 {
    padding-top: 3rem !important;
  }

  .pt-lg-4 {
    padding-top: 4rem !important;
  }

  .pt-lg-5 {
    padding-top: 5rem !important;
  }

  .pt-lg-6 {
    padding-top: 6rem !important;
  }

  .pt-lg-7 {
    padding-top: 7rem !important;
  }

  .pt-lg-8 {
    padding-top: 8rem !important;
  }

  .pt-lg-9 {
    padding-top: 9rem !important;
  }

  .pt-lg-10 {
    padding-top: 10rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 1rem !important;
  }

  .pe-lg-2 {
    padding-right: 2rem !important;
  }

  .pe-lg-3 {
    padding-right: 3rem !important;
  }

  .pe-lg-4 {
    padding-right: 4rem !important;
  }

  .pe-lg-5 {
    padding-right: 5rem !important;
  }

  .pe-lg-6 {
    padding-right: 6rem !important;
  }

  .pe-lg-7 {
    padding-right: 7rem !important;
  }

  .pe-lg-8 {
    padding-right: 8rem !important;
  }

  .pe-lg-9 {
    padding-right: 9rem !important;
  }

  .pe-lg-10 {
    padding-right: 10rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 2rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 3rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 4rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 5rem !important;
  }

  .pb-lg-6 {
    padding-bottom: 6rem !important;
  }

  .pb-lg-7 {
    padding-bottom: 7rem !important;
  }

  .pb-lg-8 {
    padding-bottom: 8rem !important;
  }

  .pb-lg-9 {
    padding-bottom: 9rem !important;
  }

  .pb-lg-10 {
    padding-bottom: 10rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 1rem !important;
  }

  .ps-lg-2 {
    padding-left: 2rem !important;
  }

  .ps-lg-3 {
    padding-left: 3rem !important;
  }

  .ps-lg-4 {
    padding-left: 4rem !important;
  }

  .ps-lg-5 {
    padding-left: 5rem !important;
  }

  .ps-lg-6 {
    padding-left: 6rem !important;
  }

  .ps-lg-7 {
    padding-left: 7rem !important;
  }

  .ps-lg-8 {
    padding-left: 8rem !important;
  }

  .ps-lg-9 {
    padding-left: 9rem !important;
  }

  .ps-lg-10 {
    padding-left: 10rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (width >= 1280px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 1rem !important;
  }

  .gap-xl-2 {
    gap: 2rem !important;
  }

  .gap-xl-3 {
    gap: 3rem !important;
  }

  .gap-xl-4 {
    gap: 4rem !important;
  }

  .gap-xl-5 {
    gap: 5rem !important;
  }

  .gap-xl-6 {
    gap: 6rem !important;
  }

  .gap-xl-7 {
    gap: 7rem !important;
  }

  .gap-xl-8 {
    gap: 8rem !important;
  }

  .gap-xl-9 {
    gap: 9rem !important;
  }

  .gap-xl-10 {
    gap: 10rem !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 1rem !important;
  }

  .m-xl-2 {
    margin: 2rem !important;
  }

  .m-xl-3 {
    margin: 3rem !important;
  }

  .m-xl-4 {
    margin: 4rem !important;
  }

  .m-xl-5 {
    margin: 5rem !important;
  }

  .m-xl-6 {
    margin: 6rem !important;
  }

  .m-xl-7 {
    margin: 7rem !important;
  }

  .m-xl-8 {
    margin: 8rem !important;
  }

  .m-xl-9 {
    margin: 9rem !important;
  }

  .m-xl-10 {
    margin: 10rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-xl-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-xl-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .mx-xl-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-xl-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .mx-xl-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .mx-xl-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .mx-xl-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .mx-xl-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .mx-xl-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .mx-xl-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-xl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-xl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-xl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-xl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-xl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 1rem !important;
  }

  .mt-xl-2 {
    margin-top: 2rem !important;
  }

  .mt-xl-3 {
    margin-top: 3rem !important;
  }

  .mt-xl-4 {
    margin-top: 4rem !important;
  }

  .mt-xl-5 {
    margin-top: 5rem !important;
  }

  .mt-xl-6 {
    margin-top: 6rem !important;
  }

  .mt-xl-7 {
    margin-top: 7rem !important;
  }

  .mt-xl-8 {
    margin-top: 8rem !important;
  }

  .mt-xl-9 {
    margin-top: 9rem !important;
  }

  .mt-xl-10 {
    margin-top: 10rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 1rem !important;
  }

  .me-xl-2 {
    margin-right: 2rem !important;
  }

  .me-xl-3 {
    margin-right: 3rem !important;
  }

  .me-xl-4 {
    margin-right: 4rem !important;
  }

  .me-xl-5 {
    margin-right: 5rem !important;
  }

  .me-xl-6 {
    margin-right: 6rem !important;
  }

  .me-xl-7 {
    margin-right: 7rem !important;
  }

  .me-xl-8 {
    margin-right: 8rem !important;
  }

  .me-xl-9 {
    margin-right: 9rem !important;
  }

  .me-xl-10 {
    margin-right: 10rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 2rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 4rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 5rem !important;
  }

  .mb-xl-6 {
    margin-bottom: 6rem !important;
  }

  .mb-xl-7 {
    margin-bottom: 7rem !important;
  }

  .mb-xl-8 {
    margin-bottom: 8rem !important;
  }

  .mb-xl-9 {
    margin-bottom: 9rem !important;
  }

  .mb-xl-10 {
    margin-bottom: 10rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 1rem !important;
  }

  .ms-xl-2 {
    margin-left: 2rem !important;
  }

  .ms-xl-3 {
    margin-left: 3rem !important;
  }

  .ms-xl-4 {
    margin-left: 4rem !important;
  }

  .ms-xl-5 {
    margin-left: 5rem !important;
  }

  .ms-xl-6 {
    margin-left: 6rem !important;
  }

  .ms-xl-7 {
    margin-left: 7rem !important;
  }

  .ms-xl-8 {
    margin-left: 8rem !important;
  }

  .ms-xl-9 {
    margin-left: 9rem !important;
  }

  .ms-xl-10 {
    margin-left: 10rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 1rem !important;
  }

  .p-xl-2 {
    padding: 2rem !important;
  }

  .p-xl-3 {
    padding: 3rem !important;
  }

  .p-xl-4 {
    padding: 4rem !important;
  }

  .p-xl-5 {
    padding: 5rem !important;
  }

  .p-xl-6 {
    padding: 6rem !important;
  }

  .p-xl-7 {
    padding: 7rem !important;
  }

  .p-xl-8 {
    padding: 8rem !important;
  }

  .p-xl-9 {
    padding: 9rem !important;
  }

  .p-xl-10 {
    padding: 10rem !important;
  }

  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-xl-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-xl-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .px-xl-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .px-xl-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .px-xl-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .px-xl-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .px-xl-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .px-xl-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .px-xl-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .px-xl-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-xl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-xl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-xl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-xl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-xl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-xl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 1rem !important;
  }

  .pt-xl-2 {
    padding-top: 2rem !important;
  }

  .pt-xl-3 {
    padding-top: 3rem !important;
  }

  .pt-xl-4 {
    padding-top: 4rem !important;
  }

  .pt-xl-5 {
    padding-top: 5rem !important;
  }

  .pt-xl-6 {
    padding-top: 6rem !important;
  }

  .pt-xl-7 {
    padding-top: 7rem !important;
  }

  .pt-xl-8 {
    padding-top: 8rem !important;
  }

  .pt-xl-9 {
    padding-top: 9rem !important;
  }

  .pt-xl-10 {
    padding-top: 10rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 1rem !important;
  }

  .pe-xl-2 {
    padding-right: 2rem !important;
  }

  .pe-xl-3 {
    padding-right: 3rem !important;
  }

  .pe-xl-4 {
    padding-right: 4rem !important;
  }

  .pe-xl-5 {
    padding-right: 5rem !important;
  }

  .pe-xl-6 {
    padding-right: 6rem !important;
  }

  .pe-xl-7 {
    padding-right: 7rem !important;
  }

  .pe-xl-8 {
    padding-right: 8rem !important;
  }

  .pe-xl-9 {
    padding-right: 9rem !important;
  }

  .pe-xl-10 {
    padding-right: 10rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 2rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 3rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 4rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 5rem !important;
  }

  .pb-xl-6 {
    padding-bottom: 6rem !important;
  }

  .pb-xl-7 {
    padding-bottom: 7rem !important;
  }

  .pb-xl-8 {
    padding-bottom: 8rem !important;
  }

  .pb-xl-9 {
    padding-bottom: 9rem !important;
  }

  .pb-xl-10 {
    padding-bottom: 10rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 1rem !important;
  }

  .ps-xl-2 {
    padding-left: 2rem !important;
  }

  .ps-xl-3 {
    padding-left: 3rem !important;
  }

  .ps-xl-4 {
    padding-left: 4rem !important;
  }

  .ps-xl-5 {
    padding-left: 5rem !important;
  }

  .ps-xl-6 {
    padding-left: 6rem !important;
  }

  .ps-xl-7 {
    padding-left: 7rem !important;
  }

  .ps-xl-8 {
    padding-left: 8rem !important;
  }

  .ps-xl-9 {
    padding-left: 9rem !important;
  }

  .ps-xl-10 {
    padding-left: 10rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (width >= 1440px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 1rem !important;
  }

  .gap-xxl-2 {
    gap: 2rem !important;
  }

  .gap-xxl-3 {
    gap: 3rem !important;
  }

  .gap-xxl-4 {
    gap: 4rem !important;
  }

  .gap-xxl-5 {
    gap: 5rem !important;
  }

  .gap-xxl-6 {
    gap: 6rem !important;
  }

  .gap-xxl-7 {
    gap: 7rem !important;
  }

  .gap-xxl-8 {
    gap: 8rem !important;
  }

  .gap-xxl-9 {
    gap: 9rem !important;
  }

  .gap-xxl-10 {
    gap: 10rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 1rem !important;
  }

  .m-xxl-2 {
    margin: 2rem !important;
  }

  .m-xxl-3 {
    margin: 3rem !important;
  }

  .m-xxl-4 {
    margin: 4rem !important;
  }

  .m-xxl-5 {
    margin: 5rem !important;
  }

  .m-xxl-6 {
    margin: 6rem !important;
  }

  .m-xxl-7 {
    margin: 7rem !important;
  }

  .m-xxl-8 {
    margin: 8rem !important;
  }

  .m-xxl-9 {
    margin: 9rem !important;
  }

  .m-xxl-10 {
    margin: 10rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-xxl-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-xxl-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .mx-xxl-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-xxl-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .mx-xxl-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .mx-xxl-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .mx-xxl-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .mx-xxl-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .mx-xxl-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .mx-xxl-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xxl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xxl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-xxl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-xxl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-xxl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-xxl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-xxl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 1rem !important;
  }

  .mt-xxl-2 {
    margin-top: 2rem !important;
  }

  .mt-xxl-3 {
    margin-top: 3rem !important;
  }

  .mt-xxl-4 {
    margin-top: 4rem !important;
  }

  .mt-xxl-5 {
    margin-top: 5rem !important;
  }

  .mt-xxl-6 {
    margin-top: 6rem !important;
  }

  .mt-xxl-7 {
    margin-top: 7rem !important;
  }

  .mt-xxl-8 {
    margin-top: 8rem !important;
  }

  .mt-xxl-9 {
    margin-top: 9rem !important;
  }

  .mt-xxl-10 {
    margin-top: 10rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 1rem !important;
  }

  .me-xxl-2 {
    margin-right: 2rem !important;
  }

  .me-xxl-3 {
    margin-right: 3rem !important;
  }

  .me-xxl-4 {
    margin-right: 4rem !important;
  }

  .me-xxl-5 {
    margin-right: 5rem !important;
  }

  .me-xxl-6 {
    margin-right: 6rem !important;
  }

  .me-xxl-7 {
    margin-right: 7rem !important;
  }

  .me-xxl-8 {
    margin-right: 8rem !important;
  }

  .me-xxl-9 {
    margin-right: 9rem !important;
  }

  .me-xxl-10 {
    margin-right: 10rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 2rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 4rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 5rem !important;
  }

  .mb-xxl-6 {
    margin-bottom: 6rem !important;
  }

  .mb-xxl-7 {
    margin-bottom: 7rem !important;
  }

  .mb-xxl-8 {
    margin-bottom: 8rem !important;
  }

  .mb-xxl-9 {
    margin-bottom: 9rem !important;
  }

  .mb-xxl-10 {
    margin-bottom: 10rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 1rem !important;
  }

  .ms-xxl-2 {
    margin-left: 2rem !important;
  }

  .ms-xxl-3 {
    margin-left: 3rem !important;
  }

  .ms-xxl-4 {
    margin-left: 4rem !important;
  }

  .ms-xxl-5 {
    margin-left: 5rem !important;
  }

  .ms-xxl-6 {
    margin-left: 6rem !important;
  }

  .ms-xxl-7 {
    margin-left: 7rem !important;
  }

  .ms-xxl-8 {
    margin-left: 8rem !important;
  }

  .ms-xxl-9 {
    margin-left: 9rem !important;
  }

  .ms-xxl-10 {
    margin-left: 10rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 1rem !important;
  }

  .p-xxl-2 {
    padding: 2rem !important;
  }

  .p-xxl-3 {
    padding: 3rem !important;
  }

  .p-xxl-4 {
    padding: 4rem !important;
  }

  .p-xxl-5 {
    padding: 5rem !important;
  }

  .p-xxl-6 {
    padding: 6rem !important;
  }

  .p-xxl-7 {
    padding: 7rem !important;
  }

  .p-xxl-8 {
    padding: 8rem !important;
  }

  .p-xxl-9 {
    padding: 9rem !important;
  }

  .p-xxl-10 {
    padding: 10rem !important;
  }

  .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-xxl-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-xxl-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .px-xxl-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .px-xxl-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .px-xxl-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .px-xxl-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .px-xxl-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .px-xxl-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .px-xxl-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .px-xxl-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xxl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xxl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-xxl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-xxl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-xxl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-xxl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-xxl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-xxl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 1rem !important;
  }

  .pt-xxl-2 {
    padding-top: 2rem !important;
  }

  .pt-xxl-3 {
    padding-top: 3rem !important;
  }

  .pt-xxl-4 {
    padding-top: 4rem !important;
  }

  .pt-xxl-5 {
    padding-top: 5rem !important;
  }

  .pt-xxl-6 {
    padding-top: 6rem !important;
  }

  .pt-xxl-7 {
    padding-top: 7rem !important;
  }

  .pt-xxl-8 {
    padding-top: 8rem !important;
  }

  .pt-xxl-9 {
    padding-top: 9rem !important;
  }

  .pt-xxl-10 {
    padding-top: 10rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 1rem !important;
  }

  .pe-xxl-2 {
    padding-right: 2rem !important;
  }

  .pe-xxl-3 {
    padding-right: 3rem !important;
  }

  .pe-xxl-4 {
    padding-right: 4rem !important;
  }

  .pe-xxl-5 {
    padding-right: 5rem !important;
  }

  .pe-xxl-6 {
    padding-right: 6rem !important;
  }

  .pe-xxl-7 {
    padding-right: 7rem !important;
  }

  .pe-xxl-8 {
    padding-right: 8rem !important;
  }

  .pe-xxl-9 {
    padding-right: 9rem !important;
  }

  .pe-xxl-10 {
    padding-right: 10rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 2rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 3rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 4rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 5rem !important;
  }

  .pb-xxl-6 {
    padding-bottom: 6rem !important;
  }

  .pb-xxl-7 {
    padding-bottom: 7rem !important;
  }

  .pb-xxl-8 {
    padding-bottom: 8rem !important;
  }

  .pb-xxl-9 {
    padding-bottom: 9rem !important;
  }

  .pb-xxl-10 {
    padding-bottom: 10rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 1rem !important;
  }

  .ps-xxl-2 {
    padding-left: 2rem !important;
  }

  .ps-xxl-3 {
    padding-left: 3rem !important;
  }

  .ps-xxl-4 {
    padding-left: 4rem !important;
  }

  .ps-xxl-5 {
    padding-left: 5rem !important;
  }

  .ps-xxl-6 {
    padding-left: 6rem !important;
  }

  .ps-xxl-7 {
    padding-left: 7rem !important;
  }

  .ps-xxl-8 {
    padding-left: 8rem !important;
  }

  .ps-xxl-9 {
    padding-left: 9rem !important;
  }

  .ps-xxl-10 {
    padding-left: 10rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

@media (width >= 1680px) {
  .float-xxxl-start {
    float: left !important;
  }

  .float-xxxl-end {
    float: right !important;
  }

  .float-xxxl-none {
    float: none !important;
  }

  .d-xxxl-inline {
    display: inline !important;
  }

  .d-xxxl-inline-block {
    display: inline-block !important;
  }

  .d-xxxl-block {
    display: block !important;
  }

  .d-xxxl-grid {
    display: grid !important;
  }

  .d-xxxl-table {
    display: table !important;
  }

  .d-xxxl-table-row {
    display: table-row !important;
  }

  .d-xxxl-table-cell {
    display: table-cell !important;
  }

  .d-xxxl-flex {
    display: flex !important;
  }

  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxxl-none {
    display: none !important;
  }

  .flex-xxxl-fill {
    flex: auto !important;
  }

  .flex-xxxl-row {
    flex-direction: row !important;
  }

  .flex-xxxl-column {
    flex-direction: column !important;
  }

  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxxl-0 {
    gap: 0 !important;
  }

  .gap-xxxl-1 {
    gap: 1rem !important;
  }

  .gap-xxxl-2 {
    gap: 2rem !important;
  }

  .gap-xxxl-3 {
    gap: 3rem !important;
  }

  .gap-xxxl-4 {
    gap: 4rem !important;
  }

  .gap-xxxl-5 {
    gap: 5rem !important;
  }

  .gap-xxxl-6 {
    gap: 6rem !important;
  }

  .gap-xxxl-7 {
    gap: 7rem !important;
  }

  .gap-xxxl-8 {
    gap: 8rem !important;
  }

  .gap-xxxl-9 {
    gap: 9rem !important;
  }

  .gap-xxxl-10 {
    gap: 10rem !important;
  }

  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxxl-center {
    justify-content: center !important;
  }

  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxxl-center {
    align-items: center !important;
  }

  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxxl-center {
    align-content: center !important;
  }

  .align-content-xxxl-between {
    align-content: space-between !important;
  }

  .align-content-xxxl-around {
    align-content: space-around !important;
  }

  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxxl-auto {
    align-self: auto !important;
  }

  .align-self-xxxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxxl-center {
    align-self: center !important;
  }

  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }

  .order-xxxl-first {
    order: -1 !important;
  }

  .order-xxxl-0 {
    order: 0 !important;
  }

  .order-xxxl-1 {
    order: 1 !important;
  }

  .order-xxxl-2 {
    order: 2 !important;
  }

  .order-xxxl-3 {
    order: 3 !important;
  }

  .order-xxxl-4 {
    order: 4 !important;
  }

  .order-xxxl-5 {
    order: 5 !important;
  }

  .order-xxxl-last {
    order: 6 !important;
  }

  .m-xxxl-0 {
    margin: 0 !important;
  }

  .m-xxxl-1 {
    margin: 1rem !important;
  }

  .m-xxxl-2 {
    margin: 2rem !important;
  }

  .m-xxxl-3 {
    margin: 3rem !important;
  }

  .m-xxxl-4 {
    margin: 4rem !important;
  }

  .m-xxxl-5 {
    margin: 5rem !important;
  }

  .m-xxxl-6 {
    margin: 6rem !important;
  }

  .m-xxxl-7 {
    margin: 7rem !important;
  }

  .m-xxxl-8 {
    margin: 8rem !important;
  }

  .m-xxxl-9 {
    margin: 9rem !important;
  }

  .m-xxxl-10 {
    margin: 10rem !important;
  }

  .m-xxxl-auto {
    margin: auto !important;
  }

  .mx-xxxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-xxxl-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-xxxl-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .mx-xxxl-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-xxxl-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .mx-xxxl-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .mx-xxxl-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .mx-xxxl-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .mx-xxxl-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .mx-xxxl-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .mx-xxxl-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .mx-xxxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxxl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxxl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xxxl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxxl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xxxl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-xxxl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-xxxl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-xxxl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-xxxl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-xxxl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxxl-1 {
    margin-top: 1rem !important;
  }

  .mt-xxxl-2 {
    margin-top: 2rem !important;
  }

  .mt-xxxl-3 {
    margin-top: 3rem !important;
  }

  .mt-xxxl-4 {
    margin-top: 4rem !important;
  }

  .mt-xxxl-5 {
    margin-top: 5rem !important;
  }

  .mt-xxxl-6 {
    margin-top: 6rem !important;
  }

  .mt-xxxl-7 {
    margin-top: 7rem !important;
  }

  .mt-xxxl-8 {
    margin-top: 8rem !important;
  }

  .mt-xxxl-9 {
    margin-top: 9rem !important;
  }

  .mt-xxxl-10 {
    margin-top: 10rem !important;
  }

  .mt-xxxl-auto {
    margin-top: auto !important;
  }

  .me-xxxl-0 {
    margin-right: 0 !important;
  }

  .me-xxxl-1 {
    margin-right: 1rem !important;
  }

  .me-xxxl-2 {
    margin-right: 2rem !important;
  }

  .me-xxxl-3 {
    margin-right: 3rem !important;
  }

  .me-xxxl-4 {
    margin-right: 4rem !important;
  }

  .me-xxxl-5 {
    margin-right: 5rem !important;
  }

  .me-xxxl-6 {
    margin-right: 6rem !important;
  }

  .me-xxxl-7 {
    margin-right: 7rem !important;
  }

  .me-xxxl-8 {
    margin-right: 8rem !important;
  }

  .me-xxxl-9 {
    margin-right: 9rem !important;
  }

  .me-xxxl-10 {
    margin-right: 10rem !important;
  }

  .me-xxxl-auto {
    margin-right: auto !important;
  }

  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxxl-1 {
    margin-bottom: 1rem !important;
  }

  .mb-xxxl-2 {
    margin-bottom: 2rem !important;
  }

  .mb-xxxl-3 {
    margin-bottom: 3rem !important;
  }

  .mb-xxxl-4 {
    margin-bottom: 4rem !important;
  }

  .mb-xxxl-5 {
    margin-bottom: 5rem !important;
  }

  .mb-xxxl-6 {
    margin-bottom: 6rem !important;
  }

  .mb-xxxl-7 {
    margin-bottom: 7rem !important;
  }

  .mb-xxxl-8 {
    margin-bottom: 8rem !important;
  }

  .mb-xxxl-9 {
    margin-bottom: 9rem !important;
  }

  .mb-xxxl-10 {
    margin-bottom: 10rem !important;
  }

  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxxl-1 {
    margin-left: 1rem !important;
  }

  .ms-xxxl-2 {
    margin-left: 2rem !important;
  }

  .ms-xxxl-3 {
    margin-left: 3rem !important;
  }

  .ms-xxxl-4 {
    margin-left: 4rem !important;
  }

  .ms-xxxl-5 {
    margin-left: 5rem !important;
  }

  .ms-xxxl-6 {
    margin-left: 6rem !important;
  }

  .ms-xxxl-7 {
    margin-left: 7rem !important;
  }

  .ms-xxxl-8 {
    margin-left: 8rem !important;
  }

  .ms-xxxl-9 {
    margin-left: 9rem !important;
  }

  .ms-xxxl-10 {
    margin-left: 10rem !important;
  }

  .ms-xxxl-auto {
    margin-left: auto !important;
  }

  .p-xxxl-0 {
    padding: 0 !important;
  }

  .p-xxxl-1 {
    padding: 1rem !important;
  }

  .p-xxxl-2 {
    padding: 2rem !important;
  }

  .p-xxxl-3 {
    padding: 3rem !important;
  }

  .p-xxxl-4 {
    padding: 4rem !important;
  }

  .p-xxxl-5 {
    padding: 5rem !important;
  }

  .p-xxxl-6 {
    padding: 6rem !important;
  }

  .p-xxxl-7 {
    padding: 7rem !important;
  }

  .p-xxxl-8 {
    padding: 8rem !important;
  }

  .p-xxxl-9 {
    padding: 9rem !important;
  }

  .p-xxxl-10 {
    padding: 10rem !important;
  }

  .px-xxxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-xxxl-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-xxxl-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .px-xxxl-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .px-xxxl-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .px-xxxl-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .px-xxxl-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .px-xxxl-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .px-xxxl-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .px-xxxl-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .px-xxxl-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxxl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxxl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xxxl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xxxl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-xxxl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-xxxl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-xxxl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-xxxl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-xxxl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-xxxl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .pt-xxxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxxl-1 {
    padding-top: 1rem !important;
  }

  .pt-xxxl-2 {
    padding-top: 2rem !important;
  }

  .pt-xxxl-3 {
    padding-top: 3rem !important;
  }

  .pt-xxxl-4 {
    padding-top: 4rem !important;
  }

  .pt-xxxl-5 {
    padding-top: 5rem !important;
  }

  .pt-xxxl-6 {
    padding-top: 6rem !important;
  }

  .pt-xxxl-7 {
    padding-top: 7rem !important;
  }

  .pt-xxxl-8 {
    padding-top: 8rem !important;
  }

  .pt-xxxl-9 {
    padding-top: 9rem !important;
  }

  .pt-xxxl-10 {
    padding-top: 10rem !important;
  }

  .pe-xxxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxxl-1 {
    padding-right: 1rem !important;
  }

  .pe-xxxl-2 {
    padding-right: 2rem !important;
  }

  .pe-xxxl-3 {
    padding-right: 3rem !important;
  }

  .pe-xxxl-4 {
    padding-right: 4rem !important;
  }

  .pe-xxxl-5 {
    padding-right: 5rem !important;
  }

  .pe-xxxl-6 {
    padding-right: 6rem !important;
  }

  .pe-xxxl-7 {
    padding-right: 7rem !important;
  }

  .pe-xxxl-8 {
    padding-right: 8rem !important;
  }

  .pe-xxxl-9 {
    padding-right: 9rem !important;
  }

  .pe-xxxl-10 {
    padding-right: 10rem !important;
  }

  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxxl-1 {
    padding-bottom: 1rem !important;
  }

  .pb-xxxl-2 {
    padding-bottom: 2rem !important;
  }

  .pb-xxxl-3 {
    padding-bottom: 3rem !important;
  }

  .pb-xxxl-4 {
    padding-bottom: 4rem !important;
  }

  .pb-xxxl-5 {
    padding-bottom: 5rem !important;
  }

  .pb-xxxl-6 {
    padding-bottom: 6rem !important;
  }

  .pb-xxxl-7 {
    padding-bottom: 7rem !important;
  }

  .pb-xxxl-8 {
    padding-bottom: 8rem !important;
  }

  .pb-xxxl-9 {
    padding-bottom: 9rem !important;
  }

  .pb-xxxl-10 {
    padding-bottom: 10rem !important;
  }

  .ps-xxxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxxl-1 {
    padding-left: 1rem !important;
  }

  .ps-xxxl-2 {
    padding-left: 2rem !important;
  }

  .ps-xxxl-3 {
    padding-left: 3rem !important;
  }

  .ps-xxxl-4 {
    padding-left: 4rem !important;
  }

  .ps-xxxl-5 {
    padding-left: 5rem !important;
  }

  .ps-xxxl-6 {
    padding-left: 6rem !important;
  }

  .ps-xxxl-7 {
    padding-left: 7rem !important;
  }

  .ps-xxxl-8 {
    padding-left: 8rem !important;
  }

  .ps-xxxl-9 {
    padding-left: 9rem !important;
  }

  .ps-xxxl-10 {
    padding-left: 10rem !important;
  }

  .text-xxxl-start {
    text-align: left !important;
  }

  .text-xxxl-end {
    text-align: right !important;
  }

  .text-xxxl-center {
    text-align: center !important;
  }
}

@media (width >= 1920px) {
  .float-xxxxl-start {
    float: left !important;
  }

  .float-xxxxl-end {
    float: right !important;
  }

  .float-xxxxl-none {
    float: none !important;
  }

  .d-xxxxl-inline {
    display: inline !important;
  }

  .d-xxxxl-inline-block {
    display: inline-block !important;
  }

  .d-xxxxl-block {
    display: block !important;
  }

  .d-xxxxl-grid {
    display: grid !important;
  }

  .d-xxxxl-table {
    display: table !important;
  }

  .d-xxxxl-table-row {
    display: table-row !important;
  }

  .d-xxxxl-table-cell {
    display: table-cell !important;
  }

  .d-xxxxl-flex {
    display: flex !important;
  }

  .d-xxxxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxxxl-none {
    display: none !important;
  }

  .flex-xxxxl-fill {
    flex: auto !important;
  }

  .flex-xxxxl-row {
    flex-direction: row !important;
  }

  .flex-xxxxl-column {
    flex-direction: column !important;
  }

  .flex-xxxxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxxxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxxxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxxxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxxxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxxxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxxxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxxxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxxxl-0 {
    gap: 0 !important;
  }

  .gap-xxxxl-1 {
    gap: 1rem !important;
  }

  .gap-xxxxl-2 {
    gap: 2rem !important;
  }

  .gap-xxxxl-3 {
    gap: 3rem !important;
  }

  .gap-xxxxl-4 {
    gap: 4rem !important;
  }

  .gap-xxxxl-5 {
    gap: 5rem !important;
  }

  .gap-xxxxl-6 {
    gap: 6rem !important;
  }

  .gap-xxxxl-7 {
    gap: 7rem !important;
  }

  .gap-xxxxl-8 {
    gap: 8rem !important;
  }

  .gap-xxxxl-9 {
    gap: 9rem !important;
  }

  .gap-xxxxl-10 {
    gap: 10rem !important;
  }

  .justify-content-xxxxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxxxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxxxl-center {
    justify-content: center !important;
  }

  .justify-content-xxxxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxxxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxxxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxxxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxxxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxxxl-center {
    align-items: center !important;
  }

  .align-items-xxxxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxxxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxxxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxxxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxxxl-center {
    align-content: center !important;
  }

  .align-content-xxxxl-between {
    align-content: space-between !important;
  }

  .align-content-xxxxl-around {
    align-content: space-around !important;
  }

  .align-content-xxxxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxxxl-auto {
    align-self: auto !important;
  }

  .align-self-xxxxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxxxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxxxl-center {
    align-self: center !important;
  }

  .align-self-xxxxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxxxl-stretch {
    align-self: stretch !important;
  }

  .order-xxxxl-first {
    order: -1 !important;
  }

  .order-xxxxl-0 {
    order: 0 !important;
  }

  .order-xxxxl-1 {
    order: 1 !important;
  }

  .order-xxxxl-2 {
    order: 2 !important;
  }

  .order-xxxxl-3 {
    order: 3 !important;
  }

  .order-xxxxl-4 {
    order: 4 !important;
  }

  .order-xxxxl-5 {
    order: 5 !important;
  }

  .order-xxxxl-last {
    order: 6 !important;
  }

  .m-xxxxl-0 {
    margin: 0 !important;
  }

  .m-xxxxl-1 {
    margin: 1rem !important;
  }

  .m-xxxxl-2 {
    margin: 2rem !important;
  }

  .m-xxxxl-3 {
    margin: 3rem !important;
  }

  .m-xxxxl-4 {
    margin: 4rem !important;
  }

  .m-xxxxl-5 {
    margin: 5rem !important;
  }

  .m-xxxxl-6 {
    margin: 6rem !important;
  }

  .m-xxxxl-7 {
    margin: 7rem !important;
  }

  .m-xxxxl-8 {
    margin: 8rem !important;
  }

  .m-xxxxl-9 {
    margin: 9rem !important;
  }

  .m-xxxxl-10 {
    margin: 10rem !important;
  }

  .m-xxxxl-auto {
    margin: auto !important;
  }

  .mx-xxxxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-xxxxl-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-xxxxl-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .mx-xxxxl-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-xxxxl-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .mx-xxxxl-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .mx-xxxxl-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .mx-xxxxl-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .mx-xxxxl-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .mx-xxxxl-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .mx-xxxxl-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .mx-xxxxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-xxxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxxxl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxxxl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xxxxl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxxxl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xxxxl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-xxxxl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-xxxxl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-xxxxl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-xxxxl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-xxxxl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-xxxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxxxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxxxl-1 {
    margin-top: 1rem !important;
  }

  .mt-xxxxl-2 {
    margin-top: 2rem !important;
  }

  .mt-xxxxl-3 {
    margin-top: 3rem !important;
  }

  .mt-xxxxl-4 {
    margin-top: 4rem !important;
  }

  .mt-xxxxl-5 {
    margin-top: 5rem !important;
  }

  .mt-xxxxl-6 {
    margin-top: 6rem !important;
  }

  .mt-xxxxl-7 {
    margin-top: 7rem !important;
  }

  .mt-xxxxl-8 {
    margin-top: 8rem !important;
  }

  .mt-xxxxl-9 {
    margin-top: 9rem !important;
  }

  .mt-xxxxl-10 {
    margin-top: 10rem !important;
  }

  .mt-xxxxl-auto {
    margin-top: auto !important;
  }

  .me-xxxxl-0 {
    margin-right: 0 !important;
  }

  .me-xxxxl-1 {
    margin-right: 1rem !important;
  }

  .me-xxxxl-2 {
    margin-right: 2rem !important;
  }

  .me-xxxxl-3 {
    margin-right: 3rem !important;
  }

  .me-xxxxl-4 {
    margin-right: 4rem !important;
  }

  .me-xxxxl-5 {
    margin-right: 5rem !important;
  }

  .me-xxxxl-6 {
    margin-right: 6rem !important;
  }

  .me-xxxxl-7 {
    margin-right: 7rem !important;
  }

  .me-xxxxl-8 {
    margin-right: 8rem !important;
  }

  .me-xxxxl-9 {
    margin-right: 9rem !important;
  }

  .me-xxxxl-10 {
    margin-right: 10rem !important;
  }

  .me-xxxxl-auto {
    margin-right: auto !important;
  }

  .mb-xxxxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxxxl-1 {
    margin-bottom: 1rem !important;
  }

  .mb-xxxxl-2 {
    margin-bottom: 2rem !important;
  }

  .mb-xxxxl-3 {
    margin-bottom: 3rem !important;
  }

  .mb-xxxxl-4 {
    margin-bottom: 4rem !important;
  }

  .mb-xxxxl-5 {
    margin-bottom: 5rem !important;
  }

  .mb-xxxxl-6 {
    margin-bottom: 6rem !important;
  }

  .mb-xxxxl-7 {
    margin-bottom: 7rem !important;
  }

  .mb-xxxxl-8 {
    margin-bottom: 8rem !important;
  }

  .mb-xxxxl-9 {
    margin-bottom: 9rem !important;
  }

  .mb-xxxxl-10 {
    margin-bottom: 10rem !important;
  }

  .mb-xxxxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxxxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxxxl-1 {
    margin-left: 1rem !important;
  }

  .ms-xxxxl-2 {
    margin-left: 2rem !important;
  }

  .ms-xxxxl-3 {
    margin-left: 3rem !important;
  }

  .ms-xxxxl-4 {
    margin-left: 4rem !important;
  }

  .ms-xxxxl-5 {
    margin-left: 5rem !important;
  }

  .ms-xxxxl-6 {
    margin-left: 6rem !important;
  }

  .ms-xxxxl-7 {
    margin-left: 7rem !important;
  }

  .ms-xxxxl-8 {
    margin-left: 8rem !important;
  }

  .ms-xxxxl-9 {
    margin-left: 9rem !important;
  }

  .ms-xxxxl-10 {
    margin-left: 10rem !important;
  }

  .ms-xxxxl-auto {
    margin-left: auto !important;
  }

  .p-xxxxl-0 {
    padding: 0 !important;
  }

  .p-xxxxl-1 {
    padding: 1rem !important;
  }

  .p-xxxxl-2 {
    padding: 2rem !important;
  }

  .p-xxxxl-3 {
    padding: 3rem !important;
  }

  .p-xxxxl-4 {
    padding: 4rem !important;
  }

  .p-xxxxl-5 {
    padding: 5rem !important;
  }

  .p-xxxxl-6 {
    padding: 6rem !important;
  }

  .p-xxxxl-7 {
    padding: 7rem !important;
  }

  .p-xxxxl-8 {
    padding: 8rem !important;
  }

  .p-xxxxl-9 {
    padding: 9rem !important;
  }

  .p-xxxxl-10 {
    padding: 10rem !important;
  }

  .px-xxxxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-xxxxl-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-xxxxl-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .px-xxxxl-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .px-xxxxl-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .px-xxxxl-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .px-xxxxl-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .px-xxxxl-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .px-xxxxl-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .px-xxxxl-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .px-xxxxl-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .py-xxxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxxxl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxxxl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xxxxl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xxxxl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-xxxxl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-xxxxl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-xxxxl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-xxxxl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-xxxxl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-xxxxl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .pt-xxxxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxxxl-1 {
    padding-top: 1rem !important;
  }

  .pt-xxxxl-2 {
    padding-top: 2rem !important;
  }

  .pt-xxxxl-3 {
    padding-top: 3rem !important;
  }

  .pt-xxxxl-4 {
    padding-top: 4rem !important;
  }

  .pt-xxxxl-5 {
    padding-top: 5rem !important;
  }

  .pt-xxxxl-6 {
    padding-top: 6rem !important;
  }

  .pt-xxxxl-7 {
    padding-top: 7rem !important;
  }

  .pt-xxxxl-8 {
    padding-top: 8rem !important;
  }

  .pt-xxxxl-9 {
    padding-top: 9rem !important;
  }

  .pt-xxxxl-10 {
    padding-top: 10rem !important;
  }

  .pe-xxxxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxxxl-1 {
    padding-right: 1rem !important;
  }

  .pe-xxxxl-2 {
    padding-right: 2rem !important;
  }

  .pe-xxxxl-3 {
    padding-right: 3rem !important;
  }

  .pe-xxxxl-4 {
    padding-right: 4rem !important;
  }

  .pe-xxxxl-5 {
    padding-right: 5rem !important;
  }

  .pe-xxxxl-6 {
    padding-right: 6rem !important;
  }

  .pe-xxxxl-7 {
    padding-right: 7rem !important;
  }

  .pe-xxxxl-8 {
    padding-right: 8rem !important;
  }

  .pe-xxxxl-9 {
    padding-right: 9rem !important;
  }

  .pe-xxxxl-10 {
    padding-right: 10rem !important;
  }

  .pb-xxxxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxxxl-1 {
    padding-bottom: 1rem !important;
  }

  .pb-xxxxl-2 {
    padding-bottom: 2rem !important;
  }

  .pb-xxxxl-3 {
    padding-bottom: 3rem !important;
  }

  .pb-xxxxl-4 {
    padding-bottom: 4rem !important;
  }

  .pb-xxxxl-5 {
    padding-bottom: 5rem !important;
  }

  .pb-xxxxl-6 {
    padding-bottom: 6rem !important;
  }

  .pb-xxxxl-7 {
    padding-bottom: 7rem !important;
  }

  .pb-xxxxl-8 {
    padding-bottom: 8rem !important;
  }

  .pb-xxxxl-9 {
    padding-bottom: 9rem !important;
  }

  .pb-xxxxl-10 {
    padding-bottom: 10rem !important;
  }

  .ps-xxxxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxxxl-1 {
    padding-left: 1rem !important;
  }

  .ps-xxxxl-2 {
    padding-left: 2rem !important;
  }

  .ps-xxxxl-3 {
    padding-left: 3rem !important;
  }

  .ps-xxxxl-4 {
    padding-left: 4rem !important;
  }

  .ps-xxxxl-5 {
    padding-left: 5rem !important;
  }

  .ps-xxxxl-6 {
    padding-left: 6rem !important;
  }

  .ps-xxxxl-7 {
    padding-left: 7rem !important;
  }

  .ps-xxxxl-8 {
    padding-left: 8rem !important;
  }

  .ps-xxxxl-9 {
    padding-left: 9rem !important;
  }

  .ps-xxxxl-10 {
    padding-left: 10rem !important;
  }

  .text-xxxxl-start {
    text-align: left !important;
  }

  .text-xxxxl-end {
    text-align: right !important;
  }

  .text-xxxxl-center {
    text-align: center !important;
  }
}

@media (width >= 1200px) {
  .fs-1 {
    font-size: 3.6rem !important;
  }

  .fs-2 {
    font-size: 3.2rem !important;
  }

  .fs-3 {
    font-size: 2.8rem !important;
  }

  .fs-4 {
    font-size: 2.4rem !important;
  }

  .fs-5 {
    font-size: 2rem !important;
  }

  .fs-6 {
    font-size: 1.6rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}

.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  display: block;
  position: relative;
}

.slick-list {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  border: 1px solid #0000;
  height: auto;
  display: block;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: slick;
  src: url("../slick.019ff462.eot");
  src: url("../slick.019ff462.eot#iefix") format("embedded-opentype"), url("../slick.c8d05265.woff") format("woff"), url("../slick.441ccdd6.ttf") format("truetype"), url("../slick.9d4abf71.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

.slick-prev, .slick-next {
  cursor: pointer;
  color: #0000;
  background: none;
  border: none;
  outline: none;
  width: 20px;
  height: 20px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: #0000;
  background: none;
  outline: none;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before, .slick-next:before {
  color: #fff;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: slick;
  font-size: 20px;
  line-height: 1;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  position: absolute;
  bottom: -25px;
}

.slick-dots li {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  display: inline-block;
  position: relative;
}

.slick-dots li button {
  color: #0000;
  cursor: pointer;
  background: none;
  border: 0;
  outline: none;
  width: 20px;
  height: 20px;
  padding: 5px;
  font-size: 0;
  line-height: 0;
  display: block;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  content: "•";
  text-align: center;
  color: #000;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: .75;
}

html {
  font-size: 62.5%;
}

html body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

html body .container {
  padding: 0 1.5rem;
}

html body h1, html body .h1, html body h2, html body .h2, html body h3, html body .h3, html body h4, html body .h4, html body h5, html body .h5, html body h6, html body .h6, html body dd {
  margin: 0;
}

html body a, html body a:focus, html body a:hover {
  text-decoration: none;
}

html body .no--interactive {
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}

html body :hover {
  transition-duration: .2s;
  transition-delay: .1s;
}

html body #back-to-top {
  cursor: pointer;
  color: #fff;
  opacity: 0;
  text-align: center;
  z-index: 4;
  background: #000;
  border: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  line-height: 3rem;
  text-decoration: none;
  transition: opacity .2s ease-out;
  display: flex;
  position: fixed;
  bottom: 6rem;
  right: 1rem;
}

html body #back-to-top i {
  color: #fff;
  font-size: 3rem;
}

html body #back-to-top.show {
  opacity: 1;
}

html main {
  background: #f6fbfa;
  padding-top: 10rem;
}

@media (width >= 1024px) {
  html main {
    padding-top: 15rem;
  }
}

@media (width >= 1280px) {
  html main {
    padding-top: 8rem;
  }
}

html main.template_page, html main.flexible_content {
  padding: 0;
}

html p, html li {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

html ol li {
  margin-bottom: 1rem;
}

html .btn {
  color: #fff;
  border: .1rem solid #0000;
  border-radius: .7rem;
  padding: 1rem 0;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.3rem;
}

@media (width >= 1024px) {
  html .btn {
    font-size: 1.2rem;
  }
}

@media (width >= 1280px) {
  html .btn {
    font-size: 1.5rem;
  }
}

html .scroll_down {
  text-align: center;
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
}

html .scroll_down i {
  color: #81928e;
  font-size: 5rem;
}

html .object-fit {
  object-fit: cover;
}

html img.alignnone.size-full {
  object-fit: contain;
  margin: 0;
  padding: 0 2rem;
}

.font-poppins--100, .font-poppins--100 * {
  font-family: Poppins, sans-serif;
  font-weight: 100;
}

.font-poppins--200, .font-poppins--200 * {
  font-family: Poppins, sans-serif;
  font-weight: 200;
}

.font-poppins--300, .font-poppins--300 * {
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.font-poppins--400, .font-poppins--400 * {
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.font-poppins--500, .font-poppins--500 * {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.font-poppins--600, .font-poppins--600 * {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.font-poppins--700, .font-poppins--700 * {
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.font-poppins--800, .font-poppins--800 * {
  font-family: Poppins, sans-serif;
  font-weight: 800;
}

.font-poppins--900, .font-poppins--900 * {
  font-family: Poppins, sans-serif;
  font-weight: 900;
}

.font-poppins, .font-poppins *, body *, body * * {
  font-family: Poppins, sans-serif;
}

#header {
  transition: all .5s linear;
}

#header .navbar {
  position: inherit;
  flex-wrap: nowrap;
}

#header .navbar .navbar-brand {
  padding: 1rem 0;
}

#header .navbar .navbar-brand img {
  width: auto;
  max-width: none;
  height: 5rem;
}

#header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu .mega-tel-button a.mega-menu-link {
  display: none;
}

@media (width <= 1023.98px) {
  #header .navbar #mega-menu-wrap-main-menu .mega-menu-toggle.mega-menu-open:after {
    z-index: 99997;
  }

  #header .navbar #mega-menu-wrap-main-menu .mega-menu-toggle > div {
    z-index: 99999;
    height: 40px;
    position: fixed;
    top: 1.5rem;
    right: 2rem;
  }

  #header .navbar #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #header .navbar #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner:before, #header .navbar #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner:after {
    transition-property: transform, opacity, background-color;
  }

  #header .navbar #mega-menu-wrap-main-menu .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-animated-inner, #header .navbar #mega-menu-wrap-main-menu .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-animated-inner:before, #header .navbar #mega-menu-wrap-main-menu .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-animated-inner:after {
    background-color: #fff;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu {
    z-index: 99998;
    padding-top: calc(3rem + 40px);
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item > a.mega-menu-link {
    text-transform: uppercase;
    height: 5rem;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 5rem;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item.first-button {
    padding-top: 4rem;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item.cta-button {
    text-align: center;
    border: none;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item.cta-button > a.mega-menu-link {
    border: 1px solid #fff;
    border-radius: .7rem;
    height: auto;
    padding: 1rem 2rem;
    font-size: 1.4rem;
    line-height: normal;
    display: inline-block;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item.tel-button {
    text-align: center;
    border: none;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item.tel-button > a.mega-menu-link {
    font-size: 1.4rem;
    font-weight: normal;
    display: inline-block;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item.tel-button > a.mega-menu-link:before {
    content: "";
    vertical-align: middle;
    margin-top: -.3rem;
    margin-right: .7rem;
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    display: inline-block;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item.country-selector-button {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
    padding: 2rem;
    display: flex;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item.country-selector-button .globe-icon path {
    fill: #fff;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item.country-selector-button .language-menu {
    padding: 0;
    list-style: none;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item.country-selector-button .language-menu li {
    margin: 0 0 0 3rem;
    display: inline-block;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item.country-selector-button .language-menu li a {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item.country-selector-button .language-menu li a.active {
    pointer-events: none;
    opacity: .5;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item > .mega-sub-menu {
    background: #81d1aa;
    padding: 2rem 1rem;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item > .mega-sub-menu .mega-menu-column .mega-menu-item-type-widget {
    padding-top: 2rem;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item > .mega-sub-menu .mega-menu-column:first-child .mega-menu-item-type-widget {
    padding-top: 0;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item > .mega-sub-menu .mega-menu-item {
    text-align: right;
    padding: .5rem 2rem .5rem 1rem;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item > .mega-sub-menu .mega-menu-item.mega-menu-item-type-widget .mega-block-title {
    display: none;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item > .mega-sub-menu .mega-menu-item.mega-menu-item-type-widget .submenu-title {
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 600;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item > .mega-sub-menu .mega-menu-item .mega-menu-link {
    color: #fff;
    text-align: right;
    text-transform: none;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 130%;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item > .mega-sub-menu .mega-menu-item .mega-menu-link .mega-menu-title {
    text-transform: none;
    font-size: 1.4rem;
    font-weight: normal;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item > .mega-sub-menu .mega-menu-item .mega-menu-link .mega-menu-description {
    display: none;
  }
}

@media (width >= 1024px) {
  #header .navbar #mega-menu-wrap-main-menu {
    background: none;
    align-self: stretch;
    align-items: center;
    width: 100%;
    display: flex;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu {
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item {
    margin-left: auto;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item a.mega-menu-link {
    color: #2b2b2b;
    text-transform: uppercase;
    padding: 0;
    font-size: 1.2rem;
    font-weight: bold;
    transition: color .3s ease-in;
    background: none !important;
    border: none !important;
    font-family: Poppins, sans-serif !important;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item a.mega-menu-link:hover {
    color: #f84a4a;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item.cta-button, #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item.tel-button, #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item.country-selector-button {
    margin-left: 15px !important;
    margin-right: 0 !important;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item.cta-button a.mega-menu-link {
    color: #fff;
    height: auto;
    line-height: normal;
    transition: transform .25s ease-in;
    background: #17cf74 !important;
    border-radius: .7rem !important;
    padding: 1rem 2.5rem !important;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item.cta-button a.mega-menu-link:hover {
    color: #fff;
    transform: scale(1.05);
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item.cta-button.red a.mega-menu-link {
    background: #f84a4a !important;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item.tel-button a.mega-menu-link {
    height: auto;
    font-weight: normal;
    line-height: normal;
    border-radius: .5rem !important;
    padding: .5rem 1rem !important;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item.tel-button a.mega-menu-link:before {
    content: "";
    vertical-align: middle;
    margin-top: -.3rem;
    margin-right: .7rem;
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    transition: transform .25s ease-in;
    display: inline-block;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item.tel-button a.mega-menu-link:hover:before {
    transform: scale(1.2);
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item.country-selector-button .globe-icon {
    width: 26px;
    height: auto;
    display: block;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item.country-selector-button .language-menu-wrapper {
    pointer-events: none;
    opacity: 0;
    padding-top: 20px;
    transition: opacity .4s ease-in;
    position: absolute;
    left: 13px;
    transform: translateX(-50%);
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item.country-selector-button .language-menu-wrapper .language-menu {
    background: #f7fbf9;
    border-radius: .5rem;
    padding: .5rem 1rem;
    list-style: none;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item.country-selector-button .language-menu-wrapper .language-menu li {
    text-align: center;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item.country-selector-button .language-menu-wrapper .language-menu li a {
    font-size: 1.4rem;
    line-height: 200%;
    transition: color .3s ease-in;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item.country-selector-button .language-menu-wrapper .language-menu li a.active {
    pointer-events: none;
    opacity: .6;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item.country-selector-button .language-menu-wrapper .language-menu li a:hover {
    color: #f84a4a;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item.country-selector-button:hover .language-menu-wrapper {
    pointer-events: all;
    opacity: 1;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item.first-button {
    margin-left: auto !important;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item:last-child {
    margin-right: auto;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item > .mega-sub-menu {
    padding-top: 1.4rem;
    left: 0;
    right: 0;
    background: none !important;
    position: fixed !important;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item > .mega-sub-menu > .mega-menu-row {
    border-top: 5px solid #17cf74;
    padding: 46px 90px;
    background: #f7fbf9 !important;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item > .mega-sub-menu .mega-menu-item-type-widget .mega-block-title {
    display: none;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item > .mega-sub-menu .mega-menu-item-type-widget .submenu-title {
    color: #17cf74;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: bold;
    font-family: Poppins, sans-serif !important;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item > .mega-sub-menu .mega-menu-item {
    padding: 0 0 25px;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item > .mega-sub-menu .mega-menu-item .mega-menu-link {
    text-transform: none;
    font-size: 1.4rem;
    font-weight: normal;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item > .mega-sub-menu .mega-menu-item .mega-menu-link .mega-menu-title {
    font-weight: 600;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item > .mega-sub-menu .mega-menu-item .mega-menu-link .mega-menu-description {
    font-style: normal !important;
    font-size: inherit !important;
    margin: 0 !important;
  }
}

@media (width >= 1280px) {
  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item a.mega-menu-link {
    font-size: 1.4rem;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item.country-selector-button .language-menu-wrapper .language-menu li a, #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item > .mega-sub-menu .mega-menu-item-type-widget .submenu-title {
    font-size: 1.6rem;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item > .mega-sub-menu .mega-menu-item .mega-menu-link {
    font-size: 1.4rem;
  }
}

@media (width >= 1440px) {
  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item a.mega-menu-link {
    font-size: 1.6rem;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item.country-selector-button .language-menu-wrapper .language-menu li a, #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item > .mega-sub-menu .mega-menu-item-type-widget .submenu-title {
    font-size: 1.8rem;
  }

  #header .navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > .mega-menu-item > .mega-sub-menu .mega-menu-item .mega-menu-link {
    font-size: 1.6rem;
  }
}

#header.fixed {
  background: #fff;
  box-shadow: 0 3px 5px #393f484d;
}

.footer {
  background: #2b2b2b;
  padding: 5rem 0 0 1rem;
}

.footer__links > div > div > div:first-child ul li, .footer__links > div > div > div:first-child ul li a {
  font-weight: bold;
}

.footer__links > div > div > div:last-child p:last-child {
  margin-top: 5rem;
}

.footer__links p {
  color: #fff;
  margin-bottom: 1.5rem;
  font-weight: bold;
}

.footer__links ul {
  padding: 0;
  list-style-type: none;
}

.footer__links ul li {
  color: #fff;
  margin-bottom: 1rem;
}

.footer__links ul li:hover {
  color: #40cb88;
  cursor: pointer;
}

.footer__links ul li a {
  color: #fff;
}

.footer__links ul li a:hover {
  color: #40cb88;
}

@media (width >= 768px) {
  .footer__socials {
    position: relative;
    top: -7rem;
  }
}

@media (width >= 1024px) {
  .footer__socials {
    top: -8rem;
  }
}

.footer__socials ul li a {
  color: #40cb88;
}

.footer__socials ul li a i {
  font-size: 3rem;
}

.footer__copyright p {
  color: #5d5d5d;
  text-align: center;
  border-top: .1rem solid #5d5d5d;
  padding: 1rem 0;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
}

@media (width >= 1280px) {
  .homepage:before {
    content: url("../vector-homepage-header.d7f4855b.svg");
    position: absolute;
    top: 0;
    left: -2rem;
  }
}

@media (width >= 1024px) {
  .homepage header {
    padding-bottom: 0;
  }
}

.homepage header .block_banner {
  padding: 0;
}

.homepage header .block_banner:first-child {
  background: none;
}

.homepage .block_sticky {
  background: url("../vector-homepage-about.4df919b9.svg") center / cover;
  height: 100%;
  position: relative;
}

.homepage .block_functions {
  background: url("../vector-homepage-functions.a4f1a1b7.svg") center / cover;
  height: 100%;
  position: relative;
}

.homepage .block_resources {
  background: url("../vector-reviews.c16ef3e2.svg") center / cover;
  height: 100%;
  position: relative;
}

.about_us .block_history.block_content {
  background: none;
  position: relative;
  overflow: hidden;
}

@media (width >= 1280px) {
  .about_us .block_history.block_content:before {
    content: "";
    background: url("../vector-history.57df199e.png") 0 0 / cover no-repeat;
    display: block;
    position: absolute;
    inset: 0;
  }
}

.about_us .block_map__content {
  background: #fff;
  padding: 2.5rem 0;
}

@media (width >= 768px) {
  .about_us .block_map__content {
    padding: 5rem 0;
  }
}

.about_us .block_map__content h3, .about_us .block_map__content .h3 {
  letter-spacing: 0;
  text-align: center;
  font-size: 3rem;
  font-style: normal;
  font-weight: 800;
  line-height: 4.5rem;
}

.about_us .block_map__map {
  padding: 2.5rem 0;
}

@media (width >= 768px) {
  .about_us .block_map__map {
    padding: 5rem 0;
  }
}

.about_us .block_content:nth-child(odd) {
  background: none;
}

.about_us .block_content_blocks__row {
  background: #132034;
  border-radius: 1rem;
  padding: 4.5rem 0 3.5rem;
}

.about_us .block_content_blocks__row p {
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  font-size: 2.9rem;
  font-style: normal;
  font-weight: bold;
  line-height: 4.3rem;
}

@media (width >= 768px) {
  .about_us .block_content_blocks__row p {
    font-size: 2rem;
    line-height: normal;
  }
}

@media (width >= 1024px) {
  .about_us .block_content_blocks__row p {
    font-size: 2.9rem;
    line-height: 4.3rem;
  }
}

.about_us .block_difference {
  position: relative;
  overflow: hidden;
}

@media (width >= 1280px) {
  .about_us .block_difference:before {
    content: "";
    background: url("../vector-numbers.f42b0aa1.png") 0 0 / cover no-repeat;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}

.about_us .block_difference .block_content__text__cards .row > div {
  margin-bottom: 2.5rem;
}

@media (width >= 768px) {
  .about_us .block_difference .block_content__text__cards .row > div:last-child(-n2) {
    margin-bottom: 0;
  }
}

.about_us .block_difference .block_content__text__cards h3, .about_us .block_difference .block_content__text__cards .h3 {
  line-height: normal;
}

.about_us .block_values {
  background: #132034;
  padding: 3.5rem 0;
}

.about_us .block_values h3, .about_us .block_values .h3 {
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  font-size: 4rem;
  font-style: normal;
  font-weight: 800;
  line-height: 5.6rem;
}

.about_us .block_values h4, .about_us .block_values .h4 {
  color: #40cb88;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 5.6rem;
}

@media (width >= 1280px) {
  .about_us .block_values h4, .about_us .block_values .h4 {
    margin-bottom: 0;
    line-height: 15rem;
    transform: rotate(-90deg);
  }
}

.about_us .block_values p {
  color: #fff;
}

.about_us .block_values_two {
  padding: 5rem 0;
}

@media (width >= 768px) {
  .about_us .block_values_two {
    padding: 10rem 0;
  }
}

.about_us .block_values_two__content {
  position: relative;
}

.about_us .block_values_two__content span {
  color: #f84a4a21;
  font-size: 7.2rem;
  font-style: normal;
  font-weight: bold;
  line-height: 2.2rem;
}

@media (width >= 1024px) {
  .about_us .block_values_two__content span {
    position: absolute;
    top: -2.5rem;
    left: -4rem;
  }
}

.about_us .block_values_two__content h3, .about_us .block_values_two__content .h3 {
  color: #f84a4a;
  letter-spacing: 0;
  text-align: left;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.2rem;
}

.about_us .block_values_two__content:last-child {
  margin-bottom: 0 !important;
}

.post-template-download-page .simple-list li {
  margin: 0 0 1rem 2rem !important;
  padding-left: 0 !important;
  font-size: 1.6rem !important;
  line-height: 2.4rem !important;
  position: relative !important;
}

.post-template-download-page .simple-list li:before {
  color: #40cb88;
  content: "●" !important;
}

.post-template-download-page picture.img-fluid img {
  max-width: 100%;
  height: auto;
}

.post-template-download-page .hyperlink {
  text-decoration: underline;
  color: #00e !important;
}

@media (width >= 1280px) {
  .post-template-download-page .block_banner__content h1, .post-template-download-page .block_banner__content .h1 {
    font-size: 4rem;
    line-height: 7rem;
  }
}

@media screen and (width >= 768px) {
  .post-template-download-page .first-cta {
    margin: 0 !important;
  }

  .post-template-download-page .block_banner {
    padding: 8rem 0 !important;
  }

  .post-template-download-page .block_banner_short {
    padding: 4rem 0 !important;
  }

  .post-template-download-page .block_banner_veryshort {
    padding: 2rem 0 !important;
  }

  .post-template-download-page .block_banner_nopadding {
    padding: 0 !important;
  }

  .post-template-download-page .block_banner_short div.container {
    padding: 0 5rem !important;
  }

  .post-template-download-page .col-md-9 {
    width: 100% !important;
  }
}

@media screen and (width <= 767px) {
  .post-template-download-page .div-first-cta {
    justify-content: center !important;
  }
}

.post-template-download-page .cta-header {
  position: absolute;
  right: 10px;
}

@media screen and (width >= 1280px) {
  .post-template-download-page .block_banner_short:first-child {
    padding: 9rem 0 0 !important;
  }
}

.post-template-download-page .block_form__form .gform_wrapper .gform_body .gform_fields .gfield {
  margin-bottom: 1.5rem !important;
  padding: 0 !important;
}

.post-template-download-page .block_form__demo .block_form__form {
  margin-top: 0 !important;
}

.post-template-download-page .pretitle {
  margin: 0 !important;
  font-weight: 700 !important;
}

.post-template-download-page .block_form_dp {
  background: #f5f4ec;
  border-radius: 1rem;
  padding: 2rem;
}

.post-template-landing-page .block_content__block_header, .post-template-landing-pagev2 .block_content__block_header {
  text-align: center;
  font-weight: 600;
}

.post-template-landing-page .block_content__subtitle, .post-template-landing-pagev2 .block_content__subtitle {
  text-align: center !important;
}

.post-template-landing-page html p, .post-template-landing-pagev2 html p {
  font-size: 1.5rem !important;
}

@media screen and (width >= 1024px) {
  .post-template-landing-page .title, .post-template-landing-pagev2 .title {
    font-size: 3.5rem !important;
  }
}

.post-template-landing-page .no-margin, .post-template-landing-pagev2 .no-margin {
  margin: 0 !important;
}

.post-template-landing-page html body .container, .post-template-landing-pagev2 html body .container {
  padding: 0 6rem !important;
}

.post-template-landing-page picture.img-fluid img, .post-template-landing-pagev2 picture.img-fluid img {
  max-width: 100%;
  height: auto;
}

.post-template-landing-page .hyperlink, .post-template-landing-pagev2 .hyperlink {
  text-decoration: underline;
  color: #00e !important;
}

@media screen and (width >= 768px) {
  .post-template-landing-page .first-cta, .post-template-landing-pagev2 .first-cta {
    margin: 0 !important;
  }

  .post-template-landing-page .block_banner_short div.container, .post-template-landing-pagev2 .block_banner_short div.container {
    padding: 0 9rem !important;
  }

  .post-template-landing-page .col-md-9, .post-template-landing-pagev2 .col-md-9 {
    width: 100% !important;
  }

  .post-template-landing-page h2.centered, .post-template-landing-page .centered.h2, .post-template-landing-pagev2 h2.centered, .post-template-landing-pagev2 .centered.h2 {
    padding: 0 20rem !important;
  }

  .post-template-landing-page .block_content__subtitle, .post-template-landing-pagev2 .block_content__subtitle, .post-template-landing-page .block_content__block_header, .post-template-landing-pagev2 .block_content__block_header {
    text-align: left;
  }
}

@media screen and (width <= 767px) {
  .post-template-landing-page .div-first-cta, .post-template-landing-pagev2 .div-first-cta {
    justify-content: center !important;
  }

  .post-template-landing-page h2.centered, .post-template-landing-page .centered.h2, .post-template-landing-pagev2 h2.centered, .post-template-landing-pagev2 .centered.h2 {
    padding: 0 4rem !important;
  }
}

.post-template-landing-page .cta-header, .post-template-landing-pagev2 .cta-header {
  position: absolute;
  right: 10px;
}

@media screen and (width >= 1280px) {
  .post-template-landing-page .block_banner:first-child, .post-template-landing-pagev2 .block_banner:first-child {
    padding: 12rem 0 10rem !important;
  }

  .post-template-landing-page .block_banner_short:first-child, .post-template-landing-pagev2 .block_banner_short:first-child {
    padding: 9rem 0 0 !important;
  }

  .post-template-landing-page .block_banner__content h1, .post-template-landing-page .block_banner__content .h1, .post-template-landing-pagev2 .block_banner__content h1, .post-template-landing-pagev2 .block_banner__content .h1 {
    font-size: 3.6rem;
    line-height: 5rem;
  }
}

.post-template-landing-page .block_banner_short .block_form__form .gform_wrapper .gform_body .gform_fields .gfield, .post-template-landing-page .block_banner_short, .post-template-landing-pagev2 .block_banner_short .block_form__form .gform_wrapper .gform_body .gform_fields .gfield, .post-template-landing-pagev2 .block_banner_short {
  margin-bottom: 2rem !important;
  padding: 0 !important;
}

.post-template-landing-page .pretitle, .post-template-landing-pagev2 .pretitle {
  margin: 0 !important;
  font-weight: 700 !important;
}

.post-template-landing-page .block_form_dp, .post-template-landing-pagev2 .block_form_dp {
  background: #f5f4ec;
  border-radius: 1rem;
  padding: 2rem;
}

.post-template-landing-page .block_form_dp div, .post-template-landing-pagev2 .block_form_dp div {
  margin: 0 !important;
}

.post-template-landing-page div.elfsight-app-79be7d33-7b34-4d11-be0a-72cf57c6011d, .post-template-landing-pagev2 div.elfsight-app-79be7d33-7b34-4d11-be0a-72cf57c6011d {
  z-index: 2147483647;
  position: fixed;
  bottom: 1rem;
  right: 7rem;
}

.post-template-landing-page #back-to-top, .post-template-landing-pagev2 #back-to-top {
  bottom: 1rem !important;
}

.post-template-landing-page .simple-list, .post-template-landing-pagev2 .simple-list {
  padding: 0 !important;
}

.post-template-landing-page .simple-list li, .post-template-landing-pagev2 .simple-list li {
  margin: 0 0 1rem 2rem !important;
  padding-left: 0 !important;
  font-size: 1.6rem !important;
  line-height: 2.4rem !important;
  position: relative !important;
}

.post-template-landing-page .simple-list li:before, .post-template-landing-pagev2 .simple-list li:before {
  color: #40cb88;
  content: "●" !important;
}

.post-template-landing-page .px-05, .post-template-landing-pagev2 .px-05 {
  padding-left: .5rem !important;
  padding-right: .5rem !important;
}

.post-template-landing-page .gform_wrapper .gform_submission_error, .post-template-landing-pagev2 .gform_wrapper .gform_submission_error {
  color: #f84a4a !important;
  text-align: center !important;
  margin-bottom: 1.5rem !important;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
}

.post-template-landing-page .gform_wrapper .validation_message, .post-template-landing-pagev2 .gform_wrapper .validation_message {
  color: red !important;
  padding-top: 1rem !important;
  font-style: italic !important;
}

.block_advantages {
  background: #fff;
  padding: 5rem 0;
}

@media (width >= 1280px) {
  .block_advantages {
    padding: 10rem 0;
  }
}

.block_advantages h3, .block_advantages .h3 {
  text-align: center;
  margin-bottom: 4.5rem;
}

.block_content_blocks.bg-blue .title, .block_content_blocks.bg-blue .block_content__subtitle, .block_content_blocks.bg-blue .block_content_blocks__row h3, .block_content_blocks.bg-blue .block_content_blocks__row .h3, .block_content_blocks.bg-blue .block_content_blocks__row p, .block_content_blocks.bg-blue .block_content_blocks__row li, .block_content_blocks.bg-blue .block_content_blocks__row a, .block_content_blocks.bg-blue .block_content__text h3, .block_content_blocks.bg-blue .block_content__text .h3, .block_content_blocks.bg-blue .block_content__text p, .block_content_blocks.bg-blue .block_content__text li, .block_content_blocks.bg-blue .block_content__text a {
  color: #fff;
}

.block_content_blocks__row .row > div:last-child .border-end {
  border: none !important;
}

.block_content_blocks__row__index {
  color: #6eecc8;
  letter-spacing: 0;
  margin: 0 auto 3.5rem;
  font-size: 7.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.2rem;
  display: table;
}

.block_content_blocks.block_second .block_content_blocks__row .block-left {
  gap: 100px;
}

.block_content_blocks.block_second .block_content_blocks__row .block-left .border-end {
  border: 0 !important;
}

.block_content_blocks.block_second .block_content_blocks__row .block-left .block_content_blocks__row__index {
  margin: 0 0 10px;
  line-height: 7.2rem;
}

.colored-boxes .wrapper-block {
  background-color: #f6fbfa;
  height: 100%;
  padding: 40px;
}

.colored-boxes .wrapper-block * {
  text-align: left !important;
}

.colored-boxes .wrapper-block h1, .colored-boxes .wrapper-block .h1, .colored-boxes .wrapper-block h2, .colored-boxes .wrapper-block .h2, .colored-boxes .wrapper-block h3, .colored-boxes .wrapper-block .h3, .colored-boxes .wrapper-block h4, .colored-boxes .wrapper-block .h4, .colored-boxes .wrapper-block h5, .colored-boxes .wrapper-block .h5, .colored-boxes .wrapper-block h6, .colored-boxes .wrapper-block .h6, .colored-boxes .wrapper-block p, .colored-boxes .wrapper-block ul {
  margin: 0 !important;
  padding: 0 !important;
}

.colored-boxes .wrapper-block ul {
  margin-top: 15px !important;
  padding-left: 20px !important;
  list-style-type: disc !important;
}

.colored-boxes .wrapper-block ul li {
  margin-bottom: 10px !important;
  padding: 0 !important;
  font-size: 1.6rem !important;
  line-height: 2.4rem !important;
}

.colored-boxes .wrapper-block ul li:before {
  display: none;
}

.flex-boxes-with-borders .container-boxes {
  margin-top: 40px;
  padding: 0;
  overflow: hidden;
}

.flex-boxes-with-borders .wrapper-boxes {
  text-align: center;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: -2px;
  margin-left: -2px;
  margin-right: -2px;
  display: grid;
}

.flex-boxes-with-borders .wrapper-boxes .box {
  border: 1px solid gray;
  border-top: 0;
  border-left: 0;
  padding: 20px 30px;
}

.flex-boxes-with-borders .wrapper-boxes a {
  color: #40cb88;
}

@media (width <= 992px) {
  .flex-boxes-with-borders .wrapper-boxes {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width <= 600px) {
  .flex-boxes-with-borders .wrapper-boxes {
    grid-template-columns: repeat(1, 1fr);
  }
}

.block_blockquote > div > div > div {
  background: #132034;
}

.block_blockquote p {
  color: #fff;
  letter-spacing: 0;
  text-align: left;
  font-family: Poppins;
  font-size: 2rem;
  font-style: italic;
  font-weight: 400;
  line-height: 3.2rem;
}

.container-testimonials .img-autor {
  height: auto;
}

.container-testimonials .row .row {
  padding-left: 40px;
}

.container-testimonials .text-testimonial {
  text-align: left;
  font-family: Poppins;
  font-size: 1.7rem;
  font-style: italic;
  line-height: 2.7rem;
}

.container-testimonials .author-testimonial {
  text-align: left;
  margin-top: 30px;
  font-family: Poppins;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.7rem;
}

.container-testimonials .role-testimonial {
  text-align: left;
  font-family: Poppins;
  font-size: 1.7rem;
  line-height: 2.7rem;
}

.container-testimonials .wrapper-info {
  gap: 15px;
}

.container-testimonials .wrapper-info .separator {
  background-color: #e3e3e3;
  width: 2px;
  height: 100px;
}

.container-testimonials .wrapper-info img {
  width: auto;
}

.container-testimonials .wrapper-info .text {
  text-align: left;
  font-size: 1.3rem;
  line-height: 2.3rem;
}

@media (width <= 768px) {
  .container-testimonials * {
    text-align: center !important;
  }

  .container-testimonials .img-autor {
    max-width: 200px;
  }

  .container-testimonials .row .row {
    padding-left: 0;
  }

  .container-testimonials .wrapper-text {
    margin-top: 40px;
  }

  .container-testimonials .wrapper-info {
    flex-direction: column;
    gap: 0;
  }

  .container-testimonials .wrapper-info .separator {
    width: 150px;
    height: 2px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .container-testimonials .btn-danger {
    margin-top: 40px;
  }
}

.block_banner {
  background: #fff;
  padding: 5rem 0;
  position: relative;
}

.block_banner:first-child {
  background: url("../vector-produits.4c2c2b08.png") center / cover;
  height: 100%;
  padding: 15rem 0 5rem;
  position: relative;
}

@media (width >= 1280px) {
  .block_banner:first-child {
    padding: 15rem 0 10rem;
  }
}

@media (width >= 1024px) {
  .block_banner {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
}

.block_banner__content h1, .block_banner__content .h1 {
  text-align: center;
  margin-bottom: 2.7rem;
  font-size: 3rem;
  font-style: normal;
  font-weight: 800;
  line-height: 5rem;
}

@media (width >= 1024px) {
  .block_banner__content h1, .block_banner__content .h1 {
    text-align: left;
  }
}

@media (width >= 1280px) {
  .block_banner__content h1, .block_banner__content .h1 {
    font-size: 4.5rem;
    line-height: 7rem;
  }
}

@media (width >= 1680px) {
  .block_banner__content h1, .block_banner__content .h1 {
    font-size: 6.5rem;
    line-height: 10rem;
  }
}

.block_banner__content p {
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
}

@media (width >= 1024px) {
  .block_banner__content p {
    text-align: left;
  }
}

@media (width >= 1680px) {
  .block_banner__content p {
    font-size: 2rem;
    line-height: 3.4rem;
  }
}

.block_banner__content .subtitle {
  text-align: center;
  margin-bottom: 2.5rem;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.2rem;
}

@media (width >= 768px) {
  .block_banner__content .subtitle {
    text-align: left;
  }
}

.block_banner__content ul {
  margin-top: 1.5rem;
  list-style-type: none;
}

@media (width >= 1280px) {
  .block_banner__content ul {
    margin-top: 3rem;
  }
}

.block_banner__content ul li {
  margin-bottom: 1.5rem;
  padding-left: 4rem;
  font-weight: 600;
  position: relative;
}

@media (width >= 1024px) {
  .block_banner__content ul li {
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3rem;
  }
}

@media (width >= 1280px) {
  .block_banner__content ul li {
    margin-bottom: 3rem;
  }
}

.block_banner__content ul li:before {
  content: url("../check.8fcf03e6.png");
  position: absolute;
  top: 50%;
  left: -2rem;
  transform: translate(0, -50%);
}

.block_banner__medias {
  color: #fff;
  text-align: center;
  width: 50%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

@media (width <= 575.98px) {
  .block_banner__medias {
    width: 75%;
  }
}

.block_banner__medias p {
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 3rem;
  font-style: normal;
  font-weight: 800;
  line-height: 3.6rem;
}

.block_banner__form {
  width: 100%;
  margin: 2.5rem auto 0;
}

@media (width >= 768px) {
  .block_banner__form {
    width: 75%;
  }
}

@media (width >= 1024px) {
  .block_banner__form {
    width: 100%;
  }
}

.block_banner__form form {
  justify-content: space-between;
  display: flex;
}

.block_banner__form form .gform_body {
  flex-basis: 60%;
  max-width: 60%;
}

.block_banner__form form .gform_footer {
  flex-basis: 40%;
  max-width: 40%;
}

.block_banner__form form input {
  text-indent: 1rem;
  border: .1rem solid #d7d8da;
  border-radius: .7rem 0 0 .7rem;
  width: 100%;
  height: 5rem;
  font-size: 1.2rem;
}

.block_banner__form form input::placeholder {
  color: #babcbe;
}

.block_banner__form form input[type="submit"] {
  color: #fff;
  text-indent: 0;
  background: #f84a4a;
  border: .1rem solid #f84a4a;
  border-radius: 0 .7rem .7rem 0;
  padding: 1rem 0;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.3rem;
}

@media (width >= 1024px) {
  .block_banner__form form input[type="submit"] {
    font-size: 1.1rem;
  }
}

@media (width >= 1280px) {
  .block_banner__form form input[type="submit"] {
    font-size: 1.5rem;
  }
}

.block_banner__stars {
  margin: 1.8rem 0;
}

.block_banner__logos {
  text-align: center;
}

@media (width >= 1024px) {
  .block_banner__logos {
    text-align: left;
  }
}

.block_banner__img {
  display: none;
}

@media (width >= 1024px) {
  .block_banner__img {
    display: block;
    position: relative;
    top: -3rem;
  }
}

@media (width >= 1280px) {
  .block_banner__img {
    top: 0;
  }
}

.block_banner__pages:first-child {
  background: url("../BG-green-stafiz-x2.e5924f3d.png") center / cover;
  height: 65rem;
  padding: 15rem 0 0;
  position: relative;
}

@media (width >= 1024px) {
  .block_banner__pages:first-child {
    padding-bottom: 15rem;
  }
}

@media (width >= 1680px) {
  .block_banner__pages:first-child {
    height: 85rem;
  }
}

.block_banner__pages__content h1, .block_banner__pages__content .h1 {
  text-align: center;
}

@media (width >= 1680px) {
  .block_banner__pages__content h1, .block_banner__pages__content .h1 {
    line-height: 8rem;
  }
}

.block_banner__pages__content h2, .block_banner__pages__content .h2 {
  text-align: center;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.2rem;
}

.block_banner__pages__content p {
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
}

.block_banner__lp:first-child {
  background: url("../BG-LP.66e12067.jpg") center / cover;
  height: 60rem;
  padding: 15rem 0 0;
  position: relative;
}

@media (width >= 1024px) {
  .block_banner__lp:first-child {
    height: 50rem;
    padding: 10rem 0 0;
  }
}

@media (width >= 1280px) {
  .block_banner__lp:first-child {
    height: 100vh;
    padding: 0;
  }
}

.block_banner__features:first-child {
  background: url("../vector-features.dfb56f0a.png") center / cover;
  height: 100%;
  padding: 15rem 0 5rem;
  position: relative;
}

@media (width >= 1280px) {
  .block_banner__features:first-child {
    padding: 15rem 0 10rem;
  }
}

.block_banner.banner-icp {
  background: #d8f1ea;
  padding-bottom: 0;
  overflow-x: hidden;
}

.block_banner.banner-icp img {
  max-width: 160%;
}

@media screen and (width <= 1920px) {
  .block_banner.banner-icp img {
    max-width: 140%;
  }
}

@media screen and (width <= 1700px) {
  .block_banner.banner-icp img {
    max-width: 120%;
  }
}

@media screen and (width <= 960px) {
  .block_banner.banner-icp img {
    max-width: 100%;
  }
}

.block_banner.banner-icp .wrapper-buttons {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

@media screen and (width <= 1024px) {
  .block_banner.banner-icp .wrapper-buttons {
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (width >= 768px) {
  .block_before_after .nav-pills li {
    flex-basis: 45%;
    max-width: 45%;
  }
}

.block_before_after .tab-content .tab-pane.before ul li:before {
  content: url("../before-check.3f0ee9c0.png");
  position: absolute;
  top: 50%;
  left: -2rem;
  transform: translate(0, -50%);
}

.block_before_after .jx-knightlab {
  display: none;
}

.blog .block_banner {
  background: url("../BG-LP.66e12067.jpg") center / cover;
  padding: 15rem 0;
  position: relative;
}

@media (width >= 1280px) {
  .blog .block_banner {
    padding: 10rem 0;
  }
}

@media (width >= 1440px) {
  .blog .block_banner {
    padding: 15rem 0;
  }
}

.blog__sticky_post .post-thumbnail img {
  object-fit: contain;
  width: 100%;
  height: 30rem;
}

.blog__sticky_post__content a.btn-success:hover {
  color: #fff;
  background: #f84a4a;
  border-color: #f84a4a;
}

.blog__sticky_post__content h3, .blog__sticky_post__content .h3 {
  letter-spacing: 0;
  text-align: left;
  font-size: 4rem;
  font-style: normal;
  font-weight: 800;
  line-height: 6rem;
}

.blog__popular {
  background: #132034;
  padding: 5rem 0;
}

.blog__popular h3, .blog__popular .h3, .blog__popular h4, .blog__popular .h4, .blog__popular a {
  color: #fff;
}

.blog__popular .post-thumbnail img {
  height: 20rem;
}

.blog__popular .single_astuces:last-child {
  margin-bottom: 0 !important;
}

.blog .block_banner__form {
  box-shadow: none;
  background: none;
  padding: 0;
}

.blog__usecases {
  background: #f6fbfa;
}

.block_form {
  z-index: 1;
  margin-top: -50%;
  position: relative;
}

@media (width >= 768px) {
  .block_form {
    margin-top: -35%;
  }
}

@media (width >= 1024px) {
  .block_form {
    margin-top: -20%;
  }
}

@media (width >= 1280px) {
  .block_form {
    margin-top: -15%;
  }
}

.block_form__infos {
  background: #132034;
  border-radius: 1rem;
  margin-bottom: 2.5rem;
  padding: 2rem;
  box-shadow: 0 4px 15px #0000001a;
}

@media (width >= 768px) {
  .block_form__infos {
    margin-bottom: 3.5rem;
    padding: 3rem;
  }
}

@media (width >= 1280px) {
  .block_form__infos {
    margin-bottom: 4rem;
    padding: 5rem;
  }
}

.block_form__infos img {
  margin: 0 auto;
  display: table;
}

.block_form__infos p {
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.2rem;
}

.block_form__infos a {
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  margin: 0 auto;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.7rem;
  text-decoration: underline;
  display: table;
}

@media (width >= 768px) {
  .block_form__infos a {
    font-size: 1.4rem;
  }
}

@media (width >= 1024px) {
  .block_form__infos a {
    font-size: 1.8rem;
  }
}

.block_form__infos a.btn {
  padding: .5rem 2rem;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
}

.block_form__form {
  background: #fff;
  border-radius: 1rem;
  padding: 4rem;
  box-shadow: 0 4px 15px #0000001a;
}

@media (width >= 1024px) {
  .block_form__form {
    padding: 6rem;
  }
}

@media (width >= 1280px) {
  .block_form__form {
    height: 95%;
  }
}

.block_form__form .gform_wrapper .gform_body .gform_fields .gfield {
  margin-bottom: 3rem;
}

.block_form__form .gform_wrapper .gform_body .gform_fields .gfield input {
  text-indent: 1rem;
  border: .1rem solid #babcbe;
  border-radius: .7rem;
  width: 100%;
  height: 4rem;
}

.block_form__form .gform_wrapper .gform_body .gform_fields .gfield input[type="checkbox"] {
  width: auto;
  height: auto;
}

.block_form__form .gform_wrapper .gform_body .gform_fields .gfield input::placeholder {
  color: #2b2b2b;
}

.block_form__form .gform_wrapper .gform_body .gform_fields .gfield textarea {
  text-indent: 1rem;
  border: .1rem solid #babcbe;
  border-radius: .7rem;
  width: 100%;
  height: 10rem;
}

.block_form__form .gform_wrapper .gform_body .gform_fields .gfield.hidden_label label, .block_form__form .gform_wrapper .gform_body .gform_fields .gfield.hidden_label .gfield_label {
  display: none;
}

.block_form__form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent {
  align-items: center;
  display: flex;
}

.block_form__form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent .gfield_consent_label {
  display: block;
}

.block_form__form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent input {
  margin-right: 1rem;
}

.block_form__form .gform_wrapper .gform_body .gform_fields .gform_validation_container {
  display: none;
}

.block_form__form .gform_wrapper .gform_footer input[type="submit"] {
  color: #fff;
  filter: drop-shadow(0 0 10px #0003);
  background: #f84a4a;
  border: none;
  border-radius: .7rem;
  margin: 0 auto;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  font-weight: bold;
  display: table;
}

@media (width >= 768px) {
  .block_form__form .gform_wrapper .gform_footer input[type="submit"] {
    padding: 1.5rem 3rem;
    font-size: 1.8rem;
  }
}

.block_form__form .gform_wrapper .validation_message {
  color: #f84a4a;
  padding-top: 1rem;
  font-style: italic;
}

.block_form__form .gform_wrapper .gform_submission_error {
  color: #f84a4a;
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  font-weight: bold;
}

@media (width >= 768px) {
  .block_form__form .gform_wrapper .gform_submission_error {
    font-size: 1.4rem;
  }
}

.block_form__demo {
  margin: 0;
}

.block_form__demo .block_form__form {
  box-shadow: none;
  background: none;
  margin-top: 5rem;
  padding: 0;
}

.block_form__demo .block_form__form .gform_wrapper .gform_footer input[type="submit"] {
  color: #fff;
  filter: drop-shadow(0 0 10px #0003);
  background: #f84a4a;
  border: none;
  border-radius: .7rem;
  margin: 0;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  font-weight: bold;
  display: table;
}

@media (width >= 768px) {
  .block_form__demo .block_form__form .gform_wrapper .gform_footer input[type="submit"] {
    padding: 1.5rem 3rem;
    font-size: 1.8rem;
  }
}

.contact .block_resources {
  background: none;
  position: relative;
  overflow: hidden;
}

@media (width >= 1280px) {
  .contact .block_resources:before {
    content: "";
    background: url("../vector-contact-resources.800865cc.png") 0 0 / cover no-repeat;
    display: block;
    position: absolute;
    inset: 0;
  }
}

.demo .block_banner {
  background: url("../BG-LP.66e12067.jpg") center / cover;
  padding: 15rem 0;
  position: relative;
}

@media (width >= 1280px) {
  .demo .block_banner {
    padding: 10rem 0;
  }
}

@media (width >= 1440px) {
  .demo .block_banner {
    padding: 15rem 0;
  }
}

.demo .block_banner__content h1, .demo .block_banner__content .h1 {
  margin-bottom: 1rem;
}

@media (width >= 768px) {
  .demo .block_banner__content h1, .demo .block_banner__content .h1 {
    text-align: left;
  }
}

.demo .block_banner__content p {
  width: 75%;
  margin: 0 auto;
}

@media (width >= 768px) {
  .demo .block_banner__content p {
    text-align: left;
    margin: 0;
  }
}

.demo .block_banner__img {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

@media (width <= 575.98px) {
  .demo .block_banner__img {
    display: none;
  }
}

@media (width >= 1280px) {
  .flexible_content .block_content:nth-child(2):after {
    content: url("../vector-1.7362158a.png");
    top: -25rem;
    right: -5rem;
  }
}

.flexible_content .block_content ul {
  margin-top: 1.5rem;
  padding-left: 2rem;
  list-style-type: none;
}

@media (width >= 1280px) {
  .flexible_content .block_content ul {
    margin-top: 3rem;
  }
}

.flexible_content .block_content ul li {
  margin-bottom: 2.5rem;
  padding-left: 4rem;
  font-weight: 600;
  position: relative;
}

@media (width >= 1024px) {
  .flexible_content .block_content ul li {
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3rem;
  }
}

@media (width >= 1280px) {
  .flexible_content .block_content ul li {
    margin-bottom: 3rem;
  }
}

.flexible_content .block_content ul li:before {
  content: url("../check.8fcf03e6.png");
  position: absolute;
  top: 50%;
  left: -2rem;
  transform: translate(0, -50%);
}

.flexible_content .block_content__text__mesh {
  background: #40cb88;
  border-radius: 1rem;
  margin-top: 3rem;
  padding: 3rem;
}

@media (width >= 1280px) {
  .flexible_content .block_content__text__mesh {
    margin-top: 5rem;
  }
}

.flexible_content .block_content__text__mesh p {
  color: #fff;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 800;
}

.flexible_content .block_content__text__mesh ul {
  margin-bottom: 0;
}

.flexible_content .block_content__text__mesh ul li {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 1.5rem;
  padding-left: 2rem;
  font-family: Poppins;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
}

.flexible_content .block_content__text__mesh ul li:last-child {
  margin-bottom: 0;
}

.flexible_content .block_content__text__mesh ul li a {
  color: #fff;
  letter-spacing: 0;
  font-family: Poppins;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
}

.flexible_content .block_content__text__mesh ul li:before {
  content: "";
  color: #fff;
  font-family: "Font Awesome 5 Pro";
}

.flexible_content .block_content__columns__text ul {
  margin-bottom: 3rem;
  padding: 0;
  list-style-type: none;
}

.flexible_content .block_content__columns__text ul li {
  margin-bottom: 1rem;
  padding-left: 2rem;
  position: relative;
}

.flexible_content .block_content__columns__text ul li:before {
  content: "●";
  color: #40cb88;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.block_content:nth-child(odd) {
  background: #fff;
}

.block_content:nth-child(2n) {
  position: relative;
  overflow: hidden;
}

@media (width >= 1280px) {
  .block_content:nth-child(2n):before {
    content: url("../vector-10.e5f0c046.png");
    position: absolute;
    bottom: -20px;
    left: 0;
  }

  .block_content:nth-child(2n):after {
    content: url("../vector-3.1375a138.png");
    position: absolute;
    top: -5rem;
    right: -30rem;
  }

  .block_content:nth-child(2):after {
    content: url("../vector-1.7362158a.png");
    top: 0;
    right: -10rem;
  }

  .block_content:nth-child(6):after {
    content: url("../vector-11.d056caf4.png");
    top: -5rem;
    right: -10rem;
  }

  .block_content:nth-child(8):after {
    content: url("../vector-12.b427b1fd.png");
    top: -35rem;
    right: -10rem;
  }

  .block_content:nth-child(10):after {
    content: url("../vector-1.7362158a.png");
    top: 0;
    right: -10rem;
  }
}

.block_content .container .row {
  z-index: 1;
  position: relative;
}

.block_content .title {
  margin-bottom: 2rem;
}

@media (width <= 575.98px) {
  .block_content .title {
    line-height: normal;
  }
}

@media (width >= 768px) {
  .block_content .title {
    text-align: left;
    margin-bottom: 4rem;
  }
}

@media (width >= 1280px) {
  .block_content .title {
    margin-bottom: 2rem;
  }
}

.block_content__subtitle > p {
  margin-bottom: 1.5rem;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.2rem;
}

@media (width <= 575.98px) {
  .block_content__subtitle > p {
    margin-bottom: 2.5rem;
  }
}

.block_content__text p {
  margin-bottom: 3rem;
}

.block_content__text ul {
  margin-bottom: 3rem;
  padding: 0;
  list-style-type: none;
}

.block_content__text ul li {
  margin-bottom: 1rem;
  padding-left: 2rem;
  position: relative;
}

.block_content__text ul li:before {
  content: "●";
  color: #40cb88;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.block_content__text form {
  margin-top: 2.5rem;
}

.block_content__text form .gform_body .gform_fields {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.block_content__text form .gform_body .gform_fields .gfield {
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 1.5rem;
}

.block_content__text form .gform_body .gform_fields .gfield input {
  text-indent: 1rem;
  border: .1rem solid #d7d8da;
  border-radius: .7rem 0 0 .7rem;
  width: 100%;
  height: 5rem;
  font-size: 1.2rem;
}

.block_content__text form .gform_body .gform_fields .gfield input::placeholder {
  color: #000;
}

.block_content__text form .gform_body .gform_fields .gfield.hidden_label .gfield_label_before_complex {
  display: none;
}

.block_content__text form .gform_body .gform_fields .gfield.gfield_contains_required .ginput_container_consent {
  align-items: center;
  display: flex;
}

.block_content__text form .gform_body .gform_fields .gfield.gfield_contains_required .ginput_container_consent input {
  width: auto;
  margin-right: 1rem;
}

.block_content__text form .gform_body .gform_fields .gfield.gfield_contains_required .ginput_container_consent label {
  display: block;
}

.block_content__text form .gform_footer input {
  text-indent: 1rem;
  border: .1rem solid #d7d8da;
  border-radius: .7rem 0 0 .7rem;
  width: 100%;
  height: 5rem;
  font-size: 1.2rem;
}

.block_content__text form .gform_footer input::placeholder {
  color: #babcbe;
}

.block_content__text form .gform_footer input[type="submit"] {
  color: #fff;
  text-indent: 0;
  background: #f84a4a;
  border: .1rem solid #f84a4a;
  border-radius: .7rem;
  width: 15rem;
  padding: 1rem 0;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.3rem;
  display: table;
}

@media (width >= 1024px) {
  .block_content__text form .gform_footer input[type="submit"] {
    font-size: 1.1rem;
  }
}

@media (width >= 1280px) {
  .block_content__text form .gform_footer input[type="submit"] {
    font-size: 1.5rem;
  }
}

.block_content__text__cards a {
  display: block;
}

.block_content__text__cards a:hover {
  filter: brightness(.8);
}

.avantages .block_content ul {
  margin-top: 1.5rem;
  list-style-type: none;
}

@media (width >= 1280px) {
  .avantages .block_content ul {
    margin-top: 3rem;
  }
}

.avantages .block_content ul li {
  margin-bottom: 1.5rem;
  padding-left: 4rem;
  font-weight: 600;
  position: relative;
}

@media (width >= 1024px) {
  .avantages .block_content ul li {
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3rem;
  }
}

@media (width >= 1280px) {
  .avantages .block_content ul li {
    margin-bottom: 3rem;
  }
}

.avantages .block_content ul li:before {
  content: url("../check.8fcf03e6.png");
  position: absolute;
  top: 50%;
  left: -2rem;
  transform: translate(0, -50%);
}

.accordion {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 15px #0000001a;
}

.accordion .accordion-item {
  background: none;
  border-left: 1.5rem solid #0000;
  border-right: none;
}

.accordion .accordion-item[aria-expanded="true"] {
  border-left: 1.5rem solid #f84a4a;
}

.accordion .accordion-item[aria-expanded="true"] .accordion-header .accordion-button {
  color: #f84a4a;
}

.accordion .accordion-item:first-child {
  border-top: none;
  border-top-left-radius: 1rem;
}

.accordion .accordion-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 1rem;
}

.accordion .accordion-item .accordion-header .accordion-button {
  box-shadow: none;
  color: #8d8d8d;
  background: none;
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 5.6rem;
}

.accordion .accordion-item .accordion-header .accordion-button:hover {
  color: #f84a4a;
}

.accordion .accordion-item .accordion-body ul {
  padding: 0;
  list-style-type: none;
}

.accordion .accordion-item .accordion-body ul li {
  margin-bottom: 1rem;
  padding-left: 2rem;
  font-weight: 600;
  position: relative;
}

.accordion .accordion-item .accordion-body ul li:before {
  content: "●";
  color: #40cb88;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.block_faq .accordion {
  box-shadow: none;
  background: none;
  border: none;
}

.block_faq .accordion .accordion-item {
  background: #fff;
  border: none;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  padding: 2rem 0;
  box-shadow: 0 4px 15px #0000001a;
}

.block_faq .accordion .accordion-item .accordion-header .accordion-button {
  color: #000;
  font-size: 1.6rem;
}

.block_faq .accordion .accordion-item .accordion-header .accordion-button:after {
  color: #f84a4a;
  content: "";
  background: none;
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
}

.block_faq .accordion .accordion-item .accordion-header .accordion-button[aria-expanded="true"]:after {
  color: #f84a4a;
  content: "";
  background: none;
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
}

.block_faq .accordion .accordion-item:first-child, .block_faq .accordion .accordion-item:last-child {
  border: none;
}

.block_faq .accordion .accordion-item .accordion-header .accordion-button {
  box-shadow: none;
  color: #000;
  background: none;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.block_faq .accordion .accordion-item .accordion-header .accordion-button:hover {
  color: #f84a4a;
}

.block_cta {
  background: #40cb88;
  padding: 3rem 1.5rem;
}

@media (width >= 1024px) {
  .block_cta {
    padding: 8rem 0;
  }
}

.block_cta h3, .block_cta .h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 3rem;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 800;
  line-height: 5.6rem;
}

.block_cta a {
  text-align: center;
  border-radius: .7rem;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.7rem;
}

.block_ebook > div > div > div {
  background: #132034;
  border-radius: 1rem;
  padding: 5rem 0;
}

.block_ebook .title {
  color: #fff;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 3rem;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.block_ebook p {
  color: #fff;
  text-align: center;
}

@media (width >= 768px) {
  .block_ebook p {
    text-align: left;
  }
}

.gform_wrapper .gform_body .gform_fields .gfield.hidden_label label {
  display: none;
}

.gform_wrapper .validation_message {
  padding-top: 1rem;
  font-style: italic;
}

.gform_wrapper .gform_submission_error {
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
}

.block_functions {
  background: #f6fbfa;
  padding: 5rem 0;
  position: relative;
}

@media (width >= 1024px) {
  .block_functions {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10rem 0;
    display: flex;
  }
}

.block_functions .title {
  text-align: center;
  margin-bottom: 3rem;
}

@media (width >= 1024px) {
  .block_functions .title {
    margin-bottom: 6rem;
  }
}

@media (width >= 1280px) {
  .block_functions .title {
    margin-bottom: 8rem;
  }
}

.block_functions__content .btn {
  margin-top: 5rem;
}

.block_functions__img {
  display: none;
}

@media (width >= 1024px) {
  .block_functions__img {
    display: block;
  }
}

.block_image {
  padding: 5rem 0 0;
}

@media (width >= 1024px) {
  .block_image {
    padding: 10rem 0 0;
  }
}

.block_image .title {
  text-align: center;
  margin-bottom: 3rem;
}

@media (width >= 1024px) {
  .block_image .title {
    margin-bottom: 6rem;
  }
}

.block_links {
  background: #132034;
  padding: 5rem 0;
}

.block_links .title {
  color: #fff;
  text-align: center;
  margin-bottom: 3rem;
}

@media (width >= 1024px) {
  .block_links .title {
    margin-bottom: 6rem;
  }
}

.block_links__row p {
  letter-spacing: 0;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
}

.nav-pills li {
  flex-basis: 90%;
  max-width: 90%;
  margin: 0 auto;
}

@media (width >= 768px) {
  .nav-pills li {
    flex-basis: 30%;
    max-width: 30%;
  }
}

.nav-pills li .nav-link {
  color: #8d8d8d;
  background: #fff;
  border: none;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  padding: .5rem 3rem;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 800;
  line-height: 5.6rem;
  box-shadow: 0 4px 15px #0000001a;
}

@media (width >= 768px) {
  .nav-pills li .nav-link {
    padding: 1.5rem;
    font-size: 1.4rem;
  }
}

@media (width >= 1024px) {
  .nav-pills li .nav-link {
    margin-bottom: 3rem;
    padding: 2rem 3rem;
    font-size: 2.2rem;
  }
}

@media (width >= 1280px) {
  .nav-pills li .nav-link {
    border-left: 1.5rem solid #0000;
  }

  .nav-pills li .nav-link:hover {
    color: #f84a4a;
    border-color: #f84a4a #f84a4a #f84a4a currentColor;
    border-left-style: solid;
    border-left-width: 1.5rem;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .nav-pills li .nav-link:hover i {
    color: #f84a4a;
  }
}

.nav-pills li .nav-link i {
  vertical-align: middle;
  padding-right: 2rem;
  font-size: 3rem;
}

@media (width >= 768px) {
  .nav-pills li .nav-link i {
    padding-right: 1rem;
  }
}

@media (width >= 1024px) {
  .nav-pills li .nav-link i {
    font-size: 5rem;
  }
}

.nav-pills li .nav-link.active {
  color: #f84a4a;
  background: #fff;
  border-left: 1.5rem solid #f84a4a;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.nav-pills li .nav-link.active i {
  color: #f84a4a;
}

.tab-content .tab-pane ul {
  margin-top: 1.5rem;
  list-style-type: none;
}

@media (width >= 1280px) {
  .tab-content .tab-pane ul {
    margin-top: 3rem;
  }
}

.tab-content .tab-pane ul li {
  margin-bottom: 1.5rem;
  padding-left: 4rem;
  font-weight: 600;
  position: relative;
}

@media (width >= 1024px) {
  .tab-content .tab-pane ul li {
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3rem;
  }
}

@media (width >= 1280px) {
  .tab-content .tab-pane ul li {
    margin-bottom: 3rem;
  }
}

.tab-content .tab-pane ul li:before {
  content: url("../check.8fcf03e6.png");
  position: absolute;
  top: 50%;
  left: -2rem;
  transform: translate(0, -50%);
}

.block_reviews {
  background: #fff;
  padding: 5rem 0;
}

.block_reviews > .container > .row {
  position: relative;
}

@media (width >= 1024px) {
  .block_reviews {
    padding: 10rem 0;
  }
}

@media (width >= 768px) {
  .block_reviews .block_reviews_comment {
    padding-left: 3rem;
  }
}

.block_reviews .title {
  text-align: center;
  margin-bottom: 5rem;
  position: relative;
}

.block_reviews .title:before {
  content: url("../border-title-reviews-top.00c3ae15.png");
  position: absolute;
  top: -2rem;
  left: 0;
}

.block_reviews .title:after {
  content: url("../border-title-reviews-bottom.f7db41cc.png");
  position: absolute;
  bottom: -3rem;
  right: 0;
}

@media (width >= 768px) {
  .block_reviews .title {
    text-align: left;
    margin-bottom: 0;
    padding-left: 3rem;
    font-size: 2.8rem;
  }
}

@media (width >= 1024px) {
  .block_reviews .title {
    font-size: 3.8rem;
  }

  .block_reviews .title:after {
    right: 7.5rem;
  }
}

@media (width >= 1280px) {
  .block_reviews .title {
    padding-right: 5rem;
    font-size: 4rem;
  }

  .block_reviews .title:after {
    right: 22.5rem;
  }
}

.block_reviews__slider {
  background: #fff;
  border-radius: 1rem;
  margin-bottom: 2.5rem;
  padding: 2rem;
  box-shadow: 0 4px 15px #00000024;
}

@media (width >= 1024px) {
  .block_reviews__slider {
    margin-bottom: 0;
    padding: 3rem 6rem 5rem;
  }
}

.block_reviews__slider > div p {
  margin-bottom: 0;
}

.block_reviews__slider > div span p {
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 5.6rem;
}

.block_reviews__slider__arrows {
  margin-bottom: 2.5rem;
}

@media (width >= 768px) {
  .block_reviews__slider__arrows {
    margin-top: 5rem;
  }
}

@media (width >= 1024px) {
  .block_reviews__slider__arrows {
    margin-top: 5rem;
    margin-bottom: 0;
  }
}

.block_reviews__slider__arrows ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.block_reviews__slider__arrows ul li i {
  color: #f84a4a;
  border: .1rem solid #f84a4a;
  border-radius: .5rem;
  padding: .5rem;
}

.block_reviews__slider__arrows ul li i:hover {
  color: #fff;
  background: #f84a4a;
}

.block_reviews__logos, .block_reviews__trust {
  margin-top: 5rem;
}

.block_reviews__trust h3, .block_reviews__trust .h3 {
  color: #2b2b2b99;
  text-align: center;
  background: #fff;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 5.6rem;
  position: relative;
}

.flexible_content .block_reviews {
  background: url("../vector-reviews-slider.09ae423e.svg") center / cover;
  height: 100%;
  position: relative;
}

@media (width >= 1280px) {
  .flexible_content .block_reviews {
    overflow: hidden;
  }
}

.flexible_content .block_reviews .container .row {
  z-index: 1;
  position: relative;
}

.block_resources {
  background: #f6fbfa;
  padding: 5rem 0;
}

@media (width >= 1024px) {
  .block_resources {
    padding: 10rem 0;
  }
}

.block_resources .title {
  text-align: center;
  margin-bottom: 3rem;
}

@media (width >= 1024px) {
  .block_resources .title {
    margin-bottom: 6rem;
  }
}

@media (width >= 1280px) {
  .block_resources .title {
    margin-bottom: 8rem;
  }
}

.block_resources__content:hover > div h3, .block_resources__content:hover > div .h3, .block_resources__content:hover > div p {
  color: #6eecc8;
}

.block_resources__content > div {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 1.5rem;
  right: 1.5rem;
  transform: translate(0, -50%);
}

.block_resources__content > div h3, .block_resources__content > div .h3 {
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 3rem;
  font-style: normal;
  font-weight: 800;
  line-height: 5.6rem;
}

.flexible_content .block_resources {
  background-color: #fff;
  background-image: url("../vector-reviews.c16ef3e2.svg");
  background-position: 50% 55%;
  background-size: cover;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.block_usecases {
  background: #f6fbfa;
  padding: 5rem 0;
}

@media (width >= 1024px) {
  .block_usecases {
    padding: 10rem 0;
  }
}

.block_usecases .title {
  text-align: center;
  margin-bottom: 3rem;
}

@media (width >= 1024px) {
  .block_usecases .title {
    margin-bottom: 6rem;
  }
}

@media (width >= 1280px) {
  .block_usecases .title {
    margin-bottom: 8rem;
  }
}

.block_usecases__content h4, .block_usecases__content .h4 {
  font-weight: bold;
}

@media (width >= 768px) {
  .block_usecases__content + div {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }

  .block_usecases__content + div figure img {
    object-fit: cover;
  }
}

.flexible_content .block_usecases {
  background: #fff;
  position: relative;
  overflow: hidden;
}

.flexible_content .block_usecases__bg {
  position: relative;
  overflow: hidden;
}

@media (width >= 1280px) {
  .flexible_content .block_usecases__bg:before {
    content: "";
    background: url("../vector-usecases.18f170c3.svg") 0 0 / cover no-repeat;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: -10%;
    left: 0;
    right: 0;
  }
}

.flexible_content .block_usecases__bg:after {
  content: none;
}

.block_sticky {
  padding: 10rem 0;
}

.block_sticky .title {
  margin-bottom: 3rem;
}

@media (width >= 1024px) {
  .block_sticky .title {
    text-align: left;
  }
}

.block_sticky__cards__content {
  background: #fff;
  border-radius: 1rem;
  margin-bottom: 3rem;
  box-shadow: 0 4px 15px #0000001a;
}

.block_sticky__cards__content a {
  padding: 1.5rem 3rem;
}

@media (width >= 1024px) {
  .block_sticky__cards__content a {
    padding: 3.5rem 5rem;
  }
}

@media (width >= 1280px) {
  .block_sticky__cards__content a {
    border-left: 1.5rem solid #0000;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .block_sticky__cards__content a:hover {
    border-color: #f84a4a;
  }

  .block_sticky__cards__content a:hover h3, .block_sticky__cards__content a:hover .h3 {
    color: #f84a4a;
  }
}

.block_sticky__cards__content:last-child {
  margin-bottom: 0;
}

.block_sticky__cards__content h3, .block_sticky__cards__content .h3 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 5.6rem;
}

.block_sticky figure img {
  object-fit: cover;
  border-radius: 1rem;
}

.simple_content {
  background: #f6fbfa;
  height: 100%;
  padding: 15rem 0 5rem;
  position: relative;
}

@media (width >= 1280px) {
  .simple_content {
    padding: 15rem 0 10rem;
  }
}

.simple_content:before {
  content: "";
  background: url("../vector-single.40d7fcca.svg") top / cover;
  height: 65rem;
  position: absolute;
  top: -5rem;
  left: 0;
  right: 0;
}

.simple_content h1, .simple_content .h1 {
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 2.5rem;
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 6rem;
}

.simple_content .author_header span {
  font-size: 1.4rem;
}

.simple_content .author_header span:last-child {
  color: #2b2b2b99;
}

.simple_content .post-thumbnail img {
  object-fit: cover;
  border-radius: 5rem;
  width: 100%;
  height: 50rem;
}

.simple_content .block_simple_content {
  z-index: 1;
  background: #fff;
  border-radius: 1rem;
  padding: 2.5rem;
  position: relative;
}

@media (width >= 768px) {
  .simple_content .block_simple_content {
    padding: 5rem;
  }
}

.simple_content .block_simple_content h1, .simple_content .block_simple_content .h1, .simple_content .block_simple_content h2, .simple_content .block_simple_content .h2 {
  letter-spacing: 0;
  text-align: center;
  font-size: 4rem;
  font-style: normal;
  font-weight: 800;
  line-height: 6rem;
}

.simple_content .block_simple_content h3, .simple_content .block_simple_content .h3, .simple_content .block_simple_content h4, .simple_content .block_simple_content .h4, .simple_content .block_simple_content h5, .simple_content .block_simple_content .h5, .simple_content .block_simple_content h6, .simple_content .block_simple_content .h6 {
  margin-bottom: 1.5rem;
  font-weight: bold;
}

.simple_content .block_simple_content p {
  letter-spacing: 0;
  text-align: justify;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
}

.simple_content .block_simple_content ul {
  padding-left: 4rem;
}

.simple_content .block_simple_content .aligncenter {
  text-align: center;
  margin-top: 2.5rem;
}

.simple_content .block_simple_content .aligncenter img {
  margin: 0 auto;
}

.simple_content .block_simple_content img {
  max-width: 100%;
  height: auto;
  display: block;
}

.other_posts {
  padding: 5rem 0;
}

@media (width >= 768px) {
  .other_posts {
    padding: 10rem 0;
  }
}

.other_posts h3, .other_posts .h3 {
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 5rem;
  font-size: 4rem;
  font-style: normal;
  font-weight: 800;
}

.other_posts__single {
  margin-bottom: 2.5rem;
  position: relative;
}

.other_posts__single:last-child {
  margin-bottom: 0;
}

.other_posts__single .category {
  color: #fff;
  background: #40cb88;
  border-radius: .5rem;
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: normal;
  position: absolute;
  top: 2rem;
  left: 2rem;
}

.other_posts__single .category:hover {
  color: #fff;
  background: #f84a4a;
}

.other_posts__single h4, .other_posts__single .h4, .other_posts__single a {
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 1.5rem;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 800;
  line-height: 3rem;
}

.other_posts__single h4:hover, .other_posts__single .h4:hover, .other_posts__single a:hover {
  color: #f84a4a;
}

.other_posts__single figure img {
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 25rem;
}

.other_posts__single .author {
  border-top: .5px solid #8d8d8d;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
}

.other_posts__single .author span {
  letter-spacing: 0;
  text-align: left;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1rem;
}

.other_posts__single__thumbnail img {
  height: 15rem;
}

.title {
  text-align: center;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 800;
  line-height: 4.6rem;
}

@media (width >= 768px) {
  .title {
    font-size: 3rem;
  }
}

@media (width >= 1024px) {
  .title {
    text-align: left;
    font-size: 4rem;
    line-height: 5.6rem;
  }
}

.error404 main section {
  margin: 5rem 0;
}

.error404 main section p {
  text-align: left;
  font-size: 1.6rem;
}

.error404 main section.title404 {
  margin-bottom: 3rem;
  font-size: 2.4rem;
  font-weight: bold;
}

.error404 main section a {
  color: #fff;
  text-transform: uppercase;
  background: #000;
  padding: .75rem 1rem;
  font-size: 1.4rem;
  font-weight: bold;
}

.slick-track, .slick-track .slick-slide > div {
  align-items: center;
  display: flex;
}

.slick-loading .slick-list {
  background: url("../ajax-loader.37cba719.gif") center no-repeat;
}
/*# sourceMappingURL=app.css.map */
