@charset "UTF-8";
/*!
 * Bootstrap v5.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #3b82f6;
  --bs-indigo: #6366f1;
  --bs-purple: #a855f7;
  --bs-pink: #ec4899;
  --bs-red: #ef4444;
  --bs-orange: #f97316;
  --bs-yellow: #eab308;
  --bs-green: #22c55e;
  --bs-teal: #14b8a6;
  --bs-cyan: #06b6d4;
  --bs-amber: #f59e0b;
  --bs-lime: #84cc16;
  --bs-emerald: #10b981;
  --bs-sky: #0ea5e9;
  --bs-violet: #8b5cf6;
  --bs-fuchsia: #d946ef;
  --bs-rose: #f43f5e;
  --bs-slate: #64748b;
  --bs-zinc: #71717a;
  --bs-neutral: #737373;
  --bs-stone: #78716c;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray-50: #fafafa;
  --bs-gray-100: #f4f4f5;
  --bs-gray-200: #e4e4e7;
  --bs-gray-300: #d4d4d8;
  --bs-gray-400: #a1a1aa;
  --bs-gray-500: #71717a;
  --bs-gray-600: #52525b;
  --bs-gray-700: #3f3f46;
  --bs-gray-800: #27272a;
  --bs-gray-900: #18181b;
  --bs-gray-950: #09090b;
  --bs-primary: #061b2c;
  --bs-primary-50: #e6e8ea;
  --bs-primary-100: #cdd1d5;
  --bs-primary-200: #9ba4ab;
  --bs-primary-300: #6a7680;
  --bs-primary-400: #384956;
  --bs-primary-500: #061b2c;
  --bs-primary-600: #051623;
  --bs-primary-700: #04101a;
  --bs-primary-800: #020b12;
  --bs-primary-900: #010509;
  --bs-primary-950: #010304;
  --bs-secondary: #64748b;
  --bs-secondary-50: #f0f1f3;
  --bs-secondary-100: #e0e3e8;
  --bs-secondary-200: #c1c7d1;
  --bs-secondary-300: #a2acb9;
  --bs-secondary-400: #8390a2;
  --bs-secondary-500: #64748b;
  --bs-secondary-600: #505d6f;
  --bs-secondary-700: #3c4653;
  --bs-secondary-800: #282e38;
  --bs-secondary-900: #14171c;
  --bs-secondary-950: #0a0c0e;
  --bs-background: #71717a;
  --bs-background-50: #fafafa;
  --bs-background-100: #f4f4f5;
  --bs-background-200: #e4e4e7;
  --bs-background-300: #d4d4d8;
  --bs-background-400: #a1a1aa;
  --bs-background-500: #71717a;
  --bs-background-600: #52525b;
  --bs-background-700: #3f3f46;
  --bs-background-800: #27272a;
  --bs-background-900: #18181b;
  --bs-background-950: #09090b;
  --bs-success: #22c55e;
  --bs-info: #06b6d4;
  --bs-warning: #eab308;
  --bs-danger: #ef4444;
  --bs-coral: #fe6f61;
  --bs-primary-rgb: 6, 27, 44;
  --bs-primary-50-rgb: 230, 232, 234;
  --bs-primary-100-rgb: 205, 209, 213;
  --bs-primary-200-rgb: 155, 164, 171;
  --bs-primary-300-rgb: 106, 118, 128;
  --bs-primary-400-rgb: 56, 73, 86;
  --bs-primary-500-rgb: 6, 27, 44;
  --bs-primary-600-rgb: 5, 22, 35;
  --bs-primary-700-rgb: 4, 16, 26;
  --bs-primary-800-rgb: 2, 11, 18;
  --bs-primary-900-rgb: 1, 5, 9;
  --bs-primary-950-rgb: 1, 3, 4;
  --bs-secondary-rgb: 100, 116, 139;
  --bs-secondary-50-rgb: 240, 241, 243;
  --bs-secondary-100-rgb: 224, 227, 232;
  --bs-secondary-200-rgb: 193, 199, 209;
  --bs-secondary-300-rgb: 162, 172, 185;
  --bs-secondary-400-rgb: 131, 144, 162;
  --bs-secondary-500-rgb: 100, 116, 139;
  --bs-secondary-600-rgb: 80, 93, 111;
  --bs-secondary-700-rgb: 60, 70, 83;
  --bs-secondary-800-rgb: 40, 46, 56;
  --bs-secondary-900-rgb: 20, 23, 28;
  --bs-secondary-950-rgb: 10, 12, 14;
  --bs-background-rgb: 113, 113, 122;
  --bs-background-50-rgb: 250, 250, 250;
  --bs-background-100-rgb: 244, 244, 245;
  --bs-background-200-rgb: 228, 228, 231;
  --bs-background-300-rgb: 212, 212, 216;
  --bs-background-400-rgb: 161, 161, 170;
  --bs-background-500-rgb: 113, 113, 122;
  --bs-background-600-rgb: 82, 82, 91;
  --bs-background-700-rgb: 63, 63, 70;
  --bs-background-800-rgb: 39, 39, 42;
  --bs-background-900-rgb: 24, 24, 27;
  --bs-background-950-rgb: 9, 9, 11;
  --bs-success-rgb: 34, 197, 94;
  --bs-info-rgb: 6, 182, 212;
  --bs-warning-rgb: 234, 179, 8;
  --bs-danger-rgb: 239, 68, 68;
  --bs-coral-rgb: 254, 111, 97;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 0, 0, 0;
  --bs-body-bg-rgb: 248, 250, 252;
  --bs-font-sans-serif: "Urbanist", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #000;
  --bs-body-bg: #f8fafc;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 0.5rem;
}

h1, .h1 {
  font-size: calc(1.305rem + 0.66vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 1.8rem;
  }
}

h2, .h2 {
  font-size: calc(1.285rem + 0.42vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.6rem;
  }
}

h3, .h3 {
  font-size: calc(1.265rem + 0.18vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.4rem;
  }
}

h4, .h4 {
  font-size: 1.2rem;
}

h5, .h5 {
  font-size: 1.1rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 800;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #000;
  text-decoration: none;
  text-underline-offset: 3px;
  cursor: pointer;
}
a:hover {
  color: #061b2c;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #ec4899;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #18181b;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #52525b;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.display-7 {
  font-size: calc(1.325rem + 0.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-7 {
    font-size: 2rem;
  }
}

.display-8 {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-8 {
    font-size: 1.5rem;
  }
}

.display-9 {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.2;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #52525b;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #f8fafc;
  border: 1px solid #d4d4d8;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #52525b;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5%;
  padding: 0;
  color: #061b2c;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #061b2c;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23061b2c'%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='%23061b2c'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 5%;
  margin-bottom: 1rem;
  margin-left: 5%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1296px;
  }
}
.row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0rem;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0rem;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 2rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 2rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 4rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 4rem;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 5rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 5rem;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 6rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 6rem;
}

.g-9,
.gx-9 {
  --bs-gutter-x: 7rem;
}

.g-9,
.gy-9 {
  --bs-gutter-y: 7rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0rem;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0rem;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 2rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 2rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }

  .g-sm-6,
.gx-sm-6 {
    --bs-gutter-x: 4rem;
  }

  .g-sm-6,
.gy-sm-6 {
    --bs-gutter-y: 4rem;
  }

  .g-sm-7,
.gx-sm-7 {
    --bs-gutter-x: 5rem;
  }

  .g-sm-7,
.gy-sm-7 {
    --bs-gutter-y: 5rem;
  }

  .g-sm-8,
.gx-sm-8 {
    --bs-gutter-x: 6rem;
  }

  .g-sm-8,
.gy-sm-8 {
    --bs-gutter-y: 6rem;
  }

  .g-sm-9,
.gx-sm-9 {
    --bs-gutter-x: 7rem;
  }

  .g-sm-9,
.gy-sm-9 {
    --bs-gutter-y: 7rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0rem;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0rem;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 2rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 2rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }

  .g-md-6,
.gx-md-6 {
    --bs-gutter-x: 4rem;
  }

  .g-md-6,
.gy-md-6 {
    --bs-gutter-y: 4rem;
  }

  .g-md-7,
.gx-md-7 {
    --bs-gutter-x: 5rem;
  }

  .g-md-7,
.gy-md-7 {
    --bs-gutter-y: 5rem;
  }

  .g-md-8,
.gx-md-8 {
    --bs-gutter-x: 6rem;
  }

  .g-md-8,
.gy-md-8 {
    --bs-gutter-y: 6rem;
  }

  .g-md-9,
.gx-md-9 {
    --bs-gutter-x: 7rem;
  }

  .g-md-9,
.gy-md-9 {
    --bs-gutter-y: 7rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0rem;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0rem;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 2rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 2rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }

  .g-lg-6,
.gx-lg-6 {
    --bs-gutter-x: 4rem;
  }

  .g-lg-6,
.gy-lg-6 {
    --bs-gutter-y: 4rem;
  }

  .g-lg-7,
.gx-lg-7 {
    --bs-gutter-x: 5rem;
  }

  .g-lg-7,
.gy-lg-7 {
    --bs-gutter-y: 5rem;
  }

  .g-lg-8,
.gx-lg-8 {
    --bs-gutter-x: 6rem;
  }

  .g-lg-8,
.gy-lg-8 {
    --bs-gutter-y: 6rem;
  }

  .g-lg-9,
.gx-lg-9 {
    --bs-gutter-x: 7rem;
  }

  .g-lg-9,
.gy-lg-9 {
    --bs-gutter-y: 7rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0rem;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0rem;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 2rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 2rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }

  .g-xl-6,
.gx-xl-6 {
    --bs-gutter-x: 4rem;
  }

  .g-xl-6,
.gy-xl-6 {
    --bs-gutter-y: 4rem;
  }

  .g-xl-7,
.gx-xl-7 {
    --bs-gutter-x: 5rem;
  }

  .g-xl-7,
.gy-xl-7 {
    --bs-gutter-y: 5rem;
  }

  .g-xl-8,
.gx-xl-8 {
    --bs-gutter-x: 6rem;
  }

  .g-xl-8,
.gy-xl-8 {
    --bs-gutter-y: 6rem;
  }

  .g-xl-9,
.gx-xl-9 {
    --bs-gutter-x: 7rem;
  }

  .g-xl-9,
.gy-xl-9 {
    --bs-gutter-y: 7rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0rem;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0rem;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 2rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 2rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }

  .g-xxl-6,
.gx-xxl-6 {
    --bs-gutter-x: 4rem;
  }

  .g-xxl-6,
.gy-xxl-6 {
    --bs-gutter-y: 4rem;
  }

  .g-xxl-7,
.gx-xxl-7 {
    --bs-gutter-x: 5rem;
  }

  .g-xxl-7,
.gy-xxl-7 {
    --bs-gutter-y: 5rem;
  }

  .g-xxl-8,
.gx-xxl-8 {
    --bs-gutter-x: 6rem;
  }

  .g-xxl-8,
.gy-xxl-8 {
    --bs-gutter-y: 6rem;
  }

  .g-xxl-9,
.gx-xxl-9 {
    --bs-gutter-x: 7rem;
  }

  .g-xxl-9,
.gy-xxl-9 {
    --bs-gutter-y: 7rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #000;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #000;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #000;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #000;
  vertical-align: top;
  border-color: #d4d4d8;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #cdd1d5;
  --bs-table-striped-bg: #c3c7ca;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b9bcc0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bec1c5;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #b9bcc0;
}

.table-secondary {
  --bs-table-bg: #e0e3e8;
  --bs-table-striped-bg: #d5d8dc;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #caccd1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #cfd2d7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #caccd1;
}

.table-success {
  --bs-table-bg: #d3f3df;
  --bs-table-striped-bg: #c8e7d4;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bedbc9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c3e1ce;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bedbc9;
}

.table-info {
  --bs-table-bg: #cdf0f6;
  --bs-table-striped-bg: #c3e4ea;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b9d8dd;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bedee4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #b9d8dd;
}

.table-warning {
  --bs-table-bg: #fbf0ce;
  --bs-table-striped-bg: #eee4c4;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e2d8b9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e8debf;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e2d8b9;
}

.table-danger {
  --bs-table-bg: #fcdada;
  --bs-table-striped-bg: #efcfcf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e3c4c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e9caca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e3c4c4;
}

.table-light-gray {
  --bs-table-bg: #e4e4e7;
  --bs-table-striped-bg: #d9d9db;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cdcdd0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d3d3d6;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cdcdd0;
}

.table-dark-gray {
  --bs-table-bg: #27272a;
  --bs-table-striped-bg: #323235;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #3d3d3f;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #37373a;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #3d3d3f;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.5rem + 2px);
  padding-bottom: calc(0.5rem + 2px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 2px);
  padding-bottom: calc(0.5rem + 2px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 2px);
  padding-bottom: calc(0.25rem + 2px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #52525b;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.8rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #f8fafc;
  background-clip: padding-box;
  border: 2px solid #e4e4e7;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #000;
  background-color: #f8fafc;
  border-color: #838d96;
  outline: 0;
  box-shadow: none;
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #999;
  font-size: 14px;
  opacity: 1;
}
.form-control::placeholder {
  color: #999;
  font-size: 14px;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e4e4e7;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.5rem 0.8rem;
  margin: -0.5rem -0.8rem;
  margin-inline-end: 0.8rem;
  color: #000;
  background-color: #e4e4e7;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 2px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #d9d9db;
}
.form-control::-webkit-file-upload-button {
  padding: 0.5rem 0.8rem;
  margin: -0.5rem -0.8rem;
  margin-inline-end: 0.8rem;
  color: #000;
  background-color: #e4e4e7;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 2px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #d9d9db;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: black;
  background-color: transparent;
  border: solid transparent;
  border-width: 2px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 4px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 4px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 1rem + 4px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 4px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 4px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.5rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 5px;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 5px;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.5rem 2.4rem 0.5rem 0.8rem;
  -moz-padding-start: calc(0.8rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #f8fafc;
  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='%2327272a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.8rem center;
  background-size: 16px 12px;
  border: 2px solid #e4e4e7;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #838d96;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(6, 27, 44, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.8rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e4e4e7;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #f8fafc;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #838d96;
  outline: 0;
  box-shadow: none;
}
.form-check-input:checked {
  background-color: #061b2c;
  border-color: #061b2c;
}
.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: #061b2c;
  border-color: #061b2c;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23838d96'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.6;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f8fafc, none;
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f8fafc, none;
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #061b2c;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b4bbc0;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #d4d4d8;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #061b2c;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b4bbc0;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #d4d4d8;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #71717a;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #71717a;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 4px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.8rem;
  pointer-events: none;
  border: 2px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.8rem;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.8rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #e4e4e7;
  border: 2px solid #e4e4e7;
  border-radius: 5px;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3.2rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -2px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #22c55e;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #000;
  background-color: rgba(34, 197, 94, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #22c55e;
  padding-right: calc(1.5em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2322c55e' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #22c55e;
  box-shadow: 0 0 0 0.25rem rgba(34, 197, 94, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1rem);
  background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #22c55e;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.4rem;
  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='%2327272a' 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='%2322c55e' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.8rem center, center right 2.4rem;
  background-size: 16px 12px, calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #22c55e;
  box-shadow: 0 0 0 0.25rem rgba(34, 197, 94, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #22c55e;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #22c55e;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(34, 197, 94, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #22c55e;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #ef4444;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #000;
  background-color: rgba(239, 68, 68, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #ef4444;
  padding-right: calc(1.5em + 1rem);
  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='%23ef4444'%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='%23ef4444' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #ef4444;
  box-shadow: 0 0 0 0.25rem rgba(239, 68, 68, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1rem);
  background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #ef4444;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.4rem;
  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='%2327272a' 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='%23ef4444'%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='%23ef4444' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.8rem center, center right 2.4rem;
  background-size: 16px 12px, calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #ef4444;
  box-shadow: 0 0 0 0.25rem rgba(239, 68, 68, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #ef4444;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #ef4444;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(239, 68, 68, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ef4444;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #000;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 0.75px solid transparent;
  font-weight: 500;
  padding: 0.5rem 1.6rem;
  font-size: 1.1rem;
  border-radius: 0px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0px;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #000;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: none;
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: #999 !important;
  pointer-events: none;
  opacity: 0.6;
}

.btn-primary {
  color: #fff;
  background-color: #061b2c;
  border-color: #061b2c;
}
.btn-primary:hover {
  color: #fff;
  background-color: #051725;
  border-color: #051623;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #051725;
  border-color: #051623;
  box-shadow: 0 0 0 0 rgba(43, 61, 76, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #051623;
  border-color: #051421;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(43, 61, 76, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #061b2c;
  border-color: #061b2c;
}

.btn-primary-50 {
  color: #000;
  background-color: #e6e8ea;
  border-color: #e6e8ea;
}
.btn-primary-50:hover {
  color: #000;
  background-color: #eaebed;
  border-color: #e9eaec;
}
.btn-check:focus + .btn-primary-50, .btn-primary-50:focus {
  color: #000;
  background-color: #eaebed;
  border-color: #e9eaec;
  box-shadow: 0 0 0 0 rgba(196, 197, 199, 0.5);
}
.btn-check:checked + .btn-primary-50, .btn-check:active + .btn-primary-50, .btn-primary-50:active, .btn-primary-50.active, .show > .btn-primary-50.dropdown-toggle {
  color: #000;
  background-color: #ebedee;
  border-color: #e9eaec;
}
.btn-check:checked + .btn-primary-50:focus, .btn-check:active + .btn-primary-50:focus, .btn-primary-50:active:focus, .btn-primary-50.active:focus, .show > .btn-primary-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(196, 197, 199, 0.5);
}
.btn-primary-50:disabled, .btn-primary-50.disabled {
  color: #000;
  background-color: #e6e8ea;
  border-color: #e6e8ea;
}

.btn-primary-100 {
  color: #000;
  background-color: #cdd1d5;
  border-color: #cdd1d5;
}
.btn-primary-100:hover {
  color: #000;
  background-color: #d5d8db;
  border-color: #d2d6d9;
}
.btn-check:focus + .btn-primary-100, .btn-primary-100:focus {
  color: #000;
  background-color: #d5d8db;
  border-color: #d2d6d9;
  box-shadow: 0 0 0 0 rgba(174, 178, 181, 0.5);
}
.btn-check:checked + .btn-primary-100, .btn-check:active + .btn-primary-100, .btn-primary-100:active, .btn-primary-100.active, .show > .btn-primary-100.dropdown-toggle {
  color: #000;
  background-color: #d7dadd;
  border-color: #d2d6d9;
}
.btn-check:checked + .btn-primary-100:focus, .btn-check:active + .btn-primary-100:focus, .btn-primary-100:active:focus, .btn-primary-100.active:focus, .show > .btn-primary-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(174, 178, 181, 0.5);
}
.btn-primary-100:disabled, .btn-primary-100.disabled {
  color: #000;
  background-color: #cdd1d5;
  border-color: #cdd1d5;
}

.btn-primary-200 {
  color: #000;
  background-color: #9ba4ab;
  border-color: #9ba4ab;
}
.btn-primary-200:hover {
  color: #000;
  background-color: #aab2b8;
  border-color: #a5adb3;
}
.btn-check:focus + .btn-primary-200, .btn-primary-200:focus {
  color: #000;
  background-color: #aab2b8;
  border-color: #a5adb3;
  box-shadow: 0 0 0 0 rgba(132, 139, 145, 0.5);
}
.btn-check:checked + .btn-primary-200, .btn-check:active + .btn-primary-200, .btn-primary-200:active, .btn-primary-200.active, .show > .btn-primary-200.dropdown-toggle {
  color: #000;
  background-color: #afb6bc;
  border-color: #a5adb3;
}
.btn-check:checked + .btn-primary-200:focus, .btn-check:active + .btn-primary-200:focus, .btn-primary-200:active:focus, .btn-primary-200.active:focus, .show > .btn-primary-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(132, 139, 145, 0.5);
}
.btn-primary-200:disabled, .btn-primary-200.disabled {
  color: #000;
  background-color: #9ba4ab;
  border-color: #9ba4ab;
}

.btn-primary-300 {
  color: #fff;
  background-color: #6a7680;
  border-color: #6a7680;
}
.btn-primary-300:hover {
  color: #fff;
  background-color: #5a646d;
  border-color: #555e66;
}
.btn-check:focus + .btn-primary-300, .btn-primary-300:focus {
  color: #fff;
  background-color: #5a646d;
  border-color: #555e66;
  box-shadow: 0 0 0 0 rgba(128, 139, 147, 0.5);
}
.btn-check:checked + .btn-primary-300, .btn-check:active + .btn-primary-300, .btn-primary-300:active, .btn-primary-300.active, .show > .btn-primary-300.dropdown-toggle {
  color: #fff;
  background-color: #555e66;
  border-color: #505960;
}
.btn-check:checked + .btn-primary-300:focus, .btn-check:active + .btn-primary-300:focus, .btn-primary-300:active:focus, .btn-primary-300.active:focus, .show > .btn-primary-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(128, 139, 147, 0.5);
}
.btn-primary-300:disabled, .btn-primary-300.disabled {
  color: #fff;
  background-color: #6a7680;
  border-color: #6a7680;
}

.btn-primary-400 {
  color: #fff;
  background-color: #384956;
  border-color: #384956;
}
.btn-primary-400:hover {
  color: #fff;
  background-color: #303e49;
  border-color: #2d3a45;
}
.btn-check:focus + .btn-primary-400, .btn-primary-400:focus {
  color: #fff;
  background-color: #303e49;
  border-color: #2d3a45;
  box-shadow: 0 0 0 0 rgba(86, 100, 111, 0.5);
}
.btn-check:checked + .btn-primary-400, .btn-check:active + .btn-primary-400, .btn-primary-400:active, .btn-primary-400.active, .show > .btn-primary-400.dropdown-toggle {
  color: #fff;
  background-color: #2d3a45;
  border-color: #2a3741;
}
.btn-check:checked + .btn-primary-400:focus, .btn-check:active + .btn-primary-400:focus, .btn-primary-400:active:focus, .btn-primary-400.active:focus, .show > .btn-primary-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(86, 100, 111, 0.5);
}
.btn-primary-400:disabled, .btn-primary-400.disabled {
  color: #fff;
  background-color: #384956;
  border-color: #384956;
}

.btn-primary-500 {
  color: #fff;
  background-color: #061b2c;
  border-color: #061b2c;
}
.btn-primary-500:hover {
  color: #fff;
  background-color: #051725;
  border-color: #051623;
}
.btn-check:focus + .btn-primary-500, .btn-primary-500:focus {
  color: #fff;
  background-color: #051725;
  border-color: #051623;
  box-shadow: 0 0 0 0 rgba(43, 61, 76, 0.5);
}
.btn-check:checked + .btn-primary-500, .btn-check:active + .btn-primary-500, .btn-primary-500:active, .btn-primary-500.active, .show > .btn-primary-500.dropdown-toggle {
  color: #fff;
  background-color: #051623;
  border-color: #051421;
}
.btn-check:checked + .btn-primary-500:focus, .btn-check:active + .btn-primary-500:focus, .btn-primary-500:active:focus, .btn-primary-500.active:focus, .show > .btn-primary-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(43, 61, 76, 0.5);
}
.btn-primary-500:disabled, .btn-primary-500.disabled {
  color: #fff;
  background-color: #061b2c;
  border-color: #061b2c;
}

.btn-primary-600 {
  color: #fff;
  background-color: #051623;
  border-color: #051623;
}
.btn-primary-600:hover {
  color: #fff;
  background-color: #04131e;
  border-color: #04121c;
}
.btn-check:focus + .btn-primary-600, .btn-primary-600:focus {
  color: #fff;
  background-color: #04131e;
  border-color: #04121c;
  box-shadow: 0 0 0 0 rgba(43, 57, 68, 0.5);
}
.btn-check:checked + .btn-primary-600, .btn-check:active + .btn-primary-600, .btn-primary-600:active, .btn-primary-600.active, .show > .btn-primary-600.dropdown-toggle {
  color: #fff;
  background-color: #04121c;
  border-color: #04111a;
}
.btn-check:checked + .btn-primary-600:focus, .btn-check:active + .btn-primary-600:focus, .btn-primary-600:active:focus, .btn-primary-600.active:focus, .show > .btn-primary-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(43, 57, 68, 0.5);
}
.btn-primary-600:disabled, .btn-primary-600.disabled {
  color: #fff;
  background-color: #051623;
  border-color: #051623;
}

.btn-primary-700 {
  color: #fff;
  background-color: #04101a;
  border-color: #04101a;
}
.btn-primary-700:hover {
  color: #fff;
  background-color: #030e16;
  border-color: #030d15;
}
.btn-check:focus + .btn-primary-700, .btn-primary-700:focus {
  color: #fff;
  background-color: #030e16;
  border-color: #030d15;
  box-shadow: 0 0 0 0 rgba(42, 52, 60, 0.5);
}
.btn-check:checked + .btn-primary-700, .btn-check:active + .btn-primary-700, .btn-primary-700:active, .btn-primary-700.active, .show > .btn-primary-700.dropdown-toggle {
  color: #fff;
  background-color: #030d15;
  border-color: #030c14;
}
.btn-check:checked + .btn-primary-700:focus, .btn-check:active + .btn-primary-700:focus, .btn-primary-700:active:focus, .btn-primary-700.active:focus, .show > .btn-primary-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(42, 52, 60, 0.5);
}
.btn-primary-700:disabled, .btn-primary-700.disabled {
  color: #fff;
  background-color: #04101a;
  border-color: #04101a;
}

.btn-primary-800 {
  color: #fff;
  background-color: #020b12;
  border-color: #020b12;
}
.btn-primary-800:hover {
  color: #fff;
  background-color: #02090f;
  border-color: #02090e;
}
.btn-check:focus + .btn-primary-800, .btn-primary-800:focus {
  color: #fff;
  background-color: #02090f;
  border-color: #02090e;
  box-shadow: 0 0 0 0 rgba(40, 48, 54, 0.5);
}
.btn-check:checked + .btn-primary-800, .btn-check:active + .btn-primary-800, .btn-primary-800:active, .btn-primary-800.active, .show > .btn-primary-800.dropdown-toggle {
  color: #fff;
  background-color: #02090e;
  border-color: #02080e;
}
.btn-check:checked + .btn-primary-800:focus, .btn-check:active + .btn-primary-800:focus, .btn-primary-800:active:focus, .btn-primary-800.active:focus, .show > .btn-primary-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(40, 48, 54, 0.5);
}
.btn-primary-800:disabled, .btn-primary-800.disabled {
  color: #fff;
  background-color: #020b12;
  border-color: #020b12;
}

.btn-primary-900 {
  color: #fff;
  background-color: #010509;
  border-color: #010509;
}
.btn-primary-900:hover {
  color: #fff;
  background-color: #010408;
  border-color: #010407;
}
.btn-check:focus + .btn-primary-900, .btn-primary-900:focus {
  color: #fff;
  background-color: #010408;
  border-color: #010407;
  box-shadow: 0 0 0 0 rgba(39, 43, 46, 0.5);
}
.btn-check:checked + .btn-primary-900, .btn-check:active + .btn-primary-900, .btn-primary-900:active, .btn-primary-900.active, .show > .btn-primary-900.dropdown-toggle {
  color: #fff;
  background-color: #010407;
  border-color: #010407;
}
.btn-check:checked + .btn-primary-900:focus, .btn-check:active + .btn-primary-900:focus, .btn-primary-900:active:focus, .btn-primary-900.active:focus, .show > .btn-primary-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(39, 43, 46, 0.5);
}
.btn-primary-900:disabled, .btn-primary-900.disabled {
  color: #fff;
  background-color: #010509;
  border-color: #010509;
}

.btn-primary-950 {
  color: #fff;
  background-color: #010304;
  border-color: #010304;
}
.btn-primary-950:hover {
  color: #fff;
  background-color: #010303;
  border-color: #010203;
}
.btn-check:focus + .btn-primary-950, .btn-primary-950:focus {
  color: #fff;
  background-color: #010303;
  border-color: #010203;
  box-shadow: 0 0 0 0 rgba(39, 41, 42, 0.5);
}
.btn-check:checked + .btn-primary-950, .btn-check:active + .btn-primary-950, .btn-primary-950:active, .btn-primary-950.active, .show > .btn-primary-950.dropdown-toggle {
  color: #fff;
  background-color: #010203;
  border-color: #010203;
}
.btn-check:checked + .btn-primary-950:focus, .btn-check:active + .btn-primary-950:focus, .btn-primary-950:active:focus, .btn-primary-950.active:focus, .show > .btn-primary-950.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(39, 41, 42, 0.5);
}
.btn-primary-950:disabled, .btn-primary-950.disabled {
  color: #fff;
  background-color: #010304;
  border-color: #010304;
}

.btn-secondary {
  color: #fff;
  background-color: #64748b;
  border-color: #64748b;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #556376;
  border-color: #505d6f;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #556376;
  border-color: #505d6f;
  box-shadow: 0 0 0 0 rgba(123, 137, 156, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #505d6f;
  border-color: #4b5768;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(123, 137, 156, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #64748b;
  border-color: #64748b;
}

.btn-secondary-50 {
  color: #000;
  background-color: #f0f1f3;
  border-color: #f0f1f3;
}
.btn-secondary-50:hover {
  color: #000;
  background-color: #f2f3f5;
  border-color: #f2f2f4;
}
.btn-check:focus + .btn-secondary-50, .btn-secondary-50:focus {
  color: #000;
  background-color: #f2f3f5;
  border-color: #f2f2f4;
  box-shadow: 0 0 0 0 rgba(204, 205, 207, 0.5);
}
.btn-check:checked + .btn-secondary-50, .btn-check:active + .btn-secondary-50, .btn-secondary-50:active, .btn-secondary-50.active, .show > .btn-secondary-50.dropdown-toggle {
  color: #000;
  background-color: #f3f4f5;
  border-color: #f2f2f4;
}
.btn-check:checked + .btn-secondary-50:focus, .btn-check:active + .btn-secondary-50:focus, .btn-secondary-50:active:focus, .btn-secondary-50.active:focus, .show > .btn-secondary-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(204, 205, 207, 0.5);
}
.btn-secondary-50:disabled, .btn-secondary-50.disabled {
  color: #000;
  background-color: #f0f1f3;
  border-color: #f0f1f3;
}

.btn-secondary-100 {
  color: #000;
  background-color: #e0e3e8;
  border-color: #e0e3e8;
}
.btn-secondary-100:hover {
  color: #000;
  background-color: #e5e7eb;
  border-color: #e3e6ea;
}
.btn-check:focus + .btn-secondary-100, .btn-secondary-100:focus {
  color: #000;
  background-color: #e5e7eb;
  border-color: #e3e6ea;
  box-shadow: 0 0 0 0 rgba(190, 193, 197, 0.5);
}
.btn-check:checked + .btn-secondary-100, .btn-check:active + .btn-secondary-100, .btn-secondary-100:active, .btn-secondary-100.active, .show > .btn-secondary-100.dropdown-toggle {
  color: #000;
  background-color: #e6e9ed;
  border-color: #e3e6ea;
}
.btn-check:checked + .btn-secondary-100:focus, .btn-check:active + .btn-secondary-100:focus, .btn-secondary-100:active:focus, .btn-secondary-100.active:focus, .show > .btn-secondary-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(190, 193, 197, 0.5);
}
.btn-secondary-100:disabled, .btn-secondary-100.disabled {
  color: #000;
  background-color: #e0e3e8;
  border-color: #e0e3e8;
}

.btn-secondary-200 {
  color: #000;
  background-color: #c1c7d1;
  border-color: #c1c7d1;
}
.btn-secondary-200:hover {
  color: #000;
  background-color: #cacfd8;
  border-color: #c7cdd6;
}
.btn-check:focus + .btn-secondary-200, .btn-secondary-200:focus {
  color: #000;
  background-color: #cacfd8;
  border-color: #c7cdd6;
  box-shadow: 0 0 0 0 rgba(164, 169, 178, 0.5);
}
.btn-check:checked + .btn-secondary-200, .btn-check:active + .btn-secondary-200, .btn-secondary-200:active, .btn-secondary-200.active, .show > .btn-secondary-200.dropdown-toggle {
  color: #000;
  background-color: #cdd2da;
  border-color: #c7cdd6;
}
.btn-check:checked + .btn-secondary-200:focus, .btn-check:active + .btn-secondary-200:focus, .btn-secondary-200:active:focus, .btn-secondary-200.active:focus, .show > .btn-secondary-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(164, 169, 178, 0.5);
}
.btn-secondary-200:disabled, .btn-secondary-200.disabled {
  color: #000;
  background-color: #c1c7d1;
  border-color: #c1c7d1;
}

.btn-secondary-300 {
  color: #000;
  background-color: #a2acb9;
  border-color: #a2acb9;
}
.btn-secondary-300:hover {
  color: #000;
  background-color: #b0b8c4;
  border-color: #abb4c0;
}
.btn-check:focus + .btn-secondary-300, .btn-secondary-300:focus {
  color: #000;
  background-color: #b0b8c4;
  border-color: #abb4c0;
  box-shadow: 0 0 0 0 rgba(138, 146, 157, 0.5);
}
.btn-check:checked + .btn-secondary-300, .btn-check:active + .btn-secondary-300, .btn-secondary-300:active, .btn-secondary-300.active, .show > .btn-secondary-300.dropdown-toggle {
  color: #000;
  background-color: #b5bdc7;
  border-color: #abb4c0;
}
.btn-check:checked + .btn-secondary-300:focus, .btn-check:active + .btn-secondary-300:focus, .btn-secondary-300:active:focus, .btn-secondary-300.active:focus, .show > .btn-secondary-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(138, 146, 157, 0.5);
}
.btn-secondary-300:disabled, .btn-secondary-300.disabled {
  color: #000;
  background-color: #a2acb9;
  border-color: #a2acb9;
}

.btn-secondary-400 {
  color: #000;
  background-color: #8390a2;
  border-color: #8390a2;
}
.btn-secondary-400:hover {
  color: #000;
  background-color: #96a1b0;
  border-color: #8f9bab;
}
.btn-check:focus + .btn-secondary-400, .btn-secondary-400:focus {
  color: #000;
  background-color: #96a1b0;
  border-color: #8f9bab;
  box-shadow: 0 0 0 0 rgba(111, 122, 138, 0.5);
}
.btn-check:checked + .btn-secondary-400, .btn-check:active + .btn-secondary-400, .btn-secondary-400:active, .btn-secondary-400.active, .show > .btn-secondary-400.dropdown-toggle {
  color: #000;
  background-color: #9ca6b5;
  border-color: #8f9bab;
}
.btn-check:checked + .btn-secondary-400:focus, .btn-check:active + .btn-secondary-400:focus, .btn-secondary-400:active:focus, .btn-secondary-400.active:focus, .show > .btn-secondary-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(111, 122, 138, 0.5);
}
.btn-secondary-400:disabled, .btn-secondary-400.disabled {
  color: #000;
  background-color: #8390a2;
  border-color: #8390a2;
}

.btn-secondary-500 {
  color: #fff;
  background-color: #64748b;
  border-color: #64748b;
}
.btn-secondary-500:hover {
  color: #fff;
  background-color: #556376;
  border-color: #505d6f;
}
.btn-check:focus + .btn-secondary-500, .btn-secondary-500:focus {
  color: #fff;
  background-color: #556376;
  border-color: #505d6f;
  box-shadow: 0 0 0 0 rgba(123, 137, 156, 0.5);
}
.btn-check:checked + .btn-secondary-500, .btn-check:active + .btn-secondary-500, .btn-secondary-500:active, .btn-secondary-500.active, .show > .btn-secondary-500.dropdown-toggle {
  color: #fff;
  background-color: #505d6f;
  border-color: #4b5768;
}
.btn-check:checked + .btn-secondary-500:focus, .btn-check:active + .btn-secondary-500:focus, .btn-secondary-500:active:focus, .btn-secondary-500.active:focus, .show > .btn-secondary-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(123, 137, 156, 0.5);
}
.btn-secondary-500:disabled, .btn-secondary-500.disabled {
  color: #fff;
  background-color: #64748b;
  border-color: #64748b;
}

.btn-secondary-600 {
  color: #fff;
  background-color: #505d6f;
  border-color: #505d6f;
}
.btn-secondary-600:hover {
  color: #fff;
  background-color: #444f5e;
  border-color: #404a59;
}
.btn-check:focus + .btn-secondary-600, .btn-secondary-600:focus {
  color: #fff;
  background-color: #444f5e;
  border-color: #404a59;
  box-shadow: 0 0 0 0 rgba(106, 117, 133, 0.5);
}
.btn-check:checked + .btn-secondary-600, .btn-check:active + .btn-secondary-600, .btn-secondary-600:active, .btn-secondary-600.active, .show > .btn-secondary-600.dropdown-toggle {
  color: #fff;
  background-color: #404a59;
  border-color: #3c4653;
}
.btn-check:checked + .btn-secondary-600:focus, .btn-check:active + .btn-secondary-600:focus, .btn-secondary-600:active:focus, .btn-secondary-600.active:focus, .show > .btn-secondary-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(106, 117, 133, 0.5);
}
.btn-secondary-600:disabled, .btn-secondary-600.disabled {
  color: #fff;
  background-color: #505d6f;
  border-color: #505d6f;
}

.btn-secondary-700 {
  color: #fff;
  background-color: #3c4653;
  border-color: #3c4653;
}
.btn-secondary-700:hover {
  color: #fff;
  background-color: #333c47;
  border-color: #303842;
}
.btn-check:focus + .btn-secondary-700, .btn-secondary-700:focus {
  color: #fff;
  background-color: #333c47;
  border-color: #303842;
  box-shadow: 0 0 0 0 rgba(89, 98, 109, 0.5);
}
.btn-check:checked + .btn-secondary-700, .btn-check:active + .btn-secondary-700, .btn-secondary-700:active, .btn-secondary-700.active, .show > .btn-secondary-700.dropdown-toggle {
  color: #fff;
  background-color: #303842;
  border-color: #2d353e;
}
.btn-check:checked + .btn-secondary-700:focus, .btn-check:active + .btn-secondary-700:focus, .btn-secondary-700:active:focus, .btn-secondary-700.active:focus, .show > .btn-secondary-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(89, 98, 109, 0.5);
}
.btn-secondary-700:disabled, .btn-secondary-700.disabled {
  color: #fff;
  background-color: #3c4653;
  border-color: #3c4653;
}

.btn-secondary-800 {
  color: #fff;
  background-color: #282e38;
  border-color: #282e38;
}
.btn-secondary-800:hover {
  color: #fff;
  background-color: #222730;
  border-color: #20252d;
}
.btn-check:focus + .btn-secondary-800, .btn-secondary-800:focus {
  color: #fff;
  background-color: #222730;
  border-color: #20252d;
  box-shadow: 0 0 0 0 rgba(72, 77, 86, 0.5);
}
.btn-check:checked + .btn-secondary-800, .btn-check:active + .btn-secondary-800, .btn-secondary-800:active, .btn-secondary-800.active, .show > .btn-secondary-800.dropdown-toggle {
  color: #fff;
  background-color: #20252d;
  border-color: #1e232a;
}
.btn-check:checked + .btn-secondary-800:focus, .btn-check:active + .btn-secondary-800:focus, .btn-secondary-800:active:focus, .btn-secondary-800.active:focus, .show > .btn-secondary-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(72, 77, 86, 0.5);
}
.btn-secondary-800:disabled, .btn-secondary-800.disabled {
  color: #fff;
  background-color: #282e38;
  border-color: #282e38;
}

.btn-secondary-900 {
  color: #fff;
  background-color: #14171c;
  border-color: #14171c;
}
.btn-secondary-900:hover {
  color: #fff;
  background-color: #111418;
  border-color: #101216;
}
.btn-check:focus + .btn-secondary-900, .btn-secondary-900:focus {
  color: #fff;
  background-color: #111418;
  border-color: #101216;
  box-shadow: 0 0 0 0 rgba(55, 58, 62, 0.5);
}
.btn-check:checked + .btn-secondary-900, .btn-check:active + .btn-secondary-900, .btn-secondary-900:active, .btn-secondary-900.active, .show > .btn-secondary-900.dropdown-toggle {
  color: #fff;
  background-color: #101216;
  border-color: #0f1115;
}
.btn-check:checked + .btn-secondary-900:focus, .btn-check:active + .btn-secondary-900:focus, .btn-secondary-900:active:focus, .btn-secondary-900.active:focus, .show > .btn-secondary-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(55, 58, 62, 0.5);
}
.btn-secondary-900:disabled, .btn-secondary-900.disabled {
  color: #fff;
  background-color: #14171c;
  border-color: #14171c;
}

.btn-secondary-950 {
  color: #fff;
  background-color: #0a0c0e;
  border-color: #0a0c0e;
}
.btn-secondary-950:hover {
  color: #fff;
  background-color: #090a0c;
  border-color: #080a0b;
}
.btn-check:focus + .btn-secondary-950, .btn-secondary-950:focus {
  color: #fff;
  background-color: #090a0c;
  border-color: #080a0b;
  box-shadow: 0 0 0 0 rgba(47, 48, 50, 0.5);
}
.btn-check:checked + .btn-secondary-950, .btn-check:active + .btn-secondary-950, .btn-secondary-950:active, .btn-secondary-950.active, .show > .btn-secondary-950.dropdown-toggle {
  color: #fff;
  background-color: #080a0b;
  border-color: #08090b;
}
.btn-check:checked + .btn-secondary-950:focus, .btn-check:active + .btn-secondary-950:focus, .btn-secondary-950:active:focus, .btn-secondary-950.active:focus, .show > .btn-secondary-950.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(47, 48, 50, 0.5);
}
.btn-secondary-950:disabled, .btn-secondary-950.disabled {
  color: #fff;
  background-color: #0a0c0e;
  border-color: #0a0c0e;
}

.btn-background {
  color: #fff;
  background-color: #71717a;
  border-color: #71717a;
}
.btn-background:hover {
  color: #fff;
  background-color: #606068;
  border-color: #5a5a62;
}
.btn-check:focus + .btn-background, .btn-background:focus {
  color: #fff;
  background-color: #606068;
  border-color: #5a5a62;
  box-shadow: 0 0 0 0 rgba(134, 134, 142, 0.5);
}
.btn-check:checked + .btn-background, .btn-check:active + .btn-background, .btn-background:active, .btn-background.active, .show > .btn-background.dropdown-toggle {
  color: #fff;
  background-color: #5a5a62;
  border-color: #55555c;
}
.btn-check:checked + .btn-background:focus, .btn-check:active + .btn-background:focus, .btn-background:active:focus, .btn-background.active:focus, .show > .btn-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(134, 134, 142, 0.5);
}
.btn-background:disabled, .btn-background.disabled {
  color: #fff;
  background-color: #71717a;
  border-color: #71717a;
}

.btn-background-50 {
  color: #000;
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-background-50:hover {
  color: #000;
  background-color: #fbfbfb;
  border-color: #fbfbfb;
}
.btn-check:focus + .btn-background-50, .btn-background-50:focus {
  color: #000;
  background-color: #fbfbfb;
  border-color: #fbfbfb;
  box-shadow: 0 0 0 0 rgba(213, 213, 213, 0.5);
}
.btn-check:checked + .btn-background-50, .btn-check:active + .btn-background-50, .btn-background-50:active, .btn-background-50.active, .show > .btn-background-50.dropdown-toggle {
  color: #000;
  background-color: #fbfbfb;
  border-color: #fbfbfb;
}
.btn-check:checked + .btn-background-50:focus, .btn-check:active + .btn-background-50:focus, .btn-background-50:active:focus, .btn-background-50.active:focus, .show > .btn-background-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(213, 213, 213, 0.5);
}
.btn-background-50:disabled, .btn-background-50.disabled {
  color: #000;
  background-color: #fafafa;
  border-color: #fafafa;
}

.btn-background-100 {
  color: #000;
  background-color: #f4f4f5;
  border-color: #f4f4f5;
}
.btn-background-100:hover {
  color: #000;
  background-color: #f6f6f7;
  border-color: #f5f5f6;
}
.btn-check:focus + .btn-background-100, .btn-background-100:focus {
  color: #000;
  background-color: #f6f6f7;
  border-color: #f5f5f6;
  box-shadow: 0 0 0 0 rgba(207, 207, 208, 0.5);
}
.btn-check:checked + .btn-background-100, .btn-check:active + .btn-background-100, .btn-background-100:active, .btn-background-100.active, .show > .btn-background-100.dropdown-toggle {
  color: #000;
  background-color: #f6f6f7;
  border-color: #f5f5f6;
}
.btn-check:checked + .btn-background-100:focus, .btn-check:active + .btn-background-100:focus, .btn-background-100:active:focus, .btn-background-100.active:focus, .show > .btn-background-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(207, 207, 208, 0.5);
}
.btn-background-100:disabled, .btn-background-100.disabled {
  color: #000;
  background-color: #f4f4f5;
  border-color: #f4f4f5;
}

.btn-background-200 {
  color: #000;
  background-color: #e4e4e7;
  border-color: #e4e4e7;
}
.btn-background-200:hover {
  color: #000;
  background-color: #e8e8eb;
  border-color: #e7e7e9;
}
.btn-check:focus + .btn-background-200, .btn-background-200:focus {
  color: #000;
  background-color: #e8e8eb;
  border-color: #e7e7e9;
  box-shadow: 0 0 0 0 rgba(194, 194, 196, 0.5);
}
.btn-check:checked + .btn-background-200, .btn-check:active + .btn-background-200, .btn-background-200:active, .btn-background-200.active, .show > .btn-background-200.dropdown-toggle {
  color: #000;
  background-color: #e9e9ec;
  border-color: #e7e7e9;
}
.btn-check:checked + .btn-background-200:focus, .btn-check:active + .btn-background-200:focus, .btn-background-200:active:focus, .btn-background-200.active:focus, .show > .btn-background-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(194, 194, 196, 0.5);
}
.btn-background-200:disabled, .btn-background-200.disabled {
  color: #000;
  background-color: #e4e4e7;
  border-color: #e4e4e7;
}

.btn-background-300 {
  color: #000;
  background-color: #d4d4d8;
  border-color: #d4d4d8;
}
.btn-background-300:hover {
  color: #000;
  background-color: #dadade;
  border-color: #d8d8dc;
}
.btn-check:focus + .btn-background-300, .btn-background-300:focus {
  color: #000;
  background-color: #dadade;
  border-color: #d8d8dc;
  box-shadow: 0 0 0 0 rgba(180, 180, 184, 0.5);
}
.btn-check:checked + .btn-background-300, .btn-check:active + .btn-background-300, .btn-background-300:active, .btn-background-300.active, .show > .btn-background-300.dropdown-toggle {
  color: #000;
  background-color: #dddde0;
  border-color: #d8d8dc;
}
.btn-check:checked + .btn-background-300:focus, .btn-check:active + .btn-background-300:focus, .btn-background-300:active:focus, .btn-background-300.active:focus, .show > .btn-background-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(180, 180, 184, 0.5);
}
.btn-background-300:disabled, .btn-background-300.disabled {
  color: #000;
  background-color: #d4d4d8;
  border-color: #d4d4d8;
}

.btn-background-400 {
  color: #000;
  background-color: #a1a1aa;
  border-color: #a1a1aa;
}
.btn-background-400:hover {
  color: #000;
  background-color: #afafb7;
  border-color: #aaaab3;
}
.btn-check:focus + .btn-background-400, .btn-background-400:focus {
  color: #000;
  background-color: #afafb7;
  border-color: #aaaab3;
  box-shadow: 0 0 0 0 rgba(137, 137, 145, 0.5);
}
.btn-check:checked + .btn-background-400, .btn-check:active + .btn-background-400, .btn-background-400:active, .btn-background-400.active, .show > .btn-background-400.dropdown-toggle {
  color: #000;
  background-color: #b4b4bb;
  border-color: #aaaab3;
}
.btn-check:checked + .btn-background-400:focus, .btn-check:active + .btn-background-400:focus, .btn-background-400:active:focus, .btn-background-400.active:focus, .show > .btn-background-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(137, 137, 145, 0.5);
}
.btn-background-400:disabled, .btn-background-400.disabled {
  color: #000;
  background-color: #a1a1aa;
  border-color: #a1a1aa;
}

.btn-background-500 {
  color: #fff;
  background-color: #71717a;
  border-color: #71717a;
}
.btn-background-500:hover {
  color: #fff;
  background-color: #606068;
  border-color: #5a5a62;
}
.btn-check:focus + .btn-background-500, .btn-background-500:focus {
  color: #fff;
  background-color: #606068;
  border-color: #5a5a62;
  box-shadow: 0 0 0 0 rgba(134, 134, 142, 0.5);
}
.btn-check:checked + .btn-background-500, .btn-check:active + .btn-background-500, .btn-background-500:active, .btn-background-500.active, .show > .btn-background-500.dropdown-toggle {
  color: #fff;
  background-color: #5a5a62;
  border-color: #55555c;
}
.btn-check:checked + .btn-background-500:focus, .btn-check:active + .btn-background-500:focus, .btn-background-500:active:focus, .btn-background-500.active:focus, .show > .btn-background-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(134, 134, 142, 0.5);
}
.btn-background-500:disabled, .btn-background-500.disabled {
  color: #fff;
  background-color: #71717a;
  border-color: #71717a;
}

.btn-background-600 {
  color: #fff;
  background-color: #52525b;
  border-color: #52525b;
}
.btn-background-600:hover {
  color: #fff;
  background-color: #46464d;
  border-color: #424249;
}
.btn-check:focus + .btn-background-600, .btn-background-600:focus {
  color: #fff;
  background-color: #46464d;
  border-color: #424249;
  box-shadow: 0 0 0 0 rgba(108, 108, 116, 0.5);
}
.btn-check:checked + .btn-background-600, .btn-check:active + .btn-background-600, .btn-background-600:active, .btn-background-600.active, .show > .btn-background-600.dropdown-toggle {
  color: #fff;
  background-color: #424249;
  border-color: #3e3e44;
}
.btn-check:checked + .btn-background-600:focus, .btn-check:active + .btn-background-600:focus, .btn-background-600:active:focus, .btn-background-600.active:focus, .show > .btn-background-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(108, 108, 116, 0.5);
}
.btn-background-600:disabled, .btn-background-600.disabled {
  color: #fff;
  background-color: #52525b;
  border-color: #52525b;
}

.btn-background-700 {
  color: #fff;
  background-color: #3f3f46;
  border-color: #3f3f46;
}
.btn-background-700:hover {
  color: #fff;
  background-color: #36363c;
  border-color: #323238;
}
.btn-check:focus + .btn-background-700, .btn-background-700:focus {
  color: #fff;
  background-color: #36363c;
  border-color: #323238;
  box-shadow: 0 0 0 0 rgba(92, 92, 98, 0.5);
}
.btn-check:checked + .btn-background-700, .btn-check:active + .btn-background-700, .btn-background-700:active, .btn-background-700.active, .show > .btn-background-700.dropdown-toggle {
  color: #fff;
  background-color: #323238;
  border-color: #2f2f35;
}
.btn-check:checked + .btn-background-700:focus, .btn-check:active + .btn-background-700:focus, .btn-background-700:active:focus, .btn-background-700.active:focus, .show > .btn-background-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(92, 92, 98, 0.5);
}
.btn-background-700:disabled, .btn-background-700.disabled {
  color: #fff;
  background-color: #3f3f46;
  border-color: #3f3f46;
}

.btn-background-800 {
  color: #fff;
  background-color: #27272a;
  border-color: #27272a;
}
.btn-background-800:hover {
  color: #fff;
  background-color: #212124;
  border-color: #1f1f22;
}
.btn-check:focus + .btn-background-800, .btn-background-800:focus {
  color: #fff;
  background-color: #212124;
  border-color: #1f1f22;
  box-shadow: 0 0 0 0 rgba(71, 71, 74, 0.5);
}
.btn-check:checked + .btn-background-800, .btn-check:active + .btn-background-800, .btn-background-800:active, .btn-background-800.active, .show > .btn-background-800.dropdown-toggle {
  color: #fff;
  background-color: #1f1f22;
  border-color: #1d1d20;
}
.btn-check:checked + .btn-background-800:focus, .btn-check:active + .btn-background-800:focus, .btn-background-800:active:focus, .btn-background-800.active:focus, .show > .btn-background-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(71, 71, 74, 0.5);
}
.btn-background-800:disabled, .btn-background-800.disabled {
  color: #fff;
  background-color: #27272a;
  border-color: #27272a;
}

.btn-background-900 {
  color: #fff;
  background-color: #18181b;
  border-color: #18181b;
}
.btn-background-900:hover {
  color: #fff;
  background-color: #141417;
  border-color: #131316;
}
.btn-check:focus + .btn-background-900, .btn-background-900:focus {
  color: #fff;
  background-color: #141417;
  border-color: #131316;
  box-shadow: 0 0 0 0 rgba(59, 59, 61, 0.5);
}
.btn-check:checked + .btn-background-900, .btn-check:active + .btn-background-900, .btn-background-900:active, .btn-background-900.active, .show > .btn-background-900.dropdown-toggle {
  color: #fff;
  background-color: #131316;
  border-color: #121214;
}
.btn-check:checked + .btn-background-900:focus, .btn-check:active + .btn-background-900:focus, .btn-background-900:active:focus, .btn-background-900.active:focus, .show > .btn-background-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(59, 59, 61, 0.5);
}
.btn-background-900:disabled, .btn-background-900.disabled {
  color: #fff;
  background-color: #18181b;
  border-color: #18181b;
}

.btn-background-950 {
  color: #fff;
  background-color: #09090b;
  border-color: #09090b;
}
.btn-background-950:hover {
  color: #fff;
  background-color: #080809;
  border-color: #070709;
}
.btn-check:focus + .btn-background-950, .btn-background-950:focus {
  color: #fff;
  background-color: #080809;
  border-color: #070709;
  box-shadow: 0 0 0 0 rgba(46, 46, 48, 0.5);
}
.btn-check:checked + .btn-background-950, .btn-check:active + .btn-background-950, .btn-background-950:active, .btn-background-950.active, .show > .btn-background-950.dropdown-toggle {
  color: #fff;
  background-color: #070709;
  border-color: #070708;
}
.btn-check:checked + .btn-background-950:focus, .btn-check:active + .btn-background-950:focus, .btn-background-950:active:focus, .btn-background-950.active:focus, .show > .btn-background-950.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(46, 46, 48, 0.5);
}
.btn-background-950:disabled, .btn-background-950.disabled {
  color: #fff;
  background-color: #09090b;
  border-color: #09090b;
}

.btn-success {
  color: #000;
  background-color: #22c55e;
  border-color: #22c55e;
}
.btn-success:hover {
  color: #000;
  background-color: #43ce76;
  border-color: #38cb6e;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #000;
  background-color: #43ce76;
  border-color: #38cb6e;
  box-shadow: 0 0 0 0 rgba(29, 167, 80, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #000;
  background-color: #4ed17e;
  border-color: #38cb6e;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(29, 167, 80, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #000;
  background-color: #22c55e;
  border-color: #22c55e;
}

.btn-info {
  color: #000;
  background-color: #06b6d4;
  border-color: #06b6d4;
}
.btn-info:hover {
  color: #000;
  background-color: #2bc1da;
  border-color: #1fbdd8;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #2bc1da;
  border-color: #1fbdd8;
  box-shadow: 0 0 0 0 rgba(5, 155, 180, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #38c5dd;
  border-color: #1fbdd8;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(5, 155, 180, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #06b6d4;
  border-color: #06b6d4;
}

.btn-warning {
  color: #000;
  background-color: #eab308;
  border-color: #eab308;
}
.btn-warning:hover {
  color: #000;
  background-color: #edbe2d;
  border-color: #ecbb21;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #edbe2d;
  border-color: #ecbb21;
  box-shadow: 0 0 0 0 rgba(199, 152, 7, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #eec239;
  border-color: #ecbb21;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(199, 152, 7, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #eab308;
  border-color: #eab308;
}

.btn-danger {
  color: #000;
  background-color: #ef4444;
  border-color: #ef4444;
}
.btn-danger:hover {
  color: #000;
  background-color: #f16060;
  border-color: #f15757;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #000;
  background-color: #f16060;
  border-color: #f15757;
  box-shadow: 0 0 0 0 rgba(203, 58, 58, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #000;
  background-color: #f26969;
  border-color: #f15757;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(203, 58, 58, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #000;
  background-color: #ef4444;
  border-color: #ef4444;
}

.btn-coral {
  color: #000;
  background-color: #fe6f61;
  border-color: #fe6f61;
}
.btn-coral:hover {
  color: #000;
  background-color: #fe8579;
  border-color: #fe7d71;
}
.btn-check:focus + .btn-coral, .btn-coral:focus {
  color: #000;
  background-color: #fe8579;
  border-color: #fe7d71;
  box-shadow: 0 0 0 0 rgba(216, 94, 82, 0.5);
}
.btn-check:checked + .btn-coral, .btn-check:active + .btn-coral, .btn-coral:active, .btn-coral.active, .show > .btn-coral.dropdown-toggle {
  color: #000;
  background-color: #fe8c81;
  border-color: #fe7d71;
}
.btn-check:checked + .btn-coral:focus, .btn-check:active + .btn-coral:focus, .btn-coral:active:focus, .btn-coral.active:focus, .show > .btn-coral.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(216, 94, 82, 0.5);
}
.btn-coral:disabled, .btn-coral.disabled {
  color: #000;
  background-color: #fe6f61;
  border-color: #fe6f61;
}

.btn-outline-primary {
  color: #061b2c;
  border-color: #061b2c;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #061b2c;
  border-color: #061b2c;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0 rgba(6, 27, 44, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #061b2c;
  border-color: #061b2c;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(6, 27, 44, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #061b2c;
  background-color: transparent;
}

.btn-outline-primary-50 {
  color: #e6e8ea;
  border-color: #e6e8ea;
}
.btn-outline-primary-50:hover {
  color: #000;
  background-color: #e6e8ea;
  border-color: #e6e8ea;
}
.btn-check:focus + .btn-outline-primary-50, .btn-outline-primary-50:focus {
  box-shadow: 0 0 0 0 rgba(230, 232, 234, 0.5);
}
.btn-check:checked + .btn-outline-primary-50, .btn-check:active + .btn-outline-primary-50, .btn-outline-primary-50:active, .btn-outline-primary-50.active, .btn-outline-primary-50.dropdown-toggle.show {
  color: #000;
  background-color: #e6e8ea;
  border-color: #e6e8ea;
}
.btn-check:checked + .btn-outline-primary-50:focus, .btn-check:active + .btn-outline-primary-50:focus, .btn-outline-primary-50:active:focus, .btn-outline-primary-50.active:focus, .btn-outline-primary-50.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(230, 232, 234, 0.5);
}
.btn-outline-primary-50:disabled, .btn-outline-primary-50.disabled {
  color: #e6e8ea;
  background-color: transparent;
}

.btn-outline-primary-100 {
  color: #cdd1d5;
  border-color: #cdd1d5;
}
.btn-outline-primary-100:hover {
  color: #000;
  background-color: #cdd1d5;
  border-color: #cdd1d5;
}
.btn-check:focus + .btn-outline-primary-100, .btn-outline-primary-100:focus {
  box-shadow: 0 0 0 0 rgba(205, 209, 213, 0.5);
}
.btn-check:checked + .btn-outline-primary-100, .btn-check:active + .btn-outline-primary-100, .btn-outline-primary-100:active, .btn-outline-primary-100.active, .btn-outline-primary-100.dropdown-toggle.show {
  color: #000;
  background-color: #cdd1d5;
  border-color: #cdd1d5;
}
.btn-check:checked + .btn-outline-primary-100:focus, .btn-check:active + .btn-outline-primary-100:focus, .btn-outline-primary-100:active:focus, .btn-outline-primary-100.active:focus, .btn-outline-primary-100.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(205, 209, 213, 0.5);
}
.btn-outline-primary-100:disabled, .btn-outline-primary-100.disabled {
  color: #cdd1d5;
  background-color: transparent;
}

.btn-outline-primary-200 {
  color: #9ba4ab;
  border-color: #9ba4ab;
}
.btn-outline-primary-200:hover {
  color: #000;
  background-color: #9ba4ab;
  border-color: #9ba4ab;
}
.btn-check:focus + .btn-outline-primary-200, .btn-outline-primary-200:focus {
  box-shadow: 0 0 0 0 rgba(155, 164, 171, 0.5);
}
.btn-check:checked + .btn-outline-primary-200, .btn-check:active + .btn-outline-primary-200, .btn-outline-primary-200:active, .btn-outline-primary-200.active, .btn-outline-primary-200.dropdown-toggle.show {
  color: #000;
  background-color: #9ba4ab;
  border-color: #9ba4ab;
}
.btn-check:checked + .btn-outline-primary-200:focus, .btn-check:active + .btn-outline-primary-200:focus, .btn-outline-primary-200:active:focus, .btn-outline-primary-200.active:focus, .btn-outline-primary-200.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(155, 164, 171, 0.5);
}
.btn-outline-primary-200:disabled, .btn-outline-primary-200.disabled {
  color: #9ba4ab;
  background-color: transparent;
}

.btn-outline-primary-300 {
  color: #6a7680;
  border-color: #6a7680;
}
.btn-outline-primary-300:hover {
  color: #fff;
  background-color: #6a7680;
  border-color: #6a7680;
}
.btn-check:focus + .btn-outline-primary-300, .btn-outline-primary-300:focus {
  box-shadow: 0 0 0 0 rgba(106, 118, 128, 0.5);
}
.btn-check:checked + .btn-outline-primary-300, .btn-check:active + .btn-outline-primary-300, .btn-outline-primary-300:active, .btn-outline-primary-300.active, .btn-outline-primary-300.dropdown-toggle.show {
  color: #fff;
  background-color: #6a7680;
  border-color: #6a7680;
}
.btn-check:checked + .btn-outline-primary-300:focus, .btn-check:active + .btn-outline-primary-300:focus, .btn-outline-primary-300:active:focus, .btn-outline-primary-300.active:focus, .btn-outline-primary-300.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(106, 118, 128, 0.5);
}
.btn-outline-primary-300:disabled, .btn-outline-primary-300.disabled {
  color: #6a7680;
  background-color: transparent;
}

.btn-outline-primary-400 {
  color: #384956;
  border-color: #384956;
}
.btn-outline-primary-400:hover {
  color: #fff;
  background-color: #384956;
  border-color: #384956;
}
.btn-check:focus + .btn-outline-primary-400, .btn-outline-primary-400:focus {
  box-shadow: 0 0 0 0 rgba(56, 73, 86, 0.5);
}
.btn-check:checked + .btn-outline-primary-400, .btn-check:active + .btn-outline-primary-400, .btn-outline-primary-400:active, .btn-outline-primary-400.active, .btn-outline-primary-400.dropdown-toggle.show {
  color: #fff;
  background-color: #384956;
  border-color: #384956;
}
.btn-check:checked + .btn-outline-primary-400:focus, .btn-check:active + .btn-outline-primary-400:focus, .btn-outline-primary-400:active:focus, .btn-outline-primary-400.active:focus, .btn-outline-primary-400.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(56, 73, 86, 0.5);
}
.btn-outline-primary-400:disabled, .btn-outline-primary-400.disabled {
  color: #384956;
  background-color: transparent;
}

.btn-outline-primary-500 {
  color: #061b2c;
  border-color: #061b2c;
}
.btn-outline-primary-500:hover {
  color: #fff;
  background-color: #061b2c;
  border-color: #061b2c;
}
.btn-check:focus + .btn-outline-primary-500, .btn-outline-primary-500:focus {
  box-shadow: 0 0 0 0 rgba(6, 27, 44, 0.5);
}
.btn-check:checked + .btn-outline-primary-500, .btn-check:active + .btn-outline-primary-500, .btn-outline-primary-500:active, .btn-outline-primary-500.active, .btn-outline-primary-500.dropdown-toggle.show {
  color: #fff;
  background-color: #061b2c;
  border-color: #061b2c;
}
.btn-check:checked + .btn-outline-primary-500:focus, .btn-check:active + .btn-outline-primary-500:focus, .btn-outline-primary-500:active:focus, .btn-outline-primary-500.active:focus, .btn-outline-primary-500.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(6, 27, 44, 0.5);
}
.btn-outline-primary-500:disabled, .btn-outline-primary-500.disabled {
  color: #061b2c;
  background-color: transparent;
}

.btn-outline-primary-600 {
  color: #051623;
  border-color: #051623;
}
.btn-outline-primary-600:hover {
  color: #fff;
  background-color: #051623;
  border-color: #051623;
}
.btn-check:focus + .btn-outline-primary-600, .btn-outline-primary-600:focus {
  box-shadow: 0 0 0 0 rgba(5, 22, 35, 0.5);
}
.btn-check:checked + .btn-outline-primary-600, .btn-check:active + .btn-outline-primary-600, .btn-outline-primary-600:active, .btn-outline-primary-600.active, .btn-outline-primary-600.dropdown-toggle.show {
  color: #fff;
  background-color: #051623;
  border-color: #051623;
}
.btn-check:checked + .btn-outline-primary-600:focus, .btn-check:active + .btn-outline-primary-600:focus, .btn-outline-primary-600:active:focus, .btn-outline-primary-600.active:focus, .btn-outline-primary-600.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(5, 22, 35, 0.5);
}
.btn-outline-primary-600:disabled, .btn-outline-primary-600.disabled {
  color: #051623;
  background-color: transparent;
}

.btn-outline-primary-700 {
  color: #04101a;
  border-color: #04101a;
}
.btn-outline-primary-700:hover {
  color: #fff;
  background-color: #04101a;
  border-color: #04101a;
}
.btn-check:focus + .btn-outline-primary-700, .btn-outline-primary-700:focus {
  box-shadow: 0 0 0 0 rgba(4, 16, 26, 0.5);
}
.btn-check:checked + .btn-outline-primary-700, .btn-check:active + .btn-outline-primary-700, .btn-outline-primary-700:active, .btn-outline-primary-700.active, .btn-outline-primary-700.dropdown-toggle.show {
  color: #fff;
  background-color: #04101a;
  border-color: #04101a;
}
.btn-check:checked + .btn-outline-primary-700:focus, .btn-check:active + .btn-outline-primary-700:focus, .btn-outline-primary-700:active:focus, .btn-outline-primary-700.active:focus, .btn-outline-primary-700.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(4, 16, 26, 0.5);
}
.btn-outline-primary-700:disabled, .btn-outline-primary-700.disabled {
  color: #04101a;
  background-color: transparent;
}

.btn-outline-primary-800 {
  color: #020b12;
  border-color: #020b12;
}
.btn-outline-primary-800:hover {
  color: #fff;
  background-color: #020b12;
  border-color: #020b12;
}
.btn-check:focus + .btn-outline-primary-800, .btn-outline-primary-800:focus {
  box-shadow: 0 0 0 0 rgba(2, 11, 18, 0.5);
}
.btn-check:checked + .btn-outline-primary-800, .btn-check:active + .btn-outline-primary-800, .btn-outline-primary-800:active, .btn-outline-primary-800.active, .btn-outline-primary-800.dropdown-toggle.show {
  color: #fff;
  background-color: #020b12;
  border-color: #020b12;
}
.btn-check:checked + .btn-outline-primary-800:focus, .btn-check:active + .btn-outline-primary-800:focus, .btn-outline-primary-800:active:focus, .btn-outline-primary-800.active:focus, .btn-outline-primary-800.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(2, 11, 18, 0.5);
}
.btn-outline-primary-800:disabled, .btn-outline-primary-800.disabled {
  color: #020b12;
  background-color: transparent;
}

.btn-outline-primary-900 {
  color: #010509;
  border-color: #010509;
}
.btn-outline-primary-900:hover {
  color: #fff;
  background-color: #010509;
  border-color: #010509;
}
.btn-check:focus + .btn-outline-primary-900, .btn-outline-primary-900:focus {
  box-shadow: 0 0 0 0 rgba(1, 5, 9, 0.5);
}
.btn-check:checked + .btn-outline-primary-900, .btn-check:active + .btn-outline-primary-900, .btn-outline-primary-900:active, .btn-outline-primary-900.active, .btn-outline-primary-900.dropdown-toggle.show {
  color: #fff;
  background-color: #010509;
  border-color: #010509;
}
.btn-check:checked + .btn-outline-primary-900:focus, .btn-check:active + .btn-outline-primary-900:focus, .btn-outline-primary-900:active:focus, .btn-outline-primary-900.active:focus, .btn-outline-primary-900.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(1, 5, 9, 0.5);
}
.btn-outline-primary-900:disabled, .btn-outline-primary-900.disabled {
  color: #010509;
  background-color: transparent;
}

.btn-outline-primary-950 {
  color: #010304;
  border-color: #010304;
}
.btn-outline-primary-950:hover {
  color: #fff;
  background-color: #010304;
  border-color: #010304;
}
.btn-check:focus + .btn-outline-primary-950, .btn-outline-primary-950:focus {
  box-shadow: 0 0 0 0 rgba(1, 3, 4, 0.5);
}
.btn-check:checked + .btn-outline-primary-950, .btn-check:active + .btn-outline-primary-950, .btn-outline-primary-950:active, .btn-outline-primary-950.active, .btn-outline-primary-950.dropdown-toggle.show {
  color: #fff;
  background-color: #010304;
  border-color: #010304;
}
.btn-check:checked + .btn-outline-primary-950:focus, .btn-check:active + .btn-outline-primary-950:focus, .btn-outline-primary-950:active:focus, .btn-outline-primary-950.active:focus, .btn-outline-primary-950.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(1, 3, 4, 0.5);
}
.btn-outline-primary-950:disabled, .btn-outline-primary-950.disabled {
  color: #010304;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #64748b;
  border-color: #64748b;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #64748b;
  border-color: #64748b;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0 rgba(100, 116, 139, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #64748b;
  border-color: #64748b;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(100, 116, 139, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #64748b;
  background-color: transparent;
}

.btn-outline-secondary-50 {
  color: #f0f1f3;
  border-color: #f0f1f3;
}
.btn-outline-secondary-50:hover {
  color: #000;
  background-color: #f0f1f3;
  border-color: #f0f1f3;
}
.btn-check:focus + .btn-outline-secondary-50, .btn-outline-secondary-50:focus {
  box-shadow: 0 0 0 0 rgba(240, 241, 243, 0.5);
}
.btn-check:checked + .btn-outline-secondary-50, .btn-check:active + .btn-outline-secondary-50, .btn-outline-secondary-50:active, .btn-outline-secondary-50.active, .btn-outline-secondary-50.dropdown-toggle.show {
  color: #000;
  background-color: #f0f1f3;
  border-color: #f0f1f3;
}
.btn-check:checked + .btn-outline-secondary-50:focus, .btn-check:active + .btn-outline-secondary-50:focus, .btn-outline-secondary-50:active:focus, .btn-outline-secondary-50.active:focus, .btn-outline-secondary-50.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(240, 241, 243, 0.5);
}
.btn-outline-secondary-50:disabled, .btn-outline-secondary-50.disabled {
  color: #f0f1f3;
  background-color: transparent;
}

.btn-outline-secondary-100 {
  color: #e0e3e8;
  border-color: #e0e3e8;
}
.btn-outline-secondary-100:hover {
  color: #000;
  background-color: #e0e3e8;
  border-color: #e0e3e8;
}
.btn-check:focus + .btn-outline-secondary-100, .btn-outline-secondary-100:focus {
  box-shadow: 0 0 0 0 rgba(224, 227, 232, 0.5);
}
.btn-check:checked + .btn-outline-secondary-100, .btn-check:active + .btn-outline-secondary-100, .btn-outline-secondary-100:active, .btn-outline-secondary-100.active, .btn-outline-secondary-100.dropdown-toggle.show {
  color: #000;
  background-color: #e0e3e8;
  border-color: #e0e3e8;
}
.btn-check:checked + .btn-outline-secondary-100:focus, .btn-check:active + .btn-outline-secondary-100:focus, .btn-outline-secondary-100:active:focus, .btn-outline-secondary-100.active:focus, .btn-outline-secondary-100.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(224, 227, 232, 0.5);
}
.btn-outline-secondary-100:disabled, .btn-outline-secondary-100.disabled {
  color: #e0e3e8;
  background-color: transparent;
}

.btn-outline-secondary-200 {
  color: #c1c7d1;
  border-color: #c1c7d1;
}
.btn-outline-secondary-200:hover {
  color: #000;
  background-color: #c1c7d1;
  border-color: #c1c7d1;
}
.btn-check:focus + .btn-outline-secondary-200, .btn-outline-secondary-200:focus {
  box-shadow: 0 0 0 0 rgba(193, 199, 209, 0.5);
}
.btn-check:checked + .btn-outline-secondary-200, .btn-check:active + .btn-outline-secondary-200, .btn-outline-secondary-200:active, .btn-outline-secondary-200.active, .btn-outline-secondary-200.dropdown-toggle.show {
  color: #000;
  background-color: #c1c7d1;
  border-color: #c1c7d1;
}
.btn-check:checked + .btn-outline-secondary-200:focus, .btn-check:active + .btn-outline-secondary-200:focus, .btn-outline-secondary-200:active:focus, .btn-outline-secondary-200.active:focus, .btn-outline-secondary-200.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(193, 199, 209, 0.5);
}
.btn-outline-secondary-200:disabled, .btn-outline-secondary-200.disabled {
  color: #c1c7d1;
  background-color: transparent;
}

.btn-outline-secondary-300 {
  color: #a2acb9;
  border-color: #a2acb9;
}
.btn-outline-secondary-300:hover {
  color: #000;
  background-color: #a2acb9;
  border-color: #a2acb9;
}
.btn-check:focus + .btn-outline-secondary-300, .btn-outline-secondary-300:focus {
  box-shadow: 0 0 0 0 rgba(162, 172, 185, 0.5);
}
.btn-check:checked + .btn-outline-secondary-300, .btn-check:active + .btn-outline-secondary-300, .btn-outline-secondary-300:active, .btn-outline-secondary-300.active, .btn-outline-secondary-300.dropdown-toggle.show {
  color: #000;
  background-color: #a2acb9;
  border-color: #a2acb9;
}
.btn-check:checked + .btn-outline-secondary-300:focus, .btn-check:active + .btn-outline-secondary-300:focus, .btn-outline-secondary-300:active:focus, .btn-outline-secondary-300.active:focus, .btn-outline-secondary-300.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(162, 172, 185, 0.5);
}
.btn-outline-secondary-300:disabled, .btn-outline-secondary-300.disabled {
  color: #a2acb9;
  background-color: transparent;
}

.btn-outline-secondary-400 {
  color: #8390a2;
  border-color: #8390a2;
}
.btn-outline-secondary-400:hover {
  color: #000;
  background-color: #8390a2;
  border-color: #8390a2;
}
.btn-check:focus + .btn-outline-secondary-400, .btn-outline-secondary-400:focus {
  box-shadow: 0 0 0 0 rgba(131, 144, 162, 0.5);
}
.btn-check:checked + .btn-outline-secondary-400, .btn-check:active + .btn-outline-secondary-400, .btn-outline-secondary-400:active, .btn-outline-secondary-400.active, .btn-outline-secondary-400.dropdown-toggle.show {
  color: #000;
  background-color: #8390a2;
  border-color: #8390a2;
}
.btn-check:checked + .btn-outline-secondary-400:focus, .btn-check:active + .btn-outline-secondary-400:focus, .btn-outline-secondary-400:active:focus, .btn-outline-secondary-400.active:focus, .btn-outline-secondary-400.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(131, 144, 162, 0.5);
}
.btn-outline-secondary-400:disabled, .btn-outline-secondary-400.disabled {
  color: #8390a2;
  background-color: transparent;
}

.btn-outline-secondary-500 {
  color: #64748b;
  border-color: #64748b;
}
.btn-outline-secondary-500:hover {
  color: #fff;
  background-color: #64748b;
  border-color: #64748b;
}
.btn-check:focus + .btn-outline-secondary-500, .btn-outline-secondary-500:focus {
  box-shadow: 0 0 0 0 rgba(100, 116, 139, 0.5);
}
.btn-check:checked + .btn-outline-secondary-500, .btn-check:active + .btn-outline-secondary-500, .btn-outline-secondary-500:active, .btn-outline-secondary-500.active, .btn-outline-secondary-500.dropdown-toggle.show {
  color: #fff;
  background-color: #64748b;
  border-color: #64748b;
}
.btn-check:checked + .btn-outline-secondary-500:focus, .btn-check:active + .btn-outline-secondary-500:focus, .btn-outline-secondary-500:active:focus, .btn-outline-secondary-500.active:focus, .btn-outline-secondary-500.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(100, 116, 139, 0.5);
}
.btn-outline-secondary-500:disabled, .btn-outline-secondary-500.disabled {
  color: #64748b;
  background-color: transparent;
}

.btn-outline-secondary-600 {
  color: #505d6f;
  border-color: #505d6f;
}
.btn-outline-secondary-600:hover {
  color: #fff;
  background-color: #505d6f;
  border-color: #505d6f;
}
.btn-check:focus + .btn-outline-secondary-600, .btn-outline-secondary-600:focus {
  box-shadow: 0 0 0 0 rgba(80, 93, 111, 0.5);
}
.btn-check:checked + .btn-outline-secondary-600, .btn-check:active + .btn-outline-secondary-600, .btn-outline-secondary-600:active, .btn-outline-secondary-600.active, .btn-outline-secondary-600.dropdown-toggle.show {
  color: #fff;
  background-color: #505d6f;
  border-color: #505d6f;
}
.btn-check:checked + .btn-outline-secondary-600:focus, .btn-check:active + .btn-outline-secondary-600:focus, .btn-outline-secondary-600:active:focus, .btn-outline-secondary-600.active:focus, .btn-outline-secondary-600.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(80, 93, 111, 0.5);
}
.btn-outline-secondary-600:disabled, .btn-outline-secondary-600.disabled {
  color: #505d6f;
  background-color: transparent;
}

.btn-outline-secondary-700 {
  color: #3c4653;
  border-color: #3c4653;
}
.btn-outline-secondary-700:hover {
  color: #fff;
  background-color: #3c4653;
  border-color: #3c4653;
}
.btn-check:focus + .btn-outline-secondary-700, .btn-outline-secondary-700:focus {
  box-shadow: 0 0 0 0 rgba(60, 70, 83, 0.5);
}
.btn-check:checked + .btn-outline-secondary-700, .btn-check:active + .btn-outline-secondary-700, .btn-outline-secondary-700:active, .btn-outline-secondary-700.active, .btn-outline-secondary-700.dropdown-toggle.show {
  color: #fff;
  background-color: #3c4653;
  border-color: #3c4653;
}
.btn-check:checked + .btn-outline-secondary-700:focus, .btn-check:active + .btn-outline-secondary-700:focus, .btn-outline-secondary-700:active:focus, .btn-outline-secondary-700.active:focus, .btn-outline-secondary-700.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(60, 70, 83, 0.5);
}
.btn-outline-secondary-700:disabled, .btn-outline-secondary-700.disabled {
  color: #3c4653;
  background-color: transparent;
}

.btn-outline-secondary-800 {
  color: #282e38;
  border-color: #282e38;
}
.btn-outline-secondary-800:hover {
  color: #fff;
  background-color: #282e38;
  border-color: #282e38;
}
.btn-check:focus + .btn-outline-secondary-800, .btn-outline-secondary-800:focus {
  box-shadow: 0 0 0 0 rgba(40, 46, 56, 0.5);
}
.btn-check:checked + .btn-outline-secondary-800, .btn-check:active + .btn-outline-secondary-800, .btn-outline-secondary-800:active, .btn-outline-secondary-800.active, .btn-outline-secondary-800.dropdown-toggle.show {
  color: #fff;
  background-color: #282e38;
  border-color: #282e38;
}
.btn-check:checked + .btn-outline-secondary-800:focus, .btn-check:active + .btn-outline-secondary-800:focus, .btn-outline-secondary-800:active:focus, .btn-outline-secondary-800.active:focus, .btn-outline-secondary-800.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(40, 46, 56, 0.5);
}
.btn-outline-secondary-800:disabled, .btn-outline-secondary-800.disabled {
  color: #282e38;
  background-color: transparent;
}

.btn-outline-secondary-900 {
  color: #14171c;
  border-color: #14171c;
}
.btn-outline-secondary-900:hover {
  color: #fff;
  background-color: #14171c;
  border-color: #14171c;
}
.btn-check:focus + .btn-outline-secondary-900, .btn-outline-secondary-900:focus {
  box-shadow: 0 0 0 0 rgba(20, 23, 28, 0.5);
}
.btn-check:checked + .btn-outline-secondary-900, .btn-check:active + .btn-outline-secondary-900, .btn-outline-secondary-900:active, .btn-outline-secondary-900.active, .btn-outline-secondary-900.dropdown-toggle.show {
  color: #fff;
  background-color: #14171c;
  border-color: #14171c;
}
.btn-check:checked + .btn-outline-secondary-900:focus, .btn-check:active + .btn-outline-secondary-900:focus, .btn-outline-secondary-900:active:focus, .btn-outline-secondary-900.active:focus, .btn-outline-secondary-900.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(20, 23, 28, 0.5);
}
.btn-outline-secondary-900:disabled, .btn-outline-secondary-900.disabled {
  color: #14171c;
  background-color: transparent;
}

.btn-outline-secondary-950 {
  color: #0a0c0e;
  border-color: #0a0c0e;
}
.btn-outline-secondary-950:hover {
  color: #fff;
  background-color: #0a0c0e;
  border-color: #0a0c0e;
}
.btn-check:focus + .btn-outline-secondary-950, .btn-outline-secondary-950:focus {
  box-shadow: 0 0 0 0 rgba(10, 12, 14, 0.5);
}
.btn-check:checked + .btn-outline-secondary-950, .btn-check:active + .btn-outline-secondary-950, .btn-outline-secondary-950:active, .btn-outline-secondary-950.active, .btn-outline-secondary-950.dropdown-toggle.show {
  color: #fff;
  background-color: #0a0c0e;
  border-color: #0a0c0e;
}
.btn-check:checked + .btn-outline-secondary-950:focus, .btn-check:active + .btn-outline-secondary-950:focus, .btn-outline-secondary-950:active:focus, .btn-outline-secondary-950.active:focus, .btn-outline-secondary-950.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(10, 12, 14, 0.5);
}
.btn-outline-secondary-950:disabled, .btn-outline-secondary-950.disabled {
  color: #0a0c0e;
  background-color: transparent;
}

.btn-outline-background {
  color: #71717a;
  border-color: #71717a;
}
.btn-outline-background:hover {
  color: #fff;
  background-color: #71717a;
  border-color: #71717a;
}
.btn-check:focus + .btn-outline-background, .btn-outline-background:focus {
  box-shadow: 0 0 0 0 rgba(113, 113, 122, 0.5);
}
.btn-check:checked + .btn-outline-background, .btn-check:active + .btn-outline-background, .btn-outline-background:active, .btn-outline-background.active, .btn-outline-background.dropdown-toggle.show {
  color: #fff;
  background-color: #71717a;
  border-color: #71717a;
}
.btn-check:checked + .btn-outline-background:focus, .btn-check:active + .btn-outline-background:focus, .btn-outline-background:active:focus, .btn-outline-background.active:focus, .btn-outline-background.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(113, 113, 122, 0.5);
}
.btn-outline-background:disabled, .btn-outline-background.disabled {
  color: #71717a;
  background-color: transparent;
}

.btn-outline-background-50 {
  color: #fafafa;
  border-color: #fafafa;
}
.btn-outline-background-50:hover {
  color: #000;
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-check:focus + .btn-outline-background-50, .btn-outline-background-50:focus {
  box-shadow: 0 0 0 0 rgba(250, 250, 250, 0.5);
}
.btn-check:checked + .btn-outline-background-50, .btn-check:active + .btn-outline-background-50, .btn-outline-background-50:active, .btn-outline-background-50.active, .btn-outline-background-50.dropdown-toggle.show {
  color: #000;
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-check:checked + .btn-outline-background-50:focus, .btn-check:active + .btn-outline-background-50:focus, .btn-outline-background-50:active:focus, .btn-outline-background-50.active:focus, .btn-outline-background-50.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(250, 250, 250, 0.5);
}
.btn-outline-background-50:disabled, .btn-outline-background-50.disabled {
  color: #fafafa;
  background-color: transparent;
}

.btn-outline-background-100 {
  color: #f4f4f5;
  border-color: #f4f4f5;
}
.btn-outline-background-100:hover {
  color: #000;
  background-color: #f4f4f5;
  border-color: #f4f4f5;
}
.btn-check:focus + .btn-outline-background-100, .btn-outline-background-100:focus {
  box-shadow: 0 0 0 0 rgba(244, 244, 245, 0.5);
}
.btn-check:checked + .btn-outline-background-100, .btn-check:active + .btn-outline-background-100, .btn-outline-background-100:active, .btn-outline-background-100.active, .btn-outline-background-100.dropdown-toggle.show {
  color: #000;
  background-color: #f4f4f5;
  border-color: #f4f4f5;
}
.btn-check:checked + .btn-outline-background-100:focus, .btn-check:active + .btn-outline-background-100:focus, .btn-outline-background-100:active:focus, .btn-outline-background-100.active:focus, .btn-outline-background-100.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(244, 244, 245, 0.5);
}
.btn-outline-background-100:disabled, .btn-outline-background-100.disabled {
  color: #f4f4f5;
  background-color: transparent;
}

.btn-outline-background-200 {
  color: #e4e4e7;
  border-color: #e4e4e7;
}
.btn-outline-background-200:hover {
  color: #000;
  background-color: #e4e4e7;
  border-color: #e4e4e7;
}
.btn-check:focus + .btn-outline-background-200, .btn-outline-background-200:focus {
  box-shadow: 0 0 0 0 rgba(228, 228, 231, 0.5);
}
.btn-check:checked + .btn-outline-background-200, .btn-check:active + .btn-outline-background-200, .btn-outline-background-200:active, .btn-outline-background-200.active, .btn-outline-background-200.dropdown-toggle.show {
  color: #000;
  background-color: #e4e4e7;
  border-color: #e4e4e7;
}
.btn-check:checked + .btn-outline-background-200:focus, .btn-check:active + .btn-outline-background-200:focus, .btn-outline-background-200:active:focus, .btn-outline-background-200.active:focus, .btn-outline-background-200.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(228, 228, 231, 0.5);
}
.btn-outline-background-200:disabled, .btn-outline-background-200.disabled {
  color: #e4e4e7;
  background-color: transparent;
}

.btn-outline-background-300 {
  color: #d4d4d8;
  border-color: #d4d4d8;
}
.btn-outline-background-300:hover {
  color: #000;
  background-color: #d4d4d8;
  border-color: #d4d4d8;
}
.btn-check:focus + .btn-outline-background-300, .btn-outline-background-300:focus {
  box-shadow: 0 0 0 0 rgba(212, 212, 216, 0.5);
}
.btn-check:checked + .btn-outline-background-300, .btn-check:active + .btn-outline-background-300, .btn-outline-background-300:active, .btn-outline-background-300.active, .btn-outline-background-300.dropdown-toggle.show {
  color: #000;
  background-color: #d4d4d8;
  border-color: #d4d4d8;
}
.btn-check:checked + .btn-outline-background-300:focus, .btn-check:active + .btn-outline-background-300:focus, .btn-outline-background-300:active:focus, .btn-outline-background-300.active:focus, .btn-outline-background-300.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(212, 212, 216, 0.5);
}
.btn-outline-background-300:disabled, .btn-outline-background-300.disabled {
  color: #d4d4d8;
  background-color: transparent;
}

.btn-outline-background-400 {
  color: #a1a1aa;
  border-color: #a1a1aa;
}
.btn-outline-background-400:hover {
  color: #000;
  background-color: #a1a1aa;
  border-color: #a1a1aa;
}
.btn-check:focus + .btn-outline-background-400, .btn-outline-background-400:focus {
  box-shadow: 0 0 0 0 rgba(161, 161, 170, 0.5);
}
.btn-check:checked + .btn-outline-background-400, .btn-check:active + .btn-outline-background-400, .btn-outline-background-400:active, .btn-outline-background-400.active, .btn-outline-background-400.dropdown-toggle.show {
  color: #000;
  background-color: #a1a1aa;
  border-color: #a1a1aa;
}
.btn-check:checked + .btn-outline-background-400:focus, .btn-check:active + .btn-outline-background-400:focus, .btn-outline-background-400:active:focus, .btn-outline-background-400.active:focus, .btn-outline-background-400.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(161, 161, 170, 0.5);
}
.btn-outline-background-400:disabled, .btn-outline-background-400.disabled {
  color: #a1a1aa;
  background-color: transparent;
}

.btn-outline-background-500 {
  color: #71717a;
  border-color: #71717a;
}
.btn-outline-background-500:hover {
  color: #fff;
  background-color: #71717a;
  border-color: #71717a;
}
.btn-check:focus + .btn-outline-background-500, .btn-outline-background-500:focus {
  box-shadow: 0 0 0 0 rgba(113, 113, 122, 0.5);
}
.btn-check:checked + .btn-outline-background-500, .btn-check:active + .btn-outline-background-500, .btn-outline-background-500:active, .btn-outline-background-500.active, .btn-outline-background-500.dropdown-toggle.show {
  color: #fff;
  background-color: #71717a;
  border-color: #71717a;
}
.btn-check:checked + .btn-outline-background-500:focus, .btn-check:active + .btn-outline-background-500:focus, .btn-outline-background-500:active:focus, .btn-outline-background-500.active:focus, .btn-outline-background-500.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(113, 113, 122, 0.5);
}
.btn-outline-background-500:disabled, .btn-outline-background-500.disabled {
  color: #71717a;
  background-color: transparent;
}

.btn-outline-background-600 {
  color: #52525b;
  border-color: #52525b;
}
.btn-outline-background-600:hover {
  color: #fff;
  background-color: #52525b;
  border-color: #52525b;
}
.btn-check:focus + .btn-outline-background-600, .btn-outline-background-600:focus {
  box-shadow: 0 0 0 0 rgba(82, 82, 91, 0.5);
}
.btn-check:checked + .btn-outline-background-600, .btn-check:active + .btn-outline-background-600, .btn-outline-background-600:active, .btn-outline-background-600.active, .btn-outline-background-600.dropdown-toggle.show {
  color: #fff;
  background-color: #52525b;
  border-color: #52525b;
}
.btn-check:checked + .btn-outline-background-600:focus, .btn-check:active + .btn-outline-background-600:focus, .btn-outline-background-600:active:focus, .btn-outline-background-600.active:focus, .btn-outline-background-600.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(82, 82, 91, 0.5);
}
.btn-outline-background-600:disabled, .btn-outline-background-600.disabled {
  color: #52525b;
  background-color: transparent;
}

.btn-outline-background-700 {
  color: #3f3f46;
  border-color: #3f3f46;
}
.btn-outline-background-700:hover {
  color: #fff;
  background-color: #3f3f46;
  border-color: #3f3f46;
}
.btn-check:focus + .btn-outline-background-700, .btn-outline-background-700:focus {
  box-shadow: 0 0 0 0 rgba(63, 63, 70, 0.5);
}
.btn-check:checked + .btn-outline-background-700, .btn-check:active + .btn-outline-background-700, .btn-outline-background-700:active, .btn-outline-background-700.active, .btn-outline-background-700.dropdown-toggle.show {
  color: #fff;
  background-color: #3f3f46;
  border-color: #3f3f46;
}
.btn-check:checked + .btn-outline-background-700:focus, .btn-check:active + .btn-outline-background-700:focus, .btn-outline-background-700:active:focus, .btn-outline-background-700.active:focus, .btn-outline-background-700.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(63, 63, 70, 0.5);
}
.btn-outline-background-700:disabled, .btn-outline-background-700.disabled {
  color: #3f3f46;
  background-color: transparent;
}

.btn-outline-background-800 {
  color: #27272a;
  border-color: #27272a;
}
.btn-outline-background-800:hover {
  color: #fff;
  background-color: #27272a;
  border-color: #27272a;
}
.btn-check:focus + .btn-outline-background-800, .btn-outline-background-800:focus {
  box-shadow: 0 0 0 0 rgba(39, 39, 42, 0.5);
}
.btn-check:checked + .btn-outline-background-800, .btn-check:active + .btn-outline-background-800, .btn-outline-background-800:active, .btn-outline-background-800.active, .btn-outline-background-800.dropdown-toggle.show {
  color: #fff;
  background-color: #27272a;
  border-color: #27272a;
}
.btn-check:checked + .btn-outline-background-800:focus, .btn-check:active + .btn-outline-background-800:focus, .btn-outline-background-800:active:focus, .btn-outline-background-800.active:focus, .btn-outline-background-800.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(39, 39, 42, 0.5);
}
.btn-outline-background-800:disabled, .btn-outline-background-800.disabled {
  color: #27272a;
  background-color: transparent;
}

.btn-outline-background-900 {
  color: #18181b;
  border-color: #18181b;
}
.btn-outline-background-900:hover {
  color: #fff;
  background-color: #18181b;
  border-color: #18181b;
}
.btn-check:focus + .btn-outline-background-900, .btn-outline-background-900:focus {
  box-shadow: 0 0 0 0 rgba(24, 24, 27, 0.5);
}
.btn-check:checked + .btn-outline-background-900, .btn-check:active + .btn-outline-background-900, .btn-outline-background-900:active, .btn-outline-background-900.active, .btn-outline-background-900.dropdown-toggle.show {
  color: #fff;
  background-color: #18181b;
  border-color: #18181b;
}
.btn-check:checked + .btn-outline-background-900:focus, .btn-check:active + .btn-outline-background-900:focus, .btn-outline-background-900:active:focus, .btn-outline-background-900.active:focus, .btn-outline-background-900.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(24, 24, 27, 0.5);
}
.btn-outline-background-900:disabled, .btn-outline-background-900.disabled {
  color: #18181b;
  background-color: transparent;
}

.btn-outline-background-950 {
  color: #09090b;
  border-color: #09090b;
}
.btn-outline-background-950:hover {
  color: #fff;
  background-color: #09090b;
  border-color: #09090b;
}
.btn-check:focus + .btn-outline-background-950, .btn-outline-background-950:focus {
  box-shadow: 0 0 0 0 rgba(9, 9, 11, 0.5);
}
.btn-check:checked + .btn-outline-background-950, .btn-check:active + .btn-outline-background-950, .btn-outline-background-950:active, .btn-outline-background-950.active, .btn-outline-background-950.dropdown-toggle.show {
  color: #fff;
  background-color: #09090b;
  border-color: #09090b;
}
.btn-check:checked + .btn-outline-background-950:focus, .btn-check:active + .btn-outline-background-950:focus, .btn-outline-background-950:active:focus, .btn-outline-background-950.active:focus, .btn-outline-background-950.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(9, 9, 11, 0.5);
}
.btn-outline-background-950:disabled, .btn-outline-background-950.disabled {
  color: #09090b;
  background-color: transparent;
}

.btn-outline-success {
  color: #22c55e;
  border-color: #22c55e;
}
.btn-outline-success:hover {
  color: #000;
  background-color: #22c55e;
  border-color: #22c55e;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #000;
  background-color: #22c55e;
  border-color: #22c55e;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #22c55e;
  background-color: transparent;
}

.btn-outline-info {
  color: #06b6d4;
  border-color: #06b6d4;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #06b6d4;
  border-color: #06b6d4;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0 rgba(6, 182, 212, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #06b6d4;
  border-color: #06b6d4;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(6, 182, 212, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #06b6d4;
  background-color: transparent;
}

.btn-outline-warning {
  color: #eab308;
  border-color: #eab308;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #eab308;
  border-color: #eab308;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0 rgba(234, 179, 8, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #eab308;
  border-color: #eab308;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(234, 179, 8, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #eab308;
  background-color: transparent;
}

.btn-outline-danger {
  color: #ef4444;
  border-color: #ef4444;
}
.btn-outline-danger:hover {
  color: #000;
  background-color: #ef4444;
  border-color: #ef4444;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #000;
  background-color: #ef4444;
  border-color: #ef4444;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #ef4444;
  background-color: transparent;
}

.btn-outline-coral {
  color: #fe6f61;
  border-color: #fe6f61;
}
.btn-outline-coral:hover {
  color: #000;
  background-color: #fe6f61;
  border-color: #fe6f61;
}
.btn-check:focus + .btn-outline-coral, .btn-outline-coral:focus {
  box-shadow: 0 0 0 0 rgba(254, 111, 97, 0.5);
}
.btn-check:checked + .btn-outline-coral, .btn-check:active + .btn-outline-coral, .btn-outline-coral:active, .btn-outline-coral.active, .btn-outline-coral.dropdown-toggle.show {
  color: #000;
  background-color: #fe6f61;
  border-color: #fe6f61;
}
.btn-check:checked + .btn-outline-coral:focus, .btn-check:active + .btn-outline-coral:focus, .btn-outline-coral:active:focus, .btn-outline-coral.active:focus, .btn-outline-coral.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(254, 111, 97, 0.5);
}
.btn-outline-coral:disabled, .btn-outline-coral.disabled {
  color: #fe6f61;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #000;
  text-decoration: none;
}
.btn-link:hover {
  color: #061b2c;
}
.btn-link:disabled, .btn-link.disabled {
  color: #27272a;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0px;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 1rem;
  padding: 0 0;
  margin: 0;
  font-size: 1rem;
  color: #000;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  border-radius: 0;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid black;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  clear: both;
  font-weight: 400;
  color: #18181b;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.dropdown-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.dropdown-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: white;
  background-color: #e4e4e7;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #061b2c;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #71717a;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #52525b;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.5rem 1rem;
  color: #18181b;
}

.dropdown-menu-dark {
  color: #d4d4d8;
  background-color: #27272a;
  border-color: black;
}
.dropdown-menu-dark .dropdown-item {
  color: #d4d4d8;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #061b2c;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #71717a;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: black;
}
.dropdown-menu-dark .dropdown-item-text {
  color: #d4d4d8;
}
.dropdown-menu-dark .dropdown-header {
  color: #71717a;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -0.75px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -0.75px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #000;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #061b2c;
}
.nav-link.disabled {
  color: #52525b;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #d4d4d8;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e4e4e7 #e4e4e7 #d4d4d8;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #52525b;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #3f3f46;
  background-color: #f8fafc;
  border-color: #d4d4d8 #d4d4d8 #f8fafc;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #061b2c;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0px;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
.navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top,
.navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
.navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
.navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
.navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: 0 0 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 0 0;
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: #fff;
  border-bottom-color: #fff;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: 0;
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-group > .card {
  margin-bottom: 0.5rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #000;
  text-align: left;
  background-color: #f8fafc;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #051828;
  background-color: #e6e8ea;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23051828'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #838d96;
  outline: 0;
  box-shadow: none;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #f8fafc;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #e4e4e7;
  content: var(--bs-breadcrumb-divider, ">") /* rtl: var(--bs-breadcrumb-divider, ">") */;
}
.breadcrumb-item.active {
  color: #52525b;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #000;
  background-color: #fff;
  border: 1px solid #d4d4d8;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #061b2c;
  background-color: #e4e4e7;
  border-color: #d4d4d8;
}
.page-link:focus {
  z-index: 3;
  color: #061b2c;
  background-color: #e4e4e7;
  outline: 0;
  box-shadow: none;
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #061b2c;
  border-color: #061b2c;
}
.page-item.disabled .page-link {
  color: #52525b;
  pointer-events: none;
  background-color: #fff;
  border-color: #d4d4d8;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #04101a;
  background-color: #cdd1d5;
  border-color: #b4bbc0;
}
.alert-primary .alert-link {
  color: #030d15;
}

.alert-primary-50 {
  color: #5c5d5e;
  background-color: #fafafb;
  border-color: #f8f8f9;
}
.alert-primary-50 .alert-link {
  color: #4a4a4b;
}

.alert-primary-100 {
  color: #525455;
  background-color: #f5f6f7;
  border-color: #f0f1f2;
}
.alert-primary-100 .alert-link {
  color: #424344;
}

.alert-primary-200 {
  color: #5d6267;
  background-color: #ebedee;
  border-color: #e1e4e6;
}
.alert-primary-200 .alert-link {
  color: #4a4e52;
}

.alert-primary-300 {
  color: #40474d;
  background-color: #e1e4e6;
  border-color: #d2d6d9;
}
.alert-primary-300 .alert-link {
  color: #33393e;
}

.alert-primary-400 {
  color: #222c34;
  background-color: #d7dbdd;
  border-color: #c3c8cc;
}
.alert-primary-400 .alert-link {
  color: #1b232a;
}

.alert-primary-500 {
  color: #04101a;
  background-color: #cdd1d5;
  border-color: #b4bbc0;
}
.alert-primary-500 .alert-link {
  color: #030d15;
}

.alert-primary-600 {
  color: #030d15;
  background-color: #cdd0d3;
  border-color: #b4b9bd;
}
.alert-primary-600 .alert-link {
  color: #020a11;
}

.alert-primary-700 {
  color: #020a10;
  background-color: #cdcfd1;
  border-color: #b4b7ba;
}
.alert-primary-700 .alert-link {
  color: #02080d;
}

.alert-primary-800 {
  color: #01070b;
  background-color: #ccced0;
  border-color: #b3b6b8;
}
.alert-primary-800 .alert-link {
  color: #010609;
}

.alert-primary-900 {
  color: #010305;
  background-color: #cccdce;
  border-color: #b3b4b5;
}
.alert-primary-900 .alert-link {
  color: #010204;
}

.alert-primary-950 {
  color: #010202;
  background-color: #cccdcd;
  border-color: #b3b3b4;
}
.alert-primary-950 .alert-link {
  color: #010202;
}

.alert-secondary {
  color: #3c4653;
  background-color: #e0e3e8;
  border-color: #d1d5dc;
}
.alert-secondary .alert-link {
  color: #303842;
}

.alert-secondary-50 {
  color: #606061;
  background-color: #fcfcfd;
  border-color: #fbfbfb;
}
.alert-secondary-50 .alert-link {
  color: #4d4d4e;
}

.alert-secondary-100 {
  color: #5a5b5d;
  background-color: #f9f9fa;
  border-color: #f6f7f8;
}
.alert-secondary-100 .alert-link {
  color: #48494a;
}

.alert-secondary-200 {
  color: #4d5054;
  background-color: #f3f4f6;
  border-color: #eceef1;
}
.alert-secondary-200 .alert-link {
  color: #3e4043;
}

.alert-secondary-300 {
  color: #61676f;
  background-color: #eceef1;
  border-color: #e3e6ea;
}
.alert-secondary-300 .alert-link {
  color: #4e5259;
}

.alert-secondary-400 {
  color: #4f5661;
  background-color: #e6e9ec;
  border-color: #dadee3;
}
.alert-secondary-400 .alert-link {
  color: #3f454e;
}

.alert-secondary-500 {
  color: #3c4653;
  background-color: #e0e3e8;
  border-color: #d1d5dc;
}
.alert-secondary-500 .alert-link {
  color: #303842;
}

.alert-secondary-600 {
  color: #303843;
  background-color: #dcdfe2;
  border-color: #cbced4;
}
.alert-secondary-600 .alert-link {
  color: #262d36;
}

.alert-secondary-700 {
  color: #242a32;
  background-color: #d8dadd;
  border-color: #c5c8cb;
}
.alert-secondary-700 .alert-link {
  color: #1d2228;
}

.alert-secondary-800 {
  color: #181c22;
  background-color: #d4d5d7;
  border-color: #bfc0c3;
}
.alert-secondary-800 .alert-link {
  color: #13161b;
}

.alert-secondary-900 {
  color: #0c0e11;
  background-color: #d0d1d2;
  border-color: #b9b9bb;
}
.alert-secondary-900 .alert-link {
  color: #0a0b0e;
}

.alert-secondary-950 {
  color: #060708;
  background-color: #cececf;
  border-color: #b6b6b7;
}
.alert-secondary-950 .alert-link {
  color: #050606;
}

.alert-background {
  color: #444449;
  background-color: #e3e3e4;
  border-color: #d4d4d7;
}
.alert-background .alert-link {
  color: #36363a;
}

.alert-background-50 {
  color: #646464;
  background-color: #fefefe;
  border-color: #fefefe;
}
.alert-background-50 .alert-link {
  color: #505050;
}

.alert-background-100 {
  color: #626262;
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}
.alert-background-100 .alert-link {
  color: #4e4e4e;
}

.alert-background-200 {
  color: #5b5b5c;
  background-color: #fafafa;
  border-color: #f7f7f8;
}
.alert-background-200 .alert-link {
  color: #49494a;
}

.alert-background-300 {
  color: #555556;
  background-color: #f6f6f7;
  border-color: #f2f2f3;
}
.alert-background-300 .alert-link {
  color: #444445;
}

.alert-background-400 {
  color: #616166;
  background-color: #ececee;
  border-color: #e3e3e6;
}
.alert-background-400 .alert-link {
  color: #4e4e52;
}

.alert-background-500 {
  color: #444449;
  background-color: #e3e3e4;
  border-color: #d4d4d7;
}
.alert-background-500 .alert-link {
  color: #36363a;
}

.alert-background-600 {
  color: #313137;
  background-color: #dcdcde;
  border-color: #cbcbce;
}
.alert-background-600 .alert-link {
  color: #27272c;
}

.alert-background-700 {
  color: #26262a;
  background-color: #d9d9da;
  border-color: #c5c5c8;
}
.alert-background-700 .alert-link {
  color: #1e1e22;
}

.alert-background-800 {
  color: #171719;
  background-color: #d4d4d4;
  border-color: #bebebf;
}
.alert-background-800 .alert-link {
  color: #121214;
}

.alert-background-900 {
  color: #0e0e10;
  background-color: #d1d1d1;
  border-color: #bababb;
}
.alert-background-900 .alert-link {
  color: #0b0b0d;
}

.alert-background-950 {
  color: #050507;
  background-color: #cecece;
  border-color: #b5b5b6;
}
.alert-background-950 .alert-link {
  color: #040406;
}

.alert-success {
  color: #147638;
  background-color: #d3f3df;
  border-color: #bdeecf;
}
.alert-success .alert-link {
  color: #105e2d;
}

.alert-info {
  color: #046d7f;
  background-color: #cdf0f6;
  border-color: #b4e9f2;
}
.alert-info .alert-link {
  color: #035766;
}

.alert-warning {
  color: #5e4803;
  background-color: #fbf0ce;
  border-color: #f9e8b5;
}
.alert-warning .alert-link {
  color: #4b3a02;
}

.alert-danger {
  color: #8f2929;
  background-color: #fcdada;
  border-color: #fac7c7;
}
.alert-danger .alert-link {
  color: #722121;
}

.alert-coral {
  color: #98433a;
  background-color: #ffe2df;
  border-color: #ffd4d0;
}
.alert-coral .alert-link {
  color: #7a362e;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e4e4e7;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #061b2c;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #3f3f46;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #3f3f46;
  text-decoration: none;
  background-color: #f4f4f5;
}
.list-group-item-action:active {
  color: #000;
  background-color: #e4e4e7;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #18181b;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #52525b;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #061b2c;
  border-color: #061b2c;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #04101a;
  background-color: #cdd1d5;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #04101a;
  background-color: #b9bcc0;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #04101a;
  border-color: #04101a;
}

.list-group-item-primary-50 {
  color: #5c5d5e;
  background-color: #fafafb;
}
.list-group-item-primary-50.list-group-item-action:hover, .list-group-item-primary-50.list-group-item-action:focus {
  color: #5c5d5e;
  background-color: #e1e1e2;
}
.list-group-item-primary-50.list-group-item-action.active {
  color: #fff;
  background-color: #5c5d5e;
  border-color: #5c5d5e;
}

.list-group-item-primary-100 {
  color: #525455;
  background-color: #f5f6f7;
}
.list-group-item-primary-100.list-group-item-action:hover, .list-group-item-primary-100.list-group-item-action:focus {
  color: #525455;
  background-color: #ddddde;
}
.list-group-item-primary-100.list-group-item-action.active {
  color: #fff;
  background-color: #525455;
  border-color: #525455;
}

.list-group-item-primary-200 {
  color: #5d6267;
  background-color: #ebedee;
}
.list-group-item-primary-200.list-group-item-action:hover, .list-group-item-primary-200.list-group-item-action:focus {
  color: #5d6267;
  background-color: #d4d5d6;
}
.list-group-item-primary-200.list-group-item-action.active {
  color: #fff;
  background-color: #5d6267;
  border-color: #5d6267;
}

.list-group-item-primary-300 {
  color: #40474d;
  background-color: #e1e4e6;
}
.list-group-item-primary-300.list-group-item-action:hover, .list-group-item-primary-300.list-group-item-action:focus {
  color: #40474d;
  background-color: #cbcdcf;
}
.list-group-item-primary-300.list-group-item-action.active {
  color: #fff;
  background-color: #40474d;
  border-color: #40474d;
}

.list-group-item-primary-400 {
  color: #222c34;
  background-color: #d7dbdd;
}
.list-group-item-primary-400.list-group-item-action:hover, .list-group-item-primary-400.list-group-item-action:focus {
  color: #222c34;
  background-color: #c2c5c7;
}
.list-group-item-primary-400.list-group-item-action.active {
  color: #fff;
  background-color: #222c34;
  border-color: #222c34;
}

.list-group-item-primary-500 {
  color: #04101a;
  background-color: #cdd1d5;
}
.list-group-item-primary-500.list-group-item-action:hover, .list-group-item-primary-500.list-group-item-action:focus {
  color: #04101a;
  background-color: #b9bcc0;
}
.list-group-item-primary-500.list-group-item-action.active {
  color: #fff;
  background-color: #04101a;
  border-color: #04101a;
}

.list-group-item-primary-600 {
  color: #030d15;
  background-color: #cdd0d3;
}
.list-group-item-primary-600.list-group-item-action:hover, .list-group-item-primary-600.list-group-item-action:focus {
  color: #030d15;
  background-color: #b9bbbe;
}
.list-group-item-primary-600.list-group-item-action.active {
  color: #fff;
  background-color: #030d15;
  border-color: #030d15;
}

.list-group-item-primary-700 {
  color: #020a10;
  background-color: #cdcfd1;
}
.list-group-item-primary-700.list-group-item-action:hover, .list-group-item-primary-700.list-group-item-action:focus {
  color: #020a10;
  background-color: #b9babc;
}
.list-group-item-primary-700.list-group-item-action.active {
  color: #fff;
  background-color: #020a10;
  border-color: #020a10;
}

.list-group-item-primary-800 {
  color: #01070b;
  background-color: #ccced0;
}
.list-group-item-primary-800.list-group-item-action:hover, .list-group-item-primary-800.list-group-item-action:focus {
  color: #01070b;
  background-color: #b8b9bb;
}
.list-group-item-primary-800.list-group-item-action.active {
  color: #fff;
  background-color: #01070b;
  border-color: #01070b;
}

.list-group-item-primary-900 {
  color: #010305;
  background-color: #cccdce;
}
.list-group-item-primary-900.list-group-item-action:hover, .list-group-item-primary-900.list-group-item-action:focus {
  color: #010305;
  background-color: #b8b9b9;
}
.list-group-item-primary-900.list-group-item-action.active {
  color: #fff;
  background-color: #010305;
  border-color: #010305;
}

.list-group-item-primary-950 {
  color: #010202;
  background-color: #cccdcd;
}
.list-group-item-primary-950.list-group-item-action:hover, .list-group-item-primary-950.list-group-item-action:focus {
  color: #010202;
  background-color: #b8b9b9;
}
.list-group-item-primary-950.list-group-item-action.active {
  color: #fff;
  background-color: #010202;
  border-color: #010202;
}

.list-group-item-secondary {
  color: #3c4653;
  background-color: #e0e3e8;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #3c4653;
  background-color: #caccd1;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #3c4653;
  border-color: #3c4653;
}

.list-group-item-secondary-50 {
  color: #606061;
  background-color: #fcfcfd;
}
.list-group-item-secondary-50.list-group-item-action:hover, .list-group-item-secondary-50.list-group-item-action:focus {
  color: #606061;
  background-color: #e3e3e4;
}
.list-group-item-secondary-50.list-group-item-action.active {
  color: #fff;
  background-color: #606061;
  border-color: #606061;
}

.list-group-item-secondary-100 {
  color: #5a5b5d;
  background-color: #f9f9fa;
}
.list-group-item-secondary-100.list-group-item-action:hover, .list-group-item-secondary-100.list-group-item-action:focus {
  color: #5a5b5d;
  background-color: #e0e0e1;
}
.list-group-item-secondary-100.list-group-item-action.active {
  color: #fff;
  background-color: #5a5b5d;
  border-color: #5a5b5d;
}

.list-group-item-secondary-200 {
  color: #4d5054;
  background-color: #f3f4f6;
}
.list-group-item-secondary-200.list-group-item-action:hover, .list-group-item-secondary-200.list-group-item-action:focus {
  color: #4d5054;
  background-color: #dbdcdd;
}
.list-group-item-secondary-200.list-group-item-action.active {
  color: #fff;
  background-color: #4d5054;
  border-color: #4d5054;
}

.list-group-item-secondary-300 {
  color: #61676f;
  background-color: #eceef1;
}
.list-group-item-secondary-300.list-group-item-action:hover, .list-group-item-secondary-300.list-group-item-action:focus {
  color: #61676f;
  background-color: #d4d6d9;
}
.list-group-item-secondary-300.list-group-item-action.active {
  color: #fff;
  background-color: #61676f;
  border-color: #61676f;
}

.list-group-item-secondary-400 {
  color: #4f5661;
  background-color: #e6e9ec;
}
.list-group-item-secondary-400.list-group-item-action:hover, .list-group-item-secondary-400.list-group-item-action:focus {
  color: #4f5661;
  background-color: #cfd2d4;
}
.list-group-item-secondary-400.list-group-item-action.active {
  color: #fff;
  background-color: #4f5661;
  border-color: #4f5661;
}

.list-group-item-secondary-500 {
  color: #3c4653;
  background-color: #e0e3e8;
}
.list-group-item-secondary-500.list-group-item-action:hover, .list-group-item-secondary-500.list-group-item-action:focus {
  color: #3c4653;
  background-color: #caccd1;
}
.list-group-item-secondary-500.list-group-item-action.active {
  color: #fff;
  background-color: #3c4653;
  border-color: #3c4653;
}

.list-group-item-secondary-600 {
  color: #303843;
  background-color: #dcdfe2;
}
.list-group-item-secondary-600.list-group-item-action:hover, .list-group-item-secondary-600.list-group-item-action:focus {
  color: #303843;
  background-color: #c6c9cb;
}
.list-group-item-secondary-600.list-group-item-action.active {
  color: #fff;
  background-color: #303843;
  border-color: #303843;
}

.list-group-item-secondary-700 {
  color: #242a32;
  background-color: #d8dadd;
}
.list-group-item-secondary-700.list-group-item-action:hover, .list-group-item-secondary-700.list-group-item-action:focus {
  color: #242a32;
  background-color: #c2c4c7;
}
.list-group-item-secondary-700.list-group-item-action.active {
  color: #fff;
  background-color: #242a32;
  border-color: #242a32;
}

.list-group-item-secondary-800 {
  color: #181c22;
  background-color: #d4d5d7;
}
.list-group-item-secondary-800.list-group-item-action:hover, .list-group-item-secondary-800.list-group-item-action:focus {
  color: #181c22;
  background-color: #bfc0c2;
}
.list-group-item-secondary-800.list-group-item-action.active {
  color: #fff;
  background-color: #181c22;
  border-color: #181c22;
}

.list-group-item-secondary-900 {
  color: #0c0e11;
  background-color: #d0d1d2;
}
.list-group-item-secondary-900.list-group-item-action:hover, .list-group-item-secondary-900.list-group-item-action:focus {
  color: #0c0e11;
  background-color: #bbbcbd;
}
.list-group-item-secondary-900.list-group-item-action.active {
  color: #fff;
  background-color: #0c0e11;
  border-color: #0c0e11;
}

.list-group-item-secondary-950 {
  color: #060708;
  background-color: #cececf;
}
.list-group-item-secondary-950.list-group-item-action:hover, .list-group-item-secondary-950.list-group-item-action:focus {
  color: #060708;
  background-color: #b9b9ba;
}
.list-group-item-secondary-950.list-group-item-action.active {
  color: #fff;
  background-color: #060708;
  border-color: #060708;
}

.list-group-item-background {
  color: #444449;
  background-color: #e3e3e4;
}
.list-group-item-background.list-group-item-action:hover, .list-group-item-background.list-group-item-action:focus {
  color: #444449;
  background-color: #cccccd;
}
.list-group-item-background.list-group-item-action.active {
  color: #fff;
  background-color: #444449;
  border-color: #444449;
}

.list-group-item-background-50 {
  color: #646464;
  background-color: #fefefe;
}
.list-group-item-background-50.list-group-item-action:hover, .list-group-item-background-50.list-group-item-action:focus {
  color: #646464;
  background-color: #e5e5e5;
}
.list-group-item-background-50.list-group-item-action.active {
  color: #fff;
  background-color: #646464;
  border-color: #646464;
}

.list-group-item-background-100 {
  color: #626262;
  background-color: #fdfdfd;
}
.list-group-item-background-100.list-group-item-action:hover, .list-group-item-background-100.list-group-item-action:focus {
  color: #626262;
  background-color: #e4e4e4;
}
.list-group-item-background-100.list-group-item-action.active {
  color: #fff;
  background-color: #626262;
  border-color: #626262;
}

.list-group-item-background-200 {
  color: #5b5b5c;
  background-color: #fafafa;
}
.list-group-item-background-200.list-group-item-action:hover, .list-group-item-background-200.list-group-item-action:focus {
  color: #5b5b5c;
  background-color: #e1e1e1;
}
.list-group-item-background-200.list-group-item-action.active {
  color: #fff;
  background-color: #5b5b5c;
  border-color: #5b5b5c;
}

.list-group-item-background-300 {
  color: #555556;
  background-color: #f6f6f7;
}
.list-group-item-background-300.list-group-item-action:hover, .list-group-item-background-300.list-group-item-action:focus {
  color: #555556;
  background-color: #ddddde;
}
.list-group-item-background-300.list-group-item-action.active {
  color: #fff;
  background-color: #555556;
  border-color: #555556;
}

.list-group-item-background-400 {
  color: #616166;
  background-color: #ececee;
}
.list-group-item-background-400.list-group-item-action:hover, .list-group-item-background-400.list-group-item-action:focus {
  color: #616166;
  background-color: #d4d4d6;
}
.list-group-item-background-400.list-group-item-action.active {
  color: #fff;
  background-color: #616166;
  border-color: #616166;
}

.list-group-item-background-500 {
  color: #444449;
  background-color: #e3e3e4;
}
.list-group-item-background-500.list-group-item-action:hover, .list-group-item-background-500.list-group-item-action:focus {
  color: #444449;
  background-color: #cccccd;
}
.list-group-item-background-500.list-group-item-action.active {
  color: #fff;
  background-color: #444449;
  border-color: #444449;
}

.list-group-item-background-600 {
  color: #313137;
  background-color: #dcdcde;
}
.list-group-item-background-600.list-group-item-action:hover, .list-group-item-background-600.list-group-item-action:focus {
  color: #313137;
  background-color: #c6c6c8;
}
.list-group-item-background-600.list-group-item-action.active {
  color: #fff;
  background-color: #313137;
  border-color: #313137;
}

.list-group-item-background-700 {
  color: #26262a;
  background-color: #d9d9da;
}
.list-group-item-background-700.list-group-item-action:hover, .list-group-item-background-700.list-group-item-action:focus {
  color: #26262a;
  background-color: #c3c3c4;
}
.list-group-item-background-700.list-group-item-action.active {
  color: #fff;
  background-color: #26262a;
  border-color: #26262a;
}

.list-group-item-background-800 {
  color: #171719;
  background-color: #d4d4d4;
}
.list-group-item-background-800.list-group-item-action:hover, .list-group-item-background-800.list-group-item-action:focus {
  color: #171719;
  background-color: #bfbfbf;
}
.list-group-item-background-800.list-group-item-action.active {
  color: #fff;
  background-color: #171719;
  border-color: #171719;
}

.list-group-item-background-900 {
  color: #0e0e10;
  background-color: #d1d1d1;
}
.list-group-item-background-900.list-group-item-action:hover, .list-group-item-background-900.list-group-item-action:focus {
  color: #0e0e10;
  background-color: #bcbcbc;
}
.list-group-item-background-900.list-group-item-action.active {
  color: #fff;
  background-color: #0e0e10;
  border-color: #0e0e10;
}

.list-group-item-background-950 {
  color: #050507;
  background-color: #cecece;
}
.list-group-item-background-950.list-group-item-action:hover, .list-group-item-background-950.list-group-item-action:focus {
  color: #050507;
  background-color: #b9b9b9;
}
.list-group-item-background-950.list-group-item-action.active {
  color: #fff;
  background-color: #050507;
  border-color: #050507;
}

.list-group-item-success {
  color: #147638;
  background-color: #d3f3df;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #147638;
  background-color: #bedbc9;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #147638;
  border-color: #147638;
}

.list-group-item-info {
  color: #046d7f;
  background-color: #cdf0f6;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #046d7f;
  background-color: #b9d8dd;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #046d7f;
  border-color: #046d7f;
}

.list-group-item-warning {
  color: #5e4803;
  background-color: #fbf0ce;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #5e4803;
  background-color: #e2d8b9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #5e4803;
  border-color: #5e4803;
}

.list-group-item-danger {
  color: #8f2929;
  background-color: #fcdada;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #8f2929;
  background-color: #e3c4c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #8f2929;
  border-color: #8f2929;
}

.list-group-item-coral {
  color: #98433a;
  background-color: #ffe2df;
}
.list-group-item-coral.list-group-item-action:hover, .list-group-item-coral.list-group-item-action:focus {
  color: #98433a;
  background-color: #e6cbc9;
}
.list-group-item-coral.list-group-item-action.active {
  color: #fff;
  background-color: #98433a;
  border-color: #98433a;
}

.btn-close {
  box-sizing: content-box;
  width: 0.9em;
  height: 0.9em;
  padding: 1em 1em;
  color: #64748b;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2364748b'%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/0.9em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  border-radius: 0;
  opacity: 0.8;
}
.btn-close:hover {
  text-decoration: none;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%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/0.9em auto no-repeat;
  opacity: 1;
}
.btn-close:focus {
  outline: 0;
  box-shadow: none;
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: rgba(99, 99, 99, 0.2) 4px 2px 8px;
  border-radius: 0.25rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 1rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #52525b;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 0 solid #d4d4d8;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal-header .btn-close {
  padding: 0.8rem 1rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
  transition: all 0.5s ease-in-out;
}
.modal-header .btn-close:hover {
  background-color: #000;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 2rem 2rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.5rem 1rem 1rem;
  border-top: 0 solid #d4d4d8;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #000;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5%;
  padding: 0;
  color: #061b2c;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #061b2c;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23061b2c'%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='%23061b2c'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 5%;
  margin-bottom: 1rem;
  margin-left: 5%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: black;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 340px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 340px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none !important;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #061b2c;
}
.link-primary:hover, .link-primary:focus {
  color: #061b2c;
}

.link-primary-50 {
  color: #e6e8ea;
}
.link-primary-50:hover, .link-primary-50:focus {
  color: #e6e8ea;
}

.link-primary-100 {
  color: #cdd1d5;
}
.link-primary-100:hover, .link-primary-100:focus {
  color: #cdd1d5;
}

.link-primary-200 {
  color: #9ba4ab;
}
.link-primary-200:hover, .link-primary-200:focus {
  color: #9ba4ab;
}

.link-primary-300 {
  color: #6a7680;
}
.link-primary-300:hover, .link-primary-300:focus {
  color: #6a7680;
}

.link-primary-400 {
  color: #384956;
}
.link-primary-400:hover, .link-primary-400:focus {
  color: #384956;
}

.link-primary-500 {
  color: #061b2c;
}
.link-primary-500:hover, .link-primary-500:focus {
  color: #061b2c;
}

.link-primary-600 {
  color: #051623;
}
.link-primary-600:hover, .link-primary-600:focus {
  color: #051623;
}

.link-primary-700 {
  color: #04101a;
}
.link-primary-700:hover, .link-primary-700:focus {
  color: #04101a;
}

.link-primary-800 {
  color: #020b12;
}
.link-primary-800:hover, .link-primary-800:focus {
  color: #020b12;
}

.link-primary-900 {
  color: #010509;
}
.link-primary-900:hover, .link-primary-900:focus {
  color: #010509;
}

.link-primary-950 {
  color: #010304;
}
.link-primary-950:hover, .link-primary-950:focus {
  color: #010304;
}

.link-secondary {
  color: #64748b;
}
.link-secondary:hover, .link-secondary:focus {
  color: #64748b;
}

.link-secondary-50 {
  color: #f0f1f3;
}
.link-secondary-50:hover, .link-secondary-50:focus {
  color: #f0f1f3;
}

.link-secondary-100 {
  color: #e0e3e8;
}
.link-secondary-100:hover, .link-secondary-100:focus {
  color: #e0e3e8;
}

.link-secondary-200 {
  color: #c1c7d1;
}
.link-secondary-200:hover, .link-secondary-200:focus {
  color: #c1c7d1;
}

.link-secondary-300 {
  color: #a2acb9;
}
.link-secondary-300:hover, .link-secondary-300:focus {
  color: #a2acb9;
}

.link-secondary-400 {
  color: #8390a2;
}
.link-secondary-400:hover, .link-secondary-400:focus {
  color: #8390a2;
}

.link-secondary-500 {
  color: #64748b;
}
.link-secondary-500:hover, .link-secondary-500:focus {
  color: #64748b;
}

.link-secondary-600 {
  color: #505d6f;
}
.link-secondary-600:hover, .link-secondary-600:focus {
  color: #505d6f;
}

.link-secondary-700 {
  color: #3c4653;
}
.link-secondary-700:hover, .link-secondary-700:focus {
  color: #3c4653;
}

.link-secondary-800 {
  color: #282e38;
}
.link-secondary-800:hover, .link-secondary-800:focus {
  color: #282e38;
}

.link-secondary-900 {
  color: #14171c;
}
.link-secondary-900:hover, .link-secondary-900:focus {
  color: #14171c;
}

.link-secondary-950 {
  color: #0a0c0e;
}
.link-secondary-950:hover, .link-secondary-950:focus {
  color: #0a0c0e;
}

.link-background {
  color: #71717a;
}
.link-background:hover, .link-background:focus {
  color: #71717a;
}

.link-background-50 {
  color: #fafafa;
}
.link-background-50:hover, .link-background-50:focus {
  color: #fafafa;
}

.link-background-100 {
  color: #f4f4f5;
}
.link-background-100:hover, .link-background-100:focus {
  color: #f4f4f5;
}

.link-background-200 {
  color: #e4e4e7;
}
.link-background-200:hover, .link-background-200:focus {
  color: #e4e4e7;
}

.link-background-300 {
  color: #d4d4d8;
}
.link-background-300:hover, .link-background-300:focus {
  color: #d4d4d8;
}

.link-background-400 {
  color: #a1a1aa;
}
.link-background-400:hover, .link-background-400:focus {
  color: #a1a1aa;
}

.link-background-500 {
  color: #71717a;
}
.link-background-500:hover, .link-background-500:focus {
  color: #71717a;
}

.link-background-600 {
  color: #52525b;
}
.link-background-600:hover, .link-background-600:focus {
  color: #52525b;
}

.link-background-700 {
  color: #3f3f46;
}
.link-background-700:hover, .link-background-700:focus {
  color: #3f3f46;
}

.link-background-800 {
  color: #27272a;
}
.link-background-800:hover, .link-background-800:focus {
  color: #27272a;
}

.link-background-900 {
  color: #18181b;
}
.link-background-900:hover, .link-background-900:focus {
  color: #18181b;
}

.link-background-950 {
  color: #09090b;
}
.link-background-950:hover, .link-background-950:focus {
  color: #09090b;
}

.link-success {
  color: #22c55e;
}
.link-success:hover, .link-success:focus {
  color: #22c55e;
}

.link-info {
  color: #06b6d4;
}
.link-info:hover, .link-info:focus {
  color: #06b6d4;
}

.link-warning {
  color: #eab308;
}
.link-warning:hover, .link-warning:focus {
  color: #eab308;
}

.link-danger {
  color: #ef4444;
}
.link-danger:hover, .link-danger:focus {
  color: #ef4444;
}

.link-coral {
  color: #fe6f61;
}
.link-coral:hover, .link-coral:focus {
  color: #fe6f61;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: rgba(99, 99, 99, 0.2) 4px 2px 8px !important;
}

.shadow-sm {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}

.shadow-lg {
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px !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-10 {
  top: 10% !important;
}

.top-15 {
  top: 15% !important;
}

.top-20 {
  top: 20% !important;
}

.top-25 {
  top: 25% !important;
}

.top-30 {
  top: 30% !important;
}

.top-35 {
  top: 35% !important;
}

.top-40 {
  top: 40% !important;
}

.top-45 {
  top: 45% !important;
}

.top-50 {
  top: 50% !important;
}

.top-55 {
  top: 55% !important;
}

.top-60 {
  top: 60% !important;
}

.top-65 {
  top: 65% !important;
}

.top-70 {
  top: 70% !important;
}

.top-75 {
  top: 75% !important;
}

.top-80 {
  top: 80% !important;
}

.top-85 {
  top: 85% !important;
}

.top-90 {
  top: 90% !important;
}

.top-95 {
  top: 95% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-10 {
  bottom: 10% !important;
}

.bottom-15 {
  bottom: 15% !important;
}

.bottom-20 {
  bottom: 20% !important;
}

.bottom-25 {
  bottom: 25% !important;
}

.bottom-30 {
  bottom: 30% !important;
}

.bottom-35 {
  bottom: 35% !important;
}

.bottom-40 {
  bottom: 40% !important;
}

.bottom-45 {
  bottom: 45% !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-55 {
  bottom: 55% !important;
}

.bottom-60 {
  bottom: 60% !important;
}

.bottom-65 {
  bottom: 65% !important;
}

.bottom-70 {
  bottom: 70% !important;
}

.bottom-75 {
  bottom: 75% !important;
}

.bottom-80 {
  bottom: 80% !important;
}

.bottom-85 {
  bottom: 85% !important;
}

.bottom-90 {
  bottom: 90% !important;
}

.bottom-95 {
  bottom: 95% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-10 {
  left: 10% !important;
}

.start-15 {
  left: 15% !important;
}

.start-20 {
  left: 20% !important;
}

.start-25 {
  left: 25% !important;
}

.start-30 {
  left: 30% !important;
}

.start-35 {
  left: 35% !important;
}

.start-40 {
  left: 40% !important;
}

.start-45 {
  left: 45% !important;
}

.start-50 {
  left: 50% !important;
}

.start-55 {
  left: 55% !important;
}

.start-60 {
  left: 60% !important;
}

.start-65 {
  left: 65% !important;
}

.start-70 {
  left: 70% !important;
}

.start-75 {
  left: 75% !important;
}

.start-80 {
  left: 80% !important;
}

.start-85 {
  left: 85% !important;
}

.start-90 {
  left: 90% !important;
}

.start-95 {
  left: 95% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-10 {
  right: 10% !important;
}

.end-15 {
  right: 15% !important;
}

.end-20 {
  right: 20% !important;
}

.end-25 {
  right: 25% !important;
}

.end-30 {
  right: 30% !important;
}

.end-35 {
  right: 35% !important;
}

.end-40 {
  right: 40% !important;
}

.end-45 {
  right: 45% !important;
}

.end-50 {
  right: 50% !important;
}

.end-55 {
  right: 55% !important;
}

.end-60 {
  right: 60% !important;
}

.end-65 {
  right: 65% !important;
}

.end-70 {
  right: 70% !important;
}

.end-75 {
  right: 75% !important;
}

.end-80 {
  right: 80% !important;
}

.end-85 {
  right: 85% !important;
}

.end-90 {
  right: 90% !important;
}

.end-95 {
  right: 95% !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 #d4d4d8 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #d4d4d8 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #d4d4d8 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #d4d4d8 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #d4d4d8 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #061b2c !important;
}

.border-primary-50 {
  border-color: #e6e8ea !important;
}

.border-primary-100 {
  border-color: #cdd1d5 !important;
}

.border-primary-200 {
  border-color: #9ba4ab !important;
}

.border-primary-300 {
  border-color: #6a7680 !important;
}

.border-primary-400 {
  border-color: #384956 !important;
}

.border-primary-500 {
  border-color: #061b2c !important;
}

.border-primary-600 {
  border-color: #051623 !important;
}

.border-primary-700 {
  border-color: #04101a !important;
}

.border-primary-800 {
  border-color: #020b12 !important;
}

.border-primary-900 {
  border-color: #010509 !important;
}

.border-primary-950 {
  border-color: #010304 !important;
}

.border-secondary {
  border-color: #64748b !important;
}

.border-secondary-50 {
  border-color: #f0f1f3 !important;
}

.border-secondary-100 {
  border-color: #e0e3e8 !important;
}

.border-secondary-200 {
  border-color: #c1c7d1 !important;
}

.border-secondary-300 {
  border-color: #a2acb9 !important;
}

.border-secondary-400 {
  border-color: #8390a2 !important;
}

.border-secondary-500 {
  border-color: #64748b !important;
}

.border-secondary-600 {
  border-color: #505d6f !important;
}

.border-secondary-700 {
  border-color: #3c4653 !important;
}

.border-secondary-800 {
  border-color: #282e38 !important;
}

.border-secondary-900 {
  border-color: #14171c !important;
}

.border-secondary-950 {
  border-color: #0a0c0e !important;
}

.border-background {
  border-color: #71717a !important;
}

.border-background-50 {
  border-color: #fafafa !important;
}

.border-background-100 {
  border-color: #f4f4f5 !important;
}

.border-background-200 {
  border-color: #e4e4e7 !important;
}

.border-background-300 {
  border-color: #d4d4d8 !important;
}

.border-background-400 {
  border-color: #a1a1aa !important;
}

.border-background-500 {
  border-color: #71717a !important;
}

.border-background-600 {
  border-color: #52525b !important;
}

.border-background-700 {
  border-color: #3f3f46 !important;
}

.border-background-800 {
  border-color: #27272a !important;
}

.border-background-900 {
  border-color: #18181b !important;
}

.border-background-950 {
  border-color: #09090b !important;
}

.border-success {
  border-color: #22c55e !important;
}

.border-info {
  border-color: #06b6d4 !important;
}

.border-warning {
  border-color: #eab308 !important;
}

.border-danger {
  border-color: #ef4444 !important;
}

.border-coral {
  border-color: #fe6f61 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0rem !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 2rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.gap-6 {
  gap: 4rem !important;
}

.gap-7 {
  gap: 5rem !important;
}

.gap-8 {
  gap: 6rem !important;
}

.gap-9 {
  gap: 7rem !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: 0rem !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 2rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-6 {
  margin: 4rem !important;
}

.m-7 {
  margin: 5rem !important;
}

.m-8 {
  margin: 6rem !important;
}

.m-9 {
  margin: 7rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-6 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-7 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.mx-8 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.mx-9 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-6 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-7 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-8 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-9 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-6 {
  margin-top: 4rem !important;
}

.mt-7 {
  margin-top: 5rem !important;
}

.mt-8 {
  margin-top: 6rem !important;
}

.mt-9 {
  margin-top: 7rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0rem !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 2rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-6 {
  margin-right: 4rem !important;
}

.me-7 {
  margin-right: 5rem !important;
}

.me-8 {
  margin-right: 6rem !important;
}

.me-9 {
  margin-right: 7rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-6 {
  margin-bottom: 4rem !important;
}

.mb-7 {
  margin-bottom: 5rem !important;
}

.mb-8 {
  margin-bottom: 6rem !important;
}

.mb-9 {
  margin-bottom: 7rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0rem !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 2rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-6 {
  margin-left: 4rem !important;
}

.ms-7 {
  margin-left: 5rem !important;
}

.ms-8 {
  margin-left: 6rem !important;
}

.ms-9 {
  margin-left: 7rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0rem !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 2rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.p-6 {
  padding: 4rem !important;
}

.p-7 {
  padding: 5rem !important;
}

.p-8 {
  padding: 6rem !important;
}

.p-9 {
  padding: 7rem !important;
}

.px-0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-6 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-7 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px-8 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.px-9 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}

.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-7 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-8 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-9 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 2rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pt-6 {
  padding-top: 4rem !important;
}

.pt-7 {
  padding-top: 5rem !important;
}

.pt-8 {
  padding-top: 6rem !important;
}

.pt-9 {
  padding-top: 7rem !important;
}

.pe-0 {
  padding-right: 0rem !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 2rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pe-6 {
  padding-right: 4rem !important;
}

.pe-7 {
  padding-right: 5rem !important;
}

.pe-8 {
  padding-right: 6rem !important;
}

.pe-9 {
  padding-right: 7rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 2rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pb-6 {
  padding-bottom: 4rem !important;
}

.pb-7 {
  padding-bottom: 5rem !important;
}

.pb-8 {
  padding-bottom: 6rem !important;
}

.pb-9 {
  padding-bottom: 7rem !important;
}

.ps-0 {
  padding-left: 0rem !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 2rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.ps-6 {
  padding-left: 4rem !important;
}

.ps-7 {
  padding-left: 5rem !important;
}

.ps-8 {
  padding-left: 6rem !important;
}

.ps-9 {
  padding-left: 7rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.305rem + 0.66vw) !important;
}

.fs-2 {
  font-size: calc(1.285rem + 0.42vw) !important;
}

.fs-3 {
  font-size: calc(1.265rem + 0.18vw) !important;
}

.fs-4 {
  font-size: 1.2rem !important;
}

.fs-5 {
  font-size: 1.1rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fs-7 {
  font-size: 0.95rem !important;
}

.fs-8 {
  font-size: 0.9rem !important;
}

.fs-9 {
  font-size: 0.85rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: 200 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: 800 !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-justify {
  text-align: justify !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-primary-50 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-50-rgb), var(--bs-text-opacity)) !important;
}

.text-primary-100 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-100-rgb), var(--bs-text-opacity)) !important;
}

.text-primary-200 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-200-rgb), var(--bs-text-opacity)) !important;
}

.text-primary-300 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-300-rgb), var(--bs-text-opacity)) !important;
}

.text-primary-400 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-400-rgb), var(--bs-text-opacity)) !important;
}

.text-primary-500 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-500-rgb), var(--bs-text-opacity)) !important;
}

.text-primary-600 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-600-rgb), var(--bs-text-opacity)) !important;
}

.text-primary-700 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-700-rgb), var(--bs-text-opacity)) !important;
}

.text-primary-800 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-800-rgb), var(--bs-text-opacity)) !important;
}

.text-primary-900 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-900-rgb), var(--bs-text-opacity)) !important;
}

.text-primary-950 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-950-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary-50 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-50-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary-100 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-100-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary-200 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-200-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary-300 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-300-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary-400 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-400-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary-500 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-500-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary-600 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-600-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary-700 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-700-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary-800 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-800-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary-900 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-900-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary-950 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-950-rgb), var(--bs-text-opacity)) !important;
}

.text-background {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-background-rgb), var(--bs-text-opacity)) !important;
}

.text-background-50 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-background-50-rgb), var(--bs-text-opacity)) !important;
}

.text-background-100 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-background-100-rgb), var(--bs-text-opacity)) !important;
}

.text-background-200 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-background-200-rgb), var(--bs-text-opacity)) !important;
}

.text-background-300 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-background-300-rgb), var(--bs-text-opacity)) !important;
}

.text-background-400 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-background-400-rgb), var(--bs-text-opacity)) !important;
}

.text-background-500 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-background-500-rgb), var(--bs-text-opacity)) !important;
}

.text-background-600 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-background-600-rgb), var(--bs-text-opacity)) !important;
}

.text-background-700 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-background-700-rgb), var(--bs-text-opacity)) !important;
}

.text-background-800 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-background-800-rgb), var(--bs-text-opacity)) !important;
}

.text-background-900 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-background-900-rgb), var(--bs-text-opacity)) !important;
}

.text-background-950 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-background-950-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-coral {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-coral-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: #52525b !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-primary-50 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-50-rgb), var(--bs-bg-opacity)) !important;
}

.bg-primary-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-100-rgb), var(--bs-bg-opacity)) !important;
}

.bg-primary-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-200-rgb), var(--bs-bg-opacity)) !important;
}

.bg-primary-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-300-rgb), var(--bs-bg-opacity)) !important;
}

.bg-primary-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-400-rgb), var(--bs-bg-opacity)) !important;
}

.bg-primary-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-500-rgb), var(--bs-bg-opacity)) !important;
}

.bg-primary-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-600-rgb), var(--bs-bg-opacity)) !important;
}

.bg-primary-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-700-rgb), var(--bs-bg-opacity)) !important;
}

.bg-primary-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-800-rgb), var(--bs-bg-opacity)) !important;
}

.bg-primary-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-900-rgb), var(--bs-bg-opacity)) !important;
}

.bg-primary-950 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-950-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-secondary-50 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-50-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-100-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-200-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-300-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-400-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-500-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-600-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-700-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-800-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-900-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary-950 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-950-rgb), var(--bs-bg-opacity)) !important;
}

.bg-background {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-background-rgb), var(--bs-bg-opacity)) !important;
}

.bg-background-50 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-background-50-rgb), var(--bs-bg-opacity)) !important;
}

.bg-background-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-background-100-rgb), var(--bs-bg-opacity)) !important;
}

.bg-background-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-background-200-rgb), var(--bs-bg-opacity)) !important;
}

.bg-background-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-background-300-rgb), var(--bs-bg-opacity)) !important;
}

.bg-background-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-background-400-rgb), var(--bs-bg-opacity)) !important;
}

.bg-background-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-background-500-rgb), var(--bs-bg-opacity)) !important;
}

.bg-background-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-background-600-rgb), var(--bs-bg-opacity)) !important;
}

.bg-background-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-background-700-rgb), var(--bs-bg-opacity)) !important;
}

.bg-background-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-background-800-rgb), var(--bs-bg-opacity)) !important;
}

.bg-background-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-background-900-rgb), var(--bs-bg-opacity)) !important;
}

.bg-background-950 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-background-950-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-coral {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-coral-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0rem !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 2rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

  .gap-sm-6 {
    gap: 4rem !important;
  }

  .gap-sm-7 {
    gap: 5rem !important;
  }

  .gap-sm-8 {
    gap: 6rem !important;
  }

  .gap-sm-9 {
    gap: 7rem !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: 0rem !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 2rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-6 {
    margin: 4rem !important;
  }

  .m-sm-7 {
    margin: 5rem !important;
  }

  .m-sm-8 {
    margin: 6rem !important;
  }

  .m-sm-9 {
    margin: 7rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-sm-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-sm-8 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-sm-9 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-sm-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-sm-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-sm-9 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0rem !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 2rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-6 {
    margin-top: 4rem !important;
  }

  .mt-sm-7 {
    margin-top: 5rem !important;
  }

  .mt-sm-8 {
    margin-top: 6rem !important;
  }

  .mt-sm-9 {
    margin-top: 7rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0rem !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 2rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-6 {
    margin-right: 4rem !important;
  }

  .me-sm-7 {
    margin-right: 5rem !important;
  }

  .me-sm-8 {
    margin-right: 6rem !important;
  }

  .me-sm-9 {
    margin-right: 7rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0rem !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 2rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-6 {
    margin-bottom: 4rem !important;
  }

  .mb-sm-7 {
    margin-bottom: 5rem !important;
  }

  .mb-sm-8 {
    margin-bottom: 6rem !important;
  }

  .mb-sm-9 {
    margin-bottom: 7rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0rem !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 2rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-6 {
    margin-left: 4rem !important;
  }

  .ms-sm-7 {
    margin-left: 5rem !important;
  }

  .ms-sm-8 {
    margin-left: 6rem !important;
  }

  .ms-sm-9 {
    margin-left: 7rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0rem !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 2rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .p-sm-6 {
    padding: 4rem !important;
  }

  .p-sm-7 {
    padding: 5rem !important;
  }

  .p-sm-8 {
    padding: 6rem !important;
  }

  .p-sm-9 {
    padding: 7rem !important;
  }

  .px-sm-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-sm-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-sm-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-sm-8 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-sm-9 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .py-sm-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-sm-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-sm-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-sm-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-sm-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .pt-sm-0 {
    padding-top: 0rem !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 2rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pt-sm-6 {
    padding-top: 4rem !important;
  }

  .pt-sm-7 {
    padding-top: 5rem !important;
  }

  .pt-sm-8 {
    padding-top: 6rem !important;
  }

  .pt-sm-9 {
    padding-top: 7rem !important;
  }

  .pe-sm-0 {
    padding-right: 0rem !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 2rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pe-sm-6 {
    padding-right: 4rem !important;
  }

  .pe-sm-7 {
    padding-right: 5rem !important;
  }

  .pe-sm-8 {
    padding-right: 6rem !important;
  }

  .pe-sm-9 {
    padding-right: 7rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0rem !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 2rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pb-sm-6 {
    padding-bottom: 4rem !important;
  }

  .pb-sm-7 {
    padding-bottom: 5rem !important;
  }

  .pb-sm-8 {
    padding-bottom: 6rem !important;
  }

  .pb-sm-9 {
    padding-bottom: 7rem !important;
  }

  .ps-sm-0 {
    padding-left: 0rem !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 2rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .ps-sm-6 {
    padding-left: 4rem !important;
  }

  .ps-sm-7 {
    padding-left: 5rem !important;
  }

  .ps-sm-8 {
    padding-left: 6rem !important;
  }

  .ps-sm-9 {
    padding-left: 7rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }

  .text-sm-justify {
    text-align: justify !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0rem !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 2rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .gap-md-6 {
    gap: 4rem !important;
  }

  .gap-md-7 {
    gap: 5rem !important;
  }

  .gap-md-8 {
    gap: 6rem !important;
  }

  .gap-md-9 {
    gap: 7rem !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: 0rem !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 2rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-6 {
    margin: 4rem !important;
  }

  .m-md-7 {
    margin: 5rem !important;
  }

  .m-md-8 {
    margin: 6rem !important;
  }

  .m-md-9 {
    margin: 7rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-md-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-md-8 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-md-9 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-md-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-md-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-md-9 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0rem !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 2rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-6 {
    margin-top: 4rem !important;
  }

  .mt-md-7 {
    margin-top: 5rem !important;
  }

  .mt-md-8 {
    margin-top: 6rem !important;
  }

  .mt-md-9 {
    margin-top: 7rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0rem !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 2rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-6 {
    margin-right: 4rem !important;
  }

  .me-md-7 {
    margin-right: 5rem !important;
  }

  .me-md-8 {
    margin-right: 6rem !important;
  }

  .me-md-9 {
    margin-right: 7rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0rem !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 2rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-6 {
    margin-bottom: 4rem !important;
  }

  .mb-md-7 {
    margin-bottom: 5rem !important;
  }

  .mb-md-8 {
    margin-bottom: 6rem !important;
  }

  .mb-md-9 {
    margin-bottom: 7rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0rem !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 2rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-6 {
    margin-left: 4rem !important;
  }

  .ms-md-7 {
    margin-left: 5rem !important;
  }

  .ms-md-8 {
    margin-left: 6rem !important;
  }

  .ms-md-9 {
    margin-left: 7rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0rem !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 2rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .p-md-6 {
    padding: 4rem !important;
  }

  .p-md-7 {
    padding: 5rem !important;
  }

  .p-md-8 {
    padding: 6rem !important;
  }

  .p-md-9 {
    padding: 7rem !important;
  }

  .px-md-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-md-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-md-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-md-8 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-md-9 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .py-md-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-md-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-md-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-md-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-md-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .pt-md-0 {
    padding-top: 0rem !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 2rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pt-md-6 {
    padding-top: 4rem !important;
  }

  .pt-md-7 {
    padding-top: 5rem !important;
  }

  .pt-md-8 {
    padding-top: 6rem !important;
  }

  .pt-md-9 {
    padding-top: 7rem !important;
  }

  .pe-md-0 {
    padding-right: 0rem !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 2rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pe-md-6 {
    padding-right: 4rem !important;
  }

  .pe-md-7 {
    padding-right: 5rem !important;
  }

  .pe-md-8 {
    padding-right: 6rem !important;
  }

  .pe-md-9 {
    padding-right: 7rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0rem !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 2rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .pb-md-6 {
    padding-bottom: 4rem !important;
  }

  .pb-md-7 {
    padding-bottom: 5rem !important;
  }

  .pb-md-8 {
    padding-bottom: 6rem !important;
  }

  .pb-md-9 {
    padding-bottom: 7rem !important;
  }

  .ps-md-0 {
    padding-left: 0rem !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 2rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .ps-md-6 {
    padding-left: 4rem !important;
  }

  .ps-md-7 {
    padding-left: 5rem !important;
  }

  .ps-md-8 {
    padding-left: 6rem !important;
  }

  .ps-md-9 {
    padding-left: 7rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }

  .text-md-justify {
    text-align: justify !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0rem !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 2rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .gap-lg-6 {
    gap: 4rem !important;
  }

  .gap-lg-7 {
    gap: 5rem !important;
  }

  .gap-lg-8 {
    gap: 6rem !important;
  }

  .gap-lg-9 {
    gap: 7rem !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: 0rem !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 2rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-6 {
    margin: 4rem !important;
  }

  .m-lg-7 {
    margin: 5rem !important;
  }

  .m-lg-8 {
    margin: 6rem !important;
  }

  .m-lg-9 {
    margin: 7rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-lg-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-lg-8 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-lg-9 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-lg-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-lg-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-lg-9 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0rem !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 2rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-6 {
    margin-top: 4rem !important;
  }

  .mt-lg-7 {
    margin-top: 5rem !important;
  }

  .mt-lg-8 {
    margin-top: 6rem !important;
  }

  .mt-lg-9 {
    margin-top: 7rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0rem !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 2rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-6 {
    margin-right: 4rem !important;
  }

  .me-lg-7 {
    margin-right: 5rem !important;
  }

  .me-lg-8 {
    margin-right: 6rem !important;
  }

  .me-lg-9 {
    margin-right: 7rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 2rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-6 {
    margin-bottom: 4rem !important;
  }

  .mb-lg-7 {
    margin-bottom: 5rem !important;
  }

  .mb-lg-8 {
    margin-bottom: 6rem !important;
  }

  .mb-lg-9 {
    margin-bottom: 7rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0rem !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 2rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-6 {
    margin-left: 4rem !important;
  }

  .ms-lg-7 {
    margin-left: 5rem !important;
  }

  .ms-lg-8 {
    margin-left: 6rem !important;
  }

  .ms-lg-9 {
    margin-left: 7rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0rem !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 2rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .p-lg-6 {
    padding: 4rem !important;
  }

  .p-lg-7 {
    padding: 5rem !important;
  }

  .p-lg-8 {
    padding: 6rem !important;
  }

  .p-lg-9 {
    padding: 7rem !important;
  }

  .px-lg-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-lg-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-lg-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-lg-8 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-lg-9 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .py-lg-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-lg-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-lg-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-lg-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-lg-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .pt-lg-0 {
    padding-top: 0rem !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 2rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pt-lg-6 {
    padding-top: 4rem !important;
  }

  .pt-lg-7 {
    padding-top: 5rem !important;
  }

  .pt-lg-8 {
    padding-top: 6rem !important;
  }

  .pt-lg-9 {
    padding-top: 7rem !important;
  }

  .pe-lg-0 {
    padding-right: 0rem !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 2rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pe-lg-6 {
    padding-right: 4rem !important;
  }

  .pe-lg-7 {
    padding-right: 5rem !important;
  }

  .pe-lg-8 {
    padding-right: 6rem !important;
  }

  .pe-lg-9 {
    padding-right: 7rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0rem !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 2rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pb-lg-6 {
    padding-bottom: 4rem !important;
  }

  .pb-lg-7 {
    padding-bottom: 5rem !important;
  }

  .pb-lg-8 {
    padding-bottom: 6rem !important;
  }

  .pb-lg-9 {
    padding-bottom: 7rem !important;
  }

  .ps-lg-0 {
    padding-left: 0rem !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 2rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .ps-lg-6 {
    padding-left: 4rem !important;
  }

  .ps-lg-7 {
    padding-left: 5rem !important;
  }

  .ps-lg-8 {
    padding-left: 6rem !important;
  }

  .ps-lg-9 {
    padding-left: 7rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }

  .text-lg-justify {
    text-align: justify !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0rem !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 2rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .gap-xl-6 {
    gap: 4rem !important;
  }

  .gap-xl-7 {
    gap: 5rem !important;
  }

  .gap-xl-8 {
    gap: 6rem !important;
  }

  .gap-xl-9 {
    gap: 7rem !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: 0rem !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 2rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-6 {
    margin: 4rem !important;
  }

  .m-xl-7 {
    margin: 5rem !important;
  }

  .m-xl-8 {
    margin: 6rem !important;
  }

  .m-xl-9 {
    margin: 7rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-xl-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-xl-8 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-xl-9 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xl-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-xl-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-xl-9 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0rem !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 2rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-6 {
    margin-top: 4rem !important;
  }

  .mt-xl-7 {
    margin-top: 5rem !important;
  }

  .mt-xl-8 {
    margin-top: 6rem !important;
  }

  .mt-xl-9 {
    margin-top: 7rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0rem !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 2rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-6 {
    margin-right: 4rem !important;
  }

  .me-xl-7 {
    margin-right: 5rem !important;
  }

  .me-xl-8 {
    margin-right: 6rem !important;
  }

  .me-xl-9 {
    margin-right: 7rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0rem !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 2rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-6 {
    margin-bottom: 4rem !important;
  }

  .mb-xl-7 {
    margin-bottom: 5rem !important;
  }

  .mb-xl-8 {
    margin-bottom: 6rem !important;
  }

  .mb-xl-9 {
    margin-bottom: 7rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0rem !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 2rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-6 {
    margin-left: 4rem !important;
  }

  .ms-xl-7 {
    margin-left: 5rem !important;
  }

  .ms-xl-8 {
    margin-left: 6rem !important;
  }

  .ms-xl-9 {
    margin-left: 7rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0rem !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 2rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .p-xl-6 {
    padding: 4rem !important;
  }

  .p-xl-7 {
    padding: 5rem !important;
  }

  .p-xl-8 {
    padding: 6rem !important;
  }

  .p-xl-9 {
    padding: 7rem !important;
  }

  .px-xl-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xl-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-xl-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-xl-8 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-xl-9 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .py-xl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xl-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-xl-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-xl-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-xl-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .pt-xl-0 {
    padding-top: 0rem !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 2rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pt-xl-6 {
    padding-top: 4rem !important;
  }

  .pt-xl-7 {
    padding-top: 5rem !important;
  }

  .pt-xl-8 {
    padding-top: 6rem !important;
  }

  .pt-xl-9 {
    padding-top: 7rem !important;
  }

  .pe-xl-0 {
    padding-right: 0rem !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 2rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pe-xl-6 {
    padding-right: 4rem !important;
  }

  .pe-xl-7 {
    padding-right: 5rem !important;
  }

  .pe-xl-8 {
    padding-right: 6rem !important;
  }

  .pe-xl-9 {
    padding-right: 7rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0rem !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 2rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pb-xl-6 {
    padding-bottom: 4rem !important;
  }

  .pb-xl-7 {
    padding-bottom: 5rem !important;
  }

  .pb-xl-8 {
    padding-bottom: 6rem !important;
  }

  .pb-xl-9 {
    padding-bottom: 7rem !important;
  }

  .ps-xl-0 {
    padding-left: 0rem !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 2rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .ps-xl-6 {
    padding-left: 4rem !important;
  }

  .ps-xl-7 {
    padding-left: 5rem !important;
  }

  .ps-xl-8 {
    padding-left: 6rem !important;
  }

  .ps-xl-9 {
    padding-left: 7rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }

  .text-xl-justify {
    text-align: justify !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0rem !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 2rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .gap-xxl-6 {
    gap: 4rem !important;
  }

  .gap-xxl-7 {
    gap: 5rem !important;
  }

  .gap-xxl-8 {
    gap: 6rem !important;
  }

  .gap-xxl-9 {
    gap: 7rem !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: 0rem !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 2rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-6 {
    margin: 4rem !important;
  }

  .m-xxl-7 {
    margin: 5rem !important;
  }

  .m-xxl-8 {
    margin: 6rem !important;
  }

  .m-xxl-9 {
    margin: 7rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-xxl-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-xxl-8 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-xxl-9 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xxl-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-xxl-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-xxl-9 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0rem !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 2rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-6 {
    margin-top: 4rem !important;
  }

  .mt-xxl-7 {
    margin-top: 5rem !important;
  }

  .mt-xxl-8 {
    margin-top: 6rem !important;
  }

  .mt-xxl-9 {
    margin-top: 7rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0rem !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 2rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-6 {
    margin-right: 4rem !important;
  }

  .me-xxl-7 {
    margin-right: 5rem !important;
  }

  .me-xxl-8 {
    margin-right: 6rem !important;
  }

  .me-xxl-9 {
    margin-right: 7rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0rem !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 2rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-6 {
    margin-bottom: 4rem !important;
  }

  .mb-xxl-7 {
    margin-bottom: 5rem !important;
  }

  .mb-xxl-8 {
    margin-bottom: 6rem !important;
  }

  .mb-xxl-9 {
    margin-bottom: 7rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0rem !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 2rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-6 {
    margin-left: 4rem !important;
  }

  .ms-xxl-7 {
    margin-left: 5rem !important;
  }

  .ms-xxl-8 {
    margin-left: 6rem !important;
  }

  .ms-xxl-9 {
    margin-left: 7rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0rem !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 2rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .p-xxl-6 {
    padding: 4rem !important;
  }

  .p-xxl-7 {
    padding: 5rem !important;
  }

  .p-xxl-8 {
    padding: 6rem !important;
  }

  .p-xxl-9 {
    padding: 7rem !important;
  }

  .px-xxl-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xxl-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-xxl-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-xxl-8 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-xxl-9 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .py-xxl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xxl-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-xxl-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-xxl-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-xxl-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0rem !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 2rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pt-xxl-6 {
    padding-top: 4rem !important;
  }

  .pt-xxl-7 {
    padding-top: 5rem !important;
  }

  .pt-xxl-8 {
    padding-top: 6rem !important;
  }

  .pt-xxl-9 {
    padding-top: 7rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0rem !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 2rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pe-xxl-6 {
    padding-right: 4rem !important;
  }

  .pe-xxl-7 {
    padding-right: 5rem !important;
  }

  .pe-xxl-8 {
    padding-right: 6rem !important;
  }

  .pe-xxl-9 {
    padding-right: 7rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0rem !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 2rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pb-xxl-6 {
    padding-bottom: 4rem !important;
  }

  .pb-xxl-7 {
    padding-bottom: 5rem !important;
  }

  .pb-xxl-8 {
    padding-bottom: 6rem !important;
  }

  .pb-xxl-9 {
    padding-bottom: 7rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0rem !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 2rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .ps-xxl-6 {
    padding-left: 4rem !important;
  }

  .ps-xxl-7 {
    padding-left: 5rem !important;
  }

  .ps-xxl-8 {
    padding-left: 6rem !important;
  }

  .ps-xxl-9 {
    padding-left: 7rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }

  .text-xxl-justify {
    text-align: justify !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 1.8rem !important;
  }

  .fs-2 {
    font-size: 1.6rem !important;
  }

  .fs-3 {
    font-size: 1.4rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */

/* Bootstrap Multiselect */
span.multiselect-native-select {
	position: relative;
}
span.multiselect-native-select select {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px -1px -1px -3px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	left: 50%;
	top: 30px;
}
.multiselect.dropdown-toggle:after {
	display: none;
}
.multiselect.dropdown-toggle i.fa-chevron-down {
	color: var(--bs-primary);
	position: absolute;
	right: 8px;
	width: 8px;
	top: 8px;
}

.multiselect {
	overflow: hidden;
	text-overflow: ellipsis;
}
.multiselect-container {
	position: absolute;
	max-height: 440px;
	overflow-y: auto;
	overflow-x: hidden;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.multiselect-container .multiselect-reset .input-group {
	width: 93%;
}

.multiselect-container .multiselect-filter {
	border-bottom: 1px solid #d3d3d3;
}

.multiselect-container .multiselect-filter > .fa-search {
	z-index: 1;
	padding-left: 0.75rem;
	margin: 1px;
}
.multiselect-container .multiselect-filter > input.multiselect-search {
	border: none;
	padding-left: 2rem;
	margin-left: -1.625rem;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	font-size: 0.9rem;
}
.multiselect-container .multiselect-filter > input.multiselect-search:focus {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}
.multiselect-container .multiselect-filter > .multiselect-moz-clear-filter {
	margin-left: -1.5rem;
	display: none;
}
.multiselect-container .multiselect-option.multiselect-group-option-indented {
	padding-left: 1.75rem;
}
.multiselect-container .multiselect-all,
.multiselect-container .multiselect-group,
.multiselect-container .multiselect-option {
	padding: 0.25rem 0.25rem 0.25rem 0.75rem;
}
.multiselect-container .multiselect-all .form-check-label,
.multiselect-container .multiselect-all.dropdown-item,
.multiselect-container .multiselect-all.dropdown-toggle,
.multiselect-container .multiselect-group .form-check-label,
.multiselect-container .multiselect-group.dropdown-item,
.multiselect-container .multiselect-group.dropdown-toggle,
.multiselect-container .multiselect-option .form-check-label,
.multiselect-container .multiselect-option.dropdown-item,
.multiselect-container .multiselect-option.dropdown-toggle {
	text-transform: uppercase;
	cursor: pointer;
	font-size: 0.8rem;
}
.multiselect-container .multiselect-all.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-all:not(.multiselect-active-item-fallback):active,
.multiselect-container .multiselect-group.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-group:not(.multiselect-active-item-fallback):active,
.multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active {
	background-color: #d3d3d3;
	color: #000;
}
.multiselect-container .multiselect-all:focus,
.multiselect-container .multiselect-all:hover,
.multiselect-container .multiselect-group:focus,
.multiselect-container .multiselect-group:hover,
.multiselect-container .multiselect-option:focus,
.multiselect-container .multiselect-option:hover {
	background-color: #a9a9a9 !important;
}
.multiselect-container .multiselect-all .form-check,
.multiselect-container .multiselect-group .form-check,
.multiselect-container .multiselect-option .form-check {
	padding: 0 5px 0 20px;
}
.multiselect-container .multiselect-all:focus,
.multiselect-container .multiselect-group:focus,
.multiselect-container .multiselect-option:focus {
	outline: 0;
}
.form-inline .multiselect-container span.form-check {
	padding: 3px 20px 3px 40px;
}
.input-group.input-group-sm > .multiselect-native-select .multiselect {
	padding: 0.25rem 1.75rem 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	height: calc(4em);
}
.input-group > .multiselect-native-select {
	flex: 1 1 auto;
	width: 1%;
}
.input-group > .multiselect-native-select > div.btn-group {
	width: 100%;
}
.input-group > .multiselect-native-select:not(:first-child) .multiselect {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.input-group > .multiselect-native-select:not(:last-child) .multiselect {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

/* Datepicker for Bootstrap */

.datepicker {
	padding: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	direction: ltr;
}
.datepicker-inline {
	width: 220px;
}
.datepicker-rtl {
	direction: rtl;
}
.datepicker-rtl.dropdown-menu {
	left: auto;
}
.datepicker-rtl table tr td span {
	float: right;
}
.datepicker-dropdown {
	top: 0;
	left: 0;
}
.datepicker-dropdown:before {
	content: "";
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #999;
	border-top: 0;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute;
}
.datepicker-dropdown:after {
	content: "";
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-top: 0;
	position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
	left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
	left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
	right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
	right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
	top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
	top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
	bottom: -7px;
	border-bottom: 0;
	border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-top:after {
	bottom: -6px;
	border-bottom: 0;
	border-top: 6px solid #fff;
}
.datepicker table {
	margin: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.datepicker td,
.datepicker th {
	text-align: center;
	width: 34px;
	height: 34px;
	border: none;
	color: black;
	font-weight: 600;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
	background-color: transparent;
}
.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
	background: #eee;
	cursor: pointer;
}
.datepicker table tr td.new,
.datepicker table tr td.old {
	color: #999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
	background: 0 0;
	color: #999;
	cursor: default;
}
.datepicker table tr td.highlighted {
	background: #d9edf7;
	border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
	border: 1px solid var(--bs-primary);
}
.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today[disabled] {
	border: 1px solid var(--bs-primary);
}
.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover:active {
	border: 1px solid var(--bs-primary);
}
.datepicker table tr td.today:hover:hover {
	color: #000;
}
.datepicker table tr td.today.active:hover {
	color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range:hover {
	background: #eee;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover {
	border: 1px solid var(--bs-primary);
}
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today[disabled] {
	border: 1px solid var(--bs-primary);
}
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover:active {
	background-color: var(--bs-primary);
}
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected[disabled] {
	background-color: grey;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
	background-color: var(--bs-primary);
}
.datepicker table tr td span {
	display: block;
	width: 23%;
	height: 54px;
	line-height: 54px;
	float: left;
	margin: 1%;
	cursor: pointer;
}
.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
	background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
	background: 0 0;
	color: #999;
	cursor: default;
}
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
	background-color: var(--bs-primary);
}
.datepicker table tr td span.new,
.datepicker table tr td span.old {
	color: #999;
}
.datepicker .datepicker-switch {
	width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
	cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
	background: #eee;
}
.datepicker .next.disabled,
.datepicker .prev.disabled {
	visibility: hidden;
}
.datepicker .cw {
	font-size: 10px;
	width: 12px;
	padding: 0 2px 0 5px;
	vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
	cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
	margin-top: 3px;
}
.input-daterange input {
	text-align: center;
}
.input-daterange input:first-child {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
	display: inline-block;
	width: auto;
	min-width: 16px;
	height: 20px;
	padding: 4px 5px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	vertical-align: middle;
	background-color: #eee;
	border: 1px solid #ccc;
	margin-left: -5px;
	margin-right: -5px;
}
.datepicker.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	display: none;
	min-width: 160px;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	color: #333;
	font-size: 13px;
	line-height: 20px;
}
.datepicker.datepicker-inline td,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.dropdown-menu th {
	padding: 4px 5px;
}

.ui-timepicker-container {
	position: absolute;
	overflow: hidden;
	box-sizing: border-box;
}
.ui-timepicker,
.ui-timepicker-viewport {
	box-sizing: content-box;
	height: 205px;
	display: block;
	margin: 0;
}
.ui-timepicker {
	list-style: none;
	padding: 0 1px;
	text-align: center;
}
.ui-timepicker-viewport {
	padding: 0;
	overflow: auto;
	overflow-x: hidden;
}
.ui-timepicker-standard {
	font-family: inherit;
	font-size: 1.1em;
	background-color: #fff;
	border: 1px solid #aaa;
	color: #222;
	margin: 0;
	padding: 2px;
}
.ui-timepicker-standard a {
	border: 1px solid transparent;
	color: #222;
	display: block;
	padding: 0.2em 0.4em;
	text-decoration: none;
}
.ui-timepicker-standard .ui-state-hover {
	background-color: #dadada;
	border: 1px solid #999;
	font-weight: 400;
	color: #212121;
}
.ui-timepicker-standard .ui-menu-item {
	margin: 0;
	padding: 0;
}
.ui-timepicker-corners,
.ui-timepicker-corners .ui-corner-all {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.ui-timepicker-hidden {
	display: none;
}
.ui-timepicker-no-scrollbar .ui-timepicker {
	border: none;
} /*# sourceMappingURL=jquery.timepicker.min.css.map */

.iti {
  font-size: 16px;
  color: black;
  position: relative;
  display: block;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 2px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -2px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 2px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -2px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 2px solid #ccc;
}
.iti__country {
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box, .iti__country-name, .iti__dial-code {
  vertical-align: middle;
}
.iti__flag-box, .iti__country-name {
  margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel], .iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 2px;
}
.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("/assets/css_image/flags.png");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("/assets/css_image/flags.png");
  }
}

.iti__flag.iti__np {
  background-color: transparent;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.icon {
  display: inline-block;
  height: 24px;
  width: 24px;
  background-color: #000;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.icon.sm {
  height: 16px;
  width: 16px;
}
.icon.md {
  height: 24px;
  width: 24px;
}
.icon.lg {
  height: 32px;
  width: 32px;
}
.icon.xl {
  height: 48px;
  width: 48px;
}
.icon.xxl {
  height: 64px;
  width: 64px;
}
.icon.gray {
  background-color: #a1a1aa;
}
.icon.light-gray {
  background-color: #e4e4e7;
}
.icon.dark-gray {
  background-color: #52525b;
}
.icon.green {
  background-color: #22c55e;
}
.icon.primary {
  background-color: #061b2c;
}
.icon.red {
  background-color: #ef4444;
}
.icon.secondary {
  background-color: #64748b;
}
.icon.slate {
  background-color: #64748b;
}
.icon.yellow {
  background-color: #eab308;
}
.icon.white {
  background-color: #fff;
}
.icon.check {
  -webkit-mask-image: url("/assets/icon/general/check.svg");
          mask-image: url("/assets/icon/general/check.svg");
}
.icon.close {
  -webkit-mask-image: url("/assets/icon/general/close.svg");
          mask-image: url("/assets/icon/general/close.svg");
}
.icon.compare {
  -webkit-mask-image: url("/assets/icon/general/compare.svg");
          mask-image: url("/assets/icon/general/compare.svg");
}
.icon.copy {
  -webkit-mask-image: url("/assets/icon/general/copy.svg");
          mask-image: url("/assets/icon/general/copy.svg");
}
.icon.delete {
  -webkit-mask-image: url("/assets/icon/general/delete.svg");
          mask-image: url("/assets/icon/general/delete.svg");
}
.icon.edit {
  -webkit-mask-image: url("/assets/icon/general/edit.svg");
          mask-image: url("/assets/icon/general/edit.svg");
}
.icon.eye {
  -webkit-mask-image: url("/assets/icon/general/eye.svg");
          mask-image: url("/assets/icon/general/eye.svg");
}
.icon.eye-closed {
  -webkit-mask-image: url("/assets/icon/general/eye-closed.svg");
          mask-image: url("/assets/icon/general/eye-closed.svg");
}
.icon.heart {
  -webkit-mask-image: url("/assets/icon/general/heart.svg");
          mask-image: url("/assets/icon/general/heart.svg");
}
.icon.login {
  -webkit-mask-image: url("/assets/icon/general/login.svg");
          mask-image: url("/assets/icon/general/login.svg");
}
.icon.menu {
  -webkit-mask-image: url("/assets/icon/general/menu.svg");
          mask-image: url("/assets/icon/general/menu.svg");
}
.icon.search {
  -webkit-mask-image: url("/assets/icon/general/search.svg");
          mask-image: url("/assets/icon/general/search.svg");
}
.icon.save {
  -webkit-mask-image: url("/assets/icon/general/save.svg");
          mask-image: url("/assets/icon/general/save.svg");
}
.icon.user {
  -webkit-mask-image: url("/assets/icon/general/user.svg");
          mask-image: url("/assets/icon/general/user.svg");
}
.icon.web {
  -webkit-mask-image: url("/assets/icon/general/web.svg");
          mask-image: url("/assets/icon/general/web.svg");
}
.icon.zoom {
  -webkit-mask-image: url("/assets/icon/general/zoom.svg");
          mask-image: url("/assets/icon/general/zoom.svg");
}
.icon.zoom-in {
  -webkit-mask-image: url("/assets/icon/general/zoom-in.svg");
          mask-image: url("/assets/icon/general/zoom-in.svg");
}
.icon.zoom-out {
  -webkit-mask-image: url("/assets/icon/general/zoom-out.svg");
          mask-image: url("/assets/icon/general/zoom-out.svg");
}
.icon.arrow-left {
  -webkit-mask-image: url("/assets/icon/arrow/left.svg");
          mask-image: url("/assets/icon/arrow/left.svg");
}
.icon.arrow-right {
  -webkit-mask-image: url("/assets/icon/arrow/right.svg");
          mask-image: url("/assets/icon/arrow/right.svg");
}
.icon.arrow-down {
  -webkit-mask-image: url("/assets/icon/arrow/down.svg");
          mask-image: url("/assets/icon/arrow/down.svg");
}
.icon.arrow-up {
  -webkit-mask-image: url("/assets/icon/arrow/up.svg");
          mask-image: url("/assets/icon/arrow/up.svg");
}
.icon.between {
  -webkit-mask-image: url("/assets/icon/arrow/between.svg");
          mask-image: url("/assets/icon/arrow/between.svg");
}
.icon.greater-or-equal {
  -webkit-mask-image: url("/assets/icon/arrow/greater-or-equal.svg");
          mask-image: url("/assets/icon/arrow/greater-or-equal.svg");
}
.icon.less-or-equal {
  -webkit-mask-image: url("/assets/icon/arrow/less-or-equal.svg");
          mask-image: url("/assets/icon/arrow/less-or-equal.svg");
}
.icon.chevron-left {
  -webkit-mask-image: url("/assets/icon/chevron/left.svg");
          mask-image: url("/assets/icon/chevron/left.svg");
}
.icon.chevron-right {
  -webkit-mask-image: url("/assets/icon/chevron/right.svg");
          mask-image: url("/assets/icon/chevron/right.svg");
}
.icon.chevron-down {
  -webkit-mask-image: url("/assets/icon/chevron/down.svg");
          mask-image: url("/assets/icon/chevron/down.svg");
}
.icon.chevron-up {
  -webkit-mask-image: url("/assets/icon/chevron/up.svg");
          mask-image: url("/assets/icon/chevron/up.svg");
}
.icon.email {
  -webkit-mask-image: url("/assets/icon/contact/email.svg");
          mask-image: url("/assets/icon/contact/email.svg");
}
.icon.location {
  -webkit-mask-image: url("/assets/icon/contact/location.svg");
          mask-image: url("/assets/icon/contact/location.svg");
}
.icon.mail {
  -webkit-mask-image: url("/assets/icon/contact/mail.svg");
          mask-image: url("/assets/icon/contact/mail.svg");
}
.icon.password {
  -webkit-mask-image: url("/assets/icon/contact/password.svg");
          mask-image: url("/assets/icon/contact/password.svg");
}
.icon.phone {
  -webkit-mask-image: url("/assets/icon/contact/phone.svg");
          mask-image: url("/assets/icon/contact/phone.svg");
}
.icon.user {
  -webkit-mask-image: url("/assets/icon/contact/user.svg");
          mask-image: url("/assets/icon/contact/user.svg");
}
.icon.room {
  -webkit-mask-image: url("/assets/icon/product/room.svg");
          mask-image: url("/assets/icon/product/room.svg");
}
.icon.bathroom {
  -webkit-mask-image: url("/assets/icon/product/bathroom.svg");
          mask-image: url("/assets/icon/product/bathroom.svg");
}
.icon.section {
  -webkit-mask-image: url("/assets/icon/product/section.svg");
          mask-image: url("/assets/icon/product/section.svg");
}
.icon.area {
  -webkit-mask-image: url("/assets/icon/product/area.svg");
          mask-image: url("/assets/icon/product/area.svg");
}
.icon.facebook {
  -webkit-mask-image: url("/assets/icon/social/facebook.svg");
          mask-image: url("/assets/icon/social/facebook.svg");
}
.icon.instagram {
  -webkit-mask-image: url("/assets/icon/social/instagram.svg");
          mask-image: url("/assets/icon/social/instagram.svg");
}
.icon.linkedin {
  -webkit-mask-image: url("/assets/icon/social/linkedin.svg");
          mask-image: url("/assets/icon/social/linkedin.svg");
}
.icon.pinterest {
  -webkit-mask-image: url("/assets/icon/social/pinterest.svg");
          mask-image: url("/assets/icon/social/pinterest.svg");
}
.icon.share {
  -webkit-mask-image: url("/assets/icon/social/share.svg");
          mask-image: url("/assets/icon/social/share.svg");
}
.icon.skype {
  -webkit-mask-image: url("/assets/icon/social/skype.svg");
          mask-image: url("/assets/icon/social/skype.svg");
}
.icon.whatsapp {
  -webkit-mask-image: url("/assets/icon/social/whatsapp.svg");
          mask-image: url("/assets/icon/social/whatsapp.svg");
}
.icon.x {
  -webkit-mask-image: url("/assets/icon/social/x.svg");
          mask-image: url("/assets/icon/social/x.svg");
}
.icon.double-quote-end {
  -webkit-mask-image: url("/assets/icon/special/double-quote-end.svg");
          mask-image: url("/assets/icon/special/double-quote-end.svg");
}
.icon.double-quote-start {
  -webkit-mask-image: url("/assets/icon/special/double-quote-start.svg");
          mask-image: url("/assets/icon/special/double-quote-start.svg");
}
.icon.dots-horizontal {
  -webkit-mask-image: url("/assets/icon/special/dots-horizontal.svg");
          mask-image: url("/assets/icon/special/dots-horizontal.svg");
}
.icon.dots-vertical {
  -webkit-mask-image: url("/assets/icon/special/dots-vertical.svg");
          mask-image: url("/assets/icon/special/dots-vertical.svg");
}
.icon.star {
  -webkit-mask-image: url("/assets/icon/stars/full.svg");
          mask-image: url("/assets/icon/stars/full.svg");
}
.icon.star-outline {
  -webkit-mask-image: url("/assets/icon/stars/outline.svg");
          mask-image: url("/assets/icon/stars/outline.svg");
}
.icon.aisle {
  -webkit-mask-image: url("/assets/icon/views/aisle.svg");
          mask-image: url("/assets/icon/views/aisle.svg");
}
.icon.bosphorous {
  -webkit-mask-image: url("/assets/icon/views/bosphorous.svg");
          mask-image: url("/assets/icon/views/bosphorous.svg");
}
.icon.city {
  -webkit-mask-image: url("/assets/icon/views/city.svg");
          mask-image: url("/assets/icon/views/city.svg");
}
.icon.forest {
  -webkit-mask-image: url("/assets/icon/views/forest.svg");
          mask-image: url("/assets/icon/views/forest.svg");
}
.icon.garden {
  -webkit-mask-image: url("/assets/icon/views/garden.svg");
          mask-image: url("/assets/icon/views/garden.svg");
}
.icon.inward {
  -webkit-mask-image: url("/assets/icon/views/inward.svg");
          mask-image: url("/assets/icon/views/inward.svg");
}
.icon.island {
  -webkit-mask-image: url("/assets/icon/views/island.svg");
          mask-image: url("/assets/icon/views/island.svg");
}
.icon.lake {
  -webkit-mask-image: url("/assets/icon/views/lake.svg");
          mask-image: url("/assets/icon/views/lake.svg");
}
.icon.mountain {
  -webkit-mask-image: url("/assets/icon/views/mountain.svg");
          mask-image: url("/assets/icon/views/mountain.svg");
}
.icon.outward {
  -webkit-mask-image: url("/assets/icon/views/outward.svg");
          mask-image: url("/assets/icon/views/outward.svg");
}
.icon.park {
  -webkit-mask-image: url("/assets/icon/views/park.svg");
          mask-image: url("/assets/icon/views/park.svg");
}
.icon.pool {
  -webkit-mask-image: url("/assets/icon/views/pool.svg");
          mask-image: url("/assets/icon/views/pool.svg");
}
.icon.road {
  -webkit-mask-image: url("/assets/icon/views/road.svg");
          mask-image: url("/assets/icon/views/road.svg");
}
.icon.sea {
  -webkit-mask-image: url("/assets/icon/views/sea.svg");
          mask-image: url("/assets/icon/views/sea.svg");
}
.icon.valley {
  -webkit-mask-image: url("/assets/icon/views/valley.svg");
          mask-image: url("/assets/icon/views/valley.svg");
}

@media (min-width: 767px) {
  .w-sm-00 {
    width: 0% !important;
  }

  .w-sm-05 {
    width: 5% !important;
  }

  .w-sm-10 {
    width: 10% !important;
  }

  .w-sm-15 {
    width: 15% !important;
  }

  .w-sm-20 {
    width: 20% !important;
  }

  .w-sm-25 {
    width: 25% !important;
  }

  .w-sm-30 {
    width: 30% !important;
  }

  .w-sm-35 {
    width: 35% !important;
  }

  .w-sm-40 {
    width: 40% !important;
  }

  .w-sm-45 {
    width: 45% !important;
  }

  .w-sm-50 {
    width: 50% !important;
  }

  .w-sm-55 {
    width: 55% !important;
  }

  .w-sm-60 {
    width: 60% !important;
  }

  .w-sm-65 {
    width: 65% !important;
  }

  .w-sm-70 {
    width: 70% !important;
  }

  .w-sm-75 {
    width: 75% !important;
  }

  .w-sm-80 {
    width: 80% !important;
  }

  .w-sm-85 {
    width: 85% !important;
  }

  .w-sm-90 {
    width: 90% !important;
  }

  .w-sm-95 {
    width: 95% !important;
  }

  .w-sm-100 {
    width: 100% !important;
  }

  .w-sm-105 {
    width: 105% !important;
  }
}
@media (min-width: 991px) {
  .w-md-00 {
    width: 0% !important;
  }

  .w-md-05 {
    width: 5% !important;
  }

  .w-md-10 {
    width: 10% !important;
  }

  .w-md-15 {
    width: 15% !important;
  }

  .w-md-20 {
    width: 20% !important;
  }

  .w-md-25 {
    width: 25% !important;
  }

  .w-md-30 {
    width: 30% !important;
  }

  .w-md-35 {
    width: 35% !important;
  }

  .w-md-40 {
    width: 40% !important;
  }

  .w-md-45 {
    width: 45% !important;
  }

  .w-md-50 {
    width: 50% !important;
  }

  .w-md-55 {
    width: 55% !important;
  }

  .w-md-60 {
    width: 60% !important;
  }

  .w-md-65 {
    width: 65% !important;
  }

  .w-md-70 {
    width: 70% !important;
  }

  .w-md-75 {
    width: 75% !important;
  }

  .w-md-80 {
    width: 80% !important;
  }

  .w-md-85 {
    width: 85% !important;
  }

  .w-md-90 {
    width: 90% !important;
  }

  .w-md-95 {
    width: 95% !important;
  }

  .w-md-100 {
    width: 100% !important;
  }

  .w-md-105 {
    width: 105% !important;
  }
}
@media (min-width: 1199px) {
  .w-lg-00 {
    width: 0% !important;
  }

  .w-lg-05 {
    width: 5% !important;
  }

  .w-lg-10 {
    width: 10% !important;
  }

  .w-lg-15 {
    width: 15% !important;
  }

  .w-lg-20 {
    width: 20% !important;
  }

  .w-lg-25 {
    width: 25% !important;
  }

  .w-lg-30 {
    width: 30% !important;
  }

  .w-lg-35 {
    width: 35% !important;
  }

  .w-lg-40 {
    width: 40% !important;
  }

  .w-lg-45 {
    width: 45% !important;
  }

  .w-lg-50 {
    width: 50% !important;
  }

  .w-lg-55 {
    width: 55% !important;
  }

  .w-lg-60 {
    width: 60% !important;
  }

  .w-lg-65 {
    width: 65% !important;
  }

  .w-lg-70 {
    width: 70% !important;
  }

  .w-lg-75 {
    width: 75% !important;
  }

  .w-lg-80 {
    width: 80% !important;
  }

  .w-lg-85 {
    width: 85% !important;
  }

  .w-lg-90 {
    width: 90% !important;
  }

  .w-lg-95 {
    width: 95% !important;
  }

  .w-lg-100 {
    width: 100% !important;
  }

  .w-lg-105 {
    width: 105% !important;
  }
}
.border-radius-0 {
  border-radius: 0px !important;
}

.border-radius-1 {
  border-radius: 1px !important;
}

.border-radius-2 {
  border-radius: 2px !important;
}

.border-radius-3 {
  border-radius: 3px !important;
}

.border-radius-4 {
  border-radius: 4px !important;
}

.border-radius-5 {
  border-radius: 5px !important;
}

.border-radius-6 {
  border-radius: 6px !important;
}

.border-radius-7 {
  border-radius: 7px !important;
}

.border-radius-8 {
  border-radius: 8px !important;
}

.border-radius-9 {
  border-radius: 9px !important;
}

/*animations*/
@property --ppg-border-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@keyframes ppgTagBorderSpin {
  to {
    --ppg-border-angle: 360deg;
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes heroTitleReveal {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.92);
    letter-spacing: 16px;
    filter: blur(6px);
  }
  60% {
    opacity: 0.8;
    filter: blur(1px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    letter-spacing: 4px;
    filter: blur(0);
  }
}
@keyframes heroSubTitleReveal {
  0% {
    opacity: 0;
    transform: translateY(24px);
    letter-spacing: 10px;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    letter-spacing: 2px;
    filter: blur(0);
  }
}
[data-is-visible=scale-in] {
  opacity: 0;
  transform: scale(0.9);
  transition: 2s;
}
[data-is-visible=scale-in].visible {
  opacity: 1;
  transform: scale(1);
}

[data-is-visible=fade-in] {
  opacity: 0;
  transform: scale(0.9);
  transition: 1s;
}
[data-is-visible=fade-in].visible {
  opacity: 1;
  transform: scale(1);
}

@font-face {
  font-family: "Questrial";
  font-style: normal;
  font-display: swap;
  src: url("/assets/font/questrial.ttf") format("truetype");
}
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-display: swap;
  src: url("/assets/font/outfit.ttf") format("truetype");
}
@font-face {
  font-family: "Urbanist";
  font-style: normal;
  font-display: swap;
  src: url("/assets/font/urbanist.ttf") format("truetype");
}
@font-face {
  font-family: "Urbanist";
  font-style: italic;
  font-display: swap;
  src: url("/assets/font/urbanist-italic.ttf") format("truetype");
}
/*tags*/
html,
body {
  font-weight: 300;
  font-size: 15px;
  box-sizing: border-box;
  font-family: "Urbanist", sans-serif;
  letter-spacing: 1.2px;
}

a {
  color: initial;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  text-transform: none;
}

h1 {
  font-size: 2.6rem;
  text-align: center;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.3rem;
}

h4 {
  font-size: 1.1rem;
}

p {
  margin: 1rem 0;
  line-height: 1.6rem;
}

main {
  min-height: 90vh !important;
}

.btn {
  text-transform: uppercase !important;
}
.btn .btn-primary {
  background-color: #061b2c;
  border-color: #061b2c;
  color: #fff;
}
.btn .btn-primary:hover {
  background-color: black;
  border-color: black;
}
.btn .btn-secondary {
  background-color: transparent;
  border-color: #a1a1aa;
  color: #27272a;
}
.btn .btn-secondary:hover {
  background-color: #f4f4f5;
  border-color: #a1a1aa;
}

/*dialog*/
.modal-dialog .modal-title {
  font-weight: 300 !important;
}

.form-control {
  border: 1px solid #d4d4d8;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #18181b;
}
.form-control::-moz-placeholder {
  color: #71717a;
}
.form-control::placeholder {
  color: #71717a;
}

/*classes*/
.offcanvas.showing,
.offcanvas.show {
  visibility: visible !important;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.bg-image {
  background-position: top center;
  background-repeat: no-repeat;
}
.bg-image.contain {
  background-size: contain;
}
.bg-image.cover {
  background-size: cover;
}
.bg-image.center {
  background-position: center center;
}

.brand {
  height: 32px;
  width: auto;
  display: inline-flex;
}
.brand.sm {
  height: 24px;
}
.brand.md {
  height: 32px;
}
.brand.lg {
  height: 48px;
}

.btn {
  font-weight: 500;
  position: relative;
  text-transform: capitalize;
}
.btn.no-spacing {
  letter-spacing: 0;
}
.btn.btn-primary {
  color: #fff;
  transition: all 0.8s;
}
.btn.btn-primary:hover {
  transition: background-color 0.5s;
  background-color: black;
  border-color: black;
}
.btn.btn-primary:disabled {
  color: #52525b;
}
.btn.btn-secondary {
  color: black;
  background-color: #505d6f;
  color: white;
}
.btn.btn-secondary:hover {
  transition: background-color 0.5s;
  background-color: #4f5b6d;
  border-color: #59687c;
}
.btn.btn-secondary:disabled {
  color: #52525b;
}
.btn.btn-input {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #f8fafc;
  border: 2px solid #e4e4e7;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn.btn-input {
    transition: none;
  }
}
.btn.btn-input:disabled {
  color: #52525b;
}
.btn.btn-outline-primary:hover {
  transition: background-color 0.5s;
  color: #fff;
  background-color: #061b2c;
  border-color: #061b2c;
}
.btn.btn-outline-secondary:hover {
  transition: background-color 0.5s;
  color: #fff;
  background-color: #505d6f;
  border-color: #64748b;
}
.btn.btn-icon {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.btn.btn-icon.btn-lg {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.btn.btn-round {
  border-radius: 50px;
}
.btn.busy {
  overflow: hidden;
}
.btn.busy::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 1px;
  animation: bs 1s infinite ease-in-out;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  transform-origin: center;
}
.btn.busy.secondary {
  background-color: rgba(255, 255, 255, 0.2);
}

.datepicker .prev,
.datepicker .next {
  font-size: 1.4rem;
  color: #061b2c;
  vertical-align: middle;
}
.datepicker .datepicker-switch {
  font-size: 1.1rem;
  width: 145px;
  color: black;
  vertical-align: middle;
}
.datepicker .dow {
  color: #061b2c;
}

.dropdown-menu {
  background-color: #384956;
  border: none;
  border-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px -4px, rgba(0, 0, 0, 0.15) 0px 4px 12px -4px;
  padding: 0;
}
.dropdown-menu .dropdown-item {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 0.6rem 1.25rem;
  transition: background-color 0.15s ease, color 0.15s ease;
  background-color: transparent;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
  background-color: #fff;
  color: #061b2c;
}
.dropdown-menu .dropdown-item:active {
  background-color: #e4e4e7;
  color: #061b2c;
}
.dropdown-menu .dropdown-divider {
  border-color: rgba(255, 255, 255, 0.15);
  margin: 0.25rem 0;
}
.dropdown-menu .dropdown-header {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  padding-right: 20px;
}
.dropdown .dropdown-toggle::after {
  display: inline-block;
  flex-shrink: 0;
  height: 18px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-mask-image: url("/assets/icon/chevron/down.svg");
          mask-image: url("/assets/icon/chevron/down.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #64748b;
  border: none;
}
.dropdown .dropdown-menu {
  border: 1px solid #e4e4e7;
  position: absolute !important;
  border: none;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}
.dropdown .dropdown-menu .dropdown-item {
  transition: color, background-color 0.4s ease-in-out;
}
.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #64748b;
  color: #fff;
}

.entity-title {
  font-size: 22px;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.entity-title .title {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.entity-sub-title {
  border-bottom: 2px solid #061b2c;
  color: #061b2c;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 0;
  margin-bottom: 15px;
}

.fw-lighter {
  font-weight: 200;
}

.fw-light {
  font-weight: 300;
}

.fw-regular {
  font-weight: 400;
}

.fw-normal {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-bolder {
  font-weight: 800;
}

.form-control {
  background-color: #fff;
  padding: 6px 12px;
}

.hover {
  transition: all 1s ease;
}
.hover:hover {
  background-color: #f4f4f5;
}

.hover-image {
  transition: all 1s ease;
}
.hover-image.dark:hover {
  filter: brightness(60%);
}
.hover-image.light:hover {
  filter: brightness(40%);
}

.hover-underline {
  text-decoration-style: solid;
  text-decoration-color: transparent;
  text-decoration-line: underline;
  text-underline-offset: 5px;
  transition: text-decoration-color 0.5s ease;
}
.hover-underline:hover {
  text-decoration-color: #061b2c !important;
}

.icon-box {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  background-color: #fff;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.icon-box.sm {
  height: 22px;
  width: 22px;
}
.icon-box.md {
  height: 32px;
  width: 32px;
}
.icon-box.lg {
  height: 42px;
  width: 42px;
}
.icon-box.xl {
  height: 60px;
  width: 60px;
}

.flash-red-bg {
  animation: flashRedBg;
  animation-duration: 1s;
  animation-iteration-count: 3;
  animation-timing-function: cubic-bezier(1, 0, 0, 1);
}

.fixed-height-image {
  width: auto;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
.fixed-height-image .cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.fixed-height-image .contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.fixed-width-image {
  width: 100%;
  height: auto;
  -o-object-position: center;
     object-position: center;
}
.fixed-width-image .cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.fixed-width-image .contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.form {
  border: 1px solid #e4e4e7;
}
.form .form-header {
  background: #fff;
  padding: 14px 16px;
  border-bottom: 1px solid #e4e4e7;
}
.form .form-header .form-title {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #52525b;
}
.form .form-body {
  background: #fff;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form .form-body .form-section {
  display: flex;
  flex-direction: column;
}
.form .form-body .form-section .form-section-title {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #a1a1aa;
}
.form .form-body .form-section .form-control-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .form .form-body .form-section .form-control-group {
    padding-left: 12px;
    flex-direction: column;
  }
}
.form .form-body .form-section .form-control-group .form-control {
  border-radius: 0;
  border-color: #e4e4e7;
  color: #000;
  background-color: #fff;
}
.form .form-body .form-section .form-control-group .form-control::-moz-placeholder {
  color: #a1a1aa;
}
.form .form-body .form-section .form-control-group .form-control::placeholder {
  color: #a1a1aa;
}
.form .form-body .form-section .form-control-group .form-control:focus {
  border-color: #a1a1aa;
  box-shadow: none;
  background-color: #fff;
}
.form .form-body .form-section .form-control-group .form-control.textarea {
  resize: none;
  line-height: 1.55;
}
.form .form-body .form-section .form-control-group .form-control.form-check {
  border: 1px solid transparent;
}
.form .form-body .form-section .form-control-group .form-control.form-check .form-check-label {
  text-transform: capitalize;
  margin-top: 0;
  border: 1px solid transparent;
}
.form .form-body .form-section .form-button {
  border-radius: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 12px;
  margin-top: 4px;
}
.form .form-error-text {
  color: #ef4444;
  font-size: 0.85rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 8px;
}
.form .form-disclaimer {
  font-size: 0.67rem;
  color: #a1a1aa;
  text-align: center;
  line-height: 1.5;
  margin-top: 2px;
}

.input-group {
  border: 1px solid rgba(113, 113, 122, 0.8);
  border-radius: 3px;
}
.input-group .icon {
  margin: 0 6px 0 6px;
}
.input-group .form-control {
  border: none;
  background-color: transparent;
}
.input-group .input-group-text {
  display: flex;
}

.line {
  font-size: 1rem;
  line-height: 1.6rem;
  height: 1.6rem;
  color: #27272a;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: content-box;
}

.modal-dialog {
  margin: auto;
}
.modal-dialog .modal-content {
  padding: 1rem;
}
.modal-dialog .modal-content .modal-header {
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #061b2c;
}
.modal-dialog .modal-content .modal-header .btn-close {
  transition: all 0.3s ease;
  border-radius: 0.25rem;
}
.modal-dialog .modal-content .modal-header .btn-close:hover {
  background-color: #ef4444;
  color: #fff;
}
.modal-dialog .modal-content .modal-body {
  padding: 1rem;
}
.modal-dialog .modal-content .modal-footer {
  padding: 1rem;
}

.multiselect-native-select.dropdown .dropdown-toggle {
  position: relative;
}
.multiselect-native-select.dropdown .dropdown-toggle::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 4px;
  width: 20px;
  height: 20px;
  transition: transform 0.5s ease-out;
  transform: rotate(0deg) !important;
}
.multiselect-native-select.dropdown.show {
  transform: rotate(-180deg) !important;
}
.multiselect-native-select .dropdown-menu {
  min-width: 14rem;
  width: 100%;
}
.multiselect-native-select .dropdown-menu .multiselect-filter {
  padding: 0.5rem 0.25rem 0.5rem 0.75rem;
}
.multiselect-native-select .dropdown-menu .multiselect-filter .icon {
  width: 1.3rem;
  height: 1.3rem;
}
.multiselect-native-select .dropdown-menu .multiselect-filter .multiselect-search {
  padding: 0;
  margin: 0 0 0 0.5rem;
}
.multiselect-native-select .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
}
.multiselect-native-select .dropdown-menu .dropdown-item .form-check {
  flex: 1 1 100%;
  margin: 0;
}
.multiselect-native-select .dropdown-menu .dropdown-item .form-check .form-check-label {
  font-size: 1rem;
  display: block;
}
.multiselect-native-select .dropdown-menu .dropdown-item.multiselect-group {
  cursor: pointer;
}
.multiselect-native-select .dropdown-menu .dropdown-item.multiselect-group .form-check {
  padding-left: 0;
  margin-right: 8px;
}
.multiselect-native-select .dropdown-menu .dropdown-item.multiselect-group .form-check .form-check-label {
  color: #334155;
}
.multiselect-native-select .dropdown-menu .dropdown-item.multiselect-group .form-check .form-check-input {
  display: none;
}
.multiselect-native-select .dropdown-menu .dropdown-item.multiselect-all {
  position: sticky;
  top: 0;
  z-index: 1;
  border-bottom: 1px solid #f4f4f5;
  background-color: white;
}
.multiselect-native-select .dropdown-menu .dropdown-item.multiselect-all span {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0rem 0.2rem 0rem;
}
.multiselect-native-select .dropdown-menu .dropdown-item.multiselect-all .icon {
  padding: 0 1rem;
  width: 1.6rem;
  height: 1.6rem;
  position: relative;
}
.multiselect-native-select .dropdown-menu .dropdown-item.multiselect-all .icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  bottom: -8px;
  border-left: 1px solid #f4f4f5;
}
.multiselect-native-select .dropdown-menu .dropdown-item.multiselect-all input {
  display: none;
}
.multiselect-native-select .dropdown-menu .dropdown-item.multiselect-all label {
  color: #000;
  font-weight: 700;
}

.password-info {
  width: 100%;
  min-width: 400px;
  font-size: 0.9rem;
}
.password-info .check {
  display: flex;
  align-items: center;
  text-transform: capitalize;
  margin: 4px 0;
}
.password-info .check .icon {
  background-color: #fff;
}
.password-info .check .icon.valid {
  -webkit-mask-image: url("/assets/icon/general/check.svg");
          mask-image: url("/assets/icon/general/check.svg");
  background-color: #22c55e;
}

.rotate {
  animation-name: rotate;
}

.section-header {
  color: #061b2c;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
}

.section-label {
  font-size: 0.9rem;
  color: #52525b;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
}

.section-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #18181b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.5px;
}

.sectioned + .sectioned {
  margin-left: 1rem;
  position: relative;
}
.sectioned + .sectioned:after {
  content: "";
  color: #061b2c;
  position: absolute;
  left: -0.5rem;
  top: 1px;
  bottom: 1px;
  width: 1px;
  background-color: #061b2c;
}

.slide-in {
  animation-name: slideIn;
}

.slim-content {
  max-width: 500px;
}

.sub-title {
  color: black;
  letter-spacing: 2px;
}

.table {
  table-layout: fixed;
  border-radius: 6px;
}
.table thead tr {
  border-bottom: 1px solid #3f3f46;
  background-color: #000;
  color: #fff;
}
.table thead tr td {
  vertical-align: middle;
}
.table.hover tbody tr {
  transition: background 0.6s ease-in-out;
}
.table.hover tbody tr:hover {
  cursor: pointer;
}
.table.hover tbody tr td {
  vertical-align: middle;
}

.tag {
  margin-right: 8px;
  color: rgba(0, 0, 0, 0.5);
  text-transform: capitalize;
  display: inline-block;
}
.tag:after {
  content: ":";
  margin-left: 8px;
}

#auth-modal .modal-content {
  background-color: #fff;
  border: none;
  border-radius: 0;
  color: #18181b;
  padding: 0;
}
#auth-modal .modal-content .modal-header {
  background-color: #fff;
  border-bottom: none;
  padding: 1rem 1.25rem;
}
#auth-modal .modal-content .modal-header #auth-modal-title {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #061b2c;
}
#auth-modal .modal-content .modal-header .btn-close {
  filter: none;
  opacity: 0.45;
  background-color: transparent !important;
}
#auth-modal .modal-content .modal-header .btn-close:hover {
  opacity: 1;
  background-color: transparent !important;
}
#auth-modal .modal-content #auth-tabs {
  border-bottom: none;
}
#auth-modal .modal-content #auth-tabs .nav-item {
  border-bottom: none;
}
#auth-modal .modal-content #auth-tabs .nav-link {
  background-color: #e4e4e7;
  color: rgba(0, 0, 0, 0.4);
  border: none;
  border-radius: 0;
  padding: 0.85rem 1rem;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  transition: background-color 0.2s ease, color 0.2s ease;
}
#auth-modal .modal-content #auth-tabs .nav-link.active {
  background-color: #061b2c;
  color: #fff;
}
#auth-modal .modal-content #auth-tabs .nav-link:hover:not(.active) {
  background-color: #d4d4d8;
  color: rgba(0, 0, 0, 0.65);
  border-color: transparent;
}
#auth-modal .modal-content .tab-content {
  padding: 1.5rem;
}
#auth-modal .modal-content .tab-content .form-label {
  color: rgba(0, 0, 0, 0.45);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.3rem;
}
#auth-modal .modal-content .tab-content .form-control {
  background-color: #fff;
  border: 1px solid #d4d4d8;
  border-radius: 0;
  color: #18181b;
}
#auth-modal .modal-content .tab-content .form-control::-moz-placeholder {
  color: #52525b;
}
#auth-modal .modal-content .tab-content .form-control::placeholder {
  color: #52525b;
}
#auth-modal .modal-content .tab-content .form-control:focus {
  background-color: #fff;
  border-color: #71717a;
  color: #18181b;
  box-shadow: none;
}
#auth-modal .modal-content .tab-content .input-password .btn-icon {
  color: #71717a;
}
#auth-modal .modal-content .tab-content .input-password .btn-icon:hover {
  color: #27272a;
}
#auth-modal .modal-content .tab-content .btn-primary {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0;
}
#auth-modal .modal-content .tab-content hr {
  border-color: #d4d4d8;
}
#auth-modal .modal-content .tab-content .text-muted {
  color: rgba(0, 0, 0, 0.45) !important;
}
#auth-modal .modal-content .tab-content .btn-outline-secondary {
  border-color: #d4d4d8;
  color: #3f3f46;
  background-color: #fff;
  border-radius: 0;
}
#auth-modal .modal-content .tab-content .btn-outline-secondary:hover {
  background-color: #e4e4e7;
  border-color: #a1a1aa;
  color: #18181b;
}
#auth-modal .modal-content .tab-content .password-info {
  background-color: #fff;
  border: 1px solid #d4d4d8;
  border-radius: 0;
  padding: 0.5rem 0;
}
#auth-modal .modal-content .tab-content .password-info .dropdown-item-text {
  color: #52525b;
  font-size: 0.78rem;
  padding: 0.3rem 1rem;
}
#auth-modal .modal-content .tab-content .password-info .check .icon {
  display: inline-block;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background-color: #d4d4d8;
  transition: background-color 0.2s ease;
  vertical-align: middle;
}
#auth-modal .modal-content .tab-content .password-info .check .icon.valid {
  background-color: #22c55e;
}

.search-property-type-check-label,
.search-subtype-check-label,
.search-feature-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 1rem;
  cursor: pointer;
}
.search-property-type-check-label .form-check-input,
.search-subtype-check-label .form-check-input,
.search-feature-item .form-check-input {
  flex-shrink: 0;
  width: 1.1em;
  height: 1.1em;
  margin: 0;
}

/*parts*/
.container-lg {
  width: 100%;
  max-width: unset;
}

@media (max-width: 767px) {
  .container-lg {
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
  }
}
.container-lg .row {
  margin-left: -1rem;
  margin-right: -1rem;
}

.border-top {
  border-top: 1px solid oklch(0.88531 0.0001 271.152);
}

.border-right {
  border-right: 1px solid oklch(0.88531 0.0001 271.152);
}

.product-border-bottom {
  border-bottom: 0px solid oklch(0.88531 0.0001 271.152);
}

@media (max-width: 991px) {
  .border-right {
    border-right: none;
  }

  .product-border-bottom {
    border-bottom: 1px solid oklch(0.88531 0.0001 271.152);
  }
}
.featured-properties {
  /*background-color: var(--bs-body-bg);*/
}

.nav-buttons {
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .nav-buttons {
    flex-direction: column;
  }
}
.nav-buttons .nav-link {
  background-color: #fff;
  color: #71717a;
  border: 1px solid #71717a;
  margin: 0.5rem 1rem 0.5rem 0;
  transition: color, background-color 0.4s ease-in-out;
}
.nav-buttons .nav-link:last-of-type {
  margin-right: 0;
}
.nav-buttons .nav-link.active {
  background-color: #061b2c;
  color: #fff;
}
@media (max-width: 991px) {
  .nav-buttons .nav-link {
    margin: 0.2rem 0 0.2rem 0;
  }
}

.article-card {
  border: 1px solid #e4e4e7;
  border-radius: 0;
  overflow: hidden;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.article-card .card-image {
  aspect-ratio: 4/3;
  overflow: hidden;
  flex-shrink: 0;
}
.article-card .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  transition: transform 1s ease;
}
.article-card .card-body-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 12px;
}
.article-card .title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #18181b;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .article-card .title {
    font-size: 1rem;
  }
}
.article-card .meta {
  display: flex;
  gap: 2rem;
  margin-bottom: 0.6rem;
}
.article-card .meta .date,
.article-card .meta .category {
  font-size: 0.78rem;
  color: #71717a;
}
.article-card .summary {
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.6;
  color: #71717a;
  margin-bottom: 0;
}
.article-card:hover {
  cursor: pointer;
}
.article-card:hover .card-image img {
  transform: scale(1.04);
}
.article-card:hover .title {
  color: #061b2c;
}
.article-card.mini .title {
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.6rem;
  overflow: hidden;
  padding: 12px 16px;
}
@media (max-width: 991px) {
  .article-card.mini .title {
    font-size: 1rem;
    line-height: 1.4rem;
    height: 1.4rem;
  }
}
.article-card.mini .summary {
  box-sizing: content-box;
  height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .article-card.mini .summary {
    height: 100px;
    font-size: 0.9rem;
    padding: 16px 20px;
  }
}

.article-featured-main {
  position: relative;
  display: block;
  height: 420px;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
}
.article-featured-main .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.6s ease;
}
.article-featured-main .featured-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3.5rem 1.5rem 1.5rem;
  background: linear-gradient(to bottom, transparent, rgba(6, 27, 44, 0.88));
}
.article-featured-main .featured-overlay .title {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .article-featured-main .featured-overlay .title {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
.article-featured-main .featured-overlay .summary {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .article-featured-main .featured-overlay .summary {
    font-size: 0.9rem;
    line-height: 1.1;
  }
}
.article-featured-main .featured-overlay .meta {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 0.5rem;
}
.article-featured-main .featured-overlay .meta .date,
.article-featured-main .featured-overlay .meta .category {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 991px) {
  .article-featured-main .featured-overlay .meta .date,
.article-featured-main .featured-overlay .meta .category {
    font-size: 0.75rem;
  }
}
.article-featured-main:hover img {
  transform: scale(1.04);
}

.article-featured-item {
  flex: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
  text-decoration: none;
  border: 1px solid #e4e4e7;
  border-radius: 12px;
  overflow: hidden;
  transition: background-color 0.2s;
}
.article-featured-item:hover {
  background-color: #f4f4f5;
}
.article-featured-item:hover .content .title {
  color: #061b2c;
}
.article-featured-item .image-wrapper {
  width: 160px;
  height: 100%;
}
.article-featured-item .image-wrapper .image {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  transition: transform 0.4s ease;
}
.article-featured-item .content {
  flex: 1;
}
.article-featured-item .content .title {
  font-size: 0.92rem;
  font-weight: 600;
  color: #18181b;
  line-height: 1.4;
  margin-bottom: 0.35rem;
  transition: color 0.2s;
}
.article-featured-item .content .meta {
  display: flex;
  gap: 1rem;
}
.article-featured-item .content .meta .date,
.article-featured-item .content .meta .category {
  font-size: 0.72rem;
  color: #71717a;
}

.carousel .carousel-inner {
  height: 100%;
}
.carousel .carousel-inner .carousel-item {
  height: 100%;
}
.carousel .carousel-inner .carousel-item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  width: 80px;
}
.carousel .carousel-control-prev .icon-container,
.carousel .carousel-control-next .icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 70px;
  background-color: rgba(161, 161, 170, 0.8);
  border-radius: 100%;
}
.carousel .carousel-control-prev .icon-container .icon,
.carousel .carousel-control-next .icon-container .icon {
  background-size: contain;
}

.consultant-card {
  background: #fff;
  border: 1px solid #e4e4e7;
}
.consultant-card .card-photo {
  overflow: hidden;
}
.consultant-card .card-photo .photo-wrapper {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  margin: auto;
}
.consultant-card .card-photo .photo-wrapper .photo {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  display: block;
  height: 100%;
}
.consultant-card .card-body {
  padding: 16px 16px 0;
}
.consultant-card .card-body .card-name {
  font-size: 1.2rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 4px;
  line-height: 1.3;
}
.consultant-card .card-body .card-title {
  font-size: 1rem;
  font-style: italic;
  color: #3f3f46;
  line-height: 1.4;
  margin-bottom: 0;
}
.consultant-card .card-body .card-badges {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e4e4e7;
}
.consultant-card .card-body .card-badges .badges-text {
  flex: 1;
  font-size: 0.7rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.4px;
  line-height: 1.5;
}
.consultant-card .card-body .card-badges .badges-info {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1.5px solid #71717a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  color: #71717a;
  font-style: italic;
  font-weight: 700;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-top: 1px;
}
.consultant-card .card-contacts {
  margin-top: 12px;
  border-top: 1px solid #e4e4e7;
}
.consultant-card .card-contacts .row {
  margin-left: 0;
  margin-right: 0;
}
.consultant-card .card-contacts .contact-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 34px;
  border-bottom: 1px solid #f4f4f5;
  text-decoration: none;
  transition: background-color 0.15s, color 0.15s;
}
.consultant-card .card-contacts .contact-row:last-child {
  border-bottom: none;
}
.consultant-card .card-contacts .contact-row:hover {
  background-color: #fafafa;
  color: #061b2c;
  text-decoration: none;
}
.consultant-card .card-contacts .contact-row.portfolio {
  padding: 0px 0px;
  justify-content: center;
  align-content: center;
  text-align: center;
  background-color: #f6f6f6;
}
.consultant-card .card-contacts .contact-row.portfolio:hover {
  background-color: #061b2c;
  color: #fff;
  text-decoration: none;
}
.consultant-card .card-contacts .contact-row .contact-link {
  padding: 0;
  color: #71717a;
  transition: color 0.15s;
  width: 100%;
  height: 100%;
  align-content: center;
}
.consultant-card .card-contacts .contact-row .contact-link .contact-link-label {
  font-weight: 300;
  font-size: 0.9rem;
  letter-spacing: 1.5px;
}
.consultant-card .card-contacts .contact-row .contact-link:hover {
  color: #fff;
}
.consultant-card .card-contacts .contact-row .contact-link .contact-link-value {
  color: #000;
  font-size: 1rem;
  letter-spacing: 1px;
  font-weight: 500;
}
.consultant-card.mini {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  border: none;
}
.consultant-card.mini .card-image-wrapper {
  position: relative;
  aspect-ratio: 4/5;
}
.consultant-card.mini .card-image-wrapper .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.consultant-card.mini .card-image-wrapper .card-info-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.8);
  padding: 12px 20px;
  z-index: 2;
}
.consultant-card.mini .card-image-wrapper .card-info-overlay .name {
  font-size: 1.2rem;
  font-weight: 600;
}
.consultant-card.mini .card-image-wrapper .card-info-overlay .title {
  font-size: 1rem;
  color: #27272a;
  font-weight: 500;
}
.consultant-card.mini .card-image-wrapper .card-info-overlay .phone {
  font-size: 1rem;
  color: #27272a;
}

.consultant-contact .contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}
@media (max-width: 991px) {
  .consultant-contact .contact-grid {
    gap: 1.5rem;
  }
}
.consultant-contact .contact-grid .contact-item {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid #e4e4e7;
  border-radius: 8px;
}
.consultant-contact .contact-grid .contact-item .contact-icon {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background-color: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.consultant-contact .contact-grid .contact-item .contact-icon .icon {
  font-size: 1.5rem;
  color: #061b2c;
}
.consultant-contact .contact-grid .contact-item .contact-info {
  flex: 1;
}
.consultant-contact .contact-grid .contact-item .contact-info .contact-label {
  font-size: 0.85rem;
  color: #52525b;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
  letter-spacing: 0.5px;
}
.consultant-contact .contact-grid .contact-item .contact-info .contact-value {
  font-size: 1rem;
  color: #18181b;
  text-decoration: none;
  transition: color 0.3s ease;
}
.consultant-contact .contact-grid .contact-item .contact-info .contact-value:hover {
  color: #061b2c;
  text-decoration: underline;
}

.consultant-hero {
  margin-bottom: 4rem;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3rem;
  align-items: start;
}
@media (max-width: 991px) {
  .consultant-hero {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.consultant-hero .consultant-hero-wrapper {
  display: flex;
  flex-direction: column;
}
.consultant-hero .consultant-hero-image {
  width: 100%;
  aspect-ratio: 4/4;
  overflow: hidden;
  background: #f4f4f5;
}
.consultant-hero .consultant-hero-image .consultant-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.consultant-hero .consultant-contacts {
  background: #fff;
  border: 1px solid #e4e4e7;
  border-top: none;
  border-radius: 0 0 8px 8px;
}
.consultant-hero .consultant-contacts .consultant-title {
  font-size: 1.2rem;
  font-weight: 500;
  color: #3f3f46;
  padding: 12px 16px;
  border-bottom: 1px solid #e4e4e7;
  text-align: left;
  font-style: italic;
}
.consultant-hero .consultant-contacts .contact-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid #f4f4f5;
  text-decoration: none;
  transition: background-color 0.15s, color 0.15s;
  color: #3f3f46;
  margin: 0;
}
.consultant-hero .consultant-contacts .contact-row:last-child {
  border-bottom: none;
}
.consultant-hero .consultant-contacts .contact-row:hover {
  background-color: #fafafa;
  color: #061b2c;
  text-decoration: none;
}
.consultant-hero .consultant-contacts .contact-row .icon {
  font-size: 1.2rem;
  color: #061b2c;
  flex-shrink: 0;
}
.consultant-hero .consultant-contacts .contact-row .contact-link {
  color: #061b2c;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 1px;
  /*text-transform: uppercase;*/
  text-decoration: none;
  transition: color 0.2s ease;
}
.consultant-hero .consultant-contacts .contact-row .contact-link:hover {
  color: black;
}
.consultant-hero .consultant-contacts .contact-row .contact-link .contact-link-label {
  font-size: 0.85rem;
  color: #71717a;
  /*text-transform: uppercase;*/
  font-weight: 300;
  margin: 0 0 0.25rem 0;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .consultant-hero .consultant-contacts .contact-row {
    font-size: 1.5rem;
  }
}
.consultant-hero .consultant-contacts .consultant-summary {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #3f3f46;
}
.consultant-hero .consultant-contacts .consultant-body {
  font-size: 1rem;
  line-height: 1.6;
  color: #52525b;
}

.consultant-products .product-filters {
  display: flex;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  gap: 0.1rem;
}
.consultant-products .product-filters .filter-btn {
  padding: 0.75rem 1.5rem;
  border: none;
  background-color: #fff;
  color: #27272a;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .consultant-products .product-filters .filter-btn {
    padding: 0.6rem 1rem;
    font-size: 0.8rem;
  }
}
.consultant-products .product-filters .filter-btn:hover {
  background-color: #d4d4d8;
}
.consultant-products .product-filters .filter-btn.active {
  background-color: #061b2c;
  color: #fff;
  border-color: #061b2c;
}
.consultant-products .product-filters .filter-btn.active[data-filter=exclusive] {
  background-color: #fe6f61;
  color: #fff;
  border-color: #fe6f61;
}
.consultant-products .products-list {
  display: flex;
  flex-direction: column;
  /*gap: 2rem;*/
}

.contact-form {
  border: 1px solid #e4e4e7;
}
.contact-form .contact-form-header {
  background: #fff;
  padding: 14px 16px;
  border-bottom: 1px solid #e4e4e7;
}
.contact-form .contact-form-header .contact-form-title {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #52525b;
}
.contact-form .contact-form-body {
  background: #fff;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-form .contact-input {
  border-radius: 0;
  border-color: #e4e4e7;
  color: #000;
  background-color: #fff;
  padding: 10px 12px;
}
.contact-form .contact-input::-moz-placeholder {
  color: #a1a1aa;
}
.contact-form .contact-input::placeholder {
  color: #a1a1aa;
}
.contact-form .contact-input:focus {
  border-color: #a1a1aa;
  box-shadow: none;
  background-color: #fff;
}
.contact-form .contact-textarea {
  resize: none;
  line-height: 1.55;
}
.contact-form .contact-submit {
  border-radius: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 12px;
  margin-top: 4px;
}
.contact-form .contact-disclaimer {
  font-size: 0.67rem;
  color: #a1a1aa;
  text-align: center;
  line-height: 1.5;
  margin-top: 2px;
}

.datepicker .table {
  table-layout: unset !important;
}
.datepicker .table thead tr {
  background-color: #fff;
  border: none;
}
.datepicker .table thead tr th.dow {
  color: black;
  font-weight: bold;
}
.datepicker.datepicker-dropdown {
  border: 2px solid #e4e4e7 !important;
}

.date-picker {
  position: relative;
  padding: 8px 0px;
  display: flex;
  gap: 10px;
  max-width: 420px;
}
.date-picker .date-columns {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.date-picker .date-columns .date-column {
  display: flex;
  flex: 1 1 100%;
  flex-direction: column;
  align-items: center;
  margin-right: 10px;
}
.date-picker .date-columns .date-column:last-of-type {
  margin-right: 0;
}
.date-picker .date-columns .date-column .date-box {
  width: 100%;
  border: 2px solid #71717a;
  background-color: #f4f4f5;
  border-radius: 6px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
}
.date-picker .date-columns .date-column .date-box .month {
  text-transform: uppercase;
  font-size: 1rem;
}
.date-picker .date-columns .date-column .date-box .day {
  font-size: 2rem;
}
.date-picker .date-columns .date-column .date-box .day-label {
  text-transform: uppercase;
  font-size: 1re;
}
.date-picker .date-columns .date-column.today-column .date-box {
  border: 2px solid #061b2c;
}
.date-picker .button-container {
  position: absolute;
  top: 44px;
  left: -16px;
  right: -16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.date-picker .button-container .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 100%;
  background-color: #061b2c;
  cursor: pointer;
}

.form-check {
  cursor: pointer !important;
  padding-left: 24px;
  border-radius: 4px;
  margin-right: 32px;
}
.form-check:last-of-type {
  margin-right: 0;
}
.form-check .form-check-input {
  cursor: pointer !important;
  margin-left: -24px !important;
}
.form-check label {
  cursor: pointer !important;
}

.favorite-button {
  min-width: auto !important;
  border-radius: 100% !important;
  padding: 0.3rem;
}
.favorite-button .fa {
  font-size: 1.6rem;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}

.file-upload {
  background-color: transparent;
  border: 1px solid black;
  padding: 6px 10px;
}
.file-upload .form-control {
  background-color: white;
  border: none;
}
.file-upload .form-control .icon-container {
  position: absolute;
  z-index: 1;
  background-color: white;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 6px;
  display: flex;
  flex: 1 1 100%;
  justify-content: center;
  align-items: center;
}
.file-upload[data-result="1"] .form-control {
  border-color: #22c55e;
}

.firm-address {
  font-weight: 500;
  cursor: pointer;
  transition: color 0.5s ease-in-out;
}
.firm-address:hover {
  color: #061b2c;
}

.firm-email {
  font-weight: 500;
  cursor: pointer;
  transition: color 0.5s ease-in-out;
}
.firm-email:hover {
  color: #061b2c;
}

.firm-phone {
  font-weight: 500;
  cursor: pointer;
  transition: color 0.5s ease-in-out;
}
.firm-phone:hover {
  color: #061b2c;
}

.firm-social-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.firm-social-buttons .social-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.firm-social-buttons .social-button .social-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.group-title {
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
  padding-left: 18px;
}
.group-title .bars {
  position: absolute;
  left: 0;
  width: 8px;
  top: 0;
  bottom: 0;
  background: linear-gradient(to bottom, #061b2c 50%, #64748b 50%);
}
.group-title .title-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: start;
  justify-content: center;
}
.group-title .title-container .top-title {
  color: #64748b;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 1px;
}
.group-title .title-container .bottom-title {
  color: #000;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.input-password {
  display: flex;
  align-items: center;
  position: relative;
}
.input-password input {
  padding-right: 2.5rem;
}
.input-password a {
  position: absolute;
  right: 0.5rem;
}

.logo {
  height: 64px;
  width: auto;
  display: inline-flex;
}
.logo.sm {
  height: 32px;
}
.logo.md {
  height: 64px;
}
.logo.lg {
  height: 96px;
}

.media-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 3000;
  background: #fff;
  align-items: center;
  justify-content: center;
}
.media-lightbox.open {
  display: flex;
}
.media-lightbox .lightbox-counter {
  position: absolute;
  top: 0.8rem;
  left: 1rem;
  color: #000;
  font-size: 2rem;
  letter-spacing: 0.05em;
  z-index: 1;
}
.media-lightbox .lightbox-actions {
  position: absolute;
  top: 0.7rem;
  right: 1rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  z-index: 1;
}
.media-lightbox .lightbox-action-btn {
  background: transparent;
  border: none;
  color: #000;
  padding: 0.5rem;
  cursor: pointer;
  opacity: 0.85;
  transition: opacity 0.2s;
}
.media-lightbox .lightbox-action-btn:hover {
  opacity: 1;
}
.media-lightbox .lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #fff;
  padding: 1rem 0.6rem;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s;
  z-index: 1;
}
.media-lightbox .lightbox-nav:hover {
  opacity: 1;
}
.media-lightbox .lightbox-nav.lightbox-prev {
  left: -20px;
}
.media-lightbox .lightbox-nav.lightbox-next {
  right: -20px;
}
.media-lightbox .lightbox-nav .icon {
  width: 80px;
  height: 80px;
}
@media (max-width: 991px) {
  .media-lightbox .lightbox-nav .icon {
    width: 40px;
    height: 40px;
  }
}
.media-lightbox .lightbox-nav .icon.lightbox-prev {
  left: -10px;
}
.media-lightbox .lightbox-nav .icon.lightbox-next {
  right: -10px;
}
.media-lightbox .lightbox-img-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.media-lightbox .lightbox-img {
  max-width: 100%;
  max-height: 100vh;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 2s ease, opacity 2s ease;
  cursor: zoom-in;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}
.media-lightbox .lightbox-img.zoomed {
  cursor: grab;
}
.media-lightbox .lightbox-img.dragging {
  cursor: grabbing;
  transition: none;
}

.page {
  flex: 1 1 100%;
  padding: 2.5rem 0;
}

.pre-content {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: #000;
}
.pre-content .icon {
  width: 20vh;
  height: 20vh;
}

.product-card {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #e4e4e7;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}
.product-card:hover .image-wrapper .icon-buttons {
  opacity: 1;
  transform: scale(1);
}
.product-card .image-wrapper {
  position: relative;
  padding-top: 66%;
  overflow: hidden;
}
.product-card .image-wrapper .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-card .image-wrapper .icon-buttons {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.product-card .image-wrapper .icon-buttons .favorite-btn,
.product-card .image-wrapper .icon-buttons .compare-btn {
  width: 44px;
  height: 44px;
  background-color: rgba(0, 28, 64, 0.9);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.2s;
}
.product-card .image-wrapper .icon-buttons .favorite-btn:hover,
.product-card .image-wrapper .icon-buttons .compare-btn:hover {
  background-color: #061b2c;
}
.product-card .image-wrapper .icon-buttons .favorite-btn .icon,
.product-card .image-wrapper .icon-buttons .compare-btn .icon {
  width: 20px;
  height: 20px;
}
.product-card .body {
  padding: 20px 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.product-card .body .title {
  color: #001c40;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .product-card .body .title {
    font-size: 18px;
    line-height: 22px;
    height: 44px;
  }
}
.product-card .body .location-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 18px;
}
.product-card .body .location-wrapper .icon {
  margin-top: 2px;
}
.product-card .body .location-wrapper .location-text {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 400;
}
.product-card .body .icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 22px;
}
.product-card .body .icons .icon-item {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding: 0 15px;
}
.product-card .body .icons .icon-item:first-child {
  padding-left: 0;
}
.product-card .body .icons .icon-item:last-child {
  padding-right: 0;
}
.product-card .body .icons .icon-item:last-child::after {
  display: none;
}
.product-card .body .icons .icon-item .icon {
  width: 32px;
  height: 32px;
  background-color: #7b7b7b;
}
.product-card .body .icons .icon-item .icon-label {
  color: #4a4a4a;
  font-size: 18px;
  font-weight: 400;
}
.product-card .body .footer-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid #e4e4e7;
}
.product-card .body .footer-info .price {
  display: flex;
  align-items: baseline;
  color: #001c40;
}
.product-card .body .footer-info .price .currency {
  font-size: 28px;
  font-weight: 700;
  margin-right: 2px;
}
.product-card .body .footer-info .price .amount {
  font-size: 28px;
  font-weight: 700;
}
.product-card .body .footer-info .price .period {
  font-size: 14px;
  font-weight: 500;
  color: #4a4a4a;
  margin-left: 4px;
  margin-bottom: 4px;
  display: inline-block;
}
.product-card .body .footer-info .btn-primary {
  flex-shrink: 0;
  background-color: #061b2c;
  border: none;
  border-radius: 2px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.2s;
}
.product-card .body .footer-info .btn-primary:hover {
  background-color: #092942;
}

.product-facades .compass-wrap {
  position: relative;
  width: 300px;
  height: 240px;
}
.product-facades .compass-wrap .compass-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130px;
  height: 130px;
  color: #061b2c;
  opacity: 0.15;
}
.product-facades .compass-wrap .compass-center svg {
  width: 100%;
  height: 100%;
}
.product-facades .compass-wrap .direction-label {
  position: absolute;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  color: #d4d4d8;
}
.product-facades .compass-wrap .direction-label.active {
  color: #061b2c;
  font-weight: 700;
}
.product-facades .compass-wrap .direction-label.dir-north {
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.product-facades .compass-wrap .direction-label.dir-northeast {
  top: 25%;
  right: 10px;
}
.product-facades .compass-wrap .direction-label.dir-east {
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.product-facades .compass-wrap .direction-label.dir-southeast {
  bottom: 25%;
  right: 10px;
}
.product-facades .compass-wrap .direction-label.dir-south {
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.product-facades .compass-wrap .direction-label.dir-southwest {
  bottom: 25%;
  left: 10px;
}
.product-facades .compass-wrap .direction-label.dir-west {
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}
.product-facades .compass-wrap .direction-label.dir-northwest {
  top: 25%;
  left: 10px;
}

.product-large-card {
  background: unset;
  margin-bottom: 0.5rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  /*background-color: var(--bs-body-bg);*/
  padding: 18px 12px 10px 12px;
  height: 100%;
}
.product-large-card .image-wrapper {
  width: 100%;
  aspect-ratio: 16/8.5;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}
.product-large-card .image-wrapper .badges {
  position: absolute;
  z-index: 1;
  top: 1rem;
  left: 1rem;
  display: flex;
  gap: 0.5rem;
}
.product-large-card .image-wrapper .badges .badge {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 10px;
  background: #fe6f61;
  color: #fff;
}
.product-large-card .image-wrapper .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 2s ease;
}
.product-large-card .image-wrapper:hover .image {
  transform: scale(1.05);
}
.product-large-card .card-footer {
  flex-grow: 0.5;
  display: flex;
  justify-content: space-between;
  padding: 0.05rem 0 0 0;
  /*background-color: var(--bs-body-bg);*/
  background-color: unset;
  outline-color: color-mix(in oklab, oklch(70.8% 0 0) 50%, transparent);
  font-size: 0.9rem;
  color: #000;
  font-weight: 500;
  margin-top: 0.75rem;
  border-top: unset;
}
.product-large-card .card-footer .footer-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.product-large-card .card-footer .footer-left .transaction-type {
  margin: 0;
}
.product-large-card .card-footer .footer-left .location {
  margin-bottom: 0.8rem;
}
.product-large-card .card-footer .footer-left .price-wrapper .price-prefix {
  margin-right: 0.25rem;
}
.product-large-card .card-footer .footer-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: end;
}
.product-large-card .card-footer .footer-right .stats {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.product-large-card .card-footer .footer-right .stats .stat-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .product-large-card .card-footer {
    /*flex-direction: column;*/
    gap: 1rem;
  }
  .product-large-card .card-footer .footer-right {
    text-align: left;
  }
}

.product-media {
  position: relative;
}
.product-media .media-action-bar {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 10;
  transition: top 0.3s ease;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4));
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.5rem;
  height: 48px;
}
@media (max-width: 991px) {
  .product-media .media-action-bar {
    top: 60px;
  }
}
.product-media .media-action-bar.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1029;
}
.product-media .media-action-bar.is-sticky .title {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.product-media .media-action-bar .title {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  margin: 0 2rem;
  letter-spacing: 0.5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
  transform: translateY(-4px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.product-media .media-action-bar .media-action-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.2s;
}
@media (max-width: 991px) {
  .product-media .media-action-bar .media-action-btn {
    font-size: 1rem;
  }
}
.product-media .media-action-bar .media-action-btn:hover {
  opacity: 0.75;
}
.product-media .media-action-bar .media-action-btn .icon {
  font-size: 1.4rem;
  flex-shrink: 0;
  color: #fff;
  transition: color 0.2s;
}
@media (max-width: 991px) {
  .product-media .media-action-bar .media-action-btn .icon {
    font-size: 1.2rem;
  }
}
.product-media .media-action-bar .media-action-right {
  display: flex;
  gap: 1.5rem;
}
.product-media .media-action-bar.is-sticky + .media-hero .hero-title {
  opacity: 0;
}
.product-media .media-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  cursor: pointer;
}
.product-media .media-hero .hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.4s ease;
}
.product-media .media-hero:hover .hero-image {
  transform: scale(1.02);
}
.product-media .media-hero .hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 160px 1.5rem 1.5rem 1.5rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, transparent 30%, transparent 60%, rgba(0, 0, 0, 0.55) 100%);
}
@media (max-width: 991px) {
  .product-media .media-hero .hero-overlay {
    padding: 114px 1rem 1rem 1rem;
  }
}
.product-media .media-hero .hero-badges {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  top: 100px;
}
.product-media .media-hero .hero-badge {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 4px 10px;
  text-transform: uppercase;
  background: linear-gradient(45deg, rgba(6, 27, 44, 0.8), rgba(100, 116, 139, 0.8));
  color: #fff;
}
.product-media .media-hero .hero-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}
@media (max-width: 991px) {
  .product-media .media-hero .hero-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.product-media .media-hero .hero-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  color: #fff;
}
.product-media .media-hero .hero-title .type {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: capitalize;
}
.product-media .media-hero .hero-title .location {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.75);
}
.product-media .media-hero .hero-media-btns {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}
.product-media .media-hero .hero-media-btn {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background-color: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px 14px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.product-media .media-hero .hero-media-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.product-media .media-hero .hero-media-btn svg {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .product-media .media-hero .hero-media-btn {
    font-size: 0.75rem;
    letter-spacing: 0px;
    gap: 0.2rem;
    padding: 4px 8px;
  }
}
.product-media .media-gallery {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.product-media .media-gallery.open {
  opacity: 1;
  pointer-events: all;
}
.product-media .media-gallery .gallery-bar {
  flex-shrink: 0;
  background-color: #061b2c;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.5rem;
  height: 100px;
  gap: 1rem;
}
@media (max-width: 991px) {
  .product-media .media-gallery .gallery-bar {
    height: 60px;
    padding: 0 1rem;
  }
}
.product-media .media-gallery .gallery-action-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: none;
  border: none;
  color: #fff;
  font-weight: 400;
  font-size: 1.1rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0;
  white-space: nowrap;
  transition: opacity 0.2s;
}
@media (max-width: 991px) {
  .product-media .media-gallery .gallery-action-btn {
    font-size: 1rem;
  }
}
.product-media .media-gallery .gallery-action-btn .icon {
  font-size: 1.4rem;
  flex-shrink: 0;
  color: #fff;
  transition: color 0.2s;
}
@media (max-width: 991px) {
  .product-media .media-gallery .gallery-action-btn .icon {
    font-size: 1.2rem;
  }
}
.product-media .media-gallery .gallery-action-btn:hover {
  opacity: 0.75;
}
.product-media .media-gallery .gallery-tabs {
  display: flex;
  gap: 0;
  flex: 1;
  justify-content: center;
}
.product-media .media-gallery .gallery-tab {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 0.9rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 1.5rem;
  height: 100px;
  cursor: pointer;
  transition: color 0.2s;
}
@media (max-width: 991px) {
  .product-media .media-gallery .gallery-tab {
    font-size: 0.8rem;
  }
}
@media (max-width: 991px) {
  .product-media .media-gallery .gallery-tab {
    height: 60px;
    padding: 0 0.75rem;
  }
}
.product-media .media-gallery .gallery-tab.active, .product-media .media-gallery .gallery-tab:hover {
  color: #fff;
}
.product-media .media-gallery .gallery-action-right {
  display: flex;
  gap: 1.5rem;
}
.product-media .media-gallery .gallery-content {
  flex: 1;
  overflow-y: auto;
}
.product-media .media-gallery .gallery-panel {
  display: none;
}
.product-media .media-gallery .gallery-panel.active {
  display: block;
}
.product-media .media-gallery .gallery-panel[data-panel=map].active {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-media .media-gallery .gallery-panel[data-panel=map] .product-map-container {
  flex: 1;
  min-height: 0;
}
.product-media .media-gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  padding: 4px;
}
@media (max-width: 991px) {
  .product-media .media-gallery .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@keyframes gallery-item-in {
  from {
    opacity: 0;
    transform: scale(0.88);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.product-media .media-gallery .gallery-item {
  aspect-ratio: 4/3;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
}
.product-media .media-gallery .gallery-item.visible {
  animation: gallery-item-in 1s ease forwards;
}
.product-media .media-gallery .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.product-media .media-gallery .gallery-item:hover img {
  transform: scale(1.04);
}
.product-media .media-gallery .video-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
}
.product-media .media-gallery .video-item {
  aspect-ratio: 16/9;
}
.product-media .media-gallery .video-item iframe,
.product-media .media-gallery .video-item video {
  width: 100%;
  height: 100%;
  border: none;
}
.product-media .media-gallery .gallery-panel[data-panel=video] {
  display: none;
}
.product-media .media-gallery .gallery-panel[data-panel=video].active {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-media .media-gallery .gallery-panel[data-panel=video] .video-list {
  flex: 1;
  padding: 0;
  gap: 0;
}
.product-media .media-gallery .gallery-panel[data-panel=video] .video-item {
  flex: 1;
  aspect-ratio: unset;
  width: 100%;
  height: 100%;
}
.product-media .media-gallery .gallery-panel[data-panel=video] .video-item video {
  -o-object-fit: contain;
     object-fit: contain;
  background: #000;
}
.product-media .media-gallery .product-map-container {
  width: 100%;
  height: 100%;
  min-height: 400px;
}

.media-gallery-left {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  /*gap: 20px;*/
  padding: 10px;
  padding-top: 20px;
}
.media-gallery-left .gallery-item-left {
  aspect-ratio: 2000/1333;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 1.2rem;
}
.media-gallery-left .gallery-item-left .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.media-gallery-left .gallery-item-left:hover .image {
  transform: scale(1.04);
}

.product-properties {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .product-properties {
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    padding: 0;
    gap: 0.5rem;
    border: none;
    margin-top: 2rem;
  }
}
.product-properties .property {
  flex: 1 1 100%;
  max-width: 32%;
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
  justify-content: center;
  /*background-color: $gray-100;*/
  box-sizing: border-box;
  padding: 24px 12px 24px 0px;
}
@media (max-width: 991px) {
  .product-properties .property {
    max-width: none;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 12px 10px 0px;
  }
}
.product-properties .property .property-label {
  font-size: 0.85rem;
  color: #3f3f46;
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .product-properties .property .property-label {
    margin-bottom: 0;
  }
}
.product-properties .property .property-value {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
}

.product-property-group .ppg-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #061b2c;
  margin-bottom: 1rem;
}
.product-property-group .ppg-title::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2px;
  background-color: #061b2c;
  flex-shrink: 0;
}
.product-property-group.ppg-type-checklist .ppg-properties .ppg-property {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  position: relative;
  cursor: default;
  transition: transform 0.22s ease;
}
.product-property-group.ppg-type-checklist .ppg-properties .ppg-property::after {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  width: 3px;
  height: 55%;
  background-color: #061b2c;
  border-radius: 2px;
  transform: translateY(-50%) scaleY(0);
  transform-origin: center;
  transition: transform 0.22s ease;
}
.product-property-group.ppg-type-checklist .ppg-properties .ppg-property:hover {
  transform: translateX(8px);
}
.product-property-group.ppg-type-checklist .ppg-properties .ppg-property:hover::after {
  transform: translateY(-50%) scaleY(1);
}
.product-property-group.ppg-type-checklist .ppg-properties .ppg-property:hover .ppg-check img {
  transform: scale(1.15);
}
.product-property-group.ppg-type-checklist .ppg-properties .ppg-property .ppg-name {
  font-size: 0.95rem;
  color: #061b2c;
}
.product-property-group.ppg-type-checklist .ppg-properties .ppg-property .ppg-check img {
  width: 22px;
  height: 22px;
  transition: transform 0.22s ease;
}
.product-property-group.ppg-type-tags .ppg-properties {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.product-property-group.ppg-type-tags .ppg-properties .ppg-tag {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 4px;
  color: #061b2c;
  cursor: default;
  position: relative;
  isolation: isolate;
  background: transparent;
  box-shadow: 0 0 0 1px #d4d4d8;
  transition: box-shadow 0.25s ease;
}
.product-property-group.ppg-type-tags .ppg-properties .ppg-tag::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 4px;
  background: conic-gradient(from var(--ppg-border-angle), transparent 0%, transparent 55%, rgba(6, 27, 44, 0.4) 72%, #061b2c 82%, rgba(6, 27, 44, 0.4) 92%, transparent 100%);
  z-index: -2;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product-property-group.ppg-type-tags .ppg-properties .ppg-tag::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 3px;
  background: #fff;
  z-index: -1;
}
.product-property-group.ppg-type-tags .ppg-properties .ppg-tag:hover {
  box-shadow: none;
}
.product-property-group.ppg-type-tags .ppg-properties .ppg-tag:hover::before {
  opacity: 1;
  animation: ppgTagBorderSpin 1.8s linear infinite;
}
.product-property-group.ppg-type-cards .ppg-card {
  padding: 1rem 1.25rem;
  border-radius: 4px;
  display: flex;
  align-items: flex-end;
  background-color: #f4f4f5;
  color: #061b2c;
}
.product-property-group.ppg-type-cards .ppg-card .ppg-name {
  font-size: 1.1rem;
  font-weight: 600;
}
.product-property-group.ppg-type-icon-list .ppg-properties .ppg-property {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0;
  position: relative;
  cursor: default;
  transition: transform 0.22s ease;
}
.product-property-group.ppg-type-icon-list .ppg-properties .ppg-property::after {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  width: 3px;
  height: 55%;
  background-color: #061b2c;
  border-radius: 2px;
  transform: translateY(-50%) scaleY(0);
  transform-origin: center;
  transition: transform 0.22s ease;
}
.product-property-group.ppg-type-icon-list .ppg-properties .ppg-property:hover {
  transform: translateX(8px);
}
.product-property-group.ppg-type-icon-list .ppg-properties .ppg-property:hover::after {
  transform: translateY(-50%) scaleY(1);
}
.product-property-group.ppg-type-icon-list .ppg-properties .ppg-property:hover .ppg-icon img {
  transform: rotate(15deg) scale(1.1);
}
.product-property-group.ppg-type-icon-list .ppg-properties .ppg-property .ppg-icon img {
  width: 20px;
  height: 20px;
  transition: transform 0.22s ease;
}
.product-property-group.ppg-type-icon-list .ppg-properties .ppg-property .ppg-name {
  font-size: 0.95rem;
  color: #061b2c;
}

.product-title-card {
  padding: 0.75rem 1.25rem 0.75rem 0;
}
.product-title-card .type {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #384956;
  margin-bottom: 0.5rem;
}
.product-title-card .title {
  font-size: 1.65rem;
  font-weight: 500;
  color: #384956;
  line-height: 1.2;
  margin-bottom: 0.6rem;
}
@media (max-width: 991px) {
  .product-title-card .title {
    font-size: 1.5rem;
  }
}
.product-title-card .location {
  display: flex;
  align-items: flex-end;
  gap: 0.35rem;
  font-size: 0.9rem;
  justify-content: center;
  height: 35px;
}
@media (max-width: 991px) {
  .product-title-card .location {
    display: flow;
  }
}
.product-title-card .summary {
  font-size: 1.1rem;
  font-weight: 500;
  color: #27272a;
  line-height: 1.8rem;
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
}

.product-wide-card {
  display: flex;
  gap: 2rem;
  background: #fff;
  border: 1px solid #e4e4e7;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .product-wide-card {
    flex-direction: column;
    gap: 1rem;
  }
}
.product-wide-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.product-wide-card .image-wrapper {
  position: relative;
  flex: 0 0 45%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #f4f4f5;
}
@media (max-width: 991px) {
  .product-wide-card .image-wrapper {
    flex: 0 0 100%;
  }
}
.product-wide-card .image-wrapper .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.3s ease;
}
.product-wide-card .image-wrapper:hover .image {
  transform: scale(1.05);
}
.product-wide-card .image-wrapper .badges {
  position: absolute;
  z-index: 1;
  top: 1rem;
  left: 1rem;
  display: flex;
  gap: 0.5rem;
}
.product-wide-card .image-wrapper .badges .badge {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 10px;
  background: linear-gradient(45deg, #ef4444, #ef4444);
  color: #fff;
}
.product-wide-card .content-wrapper {
  flex: 1;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}
@media (max-width: 991px) {
  .product-wide-card .content-wrapper {
    padding: 1.5rem;
  }
}
.product-wide-card .content-wrapper .price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #061b2c;
}
.product-wide-card .transaction-type {
  font-size: 1.2rem;
  font-weight: 700;
  color: #18181b;
  margin: 0;
  line-height: 1.4;
}
.product-wide-card .location {
  font-size: 1rem;
  color: #52525b;
  margin: 0;
}
.product-wide-card .stats {
  display: flex;
  flex-direction: column;
  font-size: 0.95rem;
  color: #3f3f46;
  gap: 0.5rem;
}
.product-wide-card .stats .stat-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.search-box {
  background-color: #e4e4e7;
  padding: 24px 16px;
  width: 100%;
}
@media (max-width: 991px) {
  .search-box {
    padding: 16px;
  }
}

.service {
  padding: 1.2rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 991px) {
  .service {
    align-items: center;
  }
}
.service .image {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.service .service-title {
  position: static;
  z-index: 1;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.25;
  margin-bottom: 1.5rem;
  text-align: left;
}
@media (min-width: 991px) {
  .service .service-title {
    text-align: left;
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1199px) {
  .service .service-title {
    text-align: left;
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1399px) {
  .service .service-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.service .service-subtitle {
  position: static;
  z-index: 1;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2rem;
  margin-bottom: 2rem;
  text-align: left;
}
@media (min-width: 991px) {
  .service .service-subtitle {
    text-align: left;
    font-size: 1rem;
    line-height: 1.2rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1199px) {
  .service .service-subtitle {
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.3rem;
    margin-bottom: 0.6rem;
  }
}
@media (min-width: 1399px) {
  .service .service-subtitle {
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-bottom: 0.8rem;
  }
}
.service .service-button {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  background: #061b2c;
  border-radius: 0;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  font-weight: 600;
  flex-shrink: 0;
  letter-spacing: 1px;
  transition: background-color 0.2s, color 0.2s;
}
.service .service-button:hover {
  background-color: #fff;
  color: #061b2c;
}
@media (max-width: 991px) {
  .service .service-button {
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 991px) {
  .service .service-button {
    font-size: 0.75rem;
    padding: 0.5rem 0.5rem;
  }
}
@media (min-width: 1199px) {
  .service .service-button {
    font-size: 0.85rem;
    padding: 0.6rem 0.6rem;
  }
}
@media (min-width: 1399px) {
  .service .service-button {
    font-size: 0.95rem;
    padding: 0.75rem 0.9rem;
  }
}

.similar-products {
  margin-bottom: 2rem;
}
.similar-products .similar-products-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #061b2c;
  margin-bottom: 1rem;
}

.site-footer {
  background-color: #f4f4f5;
  margin-top: 0;
  padding: 0;
  min-height: 200px;
}
.site-footer .footer-brand .brand img {
  height: 48px;
  width: auto;
}
.site-footer .footer-contact {
  font-size: 0.875rem;
  color: #3f3f46;
}
.site-footer .footer-contact a {
  color: #3f3f46;
  text-decoration: none;
}
.site-footer .footer-contact a:hover {
  color: #061b2c;
}
.site-footer .footer-socials a {
  opacity: 0.7;
  transition: opacity 0.2s;
}
.site-footer .footer-socials a:hover {
  opacity: 1;
}
.site-footer .footer-socials img {
  filter: invert(1) brightness(0);
}
.site-footer .footer-col-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #18181b;
  margin-bottom: 1.25rem;
  text-transform: capitalize;
  letter-spacing: 0;
}
.site-footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-links li {
  margin-bottom: 0.6rem;
}
.site-footer .footer-links a {
  font-size: 0.875rem;
  color: #52525b;
  text-decoration: none;
  transition: color 0.2s;
}
.site-footer .footer-links a:hover {
  color: #061b2c;
}
.site-footer .footer-newsletter-callout {
  padding-top: 0.25rem;
  border-top: 0px solid rgba(113, 113, 122, 0.25);
}
.site-footer .footer-newsletter-link {
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.4rem;
  background: #111827;
  color: #fff;
  border: 0;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.site-footer .footer-newsletter-link:hover {
  background: #687991;
}
@media (max-width: 991px) {
  .site-footer .footer-newsletter-link {
    font-size: 0.7rem;
  }
}
.site-footer .footer-copyright {
  font-weight: 500;
  font-size: 0.8rem;
  color: #04101a;
}
.site-footer .column .title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #18181b;
  margin-bottom: 1rem;
}
.site-footer .column .links .link {
  display: block;
  font-size: 0.9rem;
  line-height: 1.8rem;
  color: #52525b;
  text-decoration: none;
  transition: color 0.2s;
}
.site-footer .column .links .link:hover {
  color: #061b2c;
}

.site-menu {
  display: flex;
  align-items: center;
  height: 100px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1030;
  background-color: #061b2c;
  transition: background-color 2s ease, transform 0.3s ease;
}
@media screen and (max-width: 991px) {
  .site-menu {
    height: 60px;
  }
}
.site-menu.media-hidden {
  transform: translateY(-100%);
}
.site-menu.home-bar {
  background-color: rgba(0, 0, 0, 0.1);
}
.site-menu.product-bar {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4));
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.site-menu .menu-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 1.5rem;
  position: relative;
}
.site-menu .menu-action-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  padding: 0.25rem 0;
  white-space: nowrap;
  transition: opacity 0.2s;
}
@media (max-width: 991px) {
  .site-menu .menu-action-btn {
    font-size: 1rem;
  }
}
.site-menu .menu-action-btn:hover {
  opacity: 0.75;
  color: #fff;
}
.site-menu .menu-action-btn .icon {
  font-size: 1.4rem;
}
@media (max-width: 991px) {
  .site-menu .menu-action-btn .icon {
    font-size: 1.2rem;
  }
}
.site-menu .menu-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  text-decoration: none;
}
.site-menu .menu-right-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-left: auto;
}

.search-sidenav,
.menu-sidenav {
  background-color: #061b2c;
  color: #fff;
  width: 480px;
  max-width: 92vw;
  border: none;
  transition: transform 0.225s cubic-bezier(0, 0, 0.2, 1), opacity 0.225s cubic-bezier(0, 0, 0.2, 1) !important;
}
.search-sidenav.offcanvas-start, .search-sidenav.offcanvas-end,
.menu-sidenav.offcanvas-start,
.menu-sidenav.offcanvas-end {
  transform: scale(0.95);
  opacity: 0;
}
.search-sidenav.show,
.menu-sidenav.show {
  transform: scale(1) !important;
  opacity: 1;
}
.search-sidenav.show.hiding,
.menu-sidenav.show.hiding {
  transform: scale(0.95) !important;
  opacity: 0;
  transition: transform 0.125s cubic-bezier(0.4, 0, 1, 1), opacity 0.125s cubic-bezier(0.4, 0, 1, 1) !important;
}
.search-sidenav .offcanvas-header,
.menu-sidenav .offcanvas-header {
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.search-sidenav .sidenav-back-btn,
.menu-sidenav .sidenav-back-btn {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: none;
  border: none;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 1.25rem 1.5rem;
  cursor: pointer;
  width: 100%;
  text-align: left;
  transition: opacity 0.2s;
}
.search-sidenav .sidenav-back-btn:hover,
.menu-sidenav .sidenav-back-btn:hover {
  opacity: 0.75;
}
.search-sidenav .offcanvas-body,
.menu-sidenav .offcanvas-body {
  padding: 0;
}

.menu-sidenav .nav-sidenav-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
}
.menu-sidenav .nav-sidenav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-sidenav .nav-sidenav-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.menu-sidenav .nav-sidenav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 1.5rem;
  color: #fff;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: background-color 0.15s;
}
.menu-sidenav .nav-sidenav-link:hover, .menu-sidenav .nav-sidenav-link.active {
  background-color: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.menu-sidenav .nav-sidenav-submenu {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.menu-sidenav .nav-sidenav-subitem {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.menu-sidenav .nav-sidenav-subitem:last-child {
  border-bottom: none;
}
.menu-sidenav .nav-sidenav-sublink {
  display: block;
  padding: 0.75rem 2.5rem;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.7rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  transition: background-color 0.15s;
}
.menu-sidenav .nav-sidenav-sublink:hover {
  background-color: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.menu-sidenav .nav-sidenav-footer {
  padding: 1.5rem;
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.menu-sidenav .nav-sidenav-footer .nav-sidenav-languages .navbar-nav {
  gap: 0.5rem;
}
.menu-sidenav .nav-sidenav-footer .nav-sidenav-languages .nav-link,
.menu-sidenav .nav-sidenav-footer .nav-sidenav-languages .dropdown-item {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.75rem;
  letter-spacing: 1px;
  padding: 0.25rem 0.5rem;
}
.menu-sidenav .nav-sidenav-footer .nav-sidenav-languages .nav-link:hover,
.menu-sidenav .nav-sidenav-footer .nav-sidenav-languages .dropdown-item:hover {
  color: #fff;
  background: none;
}

.search-criteria {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.search-criteria .search-field-group {
  margin-bottom: 2rem;
}
.search-criteria .search-field-group .search-field-label {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.65);
  text-transform: uppercase;
  margin-bottom: 0.85rem;
}
.search-criteria .search-toggle-group {
  display: flex;
  gap: 0;
}
.search-criteria .search-toggle-group .search-toggle-opt {
  flex: 1;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  padding: 0.65rem 0.5rem;
  text-align: center;
  border-radius: 0;
  margin: 0;
  transition: all 0.2s;
}
.search-criteria .search-toggle-group .search-toggle-opt + .search-toggle-opt {
  border-left: none;
}
.search-criteria .search-toggle-group .search-toggle-opt:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.search-criteria .search-toggle-group .btn-check:checked + .search-toggle-opt {
  background-color: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff;
}
.search-criteria .search-toggle-group .btn-check:checked + .search-toggle-opt[for=is-exclusive] {
  background-color: #fe6f61;
  color: #fff;
}
.search-criteria .search-location-wrapper {
  position: relative;
}
.search-criteria .search-location-wrapper .search-location-input-label {
  position: absolute;
  top: -0.55rem;
  left: 0.75rem;
  font-size: 0.6rem;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.5);
  background-color: #061b2c;
  padding: 0 0.25rem;
  text-transform: uppercase;
  pointer-events: none;
  z-index: 1;
}
.search-criteria .search-location-wrapper .search-location-input {
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  border-radius: 0;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  font-size: 0.85rem;
}
.search-criteria .search-location-wrapper .search-location-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.75rem;
}
.search-criteria .search-location-wrapper .search-location-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.75rem;
}
.search-criteria .search-location-wrapper .search-location-input:focus {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
  box-shadow: none;
}
.search-criteria .search-location-wrapper .search-location-chevron {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.search-criteria .search-location-wrapper .search-location-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #030d16;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-top: none;
  z-index: 200;
  display: none;
  max-height: 280px;
  overflow-y: auto;
}
.search-criteria .search-location-wrapper .search-location-dropdown.open {
  display: block;
}
.search-criteria .search-location-wrapper .search-location-dropdown .search-location-results {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search-criteria .search-location-wrapper .search-location-dropdown .search-location-results .search-location-result-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.65rem 1rem;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.82rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: background-color 0.12s;
}
.search-criteria .search-location-wrapper .search-location-dropdown .search-location-results .search-location-result-item:last-child {
  border-bottom: none;
}
.search-criteria .search-location-wrapper .search-location-dropdown .search-location-results .search-location-result-item:hover, .search-criteria .search-location-wrapper .search-location-dropdown .search-location-results .search-location-result-item.active {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.search-criteria .search-location-wrapper .search-location-dropdown .search-location-results .search-location-result-item .result-type {
  font-size: 0.62rem;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
}
.search-criteria .search-property-type-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.search-criteria .search-property-type-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.search-criteria .search-property-type-item:last-child {
  border-bottom: none;
}
.search-criteria .search-property-type-item .search-property-type-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 1rem;
}
.search-criteria .search-property-type-item .search-property-type-header .search-property-type-check-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 0.3px;
  cursor: pointer;
  margin: 0;
}
.search-criteria .search-property-type-item .search-property-type-header .search-property-type-subtype-btn {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.65rem;
  letter-spacing: 0.8px;
  padding: 0;
  cursor: pointer;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.15s;
}
.search-criteria .search-property-type-item .search-property-type-header .search-property-type-subtype-btn:hover {
  color: #fff;
}
.search-criteria .search-property-type-item .form-check-input {
  width: 1.1rem;
  height: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background-color: transparent;
  border-radius: 2px;
  cursor: pointer;
  flex-shrink: 0;
}
.search-criteria .search-property-type-item .form-check-input:checked {
  background-color: #fff;
  border-color: #fff;
}
.search-criteria .search-property-type-item .form-check-input:focus {
  box-shadow: none;
}
.search-criteria .search-property-type-item .search-property-subtype-list {
  list-style: none;
  padding: 0.5rem 1rem 0.75rem 3.25rem;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.15);
}
.search-criteria .search-property-type-item .search-property-subtype-list li {
  padding: 0.3rem 0;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.3px;
}
.search-criteria .search-price-range .range-track {
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 1px;
  position: relative;
  margin-bottom: 1.5rem;
}
.search-criteria .search-price-range .range-track input[type=range] {
  position: absolute;
  width: 100%;
  top: -0.45rem;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: transparent;
  pointer-events: none;
}
.search-criteria .search-price-range .range-track input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  pointer-events: all;
  cursor: pointer;
}
.search-criteria .search-price-range .range-track input[type=range]::-moz-range-thumb {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  pointer-events: all;
  cursor: pointer;
}
.search-criteria .search-price-range .price-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.search-criteria .search-price-range .price-inputs .price-input-group {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.search-criteria .search-price-range .price-inputs .price-input-group:focus-within {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.4);
}
.search-criteria .search-price-range .price-inputs .price-input-group .price-currency-prefix {
  padding: 0.65rem 0.5rem 0.65rem 0.75rem;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  pointer-events: none;
  flex-shrink: 0;
}
.search-criteria .search-price-range .price-inputs .price-input-group input[type=text] {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 0.8rem;
  padding: 0.65rem 0.75rem 0.65rem 0;
  width: 100%;
  min-width: 0;
}
.search-criteria .search-price-range .price-inputs .price-input-group input[type=text]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.72rem;
}
.search-criteria .search-price-range .price-inputs .price-input-group input[type=text]::placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.72rem;
}
.search-criteria .search-price-range .price-inputs .price-input-group input[type=text]:focus {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
  box-shadow: none;
  outline: none;
}
.search-criteria .search-submit-wrapper {
  margin-top: 2rem;
}
.search-criteria .search-btn {
  border-radius: 0;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0.85rem;
  background-color: #fff;
  color: #061b2c;
  border: none;
}
.search-criteria .search-btn:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.search-filter .product-count {
  font-size: 0.9rem;
  color: #64748b;
  font-weight: 500;
}
.search-filter .filter-container {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0.5rem 0;
}
.search-filter .filter-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border: 1.5px solid #64748b;
  border-radius: 2rem;
  padding: 0.2rem 0.75rem;
  font-size: 0.85rem;
  color: #64748b;
  background: transparent;
  white-space: nowrap;
  animation: filter-tag-in 0.2s ease both;
}
.search-filter .filter-tag .filter-tag-label {
  line-height: 1.4;
}
.search-filter .filter-tag .filter-tag-remove {
  border: none;
  background: none;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #ef4444;
  cursor: pointer;
}
.search-filter .filter-tag .filter-tag-remove:hover {
  opacity: 0.7;
}

@keyframes filter-tag-in {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.search-sidenav .search-sidenav-body {
  padding: 1.5rem;
  overflow-y: auto;
}

.share-buttons .share-buttons-list .share-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.5rem;
  border-radius: 4px;
  border: none;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s;
}
.share-buttons .share-buttons-list .share-button:hover {
  background-color: rgba(228, 228, 231, 0.5);
}
.share-buttons .share-buttons-list .share-button .social-icon {
  width: 32px;
  height: 32px;
  filter: invert(1) brightness(0);
  transition: filter 0.2s;
}
.share-buttons .share-buttons-list .share-button .social-icon.x {
  width: 24px;
  height: 24px;
}
.share-buttons .share-buttons-list .share-button .social-icon:hover {
  filter: invert(1) brightness(0) sepia(1) hue-rotate(45deg) saturate(150%);
}

.stars {
  display: inline-block;
}
.stars .star-button {
  padding: 0;
  display: flex;
  align-items: center;
}
.stars .star-button .label {
  color: white;
  font-weight: normal;
}

.stars-input .value {
  display: none;
}
.stars-input .star {
  display: inline-block;
  width: 28px;
  height: 28px;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-mask-image: url("/assets/image/icons/stars/outline.svg");
          mask-image: url("/assets/image/icons/stars/outline.svg");
  background-color: #71717a;
  transition: all 0.5s ease-in-out;
}
.stars-input .star.active {
  -webkit-mask-image: url("/assets/image/icons/stars/full.svg");
          mask-image: url("/assets/image/icons/stars/full.svg");
  background-color: #eab308;
}
.stars-input .star:hover {
  transform: scale(1.1);
  -webkit-mask-image: url("/assets/image/icons/stars/outline.svg");
          mask-image: url("/assets/image/icons/stars/outline.svg");
  background-color: #eab308;
}

.stepper .progress {
  position: absolute;
  z-index: 0;
  width: 98%;
  height: 1px;
  top: 25px;
  left: 1%;
  right: 1%;
  background-color: #e4e4e7;
}
.stepper .steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.stepper .steps .step {
  z-index: 10;
  display: inline-block;
}
.stepper .steps .step .step-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background-color: #e4e4e7;
  transition: 0.4s;
}
.stepper .steps .step.active .step-button {
  background-color: #061b2c;
  color: #fff;
}
.stepper .steps .step.active .step-title {
  color: #061b2c;
}

.appointment-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
}
@media (max-width: 991px) {
  .appointment-main {
    display: block;
    height: 100svh;
    overflow-y: auto;
  }
}
.appointment-main .appointment-main-left {
  background-size: cover;
  height: 100%;
  width: auto;
}
@media (max-width: 991px) {
  .appointment-main .appointment-main-left {
    height: 20svh;
    min-height: 300px;
  }
}
.appointment-main .appointment-main-right {
  max-width: 500px;
  width: 100%;
  height: 100svh;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 991px) {
  .appointment-main .appointment-main-right {
    max-width: 90%;
    margin: 5vh auto 0;
    height: unset;
  }
}
.appointment-main .appointment-main-right img {
  width: 50%;
  max-width: 150px;
  margin-bottom: 1rem;
}

#document-container {
  padding-top: 0;
  min-height: 90vh !important;
  display: flex;
  flex-direction: column;
  position: relative;
}

#about-us-page {
  padding-top: calc(100px + 2.5rem);
  background-color: #fff;
}
@media (max-width: 991px) {
  #about-us-page {
    padding-top: calc(60px + 1.5rem);
  }
}
#about-us-page .hero .image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 1.5rem;
}
#about-us-page .vision {
  padding: 6rem 0;
  background: #fff;
}
#about-us-page .vision .vision-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 991px) {
  #about-us-page .vision .vision-cards {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
#about-us-page .vision .vision-card {
  text-align: center;
  padding: 2.5rem 2rem;
  background: #fff;
  border-radius: 0;
  transition: all 0.3s ease;
}
#about-us-page .vision .vision-card:hover {
  box-shadow: 0 8px 30px rgba(6, 27, 44, 0.1);
  transform: translateY(-4px);
}
#about-us-page .vision .vision-card .vision-icon {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
#about-us-page .vision .vision-card h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #061b2c;
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
}
#about-us-page .vision .vision-card p {
  font-size: 0.95rem;
  color: #52525b;
  line-height: 1.7;
  margin: 0;
}
#about-us-page .story {
  padding: 6rem 0;
}
#about-us-page .story .story-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 991px) {
  #about-us-page .story .story-row {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
#about-us-page .story .image-wrapper .image {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
#about-us-page .story .story-content h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #061b2c;
  margin-bottom: 1.5rem;
}
#about-us-page .story .story-content p {
  font-size: 1rem;
  color: #3f3f46;
  line-height: 1.8;
  margin-bottom: 1.2rem;
}
#about-us-page .story .story-content .btn {
  margin-top: 1rem;
}
#about-us-page .mission {
  padding: 6rem 0;
}
#about-us-page .mission .mission-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 991px) {
  #about-us-page .mission .mission-row {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
#about-us-page .mission .mission-content h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #061b2c;
  margin-bottom: 1.5rem;
}
#about-us-page .mission .mission-content p {
  font-size: 1rem;
  color: #3f3f46;
  line-height: 1.8;
  margin-bottom: 1.2rem;
}
#about-us-page .mission .mission-content .btn {
  margin-top: 1rem;
}
#about-us-page .mission .image-wrapper .image {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
#about-us-page .team .subtitle {
  text-align: center;
  font-size: 1.1rem;
  color: #52525b;
}
#about-us-page .team .owl-carousel .consultant-card .card-image-wrapper {
  width: auto;
}
#about-us-page .team .owl-carousel .owl-nav .owl-prev,
#about-us-page .team .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(250, 250, 250, 0.5);
  color: #061b2c;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  font-size: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}
#about-us-page .team .owl-carousel .owl-nav .owl-prev:hover,
#about-us-page .team .owl-carousel .owl-nav .owl-next:hover {
  background-color: #061b2c;
  color: #fff;
}
#about-us-page .team .owl-carousel .owl-nav .owl-prev.owl-prev,
#about-us-page .team .owl-carousel .owl-nav .owl-next.owl-prev {
  left: -20px;
}
#about-us-page .team .owl-carousel .owl-nav .owl-prev.owl-next,
#about-us-page .team .owl-carousel .owl-nav .owl-next.owl-next {
  right: -20px;
}

#articles-page {
  padding-top: calc(100px + 2.5rem);
  padding-bottom: 4rem;
  background: #fff;
}
@media (max-width: 991px) {
  #articles-page {
    padding-top: calc(60px + 1.5rem);
  }
}
#articles-page .articles-page-header {
  text-align: center;
  padding: 2.5rem 0 2rem;
}
#articles-page .featured-articles {
  margin-bottom: 2.5rem;
}
#articles-page .featured-articles .sidebar {
  height: 420px;
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
  gap: 1rem;
}
@media (max-width: 991px) {
  #articles-page .featured-articles .sidebar {
    height: auto;
    margin-left: 0;
    margin-top: 1rem;
    border-top: 1px solid #e4e4e7;
  }
}
#articles-page .articles-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  margin-bottom: 2rem;
  gap: 1rem;
}
#articles-page .articles-toolbar .articles-search-group {
  display: flex;
  border-radius: 6px;
  border: 1px solid #d4d4d8;
  overflow: hidden;
}
#articles-page .articles-toolbar .articles-search-group .form-control {
  border: none;
  font-size: 0.9rem;
  width: 200px;
  border-color: #d4d4d8;
}
#articles-page .articles-toolbar .articles-search-group .form-control:focus {
  box-shadow: none;
  border-color: #a1a1aa;
}
#articles-page .articles-toolbar .articles-search-group .btn {
  border-radius: none;
  font-size: 0.9rem;
}
#articles-page .articles-toolbar .articles-sort-btn {
  border: 1px solid #d4d4d8;
  color: #3f3f46;
  font-size: 0.82rem;
  border-radius: 0;
  padding: 0.45rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
}
#articles-page .articles-toolbar .articles-sort-btn:hover, #articles-page .articles-toolbar .articles-sort-btn:focus, #articles-page .articles-toolbar .articles-sort-btn.show {
  background-color: #f4f4f5;
  border-color: #a1a1aa;
  box-shadow: none;
}

#article-page {
  padding-top: calc(100px + 2.5rem);
}
@media (max-width: 991px) {
  #article-page {
    padding-top: calc(60px + 1.5rem);
  }
}
#article-page .large-wrapper {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}
@media (max-width: 991px) {
  #article-page .large-wrapper {
    width: 100%;
    max-width: none;
  }
}
#article-page .article-header {
  text-align: center;
  padding: 2rem 0 1.75rem;
}
#article-page .article-header .article-meta {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 1rem;
}
#article-page .article-header .article-meta .date,
#article-page .article-header .article-meta .category {
  font-size: 0.85rem;
  color: #71717a;
}
#article-page .article-header .article-title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #061b2c;
}
@media (max-width: 991px) {
  #article-page .article-header .article-title {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
#article-page .article-image {
  width: 100%;
  aspect-ratio: 16/8;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#article-page .article-content-wrapper {
  padding: 0 80px;
}
@media (max-width: 991px) {
  #article-page .article-content-wrapper {
    padding: 0 20px;
  }
}
#article-page .article-summary {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6rem;
  color: #3f3f46;
  font-style: italic;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  #article-page .article-summary {
    font-size: 1.2rem;
    line-height: 1.4rem;
    padding-left: 0 1rem;
  }
}
#article-page .article-body {
  color: #27272a;
  line-height: 1.85;
  font-size: 1rem;
  margin-bottom: 2.5rem;
}
#article-page .article-body h1,
#article-page .article-body h2,
#article-page .article-body h3,
#article-page .article-body h4,
#article-page .article-body h5,
#article-page .article-body h6 {
  font-weight: 700;
  color: #18181b;
  margin-top: 2rem;
  margin-bottom: 0.6rem;
}
#article-page .article-body h2 {
  font-size: 1.35rem;
}
#article-page .article-body h3 {
  font-size: 1.15rem;
}
#article-page .article-body p {
  margin-bottom: 1.1rem;
}
#article-page .article-body a {
  color: #061b2c;
  text-decoration: underline;
}
#article-page .article-body ul,
#article-page .article-body ol {
  padding-left: 1.5rem;
  margin-bottom: 1.1rem;
}
#article-page .article-body img {
  max-width: 100%;
  height: auto;
}
#article-page .article-body blockquote {
  border-left: 3px solid #061b2c;
  padding-left: 1rem;
  color: #52525b;
  font-style: italic;
  margin: 1.5rem 0;
}
#article-page .article-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  border-top: 1px solid #e4e4e7;
  border-bottom: 1px solid #e4e4e7;
  margin-bottom: 0;
}
#article-page .article-footer .footer-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #71717a;
  letter-spacing: 1.5px;
  margin-right: 0.5rem;
}
#article-page .article-footer .article-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem;
}
#article-page .article-footer .article-tags .article-tag {
  border: 1px solid #d4d4d8;
  background-color: #f4f4f5;
  color: #27272a;
  font-size: 0.8rem;
  padding: 0.2rem 0.85rem;
  cursor: pointer;
  transition: all 0.8s;
}
#article-page .article-footer .article-tags .article-tag:hover {
  background-color: #d4d4d8;
  border-color: #a1a1aa;
}
#article-page .article-footer .article-share {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#article-page .article-footer .article-share .firm-social-buttons {
  display: flex;
  gap: 0.35rem;
}
#article-page .article-footer .article-share .firm-social-buttons .social-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #061b2c;
  transition: opacity 0.2s;
}
#article-page .article-footer .article-share .firm-social-buttons .social-button:hover {
  opacity: 0.75;
}
#article-page .article-footer .article-share .firm-social-buttons .social-button .social-icon {
  width: 16px;
  height: 16px;
  filter: invert(1);
}
#article-page .article-navigation {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid #e4e4e7;
}
#article-page .article-navigation .article-nav-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  padding: 1.25rem 0;
  flex: 1;
}
#article-page .article-navigation .article-nav-item .nav-text {
  display: flex;
  flex-direction: column;
}
#article-page .article-navigation .article-nav-item .nav-text .nav-direction {
  font-size: 0.8rem;
  color: #3f3f46;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.2rem;
}
#article-page .article-navigation .article-nav-item .nav-text .nav-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #18181b;
  line-height: 1.3;
  transition: color 0.2s;
}
#article-page .article-navigation .article-nav-item.article-nav-next {
  justify-content: flex-end;
  text-align: right;
}

#consultant-page {
  padding-top: calc(100px + 2.5rem);
  background-color: #fff;
}
@media (max-width: 991px) {
  #consultant-page {
    padding-top: calc(60px + 1.5rem);
  }
}
#consultant-page .products-wrapper {
  /*
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
  */
  align-items: start;
}
@media (max-width: 991px) {
  #consultant-page .products-wrapper {
    /*
    grid-template-columns: 1fr;
    gap: 2rem;*/
  }
}
@media (min-width: 992px) {
  #consultant-page #sell-rent-form {
    position: sticky;
    top: 100px;
    align-self: flex-start;
  }
}
@media (min-width: 992px) {
  #consultant-page #product-filters {
    position: sticky;
    top: 100px;
    z-index: 10;
    background: #fff;
  }
}

#contact-us-page {
  padding-top: calc(100px + 2.5rem);
}
@media (max-width: 991px) {
  #contact-us-page {
    padding-top: calc(60px + 1.5rem);
  }
}
#contact-us-page .image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

#cookie-policy-page {
  padding-top: calc(100px + 2.5rem);
}
@media (max-width: 991px) {
  #cookie-policy-page {
    padding-top: calc(60px + 1.5rem);
  }
}
#cookie-policy-page .policy {
  padding: 4rem 0;
}
#cookie-policy-page .policy h1,
#cookie-policy-page .policy h2,
#cookie-policy-page .policy h3,
#cookie-policy-page .policy h4,
#cookie-policy-page .policy h5,
#cookie-policy-page .policy h6 {
  color: #061b2c;
  font-weight: 500;
  margin-bottom: 1rem;
}
#cookie-policy-page .policy p {
  font-size: 1rem;
  line-height: 1.6rem;
  color: #18181b;
  margin-bottom: 1rem;
}

#home-page #video-wrapper {
  position: relative;
  height: 100vh;
  max-height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #061b2c;
  overflow: hidden;
  position: relative;
}
#home-page #video-wrapper #video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#home-page #video-wrapper .title {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 4px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  text-align: center;
  opacity: 0;
  animation: heroTitleReveal 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 5s forwards;
}
@media (max-width: 991px) {
  #home-page #video-wrapper .title {
    font-size: 2rem;
  }
}
#home-page #video-wrapper .sub-title {
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
  opacity: 0;
  animation: heroSubTitleReveal 1.2s ease-out 5.8s forwards;
}
@media (max-width: 991px) {
  #home-page #video-wrapper .sub-title {
    font-size: 1rem;
  }
}
#home-page #video-wrapper .search-box-container {
  margin: 3rem auto;
  width: 100%;
  max-width: 800px;
}
@media (max-width: 991px) {
  #home-page #video-wrapper .search-box-container {
    max-width: 80%;
    margin-top: 2rem;
  }
}
#home-page #expertise-service,
#home-page #sell-rent-service {
  flex-basis: 50%;
}
@media (max-width: 991px) {
  #home-page #expertise-service,
#home-page #sell-rent-service {
    flex-basis: 100%;
  }
}
#home-page #our-services .services-stage {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1400/660;
}
#home-page #our-services .services-bg {
  position: absolute;
  inset: 0;
  width: 115%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
  opacity: 0;
  filter: grayscale(0.05) brightness(0.9);
  transition: opacity 0.7s ease, filter 0.7s ease;
}
#home-page #our-services .services-bg.is-active {
  opacity: 1;
  filter: grayscale(0.32) brightness(0.62);
}
#home-page #our-services .services-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  z-index: 2;
}
#home-page #our-services .service-column {
  flex: 1;
  display: flex;
  align-items: flex-end;
  padding: clamp(0.9rem, 2vw, 1.8rem);
  cursor: pointer;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
#home-page #our-services .service-column:last-child {
  border-right: 0;
}
#home-page #our-services .service-column.is-active .service-title {
  opacity: 1;
  margin-bottom: 1rem;
}
#home-page #our-services .service-column.is-active .service-content {
  max-height: 300px;
  opacity: 1;
  transform: translateY(0);
}
#home-page #our-services .service-title {
  color: #fff;
  margin: 0;
  opacity: 0.62;
  transition: all 0.7s ease;
}
#home-page #our-services .service-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(14px);
  transition: all 0.7s ease;
}
#home-page #our-services .service-content p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.45;
  margin-bottom: 1.2rem;
  font-weight: 500;
  letter-spacing: -0.1px;
}
#home-page #our-services .service-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: background 0.3s ease;
}
#home-page #our-services .service-link:hover {
  background: rgba(255, 255, 255, 0.28);
  color: #fff;
}
@media (max-width: 767.98px) {
  #home-page #our-services .services-stage {
    height: 440px;
  }
  #home-page #our-services .service-content p {
    font-size: 1rem;
    font-weight: 600;
  }
  #home-page #our-services .service-title {
    font-size: 1.4rem;
  }
  #home-page #our-services .services-overlay {
    flex-direction: column;
  }
  #home-page #our-services .service-column {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }
  #home-page #our-services .service-column:last-child {
    border-bottom: 0;
  }
}
#home-page #register-bulletin-container {
  background-color: rgba(6, 27, 44, 0.9);
  flex-basis: 50%;
}
@media (max-width: 991px) {
  #home-page #register-bulletin-container {
    flex-basis: 100%;
  }
}
#home-page #register-bulletin-container .bulletin-input-wrap {
  width: 100%;
  display: flex;
}
#home-page #register-bulletin-container .bulletin-input-wrap #email-input {
  padding: 0.5rem 1rem;
  flex: 1;
  flex-basis: 100%;
  margin-right: 6px;
}

#policies-page {
  padding-top: calc(100px + 2.5rem);
}
@media (max-width: 991px) {
  #policies-page {
    padding-top: calc(60px + 1.5rem);
  }
}
#policies-page .policy {
  padding: 4rem 0;
}
#policies-page .policy h1,
#policies-page .policy h2,
#policies-page .policy h3,
#policies-page .policy h4,
#policies-page .policy h5,
#policies-page .policy h6 {
  color: #061b2c;
  font-weight: 500;
  margin-bottom: 1rem;
}
#policies-page .policy p {
  font-size: 1rem;
  line-height: 1.6rem;
  color: #18181b;
  margin-bottom: 1rem;
}

#privacy-policy-page {
  padding-top: calc(100px + 2.5rem);
}
@media (max-width: 991px) {
  #privacy-policy-page {
    padding-top: calc(60px + 1.5rem);
  }
}
#privacy-policy-page .policy {
  padding: 4rem 0;
}
#privacy-policy-page .policy h1,
#privacy-policy-page .policy h2,
#privacy-policy-page .policy h3,
#privacy-policy-page .policy h4,
#privacy-policy-page .policy h5,
#privacy-policy-page .policy h6 {
  color: #061b2c;
  font-weight: 500;
  margin-bottom: 1rem;
}
#privacy-policy-page .policy p {
  font-size: 1rem;
  line-height: 1.6rem;
  color: #18181b;
  margin-bottom: 1rem;
}

#product-page {
  background-color: #fff;
}
@media (max-width: 991px) {
  #product-page {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  #product-page .product-sticky-sidebar {
    position: sticky;
    top: 50px;
    max-height: 100svh;
    /*
    justify-content: center;
         	display: flex;
         	flex-direction: column;			*/
  }
}
#product-page .reference-no {
  font-size: 1.2rem;
  font-weight: 500;
}
@media (max-width: 991px) {
  #product-page .reference-no {
    font-size: 1rem;
  }
}
#product-page .price {
  font-size: 1.4rem;
  font-weight: 600;
}
@media (max-width: 991px) {
  #product-page .price {
    font-size: 1.2rem;
  }
}
#product-page .summary {
  font-size: 1rem;
  font-weight: 500;
  color: #27272a;
  line-height: 1.8rem;
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
  /*
  &::before {
  	content: "\201C";
  }

  &::after {
  	content: "\201D";
  }
  	*/
}
#product-page .body {
  font-size: 1rem;
  line-height: 1.6rem;
}

#product-page .product-detail-hidden {
  display: none !important;
}

#product-page #product-details {
  margin-top: 1.5rem;
  border-top: 1px solid oklch(88.531% 0.0001 271.152);
}

@media (min-width: 992px) {
  #product-page #product-sidebar-details {
    display: flex;
    flex-direction: column;
    height: calc(100svh - 50px);
    max-height: calc(100svh - 50px);
    overflow-y: auto;
    border-left: 1px solid oklch(88.531% 0.0001 271.152);
  }

  #product-page .product-sidebar-main {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #product-page #product-details {
    margin-top: auto;
    position: sticky;
    bottom: 0;
    background: #fff;
    z-index: 3;
  }
}
#product-page .contact-form.form {
  border: 0 solid #e4e4e7;
}

#product-page .product-details-button {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 0.6rem 0.25rem;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid oklch(88.531% 0.0001 271.152);
  font-size: 0.95rem;
}

#product-page .product-details-button:first-child {
  border-top: 0;
}

#product-page .product-details-button .arrow {
  font-size: 1.5rem;
  opacity: 0.7;
}

#product-page .product-side-panel-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
  z-index: 1090;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

#product-page .product-side-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  height: 100svh;
  background: white;
  z-index: 1100;
  transform: translateX(100%);
  transition: transform 0.25s ease;
  overflow: hidden;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.14);
}

#product-page .product-side-panel.is-open {
  transform: translateX(0);
}

#product-page .product-side-panel-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

#product-page .product-side-panel-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid oklch(88.531% 0.0001 271.152);
}

#product-page .product-side-panel-close {
  background: transparent;
  border: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
}

#product-page .product-side-panel-content {
  height: calc(100svh - 50px);
  overflow-y: auto;
  padding: 2rem;
}

#product-page .location-map-frame {
  width: 100%;
  height: calc(100svh - 110px);
  border: 1px solid oklch(88.531% 0.0001 271.152);
  background: #fff;
}

#product-page .location-map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.99) sepia(0.3) hue-rotate(185deg) saturate(142%) brightness(0.99) contrast(1.05);
}

#product-page .location-map-widget {
  position: relative;
}

#product-page .location-map-overlay {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  z-index: 2;
}

#product-page .location-map-action {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  min-width: 170px;
  padding: 0.55rem 0.75rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(17, 24, 39, 0.14);
  color: #111827;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
}

#product-page .location-map-action .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #eef2ff;
  font-size: 1rem;
}

#product-page .location-map-action.directions {
  color: gray;
}

#product-page .location-map-action.directions .icon {
  background: #eef2ff;
}

#product-page .plan-appointment-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.4rem;
  background: #111827;
  color: #fff;
  border: 0;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-left: 30%;
}

#product-page .plan-appointment-button:hover {
  background: #1f2937;
}

#product-page .appointment-invite {
  padding: 0;
}

#product-page .appointment-invite-copy {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem 2rem 1.5rem 0.75rem;
}

#product-page .appointment-invite-heading {
  font-size: clamp(2rem, 2vw, 2rem);
  line-height: 1.1;
  font-weight: 500;
  margin-bottom: 1.2rem;
  max-width: 40%;
  margin-left: 30%;
}

#product-page .appointment-invite-text {
  font-size: 1.25rem;
  line-height: 1.5;
  max-width: 40%;
  margin-bottom: 2rem;
  margin-left: 30%;
}

#product-page .appointment-invite-media {
  height: 100%;
  min-height: 520px;
  background: white;
  overflow: hidden;
}

#product-page .appointment-invite-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#product-page .appointment-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 1190;
}

#product-page .appointment-modal {
  position: fixed;
  inset: 0;
  background: white;
  z-index: 1200;
  display: none;
}

#product-page .appointment-modal.is-open {
  display: block;
}

#product-page .appointment-modal-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

#product-page .appointment-modal-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
}

#product-page .appointment-modal-media {
  position: relative;
  overflow: hidden;
}

#product-page .appointment-modal-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

#product-page .appointment-modal-media .appointment-title {
  display: flex;
  flex-direction: column;
  color: #fff;
  position: absolute;
  top: 25px;
  left: 25px;
  font-weight: 500;
  font-size: 1.1rem;
  width: 95%;
  height: 50px;
}

#product-page .appointment-modal-panel {
  position: relative;
  height: 100%;
  overflow-y: auto;
}

#product-page .appointment-modal-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  display: flex;
  justify-content: flex-end;
  z-index: 2;
}

#product-page .appointment-modal-close button {
  background: transparent;
  border: 0;
  text-transform: uppercase;
  font-size: 0.92rem;
  letter-spacing: 0.03em;
}

#product-page .appointment-modal-content {
  max-width: 500px;
  width: 100%;
  height: 100svh;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#product-page .appointment-modal-heading {
  font-size: clamp(2rem, 1.85vw, 2.5rem);
  line-height: 1.12;
  margin-bottom: 1.25rem;
}

#product-page .appointment-modal-panel .contact-form .form-header {
  display: none;
}

#product-page .appointment-modal-panel .contact-form .form-control {
  border-width: 0 0 1px;
  border-radius: 0;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}

#product-page .appointment-modal-panel .contact-form .form-control.textarea {
  min-height: 110px;
}

#product-page .appointment-modal-panel .contact-form .send-button {
  width: auto !important;
  min-width: 150px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-radius: 999px;
}

#product-page .appointment-consultant-avatar {
  display: none;
}

body.product-side-panel-open,
body.appointment-modal-open {
  overflow: hidden;
}

@media (max-width: 1700px) {
  #product-page .appointment-invite-heading {
    max-width: 60%;
    margin-left: 20%;
  }

  #product-page .appointment-invite-text {
    max-width: 60%;
    margin-left: 20%;
  }

  #product-page .plan-appointment-button {
    margin-left: 20%;
  }
}
@media (max-width: 1300px) {
  #product-page .appointment-invite-heading {
    max-width: 80%;
    margin-left: 10%;
  }

  #product-page .appointment-invite-text {
    max-width: 80%;
    margin-left: 10%;
  }

  #product-page .plan-appointment-button {
    margin-left: 10%;
  }
}
@media (max-width: 991.98px) {
  #product-page .product-side-panel {
    width: 100vw;
  }

  #product-page .product-side-panel-content {
    padding: 1.25rem;
  }

  #product-page .appointment-modal-layout {
    display: block;
    height: 100svh;
    overflow-y: auto;
  }

  #product-page .appointment-modal-media {
    height: 20svh;
    min-height: 250px;
  }

  #product-page .appointment-modal-panel {
    overflow: visible;
    height: auto;
    padding: 0 1.25rem 2rem;
  }

  #product-page .appointment-modal-close {
    position: static;
    padding: 1.25rem 1.25rem 1rem;
    margin: 0 -1.25rem;
    border-bottom: 1px solid oklch(88.531% 0.0001 271.152);
    background: #f4f4f4;
  }

  #product-page .appointment-modal-close.top-display {
    display: flex;
  }

  #product-page .appointment-consultant-avatar {
    display: block;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #f4f4f4;
    margin: -44px auto 1.25rem;
    position: relative;
    z-index: 1;
  }

  #product-page .appointment-consultant-avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  #product-page .appointment-modal-content {
    max-width: unset;
    margin: 5vh auto 0;
    height: unset;
  }

  #product-page .appointment-modal-media .appointment-title {
    top: 5px;
    left: 11px;
    font-weight: 600;
    font-size: 0.9rem;
  }

  #product-page .appointment-modal-heading {
    font-size: 1.25rem;
    line-height: 1.15;
    margin-bottom: 1rem;
  }

  #product-page .appointment-invite {
    padding-top: 1.5rem;
  }

  #product-page .appointment-invite-copy {
    padding: 0 1rem 1.5rem;
  }

  #product-page .appointment-invite-heading {
    font-size: 2rem;
    margin-top: 3rem;
  }

  #product-page .appointment-invite-text {
    font-size: 1.1rem;
    line-height: 1.45;
    margin-bottom: 1.25rem;
  }

  #product-page .appointment-invite-media {
    min-height: 300px;
  }

  #product-page .location-map-overlay {
    top: 0.55rem;
    right: 0.55rem;
    gap: 0.45rem;
  }

  #product-page .location-map-action {
    min-width: 150px;
    padding: 0.45rem 0.6rem;
    font-size: 0.85rem;
  }

  #product-page .location-map-action .icon {
    width: 28px;
    height: 28px;
  }
}
#search-page {
  padding-top: 100px;
  opacity: 0;
  animation: fadeIn 1.5s ease-out 1s forwards;
}
@media (max-width: 991px) {
  #search-page {
    padding-top: 60px;
  }
}

#sell-rent-modal .modal-dialog {
  width: 90%;
  max-width: 700px;
}

#toast-container {
  position: fixed;
  left: 0;
  width: 100vw;
  bottom: 0;
  z-index: 2;
}
#toast-container :not(:last-child) {
  margin-bottom: 0;
}
#toast-container .toast {
  font-weight: 700;
  width: 100%;
  line-height: 3rem;
  padding: 0 1rem;
}
#toast-container .toast .toast-body {
  width: 100%;
  padding: 0;
}
#toast-container .toast .toast-body .toast-message {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  width: 100%;
}

/*member*/
#member-profile .card {
  border: 1px solid #000;
  box-shadow: none;
}
#member-profile .collapse {
  margin-top: -2px;
}

#member-home-page {
  height: calc(100% - 100px);
  display: flex;
}
@media (max-width: 991px) {
  #member-home-page {
    height: calc(100% - 60px);
  }
}
#member-home-page #member-home-container {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
}
#member-home-page #member-home-container #member-home-content {
  display: flex;
  flex-direction: row;
  flex: 1 1 100%;
}
@media (max-width: 991px) {
  #member-home-page #member-home-container #member-home-content {
    flex-direction: column;
  }
}
#member-home-page #member-home-container #member-home-content #member-menu {
  display: flex;
  flex-basis: 200px;
  flex-direction: column;
}
@media (max-width: 991px) {
  #member-home-page #member-home-container #member-home-content #member-menu {
    flex-basis: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 16px;
  }
}
#member-home-page #member-home-container #member-home-content #member-menu .nav-link {
  position: relative;
  font-weight: 600;
  color: #3f3f46;
}
#member-home-page #member-home-container #member-home-content #member-menu .nav-link.active {
  color: #fff;
  background-color: #061b2c;
}
#member-home-page #member-home-container #member-home-content #member-content {
  display: flex;
  flex-direction: column;
  flex-basis: 80%;
  padding: 0 0 2rem 2rem;
}
@media (max-width: 767px) {
  #member-home-page #member-home-container #member-home-content #member-content {
    flex-basis: 100%;
    padding: 2rem 1rem 2rem 1rem;
  }
}
/*# sourceMappingURL=app.css.map */
