@charset "UTF-8";
/*!
 * Bootstrap  v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("https://use.typekit.net/wvr3ovm.css");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,400;0,600;1,400;1,600&display=swap");
@import url("https://use.typekit.net/tsl2dgi.css");
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

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

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

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

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

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

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

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

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

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

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

abbr[title] {
  -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: bolder;
}

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

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

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

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

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

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

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

.col {
  flex: 1 0 0;
}

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

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

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

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

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

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

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

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

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

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

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

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

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 226, 254.6);
  --bs-table-border-color: rgb(165.28, 180.8, 203.68);
  --bs-table-striped-bg: rgb(196.27, 214.7, 241.87);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 203.4, 229.14);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 209.05, 235.505);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(225.6, 227.4, 229);
  --bs-table-border-color: rgb(180.48, 181.92, 183.2);
  --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(209, 231, 220.8);
  --bs-table-border-color: rgb(167.2, 184.8, 176.64);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-border-color: rgb(165.28, 195.52, 201.6);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(204, 194.08, 164.32);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-border-color: rgb(198.4, 171.68, 174.24);
  --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: rgb(198.4, 199.2, 200);
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: rgb(77.4, 80.6, 83.8);
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

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

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -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;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

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

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

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

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

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

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

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

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

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: #0d6efd;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
       appearance: none;
  background-color: #0d6efd;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder), .form-floating > .form-control-plaintext:not(:-moz-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}
.form-floating > .form-control:not(:-moz-placeholder) ~ label {
  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-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > textarea:not(:-moz-placeholder) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

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

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

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

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

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

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

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

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

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

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

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

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(11.05, 93.5, 215.05);
  --bs-btn-hover-border-color: rgb(10.4, 88, 202.4);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(10.4, 88, 202.4);
  --bs-btn-active-border-color: rgb(9.75, 82.5, 189.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
  --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(86.4, 93.6, 100);
  --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);
  --bs-btn-hover-border-color: rgb(20, 108, 67.2);
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20, 108, 67.2);
  --bs-btn-active-border-color: rgb(18.75, 101.25, 63);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
  --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(61.4, 212.6, 243);
  --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
  --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 205.4, 56.6);
  --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(187, 45.05, 58.65);
  --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(176, 42.4, 55.2);
  --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
  --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

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

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

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--bs-border-width));
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}
.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:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-top,
  .card-group > .card:not(:last-child) > .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-bottom,
  .card-group > .card:not(:last-child) > .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-top,
  .card-group > .card:not(:first-child) > .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-bottom,
  .card-group > .card:not(:first-child) > .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%285.2, 44, 101.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bs-border-width));
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

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

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

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

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

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

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
}

[data-bs-theme=dark] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  filter: var(--bs-carousel-control-icon-filter);
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")*/;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")*/;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  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: var(--bs-carousel-caption-color);
  text-align: center;
}

.carousel-dark {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

:root,
[data-bs-theme=light] {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

[data-bs-theme=dark] {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  flex-shrink: 0;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-left: auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -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: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
          text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
          text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

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

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

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

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !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;
}

.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
     object-fit: 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;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: 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-inline-grid {
  display: inline-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: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

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

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

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

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

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

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

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

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

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

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

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

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

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

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

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !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;
}

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

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

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

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

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

.w-25 {
  width: 25% !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;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !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: 1.5rem !important;
  margin-left: 1.5rem !important;
}

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

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

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !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: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

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

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

.mt-0 {
  margin-top: 0 !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: 1.5rem !important;
}

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

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !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: 1.5rem !important;
}

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

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !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: 1.5rem !important;
}

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

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !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: 1.5rem !important;
}

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

.ms-auto {
  margin-left: auto !important;
}

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

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !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: 1.5rem !important;
  padding-left: 1.5rem !important;
}

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

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !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: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

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

.pt-0 {
  padding-top: 0 !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: 1.5rem !important;
}

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

.pe-0 {
  padding-right: 0 !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: 1.5rem !important;
}

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

.pb-0 {
  padding-bottom: 0 !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: 1.5rem !important;
}

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

.ps-0 {
  padding-left: 0 !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: 1.5rem !important;
}

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

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

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.column-gap-3 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.column-gap-5 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

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

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

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

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

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

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

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

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

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

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

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

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

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

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

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

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

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

.text-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: var(--bs-secondary-color) !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-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

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

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !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;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

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

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

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

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

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

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

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

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

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

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

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

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

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

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

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

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

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

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

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

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

.bg-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-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !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-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.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: var(--bs-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

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

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

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

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

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

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-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;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !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: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-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: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !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: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !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: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !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: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !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: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !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: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !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: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !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: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !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: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !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: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !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: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !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: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !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: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-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;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !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: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-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: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !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: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !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: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !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: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !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: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !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: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !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: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !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: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !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: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !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: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !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: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !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: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !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: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-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;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !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: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-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: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !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: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !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: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !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: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !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: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !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: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !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: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !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: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !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: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !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: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !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: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !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: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !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: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-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;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !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: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-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: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !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: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !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: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !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: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !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: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !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: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !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: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !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: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !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: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !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: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !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: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !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: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !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: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-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;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !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: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-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: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !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: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !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: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !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: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !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: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !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: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !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: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !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: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !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: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !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: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !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: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !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: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !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: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !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-inline-grid {
    display: inline-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;
  }
}
/*
  (TEXT) PARAMS
  =================
  1. Namespace
  2. Intensity
  3. Text color
  4. Background color (flat)
  5. Highlight #1 color
  6. Highlight #2 color
  7. Width (px)
  8. Height (px)
*/
/*Puedeser$space0xó$space1x*/
/*Puede ser none ó cualquier color hex o como variable*/
/*Puede ser none ó cualquier color hex o como variable*/
:root {
  --rem: 16;
  --vh: calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  --primary: #FE9270;
  --primary-tint: tint(#FE9270, 35%);
  --primary-shade: shade(#FE9270, 35%);
  --secondary: #716964;
  --secondary-tint: tint(#716964, 35%);
  --secondary-shade: shade(#716964, 35%);
  --tertiary: #CEC9C6;
  --tertiary-tint: tint(#CEC9C6, 35%);
  --tertiary-shade: shade(#CEC9C6, 35%);
  --alter: #FFE8E1;
  --alter-tint: tint(#FFE8E1, 35%);
  --alter-shade: shade(#FFE8E1, 35%);
  --dark: #481707;
  --dark-tint: tint(#481707, 35%);
  --dark-shade: shade(#481707, 35%);
  --light: #FEFBF8;
  --light-tint: tint(#FEFBF8, 35%);
  --light-shade: shade(#FEFBF8, 35%);
  --body-color:#716964;
  --title-color:rgb(5.65, 5.25, 5);
  --subtitle-color:#716964;
  --link-color:#FE9270;
  --nav-link-color:var(--bs-link-color);
  --nav-bg-initial:rgba(255, 255, 255, 0);
  --nav-bg-scrolled:rgba(255, 255, 255, 0.1);
  --nav-blur-initial:blur(0);
  --nav-blur-scrolled:blur(25px);
  --nav-link-initial:#481707;
  --nav-link-scrolled:#481707;
  --nav-logo-initial:#481707;
  --nav-logo-scrolled:#481707;
  --nav-link-wrapper-bg:rgba(255, 255, 255, 0);
  --nav-link-wrapper-bg-scrolled:rgba(255, 255, 255, 0);
  --nav-link-wrapper-blur:blur(0px);
  --nav-link-wrapper-blur-scrolled:blur(0);
  --offcanvas-menu-color:#481707;
  --footer-bg-initial:transparent;
  --footer-bg-scrolled:#ffffff;
  --footer-txt-initial:#481707;
  --footer-txt-scrolled:#481707;
  --footer-logo-initial:#481707;
  --footer-logo-scrolled:#481707;
  --cd-progress-bg:rgba(254, 146, 112, 0.25);
  --cd-progress-fill:#FE9270;
  --cd-number-fnt:ivyora-display, serif;
  --cd-number-size:46.154317833px;
  --cd-number-wg:100;
  --cd-number-color:rgb(5.65, 5.25, 5);
  --cd-label-fnt:basic-sans, sans-serif;
  --cd-label-size:12.9449838188px;
  --cd-label-color:rgba(72, 23, 7, 0.5);
  --cd-bg-color:transparent;
  --forecast-sun: #FE9270;
  --forecast-moon: #FFE8E1;
  --forecast-clouds: #ffffff;
  --forecast-rain: #ffffff;
  --forecast-storm: #ffffff;
  --forecast-snow: #ffffff;
  --forecast-wind: #ffffff;
  --texture-primary:url("../assets/images/theme/texture-primary-default.jpg");
  --texture-primary-shade:url("../assets/images/theme/texture-primary-shade.jpg");
  --texture-primary-tint:url("../assets/images/theme/texture-primary-tint.jpg");
  --texture-secondary:url("../assets/images/theme/texture-secondary-default.jpg");
  --texture-tertiary:url("../assets/images/theme/texture-tertiary-default.jpg");
  --texture-alter:url("../assets/images/theme/texture-alter-default.jpg");
  --texture-dark:url("../assets/images/theme/texture-dark-default.jpg");
  --texture-light:url("../assets/images/theme/texture-light-default.jpg");
  --texture-white:url("../assets/images/theme/texture-white-default.jpg");
  --title-fnt:Bellarina Regular; /*Paratítulos*/
  --subtitle-fnt:ivyora-display, serif; /*Parasubtítulos*/
  --body-fnt:ivyora-text, serif; /*Comotipografíaalternaalostextosengeneral*/
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 16px;
  font-family: "basic-sans", sans-serif;
  color: rgb(73.45, 68.25, 65);
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  overflow-x: hidden;
  background-image: url("../assets/images/theme/texture-white-default.jpg");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: top left;
  background-size: 300px;
  font-variant-numeric: lining-nums !important;
  height: 100vh;
}
@supports (-webkit-touch-callout: none) {
  body {
    /* The hack for Safari */
    height: 100svh;
  }
}

img {
  border-style: none;
  display: inline-block;
  height: auto;
}

.aspect-ratio-1-1 {
  aspect-ratio: 1/1;
}
.aspect-ratio-16-9 {
  aspect-ratio: 16/9;
}

svg, .svg {
  height: auto;
  transform: scale(1);
}

.splitLines, .animateUp, .animateDown, .animateLeft, .animateRight {
  will-change: transform;
}

.splitLines *, .stripe-wrapper {
  will-change: transform;
}

.has-backdrop-filter {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.bdr-top {
  border-top: 2px solid #716964;
}

.bdr-right {
  border-right: 2px solid #716964;
}

.bdr-bottom {
  border-bottom: 2px solid #716964;
}

.bdr-left {
  border-left: 2px solid #716964;
}

.has-border {
  border: 2px solid #716964;
}

:host(audio) {
  height: 20px !important;
}

.has-parallax {
  position: absolute;
}

.unclickable {
  pointer-events: none;
}

.overlay {
  width: 100%;
  height: 400px;
  position: absolute;
  z-index: 0;
}
.overlay.top-bottom {
  top: 0;
  left: 0;
}
.overlay.bottom-top {
  bottom: 0;
  left: 0;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome, Edge, Opera and Firefox */
}

.background-image-full {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../assets/images/theme/paper-bg.webp);
  background-blend-mode: multiply, normal;
  background-size: 300px;
  background-repeat: repeat;
  z-index: -1;
}

.w-fill {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  width: 100%;
  background-repeat: repeat;
  background: var(--background-color);
  background-repeat: repeat;
  background-size: 300px;
  background-position: bottom;
}

.no-shadow {
  box-shadow: none !important;
}

@font-face {
  font-family: "Bellarina Regular"; /* usa un alias nuevo */
  src: url("../webfonts/Bellarina-Regular.woff2") format("woff2"), url("../webfonts/Bellarina-Regular.woff") format("woff"), url("../webfonts/Bellarina-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  /* Overrides: empieza así y ajusta fino tras probar acentos/diacríticos */
  ascent-override: 100%;
  descent-override: 0%;
  line-gap-override: 0%;
  size-adjust: 100%;
  line-height: 1.1;
}
.title-fnt {
  font-family: "Bellarina Regular";
}

.subtitle-fnt {
  font-family: "ivyora-display", serif;
}

.lead-fnt {
  font-family: "ivyora-display", serif;
}

.body-fnt {
  font-family: "ivyora-text", serif;
}

.button-fnt {
  font-family: "ivyora-text", serif;
}

.inline-link-fnt {
  font-family: "ivyora-text", serif;
}

.system-fnt {
  font-family: "basic-sans", sans-serif;
}

.thin-wg {
  font-weight: 100;
}

.xtralight-wg {
  font-weight: 200;
}

.light-wg {
  font-weight: 300;
}

.regular-wg {
  font-weight: 400;
}

.medium-wg {
  font-weight: 500;
}

.bold-wg {
  font-weight: 700;
}

.black-wg {
  font-weight: 900;
}

/* FONT SIZES
   ============================= */
h1.tiny, .tiny.h1,
h2.tiny,
.tiny.h2,
h3.tiny,
.tiny.h3,
h4.tiny,
.tiny.h4,
h5.tiny,
.tiny.h5,
p.tiny,
span.tiny,
i.tiny,
label.tiny,
small.tiny,
.tiny.small,
a.tiny,
button.tiny {
  font-size: 0.6545804925rem;
}
h1.small,
h2.small,
h3.small,
h4.small,
h5.small,
p.small,
span.small,
i.small,
label.small,
small.small,
.small,
a.small,
button.small {
  font-size: 0.8090614887rem;
}
h1.default, .default.h1,
h2.default,
.default.h2,
h3.default,
.default.h3,
h4.default,
.default.h4,
h5.default,
.default.h5,
p.default,
span.default,
i.default,
label.default,
small.default,
.default.small,
a.default,
button.default {
  font-size: 1rem;
}
h1.medium, .medium.h1,
h2.medium,
.medium.h2,
h3.medium,
.medium.h3,
h4.medium,
.medium.h4,
h5.medium,
.medium.h5,
p.medium,
span.medium,
i.medium,
label.medium,
small.medium,
.medium.small,
a.medium,
button.medium {
  font-size: 1.236rem;
}
h1.big, .big.h1,
h2.big,
.big.h2,
h3.big,
.big.h3,
h4.big,
.big.h4,
h5.big,
.big.h5,
p.big,
span.big,
i.big,
label.big,
small.big,
.big.small,
a.big,
button.big {
  font-size: calc(1.2777696rem + 0.3332352vw);
}
@media (min-width: 1200px) {
  h1.big, .big.h1,
  h2.big,
  .big.h2,
  h3.big,
  .big.h3,
  h4.big,
  .big.h4,
  h5.big,
  .big.h5,
  p.big,
  span.big,
  i.big,
  label.big,
  small.big,
  .big.small,
  a.big,
  button.big {
    font-size: 1.527696rem;
  }
}
h1.large, .large.h1,
h2.large,
.large.h2,
h3.large,
.large.h3,
h4.large,
.large.h4,
h5.large,
.large.h5,
p.large,
span.large,
i.large,
label.large,
small.large,
.large.small,
a.large,
button.large {
  font-size: calc(1.3138232256rem + 0.7658787072vw);
}
@media (min-width: 1200px) {
  h1.large, .large.h1,
  h2.large,
  .large.h2,
  h3.large,
  .large.h3,
  h4.large,
  .large.h4,
  h5.large,
  .large.h5,
  p.large,
  span.large,
  i.large,
  label.large,
  small.large,
  .large.small,
  a.large,
  button.large {
    font-size: 1.888232256rem;
  }
}
h1.xlarge, .xlarge.h1,
h2.xlarge,
.xlarge.h2,
h3.xlarge,
.xlarge.h3,
h4.xlarge,
.xlarge.h4,
h5.xlarge,
.xlarge.h5,
p.xlarge,
span.xlarge,
i.xlarge,
label.xlarge,
small.xlarge,
.xlarge.small,
a.xlarge,
button.xlarge {
  font-size: calc(1.3583855068rem + 1.3006260821vw);
}
@media (min-width: 1200px) {
  h1.xlarge, .xlarge.h1,
  h2.xlarge,
  .xlarge.h2,
  h3.xlarge,
  .xlarge.h3,
  h4.xlarge,
  .xlarge.h4,
  h5.xlarge,
  .xlarge.h5,
  p.xlarge,
  span.xlarge,
  i.xlarge,
  label.xlarge,
  small.xlarge,
  .xlarge.small,
  a.xlarge,
  button.xlarge {
    font-size: 2.3338550684rem;
  }
}
h1.xxlarge, .xxlarge.h1,
h2.xxlarge,
.xxlarge.h2,
h3.xxlarge,
.xxlarge.h3,
h4.xxlarge,
.xxlarge.h4,
h5.xxlarge,
.xxlarge.h5,
p.xxlarge,
span.xxlarge,
i.xxlarge,
label.xxlarge,
small.xxlarge,
.xxlarge.small,
a.xxlarge,
button.xxlarge {
  font-size: calc(1.4134644865rem + 1.9615738375vw);
}
@media (min-width: 1200px) {
  h1.xxlarge, .xxlarge.h1,
  h2.xxlarge,
  .xxlarge.h2,
  h3.xxlarge,
  .xxlarge.h3,
  h4.xxlarge,
  .xxlarge.h4,
  h5.xxlarge,
  .xxlarge.h5,
  p.xxlarge,
  span.xxlarge,
  i.xxlarge,
  label.xxlarge,
  small.xxlarge,
  .xxlarge.small,
  a.xxlarge,
  button.xxlarge {
    font-size: 2.8846448646rem;
  }
}
h1.huge, .huge.h1,
h2.huge,
.huge.h2,
h3.huge,
.huge.h3,
h4.huge,
.huge.h4,
h5.huge,
.huge.h5,
p.huge,
span.huge,
i.huge,
label.huge,
small.huge,
.huge.small,
a.huge,
button.huge {
  font-size: calc(1.4815421053rem + 2.7785052631vw);
}
@media (min-width: 1200px) {
  h1.huge, .huge.h1,
  h2.huge,
  .huge.h2,
  h3.huge,
  .huge.h3,
  h4.huge,
  .huge.h4,
  h5.huge,
  .huge.h5,
  p.huge,
  span.huge,
  i.huge,
  label.huge,
  small.huge,
  .huge.small,
  a.huge,
  button.huge {
    font-size: 3.5654210526rem;
  }
}
h1.hero, .hero.h1,
h2.hero,
.hero.h2,
h3.hero,
.hero.h3,
h4.hero,
.hero.h4,
h5.hero,
.hero.h5,
p.hero,
span.hero,
i.hero,
label.hero,
small.hero,
.hero.small,
a.hero,
button.hero {
  font-size: calc(1.5656860421rem + 3.7882325052vw);
}
@media (min-width: 1200px) {
  h1.hero, .hero.h1,
  h2.hero,
  .hero.h2,
  h3.hero,
  .hero.h3,
  h4.hero,
  .hero.h4,
  h5.hero,
  .hero.h5,
  p.hero,
  span.hero,
  i.hero,
  label.hero,
  small.hero,
  .hero.small,
  a.hero,
  button.hero {
    font-size: 4.406860421rem;
  }
}

h1.light-txt, .light-txt.h1,
h2.light-txt,
.light-txt.h2,
h3.light-txt,
.light-txt.h3,
h4.light-txt,
.light-txt.h4,
h5.light-txt,
.light-txt.h5,
p.light-txt,
span.light-txt,
i.light-txt,
label.light-txt,
small.light-txt,
.light-txt.small,
a.light-txt {
  font-weight: 300;
}
h1.regular-txt, .regular-txt.h1,
h2.regular-txt,
.regular-txt.h2,
h3.regular-txt,
.regular-txt.h3,
h4.regular-txt,
.regular-txt.h4,
h5.regular-txt,
.regular-txt.h5,
p.regular-txt,
span.regular-txt,
i.regular-txt,
label.regular-txt,
small.regular-txt,
.regular-txt.small,
a.regular-txt {
  font-weight: 400;
}
h1.medium-txt, .medium-txt.h1,
h2.medium-txt,
.medium-txt.h2,
h3.medium-txt,
.medium-txt.h3,
h4.medium-txt,
.medium-txt.h4,
h5.medium-txt,
.medium-txt.h5,
p.medium-txt,
span.medium-txt,
i.medium-txt,
label.medium-txt,
small.medium-txt,
.medium-txt.small,
a.medium-txt {
  font-weight: 500;
}
h1.bold-txt, .bold-txt.h1,
h2.bold-txt,
.bold-txt.h2,
h3.bold-txt,
.bold-txt.h3,
h4.bold-txt,
.bold-txt.h4,
h5.bold-txt,
.bold-txt.h5,
p.bold-txt,
span.bold-txt,
i.bold-txt,
label.bold-txt,
small.bold-txt,
.bold-txt.small,
a.bold-txt {
  font-weight: 700;
}

h1.tight-txt, .tight-txt.h1,
h2.tight-txt,
.tight-txt.h2,
h3.tight-txt,
.tight-txt.h3,
h4.tight-txt,
.tight-txt.h4,
h5.tight-txt,
.tight-txt.h5,
p.tight-txt,
span.tight-txt,
i.tight-txt,
label.tight-txt,
small.tight-txt,
.tight-txt.small,
a.tight-txt {
  letter-spacing: -0.1em;
}
h1.no-ls-txt, .no-ls-txt.h1,
h2.no-ls-txt,
.no-ls-txt.h2,
h3.no-ls-txt,
.no-ls-txt.h3,
h4.no-ls-txt,
.no-ls-txt.h4,
h5.no-ls-txt,
.no-ls-txt.h5,
p.no-ls-txt,
span.no-ls-txt,
i.no-ls-txt,
label.no-ls-txt,
small.no-ls-txt,
.no-ls-txt.small,
a.no-ls-txt {
  letter-spacing: 0;
}
h1.wide-txt, .wide-txt.h1,
h2.wide-txt,
.wide-txt.h2,
h3.wide-txt,
.wide-txt.h3,
h4.wide-txt,
.wide-txt.h4,
h5.wide-txt,
.wide-txt.h5,
p.wide-txt,
span.wide-txt,
i.wide-txt,
label.wide-txt,
small.wide-txt,
.wide-txt.small,
a.wide-txt {
  letter-spacing: 0.05em;
}
h1.vwide-txt, .vwide-txt.h1,
h2.vwide-txt,
.vwide-txt.h2,
h3.vwide-txt,
.vwide-txt.h3,
h4.vwide-txt,
.vwide-txt.h4,
h5.vwide-txt,
.vwide-txt.h5,
p.vwide-txt,
span.vwide-txt,
i.vwide-txt,
label.vwide-txt,
small.vwide-txt,
.vwide-txt.small,
a.vwide-txt {
  letter-spacing: 0.15em;
}
h1.widest-txt, .widest-txt.h1,
h2.widest-txt,
.widest-txt.h2,
h3.widest-txt,
.widest-txt.h3,
h4.widest-txt,
.widest-txt.h4,
h5.widest-txt,
.widest-txt.h5,
p.widest-txt,
span.widest-txt,
i.widest-txt,
label.widest-txt,
small.widest-txt,
.widest-txt.small,
a.widest-txt {
  letter-spacing: 0.2em;
}

.stylistic-set {
  font-variant-numeric: lining-nums proportional-nums;
  font-feature-settings: "salt" on, "ss01" on, "calt" off;
}

/* BRAND FONT STYLES & HIERARCHY APPLIED (NO SIZE)
   ============================= */
.title {
  font-family: "Bellarina Regular";
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: rgb(5.65, 5.25, 5);
  font-variant-numeric: lining-nums;
  margin-block: 0;
  font-size: calc(1.4815421053rem + 2.7785052631vw);
}
@media (min-width: 1200px) {
  .title {
    font-size: 3.5654210526rem;
  }
}

.subtitle {
  font-family: "ivyora-display", serif;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: capitalize;
  color: #716964;
  font-variant-numeric: lining-nums;
  margin-block: 0;
  font-size: 1.236rem;
}

.lead {
  font-family: "ivyora-display", serif;
  font-weight: 100;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #481707;
  font-variant-numeric: lining-nums;
  vertical-align: text-bottom;
  word-spacing: 0.1em;
}

.body {
  font-family: "ivyora-text", serif;
  line-height: 155%;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: none;
  color: #716964;
  font-variant-numeric: lining-nums;
  margin-block: 0;
  font-size: 1rem;
}

.disclaimer {
  font-family: "basic-sans", sans-serif;
  color: rgba(72, 23, 7, 0.5);
  mix-blend-mode: multiply;
  font-size: 0.8090614887rem;
}

.text-muted, .txt-muted, .muted {
  color: rgba(72, 23, 7, 0.5);
  mix-blend-mode: multiply;
}

.lead-color {
  color: #481707;
}

.inline-link:not(.system-fnt) {
  font-family: "ivyora-text", serif;
  font-variant-numeric: lining-nums;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-style: italic;
  font-size: 1rem;
  text-decoration: none;
  text-transform: capitalize;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 2px !important;
  opacity: 0.8;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.inline-link:not(.system-fnt):hover, .inline-link:not(.system-fnt):focus, .inline-link:not(.system-fnt):active, .inline-link:not(.system-fnt).active {
  opacity: 1;
  text-decoration: underline;
}
.inline-link:not(.system-fnt).icon {
  display: inline-flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
}
.inline-link:not(.system-fnt).icon:hover {
  text-decoration: none;
}

.ww-box {
  font-family: "ivyora-text", serif !important;
  font-size: 1rem !important;
}

/* ===============
   COLORS
   =============== */
/* This function are for give color classes to de html in order to give this properties above.
You may use:

text, for text color.
bkg, for background color.
fill, for svg fill color.

 i.e. if you want to give a foo background color to an element, you just have to:
 <element class="bkg-foo"></element> */
.txt-trans {
  color: transparent !important;
}
.txt-trans-tint {
  color: rgba(255, 255, 255, 0.35);
}
.txt-transshade {
  color: rgba(255, 255, 255, 0.35);
}

.link-trans {
  color: transparent !important;
  opacity: 0.8;
  -webkit-text-decoration-color: transparent !important;
          text-decoration-color: transparent !important;
}
.link-trans:hover, .link-trans:focus, .link-trans:active, .link-trans .active {
  color: transparent !important;
  opacity: 1;
  -webkit-text-decoration-color: transparent !important;
          text-decoration-color: transparent !important;
}
.link-trans:visited {
  color: transparent !important;
  opacity: 0.8;
}
.link-trans:focus-visible {
  outline: none;
}

.bkg-trans {
  background-color: transparent;
}
.bkg-trans-tint {
  background-color: rgba(255, 255, 255, 0.35);
}

.bdr-trans {
  border-color: transparent;
}
.bdr-trans-tint {
  border-color: rgba(255, 255, 255, 0.35);
}

.fill-trans path {
  fill: transparent;
}
.fill-trans-tint path {
  fill: rgba(255, 255, 255, 0.35);
}

.badge-trans {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.5);
  mix-blend-mode: difference;
}
.badge-trans-tint {
  background-color: rgba(255, 255, 255, 0.35);
  color: rgba(0, 0, 0, 0.5);
  mix-blend-mode: difference;
}
.badge-trans-shade {
  background-color: rgba(0, 0, 0, 0.35);
  color: rgba(255, 255, 255, 0.5);
  mix-blend-mode: difference;
}

.alert-trans {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
  border-radius: 0;
  color: rgba(0, 0, 0, 0.5);
}
.alert-trans-tint {
  background-color: rgba(255, 255, 255, 0.2) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  color: rgba(72.0652173913, 72.0652173913, 72.0652173913, 0.5);
}

.pill-trans {
  background-color: transparent !important;
  color: #ffffff;
}
.pill-trans-tint {
  background-color: rgba(255, 255, 255, 0.35) !important;
  color: #ffffff;
}

.grad-trans {
  background-image: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.3) 51%, transparent 100%);
}
.grad-trans.btn-grad {
  border: 2px solid transparent;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07);
  color: #FEFBF8;
}
.grad-trans-tint {
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.35) 0%, rgba(84.4256756757, 84.4256756757, 84.4256756757, 0.545) 51%, rgba(255, 255, 255, 0.35) 100%);
}
.grad-trans-tint.btn-grad {
  border: 2px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 2.8px 2.2px rgba(66.0491803279, 66.0491803279, 66.0491803279, 0.02), 0 6.7px 5.3px rgba(66.0491803279, 66.0491803279, 66.0491803279, 0.028), 0 12.5px 10px rgba(66.0491803279, 66.0491803279, 66.0491803279, 0.035), 0 22.3px 17.9px rgba(66.0491803279, 66.0491803279, 66.0491803279, 0.042), 0 41.8px 33.4px rgba(66.0491803279, 66.0491803279, 66.0491803279, 0.05), 0 100px 80px rgba(66.0491803279, 66.0491803279, 66.0491803279, 0.07);
  color: #481707;
}

.shadow-trans {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07);
}
.shadow-trans-tint {
  box-shadow: 0 2.8px 2.2px rgba(204, 204, 204, 0.02), 0 6.7px 5.3px rgba(204, 204, 204, 0.028), 0 12.5px 10px rgba(204, 204, 204, 0.035), 0 22.3px 17.9px rgba(204, 204, 204, 0.042), 0 41.8px 33.4px rgba(204, 204, 204, 0.05), 0 100px 80px rgba(204, 204, 204, 0.07);
}

.overlay-trans.top-bottom {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 100%);
}
.overlay-trans.bottom-top {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
}

.fade-trans-in {
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-trans-in.overlay-sm {
  height: 25%;
}
.fade-trans-in.overlay-rg {
  height: 50%;
}
.fade-trans-in.overlay-lg {
  height: 100%;
}
.fade-trans-out {
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-trans-out.overlay-sm {
  height: 25%;
}
.fade-trans-out.overlay-rg {
  height: 50%;
}
.fade-trans-out.overlay-lg {
  height: 100%;
}
.fade-trans-ltr {
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-trans-ltr.overlay-sm {
  width: 25%;
}
.fade-trans-ltr.overlay-rg {
  width: 50%;
}
.fade-trans-ltr.overlay-lg {
  width: 100%;
}
.fade-trans-rtl {
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, black 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-trans-rtl.overlay-sm {
  width: 25%;
}
.fade-trans-rtl.overlay-rg {
  width: 50%;
}
.fade-trans-rtl.overlay-lg {
  width: 100%;
}

.txt-primary {
  color: #FE9270 !important;
}
.txt-primary-tint {
  color: rgb(254.35, 184.15, 162.05);
}
.txt-primaryshade {
  color: rgb(254.35, 184.15, 162.05);
}

.link-primary {
  color: #FE9270 !important;
  opacity: 0.8;
  -webkit-text-decoration-color: #FE9270 !important;
          text-decoration-color: #FE9270 !important;
}
.link-primary:hover, .link-primary:focus, .link-primary:active, .link-primary .active {
  color: #FE9270 !important;
  opacity: 1;
  -webkit-text-decoration-color: #FE9270 !important;
          text-decoration-color: #FE9270 !important;
}
.link-primary:visited {
  color: #FE9270 !important;
  opacity: 0.8;
}
.link-primary:focus-visible {
  outline: none;
}

.bkg-primary {
  background-color: #FE9270;
}
.bkg-primary-tint {
  background-color: rgb(254.35, 184.15, 162.05);
}

.bdr-primary {
  border-color: #FE9270;
}
.bdr-primary-tint {
  border-color: rgb(254.35, 184.15, 162.05);
}

.fill-primary path {
  fill: #FE9270;
}
.fill-primary-tint path {
  fill: rgb(254.35, 184.15, 162.05);
}

.badge-primary {
  background-color: #FE9270;
  color: #7f4938;
  mix-blend-mode: difference;
}
.badge-primary-tint {
  background-color: rgb(254.35, 184.15, 162.05);
  color: #7f4938;
  mix-blend-mode: difference;
}
.badge-primary-shade {
  background-color: rgb(165.1, 94.9, 72.8);
  color: rgb(254.5, 200.5, 183.5);
  mix-blend-mode: difference;
}

.alert-primary {
  background-color: rgba(254, 146, 112, 0.2) !important;
  border: 1px solid rgba(254, 146, 112, 0.3) !important;
  border-radius: 0;
  color: rgba(165.1, 94.9, 72.8, 0.5);
}
.alert-primary-tint {
  background-color: rgba(254.35, 184.15, 162.05, 0.2) !important;
  border: 1px solid rgba(254.35, 184.15, 162.05, 0.3) !important;
  color: rgba(165.3275, 119.6975, 105.3325, 0.5);
}

.pill-primary {
  background-color: #FE9270 !important;
  color: #ffffff;
}
.pill-primary-tint {
  background-color: rgb(254.35, 184.15, 162.05) !important;
  color: #ffffff;
}

.grad-primary {
  background-image: linear-gradient(135deg, #FE9270 0%, rgb(177.8, 102.2, 78.4) 51%, #FE9270 100%);
}
.grad-primary.btn-grad {
  border: 2px solid #FE9270;
  box-shadow: 0 2.8px 2.2px rgba(145.2961325967, 69.3977900552, 45.5038674033, 0.02), 0 6.7px 5.3px rgba(145.2961325967, 69.3977900552, 45.5038674033, 0.028), 0 12.5px 10px rgba(145.2961325967, 69.3977900552, 45.5038674033, 0.035), 0 22.3px 17.9px rgba(145.2961325967, 69.3977900552, 45.5038674033, 0.042), 0 41.8px 33.4px rgba(145.2961325967, 69.3977900552, 45.5038674033, 0.05), 0 100px 80px rgba(145.2961325967, 69.3977900552, 45.5038674033, 0.07);
  color: #481707;
}
.grad-primary-tint {
  background-image: linear-gradient(135deg, rgb(254.35, 184.15, 162.05) 0%, rgb(178.045, 128.905, 113.435) 51%, rgb(254.35, 184.15, 162.05) 100%);
}
.grad-primary-tint.btn-grad {
  border: 2px solid rgb(254.35, 184.15, 162.05);
  box-shadow: 0 2.8px 2.2px rgba(163.8014654003, 90.4200814111, 67.3185345997, 0.02), 0 6.7px 5.3px rgba(163.8014654003, 90.4200814111, 67.3185345997, 0.028), 0 12.5px 10px rgba(163.8014654003, 90.4200814111, 67.3185345997, 0.035), 0 22.3px 17.9px rgba(163.8014654003, 90.4200814111, 67.3185345997, 0.042), 0 41.8px 33.4px rgba(163.8014654003, 90.4200814111, 67.3185345997, 0.05), 0 100px 80px rgba(163.8014654003, 90.4200814111, 67.3185345997, 0.07);
  color: #481707;
}

.shadow-primary {
  box-shadow: 0 2.8px 2.2px rgba(253.2916666667, 68.7916666667, 10.7083333333, 0.02), 0 6.7px 5.3px rgba(253.2916666667, 68.7916666667, 10.7083333333, 0.028), 0 12.5px 10px rgba(253.2916666667, 68.7916666667, 10.7083333333, 0.035), 0 22.3px 17.9px rgba(253.2916666667, 68.7916666667, 10.7083333333, 0.042), 0 41.8px 33.4px rgba(253.2916666667, 68.7916666667, 10.7083333333, 0.05), 0 100px 80px rgba(253.2916666667, 68.7916666667, 10.7083333333, 0.07);
}
.shadow-primary-tint {
  box-shadow: 0 2.8px 2.2px rgba(253.6416666667, 106.9416666667, 60.7583333333, 0.02), 0 6.7px 5.3px rgba(253.6416666667, 106.9416666667, 60.7583333333, 0.028), 0 12.5px 10px rgba(253.6416666667, 106.9416666667, 60.7583333333, 0.035), 0 22.3px 17.9px rgba(253.6416666667, 106.9416666667, 60.7583333333, 0.042), 0 41.8px 33.4px rgba(253.6416666667, 106.9416666667, 60.7583333333, 0.05), 0 100px 80px rgba(253.6416666667, 106.9416666667, 60.7583333333, 0.07);
}

.overlay-primary.top-bottom {
  background-image: linear-gradient(0deg, rgba(254, 146, 112, 0) 0%, #fe9270 100%);
}
.overlay-primary.bottom-top {
  background-image: linear-gradient(180deg, rgba(254, 146, 112, 0) 0%, #fe9270 100%);
}

.fade-primary-in {
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(254, 146, 112, 0) 0%, #fe9270 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-primary-in.overlay-sm {
  height: 25%;
}
.fade-primary-in.overlay-rg {
  height: 50%;
}
.fade-primary-in.overlay-lg {
  height: 100%;
}
.fade-primary-out {
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(254, 146, 112, 0) 0%, #fe9270 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-primary-out.overlay-sm {
  height: 25%;
}
.fade-primary-out.overlay-rg {
  height: 50%;
}
.fade-primary-out.overlay-lg {
  height: 100%;
}
.fade-primary-ltr {
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(254, 146, 112, 0) 0%, #fe9270 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-primary-ltr.overlay-sm {
  width: 25%;
}
.fade-primary-ltr.overlay-rg {
  width: 50%;
}
.fade-primary-ltr.overlay-lg {
  width: 100%;
}
.fade-primary-rtl {
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left, rgba(254, 146, 112, 0) 0%, #fe9270 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-primary-rtl.overlay-sm {
  width: 25%;
}
.fade-primary-rtl.overlay-rg {
  width: 50%;
}
.fade-primary-rtl.overlay-lg {
  width: 100%;
}

.txt-primary-tint {
  color: #FFD5C8 !important;
}
.txt-primary-tint-tint {
  color: rgb(255, 227.7, 219.25);
}
.txt-primary-tintshade {
  color: rgb(255, 227.7, 219.25);
}

.link-primary-tint {
  color: #FFD5C8 !important;
  opacity: 0.8;
  -webkit-text-decoration-color: #FFD5C8 !important;
          text-decoration-color: #FFD5C8 !important;
}
.link-primary-tint:hover, .link-primary-tint:focus, .link-primary-tint:active, .link-primary-tint .active {
  color: #FFD5C8 !important;
  opacity: 1;
  -webkit-text-decoration-color: #FFD5C8 !important;
          text-decoration-color: #FFD5C8 !important;
}
.link-primary-tint:visited {
  color: #FFD5C8 !important;
  opacity: 0.8;
}
.link-primary-tint:focus-visible {
  outline: none;
}

.bkg-primary-tint {
  background-color: #FFD5C8;
}
.bkg-primary-tint-tint {
  background-color: rgb(255, 227.7, 219.25);
}

.bdr-primary-tint {
  border-color: #FFD5C8;
}
.bdr-primary-tint-tint {
  border-color: rgb(255, 227.7, 219.25);
}

.fill-primary-tint path {
  fill: #FFD5C8;
}
.fill-primary-tint-tint path {
  fill: rgb(255, 227.7, 219.25);
}

.badge-primary-tint {
  background-color: #FFD5C8;
  color: rgb(127.5, 106.5, 100);
  mix-blend-mode: difference;
}
.badge-primary-tint-tint {
  background-color: rgb(255, 227.7, 219.25);
  color: rgb(127.5, 106.5, 100);
  mix-blend-mode: difference;
}
.badge-primary-tint-shade {
  background-color: rgb(165.75, 138.45, 130);
  color: rgb(255, 234, 227.5);
  mix-blend-mode: difference;
}

.alert-primary-tint {
  background-color: rgba(255, 213, 200, 0.2) !important;
  border: 1px solid rgba(255, 213, 200, 0.3) !important;
  border-radius: 0;
  color: rgba(165.75, 138.45, 130, 0.5);
}
.alert-primary-tint-tint {
  background-color: rgba(255, 227.7, 219.25, 0.2) !important;
  border: 1px solid rgba(255, 227.7, 219.25, 0.3) !important;
  color: rgba(165.75, 148.005, 142.5125, 0.5);
}

.pill-primary-tint {
  background-color: #FFD5C8 !important;
  color: #ffffff;
}
.pill-primary-tint-tint {
  background-color: rgb(255, 227.7, 219.25) !important;
  color: #ffffff;
}

.grad-primary-tint {
  background-image: linear-gradient(135deg, #FFD5C8 0%, rgb(178.5, 149.1, 140) 51%, #FFD5C8 100%);
}
.grad-primary-tint.btn-grad {
  border: 2px solid #FFD5C8;
  box-shadow: 0 2.8px 2.2px rgba(168.3698630137, 111.295890411, 93.6301369863, 0.02), 0 6.7px 5.3px rgba(168.3698630137, 111.295890411, 93.6301369863, 0.028), 0 12.5px 10px rgba(168.3698630137, 111.295890411, 93.6301369863, 0.035), 0 22.3px 17.9px rgba(168.3698630137, 111.295890411, 93.6301369863, 0.042), 0 41.8px 33.4px rgba(168.3698630137, 111.295890411, 93.6301369863, 0.05), 0 100px 80px rgba(168.3698630137, 111.295890411, 93.6301369863, 0.07);
  color: #481707;
}
.grad-primary-tint-tint {
  background-image: linear-gradient(135deg, rgb(255, 227.7, 219.25) 0%, rgb(178.5, 159.39, 153.475) 51%, rgb(255, 227.7, 219.25) 100%);
}
.grad-primary-tint-tint.btn-grad {
  border: 2px solid rgb(255, 227.7, 219.25);
  box-shadow: 0 2.8px 2.2px rgba(164.1684532925, 125.271179173, 113.2315467075, 0.02), 0 6.7px 5.3px rgba(164.1684532925, 125.271179173, 113.2315467075, 0.028), 0 12.5px 10px rgba(164.1684532925, 125.271179173, 113.2315467075, 0.035), 0 22.3px 17.9px rgba(164.1684532925, 125.271179173, 113.2315467075, 0.042), 0 41.8px 33.4px rgba(164.1684532925, 125.271179173, 113.2315467075, 0.05), 0 100px 80px rgba(164.1684532925, 125.271179173, 113.2315467075, 0.07);
  color: #481707;
}

.shadow-primary-tint {
  box-shadow: 0 2.8px 2.2px rgba(255, 135.1090909091, 98, 0.02), 0 6.7px 5.3px rgba(255, 135.1090909091, 98, 0.028), 0 12.5px 10px rgba(255, 135.1090909091, 98, 0.035), 0 22.3px 17.9px rgba(255, 135.1090909091, 98, 0.042), 0 41.8px 33.4px rgba(255, 135.1090909091, 98, 0.05), 0 100px 80px rgba(255, 135.1090909091, 98, 0.07);
}
.shadow-primary-tint-tint {
  box-shadow: 0 2.8px 2.2px rgba(255, 149.8090909091, 117.25, 0.02), 0 6.7px 5.3px rgba(255, 149.8090909091, 117.25, 0.028), 0 12.5px 10px rgba(255, 149.8090909091, 117.25, 0.035), 0 22.3px 17.9px rgba(255, 149.8090909091, 117.25, 0.042), 0 41.8px 33.4px rgba(255, 149.8090909091, 117.25, 0.05), 0 100px 80px rgba(255, 149.8090909091, 117.25, 0.07);
}

.overlay-primary-tint.top-bottom {
  background-image: linear-gradient(0deg, rgba(255, 213, 200, 0) 0%, #ffd5c8 100%);
}
.overlay-primary-tint.bottom-top {
  background-image: linear-gradient(180deg, rgba(255, 213, 200, 0) 0%, #ffd5c8 100%);
}

.fade-primary-tint-in {
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(255, 213, 200, 0) 0%, #ffd5c8 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-primary-tint-in.overlay-sm {
  height: 25%;
}
.fade-primary-tint-in.overlay-rg {
  height: 50%;
}
.fade-primary-tint-in.overlay-lg {
  height: 100%;
}
.fade-primary-tint-out {
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(255, 213, 200, 0) 0%, #ffd5c8 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-primary-tint-out.overlay-sm {
  height: 25%;
}
.fade-primary-tint-out.overlay-rg {
  height: 50%;
}
.fade-primary-tint-out.overlay-lg {
  height: 100%;
}
.fade-primary-tint-ltr {
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(255, 213, 200, 0) 0%, #ffd5c8 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-primary-tint-ltr.overlay-sm {
  width: 25%;
}
.fade-primary-tint-ltr.overlay-rg {
  width: 50%;
}
.fade-primary-tint-ltr.overlay-lg {
  width: 100%;
}
.fade-primary-tint-rtl {
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left, rgba(255, 213, 200, 0) 0%, #ffd5c8 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-primary-tint-rtl.overlay-sm {
  width: 25%;
}
.fade-primary-tint-rtl.overlay-rg {
  width: 50%;
}
.fade-primary-tint-rtl.overlay-lg {
  width: 100%;
}

.txt-primary-shade {
  color: #E44D1E !important;
}
.txt-primary-shade-tint {
  color: rgb(237.45, 139.3, 108.75);
}
.txt-primary-shadeshade {
  color: rgb(237.45, 139.3, 108.75);
}

.link-primary-shade {
  color: #E44D1E !important;
  opacity: 0.8;
  -webkit-text-decoration-color: #E44D1E !important;
          text-decoration-color: #E44D1E !important;
}
.link-primary-shade:hover, .link-primary-shade:focus, .link-primary-shade:active, .link-primary-shade .active {
  color: #E44D1E !important;
  opacity: 1;
  -webkit-text-decoration-color: #E44D1E !important;
          text-decoration-color: #E44D1E !important;
}
.link-primary-shade:visited {
  color: #E44D1E !important;
  opacity: 0.8;
}
.link-primary-shade:focus-visible {
  outline: none;
}

.bkg-primary-shade {
  background-color: #E44D1E;
}
.bkg-primary-shade-tint {
  background-color: rgb(237.45, 139.3, 108.75);
}

.bdr-primary-shade {
  border-color: #E44D1E;
}
.bdr-primary-shade-tint {
  border-color: rgb(237.45, 139.3, 108.75);
}

.fill-primary-shade path {
  fill: #E44D1E;
}
.fill-primary-shade-tint path {
  fill: rgb(237.45, 139.3, 108.75);
}

.badge-primary-shade {
  background-color: #E44D1E;
  color: rgb(114, 38.5, 15);
  mix-blend-mode: difference;
}
.badge-primary-shade-tint {
  background-color: rgb(237.45, 139.3, 108.75);
  color: rgb(114, 38.5, 15);
  mix-blend-mode: difference;
}
.badge-primary-shade-shade {
  background-color: rgb(148.2, 50.05, 19.5);
  color: rgb(241.5, 166, 142.5);
  mix-blend-mode: difference;
}

.alert-primary-shade {
  background-color: rgba(228, 77, 30, 0.2) !important;
  border: 1px solid rgba(228, 77, 30, 0.3) !important;
  border-radius: 0;
  color: rgba(148.2, 50.05, 19.5, 0.5);
}
.alert-primary-shade-tint {
  background-color: rgba(237.45, 139.3, 108.75, 0.2) !important;
  border: 1px solid rgba(237.45, 139.3, 108.75, 0.3) !important;
  color: rgba(154.3425, 90.545, 70.6875, 0.5);
}

.pill-primary-shade {
  background-color: #E44D1E !important;
  color: #ffffff;
}
.pill-primary-shade-tint {
  background-color: rgb(237.45, 139.3, 108.75) !important;
  color: #ffffff;
}

.grad-primary-shade {
  background-image: linear-gradient(135deg, #E44D1E 0%, rgb(159.6, 53.9, 21) 51%, #E44D1E 100%);
}
.grad-primary-shade.btn-grad {
  border: 2px solid #E44D1E;
  box-shadow: 0 2.8px 2.2px rgba(92.2604651163, 31.1581395349, 12.1395348837, 0.02), 0 6.7px 5.3px rgba(92.2604651163, 31.1581395349, 12.1395348837, 0.028), 0 12.5px 10px rgba(92.2604651163, 31.1581395349, 12.1395348837, 0.035), 0 22.3px 17.9px rgba(92.2604651163, 31.1581395349, 12.1395348837, 0.042), 0 41.8px 33.4px rgba(92.2604651163, 31.1581395349, 12.1395348837, 0.05), 0 100px 80px rgba(92.2604651163, 31.1581395349, 12.1395348837, 0.07);
  color: #481707;
}
.grad-primary-shade-tint {
  background-image: linear-gradient(135deg, rgb(237.45, 139.3, 108.75) 0%, rgb(166.215, 97.51, 76.125) 51%, rgb(237.45, 139.3, 108.75) 100%);
}
.grad-primary-shade-tint.btn-grad {
  border: 2px solid rgb(237.45, 139.3, 108.75);
  box-shadow: 0 2.8px 2.2px rgba(126.1297631308, 67.1791143151, 48.8302368692, 0.02), 0 6.7px 5.3px rgba(126.1297631308, 67.1791143151, 48.8302368692, 0.028), 0 12.5px 10px rgba(126.1297631308, 67.1791143151, 48.8302368692, 0.035), 0 22.3px 17.9px rgba(126.1297631308, 67.1791143151, 48.8302368692, 0.042), 0 41.8px 33.4px rgba(126.1297631308, 67.1791143151, 48.8302368692, 0.05), 0 100px 80px rgba(126.1297631308, 67.1791143151, 48.8302368692, 0.07);
  color: #481707;
}

.shadow-primary-shade {
  box-shadow: 0 2.8px 2.2px rgba(139.2857142857, 45.8095238095, 16.7142857143, 0.02), 0 6.7px 5.3px rgba(139.2857142857, 45.8095238095, 16.7142857143, 0.028), 0 12.5px 10px rgba(139.2857142857, 45.8095238095, 16.7142857143, 0.035), 0 22.3px 17.9px rgba(139.2857142857, 45.8095238095, 16.7142857143, 0.042), 0 41.8px 33.4px rgba(139.2857142857, 45.8095238095, 16.7142857143, 0.05), 0 100px 80px rgba(139.2857142857, 45.8095238095, 16.7142857143, 0.07);
}
.shadow-primary-shade-tint {
  box-shadow: 0 2.8px 2.2px rgba(218.0357142857, 71.7095238095, 26.1642857143, 0.02), 0 6.7px 5.3px rgba(218.0357142857, 71.7095238095, 26.1642857143, 0.028), 0 12.5px 10px rgba(218.0357142857, 71.7095238095, 26.1642857143, 0.035), 0 22.3px 17.9px rgba(218.0357142857, 71.7095238095, 26.1642857143, 0.042), 0 41.8px 33.4px rgba(218.0357142857, 71.7095238095, 26.1642857143, 0.05), 0 100px 80px rgba(218.0357142857, 71.7095238095, 26.1642857143, 0.07);
}

.overlay-primary-shade.top-bottom {
  background-image: linear-gradient(0deg, rgba(228, 77, 30, 0) 0%, #e44d1e 100%);
}
.overlay-primary-shade.bottom-top {
  background-image: linear-gradient(180deg, rgba(228, 77, 30, 0) 0%, #e44d1e 100%);
}

.fade-primary-shade-in {
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(228, 77, 30, 0) 0%, #e44d1e 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-primary-shade-in.overlay-sm {
  height: 25%;
}
.fade-primary-shade-in.overlay-rg {
  height: 50%;
}
.fade-primary-shade-in.overlay-lg {
  height: 100%;
}
.fade-primary-shade-out {
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(228, 77, 30, 0) 0%, #e44d1e 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-primary-shade-out.overlay-sm {
  height: 25%;
}
.fade-primary-shade-out.overlay-rg {
  height: 50%;
}
.fade-primary-shade-out.overlay-lg {
  height: 100%;
}
.fade-primary-shade-ltr {
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(228, 77, 30, 0) 0%, #e44d1e 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-primary-shade-ltr.overlay-sm {
  width: 25%;
}
.fade-primary-shade-ltr.overlay-rg {
  width: 50%;
}
.fade-primary-shade-ltr.overlay-lg {
  width: 100%;
}
.fade-primary-shade-rtl {
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left, rgba(228, 77, 30, 0) 0%, #e44d1e 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-primary-shade-rtl.overlay-sm {
  width: 25%;
}
.fade-primary-shade-rtl.overlay-rg {
  width: 50%;
}
.fade-primary-shade-rtl.overlay-lg {
  width: 100%;
}

.txt-secondary {
  color: #716964 !important;
}
.txt-secondary-tint {
  color: rgb(162.7, 157.5, 154.25);
}
.txt-secondaryshade {
  color: rgb(162.7, 157.5, 154.25);
}

.link-secondary {
  color: #716964 !important;
  opacity: 0.8;
  -webkit-text-decoration-color: #716964 !important;
          text-decoration-color: #716964 !important;
}
.link-secondary:hover, .link-secondary:focus, .link-secondary:active, .link-secondary .active {
  color: #716964 !important;
  opacity: 1;
  -webkit-text-decoration-color: #716964 !important;
          text-decoration-color: #716964 !important;
}
.link-secondary:visited {
  color: #716964 !important;
  opacity: 0.8;
}
.link-secondary:focus-visible {
  outline: none;
}

.bkg-secondary {
  background-color: #716964;
}
.bkg-secondary-tint {
  background-color: rgb(162.7, 157.5, 154.25);
}

.bdr-secondary {
  border-color: #716964;
}
.bdr-secondary-tint {
  border-color: rgb(162.7, 157.5, 154.25);
}

.fill-secondary path {
  fill: #716964;
}
.fill-secondary-tint path {
  fill: rgb(162.7, 157.5, 154.25);
}

.badge-secondary {
  background-color: #716964;
  color: rgb(56.5, 52.5, 50);
  mix-blend-mode: difference;
}
.badge-secondary-tint {
  background-color: rgb(162.7, 157.5, 154.25);
  color: rgb(56.5, 52.5, 50);
  mix-blend-mode: difference;
}
.badge-secondary-shade {
  background-color: rgb(73.45, 68.25, 65);
  color: rgb(184, 180, 177.5);
  mix-blend-mode: difference;
}

.alert-secondary {
  background-color: rgba(113, 105, 100, 0.2) !important;
  border: 1px solid rgba(113, 105, 100, 0.3) !important;
  border-radius: 0;
  color: rgba(73.45, 68.25, 65, 0.5);
}
.alert-secondary-tint {
  background-color: rgba(162.7, 157.5, 154.25, 0.2) !important;
  border: 1px solid rgba(162.7, 157.5, 154.25, 0.3) !important;
  color: rgba(105.755, 102.375, 100.2625, 0.5);
}

.pill-secondary {
  background-color: #716964 !important;
  color: #ffffff;
}
.pill-secondary-tint {
  background-color: rgb(162.7, 157.5, 154.25) !important;
  color: #ffffff;
}

.grad-secondary {
  background-image: linear-gradient(135deg, #716964 0%, rgb(79.1, 73.5, 70) 51%, #716964 100%);
}
.grad-secondary.btn-grad {
  border: 2px solid #716964;
  box-shadow: 0 2.8px 2.2px rgba(36.2873239437, 33.7183098592, 32.1126760563, 0.02), 0 6.7px 5.3px rgba(36.2873239437, 33.7183098592, 32.1126760563, 0.028), 0 12.5px 10px rgba(36.2873239437, 33.7183098592, 32.1126760563, 0.035), 0 22.3px 17.9px rgba(36.2873239437, 33.7183098592, 32.1126760563, 0.042), 0 41.8px 33.4px rgba(36.2873239437, 33.7183098592, 32.1126760563, 0.05), 0 100px 80px rgba(36.2873239437, 33.7183098592, 32.1126760563, 0.07);
  color: #FEFBF8;
}
.grad-secondary-tint {
  background-image: linear-gradient(135deg, rgb(162.7, 157.5, 154.25) 0%, rgb(113.89, 110.25, 107.975) 51%, rgb(162.7, 157.5, 154.25) 100%);
}
.grad-secondary-tint.btn-grad {
  border: 2px solid rgb(162.7, 157.5, 154.25);
  box-shadow: 0 2.8px 2.2px rgba(77.8003218173, 75.3137718883, 73.7596781827, 0.02), 0 6.7px 5.3px rgba(77.8003218173, 75.3137718883, 73.7596781827, 0.028), 0 12.5px 10px rgba(77.8003218173, 75.3137718883, 73.7596781827, 0.035), 0 22.3px 17.9px rgba(77.8003218173, 75.3137718883, 73.7596781827, 0.042), 0 41.8px 33.4px rgba(77.8003218173, 75.3137718883, 73.7596781827, 0.05), 0 100px 80px rgba(77.8003218173, 75.3137718883, 73.7596781827, 0.07);
  color: #481707;
}

.shadow-secondary {
  box-shadow: 0 2.8px 2.2px rgba(58.8873239437, 54.7183098592, 52.1126760563, 0.02), 0 6.7px 5.3px rgba(58.8873239437, 54.7183098592, 52.1126760563, 0.028), 0 12.5px 10px rgba(58.8873239437, 54.7183098592, 52.1126760563, 0.035), 0 22.3px 17.9px rgba(58.8873239437, 54.7183098592, 52.1126760563, 0.042), 0 41.8px 33.4px rgba(58.8873239437, 54.7183098592, 52.1126760563, 0.05), 0 100px 80px rgba(58.8873239437, 54.7183098592, 52.1126760563, 0.07);
}
.shadow-secondary-tint {
  box-shadow: 0 2.8px 2.2px rgba(112.1792929293, 106.3893939394, 102.7707070707, 0.02), 0 6.7px 5.3px rgba(112.1792929293, 106.3893939394, 102.7707070707, 0.028), 0 12.5px 10px rgba(112.1792929293, 106.3893939394, 102.7707070707, 0.035), 0 22.3px 17.9px rgba(112.1792929293, 106.3893939394, 102.7707070707, 0.042), 0 41.8px 33.4px rgba(112.1792929293, 106.3893939394, 102.7707070707, 0.05), 0 100px 80px rgba(112.1792929293, 106.3893939394, 102.7707070707, 0.07);
}

.overlay-secondary.top-bottom {
  background-image: linear-gradient(0deg, rgba(113, 105, 100, 0) 0%, #716964 100%);
}
.overlay-secondary.bottom-top {
  background-image: linear-gradient(180deg, rgba(113, 105, 100, 0) 0%, #716964 100%);
}

.fade-secondary-in {
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(113, 105, 100, 0) 0%, #716964 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-secondary-in.overlay-sm {
  height: 25%;
}
.fade-secondary-in.overlay-rg {
  height: 50%;
}
.fade-secondary-in.overlay-lg {
  height: 100%;
}
.fade-secondary-out {
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(113, 105, 100, 0) 0%, #716964 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-secondary-out.overlay-sm {
  height: 25%;
}
.fade-secondary-out.overlay-rg {
  height: 50%;
}
.fade-secondary-out.overlay-lg {
  height: 100%;
}
.fade-secondary-ltr {
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(113, 105, 100, 0) 0%, #716964 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-secondary-ltr.overlay-sm {
  width: 25%;
}
.fade-secondary-ltr.overlay-rg {
  width: 50%;
}
.fade-secondary-ltr.overlay-lg {
  width: 100%;
}
.fade-secondary-rtl {
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left, rgba(113, 105, 100, 0) 0%, #716964 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-secondary-rtl.overlay-sm {
  width: 25%;
}
.fade-secondary-rtl.overlay-rg {
  width: 50%;
}
.fade-secondary-rtl.overlay-lg {
  width: 100%;
}

.txt-secondary-tint {
  color: #BAB3AF !important;
}
.txt-secondary-tint-tint {
  color: rgb(210.15, 205.6, 203);
}
.txt-secondary-tintshade {
  color: rgb(210.15, 205.6, 203);
}

.link-secondary-tint {
  color: #BAB3AF !important;
  opacity: 0.8;
  -webkit-text-decoration-color: #BAB3AF !important;
          text-decoration-color: #BAB3AF !important;
}
.link-secondary-tint:hover, .link-secondary-tint:focus, .link-secondary-tint:active, .link-secondary-tint .active {
  color: #BAB3AF !important;
  opacity: 1;
  -webkit-text-decoration-color: #BAB3AF !important;
          text-decoration-color: #BAB3AF !important;
}
.link-secondary-tint:visited {
  color: #BAB3AF !important;
  opacity: 0.8;
}
.link-secondary-tint:focus-visible {
  outline: none;
}

.bkg-secondary-tint {
  background-color: #BAB3AF;
}
.bkg-secondary-tint-tint {
  background-color: rgb(210.15, 205.6, 203);
}

.bdr-secondary-tint {
  border-color: #BAB3AF;
}
.bdr-secondary-tint-tint {
  border-color: rgb(210.15, 205.6, 203);
}

.fill-secondary-tint path {
  fill: #BAB3AF;
}
.fill-secondary-tint-tint path {
  fill: rgb(210.15, 205.6, 203);
}

.badge-secondary-tint {
  background-color: #BAB3AF;
  color: rgb(93, 89.5, 87.5);
  mix-blend-mode: difference;
}
.badge-secondary-tint-tint {
  background-color: rgb(210.15, 205.6, 203);
  color: rgb(93, 89.5, 87.5);
  mix-blend-mode: difference;
}
.badge-secondary-tint-shade {
  background-color: rgb(120.9, 116.35, 113.75);
  color: rgb(220.5, 217, 215);
  mix-blend-mode: difference;
}

.alert-secondary-tint {
  background-color: rgba(186, 179, 175, 0.2) !important;
  border: 1px solid rgba(186, 179, 175, 0.3) !important;
  border-radius: 0;
  color: rgba(120.9, 116.35, 113.75, 0.5);
}
.alert-secondary-tint-tint {
  background-color: rgba(210.15, 205.6, 203, 0.2) !important;
  border: 1px solid rgba(210.15, 205.6, 203, 0.3) !important;
  color: rgba(136.5975, 133.64, 131.95, 0.5);
}

.pill-secondary-tint {
  background-color: #BAB3AF !important;
  color: #ffffff;
}
.pill-secondary-tint-tint {
  background-color: rgb(210.15, 205.6, 203) !important;
  color: #ffffff;
}

.grad-secondary-tint {
  background-image: linear-gradient(135deg, #BAB3AF 0%, rgb(130.2, 125.3, 122.5) 51%, #BAB3AF 100%);
}
.grad-secondary-tint.btn-grad {
  border: 2px solid #BAB3AF;
  box-shadow: 0 2.8px 2.2px rgba(97.1157323689, 92.3866184448, 89.6842676311, 0.02), 0 6.7px 5.3px rgba(97.1157323689, 92.3866184448, 89.6842676311, 0.028), 0 12.5px 10px rgba(97.1157323689, 92.3866184448, 89.6842676311, 0.035), 0 22.3px 17.9px rgba(97.1157323689, 92.3866184448, 89.6842676311, 0.042), 0 41.8px 33.4px rgba(97.1157323689, 92.3866184448, 89.6842676311, 0.05), 0 100px 80px rgba(97.1157323689, 92.3866184448, 89.6842676311, 0.07);
  color: #481707;
}
.grad-secondary-tint-tint {
  background-image: linear-gradient(135deg, rgb(210.15, 205.6, 203) 0%, rgb(147.105, 143.92, 142.1) 51%, rgb(210.15, 205.6, 203) 100%);
}
.grad-secondary-tint-tint.btn-grad {
  border: 2px solid rgb(210.15, 205.6, 203);
  box-shadow: 0 2.8px 2.2px rgba(117.9014486294, 113.2668776465, 110.6185513706, 0.02), 0 6.7px 5.3px rgba(117.9014486294, 113.2668776465, 110.6185513706, 0.028), 0 12.5px 10px rgba(117.9014486294, 113.2668776465, 110.6185513706, 0.035), 0 22.3px 17.9px rgba(117.9014486294, 113.2668776465, 110.6185513706, 0.042), 0 41.8px 33.4px rgba(117.9014486294, 113.2668776465, 110.6185513706, 0.05), 0 100px 80px rgba(117.9014486294, 113.2668776465, 110.6185513706, 0.07);
  color: #481707;
}

.shadow-secondary-tint {
  box-shadow: 0 2.8px 2.2px rgba(138.7651006711, 126.9731543624, 120.2348993289, 0.02), 0 6.7px 5.3px rgba(138.7651006711, 126.9731543624, 120.2348993289, 0.028), 0 12.5px 10px rgba(138.7651006711, 126.9731543624, 120.2348993289, 0.035), 0 22.3px 17.9px rgba(138.7651006711, 126.9731543624, 120.2348993289, 0.042), 0 41.8px 33.4px rgba(138.7651006711, 126.9731543624, 120.2348993289, 0.05), 0 100px 80px rgba(138.7651006711, 126.9731543624, 120.2348993289, 0.07);
}
.shadow-secondary-tint-tint {
  box-shadow: 0 2.8px 2.2px rgba(162.9151006711, 153.5731543624, 148.2348993289, 0.02), 0 6.7px 5.3px rgba(162.9151006711, 153.5731543624, 148.2348993289, 0.028), 0 12.5px 10px rgba(162.9151006711, 153.5731543624, 148.2348993289, 0.035), 0 22.3px 17.9px rgba(162.9151006711, 153.5731543624, 148.2348993289, 0.042), 0 41.8px 33.4px rgba(162.9151006711, 153.5731543624, 148.2348993289, 0.05), 0 100px 80px rgba(162.9151006711, 153.5731543624, 148.2348993289, 0.07);
}

.overlay-secondary-tint.top-bottom {
  background-image: linear-gradient(0deg, rgba(186, 179, 175, 0) 0%, #bab3af 100%);
}
.overlay-secondary-tint.bottom-top {
  background-image: linear-gradient(180deg, rgba(186, 179, 175, 0) 0%, #bab3af 100%);
}

.fade-secondary-tint-in {
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(186, 179, 175, 0) 0%, #bab3af 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-secondary-tint-in.overlay-sm {
  height: 25%;
}
.fade-secondary-tint-in.overlay-rg {
  height: 50%;
}
.fade-secondary-tint-in.overlay-lg {
  height: 100%;
}
.fade-secondary-tint-out {
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(186, 179, 175, 0) 0%, #bab3af 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-secondary-tint-out.overlay-sm {
  height: 25%;
}
.fade-secondary-tint-out.overlay-rg {
  height: 50%;
}
.fade-secondary-tint-out.overlay-lg {
  height: 100%;
}
.fade-secondary-tint-ltr {
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(186, 179, 175, 0) 0%, #bab3af 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-secondary-tint-ltr.overlay-sm {
  width: 25%;
}
.fade-secondary-tint-ltr.overlay-rg {
  width: 50%;
}
.fade-secondary-tint-ltr.overlay-lg {
  width: 100%;
}
.fade-secondary-tint-rtl {
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left, rgba(186, 179, 175, 0) 0%, #bab3af 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-secondary-tint-rtl.overlay-sm {
  width: 25%;
}
.fade-secondary-tint-rtl.overlay-rg {
  width: 50%;
}
.fade-secondary-tint-rtl.overlay-lg {
  width: 100%;
}

.txt-secondary-shade {
  color: #2A2725 !important;
}
.txt-secondary-shade-tint {
  color: rgb(116.55, 114.6, 113.3);
}
.txt-secondary-shadeshade {
  color: rgb(116.55, 114.6, 113.3);
}

.link-secondary-shade {
  color: #2A2725 !important;
  opacity: 0.8;
  -webkit-text-decoration-color: #2A2725 !important;
          text-decoration-color: #2A2725 !important;
}
.link-secondary-shade:hover, .link-secondary-shade:focus, .link-secondary-shade:active, .link-secondary-shade .active {
  color: #2A2725 !important;
  opacity: 1;
  -webkit-text-decoration-color: #2A2725 !important;
          text-decoration-color: #2A2725 !important;
}
.link-secondary-shade:visited {
  color: #2A2725 !important;
  opacity: 0.8;
}
.link-secondary-shade:focus-visible {
  outline: none;
}

.bkg-secondary-shade {
  background-color: #2A2725;
}
.bkg-secondary-shade-tint {
  background-color: rgb(116.55, 114.6, 113.3);
}

.bdr-secondary-shade {
  border-color: #2A2725;
}
.bdr-secondary-shade-tint {
  border-color: rgb(116.55, 114.6, 113.3);
}

.fill-secondary-shade path {
  fill: #2A2725;
}
.fill-secondary-shade-tint path {
  fill: rgb(116.55, 114.6, 113.3);
}

.badge-secondary-shade {
  background-color: #2A2725;
  color: rgb(21, 19.5, 18.5);
  mix-blend-mode: difference;
}
.badge-secondary-shade-tint {
  background-color: rgb(116.55, 114.6, 113.3);
  color: rgb(21, 19.5, 18.5);
  mix-blend-mode: difference;
}
.badge-secondary-shade-shade {
  background-color: rgb(27.3, 25.35, 24.05);
  color: rgb(148.5, 147, 146);
  mix-blend-mode: difference;
}

.alert-secondary-shade {
  background-color: rgba(42, 39, 37, 0.2) !important;
  border: 1px solid rgba(42, 39, 37, 0.3) !important;
  border-radius: 0;
  color: rgba(27.3, 25.35, 24.05, 0.5);
}
.alert-secondary-shade-tint {
  background-color: rgba(116.55, 114.6, 113.3, 0.2) !important;
  border: 1px solid rgba(116.55, 114.6, 113.3, 0.3) !important;
  color: rgba(75.7575, 74.49, 73.645, 0.5);
}

.pill-secondary-shade {
  background-color: #2A2725 !important;
  color: #ffffff;
}
.pill-secondary-shade-tint {
  background-color: rgb(116.55, 114.6, 113.3) !important;
  color: #ffffff;
}

.grad-secondary-shade {
  background-image: linear-gradient(135deg, #2A2725 0%, rgb(29.4, 27.3, 25.9) 51%, #2A2725 100%);
}
.grad-secondary-shade.btn-grad {
  border: 2px solid #2A2725;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07);
  color: #FEFBF8;
}
.grad-secondary-shade-tint {
  background-image: linear-gradient(135deg, rgb(116.55, 114.6, 113.3) 0%, rgb(81.585, 80.22, 79.31) 51%, rgb(116.55, 114.6, 113.3) 100%);
}
.grad-secondary-shade-tint.btn-grad {
  border: 2px solid rgb(116.55, 114.6, 113.3);
  box-shadow: 0 2.8px 2.2px rgba(41.5188775288, 40.8242244942, 40.3611224712, 0.02), 0 6.7px 5.3px rgba(41.5188775288, 40.8242244942, 40.3611224712, 0.028), 0 12.5px 10px rgba(41.5188775288, 40.8242244942, 40.3611224712, 0.035), 0 22.3px 17.9px rgba(41.5188775288, 40.8242244942, 40.3611224712, 0.042), 0 41.8px 33.4px rgba(41.5188775288, 40.8242244942, 40.3611224712, 0.05), 0 100px 80px rgba(41.5188775288, 40.8242244942, 40.3611224712, 0.07);
  color: #FEFBF8;
}

.shadow-secondary-shade {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07);
}
.shadow-secondary-shade-tint {
  box-shadow: 0 2.8px 2.2px rgba(64.8288775288, 63.7442244942, 63.0211224712, 0.02), 0 6.7px 5.3px rgba(64.8288775288, 63.7442244942, 63.0211224712, 0.028), 0 12.5px 10px rgba(64.8288775288, 63.7442244942, 63.0211224712, 0.035), 0 22.3px 17.9px rgba(64.8288775288, 63.7442244942, 63.0211224712, 0.042), 0 41.8px 33.4px rgba(64.8288775288, 63.7442244942, 63.0211224712, 0.05), 0 100px 80px rgba(64.8288775288, 63.7442244942, 63.0211224712, 0.07);
}

.overlay-secondary-shade.top-bottom {
  background-image: linear-gradient(0deg, rgba(42, 39, 37, 0) 0%, #2a2725 100%);
}
.overlay-secondary-shade.bottom-top {
  background-image: linear-gradient(180deg, rgba(42, 39, 37, 0) 0%, #2a2725 100%);
}

.fade-secondary-shade-in {
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(42, 39, 37, 0) 0%, #2a2725 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-secondary-shade-in.overlay-sm {
  height: 25%;
}
.fade-secondary-shade-in.overlay-rg {
  height: 50%;
}
.fade-secondary-shade-in.overlay-lg {
  height: 100%;
}
.fade-secondary-shade-out {
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(42, 39, 37, 0) 0%, #2a2725 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-secondary-shade-out.overlay-sm {
  height: 25%;
}
.fade-secondary-shade-out.overlay-rg {
  height: 50%;
}
.fade-secondary-shade-out.overlay-lg {
  height: 100%;
}
.fade-secondary-shade-ltr {
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(42, 39, 37, 0) 0%, #2a2725 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-secondary-shade-ltr.overlay-sm {
  width: 25%;
}
.fade-secondary-shade-ltr.overlay-rg {
  width: 50%;
}
.fade-secondary-shade-ltr.overlay-lg {
  width: 100%;
}
.fade-secondary-shade-rtl {
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left, rgba(42, 39, 37, 0) 0%, #2a2725 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-secondary-shade-rtl.overlay-sm {
  width: 25%;
}
.fade-secondary-shade-rtl.overlay-rg {
  width: 50%;
}
.fade-secondary-shade-rtl.overlay-lg {
  width: 100%;
}

.txt-tertiary {
  color: #CEC9C6 !important;
}
.txt-tertiary-tint {
  color: rgb(223.15, 219.9, 217.95);
}
.txt-tertiaryshade {
  color: rgb(223.15, 219.9, 217.95);
}

.link-tertiary {
  color: #CEC9C6 !important;
  opacity: 0.8;
  -webkit-text-decoration-color: #CEC9C6 !important;
          text-decoration-color: #CEC9C6 !important;
}
.link-tertiary:hover, .link-tertiary:focus, .link-tertiary:active, .link-tertiary .active {
  color: #CEC9C6 !important;
  opacity: 1;
  -webkit-text-decoration-color: #CEC9C6 !important;
          text-decoration-color: #CEC9C6 !important;
}
.link-tertiary:visited {
  color: #CEC9C6 !important;
  opacity: 0.8;
}
.link-tertiary:focus-visible {
  outline: none;
}

.bkg-tertiary {
  background-color: #CEC9C6;
}
.bkg-tertiary-tint {
  background-color: rgb(223.15, 219.9, 217.95);
}

.bdr-tertiary {
  border-color: #CEC9C6;
}
.bdr-tertiary-tint {
  border-color: rgb(223.15, 219.9, 217.95);
}

.fill-tertiary path {
  fill: #CEC9C6;
}
.fill-tertiary-tint path {
  fill: rgb(223.15, 219.9, 217.95);
}

.badge-tertiary {
  background-color: #CEC9C6;
  color: rgb(103, 100.5, 99);
  mix-blend-mode: difference;
}
.badge-tertiary-tint {
  background-color: rgb(223.15, 219.9, 217.95);
  color: rgb(103, 100.5, 99);
  mix-blend-mode: difference;
}
.badge-tertiary-shade {
  background-color: rgb(133.9, 130.65, 128.7);
  color: rgb(230.5, 228, 226.5);
  mix-blend-mode: difference;
}

.alert-tertiary {
  background-color: rgba(206, 201, 198, 0.2) !important;
  border: 1px solid rgba(206, 201, 198, 0.3) !important;
  border-radius: 0;
  color: rgba(133.9, 130.65, 128.7, 0.5);
}
.alert-tertiary-tint {
  background-color: rgba(223.15, 219.9, 217.95, 0.2) !important;
  border: 1px solid rgba(223.15, 219.9, 217.95, 0.3) !important;
  color: rgba(145.0475, 142.935, 141.6675, 0.5);
}

.pill-tertiary {
  background-color: #CEC9C6 !important;
  color: #ffffff;
}
.pill-tertiary-tint {
  background-color: rgb(223.15, 219.9, 217.95) !important;
  color: #ffffff;
}

.grad-tertiary {
  background-image: linear-gradient(135deg, #CEC9C6 0%, rgb(144.2, 140.7, 138.6) 51%, #CEC9C6 100%);
}
.grad-tertiary.btn-grad {
  border: 2px solid #CEC9C6;
  box-shadow: 0 2.8px 2.2px rgba(114.3892933619, 109.6526766595, 106.8107066381, 0.02), 0 6.7px 5.3px rgba(114.3892933619, 109.6526766595, 106.8107066381, 0.028), 0 12.5px 10px rgba(114.3892933619, 109.6526766595, 106.8107066381, 0.035), 0 22.3px 17.9px rgba(114.3892933619, 109.6526766595, 106.8107066381, 0.042), 0 41.8px 33.4px rgba(114.3892933619, 109.6526766595, 106.8107066381, 0.05), 0 100px 80px rgba(114.3892933619, 109.6526766595, 106.8107066381, 0.07);
  color: #481707;
}
.grad-tertiary-tint {
  background-image: linear-gradient(135deg, rgb(223.15, 219.9, 217.95) 0%, rgb(156.205, 153.93, 152.565) 51%, rgb(223.15, 219.9, 217.95) 100%);
}
.grad-tertiary-tint.btn-grad {
  border: 2px solid rgb(223.15, 219.9, 217.95);
  box-shadow: 0 2.8px 2.2px rgba(128.7612219959, 124.609694501, 122.1187780041, 0.02), 0 6.7px 5.3px rgba(128.7612219959, 124.609694501, 122.1187780041, 0.028), 0 12.5px 10px rgba(128.7612219959, 124.609694501, 122.1187780041, 0.035), 0 22.3px 17.9px rgba(128.7612219959, 124.609694501, 122.1187780041, 0.042), 0 41.8px 33.4px rgba(128.7612219959, 124.609694501, 122.1187780041, 0.05), 0 100px 80px rgba(128.7612219959, 124.609694501, 122.1187780041, 0.07);
  color: #481707;
}

.shadow-tertiary {
  box-shadow: 0 2.8px 2.2px rgba(158.8490566038, 149.0377358491, 143.1509433962, 0.02), 0 6.7px 5.3px rgba(158.8490566038, 149.0377358491, 143.1509433962, 0.028), 0 12.5px 10px rgba(158.8490566038, 149.0377358491, 143.1509433962, 0.035), 0 22.3px 17.9px rgba(158.8490566038, 149.0377358491, 143.1509433962, 0.042), 0 41.8px 33.4px rgba(158.8490566038, 149.0377358491, 143.1509433962, 0.05), 0 100px 80px rgba(158.8490566038, 149.0377358491, 143.1509433962, 0.07);
}
.shadow-tertiary-tint {
  box-shadow: 0 2.8px 2.2px rgba(175.9990566038, 167.9377358491, 163.1009433962, 0.02), 0 6.7px 5.3px rgba(175.9990566038, 167.9377358491, 163.1009433962, 0.028), 0 12.5px 10px rgba(175.9990566038, 167.9377358491, 163.1009433962, 0.035), 0 22.3px 17.9px rgba(175.9990566038, 167.9377358491, 163.1009433962, 0.042), 0 41.8px 33.4px rgba(175.9990566038, 167.9377358491, 163.1009433962, 0.05), 0 100px 80px rgba(175.9990566038, 167.9377358491, 163.1009433962, 0.07);
}

.overlay-tertiary.top-bottom {
  background-image: linear-gradient(0deg, rgba(206, 201, 198, 0) 0%, #cec9c6 100%);
}
.overlay-tertiary.bottom-top {
  background-image: linear-gradient(180deg, rgba(206, 201, 198, 0) 0%, #cec9c6 100%);
}

.fade-tertiary-in {
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(206, 201, 198, 0) 0%, #cec9c6 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-tertiary-in.overlay-sm {
  height: 25%;
}
.fade-tertiary-in.overlay-rg {
  height: 50%;
}
.fade-tertiary-in.overlay-lg {
  height: 100%;
}
.fade-tertiary-out {
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(206, 201, 198, 0) 0%, #cec9c6 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-tertiary-out.overlay-sm {
  height: 25%;
}
.fade-tertiary-out.overlay-rg {
  height: 50%;
}
.fade-tertiary-out.overlay-lg {
  height: 100%;
}
.fade-tertiary-ltr {
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(206, 201, 198, 0) 0%, #cec9c6 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-tertiary-ltr.overlay-sm {
  width: 25%;
}
.fade-tertiary-ltr.overlay-rg {
  width: 50%;
}
.fade-tertiary-ltr.overlay-lg {
  width: 100%;
}
.fade-tertiary-rtl {
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left, rgba(206, 201, 198, 0) 0%, #cec9c6 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-tertiary-rtl.overlay-sm {
  width: 25%;
}
.fade-tertiary-rtl.overlay-rg {
  width: 50%;
}
.fade-tertiary-rtl.overlay-lg {
  width: 100%;
}

.txt-tertiary-tint {
  color: #F8F8F8 !important;
}
.txt-tertiary-tint-tint {
  color: rgb(250.45, 250.45, 250.45);
}
.txt-tertiary-tintshade {
  color: rgb(250.45, 250.45, 250.45);
}

.link-tertiary-tint {
  color: #F8F8F8 !important;
  opacity: 0.8;
  -webkit-text-decoration-color: #F8F8F8 !important;
          text-decoration-color: #F8F8F8 !important;
}
.link-tertiary-tint:hover, .link-tertiary-tint:focus, .link-tertiary-tint:active, .link-tertiary-tint .active {
  color: #F8F8F8 !important;
  opacity: 1;
  -webkit-text-decoration-color: #F8F8F8 !important;
          text-decoration-color: #F8F8F8 !important;
}
.link-tertiary-tint:visited {
  color: #F8F8F8 !important;
  opacity: 0.8;
}
.link-tertiary-tint:focus-visible {
  outline: none;
}

.bkg-tertiary-tint {
  background-color: #F8F8F8;
}
.bkg-tertiary-tint-tint {
  background-color: rgb(250.45, 250.45, 250.45);
}

.bdr-tertiary-tint {
  border-color: #F8F8F8;
}
.bdr-tertiary-tint-tint {
  border-color: rgb(250.45, 250.45, 250.45);
}

.fill-tertiary-tint path {
  fill: #F8F8F8;
}
.fill-tertiary-tint-tint path {
  fill: rgb(250.45, 250.45, 250.45);
}

.badge-tertiary-tint {
  background-color: #F8F8F8;
  color: #7c7c7c;
  mix-blend-mode: difference;
}
.badge-tertiary-tint-tint {
  background-color: rgb(250.45, 250.45, 250.45);
  color: #7c7c7c;
  mix-blend-mode: difference;
}
.badge-tertiary-tint-shade {
  background-color: rgb(161.2, 161.2, 161.2);
  color: rgb(251.5, 251.5, 251.5);
  mix-blend-mode: difference;
}

.alert-tertiary-tint {
  background-color: rgba(248, 248, 248, 0.2) !important;
  border: 1px solid rgba(248, 248, 248, 0.3) !important;
  border-radius: 0;
  color: rgba(161.2, 161.2, 161.2, 0.5);
}
.alert-tertiary-tint-tint {
  background-color: rgba(250.45, 250.45, 250.45, 0.2) !important;
  border: 1px solid rgba(250.45, 250.45, 250.45, 0.3) !important;
  color: rgba(162.7925, 162.7925, 162.7925, 0.5);
}

.pill-tertiary-tint {
  background-color: #F8F8F8 !important;
  color: #ffffff;
}
.pill-tertiary-tint-tint {
  background-color: rgb(250.45, 250.45, 250.45) !important;
  color: #ffffff;
}

.grad-tertiary-tint {
  background-image: linear-gradient(135deg, #F8F8F8 0%, rgb(173.6, 173.6, 173.6) 51%, #F8F8F8 100%);
}
.grad-tertiary-tint.btn-grad {
  border: 2px solid #F8F8F8;
  box-shadow: 0 2.8px 2.2px rgba(147.4, 147.4, 147.4, 0.02), 0 6.7px 5.3px rgba(147.4, 147.4, 147.4, 0.028), 0 12.5px 10px rgba(147.4, 147.4, 147.4, 0.035), 0 22.3px 17.9px rgba(147.4, 147.4, 147.4, 0.042), 0 41.8px 33.4px rgba(147.4, 147.4, 147.4, 0.05), 0 100px 80px rgba(147.4, 147.4, 147.4, 0.07);
  color: #481707;
}
.grad-tertiary-tint-tint {
  background-image: linear-gradient(135deg, rgb(250.45, 250.45, 250.45) 0%, rgb(175.315, 175.315, 175.315) 51%, rgb(250.45, 250.45, 250.45) 100%);
}
.grad-tertiary-tint-tint.btn-grad {
  border: 2px solid rgb(250.45, 250.45, 250.45);
  box-shadow: 0 2.8px 2.2px rgba(149.36, 149.36, 149.36, 0.02), 0 6.7px 5.3px rgba(149.36, 149.36, 149.36, 0.028), 0 12.5px 10px rgba(149.36, 149.36, 149.36, 0.035), 0 22.3px 17.9px rgba(149.36, 149.36, 149.36, 0.042), 0 41.8px 33.4px rgba(149.36, 149.36, 149.36, 0.05), 0 100px 80px rgba(149.36, 149.36, 149.36, 0.07);
  color: #481707;
}

.shadow-tertiary-tint {
  box-shadow: 0 2.8px 2.2px rgba(197, 197, 197, 0.02), 0 6.7px 5.3px rgba(197, 197, 197, 0.028), 0 12.5px 10px rgba(197, 197, 197, 0.035), 0 22.3px 17.9px rgba(197, 197, 197, 0.042), 0 41.8px 33.4px rgba(197, 197, 197, 0.05), 0 100px 80px rgba(197, 197, 197, 0.07);
}
.shadow-tertiary-tint-tint {
  box-shadow: 0 2.8px 2.2px rgba(199.45, 199.45, 199.45, 0.02), 0 6.7px 5.3px rgba(199.45, 199.45, 199.45, 0.028), 0 12.5px 10px rgba(199.45, 199.45, 199.45, 0.035), 0 22.3px 17.9px rgba(199.45, 199.45, 199.45, 0.042), 0 41.8px 33.4px rgba(199.45, 199.45, 199.45, 0.05), 0 100px 80px rgba(199.45, 199.45, 199.45, 0.07);
}

.overlay-tertiary-tint.top-bottom {
  background-image: linear-gradient(0deg, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
}
.overlay-tertiary-tint.bottom-top {
  background-image: linear-gradient(180deg, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
}

.fade-tertiary-tint-in {
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-tertiary-tint-in.overlay-sm {
  height: 25%;
}
.fade-tertiary-tint-in.overlay-rg {
  height: 50%;
}
.fade-tertiary-tint-in.overlay-lg {
  height: 100%;
}
.fade-tertiary-tint-out {
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-tertiary-tint-out.overlay-sm {
  height: 25%;
}
.fade-tertiary-tint-out.overlay-rg {
  height: 50%;
}
.fade-tertiary-tint-out.overlay-lg {
  height: 100%;
}
.fade-tertiary-tint-ltr {
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-tertiary-tint-ltr.overlay-sm {
  width: 25%;
}
.fade-tertiary-tint-ltr.overlay-rg {
  width: 50%;
}
.fade-tertiary-tint-ltr.overlay-lg {
  width: 100%;
}
.fade-tertiary-tint-rtl {
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-tertiary-tint-rtl.overlay-sm {
  width: 25%;
}
.fade-tertiary-tint-rtl.overlay-rg {
  width: 50%;
}
.fade-tertiary-tint-rtl.overlay-lg {
  width: 100%;
}

.txt-tertiary-shade {
  color: #887F7A !important;
}
.txt-tertiary-shade-tint {
  color: rgb(177.65, 171.8, 168.55);
}
.txt-tertiary-shadeshade {
  color: rgb(177.65, 171.8, 168.55);
}

.link-tertiary-shade {
  color: #887F7A !important;
  opacity: 0.8;
  -webkit-text-decoration-color: #887F7A !important;
          text-decoration-color: #887F7A !important;
}
.link-tertiary-shade:hover, .link-tertiary-shade:focus, .link-tertiary-shade:active, .link-tertiary-shade .active {
  color: #887F7A !important;
  opacity: 1;
  -webkit-text-decoration-color: #887F7A !important;
          text-decoration-color: #887F7A !important;
}
.link-tertiary-shade:visited {
  color: #887F7A !important;
  opacity: 0.8;
}
.link-tertiary-shade:focus-visible {
  outline: none;
}

.bkg-tertiary-shade {
  background-color: #887F7A;
}
.bkg-tertiary-shade-tint {
  background-color: rgb(177.65, 171.8, 168.55);
}

.bdr-tertiary-shade {
  border-color: #887F7A;
}
.bdr-tertiary-shade-tint {
  border-color: rgb(177.65, 171.8, 168.55);
}

.fill-tertiary-shade path {
  fill: #887F7A;
}
.fill-tertiary-shade-tint path {
  fill: rgb(177.65, 171.8, 168.55);
}

.badge-tertiary-shade {
  background-color: #887F7A;
  color: rgb(68, 63.5, 61);
  mix-blend-mode: difference;
}
.badge-tertiary-shade-tint {
  background-color: rgb(177.65, 171.8, 168.55);
  color: rgb(68, 63.5, 61);
  mix-blend-mode: difference;
}
.badge-tertiary-shade-shade {
  background-color: rgb(88.4, 82.55, 79.3);
  color: rgb(195.5, 191, 188.5);
  mix-blend-mode: difference;
}

.alert-tertiary-shade {
  background-color: rgba(136, 127, 122, 0.2) !important;
  border: 1px solid rgba(136, 127, 122, 0.3) !important;
  border-radius: 0;
  color: rgba(88.4, 82.55, 79.3, 0.5);
}
.alert-tertiary-shade-tint {
  background-color: rgba(177.65, 171.8, 168.55, 0.2) !important;
  border: 1px solid rgba(177.65, 171.8, 168.55, 0.3) !important;
  color: rgba(115.4725, 111.67, 109.5575, 0.5);
}

.pill-tertiary-shade {
  background-color: #887F7A !important;
  color: #ffffff;
}
.pill-tertiary-shade-tint {
  background-color: rgb(177.65, 171.8, 168.55) !important;
  color: #ffffff;
}

.grad-tertiary-shade {
  background-image: linear-gradient(135deg, #887F7A 0%, rgb(95.2, 88.9, 85.4) 51%, #887F7A 100%);
}
.grad-tertiary-shade.btn-grad {
  border: 2px solid #887F7A;
  box-shadow: 0 2.8px 2.2px rgba(55.0325581395, 51.3906976744, 49.3674418605, 0.02), 0 6.7px 5.3px rgba(55.0325581395, 51.3906976744, 49.3674418605, 0.028), 0 12.5px 10px rgba(55.0325581395, 51.3906976744, 49.3674418605, 0.035), 0 22.3px 17.9px rgba(55.0325581395, 51.3906976744, 49.3674418605, 0.042), 0 41.8px 33.4px rgba(55.0325581395, 51.3906976744, 49.3674418605, 0.05), 0 100px 80px rgba(55.0325581395, 51.3906976744, 49.3674418605, 0.07);
  color: #481707;
}
.grad-tertiary-shade-tint {
  background-image: linear-gradient(135deg, rgb(177.65, 171.8, 168.55) 0%, rgb(124.355, 120.26, 117.985) 51%, rgb(177.65, 171.8, 168.55) 100%);
}
.grad-tertiary-shade-tint.btn-grad {
  border: 2px solid rgb(177.65, 171.8, 168.55);
  box-shadow: 0 2.8px 2.2px rgba(90.2128115345, 86.6991967044, 84.7471884655, 0.02), 0 6.7px 5.3px rgba(90.2128115345, 86.6991967044, 84.7471884655, 0.028), 0 12.5px 10px rgba(90.2128115345, 86.6991967044, 84.7471884655, 0.035), 0 22.3px 17.9px rgba(90.2128115345, 86.6991967044, 84.7471884655, 0.042), 0 41.8px 33.4px rgba(90.2128115345, 86.6991967044, 84.7471884655, 0.05), 0 100px 80px rgba(90.2128115345, 86.6991967044, 84.7471884655, 0.07);
  color: #481707;
}

.shadow-tertiary-shade {
  box-shadow: 0 2.8px 2.2px rgba(82.3333333333, 76.7619047619, 73.6666666667, 0.02), 0 6.7px 5.3px rgba(82.3333333333, 76.7619047619, 73.6666666667, 0.028), 0 12.5px 10px rgba(82.3333333333, 76.7619047619, 73.6666666667, 0.035), 0 22.3px 17.9px rgba(82.3333333333, 76.7619047619, 73.6666666667, 0.042), 0 41.8px 33.4px rgba(82.3333333333, 76.7619047619, 73.6666666667, 0.05), 0 100px 80px rgba(82.3333333333, 76.7619047619, 73.6666666667, 0.07);
}
.shadow-tertiary-shade-tint {
  box-shadow: 0 2.8px 2.2px rgba(128.8833333333, 120.1619047619, 115.3166666667, 0.02), 0 6.7px 5.3px rgba(128.8833333333, 120.1619047619, 115.3166666667, 0.028), 0 12.5px 10px rgba(128.8833333333, 120.1619047619, 115.3166666667, 0.035), 0 22.3px 17.9px rgba(128.8833333333, 120.1619047619, 115.3166666667, 0.042), 0 41.8px 33.4px rgba(128.8833333333, 120.1619047619, 115.3166666667, 0.05), 0 100px 80px rgba(128.8833333333, 120.1619047619, 115.3166666667, 0.07);
}

.overlay-tertiary-shade.top-bottom {
  background-image: linear-gradient(0deg, rgba(136, 127, 122, 0) 0%, #887f7a 100%);
}
.overlay-tertiary-shade.bottom-top {
  background-image: linear-gradient(180deg, rgba(136, 127, 122, 0) 0%, #887f7a 100%);
}

.fade-tertiary-shade-in {
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(136, 127, 122, 0) 0%, #887f7a 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-tertiary-shade-in.overlay-sm {
  height: 25%;
}
.fade-tertiary-shade-in.overlay-rg {
  height: 50%;
}
.fade-tertiary-shade-in.overlay-lg {
  height: 100%;
}
.fade-tertiary-shade-out {
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(136, 127, 122, 0) 0%, #887f7a 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-tertiary-shade-out.overlay-sm {
  height: 25%;
}
.fade-tertiary-shade-out.overlay-rg {
  height: 50%;
}
.fade-tertiary-shade-out.overlay-lg {
  height: 100%;
}
.fade-tertiary-shade-ltr {
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(136, 127, 122, 0) 0%, #887f7a 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-tertiary-shade-ltr.overlay-sm {
  width: 25%;
}
.fade-tertiary-shade-ltr.overlay-rg {
  width: 50%;
}
.fade-tertiary-shade-ltr.overlay-lg {
  width: 100%;
}
.fade-tertiary-shade-rtl {
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left, rgba(136, 127, 122, 0) 0%, #887f7a 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-tertiary-shade-rtl.overlay-sm {
  width: 25%;
}
.fade-tertiary-shade-rtl.overlay-rg {
  width: 50%;
}
.fade-tertiary-shade-rtl.overlay-lg {
  width: 100%;
}

.txt-success {
  color: #C4ED97 !important;
}
.txt-success-tint {
  color: rgb(216.65, 243.3, 187.4);
}
.txt-successshade {
  color: rgb(216.65, 243.3, 187.4);
}

.link-success {
  color: #C4ED97 !important;
  opacity: 0.8;
  -webkit-text-decoration-color: #C4ED97 !important;
          text-decoration-color: #C4ED97 !important;
}
.link-success:hover, .link-success:focus, .link-success:active, .link-success .active {
  color: #C4ED97 !important;
  opacity: 1;
  -webkit-text-decoration-color: #C4ED97 !important;
          text-decoration-color: #C4ED97 !important;
}
.link-success:visited {
  color: #C4ED97 !important;
  opacity: 0.8;
}
.link-success:focus-visible {
  outline: none;
}

.bkg-success {
  background-color: #C4ED97;
}
.bkg-success-tint {
  background-color: rgb(216.65, 243.3, 187.4);
}

.bdr-success {
  border-color: #C4ED97;
}
.bdr-success-tint {
  border-color: rgb(216.65, 243.3, 187.4);
}

.fill-success path {
  fill: #C4ED97;
}
.fill-success-tint path {
  fill: rgb(216.65, 243.3, 187.4);
}

.badge-success {
  background-color: #C4ED97;
  color: rgb(98, 118.5, 75.5);
  mix-blend-mode: difference;
}
.badge-success-tint {
  background-color: rgb(216.65, 243.3, 187.4);
  color: rgb(98, 118.5, 75.5);
  mix-blend-mode: difference;
}
.badge-success-shade {
  background-color: rgb(127.4, 154.05, 98.15);
  color: rgb(225.5, 246, 203);
  mix-blend-mode: difference;
}

.alert-success {
  background-color: rgba(196, 237, 151, 0.2) !important;
  border: 1px solid rgba(196, 237, 151, 0.3) !important;
  border-radius: 0;
  color: rgba(127.4, 154.05, 98.15, 0.5);
}
.alert-success-tint {
  background-color: rgba(216.65, 243.3, 187.4, 0.2) !important;
  border: 1px solid rgba(216.65, 243.3, 187.4, 0.3) !important;
  color: rgba(140.8225, 158.145, 121.81, 0.5);
}

.pill-success {
  background-color: #C4ED97 !important;
  color: #ffffff;
}
.pill-success-tint {
  background-color: rgb(216.65, 243.3, 187.4) !important;
  color: #ffffff;
}

.grad-success {
  background-image: linear-gradient(135deg, #C4ED97 0%, rgb(137.2, 165.9, 105.7) 51%, #C4ED97 100%);
}
.grad-success.btn-grad {
  border: 2px solid #C4ED97;
  box-shadow: 0 2.8px 2.2px rgba(105.8705410822, 140.1166332665, 68.2833667335, 0.02), 0 6.7px 5.3px rgba(105.8705410822, 140.1166332665, 68.2833667335, 0.028), 0 12.5px 10px rgba(105.8705410822, 140.1166332665, 68.2833667335, 0.035), 0 22.3px 17.9px rgba(105.8705410822, 140.1166332665, 68.2833667335, 0.042), 0 41.8px 33.4px rgba(105.8705410822, 140.1166332665, 68.2833667335, 0.05), 0 100px 80px rgba(105.8705410822, 140.1166332665, 68.2833667335, 0.07);
  color: #481707;
}
.grad-success-tint {
  background-image: linear-gradient(135deg, rgb(216.65, 243.3, 187.4) 0%, rgb(151.655, 170.31, 131.18) 51%, rgb(216.65, 243.3, 187.4) 100%);
}
.grad-success-tint.btn-grad {
  border: 2px solid rgb(216.65, 243.3, 187.4);
  box-shadow: 0 2.8px 2.2px rgba(122.8047969052, 154.0631334623, 88.4968665377, 0.02), 0 6.7px 5.3px rgba(122.8047969052, 154.0631334623, 88.4968665377, 0.028), 0 12.5px 10px rgba(122.8047969052, 154.0631334623, 88.4968665377, 0.035), 0 22.3px 17.9px rgba(122.8047969052, 154.0631334623, 88.4968665377, 0.042), 0 41.8px 33.4px rgba(122.8047969052, 154.0631334623, 88.4968665377, 0.05), 0 100px 80px rgba(122.8047969052, 154.0631334623, 88.4968665377, 0.07);
  color: #481707;
}

.shadow-success {
  box-shadow: 0 2.8px 2.2px rgba(146.6721311475, 221.9508196721, 64.0491803279, 0.02), 0 6.7px 5.3px rgba(146.6721311475, 221.9508196721, 64.0491803279, 0.028), 0 12.5px 10px rgba(146.6721311475, 221.9508196721, 64.0491803279, 0.035), 0 22.3px 17.9px rgba(146.6721311475, 221.9508196721, 64.0491803279, 0.042), 0 41.8px 33.4px rgba(146.6721311475, 221.9508196721, 64.0491803279, 0.05), 0 100px 80px rgba(146.6721311475, 221.9508196721, 64.0491803279, 0.07);
}
.shadow-success-tint {
  box-shadow: 0 2.8px 2.2px rgba(167.3221311475, 228.2508196721, 100.4491803279, 0.02), 0 6.7px 5.3px rgba(167.3221311475, 228.2508196721, 100.4491803279, 0.028), 0 12.5px 10px rgba(167.3221311475, 228.2508196721, 100.4491803279, 0.035), 0 22.3px 17.9px rgba(167.3221311475, 228.2508196721, 100.4491803279, 0.042), 0 41.8px 33.4px rgba(167.3221311475, 228.2508196721, 100.4491803279, 0.05), 0 100px 80px rgba(167.3221311475, 228.2508196721, 100.4491803279, 0.07);
}

.overlay-success.top-bottom {
  background-image: linear-gradient(0deg, rgba(196, 237, 151, 0) 0%, #c4ed97 100%);
}
.overlay-success.bottom-top {
  background-image: linear-gradient(180deg, rgba(196, 237, 151, 0) 0%, #c4ed97 100%);
}

.fade-success-in {
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(196, 237, 151, 0) 0%, #c4ed97 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-success-in.overlay-sm {
  height: 25%;
}
.fade-success-in.overlay-rg {
  height: 50%;
}
.fade-success-in.overlay-lg {
  height: 100%;
}
.fade-success-out {
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(196, 237, 151, 0) 0%, #c4ed97 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-success-out.overlay-sm {
  height: 25%;
}
.fade-success-out.overlay-rg {
  height: 50%;
}
.fade-success-out.overlay-lg {
  height: 100%;
}
.fade-success-ltr {
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(196, 237, 151, 0) 0%, #c4ed97 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-success-ltr.overlay-sm {
  width: 25%;
}
.fade-success-ltr.overlay-rg {
  width: 50%;
}
.fade-success-ltr.overlay-lg {
  width: 100%;
}
.fade-success-rtl {
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left, rgba(196, 237, 151, 0) 0%, #c4ed97 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-success-rtl.overlay-sm {
  width: 25%;
}
.fade-success-rtl.overlay-rg {
  width: 50%;
}
.fade-success-rtl.overlay-lg {
  width: 100%;
}

.txt-info {
  color: #9CEFF5 !important;
}
.txt-info-tint {
  color: rgb(190.65, 244.6, 248.5);
}
.txt-infoshade {
  color: rgb(190.65, 244.6, 248.5);
}

.link-info {
  color: #9CEFF5 !important;
  opacity: 0.8;
  -webkit-text-decoration-color: #9CEFF5 !important;
          text-decoration-color: #9CEFF5 !important;
}
.link-info:hover, .link-info:focus, .link-info:active, .link-info .active {
  color: #9CEFF5 !important;
  opacity: 1;
  -webkit-text-decoration-color: #9CEFF5 !important;
          text-decoration-color: #9CEFF5 !important;
}
.link-info:visited {
  color: #9CEFF5 !important;
  opacity: 0.8;
}
.link-info:focus-visible {
  outline: none;
}

.bkg-info {
  background-color: #9CEFF5;
}
.bkg-info-tint {
  background-color: rgb(190.65, 244.6, 248.5);
}

.bdr-info {
  border-color: #9CEFF5;
}
.bdr-info-tint {
  border-color: rgb(190.65, 244.6, 248.5);
}

.fill-info path {
  fill: #9CEFF5;
}
.fill-info-tint path {
  fill: rgb(190.65, 244.6, 248.5);
}

.badge-info {
  background-color: #9CEFF5;
  color: rgb(78, 119.5, 122.5);
  mix-blend-mode: difference;
}
.badge-info-tint {
  background-color: rgb(190.65, 244.6, 248.5);
  color: rgb(78, 119.5, 122.5);
  mix-blend-mode: difference;
}
.badge-info-shade {
  background-color: rgb(101.4, 155.35, 159.25);
  color: rgb(205.5, 247, 250);
  mix-blend-mode: difference;
}

.alert-info {
  background-color: rgba(156, 239, 245, 0.2) !important;
  border: 1px solid rgba(156, 239, 245, 0.3) !important;
  border-radius: 0;
  color: rgba(101.4, 155.35, 159.25, 0.5);
}
.alert-info-tint {
  background-color: rgba(190.65, 244.6, 248.5, 0.2) !important;
  border: 1px solid rgba(190.65, 244.6, 248.5, 0.3) !important;
  color: rgba(123.9225, 158.99, 161.525, 0.5);
}

.pill-info {
  background-color: #9CEFF5 !important;
  color: #ffffff;
}
.pill-info-tint {
  background-color: rgb(190.65, 244.6, 248.5) !important;
  color: #ffffff;
}

.grad-info {
  background-image: linear-gradient(135deg, #9CEFF5 0%, rgb(109.2, 167.3, 171.5) 51%, #9CEFF5 100%);
}
.grad-info.btn-grad {
  border: 2px solid #9CEFF5;
  box-shadow: 0 2.8px 2.2px rgba(68.2304439746, 145.0186046512, 150.5695560254, 0.02), 0 6.7px 5.3px rgba(68.2304439746, 145.0186046512, 150.5695560254, 0.028), 0 12.5px 10px rgba(68.2304439746, 145.0186046512, 150.5695560254, 0.035), 0 22.3px 17.9px rgba(68.2304439746, 145.0186046512, 150.5695560254, 0.042), 0 41.8px 33.4px rgba(68.2304439746, 145.0186046512, 150.5695560254, 0.05), 0 100px 80px rgba(68.2304439746, 145.0186046512, 150.5695560254, 0.07);
  color: #481707;
}
.grad-info-tint {
  background-image: linear-gradient(135deg, rgb(190.65, 244.6, 248.5) 0%, rgb(133.455, 171.22, 173.95) 51%, rgb(190.65, 244.6, 248.5) 100%);
}
.grad-info-tint.btn-grad {
  border: 2px solid rgb(190.65, 244.6, 248.5);
  box-shadow: 0 2.8px 2.2px rgba(88.3021426771, 156.1156743131, 161.0178573229, 0.02), 0 6.7px 5.3px rgba(88.3021426771, 156.1156743131, 161.0178573229, 0.028), 0 12.5px 10px rgba(88.3021426771, 156.1156743131, 161.0178573229, 0.035), 0 22.3px 17.9px rgba(88.3021426771, 156.1156743131, 161.0178573229, 0.042), 0 41.8px 33.4px rgba(88.3021426771, 156.1156743131, 161.0178573229, 0.05), 0 100px 80px rgba(88.3021426771, 156.1156743131, 161.0178573229, 0.07);
  color: #481707;
}

.shadow-info {
  box-shadow: 0 2.8px 2.2px rgba(63.3577981651, 224.0275229358, 235.6422018349, 0.02), 0 6.7px 5.3px rgba(63.3577981651, 224.0275229358, 235.6422018349, 0.028), 0 12.5px 10px rgba(63.3577981651, 224.0275229358, 235.6422018349, 0.035), 0 22.3px 17.9px rgba(63.3577981651, 224.0275229358, 235.6422018349, 0.042), 0 41.8px 33.4px rgba(63.3577981651, 224.0275229358, 235.6422018349, 0.05), 0 100px 80px rgba(63.3577981651, 224.0275229358, 235.6422018349, 0.07);
}
.shadow-info-tint {
  box-shadow: 0 2.8px 2.2px rgba(98.0077981651, 229.6275229358, 239.1422018349, 0.02), 0 6.7px 5.3px rgba(98.0077981651, 229.6275229358, 239.1422018349, 0.028), 0 12.5px 10px rgba(98.0077981651, 229.6275229358, 239.1422018349, 0.035), 0 22.3px 17.9px rgba(98.0077981651, 229.6275229358, 239.1422018349, 0.042), 0 41.8px 33.4px rgba(98.0077981651, 229.6275229358, 239.1422018349, 0.05), 0 100px 80px rgba(98.0077981651, 229.6275229358, 239.1422018349, 0.07);
}

.overlay-info.top-bottom {
  background-image: linear-gradient(0deg, rgba(156, 239, 245, 0) 0%, #9ceff5 100%);
}
.overlay-info.bottom-top {
  background-image: linear-gradient(180deg, rgba(156, 239, 245, 0) 0%, #9ceff5 100%);
}

.fade-info-in {
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(156, 239, 245, 0) 0%, #9ceff5 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-info-in.overlay-sm {
  height: 25%;
}
.fade-info-in.overlay-rg {
  height: 50%;
}
.fade-info-in.overlay-lg {
  height: 100%;
}
.fade-info-out {
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(156, 239, 245, 0) 0%, #9ceff5 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-info-out.overlay-sm {
  height: 25%;
}
.fade-info-out.overlay-rg {
  height: 50%;
}
.fade-info-out.overlay-lg {
  height: 100%;
}
.fade-info-ltr {
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(156, 239, 245, 0) 0%, #9ceff5 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-info-ltr.overlay-sm {
  width: 25%;
}
.fade-info-ltr.overlay-rg {
  width: 50%;
}
.fade-info-ltr.overlay-lg {
  width: 100%;
}
.fade-info-rtl {
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left, rgba(156, 239, 245, 0) 0%, #9ceff5 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-info-rtl.overlay-sm {
  width: 25%;
}
.fade-info-rtl.overlay-rg {
  width: 50%;
}
.fade-info-rtl.overlay-lg {
  width: 100%;
}

.txt-warning {
  color: #FFEA80 !important;
}
.txt-warning-tint {
  color: rgb(255, 241.35, 172.45);
}
.txt-warningshade {
  color: rgb(255, 241.35, 172.45);
}

.link-warning {
  color: #FFEA80 !important;
  opacity: 0.8;
  -webkit-text-decoration-color: #FFEA80 !important;
          text-decoration-color: #FFEA80 !important;
}
.link-warning:hover, .link-warning:focus, .link-warning:active, .link-warning .active {
  color: #FFEA80 !important;
  opacity: 1;
  -webkit-text-decoration-color: #FFEA80 !important;
          text-decoration-color: #FFEA80 !important;
}
.link-warning:visited {
  color: #FFEA80 !important;
  opacity: 0.8;
}
.link-warning:focus-visible {
  outline: none;
}

.bkg-warning {
  background-color: #FFEA80;
}
.bkg-warning-tint {
  background-color: rgb(255, 241.35, 172.45);
}

.bdr-warning {
  border-color: #FFEA80;
}
.bdr-warning-tint {
  border-color: rgb(255, 241.35, 172.45);
}

.fill-warning path {
  fill: #FFEA80;
}
.fill-warning-tint path {
  fill: rgb(255, 241.35, 172.45);
}

.badge-warning {
  background-color: #FFEA80;
  color: rgb(127.5, 117, 64);
  mix-blend-mode: difference;
}
.badge-warning-tint {
  background-color: rgb(255, 241.35, 172.45);
  color: rgb(127.5, 117, 64);
  mix-blend-mode: difference;
}
.badge-warning-shade {
  background-color: rgb(165.75, 152.1, 83.2);
  color: rgb(255, 244.5, 191.5);
  mix-blend-mode: difference;
}

.alert-warning {
  background-color: rgba(255, 234, 128, 0.2) !important;
  border: 1px solid rgba(255, 234, 128, 0.3) !important;
  border-radius: 0;
  color: rgba(165.75, 152.1, 83.2, 0.5);
}
.alert-warning-tint {
  background-color: rgba(255, 241.35, 172.45, 0.2) !important;
  border: 1px solid rgba(255, 241.35, 172.45, 0.3) !important;
  color: rgba(165.75, 156.8775, 112.0925, 0.5);
}

.pill-warning {
  background-color: #FFEA80 !important;
  color: #ffffff;
}
.pill-warning-tint {
  background-color: rgb(255, 241.35, 172.45) !important;
  color: #ffffff;
}

.grad-warning {
  background-image: linear-gradient(135deg, #FFEA80 0%, rgb(178.5, 163.8, 89.6) 51%, #FFEA80 100%);
}
.grad-warning.btn-grad {
  border: 2px solid #FFEA80;
  box-shadow: 0 2.8px 2.2px rgba(153.1996070727, 136.3335952849, 51.2003929273, 0.02), 0 6.7px 5.3px rgba(153.1996070727, 136.3335952849, 51.2003929273, 0.028), 0 12.5px 10px rgba(153.1996070727, 136.3335952849, 51.2003929273, 0.035), 0 22.3px 17.9px rgba(153.1996070727, 136.3335952849, 51.2003929273, 0.042), 0 41.8px 33.4px rgba(153.1996070727, 136.3335952849, 51.2003929273, 0.05), 0 100px 80px rgba(153.1996070727, 136.3335952849, 51.2003929273, 0.07);
  color: #481707;
}
.grad-warning-tint {
  background-image: linear-gradient(135deg, rgb(255, 241.35, 172.45) 0%, rgb(178.5, 168.945, 120.715) 51%, rgb(255, 241.35, 172.45) 100%);
}
.grad-warning-tint.btn-grad {
  border: 2px solid rgb(255, 241.35, 172.45);
  box-shadow: 0 2.8px 2.2px rgba(167.1323399191, 151.5386527017, 72.8276600809, 0.02), 0 6.7px 5.3px rgba(167.1323399191, 151.5386527017, 72.8276600809, 0.028), 0 12.5px 10px rgba(167.1323399191, 151.5386527017, 72.8276600809, 0.035), 0 22.3px 17.9px rgba(167.1323399191, 151.5386527017, 72.8276600809, 0.042), 0 41.8px 33.4px rgba(167.1323399191, 151.5386527017, 72.8276600809, 0.05), 0 100px 80px rgba(167.1323399191, 151.5386527017, 72.8276600809, 0.07);
  color: #481707;
}

.shadow-warning {
  box-shadow: 0 2.8px 2.2px rgba(255, 217.1338582677, 26, 0.02), 0 6.7px 5.3px rgba(255, 217.1338582677, 26, 0.028), 0 12.5px 10px rgba(255, 217.1338582677, 26, 0.035), 0 22.3px 17.9px rgba(255, 217.1338582677, 26, 0.042), 0 41.8px 33.4px rgba(255, 217.1338582677, 26, 0.05), 0 100px 80px rgba(255, 217.1338582677, 26, 0.07);
}
.shadow-warning-tint {
  box-shadow: 0 2.8px 2.2px rgba(255, 224.4838582677, 70.45, 0.02), 0 6.7px 5.3px rgba(255, 224.4838582677, 70.45, 0.028), 0 12.5px 10px rgba(255, 224.4838582677, 70.45, 0.035), 0 22.3px 17.9px rgba(255, 224.4838582677, 70.45, 0.042), 0 41.8px 33.4px rgba(255, 224.4838582677, 70.45, 0.05), 0 100px 80px rgba(255, 224.4838582677, 70.45, 0.07);
}

.overlay-warning.top-bottom {
  background-image: linear-gradient(0deg, rgba(255, 234, 128, 0) 0%, #ffea80 100%);
}
.overlay-warning.bottom-top {
  background-image: linear-gradient(180deg, rgba(255, 234, 128, 0) 0%, #ffea80 100%);
}

.fade-warning-in {
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(255, 234, 128, 0) 0%, #ffea80 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-warning-in.overlay-sm {
  height: 25%;
}
.fade-warning-in.overlay-rg {
  height: 50%;
}
.fade-warning-in.overlay-lg {
  height: 100%;
}
.fade-warning-out {
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(255, 234, 128, 0) 0%, #ffea80 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-warning-out.overlay-sm {
  height: 25%;
}
.fade-warning-out.overlay-rg {
  height: 50%;
}
.fade-warning-out.overlay-lg {
  height: 100%;
}
.fade-warning-ltr {
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(255, 234, 128, 0) 0%, #ffea80 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-warning-ltr.overlay-sm {
  width: 25%;
}
.fade-warning-ltr.overlay-rg {
  width: 50%;
}
.fade-warning-ltr.overlay-lg {
  width: 100%;
}
.fade-warning-rtl {
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left, rgba(255, 234, 128, 0) 0%, #ffea80 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-warning-rtl.overlay-sm {
  width: 25%;
}
.fade-warning-rtl.overlay-rg {
  width: 50%;
}
.fade-warning-rtl.overlay-lg {
  width: 100%;
}

.txt-alter {
  color: #FFE8E1 !important;
}
.txt-alter-tint {
  color: rgb(255, 240.05, 235.5);
}
.txt-altershade {
  color: rgb(255, 240.05, 235.5);
}

.link-alter {
  color: #FFE8E1 !important;
  opacity: 0.8;
  -webkit-text-decoration-color: #FFE8E1 !important;
          text-decoration-color: #FFE8E1 !important;
}
.link-alter:hover, .link-alter:focus, .link-alter:active, .link-alter .active {
  color: #FFE8E1 !important;
  opacity: 1;
  -webkit-text-decoration-color: #FFE8E1 !important;
          text-decoration-color: #FFE8E1 !important;
}
.link-alter:visited {
  color: #FFE8E1 !important;
  opacity: 0.8;
}
.link-alter:focus-visible {
  outline: none;
}

.bkg-alter {
  background-color: #FFE8E1;
}
.bkg-alter-tint {
  background-color: rgb(255, 240.05, 235.5);
}

.bdr-alter {
  border-color: #FFE8E1;
}
.bdr-alter-tint {
  border-color: rgb(255, 240.05, 235.5);
}

.fill-alter path {
  fill: #FFE8E1;
}
.fill-alter-tint path {
  fill: rgb(255, 240.05, 235.5);
}

.badge-alter {
  background-color: #FFE8E1;
  color: rgb(127.5, 116, 112.5);
  mix-blend-mode: difference;
}
.badge-alter-tint {
  background-color: rgb(255, 240.05, 235.5);
  color: rgb(127.5, 116, 112.5);
  mix-blend-mode: difference;
}
.badge-alter-shade {
  background-color: rgb(165.75, 150.8, 146.25);
  color: rgb(255, 243.5, 240);
  mix-blend-mode: difference;
}

.alert-alter {
  background-color: rgba(255, 232, 225, 0.2) !important;
  border: 1px solid rgba(255, 232, 225, 0.3) !important;
  border-radius: 0;
  color: rgba(165.75, 150.8, 146.25, 0.5);
}
.alert-alter-tint {
  background-color: rgba(255, 240.05, 235.5, 0.2) !important;
  border: 1px solid rgba(255, 240.05, 235.5, 0.3) !important;
  color: rgba(165.75, 156.0325, 153.075, 0.5);
}

.pill-alter {
  background-color: #FFE8E1 !important;
  color: #ffffff;
}
.pill-alter-tint {
  background-color: rgb(255, 240.05, 235.5) !important;
  color: #ffffff;
}

.grad-alter {
  background-image: linear-gradient(135deg, #FFE8E1 0%, rgb(178.5, 162.4, 157.5) 51%, #FFE8E1 100%);
}
.grad-alter.btn-grad {
  border: 2px solid #FFE8E1;
  box-shadow: 0 2.8px 2.2px rgba(162.7142857143, 129.419047619, 119.2857142857, 0.02), 0 6.7px 5.3px rgba(162.7142857143, 129.419047619, 119.2857142857, 0.028), 0 12.5px 10px rgba(162.7142857143, 129.419047619, 119.2857142857, 0.035), 0 22.3px 17.9px rgba(162.7142857143, 129.419047619, 119.2857142857, 0.042), 0 41.8px 33.4px rgba(162.7142857143, 129.419047619, 119.2857142857, 0.05), 0 100px 80px rgba(162.7142857143, 129.419047619, 119.2857142857, 0.07);
  color: #481707;
}
.grad-alter-tint {
  background-image: linear-gradient(135deg, rgb(255, 240.05, 235.5) 0%, rgb(178.5, 168.035, 164.85) 51%, rgb(255, 240.05, 235.5) 100%);
}
.grad-alter-tint.btn-grad {
  border: 2px solid rgb(255, 240.05, 235.5);
  box-shadow: 0 2.8px 2.2px rgba(159.7653061224, 137.4318367347, 130.6346938776, 0.02), 0 6.7px 5.3px rgba(159.7653061224, 137.4318367347, 130.6346938776, 0.028), 0 12.5px 10px rgba(159.7653061224, 137.4318367347, 130.6346938776, 0.035), 0 22.3px 17.9px rgba(159.7653061224, 137.4318367347, 130.6346938776, 0.042), 0 41.8px 33.4px rgba(159.7653061224, 137.4318367347, 130.6346938776, 0.05), 0 100px 80px rgba(159.7653061224, 137.4318367347, 130.6346938776, 0.07);
  color: #481707;
}

.shadow-alter {
  box-shadow: 0 2.8px 2.2px rgba(255, 153.8, 123, 0.02), 0 6.7px 5.3px rgba(255, 153.8, 123, 0.028), 0 12.5px 10px rgba(255, 153.8, 123, 0.035), 0 22.3px 17.9px rgba(255, 153.8, 123, 0.042), 0 41.8px 33.4px rgba(255, 153.8, 123, 0.05), 0 100px 80px rgba(255, 153.8, 123, 0.07);
}
.shadow-alter-tint {
  box-shadow: 0 2.8px 2.2px rgba(255, 161.85, 133.5, 0.02), 0 6.7px 5.3px rgba(255, 161.85, 133.5, 0.028), 0 12.5px 10px rgba(255, 161.85, 133.5, 0.035), 0 22.3px 17.9px rgba(255, 161.85, 133.5, 0.042), 0 41.8px 33.4px rgba(255, 161.85, 133.5, 0.05), 0 100px 80px rgba(255, 161.85, 133.5, 0.07);
}

.overlay-alter.top-bottom {
  background-image: linear-gradient(0deg, rgba(255, 232, 225, 0) 0%, #ffe8e1 100%);
}
.overlay-alter.bottom-top {
  background-image: linear-gradient(180deg, rgba(255, 232, 225, 0) 0%, #ffe8e1 100%);
}

.fade-alter-in {
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(255, 232, 225, 0) 0%, #ffe8e1 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-alter-in.overlay-sm {
  height: 25%;
}
.fade-alter-in.overlay-rg {
  height: 50%;
}
.fade-alter-in.overlay-lg {
  height: 100%;
}
.fade-alter-out {
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(255, 232, 225, 0) 0%, #ffe8e1 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-alter-out.overlay-sm {
  height: 25%;
}
.fade-alter-out.overlay-rg {
  height: 50%;
}
.fade-alter-out.overlay-lg {
  height: 100%;
}
.fade-alter-ltr {
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(255, 232, 225, 0) 0%, #ffe8e1 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-alter-ltr.overlay-sm {
  width: 25%;
}
.fade-alter-ltr.overlay-rg {
  width: 50%;
}
.fade-alter-ltr.overlay-lg {
  width: 100%;
}
.fade-alter-rtl {
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left, rgba(255, 232, 225, 0) 0%, #ffe8e1 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-alter-rtl.overlay-sm {
  width: 25%;
}
.fade-alter-rtl.overlay-rg {
  width: 50%;
}
.fade-alter-rtl.overlay-lg {
  width: 100%;
}

.txt-alter-tint {
  color: #FFFFFF !important;
}
.txt-alter-tint-tint {
  color: white;
}
.txt-alter-tintshade {
  color: white;
}

.link-alter-tint {
  color: #FFFFFF !important;
  opacity: 0.8;
  -webkit-text-decoration-color: #FFFFFF !important;
          text-decoration-color: #FFFFFF !important;
}
.link-alter-tint:hover, .link-alter-tint:focus, .link-alter-tint:active, .link-alter-tint .active {
  color: #FFFFFF !important;
  opacity: 1;
  -webkit-text-decoration-color: #FFFFFF !important;
          text-decoration-color: #FFFFFF !important;
}
.link-alter-tint:visited {
  color: #FFFFFF !important;
  opacity: 0.8;
}
.link-alter-tint:focus-visible {
  outline: none;
}

.bkg-alter-tint {
  background-color: #FFFFFF;
}
.bkg-alter-tint-tint {
  background-color: white;
}

.bdr-alter-tint {
  border-color: #FFFFFF;
}
.bdr-alter-tint-tint {
  border-color: white;
}

.fill-alter-tint path {
  fill: #FFFFFF;
}
.fill-alter-tint-tint path {
  fill: white;
}

.badge-alter-tint {
  background-color: #FFFFFF;
  color: rgb(127.5, 127.5, 127.5);
  mix-blend-mode: difference;
}
.badge-alter-tint-tint {
  background-color: white;
  color: rgb(127.5, 127.5, 127.5);
  mix-blend-mode: difference;
}
.badge-alter-tint-shade {
  background-color: rgb(165.75, 165.75, 165.75);
  color: white;
  mix-blend-mode: difference;
}

.alert-alter-tint {
  background-color: rgba(255, 255, 255, 0.2) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 0;
  color: rgba(165.75, 165.75, 165.75, 0.5);
}
.alert-alter-tint-tint {
  background-color: rgba(255, 255, 255, 0.2) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  color: rgba(165.75, 165.75, 165.75, 0.5);
}

.pill-alter-tint {
  background-color: #FFFFFF !important;
  color: #ffffff;
  color: #481707;
}
.pill-alter-tint-tint {
  background-color: white !important;
  color: #ffffff;
  color: #481707;
}

.grad-alter-tint {
  background-image: linear-gradient(135deg, #FFFFFF 0%, rgb(178.5, 178.5, 178.5) 51%, #FFFFFF 100%);
}
.grad-alter-tint.btn-grad {
  border: 2px solid #FFFFFF;
  box-shadow: 0 2.8px 2.2px rgba(153, 153, 153, 0.02), 0 6.7px 5.3px rgba(153, 153, 153, 0.028), 0 12.5px 10px rgba(153, 153, 153, 0.035), 0 22.3px 17.9px rgba(153, 153, 153, 0.042), 0 41.8px 33.4px rgba(153, 153, 153, 0.05), 0 100px 80px rgba(153, 153, 153, 0.07);
  color: #481707;
}
.grad-alter-tint-tint {
  background-image: linear-gradient(135deg, white 0%, rgb(178.5, 178.5, 178.5) 51%, white 100%);
}
.grad-alter-tint-tint.btn-grad {
  border: 2px solid white;
  box-shadow: 0 2.8px 2.2px rgba(153, 153, 153, 0.02), 0 6.7px 5.3px rgba(153, 153, 153, 0.028), 0 12.5px 10px rgba(153, 153, 153, 0.035), 0 22.3px 17.9px rgba(153, 153, 153, 0.042), 0 41.8px 33.4px rgba(153, 153, 153, 0.05), 0 100px 80px rgba(153, 153, 153, 0.07);
  color: #481707;
}

.shadow-alter-tint {
  box-shadow: 0 2.8px 2.2px rgba(204, 204, 204, 0.02), 0 6.7px 5.3px rgba(204, 204, 204, 0.028), 0 12.5px 10px rgba(204, 204, 204, 0.035), 0 22.3px 17.9px rgba(204, 204, 204, 0.042), 0 41.8px 33.4px rgba(204, 204, 204, 0.05), 0 100px 80px rgba(204, 204, 204, 0.07);
}
.shadow-alter-tint-tint {
  box-shadow: 0 2.8px 2.2px rgba(204, 204, 204, 0.02), 0 6.7px 5.3px rgba(204, 204, 204, 0.028), 0 12.5px 10px rgba(204, 204, 204, 0.035), 0 22.3px 17.9px rgba(204, 204, 204, 0.042), 0 41.8px 33.4px rgba(204, 204, 204, 0.05), 0 100px 80px rgba(204, 204, 204, 0.07);
}

.overlay-alter-tint.top-bottom {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
.overlay-alter-tint.bottom-top {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
}

.fade-alter-tint-in {
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, white 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-alter-tint-in.overlay-sm {
  height: 25%;
}
.fade-alter-tint-in.overlay-rg {
  height: 50%;
}
.fade-alter-tint-in.overlay-lg {
  height: 100%;
}
.fade-alter-tint-out {
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-alter-tint-out.overlay-sm {
  height: 25%;
}
.fade-alter-tint-out.overlay-rg {
  height: 50%;
}
.fade-alter-tint-out.overlay-lg {
  height: 100%;
}
.fade-alter-tint-ltr {
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-alter-tint-ltr.overlay-sm {
  width: 25%;
}
.fade-alter-tint-ltr.overlay-rg {
  width: 50%;
}
.fade-alter-tint-ltr.overlay-lg {
  width: 100%;
}
.fade-alter-tint-rtl {
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-alter-tint-rtl.overlay-sm {
  width: 25%;
}
.fade-alter-tint-rtl.overlay-rg {
  width: 50%;
}
.fade-alter-tint-rtl.overlay-lg {
  width: 100%;
}

.txt-alter-shade {
  color: #FE9270 !important;
}
.txt-alter-shade-tint {
  color: rgb(254.35, 184.15, 162.05);
}
.txt-alter-shadeshade {
  color: rgb(254.35, 184.15, 162.05);
}

.link-alter-shade {
  color: #FE9270 !important;
  opacity: 0.8;
  -webkit-text-decoration-color: #FE9270 !important;
          text-decoration-color: #FE9270 !important;
}
.link-alter-shade:hover, .link-alter-shade:focus, .link-alter-shade:active, .link-alter-shade .active {
  color: #FE9270 !important;
  opacity: 1;
  -webkit-text-decoration-color: #FE9270 !important;
          text-decoration-color: #FE9270 !important;
}
.link-alter-shade:visited {
  color: #FE9270 !important;
  opacity: 0.8;
}
.link-alter-shade:focus-visible {
  outline: none;
}

.bkg-alter-shade {
  background-color: #FE9270;
}
.bkg-alter-shade-tint {
  background-color: rgb(254.35, 184.15, 162.05);
}

.bdr-alter-shade {
  border-color: #FE9270;
}
.bdr-alter-shade-tint {
  border-color: rgb(254.35, 184.15, 162.05);
}

.fill-alter-shade path {
  fill: #FE9270;
}
.fill-alter-shade-tint path {
  fill: rgb(254.35, 184.15, 162.05);
}

.badge-alter-shade {
  background-color: #FE9270;
  color: #7f4938;
  mix-blend-mode: difference;
}
.badge-alter-shade-tint {
  background-color: rgb(254.35, 184.15, 162.05);
  color: #7f4938;
  mix-blend-mode: difference;
}
.badge-alter-shade-shade {
  background-color: rgb(165.1, 94.9, 72.8);
  color: rgb(254.5, 200.5, 183.5);
  mix-blend-mode: difference;
}

.alert-alter-shade {
  background-color: rgba(254, 146, 112, 0.2) !important;
  border: 1px solid rgba(254, 146, 112, 0.3) !important;
  border-radius: 0;
  color: rgba(165.1, 94.9, 72.8, 0.5);
}
.alert-alter-shade-tint {
  background-color: rgba(254.35, 184.15, 162.05, 0.2) !important;
  border: 1px solid rgba(254.35, 184.15, 162.05, 0.3) !important;
  color: rgba(165.3275, 119.6975, 105.3325, 0.5);
}

.pill-alter-shade {
  background-color: #FE9270 !important;
  color: #ffffff;
}
.pill-alter-shade-tint {
  background-color: rgb(254.35, 184.15, 162.05) !important;
  color: #ffffff;
}

.grad-alter-shade {
  background-image: linear-gradient(135deg, #FE9270 0%, rgb(177.8, 102.2, 78.4) 51%, #FE9270 100%);
}
.grad-alter-shade.btn-grad {
  border: 2px solid #FE9270;
  box-shadow: 0 2.8px 2.2px rgba(145.2961325967, 69.3977900552, 45.5038674033, 0.02), 0 6.7px 5.3px rgba(145.2961325967, 69.3977900552, 45.5038674033, 0.028), 0 12.5px 10px rgba(145.2961325967, 69.3977900552, 45.5038674033, 0.035), 0 22.3px 17.9px rgba(145.2961325967, 69.3977900552, 45.5038674033, 0.042), 0 41.8px 33.4px rgba(145.2961325967, 69.3977900552, 45.5038674033, 0.05), 0 100px 80px rgba(145.2961325967, 69.3977900552, 45.5038674033, 0.07);
  color: #481707;
}
.grad-alter-shade-tint {
  background-image: linear-gradient(135deg, rgb(254.35, 184.15, 162.05) 0%, rgb(178.045, 128.905, 113.435) 51%, rgb(254.35, 184.15, 162.05) 100%);
}
.grad-alter-shade-tint.btn-grad {
  border: 2px solid rgb(254.35, 184.15, 162.05);
  box-shadow: 0 2.8px 2.2px rgba(163.8014654003, 90.4200814111, 67.3185345997, 0.02), 0 6.7px 5.3px rgba(163.8014654003, 90.4200814111, 67.3185345997, 0.028), 0 12.5px 10px rgba(163.8014654003, 90.4200814111, 67.3185345997, 0.035), 0 22.3px 17.9px rgba(163.8014654003, 90.4200814111, 67.3185345997, 0.042), 0 41.8px 33.4px rgba(163.8014654003, 90.4200814111, 67.3185345997, 0.05), 0 100px 80px rgba(163.8014654003, 90.4200814111, 67.3185345997, 0.07);
  color: #481707;
}

.shadow-alter-shade {
  box-shadow: 0 2.8px 2.2px rgba(253.2916666667, 68.7916666667, 10.7083333333, 0.02), 0 6.7px 5.3px rgba(253.2916666667, 68.7916666667, 10.7083333333, 0.028), 0 12.5px 10px rgba(253.2916666667, 68.7916666667, 10.7083333333, 0.035), 0 22.3px 17.9px rgba(253.2916666667, 68.7916666667, 10.7083333333, 0.042), 0 41.8px 33.4px rgba(253.2916666667, 68.7916666667, 10.7083333333, 0.05), 0 100px 80px rgba(253.2916666667, 68.7916666667, 10.7083333333, 0.07);
}
.shadow-alter-shade-tint {
  box-shadow: 0 2.8px 2.2px rgba(253.6416666667, 106.9416666667, 60.7583333333, 0.02), 0 6.7px 5.3px rgba(253.6416666667, 106.9416666667, 60.7583333333, 0.028), 0 12.5px 10px rgba(253.6416666667, 106.9416666667, 60.7583333333, 0.035), 0 22.3px 17.9px rgba(253.6416666667, 106.9416666667, 60.7583333333, 0.042), 0 41.8px 33.4px rgba(253.6416666667, 106.9416666667, 60.7583333333, 0.05), 0 100px 80px rgba(253.6416666667, 106.9416666667, 60.7583333333, 0.07);
}

.overlay-alter-shade.top-bottom {
  background-image: linear-gradient(0deg, rgba(254, 146, 112, 0) 0%, #fe9270 100%);
}
.overlay-alter-shade.bottom-top {
  background-image: linear-gradient(180deg, rgba(254, 146, 112, 0) 0%, #fe9270 100%);
}

.fade-alter-shade-in {
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(254, 146, 112, 0) 0%, #fe9270 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-alter-shade-in.overlay-sm {
  height: 25%;
}
.fade-alter-shade-in.overlay-rg {
  height: 50%;
}
.fade-alter-shade-in.overlay-lg {
  height: 100%;
}
.fade-alter-shade-out {
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(254, 146, 112, 0) 0%, #fe9270 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-alter-shade-out.overlay-sm {
  height: 25%;
}
.fade-alter-shade-out.overlay-rg {
  height: 50%;
}
.fade-alter-shade-out.overlay-lg {
  height: 100%;
}
.fade-alter-shade-ltr {
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(254, 146, 112, 0) 0%, #fe9270 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-alter-shade-ltr.overlay-sm {
  width: 25%;
}
.fade-alter-shade-ltr.overlay-rg {
  width: 50%;
}
.fade-alter-shade-ltr.overlay-lg {
  width: 100%;
}
.fade-alter-shade-rtl {
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left, rgba(254, 146, 112, 0) 0%, #fe9270 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-alter-shade-rtl.overlay-sm {
  width: 25%;
}
.fade-alter-shade-rtl.overlay-rg {
  width: 50%;
}
.fade-alter-shade-rtl.overlay-lg {
  width: 100%;
}

.txt-danger {
  color: #FE7B83 !important;
}
.txt-danger-tint {
  color: rgb(254.35, 169.2, 174.4);
}
.txt-dangershade {
  color: rgb(254.35, 169.2, 174.4);
}

.link-danger {
  color: #FE7B83 !important;
  opacity: 0.8;
  -webkit-text-decoration-color: #FE7B83 !important;
          text-decoration-color: #FE7B83 !important;
}
.link-danger:hover, .link-danger:focus, .link-danger:active, .link-danger .active {
  color: #FE7B83 !important;
  opacity: 1;
  -webkit-text-decoration-color: #FE7B83 !important;
          text-decoration-color: #FE7B83 !important;
}
.link-danger:visited {
  color: #FE7B83 !important;
  opacity: 0.8;
}
.link-danger:focus-visible {
  outline: none;
}

.bkg-danger {
  background-color: #FE7B83;
}
.bkg-danger-tint {
  background-color: rgb(254.35, 169.2, 174.4);
}

.bdr-danger {
  border-color: #FE7B83;
}
.bdr-danger-tint {
  border-color: rgb(254.35, 169.2, 174.4);
}

.fill-danger path {
  fill: #FE7B83;
}
.fill-danger-tint path {
  fill: rgb(254.35, 169.2, 174.4);
}

.badge-danger {
  background-color: #FE7B83;
  color: rgb(127, 61.5, 65.5);
  mix-blend-mode: difference;
}
.badge-danger-tint {
  background-color: rgb(254.35, 169.2, 174.4);
  color: rgb(127, 61.5, 65.5);
  mix-blend-mode: difference;
}
.badge-danger-shade {
  background-color: rgb(165.1, 79.95, 85.15);
  color: rgb(254.5, 189, 193);
  mix-blend-mode: difference;
}

.alert-danger {
  background-color: rgba(254, 123, 131, 0.2) !important;
  border: 1px solid rgba(254, 123, 131, 0.3) !important;
  border-radius: 0;
  color: rgba(165.1, 79.95, 85.15, 0.5);
}
.alert-danger-tint {
  background-color: rgba(254.35, 169.2, 174.4, 0.2) !important;
  border: 1px solid rgba(254.35, 169.2, 174.4, 0.3) !important;
  color: rgba(165.3275, 109.98, 113.36, 0.5);
}

.pill-danger {
  background-color: #FE7B83 !important;
  color: #ffffff;
}
.pill-danger-tint {
  background-color: rgb(254.35, 169.2, 174.4) !important;
  color: #ffffff;
}

.grad-danger {
  background-image: linear-gradient(135deg, #FE7B83 0%, rgb(177.8, 86.1, 91.7) 51%, #FE7B83 100%);
}
.grad-danger.btn-grad {
  border: 2px solid #FE7B83;
  box-shadow: 0 2.8px 2.2px rgba(149.9873320537, 49.6126679463, 55.7424184261, 0.02), 0 6.7px 5.3px rgba(149.9873320537, 49.6126679463, 55.7424184261, 0.028), 0 12.5px 10px rgba(149.9873320537, 49.6126679463, 55.7424184261, 0.035), 0 22.3px 17.9px rgba(149.9873320537, 49.6126679463, 55.7424184261, 0.042), 0 41.8px 33.4px rgba(149.9873320537, 49.6126679463, 55.7424184261, 0.05), 0 100px 80px rgba(149.9873320537, 49.6126679463, 55.7424184261, 0.07);
  color: #481707;
}
.grad-danger-tint {
  background-image: linear-gradient(135deg, rgb(254.35, 169.2, 174.4) 0%, rgb(178.045, 118.44, 122.08) 51%, rgb(254.35, 169.2, 174.4) 100%);
}
.grad-danger-tint.btn-grad {
  border: 2px solid rgb(254.35, 169.2, 174.4);
  box-shadow: 0 2.8px 2.2px rgba(165.549997663, 71.290002337, 77.0463379294, 0.02), 0 6.7px 5.3px rgba(165.549997663, 71.290002337, 77.0463379294, 0.028), 0 12.5px 10px rgba(165.549997663, 71.290002337, 77.0463379294, 0.035), 0 22.3px 17.9px rgba(165.549997663, 71.290002337, 77.0463379294, 0.042), 0 41.8px 33.4px rgba(165.549997663, 71.290002337, 77.0463379294, 0.05), 0 100px 80px rgba(165.549997663, 71.290002337, 77.0463379294, 0.07);
  color: #481707;
}

.shadow-danger {
  box-shadow: 0 2.8px 2.2px rgba(253.2330827068, 21.7669172932, 35.9022556391, 0.02), 0 6.7px 5.3px rgba(253.2330827068, 21.7669172932, 35.9022556391, 0.028), 0 12.5px 10px rgba(253.2330827068, 21.7669172932, 35.9022556391, 0.035), 0 22.3px 17.9px rgba(253.2330827068, 21.7669172932, 35.9022556391, 0.042), 0 41.8px 33.4px rgba(253.2330827068, 21.7669172932, 35.9022556391, 0.05), 0 100px 80px rgba(253.2330827068, 21.7669172932, 35.9022556391, 0.07);
}
.shadow-danger-tint {
  box-shadow: 0 2.8px 2.2px rgba(253.5830827068, 67.9669172932, 79.3022556391, 0.02), 0 6.7px 5.3px rgba(253.5830827068, 67.9669172932, 79.3022556391, 0.028), 0 12.5px 10px rgba(253.5830827068, 67.9669172932, 79.3022556391, 0.035), 0 22.3px 17.9px rgba(253.5830827068, 67.9669172932, 79.3022556391, 0.042), 0 41.8px 33.4px rgba(253.5830827068, 67.9669172932, 79.3022556391, 0.05), 0 100px 80px rgba(253.5830827068, 67.9669172932, 79.3022556391, 0.07);
}

.overlay-danger.top-bottom {
  background-image: linear-gradient(0deg, rgba(254, 123, 131, 0) 0%, #fe7b83 100%);
}
.overlay-danger.bottom-top {
  background-image: linear-gradient(180deg, rgba(254, 123, 131, 0) 0%, #fe7b83 100%);
}

.fade-danger-in {
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(254, 123, 131, 0) 0%, #fe7b83 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-danger-in.overlay-sm {
  height: 25%;
}
.fade-danger-in.overlay-rg {
  height: 50%;
}
.fade-danger-in.overlay-lg {
  height: 100%;
}
.fade-danger-out {
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(254, 123, 131, 0) 0%, #fe7b83 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-danger-out.overlay-sm {
  height: 25%;
}
.fade-danger-out.overlay-rg {
  height: 50%;
}
.fade-danger-out.overlay-lg {
  height: 100%;
}
.fade-danger-ltr {
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(254, 123, 131, 0) 0%, #fe7b83 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-danger-ltr.overlay-sm {
  width: 25%;
}
.fade-danger-ltr.overlay-rg {
  width: 50%;
}
.fade-danger-ltr.overlay-lg {
  width: 100%;
}
.fade-danger-rtl {
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left, rgba(254, 123, 131, 0) 0%, #fe7b83 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-danger-rtl.overlay-sm {
  width: 25%;
}
.fade-danger-rtl.overlay-rg {
  width: 50%;
}
.fade-danger-rtl.overlay-lg {
  width: 100%;
}

.txt-dark {
  color: #481707 !important;
}
.txt-dark-tint {
  color: rgb(136.05, 104.2, 93.8);
}
.txt-darkshade {
  color: rgb(136.05, 104.2, 93.8);
}

.link-dark {
  color: #481707 !important;
  opacity: 0.8;
  -webkit-text-decoration-color: #481707 !important;
          text-decoration-color: #481707 !important;
}
.link-dark:hover, .link-dark:focus, .link-dark:active, .link-dark .active {
  color: #481707 !important;
  opacity: 1;
  -webkit-text-decoration-color: #481707 !important;
          text-decoration-color: #481707 !important;
}
.link-dark:visited {
  color: #481707 !important;
  opacity: 0.8;
}
.link-dark:focus-visible {
  outline: none;
}

.bkg-dark {
  background-color: #481707;
}
.bkg-dark-tint {
  background-color: rgb(136.05, 104.2, 93.8);
}

.bdr-dark {
  border-color: #481707;
}
.bdr-dark-tint {
  border-color: rgb(136.05, 104.2, 93.8);
}

.fill-dark path {
  fill: #481707;
}
.fill-dark-tint path {
  fill: rgb(136.05, 104.2, 93.8);
}

.badge-dark {
  background-color: #481707;
  color: rgb(36, 11.5, 3.5);
  mix-blend-mode: difference;
}
.badge-dark-tint {
  background-color: rgb(136.05, 104.2, 93.8);
  color: rgb(36, 11.5, 3.5);
  mix-blend-mode: difference;
}
.badge-dark-shade {
  background-color: rgb(46.8, 14.95, 4.55);
  color: rgb(163.5, 139, 131);
  mix-blend-mode: difference;
}

.alert-dark {
  background-color: rgba(72, 23, 7, 0.2) !important;
  border: 1px solid rgba(72, 23, 7, 0.3) !important;
  border-radius: 0;
  color: rgba(46.8, 14.95, 4.55, 0.5);
}
.alert-dark-tint {
  background-color: rgba(136.05, 104.2, 93.8, 0.2) !important;
  border: 1px solid rgba(136.05, 104.2, 93.8, 0.3) !important;
  color: rgba(88.4325, 67.73, 60.97, 0.5);
}

.pill-dark {
  background-color: #481707 !important;
  color: #ffffff;
}
.pill-dark-tint {
  background-color: rgb(136.05, 104.2, 93.8) !important;
  color: #ffffff;
}

.grad-dark {
  background-image: linear-gradient(135deg, #481707 0%, rgb(50.4, 16.1, 4.9) 51%, #481707 100%);
}
.grad-dark.btn-grad {
  border: 2px solid #481707;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07);
  color: #FEFBF8;
}
.grad-dark-tint {
  background-image: linear-gradient(135deg, rgb(136.05, 104.2, 93.8) 0%, rgb(95.235, 72.94, 65.66) 51%, rgb(136.05, 104.2, 93.8) 100%);
}
.grad-dark-tint.btn-grad {
  border: 2px solid rgb(136.05, 104.2, 93.8);
  box-shadow: 0 2.8px 2.2px rgba(48.4654078747, 37.1194083098, 33.4145921253, 0.02), 0 6.7px 5.3px rgba(48.4654078747, 37.1194083098, 33.4145921253, 0.028), 0 12.5px 10px rgba(48.4654078747, 37.1194083098, 33.4145921253, 0.035), 0 22.3px 17.9px rgba(48.4654078747, 37.1194083098, 33.4145921253, 0.042), 0 41.8px 33.4px rgba(48.4654078747, 37.1194083098, 33.4145921253, 0.05), 0 100px 80px rgba(48.4654078747, 37.1194083098, 33.4145921253, 0.07);
  color: #FEFBF8;
}

.shadow-dark {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07);
}
.shadow-dark-tint {
  box-shadow: 0 2.8px 2.2px rgba(75.6754078747, 57.9594083098, 52.1745921253, 0.02), 0 6.7px 5.3px rgba(75.6754078747, 57.9594083098, 52.1745921253, 0.028), 0 12.5px 10px rgba(75.6754078747, 57.9594083098, 52.1745921253, 0.035), 0 22.3px 17.9px rgba(75.6754078747, 57.9594083098, 52.1745921253, 0.042), 0 41.8px 33.4px rgba(75.6754078747, 57.9594083098, 52.1745921253, 0.05), 0 100px 80px rgba(75.6754078747, 57.9594083098, 52.1745921253, 0.07);
}

.overlay-dark.top-bottom {
  background-image: linear-gradient(0deg, rgba(72, 23, 7, 0) 0%, #481707 100%);
}
.overlay-dark.bottom-top {
  background-image: linear-gradient(180deg, rgba(72, 23, 7, 0) 0%, #481707 100%);
}

.fade-dark-in {
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(72, 23, 7, 0) 0%, #481707 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-dark-in.overlay-sm {
  height: 25%;
}
.fade-dark-in.overlay-rg {
  height: 50%;
}
.fade-dark-in.overlay-lg {
  height: 100%;
}
.fade-dark-out {
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(72, 23, 7, 0) 0%, #481707 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-dark-out.overlay-sm {
  height: 25%;
}
.fade-dark-out.overlay-rg {
  height: 50%;
}
.fade-dark-out.overlay-lg {
  height: 100%;
}
.fade-dark-ltr {
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(72, 23, 7, 0) 0%, #481707 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-dark-ltr.overlay-sm {
  width: 25%;
}
.fade-dark-ltr.overlay-rg {
  width: 50%;
}
.fade-dark-ltr.overlay-lg {
  width: 100%;
}
.fade-dark-rtl {
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left, rgba(72, 23, 7, 0) 0%, #481707 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-dark-rtl.overlay-sm {
  width: 25%;
}
.fade-dark-rtl.overlay-rg {
  width: 50%;
}
.fade-dark-rtl.overlay-lg {
  width: 100%;
}

.txt-dark-tint {
  color: #B29A93 !important;
}
.txt-dark-tint-tint {
  color: rgb(204.95, 189.35, 184.8);
}
.txt-dark-tintshade {
  color: rgb(204.95, 189.35, 184.8);
}

.link-dark-tint {
  color: #B29A93 !important;
  opacity: 0.8;
  -webkit-text-decoration-color: #B29A93 !important;
          text-decoration-color: #B29A93 !important;
}
.link-dark-tint:hover, .link-dark-tint:focus, .link-dark-tint:active, .link-dark-tint .active {
  color: #B29A93 !important;
  opacity: 1;
  -webkit-text-decoration-color: #B29A93 !important;
          text-decoration-color: #B29A93 !important;
}
.link-dark-tint:visited {
  color: #B29A93 !important;
  opacity: 0.8;
}
.link-dark-tint:focus-visible {
  outline: none;
}

.bkg-dark-tint {
  background-color: #B29A93;
}
.bkg-dark-tint-tint {
  background-color: rgb(204.95, 189.35, 184.8);
}

.bdr-dark-tint {
  border-color: #B29A93;
}
.bdr-dark-tint-tint {
  border-color: rgb(204.95, 189.35, 184.8);
}

.fill-dark-tint path {
  fill: #B29A93;
}
.fill-dark-tint-tint path {
  fill: rgb(204.95, 189.35, 184.8);
}

.badge-dark-tint {
  background-color: #B29A93;
  color: rgb(89, 77, 73.5);
  mix-blend-mode: difference;
}
.badge-dark-tint-tint {
  background-color: rgb(204.95, 189.35, 184.8);
  color: rgb(89, 77, 73.5);
  mix-blend-mode: difference;
}
.badge-dark-tint-shade {
  background-color: rgb(115.7, 100.1, 95.55);
  color: rgb(216.5, 204.5, 201);
  mix-blend-mode: difference;
}

.alert-dark-tint {
  background-color: rgba(178, 154, 147, 0.2) !important;
  border: 1px solid rgba(178, 154, 147, 0.3) !important;
  border-radius: 0;
  color: rgba(115.7, 100.1, 95.55, 0.5);
}
.alert-dark-tint-tint {
  background-color: rgba(204.95, 189.35, 184.8, 0.2) !important;
  border: 1px solid rgba(204.95, 189.35, 184.8, 0.3) !important;
  color: rgba(133.2175, 123.0775, 120.12, 0.5);
}

.pill-dark-tint {
  background-color: #B29A93 !important;
  color: #ffffff;
}
.pill-dark-tint-tint {
  background-color: rgb(204.95, 189.35, 184.8) !important;
  color: #ffffff;
}

.grad-dark-tint {
  background-image: linear-gradient(135deg, #B29A93 0%, rgb(124.6, 107.8, 102.9) 51%, #B29A93 100%);
}
.grad-dark-tint.btn-grad {
  border: 2px solid #B29A93;
  box-shadow: 0 2.8px 2.2px rgba(86.8368, 74.7024, 71.1632, 0.02), 0 6.7px 5.3px rgba(86.8368, 74.7024, 71.1632, 0.028), 0 12.5px 10px rgba(86.8368, 74.7024, 71.1632, 0.035), 0 22.3px 17.9px rgba(86.8368, 74.7024, 71.1632, 0.042), 0 41.8px 33.4px rgba(86.8368, 74.7024, 71.1632, 0.05), 0 100px 80px rgba(86.8368, 74.7024, 71.1632, 0.07);
  color: #481707;
}
.grad-dark-tint-tint {
  background-image: linear-gradient(135deg, rgb(204.95, 189.35, 184.8) 0%, rgb(143.465, 132.545, 129.36) 51%, rgb(204.95, 189.35, 184.8) 100%);
}
.grad-dark-tint-tint.btn-grad {
  border: 2px solid rgb(204.95, 189.35, 184.8);
  box-shadow: 0 2.8px 2.2px rgba(113.4317255298, 100.2213118063, 96.3682744702, 0.02), 0 6.7px 5.3px rgba(113.4317255298, 100.2213118063, 96.3682744702, 0.028), 0 12.5px 10px rgba(113.4317255298, 100.2213118063, 96.3682744702, 0.035), 0 22.3px 17.9px rgba(113.4317255298, 100.2213118063, 96.3682744702, 0.042), 0 41.8px 33.4px rgba(113.4317255298, 100.2213118063, 96.3682744702, 0.05), 0 100px 80px rgba(113.4317255298, 100.2213118063, 96.3682744702, 0.07);
  color: #481707;
}

.shadow-dark-tint {
  box-shadow: 0 2.8px 2.2px rgba(130.1837837838, 101.2540540541, 92.8162162162, 0.02), 0 6.7px 5.3px rgba(130.1837837838, 101.2540540541, 92.8162162162, 0.028), 0 12.5px 10px rgba(130.1837837838, 101.2540540541, 92.8162162162, 0.035), 0 22.3px 17.9px rgba(130.1837837838, 101.2540540541, 92.8162162162, 0.042), 0 41.8px 33.4px rgba(130.1837837838, 101.2540540541, 92.8162162162, 0.05), 0 100px 80px rgba(130.1837837838, 101.2540540541, 92.8162162162, 0.07);
}
.shadow-dark-tint-tint {
  box-shadow: 0 2.8px 2.2px rgba(162.4959459459, 133.6635135135, 125.2540540541, 0.02), 0 6.7px 5.3px rgba(162.4959459459, 133.6635135135, 125.2540540541, 0.028), 0 12.5px 10px rgba(162.4959459459, 133.6635135135, 125.2540540541, 0.035), 0 22.3px 17.9px rgba(162.4959459459, 133.6635135135, 125.2540540541, 0.042), 0 41.8px 33.4px rgba(162.4959459459, 133.6635135135, 125.2540540541, 0.05), 0 100px 80px rgba(162.4959459459, 133.6635135135, 125.2540540541, 0.07);
}

.overlay-dark-tint.top-bottom {
  background-image: linear-gradient(0deg, rgba(178, 154, 147, 0) 0%, #b29a93 100%);
}
.overlay-dark-tint.bottom-top {
  background-image: linear-gradient(180deg, rgba(178, 154, 147, 0) 0%, #b29a93 100%);
}

.fade-dark-tint-in {
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(178, 154, 147, 0) 0%, #b29a93 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-dark-tint-in.overlay-sm {
  height: 25%;
}
.fade-dark-tint-in.overlay-rg {
  height: 50%;
}
.fade-dark-tint-in.overlay-lg {
  height: 100%;
}
.fade-dark-tint-out {
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(178, 154, 147, 0) 0%, #b29a93 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-dark-tint-out.overlay-sm {
  height: 25%;
}
.fade-dark-tint-out.overlay-rg {
  height: 50%;
}
.fade-dark-tint-out.overlay-lg {
  height: 100%;
}
.fade-dark-tint-ltr {
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(178, 154, 147, 0) 0%, #b29a93 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-dark-tint-ltr.overlay-sm {
  width: 25%;
}
.fade-dark-tint-ltr.overlay-rg {
  width: 50%;
}
.fade-dark-tint-ltr.overlay-lg {
  width: 100%;
}
.fade-dark-tint-rtl {
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left, rgba(178, 154, 147, 0) 0%, #b29a93 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-dark-tint-rtl.overlay-sm {
  width: 25%;
}
.fade-dark-tint-rtl.overlay-rg {
  width: 50%;
}
.fade-dark-tint-rtl.overlay-lg {
  width: 100%;
}

.txt-dark-shade {
  color: #210901 !important;
}
.txt-dark-shade-tint {
  color: rgb(110.7, 95.1, 89.9);
}
.txt-dark-shadeshade {
  color: rgb(110.7, 95.1, 89.9);
}

.link-dark-shade {
  color: #210901 !important;
  opacity: 0.8;
  -webkit-text-decoration-color: #210901 !important;
          text-decoration-color: #210901 !important;
}
.link-dark-shade:hover, .link-dark-shade:focus, .link-dark-shade:active, .link-dark-shade .active {
  color: #210901 !important;
  opacity: 1;
  -webkit-text-decoration-color: #210901 !important;
          text-decoration-color: #210901 !important;
}
.link-dark-shade:visited {
  color: #210901 !important;
  opacity: 0.8;
}
.link-dark-shade:focus-visible {
  outline: none;
}

.bkg-dark-shade {
  background-color: #210901;
}
.bkg-dark-shade-tint {
  background-color: rgb(110.7, 95.1, 89.9);
}

.bdr-dark-shade {
  border-color: #210901;
}
.bdr-dark-shade-tint {
  border-color: rgb(110.7, 95.1, 89.9);
}

.fill-dark-shade path {
  fill: #210901;
}
.fill-dark-shade-tint path {
  fill: rgb(110.7, 95.1, 89.9);
}

.badge-dark-shade {
  background-color: #210901;
  color: rgb(16.5, 4.5, 0.5);
  mix-blend-mode: difference;
}
.badge-dark-shade-tint {
  background-color: rgb(110.7, 95.1, 89.9);
  color: rgb(16.5, 4.5, 0.5);
  mix-blend-mode: difference;
}
.badge-dark-shade-shade {
  background-color: rgb(21.45, 5.85, 0.65);
  color: #908480;
  mix-blend-mode: difference;
}

.alert-dark-shade {
  background-color: rgba(33, 9, 1, 0.2) !important;
  border: 1px solid rgba(33, 9, 1, 0.3) !important;
  border-radius: 0;
  color: rgba(21.45, 5.85, 0.65, 0.5);
}
.alert-dark-shade-tint {
  background-color: rgba(110.7, 95.1, 89.9, 0.2) !important;
  border: 1px solid rgba(110.7, 95.1, 89.9, 0.3) !important;
  color: rgba(71.955, 61.815, 58.435, 0.5);
}

.pill-dark-shade {
  background-color: #210901 !important;
  color: #ffffff;
}
.pill-dark-shade-tint {
  background-color: rgb(110.7, 95.1, 89.9) !important;
  color: #ffffff;
}

.grad-dark-shade {
  background-image: linear-gradient(135deg, #210901 0%, rgb(23.1, 6.3, 0.7) 51%, #210901 100%);
}
.grad-dark-shade.btn-grad {
  border: 2px solid #210901;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07);
  color: #FEFBF8;
}
.grad-dark-shade-tint {
  background-image: linear-gradient(135deg, rgb(110.7, 95.1, 89.9) 0%, rgb(77.49, 66.57, 62.93) 51%, rgb(110.7, 95.1, 89.9) 100%);
}
.grad-dark-shade-tint.btn-grad {
  border: 2px solid rgb(110.7, 95.1, 89.9);
  box-shadow: 0 2.8px 2.2px rgba(32.2718644068, 27.7240677966, 26.2081355932, 0.02), 0 6.7px 5.3px rgba(32.2718644068, 27.7240677966, 26.2081355932, 0.028), 0 12.5px 10px rgba(32.2718644068, 27.7240677966, 26.2081355932, 0.035), 0 22.3px 17.9px rgba(32.2718644068, 27.7240677966, 26.2081355932, 0.042), 0 41.8px 33.4px rgba(32.2718644068, 27.7240677966, 26.2081355932, 0.05), 0 100px 80px rgba(32.2718644068, 27.7240677966, 26.2081355932, 0.07);
  color: #FEFBF8;
}

.shadow-dark-shade {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07);
}
.shadow-dark-shade-tint {
  box-shadow: 0 2.8px 2.2px rgba(54.4118644068, 46.7440677966, 44.1881355932, 0.02), 0 6.7px 5.3px rgba(54.4118644068, 46.7440677966, 44.1881355932, 0.028), 0 12.5px 10px rgba(54.4118644068, 46.7440677966, 44.1881355932, 0.035), 0 22.3px 17.9px rgba(54.4118644068, 46.7440677966, 44.1881355932, 0.042), 0 41.8px 33.4px rgba(54.4118644068, 46.7440677966, 44.1881355932, 0.05), 0 100px 80px rgba(54.4118644068, 46.7440677966, 44.1881355932, 0.07);
}

.overlay-dark-shade.top-bottom {
  background-image: linear-gradient(0deg, rgba(33, 9, 1, 0) 0%, #210901 100%);
}
.overlay-dark-shade.bottom-top {
  background-image: linear-gradient(180deg, rgba(33, 9, 1, 0) 0%, #210901 100%);
}

.fade-dark-shade-in {
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(33, 9, 1, 0) 0%, #210901 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-dark-shade-in.overlay-sm {
  height: 25%;
}
.fade-dark-shade-in.overlay-rg {
  height: 50%;
}
.fade-dark-shade-in.overlay-lg {
  height: 100%;
}
.fade-dark-shade-out {
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(33, 9, 1, 0) 0%, #210901 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-dark-shade-out.overlay-sm {
  height: 25%;
}
.fade-dark-shade-out.overlay-rg {
  height: 50%;
}
.fade-dark-shade-out.overlay-lg {
  height: 100%;
}
.fade-dark-shade-ltr {
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(33, 9, 1, 0) 0%, #210901 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-dark-shade-ltr.overlay-sm {
  width: 25%;
}
.fade-dark-shade-ltr.overlay-rg {
  width: 50%;
}
.fade-dark-shade-ltr.overlay-lg {
  width: 100%;
}
.fade-dark-shade-rtl {
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left, rgba(33, 9, 1, 0) 0%, #210901 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-dark-shade-rtl.overlay-sm {
  width: 25%;
}
.fade-dark-shade-rtl.overlay-rg {
  width: 50%;
}
.fade-dark-shade-rtl.overlay-lg {
  width: 100%;
}

.txt-light {
  color: #FEFBF8 !important;
}
.txt-light-tint {
  color: rgb(254.35, 252.4, 250.45);
}
.txt-lightshade {
  color: rgb(254.35, 252.4, 250.45);
}

.link-light {
  color: #FEFBF8 !important;
  opacity: 0.8;
  -webkit-text-decoration-color: #FEFBF8 !important;
          text-decoration-color: #FEFBF8 !important;
}
.link-light:hover, .link-light:focus, .link-light:active, .link-light .active {
  color: #FEFBF8 !important;
  opacity: 1;
  -webkit-text-decoration-color: #FEFBF8 !important;
          text-decoration-color: #FEFBF8 !important;
}
.link-light:visited {
  color: #FEFBF8 !important;
  opacity: 0.8;
}
.link-light:focus-visible {
  outline: none;
}

.bkg-light {
  background-color: #FEFBF8;
}
.bkg-light-tint {
  background-color: rgb(254.35, 252.4, 250.45);
}

.bdr-light {
  border-color: #FEFBF8;
}
.bdr-light-tint {
  border-color: rgb(254.35, 252.4, 250.45);
}

.fill-light path {
  fill: #FEFBF8;
}
.fill-light-tint path {
  fill: rgb(254.35, 252.4, 250.45);
}

.badge-light {
  background-color: #FEFBF8;
  color: rgb(127, 125.5, 124);
  mix-blend-mode: difference;
}
.badge-light-tint {
  background-color: rgb(254.35, 252.4, 250.45);
  color: rgb(127, 125.5, 124);
  mix-blend-mode: difference;
}
.badge-light-shade {
  background-color: rgb(165.1, 163.15, 161.2);
  color: rgb(254.5, 253, 251.5);
  mix-blend-mode: difference;
}

.alert-light {
  background-color: rgba(254, 251, 248, 0.2) !important;
  border: 1px solid rgba(254, 251, 248, 0.3) !important;
  border-radius: 0;
  color: rgba(165.1, 163.15, 161.2, 0.5);
}
.alert-light-tint {
  background-color: rgba(254.35, 252.4, 250.45, 0.2) !important;
  border: 1px solid rgba(254.35, 252.4, 250.45, 0.3) !important;
  color: rgba(165.3275, 164.06, 162.7925, 0.5);
}

.pill-light {
  background-color: #FEFBF8 !important;
  color: #ffffff;
  color: #481707;
}
.pill-light-tint {
  background-color: rgb(254.35, 252.4, 250.45) !important;
  color: #ffffff;
}

.grad-light {
  background-image: linear-gradient(135deg, #FEFBF8 0%, rgb(177.8, 175.7, 173.6) 51%, #FEFBF8 100%);
}
.grad-light.btn-grad {
  border: 2px solid #FEFBF8;
  box-shadow: 0 2.8px 2.2px rgba(154.458302583, 149.8, 145.141697417, 0.02), 0 6.7px 5.3px rgba(154.458302583, 149.8, 145.141697417, 0.028), 0 12.5px 10px rgba(154.458302583, 149.8, 145.141697417, 0.035), 0 22.3px 17.9px rgba(154.458302583, 149.8, 145.141697417, 0.042), 0 41.8px 33.4px rgba(154.458302583, 149.8, 145.141697417, 0.05), 0 100px 80px rgba(154.458302583, 149.8, 145.141697417, 0.07);
  color: #481707;
}
.grad-light-tint {
  background-image: linear-gradient(135deg, rgb(254.35, 252.4, 250.45) 0%, rgb(178.045, 176.68, 175.315) 51%, rgb(254.35, 252.4, 250.45) 100%);
}
.grad-light-tint.btn-grad {
  border: 2px solid rgb(254.35, 252.4, 250.45);
  box-shadow: 0 2.8px 2.2px rgba(153.9788696307, 150.92, 147.8611303693, 0.02), 0 6.7px 5.3px rgba(153.9788696307, 150.92, 147.8611303693, 0.028), 0 12.5px 10px rgba(153.9788696307, 150.92, 147.8611303693, 0.035), 0 22.3px 17.9px rgba(153.9788696307, 150.92, 147.8611303693, 0.042), 0 41.8px 33.4px rgba(153.9788696307, 150.92, 147.8611303693, 0.05), 0 100px 80px rgba(153.9788696307, 150.92, 147.8611303693, 0.07);
  color: #481707;
}

.shadow-light {
  box-shadow: 0 2.8px 2.2px rgba(241.25, 200, 158.75, 0.02), 0 6.7px 5.3px rgba(241.25, 200, 158.75, 0.028), 0 12.5px 10px rgba(241.25, 200, 158.75, 0.035), 0 22.3px 17.9px rgba(241.25, 200, 158.75, 0.042), 0 41.8px 33.4px rgba(241.25, 200, 158.75, 0.05), 0 100px 80px rgba(241.25, 200, 158.75, 0.07);
}
.shadow-light-tint {
  box-shadow: 0 2.8px 2.2px rgba(241.6, 201.4, 161.2, 0.02), 0 6.7px 5.3px rgba(241.6, 201.4, 161.2, 0.028), 0 12.5px 10px rgba(241.6, 201.4, 161.2, 0.035), 0 22.3px 17.9px rgba(241.6, 201.4, 161.2, 0.042), 0 41.8px 33.4px rgba(241.6, 201.4, 161.2, 0.05), 0 100px 80px rgba(241.6, 201.4, 161.2, 0.07);
}

.overlay-light.top-bottom {
  background-image: linear-gradient(0deg, rgba(254, 251, 248, 0) 0%, #fefbf8 100%);
}
.overlay-light.bottom-top {
  background-image: linear-gradient(180deg, rgba(254, 251, 248, 0) 0%, #fefbf8 100%);
}

.fade-light-in {
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(254, 251, 248, 0) 0%, #fefbf8 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-light-in.overlay-sm {
  height: 25%;
}
.fade-light-in.overlay-rg {
  height: 50%;
}
.fade-light-in.overlay-lg {
  height: 100%;
}
.fade-light-out {
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(254, 251, 248, 0) 0%, #fefbf8 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-light-out.overlay-sm {
  height: 25%;
}
.fade-light-out.overlay-rg {
  height: 50%;
}
.fade-light-out.overlay-lg {
  height: 100%;
}
.fade-light-ltr {
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(254, 251, 248, 0) 0%, #fefbf8 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-light-ltr.overlay-sm {
  width: 25%;
}
.fade-light-ltr.overlay-rg {
  width: 50%;
}
.fade-light-ltr.overlay-lg {
  width: 100%;
}
.fade-light-rtl {
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left, rgba(254, 251, 248, 0) 0%, #fefbf8 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-light-rtl.overlay-sm {
  width: 25%;
}
.fade-light-rtl.overlay-rg {
  width: 50%;
}
.fade-light-rtl.overlay-lg {
  width: 100%;
}

.txt-light-tint {
  color: #FFFFFF !important;
}
.txt-light-tint-tint {
  color: white;
}
.txt-light-tintshade {
  color: white;
}

.link-light-tint {
  color: #FFFFFF !important;
  opacity: 0.8;
  -webkit-text-decoration-color: #FFFFFF !important;
          text-decoration-color: #FFFFFF !important;
}
.link-light-tint:hover, .link-light-tint:focus, .link-light-tint:active, .link-light-tint .active {
  color: #FFFFFF !important;
  opacity: 1;
  -webkit-text-decoration-color: #FFFFFF !important;
          text-decoration-color: #FFFFFF !important;
}
.link-light-tint:visited {
  color: #FFFFFF !important;
  opacity: 0.8;
}
.link-light-tint:focus-visible {
  outline: none;
}

.bkg-light-tint {
  background-color: #FFFFFF;
}
.bkg-light-tint-tint {
  background-color: white;
}

.bdr-light-tint {
  border-color: #FFFFFF;
}
.bdr-light-tint-tint {
  border-color: white;
}

.fill-light-tint path {
  fill: #FFFFFF;
}
.fill-light-tint-tint path {
  fill: white;
}

.badge-light-tint {
  background-color: #FFFFFF;
  color: rgb(127.5, 127.5, 127.5);
  mix-blend-mode: difference;
}
.badge-light-tint-tint {
  background-color: white;
  color: rgb(127.5, 127.5, 127.5);
  mix-blend-mode: difference;
}
.badge-light-tint-shade {
  background-color: rgb(165.75, 165.75, 165.75);
  color: white;
  mix-blend-mode: difference;
}

.alert-light-tint {
  background-color: rgba(255, 255, 255, 0.2) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 0;
  color: rgba(165.75, 165.75, 165.75, 0.5);
}
.alert-light-tint-tint {
  background-color: rgba(255, 255, 255, 0.2) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  color: rgba(165.75, 165.75, 165.75, 0.5);
}

.pill-light-tint {
  background-color: #FFFFFF !important;
  color: #ffffff;
  color: #481707;
}
.pill-light-tint-tint {
  background-color: white !important;
  color: #ffffff;
  color: #481707;
}

.grad-light-tint {
  background-image: linear-gradient(135deg, #FFFFFF 0%, rgb(178.5, 178.5, 178.5) 51%, #FFFFFF 100%);
}
.grad-light-tint.btn-grad {
  border: 2px solid #FFFFFF;
  box-shadow: 0 2.8px 2.2px rgba(153, 153, 153, 0.02), 0 6.7px 5.3px rgba(153, 153, 153, 0.028), 0 12.5px 10px rgba(153, 153, 153, 0.035), 0 22.3px 17.9px rgba(153, 153, 153, 0.042), 0 41.8px 33.4px rgba(153, 153, 153, 0.05), 0 100px 80px rgba(153, 153, 153, 0.07);
  color: #481707;
}
.grad-light-tint-tint {
  background-image: linear-gradient(135deg, white 0%, rgb(178.5, 178.5, 178.5) 51%, white 100%);
}
.grad-light-tint-tint.btn-grad {
  border: 2px solid white;
  box-shadow: 0 2.8px 2.2px rgba(153, 153, 153, 0.02), 0 6.7px 5.3px rgba(153, 153, 153, 0.028), 0 12.5px 10px rgba(153, 153, 153, 0.035), 0 22.3px 17.9px rgba(153, 153, 153, 0.042), 0 41.8px 33.4px rgba(153, 153, 153, 0.05), 0 100px 80px rgba(153, 153, 153, 0.07);
  color: #481707;
}

.shadow-light-tint {
  box-shadow: 0 2.8px 2.2px rgba(204, 204, 204, 0.02), 0 6.7px 5.3px rgba(204, 204, 204, 0.028), 0 12.5px 10px rgba(204, 204, 204, 0.035), 0 22.3px 17.9px rgba(204, 204, 204, 0.042), 0 41.8px 33.4px rgba(204, 204, 204, 0.05), 0 100px 80px rgba(204, 204, 204, 0.07);
}
.shadow-light-tint-tint {
  box-shadow: 0 2.8px 2.2px rgba(204, 204, 204, 0.02), 0 6.7px 5.3px rgba(204, 204, 204, 0.028), 0 12.5px 10px rgba(204, 204, 204, 0.035), 0 22.3px 17.9px rgba(204, 204, 204, 0.042), 0 41.8px 33.4px rgba(204, 204, 204, 0.05), 0 100px 80px rgba(204, 204, 204, 0.07);
}

.overlay-light-tint.top-bottom {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
.overlay-light-tint.bottom-top {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
}

.fade-light-tint-in {
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, white 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-light-tint-in.overlay-sm {
  height: 25%;
}
.fade-light-tint-in.overlay-rg {
  height: 50%;
}
.fade-light-tint-in.overlay-lg {
  height: 100%;
}
.fade-light-tint-out {
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-light-tint-out.overlay-sm {
  height: 25%;
}
.fade-light-tint-out.overlay-rg {
  height: 50%;
}
.fade-light-tint-out.overlay-lg {
  height: 100%;
}
.fade-light-tint-ltr {
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-light-tint-ltr.overlay-sm {
  width: 25%;
}
.fade-light-tint-ltr.overlay-rg {
  width: 50%;
}
.fade-light-tint-ltr.overlay-lg {
  width: 100%;
}
.fade-light-tint-rtl {
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-light-tint-rtl.overlay-sm {
  width: 25%;
}
.fade-light-tint-rtl.overlay-rg {
  width: 50%;
}
.fade-light-tint-rtl.overlay-lg {
  width: 100%;
}

.txt-light-shade {
  color: #ECB485 !important;
}
.txt-light-shade-tint {
  color: rgb(242.65, 206.25, 175.7);
}
.txt-light-shadeshade {
  color: rgb(242.65, 206.25, 175.7);
}

.link-light-shade {
  color: #ECB485 !important;
  opacity: 0.8;
  -webkit-text-decoration-color: #ECB485 !important;
          text-decoration-color: #ECB485 !important;
}
.link-light-shade:hover, .link-light-shade:focus, .link-light-shade:active, .link-light-shade .active {
  color: #ECB485 !important;
  opacity: 1;
  -webkit-text-decoration-color: #ECB485 !important;
          text-decoration-color: #ECB485 !important;
}
.link-light-shade:visited {
  color: #ECB485 !important;
  opacity: 0.8;
}
.link-light-shade:focus-visible {
  outline: none;
}

.bkg-light-shade {
  background-color: #ECB485;
}
.bkg-light-shade-tint {
  background-color: rgb(242.65, 206.25, 175.7);
}

.bdr-light-shade {
  border-color: #ECB485;
}
.bdr-light-shade-tint {
  border-color: rgb(242.65, 206.25, 175.7);
}

.fill-light-shade path {
  fill: #ECB485;
}
.fill-light-shade-tint path {
  fill: rgb(242.65, 206.25, 175.7);
}

.badge-light-shade {
  background-color: #ECB485;
  color: rgb(118, 90, 66.5);
  mix-blend-mode: difference;
}
.badge-light-shade-tint {
  background-color: rgb(242.65, 206.25, 175.7);
  color: rgb(118, 90, 66.5);
  mix-blend-mode: difference;
}
.badge-light-shade-shade {
  background-color: rgb(153.4, 117, 86.45);
  color: rgb(245.5, 217.5, 194);
  mix-blend-mode: difference;
}

.alert-light-shade {
  background-color: rgba(236, 180, 133, 0.2) !important;
  border: 1px solid rgba(236, 180, 133, 0.3) !important;
  border-radius: 0;
  color: rgba(153.4, 117, 86.45, 0.5);
}
.alert-light-shade-tint {
  background-color: rgba(242.65, 206.25, 175.7, 0.2) !important;
  border: 1px solid rgba(242.65, 206.25, 175.7, 0.3) !important;
  color: rgba(157.7225, 134.0625, 114.205, 0.5);
}

.pill-light-shade {
  background-color: #ECB485 !important;
  color: #ffffff;
}
.pill-light-shade-tint {
  background-color: rgb(242.65, 206.25, 175.7) !important;
  color: #ffffff;
}

.grad-light-shade {
  background-image: linear-gradient(135deg, #ECB485 0%, rgb(165.2, 126, 93.1) 51%, #ECB485 100%);
}
.grad-light-shade.btn-grad {
  border: 2px solid #ECB485;
  box-shadow: 0 2.8px 2.2px rgba(133.6569832402, 93.3620111732, 59.5430167598, 0.02), 0 6.7px 5.3px rgba(133.6569832402, 93.3620111732, 59.5430167598, 0.028), 0 12.5px 10px rgba(133.6569832402, 93.3620111732, 59.5430167598, 0.035), 0 22.3px 17.9px rgba(133.6569832402, 93.3620111732, 59.5430167598, 0.042), 0 41.8px 33.4px rgba(133.6569832402, 93.3620111732, 59.5430167598, 0.05), 0 100px 80px rgba(133.6569832402, 93.3620111732, 59.5430167598, 0.07);
  color: #481707;
}
.grad-light-shade-tint {
  background-image: linear-gradient(135deg, rgb(242.65, 206.25, 175.7) 0%, rgb(169.855, 144.375, 122.99) 51%, rgb(242.65, 206.25, 175.7) 100%);
}
.grad-light-shade-tint.btn-grad {
  border: 2px solid rgb(242.65, 206.25, 175.7);
  box-shadow: 0 2.8px 2.2px rgba(151.8816974675, 113.2344147844, 80.7983025325, 0.02), 0 6.7px 5.3px rgba(151.8816974675, 113.2344147844, 80.7983025325, 0.028), 0 12.5px 10px rgba(151.8816974675, 113.2344147844, 80.7983025325, 0.035), 0 22.3px 17.9px rgba(151.8816974675, 113.2344147844, 80.7983025325, 0.042), 0 41.8px 33.4px rgba(151.8816974675, 113.2344147844, 80.7983025325, 0.05), 0 100px 80px rgba(151.8816974675, 113.2344147844, 80.7983025325, 0.07);
  color: #481707;
}

.shadow-light-shade {
  box-shadow: 0 2.8px 2.2px rgba(222.2553191489, 125.7446808511, 44.7446808511, 0.02), 0 6.7px 5.3px rgba(222.2553191489, 125.7446808511, 44.7446808511, 0.028), 0 12.5px 10px rgba(222.2553191489, 125.7446808511, 44.7446808511, 0.035), 0 22.3px 17.9px rgba(222.2553191489, 125.7446808511, 44.7446808511, 0.042), 0 41.8px 33.4px rgba(222.2553191489, 125.7446808511, 44.7446808511, 0.05), 0 100px 80px rgba(222.2553191489, 125.7446808511, 44.7446808511, 0.07);
}
.shadow-light-shade-tint {
  box-shadow: 0 2.8px 2.2px rgba(228.9053191489, 151.9946808511, 87.4446808511, 0.02), 0 6.7px 5.3px rgba(228.9053191489, 151.9946808511, 87.4446808511, 0.028), 0 12.5px 10px rgba(228.9053191489, 151.9946808511, 87.4446808511, 0.035), 0 22.3px 17.9px rgba(228.9053191489, 151.9946808511, 87.4446808511, 0.042), 0 41.8px 33.4px rgba(228.9053191489, 151.9946808511, 87.4446808511, 0.05), 0 100px 80px rgba(228.9053191489, 151.9946808511, 87.4446808511, 0.07);
}

.overlay-light-shade.top-bottom {
  background-image: linear-gradient(0deg, rgba(236, 180, 133, 0) 0%, #ecb485 100%);
}
.overlay-light-shade.bottom-top {
  background-image: linear-gradient(180deg, rgba(236, 180, 133, 0) 0%, #ecb485 100%);
}

.fade-light-shade-in {
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(236, 180, 133, 0) 0%, #ecb485 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-light-shade-in.overlay-sm {
  height: 25%;
}
.fade-light-shade-in.overlay-rg {
  height: 50%;
}
.fade-light-shade-in.overlay-lg {
  height: 100%;
}
.fade-light-shade-out {
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(236, 180, 133, 0) 0%, #ecb485 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-light-shade-out.overlay-sm {
  height: 25%;
}
.fade-light-shade-out.overlay-rg {
  height: 50%;
}
.fade-light-shade-out.overlay-lg {
  height: 100%;
}
.fade-light-shade-ltr {
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(236, 180, 133, 0) 0%, #ecb485 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-light-shade-ltr.overlay-sm {
  width: 25%;
}
.fade-light-shade-ltr.overlay-rg {
  width: 50%;
}
.fade-light-shade-ltr.overlay-lg {
  width: 100%;
}
.fade-light-shade-rtl {
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left, rgba(236, 180, 133, 0) 0%, #ecb485 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-light-shade-rtl.overlay-sm {
  width: 25%;
}
.fade-light-shade-rtl.overlay-rg {
  width: 50%;
}
.fade-light-shade-rtl.overlay-lg {
  width: 100%;
}

.txt-muted {
  color: rgba(72, 23, 7, 0.5) !important;
}
.txt-muted-tint {
  color: rgba(185.0294117647, 166.2941176471, 160.1764705882, 0.675);
}
.txt-mutedshade {
  color: rgba(185.0294117647, 166.2941176471, 160.1764705882, 0.675);
}

.link-muted {
  color: rgba(72, 23, 7, 0.5) !important;
  opacity: 0.8;
  -webkit-text-decoration-color: rgba(72, 23, 7, 0.5) !important;
          text-decoration-color: rgba(72, 23, 7, 0.5) !important;
}
.link-muted:hover, .link-muted:focus, .link-muted:active, .link-muted .active {
  color: rgba(72, 23, 7, 0.5) !important;
  opacity: 1;
  -webkit-text-decoration-color: rgba(72, 23, 7, 0.5) !important;
          text-decoration-color: rgba(72, 23, 7, 0.5) !important;
}
.link-muted:visited {
  color: rgba(72, 23, 7, 0.5) !important;
  opacity: 0.8;
}
.link-muted:focus-visible {
  outline: none;
}

.bkg-muted {
  background-color: rgba(72, 23, 7, 0.5);
}
.bkg-muted-tint {
  background-color: rgba(185.0294117647, 166.2941176471, 160.1764705882, 0.675);
}

.bdr-muted {
  border-color: rgba(72, 23, 7, 0.5);
}
.bdr-muted-tint {
  border-color: rgba(185.0294117647, 166.2941176471, 160.1764705882, 0.675);
}

.fill-muted path {
  fill: rgba(72, 23, 7, 0.5);
}
.fill-muted-tint path {
  fill: rgba(185.0294117647, 166.2941176471, 160.1764705882, 0.675);
}

.badge-muted {
  background-color: rgba(72, 23, 7, 0.5);
  color: rgba(18, 5.75, 1.75, 0.75);
  mix-blend-mode: difference;
}
.badge-muted-tint {
  background-color: rgba(185.0294117647, 166.2941176471, 160.1764705882, 0.675);
  color: rgba(18, 5.75, 1.75, 0.75);
  mix-blend-mode: difference;
}
.badge-muted-shade {
  background-color: rgba(27.5294117647, 8.7941176471, 2.6764705882, 0.675);
  color: rgba(209.25, 197, 193, 0.75);
  mix-blend-mode: difference;
}

.alert-muted {
  background-color: rgba(72, 23, 7, 0.2) !important;
  border: 1px solid rgba(72, 23, 7, 0.3) !important;
  border-radius: 0;
  color: rgba(27.5294117647, 8.7941176471, 2.6764705882, 0.5);
}
.alert-muted-tint {
  background-color: rgba(185.0294117647, 166.2941176471, 160.1764705882, 0.2) !important;
  border: 1px solid rgba(185.0294117647, 166.2941176471, 160.1764705882, 0.3) !important;
  color: rgba(89.9519716474, 80.8438161968, 77.8697246212, 0.5);
}

.pill-muted {
  background-color: rgba(72, 23, 7, 0.5) !important;
  color: #ffffff;
}
.pill-muted-tint {
  background-color: rgba(185.0294117647, 166.2941176471, 160.1764705882, 0.675) !important;
  color: #ffffff;
}

.grad-muted {
  background-image: linear-gradient(135deg, rgba(72, 23, 7, 0.5) 0%, rgba(31.5, 10.0625, 3.0625, 0.65) 51%, rgba(72, 23, 7, 0.5) 100%);
}
.grad-muted.btn-grad {
  border: 2px solid rgba(72, 23, 7, 0.5);
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07);
  color: #FEFBF8;
}
.grad-muted-tint {
  background-image: linear-gradient(135deg, rgba(185.0294117647, 166.2941176471, 160.1764705882, 0.675) 0%, rgba(100.4901115619, 90.3149087221, 86.9923935091, 0.7725) 51%, rgba(185.0294117647, 166.2941176471, 160.1764705882, 0.675) 100%);
}
.grad-muted-tint.btn-grad {
  border: 2px solid rgba(185.0294117647, 166.2941176471, 160.1764705882, 0.675);
  box-shadow: 0 2.8px 2.2px rgba(69.4473866079, 62.4154385441, 60.1192922376, 0.02), 0 6.7px 5.3px rgba(69.4473866079, 62.4154385441, 60.1192922376, 0.028), 0 12.5px 10px rgba(69.4473866079, 62.4154385441, 60.1192922376, 0.035), 0 22.3px 17.9px rgba(69.4473866079, 62.4154385441, 60.1192922376, 0.042), 0 41.8px 33.4px rgba(69.4473866079, 62.4154385441, 60.1192922376, 0.05), 0 100px 80px rgba(69.4473866079, 62.4154385441, 60.1192922376, 0.07);
  color: #481707;
}

.shadow-muted {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07);
}
.shadow-muted-tint {
  box-shadow: 0 2.8px 2.2px rgba(139.9421318411, 112.2922751467, 103.2637505118, 0.02), 0 6.7px 5.3px rgba(139.9421318411, 112.2922751467, 103.2637505118, 0.028), 0 12.5px 10px rgba(139.9421318411, 112.2922751467, 103.2637505118, 0.035), 0 22.3px 17.9px rgba(139.9421318411, 112.2922751467, 103.2637505118, 0.042), 0 41.8px 33.4px rgba(139.9421318411, 112.2922751467, 103.2637505118, 0.05), 0 100px 80px rgba(139.9421318411, 112.2922751467, 103.2637505118, 0.07);
}

.overlay-muted.top-bottom {
  background-image: linear-gradient(0deg, rgba(72, 23, 7, 0) 0%, #481707 100%);
}
.overlay-muted.bottom-top {
  background-image: linear-gradient(180deg, rgba(72, 23, 7, 0) 0%, #481707 100%);
}

.fade-muted-in {
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(72, 23, 7, 0) 0%, #481707 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-muted-in.overlay-sm {
  height: 25%;
}
.fade-muted-in.overlay-rg {
  height: 50%;
}
.fade-muted-in.overlay-lg {
  height: 100%;
}
.fade-muted-out {
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(72, 23, 7, 0) 0%, #481707 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-muted-out.overlay-sm {
  height: 25%;
}
.fade-muted-out.overlay-rg {
  height: 50%;
}
.fade-muted-out.overlay-lg {
  height: 100%;
}
.fade-muted-ltr {
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(72, 23, 7, 0) 0%, #481707 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-muted-ltr.overlay-sm {
  width: 25%;
}
.fade-muted-ltr.overlay-rg {
  width: 50%;
}
.fade-muted-ltr.overlay-lg {
  width: 100%;
}
.fade-muted-rtl {
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left, rgba(72, 23, 7, 0) 0%, #481707 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-muted-rtl.overlay-sm {
  width: 25%;
}
.fade-muted-rtl.overlay-rg {
  width: 50%;
}
.fade-muted-rtl.overlay-lg {
  width: 100%;
}

.txt-white {
  color: #ffffff !important;
}
.txt-white-tint {
  color: white;
}
.txt-whiteshade {
  color: white;
}

.link-white {
  color: #ffffff !important;
  opacity: 0.8;
  -webkit-text-decoration-color: #ffffff !important;
          text-decoration-color: #ffffff !important;
}
.link-white:hover, .link-white:focus, .link-white:active, .link-white .active {
  color: #ffffff !important;
  opacity: 1;
  -webkit-text-decoration-color: #ffffff !important;
          text-decoration-color: #ffffff !important;
}
.link-white:visited {
  color: #ffffff !important;
  opacity: 0.8;
}
.link-white:focus-visible {
  outline: none;
}

.bkg-white {
  background-color: #ffffff;
}
.bkg-white-tint {
  background-color: white;
}

.bdr-white {
  border-color: #ffffff;
}
.bdr-white-tint {
  border-color: white;
}

.fill-white path {
  fill: #ffffff;
}
.fill-white-tint path {
  fill: white;
}

.badge-white {
  background-color: #ffffff;
  color: rgb(127.5, 127.5, 127.5);
  mix-blend-mode: difference;
}
.badge-white-tint {
  background-color: white;
  color: rgb(127.5, 127.5, 127.5);
  mix-blend-mode: difference;
}
.badge-white-shade {
  background-color: rgb(165.75, 165.75, 165.75);
  color: white;
  mix-blend-mode: difference;
}

.alert-white {
  background-color: rgba(255, 255, 255, 0.2) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 0;
  color: rgba(165.75, 165.75, 165.75, 0.5);
}
.alert-white-tint {
  background-color: rgba(255, 255, 255, 0.2) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  color: rgba(165.75, 165.75, 165.75, 0.5);
}

.pill-white {
  background-color: #ffffff !important;
  color: #ffffff;
  color: #481707;
}
.pill-white-tint {
  background-color: white !important;
  color: #ffffff;
  color: #481707;
}

.grad-white {
  background-image: linear-gradient(135deg, #ffffff 0%, rgb(178.5, 178.5, 178.5) 51%, #ffffff 100%);
}
.grad-white.btn-grad {
  border: 2px solid #ffffff;
  box-shadow: 0 2.8px 2.2px rgba(153, 153, 153, 0.02), 0 6.7px 5.3px rgba(153, 153, 153, 0.028), 0 12.5px 10px rgba(153, 153, 153, 0.035), 0 22.3px 17.9px rgba(153, 153, 153, 0.042), 0 41.8px 33.4px rgba(153, 153, 153, 0.05), 0 100px 80px rgba(153, 153, 153, 0.07);
  color: #481707;
}
.grad-white-tint {
  background-image: linear-gradient(135deg, white 0%, rgb(178.5, 178.5, 178.5) 51%, white 100%);
}
.grad-white-tint.btn-grad {
  border: 2px solid white;
  box-shadow: 0 2.8px 2.2px rgba(153, 153, 153, 0.02), 0 6.7px 5.3px rgba(153, 153, 153, 0.028), 0 12.5px 10px rgba(153, 153, 153, 0.035), 0 22.3px 17.9px rgba(153, 153, 153, 0.042), 0 41.8px 33.4px rgba(153, 153, 153, 0.05), 0 100px 80px rgba(153, 153, 153, 0.07);
  color: #481707;
}

.shadow-white {
  box-shadow: 0 2.8px 2.2px rgba(204, 204, 204, 0.02), 0 6.7px 5.3px rgba(204, 204, 204, 0.028), 0 12.5px 10px rgba(204, 204, 204, 0.035), 0 22.3px 17.9px rgba(204, 204, 204, 0.042), 0 41.8px 33.4px rgba(204, 204, 204, 0.05), 0 100px 80px rgba(204, 204, 204, 0.07);
}
.shadow-white-tint {
  box-shadow: 0 2.8px 2.2px rgba(204, 204, 204, 0.02), 0 6.7px 5.3px rgba(204, 204, 204, 0.028), 0 12.5px 10px rgba(204, 204, 204, 0.035), 0 22.3px 17.9px rgba(204, 204, 204, 0.042), 0 41.8px 33.4px rgba(204, 204, 204, 0.05), 0 100px 80px rgba(204, 204, 204, 0.07);
}

.overlay-white.top-bottom {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
.overlay-white.bottom-top {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
}

.fade-white-in {
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, white 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-white-in.overlay-sm {
  height: 25%;
}
.fade-white-in.overlay-rg {
  height: 50%;
}
.fade-white-in.overlay-lg {
  height: 100%;
}
.fade-white-out {
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-white-out.overlay-sm {
  height: 25%;
}
.fade-white-out.overlay-rg {
  height: 50%;
}
.fade-white-out.overlay-lg {
  height: 100%;
}
.fade-white-ltr {
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-white-ltr.overlay-sm {
  width: 25%;
}
.fade-white-ltr.overlay-rg {
  width: 50%;
}
.fade-white-ltr.overlay-lg {
  width: 100%;
}
.fade-white-rtl {
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-white-rtl.overlay-sm {
  width: 25%;
}
.fade-white-rtl.overlay-rg {
  width: 50%;
}
.fade-white-rtl.overlay-lg {
  width: 100%;
}

.txt-gray-100 {
  color: #F2F2F2 !important;
}
.txt-gray-100-tint {
  color: rgb(246.55, 246.55, 246.55);
}
.txt-gray-100shade {
  color: rgb(246.55, 246.55, 246.55);
}

.link-gray-100 {
  color: #F2F2F2 !important;
  opacity: 0.8;
  -webkit-text-decoration-color: #F2F2F2 !important;
          text-decoration-color: #F2F2F2 !important;
}
.link-gray-100:hover, .link-gray-100:focus, .link-gray-100:active, .link-gray-100 .active {
  color: #F2F2F2 !important;
  opacity: 1;
  -webkit-text-decoration-color: #F2F2F2 !important;
          text-decoration-color: #F2F2F2 !important;
}
.link-gray-100:visited {
  color: #F2F2F2 !important;
  opacity: 0.8;
}
.link-gray-100:focus-visible {
  outline: none;
}

.bkg-gray-100 {
  background-color: #F2F2F2;
}
.bkg-gray-100-tint {
  background-color: rgb(246.55, 246.55, 246.55);
}

.bdr-gray-100 {
  border-color: #F2F2F2;
}
.bdr-gray-100-tint {
  border-color: rgb(246.55, 246.55, 246.55);
}

.fill-gray-100 path {
  fill: #F2F2F2;
}
.fill-gray-100-tint path {
  fill: rgb(246.55, 246.55, 246.55);
}

.badge-gray-100 {
  background-color: #F2F2F2;
  color: #797979;
  mix-blend-mode: difference;
}
.badge-gray-100-tint {
  background-color: rgb(246.55, 246.55, 246.55);
  color: #797979;
  mix-blend-mode: difference;
}
.badge-gray-100-shade {
  background-color: rgb(157.3, 157.3, 157.3);
  color: rgb(248.5, 248.5, 248.5);
  mix-blend-mode: difference;
}

.alert-gray-100 {
  background-color: rgba(242, 242, 242, 0.2) !important;
  border: 1px solid rgba(242, 242, 242, 0.3) !important;
  border-radius: 0;
  color: rgba(157.3, 157.3, 157.3, 0.5);
}
.alert-gray-100-tint {
  background-color: rgba(246.55, 246.55, 246.55, 0.2) !important;
  border: 1px solid rgba(246.55, 246.55, 246.55, 0.3) !important;
  color: rgba(160.2575, 160.2575, 160.2575, 0.5);
}

.pill-gray-100 {
  background-color: #F2F2F2 !important;
  color: #ffffff;
}
.pill-gray-100-tint {
  background-color: rgb(246.55, 246.55, 246.55) !important;
  color: #ffffff;
}

.grad-gray-100 {
  background-image: linear-gradient(135deg, #F2F2F2 0%, rgb(169.4, 169.4, 169.4) 51%, #F2F2F2 100%);
}
.grad-gray-100.btn-grad {
  border: 2px solid #F2F2F2;
  box-shadow: 0 2.8px 2.2px rgba(142.6, 142.6, 142.6, 0.02), 0 6.7px 5.3px rgba(142.6, 142.6, 142.6, 0.028), 0 12.5px 10px rgba(142.6, 142.6, 142.6, 0.035), 0 22.3px 17.9px rgba(142.6, 142.6, 142.6, 0.042), 0 41.8px 33.4px rgba(142.6, 142.6, 142.6, 0.05), 0 100px 80px rgba(142.6, 142.6, 142.6, 0.07);
  color: #481707;
}
.grad-gray-100-tint {
  background-image: linear-gradient(135deg, rgb(246.55, 246.55, 246.55) 0%, rgb(172.585, 172.585, 172.585) 51%, rgb(246.55, 246.55, 246.55) 100%);
}
.grad-gray-100-tint.btn-grad {
  border: 2px solid rgb(246.55, 246.55, 246.55);
  box-shadow: 0 2.8px 2.2px rgba(146.24, 146.24, 146.24, 0.02), 0 6.7px 5.3px rgba(146.24, 146.24, 146.24, 0.028), 0 12.5px 10px rgba(146.24, 146.24, 146.24, 0.035), 0 22.3px 17.9px rgba(146.24, 146.24, 146.24, 0.042), 0 41.8px 33.4px rgba(146.24, 146.24, 146.24, 0.05), 0 100px 80px rgba(146.24, 146.24, 146.24, 0.07);
  color: #481707;
}

.shadow-gray-100 {
  box-shadow: 0 2.8px 2.2px rgba(191, 191, 191, 0.02), 0 6.7px 5.3px rgba(191, 191, 191, 0.028), 0 12.5px 10px rgba(191, 191, 191, 0.035), 0 22.3px 17.9px rgba(191, 191, 191, 0.042), 0 41.8px 33.4px rgba(191, 191, 191, 0.05), 0 100px 80px rgba(191, 191, 191, 0.07);
}
.shadow-gray-100-tint {
  box-shadow: 0 2.8px 2.2px rgba(195.55, 195.55, 195.55, 0.02), 0 6.7px 5.3px rgba(195.55, 195.55, 195.55, 0.028), 0 12.5px 10px rgba(195.55, 195.55, 195.55, 0.035), 0 22.3px 17.9px rgba(195.55, 195.55, 195.55, 0.042), 0 41.8px 33.4px rgba(195.55, 195.55, 195.55, 0.05), 0 100px 80px rgba(195.55, 195.55, 195.55, 0.07);
}

.overlay-gray-100.top-bottom {
  background-image: linear-gradient(0deg, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
}
.overlay-gray-100.bottom-top {
  background-image: linear-gradient(180deg, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
}

.fade-gray-100-in {
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-gray-100-in.overlay-sm {
  height: 25%;
}
.fade-gray-100-in.overlay-rg {
  height: 50%;
}
.fade-gray-100-in.overlay-lg {
  height: 100%;
}
.fade-gray-100-out {
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-gray-100-out.overlay-sm {
  height: 25%;
}
.fade-gray-100-out.overlay-rg {
  height: 50%;
}
.fade-gray-100-out.overlay-lg {
  height: 100%;
}
.fade-gray-100-ltr {
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-gray-100-ltr.overlay-sm {
  width: 25%;
}
.fade-gray-100-ltr.overlay-rg {
  width: 50%;
}
.fade-gray-100-ltr.overlay-lg {
  width: 100%;
}
.fade-gray-100-rtl {
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-gray-100-rtl.overlay-sm {
  width: 25%;
}
.fade-gray-100-rtl.overlay-rg {
  width: 50%;
}
.fade-gray-100-rtl.overlay-lg {
  width: 100%;
}

.txt-gray-200 {
  color: #E6E6E6 !important;
}
.txt-gray-200-tint {
  color: rgb(238.75, 238.75, 238.75);
}
.txt-gray-200shade {
  color: rgb(238.75, 238.75, 238.75);
}

.link-gray-200 {
  color: #E6E6E6 !important;
  opacity: 0.8;
  -webkit-text-decoration-color: #E6E6E6 !important;
          text-decoration-color: #E6E6E6 !important;
}
.link-gray-200:hover, .link-gray-200:focus, .link-gray-200:active, .link-gray-200 .active {
  color: #E6E6E6 !important;
  opacity: 1;
  -webkit-text-decoration-color: #E6E6E6 !important;
          text-decoration-color: #E6E6E6 !important;
}
.link-gray-200:visited {
  color: #E6E6E6 !important;
  opacity: 0.8;
}
.link-gray-200:focus-visible {
  outline: none;
}

.bkg-gray-200 {
  background-color: #E6E6E6;
}
.bkg-gray-200-tint {
  background-color: rgb(238.75, 238.75, 238.75);
}

.bdr-gray-200 {
  border-color: #E6E6E6;
}
.bdr-gray-200-tint {
  border-color: rgb(238.75, 238.75, 238.75);
}

.fill-gray-200 path {
  fill: #E6E6E6;
}
.fill-gray-200-tint path {
  fill: rgb(238.75, 238.75, 238.75);
}

.badge-gray-200 {
  background-color: #E6E6E6;
  color: #737373;
  mix-blend-mode: difference;
}
.badge-gray-200-tint {
  background-color: rgb(238.75, 238.75, 238.75);
  color: #737373;
  mix-blend-mode: difference;
}
.badge-gray-200-shade {
  background-color: rgb(149.5, 149.5, 149.5);
  color: rgb(242.5, 242.5, 242.5);
  mix-blend-mode: difference;
}

.alert-gray-200 {
  background-color: rgba(230, 230, 230, 0.2) !important;
  border: 1px solid rgba(230, 230, 230, 0.3) !important;
  border-radius: 0;
  color: rgba(149.5, 149.5, 149.5, 0.5);
}
.alert-gray-200-tint {
  background-color: rgba(238.75, 238.75, 238.75, 0.2) !important;
  border: 1px solid rgba(238.75, 238.75, 238.75, 0.3) !important;
  color: rgba(155.1875, 155.1875, 155.1875, 0.5);
}

.pill-gray-200 {
  background-color: #E6E6E6 !important;
  color: #ffffff;
}
.pill-gray-200-tint {
  background-color: rgb(238.75, 238.75, 238.75) !important;
  color: #ffffff;
}

.grad-gray-200 {
  background-image: linear-gradient(135deg, #E6E6E6 0%, #a1a1a1 51%, #E6E6E6 100%);
}
.grad-gray-200.btn-grad {
  border: 2px solid #E6E6E6;
  box-shadow: 0 2.8px 2.2px rgba(133, 133, 133, 0.02), 0 6.7px 5.3px rgba(133, 133, 133, 0.028), 0 12.5px 10px rgba(133, 133, 133, 0.035), 0 22.3px 17.9px rgba(133, 133, 133, 0.042), 0 41.8px 33.4px rgba(133, 133, 133, 0.05), 0 100px 80px rgba(133, 133, 133, 0.07);
  color: #481707;
}
.grad-gray-200-tint {
  background-image: linear-gradient(135deg, rgb(238.75, 238.75, 238.75) 0%, rgb(167.125, 167.125, 167.125) 51%, rgb(238.75, 238.75, 238.75) 100%);
}
.grad-gray-200-tint.btn-grad {
  border: 2px solid rgb(238.75, 238.75, 238.75);
  box-shadow: 0 2.8px 2.2px rgba(140, 140, 140, 0.02), 0 6.7px 5.3px rgba(140, 140, 140, 0.028), 0 12.5px 10px rgba(140, 140, 140, 0.035), 0 22.3px 17.9px rgba(140, 140, 140, 0.042), 0 41.8px 33.4px rgba(140, 140, 140, 0.05), 0 100px 80px rgba(140, 140, 140, 0.07);
  color: #481707;
}

.shadow-gray-200 {
  box-shadow: 0 2.8px 2.2px rgba(179, 179, 179, 0.02), 0 6.7px 5.3px rgba(179, 179, 179, 0.028), 0 12.5px 10px rgba(179, 179, 179, 0.035), 0 22.3px 17.9px rgba(179, 179, 179, 0.042), 0 41.8px 33.4px rgba(179, 179, 179, 0.05), 0 100px 80px rgba(179, 179, 179, 0.07);
}
.shadow-gray-200-tint {
  box-shadow: 0 2.8px 2.2px rgba(187.75, 187.75, 187.75, 0.02), 0 6.7px 5.3px rgba(187.75, 187.75, 187.75, 0.028), 0 12.5px 10px rgba(187.75, 187.75, 187.75, 0.035), 0 22.3px 17.9px rgba(187.75, 187.75, 187.75, 0.042), 0 41.8px 33.4px rgba(187.75, 187.75, 187.75, 0.05), 0 100px 80px rgba(187.75, 187.75, 187.75, 0.07);
}

.overlay-gray-200.top-bottom {
  background-image: linear-gradient(0deg, rgba(230, 230, 230, 0) 0%, #e6e6e6 100%);
}
.overlay-gray-200.bottom-top {
  background-image: linear-gradient(180deg, rgba(230, 230, 230, 0) 0%, #e6e6e6 100%);
}

.fade-gray-200-in {
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(230, 230, 230, 0) 0%, #e6e6e6 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-gray-200-in.overlay-sm {
  height: 25%;
}
.fade-gray-200-in.overlay-rg {
  height: 50%;
}
.fade-gray-200-in.overlay-lg {
  height: 100%;
}
.fade-gray-200-out {
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0) 0%, #e6e6e6 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-gray-200-out.overlay-sm {
  height: 25%;
}
.fade-gray-200-out.overlay-rg {
  height: 50%;
}
.fade-gray-200-out.overlay-lg {
  height: 100%;
}
.fade-gray-200-ltr {
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(230, 230, 230, 0) 0%, #e6e6e6 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-gray-200-ltr.overlay-sm {
  width: 25%;
}
.fade-gray-200-ltr.overlay-rg {
  width: 50%;
}
.fade-gray-200-ltr.overlay-lg {
  width: 100%;
}
.fade-gray-200-rtl {
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left, rgba(230, 230, 230, 0) 0%, #e6e6e6 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-gray-200-rtl.overlay-sm {
  width: 25%;
}
.fade-gray-200-rtl.overlay-rg {
  width: 50%;
}
.fade-gray-200-rtl.overlay-lg {
  width: 100%;
}

.txt-gray-300 {
  color: #CCCCCC !important;
}
.txt-gray-300-tint {
  color: rgb(221.85, 221.85, 221.85);
}
.txt-gray-300shade {
  color: rgb(221.85, 221.85, 221.85);
}

.link-gray-300 {
  color: #CCCCCC !important;
  opacity: 0.8;
  -webkit-text-decoration-color: #CCCCCC !important;
          text-decoration-color: #CCCCCC !important;
}
.link-gray-300:hover, .link-gray-300:focus, .link-gray-300:active, .link-gray-300 .active {
  color: #CCCCCC !important;
  opacity: 1;
  -webkit-text-decoration-color: #CCCCCC !important;
          text-decoration-color: #CCCCCC !important;
}
.link-gray-300:visited {
  color: #CCCCCC !important;
  opacity: 0.8;
}
.link-gray-300:focus-visible {
  outline: none;
}

.bkg-gray-300 {
  background-color: #CCCCCC;
}
.bkg-gray-300-tint {
  background-color: rgb(221.85, 221.85, 221.85);
}

.bdr-gray-300 {
  border-color: #CCCCCC;
}
.bdr-gray-300-tint {
  border-color: rgb(221.85, 221.85, 221.85);
}

.fill-gray-300 path {
  fill: #CCCCCC;
}
.fill-gray-300-tint path {
  fill: rgb(221.85, 221.85, 221.85);
}

.badge-gray-300 {
  background-color: #CCCCCC;
  color: #666666;
  mix-blend-mode: difference;
}
.badge-gray-300-tint {
  background-color: rgb(221.85, 221.85, 221.85);
  color: #666666;
  mix-blend-mode: difference;
}
.badge-gray-300-shade {
  background-color: rgb(132.6, 132.6, 132.6);
  color: rgb(229.5, 229.5, 229.5);
  mix-blend-mode: difference;
}

.alert-gray-300 {
  background-color: rgba(204, 204, 204, 0.2) !important;
  border: 1px solid rgba(204, 204, 204, 0.3) !important;
  border-radius: 0;
  color: rgba(132.6, 132.6, 132.6, 0.5);
}
.alert-gray-300-tint {
  background-color: rgba(221.85, 221.85, 221.85, 0.2) !important;
  border: 1px solid rgba(221.85, 221.85, 221.85, 0.3) !important;
  color: rgba(144.2025, 144.2025, 144.2025, 0.5);
}

.pill-gray-300 {
  background-color: #CCCCCC !important;
  color: #ffffff;
}
.pill-gray-300-tint {
  background-color: rgb(221.85, 221.85, 221.85) !important;
  color: #ffffff;
}

.grad-gray-300 {
  background-image: linear-gradient(135deg, #CCCCCC 0%, rgb(142.8, 142.8, 142.8) 51%, #CCCCCC 100%);
}
.grad-gray-300.btn-grad {
  border: 2px solid #CCCCCC;
  box-shadow: 0 2.8px 2.2px rgba(112.2, 112.2, 112.2, 0.02), 0 6.7px 5.3px rgba(112.2, 112.2, 112.2, 0.028), 0 12.5px 10px rgba(112.2, 112.2, 112.2, 0.035), 0 22.3px 17.9px rgba(112.2, 112.2, 112.2, 0.042), 0 41.8px 33.4px rgba(112.2, 112.2, 112.2, 0.05), 0 100px 80px rgba(112.2, 112.2, 112.2, 0.07);
  color: #481707;
}
.grad-gray-300-tint {
  background-image: linear-gradient(135deg, rgb(221.85, 221.85, 221.85) 0%, rgb(155.295, 155.295, 155.295) 51%, rgb(221.85, 221.85, 221.85) 100%);
}
.grad-gray-300-tint.btn-grad {
  border: 2px solid rgb(221.85, 221.85, 221.85);
  box-shadow: 0 2.8px 2.2px rgba(126.48, 126.48, 126.48, 0.02), 0 6.7px 5.3px rgba(126.48, 126.48, 126.48, 0.028), 0 12.5px 10px rgba(126.48, 126.48, 126.48, 0.035), 0 22.3px 17.9px rgba(126.48, 126.48, 126.48, 0.042), 0 41.8px 33.4px rgba(126.48, 126.48, 126.48, 0.05), 0 100px 80px rgba(126.48, 126.48, 126.48, 0.07);
  color: #481707;
}

.shadow-gray-300 {
  box-shadow: 0 2.8px 2.2px rgba(153, 153, 153, 0.02), 0 6.7px 5.3px rgba(153, 153, 153, 0.028), 0 12.5px 10px rgba(153, 153, 153, 0.035), 0 22.3px 17.9px rgba(153, 153, 153, 0.042), 0 41.8px 33.4px rgba(153, 153, 153, 0.05), 0 100px 80px rgba(153, 153, 153, 0.07);
}
.shadow-gray-300-tint {
  box-shadow: 0 2.8px 2.2px rgba(170.85, 170.85, 170.85, 0.02), 0 6.7px 5.3px rgba(170.85, 170.85, 170.85, 0.028), 0 12.5px 10px rgba(170.85, 170.85, 170.85, 0.035), 0 22.3px 17.9px rgba(170.85, 170.85, 170.85, 0.042), 0 41.8px 33.4px rgba(170.85, 170.85, 170.85, 0.05), 0 100px 80px rgba(170.85, 170.85, 170.85, 0.07);
}

.overlay-gray-300.top-bottom {
  background-image: linear-gradient(0deg, rgba(204, 204, 204, 0) 0%, #cccccc 100%);
}
.overlay-gray-300.bottom-top {
  background-image: linear-gradient(180deg, rgba(204, 204, 204, 0) 0%, #cccccc 100%);
}

.fade-gray-300-in {
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(204, 204, 204, 0) 0%, #cccccc 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-gray-300-in.overlay-sm {
  height: 25%;
}
.fade-gray-300-in.overlay-rg {
  height: 50%;
}
.fade-gray-300-in.overlay-lg {
  height: 100%;
}
.fade-gray-300-out {
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(204, 204, 204, 0) 0%, #cccccc 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-gray-300-out.overlay-sm {
  height: 25%;
}
.fade-gray-300-out.overlay-rg {
  height: 50%;
}
.fade-gray-300-out.overlay-lg {
  height: 100%;
}
.fade-gray-300-ltr {
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(204, 204, 204, 0) 0%, #cccccc 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-gray-300-ltr.overlay-sm {
  width: 25%;
}
.fade-gray-300-ltr.overlay-rg {
  width: 50%;
}
.fade-gray-300-ltr.overlay-lg {
  width: 100%;
}
.fade-gray-300-rtl {
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left, rgba(204, 204, 204, 0) 0%, #cccccc 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-gray-300-rtl.overlay-sm {
  width: 25%;
}
.fade-gray-300-rtl.overlay-rg {
  width: 50%;
}
.fade-gray-300-rtl.overlay-lg {
  width: 100%;
}

.txt-gray-400 {
  color: #B3B3B3 !important;
}
.txt-gray-400-tint {
  color: rgb(205.6, 205.6, 205.6);
}
.txt-gray-400shade {
  color: rgb(205.6, 205.6, 205.6);
}

.link-gray-400 {
  color: #B3B3B3 !important;
  opacity: 0.8;
  -webkit-text-decoration-color: #B3B3B3 !important;
          text-decoration-color: #B3B3B3 !important;
}
.link-gray-400:hover, .link-gray-400:focus, .link-gray-400:active, .link-gray-400 .active {
  color: #B3B3B3 !important;
  opacity: 1;
  -webkit-text-decoration-color: #B3B3B3 !important;
          text-decoration-color: #B3B3B3 !important;
}
.link-gray-400:visited {
  color: #B3B3B3 !important;
  opacity: 0.8;
}
.link-gray-400:focus-visible {
  outline: none;
}

.bkg-gray-400 {
  background-color: #B3B3B3;
}
.bkg-gray-400-tint {
  background-color: rgb(205.6, 205.6, 205.6);
}

.bdr-gray-400 {
  border-color: #B3B3B3;
}
.bdr-gray-400-tint {
  border-color: rgb(205.6, 205.6, 205.6);
}

.fill-gray-400 path {
  fill: #B3B3B3;
}
.fill-gray-400-tint path {
  fill: rgb(205.6, 205.6, 205.6);
}

.badge-gray-400 {
  background-color: #B3B3B3;
  color: rgb(89.5, 89.5, 89.5);
  mix-blend-mode: difference;
}
.badge-gray-400-tint {
  background-color: rgb(205.6, 205.6, 205.6);
  color: rgb(89.5, 89.5, 89.5);
  mix-blend-mode: difference;
}
.badge-gray-400-shade {
  background-color: rgb(116.35, 116.35, 116.35);
  color: #d9d9d9;
  mix-blend-mode: difference;
}

.alert-gray-400 {
  background-color: rgba(179, 179, 179, 0.2) !important;
  border: 1px solid rgba(179, 179, 179, 0.3) !important;
  border-radius: 0;
  color: rgba(116.35, 116.35, 116.35, 0.5);
}
.alert-gray-400-tint {
  background-color: rgba(205.6, 205.6, 205.6, 0.2) !important;
  border: 1px solid rgba(205.6, 205.6, 205.6, 0.3) !important;
  color: rgba(133.64, 133.64, 133.64, 0.5);
}

.pill-gray-400 {
  background-color: #B3B3B3 !important;
  color: #ffffff;
}
.pill-gray-400-tint {
  background-color: rgb(205.6, 205.6, 205.6) !important;
  color: #ffffff;
}

.grad-gray-400 {
  background-image: linear-gradient(135deg, #B3B3B3 0%, rgb(125.3, 125.3, 125.3) 51%, #B3B3B3 100%);
}
.grad-gray-400.btn-grad {
  border: 2px solid #B3B3B3;
  box-shadow: 0 2.8px 2.2px rgba(92.2, 92.2, 92.2, 0.02), 0 6.7px 5.3px rgba(92.2, 92.2, 92.2, 0.028), 0 12.5px 10px rgba(92.2, 92.2, 92.2, 0.035), 0 22.3px 17.9px rgba(92.2, 92.2, 92.2, 0.042), 0 41.8px 33.4px rgba(92.2, 92.2, 92.2, 0.05), 0 100px 80px rgba(92.2, 92.2, 92.2, 0.07);
  color: #481707;
}
.grad-gray-400-tint {
  background-image: linear-gradient(135deg, rgb(205.6, 205.6, 205.6) 0%, rgb(143.92, 143.92, 143.92) 51%, rgb(205.6, 205.6, 205.6) 100%);
}
.grad-gray-400-tint.btn-grad {
  border: 2px solid rgb(205.6, 205.6, 205.6);
  box-shadow: 0 2.8px 2.2px rgba(113.48, 113.48, 113.48, 0.02), 0 6.7px 5.3px rgba(113.48, 113.48, 113.48, 0.028), 0 12.5px 10px rgba(113.48, 113.48, 113.48, 0.035), 0 22.3px 17.9px rgba(113.48, 113.48, 113.48, 0.042), 0 41.8px 33.4px rgba(113.48, 113.48, 113.48, 0.05), 0 100px 80px rgba(113.48, 113.48, 113.48, 0.07);
  color: #481707;
}

.shadow-gray-400 {
  box-shadow: 0 2.8px 2.2px rgba(128, 128, 128, 0.02), 0 6.7px 5.3px rgba(128, 128, 128, 0.028), 0 12.5px 10px rgba(128, 128, 128, 0.035), 0 22.3px 17.9px rgba(128, 128, 128, 0.042), 0 41.8px 33.4px rgba(128, 128, 128, 0.05), 0 100px 80px rgba(128, 128, 128, 0.07);
}
.shadow-gray-400-tint {
  box-shadow: 0 2.8px 2.2px rgba(154.6, 154.6, 154.6, 0.02), 0 6.7px 5.3px rgba(154.6, 154.6, 154.6, 0.028), 0 12.5px 10px rgba(154.6, 154.6, 154.6, 0.035), 0 22.3px 17.9px rgba(154.6, 154.6, 154.6, 0.042), 0 41.8px 33.4px rgba(154.6, 154.6, 154.6, 0.05), 0 100px 80px rgba(154.6, 154.6, 154.6, 0.07);
}

.overlay-gray-400.top-bottom {
  background-image: linear-gradient(0deg, rgba(179, 179, 179, 0) 0%, #b3b3b3 100%);
}
.overlay-gray-400.bottom-top {
  background-image: linear-gradient(180deg, rgba(179, 179, 179, 0) 0%, #b3b3b3 100%);
}

.fade-gray-400-in {
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(179, 179, 179, 0) 0%, #b3b3b3 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-gray-400-in.overlay-sm {
  height: 25%;
}
.fade-gray-400-in.overlay-rg {
  height: 50%;
}
.fade-gray-400-in.overlay-lg {
  height: 100%;
}
.fade-gray-400-out {
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(179, 179, 179, 0) 0%, #b3b3b3 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-gray-400-out.overlay-sm {
  height: 25%;
}
.fade-gray-400-out.overlay-rg {
  height: 50%;
}
.fade-gray-400-out.overlay-lg {
  height: 100%;
}
.fade-gray-400-ltr {
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(179, 179, 179, 0) 0%, #b3b3b3 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-gray-400-ltr.overlay-sm {
  width: 25%;
}
.fade-gray-400-ltr.overlay-rg {
  width: 50%;
}
.fade-gray-400-ltr.overlay-lg {
  width: 100%;
}
.fade-gray-400-rtl {
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left, rgba(179, 179, 179, 0) 0%, #b3b3b3 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-gray-400-rtl.overlay-sm {
  width: 25%;
}
.fade-gray-400-rtl.overlay-rg {
  width: 50%;
}
.fade-gray-400-rtl.overlay-lg {
  width: 100%;
}

.txt-gray-500 {
  color: #999999 !important;
}
.txt-gray-500-tint {
  color: rgb(188.7, 188.7, 188.7);
}
.txt-gray-500shade {
  color: rgb(188.7, 188.7, 188.7);
}

.link-gray-500 {
  color: #999999 !important;
  opacity: 0.8;
  -webkit-text-decoration-color: #999999 !important;
          text-decoration-color: #999999 !important;
}
.link-gray-500:hover, .link-gray-500:focus, .link-gray-500:active, .link-gray-500 .active {
  color: #999999 !important;
  opacity: 1;
  -webkit-text-decoration-color: #999999 !important;
          text-decoration-color: #999999 !important;
}
.link-gray-500:visited {
  color: #999999 !important;
  opacity: 0.8;
}
.link-gray-500:focus-visible {
  outline: none;
}

.bkg-gray-500 {
  background-color: #999999;
}
.bkg-gray-500-tint {
  background-color: rgb(188.7, 188.7, 188.7);
}

.bdr-gray-500 {
  border-color: #999999;
}
.bdr-gray-500-tint {
  border-color: rgb(188.7, 188.7, 188.7);
}

.fill-gray-500 path {
  fill: #999999;
}
.fill-gray-500-tint path {
  fill: rgb(188.7, 188.7, 188.7);
}

.badge-gray-500 {
  background-color: #999999;
  color: rgb(76.5, 76.5, 76.5);
  mix-blend-mode: difference;
}
.badge-gray-500-tint {
  background-color: rgb(188.7, 188.7, 188.7);
  color: rgb(76.5, 76.5, 76.5);
  mix-blend-mode: difference;
}
.badge-gray-500-shade {
  background-color: rgb(99.45, 99.45, 99.45);
  color: #cccccc;
  mix-blend-mode: difference;
}

.alert-gray-500 {
  background-color: rgba(153, 153, 153, 0.2) !important;
  border: 1px solid rgba(153, 153, 153, 0.3) !important;
  border-radius: 0;
  color: rgba(99.45, 99.45, 99.45, 0.5);
}
.alert-gray-500-tint {
  background-color: rgba(188.7, 188.7, 188.7, 0.2) !important;
  border: 1px solid rgba(188.7, 188.7, 188.7, 0.3) !important;
  color: rgba(122.655, 122.655, 122.655, 0.5);
}

.pill-gray-500 {
  background-color: #999999 !important;
  color: #ffffff;
}
.pill-gray-500-tint {
  background-color: rgb(188.7, 188.7, 188.7) !important;
  color: #ffffff;
}

.grad-gray-500 {
  background-image: linear-gradient(135deg, #999999 0%, rgb(107.1, 107.1, 107.1) 51%, #999999 100%);
}
.grad-gray-500.btn-grad {
  border: 2px solid #999999;
  box-shadow: 0 2.8px 2.2px rgba(71.4, 71.4, 71.4, 0.02), 0 6.7px 5.3px rgba(71.4, 71.4, 71.4, 0.028), 0 12.5px 10px rgba(71.4, 71.4, 71.4, 0.035), 0 22.3px 17.9px rgba(71.4, 71.4, 71.4, 0.042), 0 41.8px 33.4px rgba(71.4, 71.4, 71.4, 0.05), 0 100px 80px rgba(71.4, 71.4, 71.4, 0.07);
  color: #481707;
}
.grad-gray-500-tint {
  background-image: linear-gradient(135deg, rgb(188.7, 188.7, 188.7) 0%, rgb(132.09, 132.09, 132.09) 51%, rgb(188.7, 188.7, 188.7) 100%);
}
.grad-gray-500-tint.btn-grad {
  border: 2px solid rgb(188.7, 188.7, 188.7);
  box-shadow: 0 2.8px 2.2px rgba(99.96, 99.96, 99.96, 0.02), 0 6.7px 5.3px rgba(99.96, 99.96, 99.96, 0.028), 0 12.5px 10px rgba(99.96, 99.96, 99.96, 0.035), 0 22.3px 17.9px rgba(99.96, 99.96, 99.96, 0.042), 0 41.8px 33.4px rgba(99.96, 99.96, 99.96, 0.05), 0 100px 80px rgba(99.96, 99.96, 99.96, 0.07);
  color: #481707;
}

.shadow-gray-500 {
  box-shadow: 0 2.8px 2.2px rgba(102, 102, 102, 0.02), 0 6.7px 5.3px rgba(102, 102, 102, 0.028), 0 12.5px 10px rgba(102, 102, 102, 0.035), 0 22.3px 17.9px rgba(102, 102, 102, 0.042), 0 41.8px 33.4px rgba(102, 102, 102, 0.05), 0 100px 80px rgba(102, 102, 102, 0.07);
}
.shadow-gray-500-tint {
  box-shadow: 0 2.8px 2.2px rgba(137.7, 137.7, 137.7, 0.02), 0 6.7px 5.3px rgba(137.7, 137.7, 137.7, 0.028), 0 12.5px 10px rgba(137.7, 137.7, 137.7, 0.035), 0 22.3px 17.9px rgba(137.7, 137.7, 137.7, 0.042), 0 41.8px 33.4px rgba(137.7, 137.7, 137.7, 0.05), 0 100px 80px rgba(137.7, 137.7, 137.7, 0.07);
}

.overlay-gray-500.top-bottom {
  background-image: linear-gradient(0deg, rgba(153, 153, 153, 0) 0%, #999999 100%);
}
.overlay-gray-500.bottom-top {
  background-image: linear-gradient(180deg, rgba(153, 153, 153, 0) 0%, #999999 100%);
}

.fade-gray-500-in {
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(153, 153, 153, 0) 0%, #999999 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-gray-500-in.overlay-sm {
  height: 25%;
}
.fade-gray-500-in.overlay-rg {
  height: 50%;
}
.fade-gray-500-in.overlay-lg {
  height: 100%;
}
.fade-gray-500-out {
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(153, 153, 153, 0) 0%, #999999 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-gray-500-out.overlay-sm {
  height: 25%;
}
.fade-gray-500-out.overlay-rg {
  height: 50%;
}
.fade-gray-500-out.overlay-lg {
  height: 100%;
}
.fade-gray-500-ltr {
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(153, 153, 153, 0) 0%, #999999 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-gray-500-ltr.overlay-sm {
  width: 25%;
}
.fade-gray-500-ltr.overlay-rg {
  width: 50%;
}
.fade-gray-500-ltr.overlay-lg {
  width: 100%;
}
.fade-gray-500-rtl {
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left, rgba(153, 153, 153, 0) 0%, #999999 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-gray-500-rtl.overlay-sm {
  width: 25%;
}
.fade-gray-500-rtl.overlay-rg {
  width: 50%;
}
.fade-gray-500-rtl.overlay-lg {
  width: 100%;
}

.txt-gray-600 {
  color: #878F8D !important;
}
.txt-gray-600-tint {
  color: rgb(177, 182.2, 180.9);
}
.txt-gray-600shade {
  color: rgb(177, 182.2, 180.9);
}

.link-gray-600 {
  color: #878F8D !important;
  opacity: 0.8;
  -webkit-text-decoration-color: #878F8D !important;
          text-decoration-color: #878F8D !important;
}
.link-gray-600:hover, .link-gray-600:focus, .link-gray-600:active, .link-gray-600 .active {
  color: #878F8D !important;
  opacity: 1;
  -webkit-text-decoration-color: #878F8D !important;
          text-decoration-color: #878F8D !important;
}
.link-gray-600:visited {
  color: #878F8D !important;
  opacity: 0.8;
}
.link-gray-600:focus-visible {
  outline: none;
}

.bkg-gray-600 {
  background-color: #878F8D;
}
.bkg-gray-600-tint {
  background-color: rgb(177, 182.2, 180.9);
}

.bdr-gray-600 {
  border-color: #878F8D;
}
.bdr-gray-600-tint {
  border-color: rgb(177, 182.2, 180.9);
}

.fill-gray-600 path {
  fill: #878F8D;
}
.fill-gray-600-tint path {
  fill: rgb(177, 182.2, 180.9);
}

.badge-gray-600 {
  background-color: #878F8D;
  color: rgb(67.5, 71.5, 70.5);
  mix-blend-mode: difference;
}
.badge-gray-600-tint {
  background-color: rgb(177, 182.2, 180.9);
  color: rgb(67.5, 71.5, 70.5);
  mix-blend-mode: difference;
}
.badge-gray-600-shade {
  background-color: rgb(87.75, 92.95, 91.65);
  color: #c3c7c6;
  mix-blend-mode: difference;
}

.alert-gray-600 {
  background-color: rgba(135, 143, 141, 0.2) !important;
  border: 1px solid rgba(135, 143, 141, 0.3) !important;
  border-radius: 0;
  color: rgba(87.75, 92.95, 91.65, 0.5);
}
.alert-gray-600-tint {
  background-color: rgba(177, 182.2, 180.9, 0.2) !important;
  border: 1px solid rgba(177, 182.2, 180.9, 0.3) !important;
  color: rgba(115.05, 118.43, 117.585, 0.5);
}

.pill-gray-600 {
  background-color: #878F8D !important;
  color: #ffffff;
}
.pill-gray-600-tint {
  background-color: rgb(177, 182.2, 180.9) !important;
  color: #ffffff;
}

.grad-gray-600 {
  background-image: linear-gradient(135deg, #878F8D 0%, rgb(94.5, 100.1, 98.7) 51%, #878F8D 100%);
}
.grad-gray-600.btn-grad {
  border: 2px solid #878F8D;
  box-shadow: 0 2.8px 2.2px rgba(58.4676258993, 61.9323741007, 61.0661870504, 0.02), 0 6.7px 5.3px rgba(58.4676258993, 61.9323741007, 61.0661870504, 0.028), 0 12.5px 10px rgba(58.4676258993, 61.9323741007, 61.0661870504, 0.035), 0 22.3px 17.9px rgba(58.4676258993, 61.9323741007, 61.0661870504, 0.042), 0 41.8px 33.4px rgba(58.4676258993, 61.9323741007, 61.0661870504, 0.05), 0 100px 80px rgba(58.4676258993, 61.9323741007, 61.0661870504, 0.07);
  color: #481707;
}
.grad-gray-600-tint {
  background-image: linear-gradient(135deg, rgb(177, 182.2, 180.9) 0%, rgb(123.9, 127.54, 126.63) 51%, rgb(177, 182.2, 180.9) 100%);
}
.grad-gray-600-tint.btn-grad {
  border: 2px solid rgb(177, 182.2, 180.9);
  box-shadow: 0 2.8px 2.2px rgba(90.9482860223, 94.4117139777, 93.5458569889, 0.02), 0 6.7px 5.3px rgba(90.9482860223, 94.4117139777, 93.5458569889, 0.028), 0 12.5px 10px rgba(90.9482860223, 94.4117139777, 93.5458569889, 0.035), 0 22.3px 17.9px rgba(90.9482860223, 94.4117139777, 93.5458569889, 0.042), 0 41.8px 33.4px rgba(90.9482860223, 94.4117139777, 93.5458569889, 0.05), 0 100px 80px rgba(90.9482860223, 94.4117139777, 93.5458569889, 0.07);
  color: #481707;
}

.shadow-gray-600 {
  box-shadow: 0 2.8px 2.2px rgba(84.9655172414, 91.0344827586, 89.5172413793, 0.02), 0 6.7px 5.3px rgba(84.9655172414, 91.0344827586, 89.5172413793, 0.028), 0 12.5px 10px rgba(84.9655172414, 91.0344827586, 89.5172413793, 0.035), 0 22.3px 17.9px rgba(84.9655172414, 91.0344827586, 89.5172413793, 0.042), 0 41.8px 33.4px rgba(84.9655172414, 91.0344827586, 89.5172413793, 0.05), 0 100px 80px rgba(84.9655172414, 91.0344827586, 89.5172413793, 0.07);
}
.shadow-gray-600-tint {
  box-shadow: 0 2.8px 2.2px rgba(124.2413793103, 132.9586206897, 130.7793103448, 0.02), 0 6.7px 5.3px rgba(124.2413793103, 132.9586206897, 130.7793103448, 0.028), 0 12.5px 10px rgba(124.2413793103, 132.9586206897, 130.7793103448, 0.035), 0 22.3px 17.9px rgba(124.2413793103, 132.9586206897, 130.7793103448, 0.042), 0 41.8px 33.4px rgba(124.2413793103, 132.9586206897, 130.7793103448, 0.05), 0 100px 80px rgba(124.2413793103, 132.9586206897, 130.7793103448, 0.07);
}

.overlay-gray-600.top-bottom {
  background-image: linear-gradient(0deg, rgba(135, 143, 141, 0) 0%, #878f8d 100%);
}
.overlay-gray-600.bottom-top {
  background-image: linear-gradient(180deg, rgba(135, 143, 141, 0) 0%, #878f8d 100%);
}

.fade-gray-600-in {
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(135, 143, 141, 0) 0%, #878f8d 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-gray-600-in.overlay-sm {
  height: 25%;
}
.fade-gray-600-in.overlay-rg {
  height: 50%;
}
.fade-gray-600-in.overlay-lg {
  height: 100%;
}
.fade-gray-600-out {
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(135, 143, 141, 0) 0%, #878f8d 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-gray-600-out.overlay-sm {
  height: 25%;
}
.fade-gray-600-out.overlay-rg {
  height: 50%;
}
.fade-gray-600-out.overlay-lg {
  height: 100%;
}
.fade-gray-600-ltr {
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(135, 143, 141, 0) 0%, #878f8d 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-gray-600-ltr.overlay-sm {
  width: 25%;
}
.fade-gray-600-ltr.overlay-rg {
  width: 50%;
}
.fade-gray-600-ltr.overlay-lg {
  width: 100%;
}
.fade-gray-600-rtl {
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left, rgba(135, 143, 141, 0) 0%, #878f8d 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-gray-600-rtl.overlay-sm {
  width: 25%;
}
.fade-gray-600-rtl.overlay-rg {
  width: 50%;
}
.fade-gray-600-rtl.overlay-lg {
  width: 100%;
}

.txt-gray-700 {
  color: #666666 !important;
}
.txt-gray-700-tint {
  color: rgb(155.55, 155.55, 155.55);
}
.txt-gray-700shade {
  color: rgb(155.55, 155.55, 155.55);
}

.link-gray-700 {
  color: #666666 !important;
  opacity: 0.8;
  -webkit-text-decoration-color: #666666 !important;
          text-decoration-color: #666666 !important;
}
.link-gray-700:hover, .link-gray-700:focus, .link-gray-700:active, .link-gray-700 .active {
  color: #666666 !important;
  opacity: 1;
  -webkit-text-decoration-color: #666666 !important;
          text-decoration-color: #666666 !important;
}
.link-gray-700:visited {
  color: #666666 !important;
  opacity: 0.8;
}
.link-gray-700:focus-visible {
  outline: none;
}

.bkg-gray-700 {
  background-color: #666666;
}
.bkg-gray-700-tint {
  background-color: rgb(155.55, 155.55, 155.55);
}

.bdr-gray-700 {
  border-color: #666666;
}
.bdr-gray-700-tint {
  border-color: rgb(155.55, 155.55, 155.55);
}

.fill-gray-700 path {
  fill: #666666;
}
.fill-gray-700-tint path {
  fill: rgb(155.55, 155.55, 155.55);
}

.badge-gray-700 {
  background-color: #666666;
  color: #333333;
  mix-blend-mode: difference;
}
.badge-gray-700-tint {
  background-color: rgb(155.55, 155.55, 155.55);
  color: #333333;
  mix-blend-mode: difference;
}
.badge-gray-700-shade {
  background-color: rgb(66.3, 66.3, 66.3);
  color: rgb(178.5, 178.5, 178.5);
  mix-blend-mode: difference;
}

.alert-gray-700 {
  background-color: rgba(102, 102, 102, 0.2) !important;
  border: 1px solid rgba(102, 102, 102, 0.3) !important;
  border-radius: 0;
  color: rgba(66.3, 66.3, 66.3, 0.5);
}
.alert-gray-700-tint {
  background-color: rgba(155.55, 155.55, 155.55, 0.2) !important;
  border: 1px solid rgba(155.55, 155.55, 155.55, 0.3) !important;
  color: rgba(101.1075, 101.1075, 101.1075, 0.5);
}

.pill-gray-700 {
  background-color: #666666 !important;
  color: #ffffff;
}
.pill-gray-700-tint {
  background-color: rgb(155.55, 155.55, 155.55) !important;
  color: #ffffff;
}

.grad-gray-700 {
  background-image: linear-gradient(135deg, #666666 0%, rgb(71.4, 71.4, 71.4) 51%, #666666 100%);
}
.grad-gray-700.btn-grad {
  border: 2px solid #666666;
  box-shadow: 0 2.8px 2.2px rgba(30.6, 30.6, 30.6, 0.02), 0 6.7px 5.3px rgba(30.6, 30.6, 30.6, 0.028), 0 12.5px 10px rgba(30.6, 30.6, 30.6, 0.035), 0 22.3px 17.9px rgba(30.6, 30.6, 30.6, 0.042), 0 41.8px 33.4px rgba(30.6, 30.6, 30.6, 0.05), 0 100px 80px rgba(30.6, 30.6, 30.6, 0.07);
  color: #FEFBF8;
}
.grad-gray-700-tint {
  background-image: linear-gradient(135deg, rgb(155.55, 155.55, 155.55) 0%, rgb(108.885, 108.885, 108.885) 51%, rgb(155.55, 155.55, 155.55) 100%);
}
.grad-gray-700-tint.btn-grad {
  border: 2px solid rgb(155.55, 155.55, 155.55);
  box-shadow: 0 2.8px 2.2px rgba(73.44, 73.44, 73.44, 0.02), 0 6.7px 5.3px rgba(73.44, 73.44, 73.44, 0.028), 0 12.5px 10px rgba(73.44, 73.44, 73.44, 0.035), 0 22.3px 17.9px rgba(73.44, 73.44, 73.44, 0.042), 0 41.8px 33.4px rgba(73.44, 73.44, 73.44, 0.05), 0 100px 80px rgba(73.44, 73.44, 73.44, 0.07);
  color: #481707;
}

.shadow-gray-700 {
  box-shadow: 0 2.8px 2.2px rgba(51, 51, 51, 0.02), 0 6.7px 5.3px rgba(51, 51, 51, 0.028), 0 12.5px 10px rgba(51, 51, 51, 0.035), 0 22.3px 17.9px rgba(51, 51, 51, 0.042), 0 41.8px 33.4px rgba(51, 51, 51, 0.05), 0 100px 80px rgba(51, 51, 51, 0.07);
}
.shadow-gray-700-tint {
  box-shadow: 0 2.8px 2.2px rgba(104.55, 104.55, 104.55, 0.02), 0 6.7px 5.3px rgba(104.55, 104.55, 104.55, 0.028), 0 12.5px 10px rgba(104.55, 104.55, 104.55, 0.035), 0 22.3px 17.9px rgba(104.55, 104.55, 104.55, 0.042), 0 41.8px 33.4px rgba(104.55, 104.55, 104.55, 0.05), 0 100px 80px rgba(104.55, 104.55, 104.55, 0.07);
}

.overlay-gray-700.top-bottom {
  background-image: linear-gradient(0deg, rgba(102, 102, 102, 0) 0%, #666666 100%);
}
.overlay-gray-700.bottom-top {
  background-image: linear-gradient(180deg, rgba(102, 102, 102, 0) 0%, #666666 100%);
}

.fade-gray-700-in {
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(102, 102, 102, 0) 0%, #666666 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-gray-700-in.overlay-sm {
  height: 25%;
}
.fade-gray-700-in.overlay-rg {
  height: 50%;
}
.fade-gray-700-in.overlay-lg {
  height: 100%;
}
.fade-gray-700-out {
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(102, 102, 102, 0) 0%, #666666 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-gray-700-out.overlay-sm {
  height: 25%;
}
.fade-gray-700-out.overlay-rg {
  height: 50%;
}
.fade-gray-700-out.overlay-lg {
  height: 100%;
}
.fade-gray-700-ltr {
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(102, 102, 102, 0) 0%, #666666 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-gray-700-ltr.overlay-sm {
  width: 25%;
}
.fade-gray-700-ltr.overlay-rg {
  width: 50%;
}
.fade-gray-700-ltr.overlay-lg {
  width: 100%;
}
.fade-gray-700-rtl {
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left, rgba(102, 102, 102, 0) 0%, #666666 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-gray-700-rtl.overlay-sm {
  width: 25%;
}
.fade-gray-700-rtl.overlay-rg {
  width: 50%;
}
.fade-gray-700-rtl.overlay-lg {
  width: 100%;
}

.txt-gray-800 {
  color: #4D4D4D !important;
}
.txt-gray-800-tint {
  color: rgb(139.3, 139.3, 139.3);
}
.txt-gray-800shade {
  color: rgb(139.3, 139.3, 139.3);
}

.link-gray-800 {
  color: #4D4D4D !important;
  opacity: 0.8;
  -webkit-text-decoration-color: #4D4D4D !important;
          text-decoration-color: #4D4D4D !important;
}
.link-gray-800:hover, .link-gray-800:focus, .link-gray-800:active, .link-gray-800 .active {
  color: #4D4D4D !important;
  opacity: 1;
  -webkit-text-decoration-color: #4D4D4D !important;
          text-decoration-color: #4D4D4D !important;
}
.link-gray-800:visited {
  color: #4D4D4D !important;
  opacity: 0.8;
}
.link-gray-800:focus-visible {
  outline: none;
}

.bkg-gray-800 {
  background-color: #4D4D4D;
}
.bkg-gray-800-tint {
  background-color: rgb(139.3, 139.3, 139.3);
}

.bdr-gray-800 {
  border-color: #4D4D4D;
}
.bdr-gray-800-tint {
  border-color: rgb(139.3, 139.3, 139.3);
}

.fill-gray-800 path {
  fill: #4D4D4D;
}
.fill-gray-800-tint path {
  fill: rgb(139.3, 139.3, 139.3);
}

.badge-gray-800 {
  background-color: #4D4D4D;
  color: rgb(38.5, 38.5, 38.5);
  mix-blend-mode: difference;
}
.badge-gray-800-tint {
  background-color: rgb(139.3, 139.3, 139.3);
  color: rgb(38.5, 38.5, 38.5);
  mix-blend-mode: difference;
}
.badge-gray-800-shade {
  background-color: rgb(50.05, 50.05, 50.05);
  color: #a6a6a6;
  mix-blend-mode: difference;
}

.alert-gray-800 {
  background-color: rgba(77, 77, 77, 0.2) !important;
  border: 1px solid rgba(77, 77, 77, 0.3) !important;
  border-radius: 0;
  color: rgba(50.05, 50.05, 50.05, 0.5);
}
.alert-gray-800-tint {
  background-color: rgba(139.3, 139.3, 139.3, 0.2) !important;
  border: 1px solid rgba(139.3, 139.3, 139.3, 0.3) !important;
  color: rgba(90.545, 90.545, 90.545, 0.5);
}

.pill-gray-800 {
  background-color: #4D4D4D !important;
  color: #ffffff;
}
.pill-gray-800-tint {
  background-color: rgb(139.3, 139.3, 139.3) !important;
  color: #ffffff;
}

.grad-gray-800 {
  background-image: linear-gradient(135deg, #4D4D4D 0%, rgb(53.9, 53.9, 53.9) 51%, #4D4D4D 100%);
}
.grad-gray-800.btn-grad {
  border: 2px solid #4D4D4D;
  box-shadow: 0 2.8px 2.2px rgba(10.6, 10.6, 10.6, 0.02), 0 6.7px 5.3px rgba(10.6, 10.6, 10.6, 0.028), 0 12.5px 10px rgba(10.6, 10.6, 10.6, 0.035), 0 22.3px 17.9px rgba(10.6, 10.6, 10.6, 0.042), 0 41.8px 33.4px rgba(10.6, 10.6, 10.6, 0.05), 0 100px 80px rgba(10.6, 10.6, 10.6, 0.07);
  color: #FEFBF8;
}
.grad-gray-800-tint {
  background-image: linear-gradient(135deg, rgb(139.3, 139.3, 139.3) 0%, rgb(97.51, 97.51, 97.51) 51%, rgb(139.3, 139.3, 139.3) 100%);
}
.grad-gray-800-tint.btn-grad {
  border: 2px solid rgb(139.3, 139.3, 139.3);
  box-shadow: 0 2.8px 2.2px rgba(60.44, 60.44, 60.44, 0.02), 0 6.7px 5.3px rgba(60.44, 60.44, 60.44, 0.028), 0 12.5px 10px rgba(60.44, 60.44, 60.44, 0.035), 0 22.3px 17.9px rgba(60.44, 60.44, 60.44, 0.042), 0 41.8px 33.4px rgba(60.44, 60.44, 60.44, 0.05), 0 100px 80px rgba(60.44, 60.44, 60.44, 0.07);
  color: #481707;
}

.shadow-gray-800 {
  box-shadow: 0 2.8px 2.2px rgba(26, 26, 26, 0.02), 0 6.7px 5.3px rgba(26, 26, 26, 0.028), 0 12.5px 10px rgba(26, 26, 26, 0.035), 0 22.3px 17.9px rgba(26, 26, 26, 0.042), 0 41.8px 33.4px rgba(26, 26, 26, 0.05), 0 100px 80px rgba(26, 26, 26, 0.07);
}
.shadow-gray-800-tint {
  box-shadow: 0 2.8px 2.2px rgba(88.3, 88.3, 88.3, 0.02), 0 6.7px 5.3px rgba(88.3, 88.3, 88.3, 0.028), 0 12.5px 10px rgba(88.3, 88.3, 88.3, 0.035), 0 22.3px 17.9px rgba(88.3, 88.3, 88.3, 0.042), 0 41.8px 33.4px rgba(88.3, 88.3, 88.3, 0.05), 0 100px 80px rgba(88.3, 88.3, 88.3, 0.07);
}

.overlay-gray-800.top-bottom {
  background-image: linear-gradient(0deg, rgba(77, 77, 77, 0) 0%, #4d4d4d 100%);
}
.overlay-gray-800.bottom-top {
  background-image: linear-gradient(180deg, rgba(77, 77, 77, 0) 0%, #4d4d4d 100%);
}

.fade-gray-800-in {
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(77, 77, 77, 0) 0%, #4d4d4d 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-gray-800-in.overlay-sm {
  height: 25%;
}
.fade-gray-800-in.overlay-rg {
  height: 50%;
}
.fade-gray-800-in.overlay-lg {
  height: 100%;
}
.fade-gray-800-out {
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(77, 77, 77, 0) 0%, #4d4d4d 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-gray-800-out.overlay-sm {
  height: 25%;
}
.fade-gray-800-out.overlay-rg {
  height: 50%;
}
.fade-gray-800-out.overlay-lg {
  height: 100%;
}
.fade-gray-800-ltr {
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(77, 77, 77, 0) 0%, #4d4d4d 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-gray-800-ltr.overlay-sm {
  width: 25%;
}
.fade-gray-800-ltr.overlay-rg {
  width: 50%;
}
.fade-gray-800-ltr.overlay-lg {
  width: 100%;
}
.fade-gray-800-rtl {
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left, rgba(77, 77, 77, 0) 0%, #4d4d4d 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-gray-800-rtl.overlay-sm {
  width: 25%;
}
.fade-gray-800-rtl.overlay-rg {
  width: 50%;
}
.fade-gray-800-rtl.overlay-lg {
  width: 100%;
}

.txt-gray-900 {
  color: #262626 !important;
}
.txt-gray-900-tint {
  color: rgb(113.95, 113.95, 113.95);
}
.txt-gray-900shade {
  color: rgb(113.95, 113.95, 113.95);
}

.link-gray-900 {
  color: #262626 !important;
  opacity: 0.8;
  -webkit-text-decoration-color: #262626 !important;
          text-decoration-color: #262626 !important;
}
.link-gray-900:hover, .link-gray-900:focus, .link-gray-900:active, .link-gray-900 .active {
  color: #262626 !important;
  opacity: 1;
  -webkit-text-decoration-color: #262626 !important;
          text-decoration-color: #262626 !important;
}
.link-gray-900:visited {
  color: #262626 !important;
  opacity: 0.8;
}
.link-gray-900:focus-visible {
  outline: none;
}

.bkg-gray-900 {
  background-color: #262626;
}
.bkg-gray-900-tint {
  background-color: rgb(113.95, 113.95, 113.95);
}

.bdr-gray-900 {
  border-color: #262626;
}
.bdr-gray-900-tint {
  border-color: rgb(113.95, 113.95, 113.95);
}

.fill-gray-900 path {
  fill: #262626;
}
.fill-gray-900-tint path {
  fill: rgb(113.95, 113.95, 113.95);
}

.badge-gray-900 {
  background-color: #262626;
  color: #131313;
  mix-blend-mode: difference;
}
.badge-gray-900-tint {
  background-color: rgb(113.95, 113.95, 113.95);
  color: #131313;
  mix-blend-mode: difference;
}
.badge-gray-900-shade {
  background-color: rgb(24.7, 24.7, 24.7);
  color: rgb(146.5, 146.5, 146.5);
  mix-blend-mode: difference;
}

.alert-gray-900 {
  background-color: rgba(38, 38, 38, 0.2) !important;
  border: 1px solid rgba(38, 38, 38, 0.3) !important;
  border-radius: 0;
  color: rgba(24.7, 24.7, 24.7, 0.5);
}
.alert-gray-900-tint {
  background-color: rgba(113.95, 113.95, 113.95, 0.2) !important;
  border: 1px solid rgba(113.95, 113.95, 113.95, 0.3) !important;
  color: rgba(74.0675, 74.0675, 74.0675, 0.5);
}

.pill-gray-900 {
  background-color: #262626 !important;
  color: #ffffff;
}
.pill-gray-900-tint {
  background-color: rgb(113.95, 113.95, 113.95) !important;
  color: #ffffff;
}

.grad-gray-900 {
  background-image: linear-gradient(135deg, #262626 0%, rgb(26.6, 26.6, 26.6) 51%, #262626 100%);
}
.grad-gray-900.btn-grad {
  border: 2px solid #262626;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07);
  color: #FEFBF8;
}
.grad-gray-900-tint {
  background-image: linear-gradient(135deg, rgb(113.95, 113.95, 113.95) 0%, rgb(79.765, 79.765, 79.765) 51%, rgb(113.95, 113.95, 113.95) 100%);
}
.grad-gray-900-tint.btn-grad {
  border: 2px solid rgb(113.95, 113.95, 113.95);
  box-shadow: 0 2.8px 2.2px rgba(40.16, 40.16, 40.16, 0.02), 0 6.7px 5.3px rgba(40.16, 40.16, 40.16, 0.028), 0 12.5px 10px rgba(40.16, 40.16, 40.16, 0.035), 0 22.3px 17.9px rgba(40.16, 40.16, 40.16, 0.042), 0 41.8px 33.4px rgba(40.16, 40.16, 40.16, 0.05), 0 100px 80px rgba(40.16, 40.16, 40.16, 0.07);
  color: #FEFBF8;
}

.shadow-gray-900 {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07);
}
.shadow-gray-900-tint {
  box-shadow: 0 2.8px 2.2px rgba(62.95, 62.95, 62.95, 0.02), 0 6.7px 5.3px rgba(62.95, 62.95, 62.95, 0.028), 0 12.5px 10px rgba(62.95, 62.95, 62.95, 0.035), 0 22.3px 17.9px rgba(62.95, 62.95, 62.95, 0.042), 0 41.8px 33.4px rgba(62.95, 62.95, 62.95, 0.05), 0 100px 80px rgba(62.95, 62.95, 62.95, 0.07);
}

.overlay-gray-900.top-bottom {
  background-image: linear-gradient(0deg, rgba(38, 38, 38, 0) 0%, #262626 100%);
}
.overlay-gray-900.bottom-top {
  background-image: linear-gradient(180deg, rgba(38, 38, 38, 0) 0%, #262626 100%);
}

.fade-gray-900-in {
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(38, 38, 38, 0) 0%, #262626 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-gray-900-in.overlay-sm {
  height: 25%;
}
.fade-gray-900-in.overlay-rg {
  height: 50%;
}
.fade-gray-900-in.overlay-lg {
  height: 100%;
}
.fade-gray-900-out {
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(38, 38, 38, 0) 0%, #262626 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-gray-900-out.overlay-sm {
  height: 25%;
}
.fade-gray-900-out.overlay-rg {
  height: 50%;
}
.fade-gray-900-out.overlay-lg {
  height: 100%;
}
.fade-gray-900-ltr {
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(38, 38, 38, 0) 0%, #262626 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-gray-900-ltr.overlay-sm {
  width: 25%;
}
.fade-gray-900-ltr.overlay-rg {
  width: 50%;
}
.fade-gray-900-ltr.overlay-lg {
  width: 100%;
}
.fade-gray-900-rtl {
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left, rgba(38, 38, 38, 0) 0%, #262626 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-gray-900-rtl.overlay-sm {
  width: 25%;
}
.fade-gray-900-rtl.overlay-rg {
  width: 50%;
}
.fade-gray-900-rtl.overlay-lg {
  width: 100%;
}

.txt-black {
  color: #000000 !important;
}
.txt-black-tint {
  color: rgb(89.25, 89.25, 89.25);
}
.txt-blackshade {
  color: rgb(89.25, 89.25, 89.25);
}

.link-black {
  color: #000000 !important;
  opacity: 0.8;
  -webkit-text-decoration-color: #000000 !important;
          text-decoration-color: #000000 !important;
}
.link-black:hover, .link-black:focus, .link-black:active, .link-black .active {
  color: #000000 !important;
  opacity: 1;
  -webkit-text-decoration-color: #000000 !important;
          text-decoration-color: #000000 !important;
}
.link-black:visited {
  color: #000000 !important;
  opacity: 0.8;
}
.link-black:focus-visible {
  outline: none;
}

.bkg-black {
  background-color: #000000;
}
.bkg-black-tint {
  background-color: rgb(89.25, 89.25, 89.25);
}

.bdr-black {
  border-color: #000000;
}
.bdr-black-tint {
  border-color: rgb(89.25, 89.25, 89.25);
}

.fill-black path {
  fill: #000000;
}
.fill-black-tint path {
  fill: rgb(89.25, 89.25, 89.25);
}

.badge-black {
  background-color: #000000;
  color: black;
  mix-blend-mode: difference;
}
.badge-black-tint {
  background-color: rgb(89.25, 89.25, 89.25);
  color: black;
  mix-blend-mode: difference;
}
.badge-black-shade {
  background-color: black;
  color: rgb(127.5, 127.5, 127.5);
  mix-blend-mode: difference;
}

.alert-black {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
  border-radius: 0;
  color: rgba(0, 0, 0, 0.5);
}
.alert-black-tint {
  background-color: rgba(89.25, 89.25, 89.25, 0.2) !important;
  border: 1px solid rgba(89.25, 89.25, 89.25, 0.3) !important;
  color: rgba(58.0125, 58.0125, 58.0125, 0.5);
}

.pill-black {
  background-color: #000000 !important;
  color: #ffffff;
}
.pill-black-tint {
  background-color: rgb(89.25, 89.25, 89.25) !important;
  color: #ffffff;
}

.grad-black {
  background-image: linear-gradient(135deg, #000000 0%, black 51%, #000000 100%);
}
.grad-black.btn-grad {
  border: 2px solid #000000;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07);
  color: #FEFBF8;
}
.grad-black-tint {
  background-image: linear-gradient(135deg, rgb(89.25, 89.25, 89.25) 0%, rgb(62.475, 62.475, 62.475) 51%, rgb(89.25, 89.25, 89.25) 100%);
}
.grad-black-tint.btn-grad {
  border: 2px solid rgb(89.25, 89.25, 89.25);
  box-shadow: 0 2.8px 2.2px rgba(20.4, 20.4, 20.4, 0.02), 0 6.7px 5.3px rgba(20.4, 20.4, 20.4, 0.028), 0 12.5px 10px rgba(20.4, 20.4, 20.4, 0.035), 0 22.3px 17.9px rgba(20.4, 20.4, 20.4, 0.042), 0 41.8px 33.4px rgba(20.4, 20.4, 20.4, 0.05), 0 100px 80px rgba(20.4, 20.4, 20.4, 0.07);
  color: #FEFBF8;
}

.shadow-black {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07);
}
.shadow-black-tint {
  box-shadow: 0 2.8px 2.2px rgba(38.25, 38.25, 38.25, 0.02), 0 6.7px 5.3px rgba(38.25, 38.25, 38.25, 0.028), 0 12.5px 10px rgba(38.25, 38.25, 38.25, 0.035), 0 22.3px 17.9px rgba(38.25, 38.25, 38.25, 0.042), 0 41.8px 33.4px rgba(38.25, 38.25, 38.25, 0.05), 0 100px 80px rgba(38.25, 38.25, 38.25, 0.07);
}

.overlay-black.top-bottom {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 100%);
}
.overlay-black.bottom-top {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
}

.fade-black-in {
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-black-in.overlay-sm {
  height: 25%;
}
.fade-black-in.overlay-rg {
  height: 50%;
}
.fade-black-in.overlay-lg {
  height: 100%;
}
.fade-black-out {
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-black-out.overlay-sm {
  height: 25%;
}
.fade-black-out.overlay-rg {
  height: 50%;
}
.fade-black-out.overlay-lg {
  height: 100%;
}
.fade-black-ltr {
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-black-ltr.overlay-sm {
  width: 25%;
}
.fade-black-ltr.overlay-rg {
  width: 50%;
}
.fade-black-ltr.overlay-lg {
  width: 100%;
}
.fade-black-rtl {
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, black 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-black-rtl.overlay-sm {
  width: 25%;
}
.fade-black-rtl.overlay-rg {
  width: 50%;
}
.fade-black-rtl.overlay-lg {
  width: 100%;
}

.txt-whatsapp {
  color: #25D366 !important;
}
.txt-whatsapp-tint {
  color: rgb(113.3, 226.4, 155.55);
}
.txt-whatsappshade {
  color: rgb(113.3, 226.4, 155.55);
}

.link-whatsapp {
  color: #25D366 !important;
  opacity: 0.8;
  -webkit-text-decoration-color: #25D366 !important;
          text-decoration-color: #25D366 !important;
}
.link-whatsapp:hover, .link-whatsapp:focus, .link-whatsapp:active, .link-whatsapp .active {
  color: #25D366 !important;
  opacity: 1;
  -webkit-text-decoration-color: #25D366 !important;
          text-decoration-color: #25D366 !important;
}
.link-whatsapp:visited {
  color: #25D366 !important;
  opacity: 0.8;
}
.link-whatsapp:focus-visible {
  outline: none;
}

.bkg-whatsapp {
  background-color: #25D366;
}
.bkg-whatsapp-tint {
  background-color: rgb(113.3, 226.4, 155.55);
}

.bdr-whatsapp {
  border-color: #25D366;
}
.bdr-whatsapp-tint {
  border-color: rgb(113.3, 226.4, 155.55);
}

.fill-whatsapp path {
  fill: #25D366;
}
.fill-whatsapp-tint path {
  fill: rgb(113.3, 226.4, 155.55);
}

.badge-whatsapp {
  background-color: #25D366;
  color: rgb(18.5, 105.5, 51);
  mix-blend-mode: difference;
}
.badge-whatsapp-tint {
  background-color: rgb(113.3, 226.4, 155.55);
  color: rgb(18.5, 105.5, 51);
  mix-blend-mode: difference;
}
.badge-whatsapp-shade {
  background-color: rgb(24.05, 137.15, 66.3);
  color: rgb(146, 233, 178.5);
  mix-blend-mode: difference;
}

.alert-whatsapp {
  background-color: rgba(37, 211, 102, 0.2) !important;
  border: 1px solid rgba(37, 211, 102, 0.3) !important;
  border-radius: 0;
  color: rgba(24.05, 137.15, 66.3, 0.5);
}
.alert-whatsapp-tint {
  background-color: rgba(113.3, 226.4, 155.55, 0.2) !important;
  border: 1px solid rgba(113.3, 226.4, 155.55, 0.3) !important;
  color: rgba(73.645, 147.16, 101.1075, 0.5);
}

.pill-whatsapp {
  background-color: #25D366 !important;
  color: #ffffff;
}
.pill-whatsapp-tint {
  background-color: rgb(113.3, 226.4, 155.55) !important;
  color: #ffffff;
}

.grad-whatsapp {
  background-image: linear-gradient(135deg, #25D366 0%, rgb(25.9, 147.7, 71.4) 51%, #25D366 100%);
}
.grad-whatsapp.btn-grad {
  border: 2px solid #25D366;
  box-shadow: 0 2.8px 2.2px rgba(14.3822580645, 82.0177419355, 39.6483870968, 0.02), 0 6.7px 5.3px rgba(14.3822580645, 82.0177419355, 39.6483870968, 0.028), 0 12.5px 10px rgba(14.3822580645, 82.0177419355, 39.6483870968, 0.035), 0 22.3px 17.9px rgba(14.3822580645, 82.0177419355, 39.6483870968, 0.042), 0 41.8px 33.4px rgba(14.3822580645, 82.0177419355, 39.6483870968, 0.05), 0 100px 80px rgba(14.3822580645, 82.0177419355, 39.6483870968, 0.07);
  color: #FEFBF8;
}
.grad-whatsapp-tint {
  background-image: linear-gradient(135deg, rgb(113.3, 226.4, 155.55) 0%, rgb(79.31, 158.48, 108.885) 51%, rgb(113.3, 226.4, 155.55) 100%);
}
.grad-whatsapp-tint.btn-grad {
  border: 2px solid rgb(113.3, 226.4, 155.55);
  box-shadow: 0 2.8px 2.2px rgba(52.6438415044, 117.1161584956, 76.7283277367, 0.02), 0 6.7px 5.3px rgba(52.6438415044, 117.1161584956, 76.7283277367, 0.028), 0 12.5px 10px rgba(52.6438415044, 117.1161584956, 76.7283277367, 0.035), 0 22.3px 17.9px rgba(52.6438415044, 117.1161584956, 76.7283277367, 0.042), 0 41.8px 33.4px rgba(52.6438415044, 117.1161584956, 76.7283277367, 0.05), 0 100px 80px rgba(52.6438415044, 117.1161584956, 76.7283277367, 0.07);
  color: #481707;
}

.shadow-whatsapp {
  box-shadow: 0 2.8px 2.2px rgba(21.7822580645, 124.2177419355, 60.0483870968, 0.02), 0 6.7px 5.3px rgba(21.7822580645, 124.2177419355, 60.0483870968, 0.028), 0 12.5px 10px rgba(21.7822580645, 124.2177419355, 60.0483870968, 0.035), 0 22.3px 17.9px rgba(21.7822580645, 124.2177419355, 60.0483870968, 0.042), 0 41.8px 33.4px rgba(21.7822580645, 124.2177419355, 60.0483870968, 0.05), 0 100px 80px rgba(21.7822580645, 124.2177419355, 60.0483870968, 0.07);
}
.shadow-whatsapp-tint {
  box-shadow: 0 2.8px 2.2px rgba(39.9190839695, 197.7809160305, 98.8904580153, 0.02), 0 6.7px 5.3px rgba(39.9190839695, 197.7809160305, 98.8904580153, 0.028), 0 12.5px 10px rgba(39.9190839695, 197.7809160305, 98.8904580153, 0.035), 0 22.3px 17.9px rgba(39.9190839695, 197.7809160305, 98.8904580153, 0.042), 0 41.8px 33.4px rgba(39.9190839695, 197.7809160305, 98.8904580153, 0.05), 0 100px 80px rgba(39.9190839695, 197.7809160305, 98.8904580153, 0.07);
}

.overlay-whatsapp.top-bottom {
  background-image: linear-gradient(0deg, rgba(37, 211, 102, 0) 0%, #25d366 100%);
}
.overlay-whatsapp.bottom-top {
  background-image: linear-gradient(180deg, rgba(37, 211, 102, 0) 0%, #25d366 100%);
}

.fade-whatsapp-in {
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(37, 211, 102, 0) 0%, #25d366 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-whatsapp-in.overlay-sm {
  height: 25%;
}
.fade-whatsapp-in.overlay-rg {
  height: 50%;
}
.fade-whatsapp-in.overlay-lg {
  height: 100%;
}
.fade-whatsapp-out {
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(37, 211, 102, 0) 0%, #25d366 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-whatsapp-out.overlay-sm {
  height: 25%;
}
.fade-whatsapp-out.overlay-rg {
  height: 50%;
}
.fade-whatsapp-out.overlay-lg {
  height: 100%;
}
.fade-whatsapp-ltr {
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(37, 211, 102, 0) 0%, #25d366 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-whatsapp-ltr.overlay-sm {
  width: 25%;
}
.fade-whatsapp-ltr.overlay-rg {
  width: 50%;
}
.fade-whatsapp-ltr.overlay-lg {
  width: 100%;
}
.fade-whatsapp-rtl {
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left, rgba(37, 211, 102, 0) 0%, #25d366 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-whatsapp-rtl.overlay-sm {
  width: 25%;
}
.fade-whatsapp-rtl.overlay-rg {
  width: 50%;
}
.fade-whatsapp-rtl.overlay-lg {
  width: 100%;
}

.txt-facebook {
  color: #4267B2 !important;
}
.txt-facebook-tint {
  color: rgb(132.15, 156.2, 204.95);
}
.txt-facebookshade {
  color: rgb(132.15, 156.2, 204.95);
}

.link-facebook {
  color: #4267B2 !important;
  opacity: 0.8;
  -webkit-text-decoration-color: #4267B2 !important;
          text-decoration-color: #4267B2 !important;
}
.link-facebook:hover, .link-facebook:focus, .link-facebook:active, .link-facebook .active {
  color: #4267B2 !important;
  opacity: 1;
  -webkit-text-decoration-color: #4267B2 !important;
          text-decoration-color: #4267B2 !important;
}
.link-facebook:visited {
  color: #4267B2 !important;
  opacity: 0.8;
}
.link-facebook:focus-visible {
  outline: none;
}

.bkg-facebook {
  background-color: #4267B2;
}
.bkg-facebook-tint {
  background-color: rgb(132.15, 156.2, 204.95);
}

.bdr-facebook {
  border-color: #4267B2;
}
.bdr-facebook-tint {
  border-color: rgb(132.15, 156.2, 204.95);
}

.fill-facebook path {
  fill: #4267B2;
}
.fill-facebook-tint path {
  fill: rgb(132.15, 156.2, 204.95);
}

.badge-facebook {
  background-color: #4267B2;
  color: rgb(33, 51.5, 89);
  mix-blend-mode: difference;
}
.badge-facebook-tint {
  background-color: rgb(132.15, 156.2, 204.95);
  color: rgb(33, 51.5, 89);
  mix-blend-mode: difference;
}
.badge-facebook-shade {
  background-color: rgb(42.9, 66.95, 115.7);
  color: rgb(160.5, 179, 216.5);
  mix-blend-mode: difference;
}

.alert-facebook {
  background-color: rgba(66, 103, 178, 0.2) !important;
  border: 1px solid rgba(66, 103, 178, 0.3) !important;
  border-radius: 0;
  color: rgba(42.9, 66.95, 115.7, 0.5);
}
.alert-facebook-tint {
  background-color: rgba(132.15, 156.2, 204.95, 0.2) !important;
  border: 1px solid rgba(132.15, 156.2, 204.95, 0.3) !important;
  color: rgba(85.8975, 101.53, 133.2175, 0.5);
}

.pill-facebook {
  background-color: #4267B2 !important;
  color: #ffffff;
}
.pill-facebook-tint {
  background-color: rgb(132.15, 156.2, 204.95) !important;
  color: #ffffff;
}

.grad-facebook {
  background-image: linear-gradient(135deg, #4267B2 0%, rgb(46.2, 72.1, 124.6) 51%, #4267B2 100%);
}
.grad-facebook.btn-grad {
  border: 2px solid #4267B2;
  box-shadow: 0 2.8px 2.2px rgba(25.2098360656, 39.3426229508, 67.9901639344, 0.02), 0 6.7px 5.3px rgba(25.2098360656, 39.3426229508, 67.9901639344, 0.028), 0 12.5px 10px rgba(25.2098360656, 39.3426229508, 67.9901639344, 0.035), 0 22.3px 17.9px rgba(25.2098360656, 39.3426229508, 67.9901639344, 0.042), 0 41.8px 33.4px rgba(25.2098360656, 39.3426229508, 67.9901639344, 0.05), 0 100px 80px rgba(25.2098360656, 39.3426229508, 67.9901639344, 0.07);
  color: #FEFBF8;
}
.grad-facebook-tint {
  background-image: linear-gradient(135deg, rgb(132.15, 156.2, 204.95) 0%, rgb(92.505, 109.34, 143.465) 51%, rgb(132.15, 156.2, 204.95) 100%);
}
.grad-facebook-tint.btn-grad {
  border: 2px solid rgb(132.15, 156.2, 204.95);
  box-shadow: 0 2.8px 2.2px rgba(63.5219174434, 76.9463648469, 104.1580825566, 0.02), 0 6.7px 5.3px rgba(63.5219174434, 76.9463648469, 104.1580825566, 0.028), 0 12.5px 10px rgba(63.5219174434, 76.9463648469, 104.1580825566, 0.035), 0 22.3px 17.9px rgba(63.5219174434, 76.9463648469, 104.1580825566, 0.042), 0 41.8px 33.4px rgba(63.5219174434, 76.9463648469, 104.1580825566, 0.05), 0 100px 80px rgba(63.5219174434, 76.9463648469, 104.1580825566, 0.07);
  color: #481707;
}

.shadow-facebook {
  box-shadow: 0 2.8px 2.2px rgba(38.4098360656, 59.9426229508, 103.5901639344, 0.02), 0 6.7px 5.3px rgba(38.4098360656, 59.9426229508, 103.5901639344, 0.028), 0 12.5px 10px rgba(38.4098360656, 59.9426229508, 103.5901639344, 0.035), 0 22.3px 17.9px rgba(38.4098360656, 59.9426229508, 103.5901639344, 0.042), 0 41.8px 33.4px rgba(38.4098360656, 59.9426229508, 103.5901639344, 0.05), 0 100px 80px rgba(38.4098360656, 59.9426229508, 103.5901639344, 0.07);
}
.shadow-facebook-tint {
  box-shadow: 0 2.8px 2.2px rgba(68.0552631579, 100.7571428571, 167.0447368421, 0.02), 0 6.7px 5.3px rgba(68.0552631579, 100.7571428571, 167.0447368421, 0.028), 0 12.5px 10px rgba(68.0552631579, 100.7571428571, 167.0447368421, 0.035), 0 22.3px 17.9px rgba(68.0552631579, 100.7571428571, 167.0447368421, 0.042), 0 41.8px 33.4px rgba(68.0552631579, 100.7571428571, 167.0447368421, 0.05), 0 100px 80px rgba(68.0552631579, 100.7571428571, 167.0447368421, 0.07);
}

.overlay-facebook.top-bottom {
  background-image: linear-gradient(0deg, rgba(66, 103, 178, 0) 0%, #4267b2 100%);
}
.overlay-facebook.bottom-top {
  background-image: linear-gradient(180deg, rgba(66, 103, 178, 0) 0%, #4267b2 100%);
}

.fade-facebook-in {
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(66, 103, 178, 0) 0%, #4267b2 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-facebook-in.overlay-sm {
  height: 25%;
}
.fade-facebook-in.overlay-rg {
  height: 50%;
}
.fade-facebook-in.overlay-lg {
  height: 100%;
}
.fade-facebook-out {
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(66, 103, 178, 0) 0%, #4267b2 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-facebook-out.overlay-sm {
  height: 25%;
}
.fade-facebook-out.overlay-rg {
  height: 50%;
}
.fade-facebook-out.overlay-lg {
  height: 100%;
}
.fade-facebook-ltr {
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(66, 103, 178, 0) 0%, #4267b2 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-facebook-ltr.overlay-sm {
  width: 25%;
}
.fade-facebook-ltr.overlay-rg {
  width: 50%;
}
.fade-facebook-ltr.overlay-lg {
  width: 100%;
}
.fade-facebook-rtl {
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left, rgba(66, 103, 178, 0) 0%, #4267b2 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-facebook-rtl.overlay-sm {
  width: 25%;
}
.fade-facebook-rtl.overlay-rg {
  width: 50%;
}
.fade-facebook-rtl.overlay-lg {
  width: 100%;
}

.txt-pinterest {
  color: #E60023 !important;
}
.txt-pinterest-tint {
  color: rgb(238.75, 89.25, 112);
}
.txt-pinterestshade {
  color: rgb(238.75, 89.25, 112);
}

.link-pinterest {
  color: #E60023 !important;
  opacity: 0.8;
  -webkit-text-decoration-color: #E60023 !important;
          text-decoration-color: #E60023 !important;
}
.link-pinterest:hover, .link-pinterest:focus, .link-pinterest:active, .link-pinterest .active {
  color: #E60023 !important;
  opacity: 1;
  -webkit-text-decoration-color: #E60023 !important;
          text-decoration-color: #E60023 !important;
}
.link-pinterest:visited {
  color: #E60023 !important;
  opacity: 0.8;
}
.link-pinterest:focus-visible {
  outline: none;
}

.bkg-pinterest {
  background-color: #E60023;
}
.bkg-pinterest-tint {
  background-color: rgb(238.75, 89.25, 112);
}

.bdr-pinterest {
  border-color: #E60023;
}
.bdr-pinterest-tint {
  border-color: rgb(238.75, 89.25, 112);
}

.fill-pinterest path {
  fill: #E60023;
}
.fill-pinterest-tint path {
  fill: rgb(238.75, 89.25, 112);
}

.badge-pinterest {
  background-color: #E60023;
  color: rgb(115, 0, 17.5);
  mix-blend-mode: difference;
}
.badge-pinterest-tint {
  background-color: rgb(238.75, 89.25, 112);
  color: rgb(115, 0, 17.5);
  mix-blend-mode: difference;
}
.badge-pinterest-shade {
  background-color: rgb(149.5, 0, 22.75);
  color: rgb(242.5, 127.5, 145);
  mix-blend-mode: difference;
}

.alert-pinterest {
  background-color: rgba(230, 0, 35, 0.2) !important;
  border: 1px solid rgba(230, 0, 35, 0.3) !important;
  border-radius: 0;
  color: rgba(149.5, 0, 22.75, 0.5);
}
.alert-pinterest-tint {
  background-color: rgba(238.75, 89.25, 112, 0.2) !important;
  border: 1px solid rgba(238.75, 89.25, 112, 0.3) !important;
  color: rgba(155.1875, 58.0125, 72.8, 0.5);
}

.pill-pinterest {
  background-color: #E60023 !important;
  color: #ffffff;
}
.pill-pinterest-tint {
  background-color: rgb(238.75, 89.25, 112) !important;
  color: #ffffff;
}

.grad-pinterest {
  background-image: linear-gradient(135deg, #E60023 0%, rgb(161, 0, 24.5) 51%, #E60023 100%);
}
.grad-pinterest.btn-grad {
  border: 2px solid #E60023;
  box-shadow: 0 2.8px 2.2px rgba(82, 0, 12.4782608696, 0.02), 0 6.7px 5.3px rgba(82, 0, 12.4782608696, 0.028), 0 12.5px 10px rgba(82, 0, 12.4782608696, 0.035), 0 22.3px 17.9px rgba(82, 0, 12.4782608696, 0.042), 0 41.8px 33.4px rgba(82, 0, 12.4782608696, 0.05), 0 100px 80px rgba(82, 0, 12.4782608696, 0.07);
  color: #FEFBF8;
}
.grad-pinterest-tint {
  background-image: linear-gradient(135deg, rgb(238.75, 89.25, 112) 0%, rgb(167.125, 62.475, 78.4) 51%, rgb(238.75, 89.25, 112) 100%);
}
.grad-pinterest-tint.btn-grad {
  border: 2px solid rgb(238.75, 89.25, 112);
  box-shadow: 0 2.8px 2.2px rgba(118.9395799677, 41.4604200323, 53.250726979, 0.02), 0 6.7px 5.3px rgba(118.9395799677, 41.4604200323, 53.250726979, 0.028), 0 12.5px 10px rgba(118.9395799677, 41.4604200323, 53.250726979, 0.035), 0 22.3px 17.9px rgba(118.9395799677, 41.4604200323, 53.250726979, 0.042), 0 41.8px 33.4px rgba(118.9395799677, 41.4604200323, 53.250726979, 0.05), 0 100px 80px rgba(118.9395799677, 41.4604200323, 53.250726979, 0.07);
  color: #481707;
}

.shadow-pinterest {
  box-shadow: 0 2.8px 2.2px rgba(128, 0, 19.4782608696, 0.02), 0 6.7px 5.3px rgba(128, 0, 19.4782608696, 0.028), 0 12.5px 10px rgba(128, 0, 19.4782608696, 0.035), 0 22.3px 17.9px rgba(128, 0, 19.4782608696, 0.042), 0 41.8px 33.4px rgba(128, 0, 19.4782608696, 0.05), 0 100px 80px rgba(128, 0, 19.4782608696, 0.07);
}
.shadow-pinterest-tint {
  box-shadow: 0 2.8px 2.2px rgba(205.8214285714, 20.1785714286, 48.4285714286, 0.02), 0 6.7px 5.3px rgba(205.8214285714, 20.1785714286, 48.4285714286, 0.028), 0 12.5px 10px rgba(205.8214285714, 20.1785714286, 48.4285714286, 0.035), 0 22.3px 17.9px rgba(205.8214285714, 20.1785714286, 48.4285714286, 0.042), 0 41.8px 33.4px rgba(205.8214285714, 20.1785714286, 48.4285714286, 0.05), 0 100px 80px rgba(205.8214285714, 20.1785714286, 48.4285714286, 0.07);
}

.overlay-pinterest.top-bottom {
  background-image: linear-gradient(0deg, rgba(230, 0, 35, 0) 0%, #e60023 100%);
}
.overlay-pinterest.bottom-top {
  background-image: linear-gradient(180deg, rgba(230, 0, 35, 0) 0%, #e60023 100%);
}

.fade-pinterest-in {
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(230, 0, 35, 0) 0%, #e60023 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-pinterest-in.overlay-sm {
  height: 25%;
}
.fade-pinterest-in.overlay-rg {
  height: 50%;
}
.fade-pinterest-in.overlay-lg {
  height: 100%;
}
.fade-pinterest-out {
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(230, 0, 35, 0) 0%, #e60023 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-pinterest-out.overlay-sm {
  height: 25%;
}
.fade-pinterest-out.overlay-rg {
  height: 50%;
}
.fade-pinterest-out.overlay-lg {
  height: 100%;
}
.fade-pinterest-ltr {
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(230, 0, 35, 0) 0%, #e60023 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-pinterest-ltr.overlay-sm {
  width: 25%;
}
.fade-pinterest-ltr.overlay-rg {
  width: 50%;
}
.fade-pinterest-ltr.overlay-lg {
  width: 100%;
}
.fade-pinterest-rtl {
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left, rgba(230, 0, 35, 0) 0%, #e60023 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-pinterest-rtl.overlay-sm {
  width: 25%;
}
.fade-pinterest-rtl.overlay-rg {
  width: 50%;
}
.fade-pinterest-rtl.overlay-lg {
  width: 100%;
}

.txt-airbnb {
  color: #FF585D !important;
}
.txt-airbnb-tint {
  color: rgb(255, 146.45, 149.7);
}
.txt-airbnbshade {
  color: rgb(255, 146.45, 149.7);
}

.link-airbnb {
  color: #FF585D !important;
  opacity: 0.8;
  -webkit-text-decoration-color: #FF585D !important;
          text-decoration-color: #FF585D !important;
}
.link-airbnb:hover, .link-airbnb:focus, .link-airbnb:active, .link-airbnb .active {
  color: #FF585D !important;
  opacity: 1;
  -webkit-text-decoration-color: #FF585D !important;
          text-decoration-color: #FF585D !important;
}
.link-airbnb:visited {
  color: #FF585D !important;
  opacity: 0.8;
}
.link-airbnb:focus-visible {
  outline: none;
}

.bkg-airbnb {
  background-color: #FF585D;
}
.bkg-airbnb-tint {
  background-color: rgb(255, 146.45, 149.7);
}

.bdr-airbnb {
  border-color: #FF585D;
}
.bdr-airbnb-tint {
  border-color: rgb(255, 146.45, 149.7);
}

.fill-airbnb path {
  fill: #FF585D;
}
.fill-airbnb-tint path {
  fill: rgb(255, 146.45, 149.7);
}

.badge-airbnb {
  background-color: #FF585D;
  color: rgb(127.5, 44, 46.5);
  mix-blend-mode: difference;
}
.badge-airbnb-tint {
  background-color: rgb(255, 146.45, 149.7);
  color: rgb(127.5, 44, 46.5);
  mix-blend-mode: difference;
}
.badge-airbnb-shade {
  background-color: rgb(165.75, 57.2, 60.45);
  color: rgb(255, 171.5, 174);
  mix-blend-mode: difference;
}

.alert-airbnb {
  background-color: rgba(255, 88, 93, 0.2) !important;
  border: 1px solid rgba(255, 88, 93, 0.3) !important;
  border-radius: 0;
  color: rgba(165.75, 57.2, 60.45, 0.5);
}
.alert-airbnb-tint {
  background-color: rgba(255, 146.45, 149.7, 0.2) !important;
  border: 1px solid rgba(255, 146.45, 149.7, 0.3) !important;
  color: rgba(165.75, 95.1925, 97.305, 0.5);
}

.pill-airbnb {
  background-color: #FF585D !important;
  color: #ffffff;
}
.pill-airbnb-tint {
  background-color: rgb(255, 146.45, 149.7) !important;
  color: #ffffff;
}

.grad-airbnb {
  background-image: linear-gradient(135deg, #FF585D 0%, rgb(178.5, 61.6, 65.1) 51%, #FF585D 100%);
}
.grad-airbnb.btn-grad {
  border: 2px solid #FF585D;
  box-shadow: 0 2.8px 2.2px rgba(135.0808149406, 37.3191850594, 40.246179966, 0.02), 0 6.7px 5.3px rgba(135.0808149406, 37.3191850594, 40.246179966, 0.028), 0 12.5px 10px rgba(135.0808149406, 37.3191850594, 40.246179966, 0.035), 0 22.3px 17.9px rgba(135.0808149406, 37.3191850594, 40.246179966, 0.042), 0 41.8px 33.4px rgba(135.0808149406, 37.3191850594, 40.246179966, 0.05), 0 100px 80px rgba(135.0808149406, 37.3191850594, 40.246179966, 0.07);
  color: #481707;
}
.grad-airbnb-tint {
  background-image: linear-gradient(135deg, rgb(255, 146.45, 149.7) 0%, rgb(178.5, 102.515, 104.79) 51%, rgb(255, 146.45, 149.7) 100%);
}
.grad-airbnb-tint.btn-grad {
  border: 2px solid rgb(255, 146.45, 149.7);
  box-shadow: 0 2.8px 2.2px rgba(159.9714806185, 59.1885193815, 62.2059733107, 0.02), 0 6.7px 5.3px rgba(159.9714806185, 59.1885193815, 62.2059733107, 0.028), 0 12.5px 10px rgba(159.9714806185, 59.1885193815, 62.2059733107, 0.035), 0 22.3px 17.9px rgba(159.9714806185, 59.1885193815, 62.2059733107, 0.042), 0 41.8px 33.4px rgba(159.9714806185, 59.1885193815, 62.2059733107, 0.05), 0 100px 80px rgba(159.9714806185, 59.1885193815, 62.2059733107, 0.07);
  color: #481707;
}

.shadow-airbnb {
  box-shadow: 0 2.8px 2.2px rgba(241, 0, 7.2155688623, 0.02), 0 6.7px 5.3px rgba(241, 0, 7.2155688623, 0.028), 0 12.5px 10px rgba(241, 0, 7.2155688623, 0.035), 0 22.3px 17.9px rgba(241, 0, 7.2155688623, 0.042), 0 41.8px 33.4px rgba(241, 0, 7.2155688623, 0.05), 0 100px 80px rgba(241, 0, 7.2155688623, 0.07);
}
.shadow-airbnb-tint {
  box-shadow: 0 2.8px 2.2px rgba(255, 44.45, 50.7538922156, 0.02), 0 6.7px 5.3px rgba(255, 44.45, 50.7538922156, 0.028), 0 12.5px 10px rgba(255, 44.45, 50.7538922156, 0.035), 0 22.3px 17.9px rgba(255, 44.45, 50.7538922156, 0.042), 0 41.8px 33.4px rgba(255, 44.45, 50.7538922156, 0.05), 0 100px 80px rgba(255, 44.45, 50.7538922156, 0.07);
}

.overlay-airbnb.top-bottom {
  background-image: linear-gradient(0deg, rgba(255, 88, 93, 0) 0%, #ff585d 100%);
}
.overlay-airbnb.bottom-top {
  background-image: linear-gradient(180deg, rgba(255, 88, 93, 0) 0%, #ff585d 100%);
}

.fade-airbnb-in {
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(255, 88, 93, 0) 0%, #ff585d 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-airbnb-in.overlay-sm {
  height: 25%;
}
.fade-airbnb-in.overlay-rg {
  height: 50%;
}
.fade-airbnb-in.overlay-lg {
  height: 100%;
}
.fade-airbnb-out {
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(255, 88, 93, 0) 0%, #ff585d 100%);
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.fade-airbnb-out.overlay-sm {
  height: 25%;
}
.fade-airbnb-out.overlay-rg {
  height: 50%;
}
.fade-airbnb-out.overlay-lg {
  height: 100%;
}
.fade-airbnb-ltr {
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(255, 88, 93, 0) 0%, #ff585d 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-airbnb-ltr.overlay-sm {
  width: 25%;
}
.fade-airbnb-ltr.overlay-rg {
  width: 50%;
}
.fade-airbnb-ltr.overlay-lg {
  width: 100%;
}
.fade-airbnb-rtl {
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left, rgba(255, 88, 93, 0) 0%, #ff585d 100%);
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.fade-airbnb-rtl.overlay-sm {
  width: 25%;
}
.fade-airbnb-rtl.overlay-rg {
  width: 50%;
}
.fade-airbnb-rtl.overlay-lg {
  width: 100%;
}

.bkg-texture-primary {
  background-image: url("../assets/images/theme/texture-primary-default.jpg");
  background-size: 300px;
  background-repeat: repeat;
  background-position: top left;
}

.bkg-texture-primary-shade {
  background-image: url("../assets/images/theme/texture-primary-shade.jpg");
  background-size: 300px;
  background-repeat: repeat;
  background-position: top left;
}

.bkg-texture-primary-tint {
  background-image: url("../assets/images/theme/texture-primary-tint.jpg");
  background-size: 300px;
  background-repeat: repeat;
  background-position: top left;
}

.bkg-texture-secondary {
  background-image: url("../assets/images/theme/texture-secondary-default.jpg");
  background-size: 300px;
  background-repeat: repeat;
  background-position: top left;
}

.bkg-texture-secondary-tint {
  background-image: url("../assets/images/theme/texture-secondary-tint.jpg");
  background-size: 300px;
  background-repeat: repeat;
  background-position: top left;
}

.bkg-texture-secondary-shade {
  background-image: url("../assets/images/theme/texture-secondary-shade.jpg");
  background-size: 300px;
  background-repeat: repeat;
  background-position: top left;
}

.bkg-texture-tertiary {
  background-image: url("../assets/images/theme/texture-tertiary-default.jpg");
  background-size: 300px;
  background-repeat: repeat;
  background-position: top left;
}

.bkg-texture-tertiary-tint {
  background-image: url("../assets/images/theme/texture-tertiary-tint.jpg");
  background-size: 300px;
  background-repeat: repeat;
  background-position: top left;
}

.bkg-texture-tertiary-shade {
  background-image: url("../assets/images/theme/texture-tertiary-shade.jpg");
  background-size: 300px;
  background-repeat: repeat;
  background-position: top left;
}

.bkg-texture-alter {
  background-image: url("../assets/images/theme/texture-alter-default.jpg");
  background-size: 300px;
  background-repeat: repeat;
  background-position: top left;
}

.bkg-texture-alter-tint {
  background-image: url("../assets/images/theme/texture-alter-tint.jpg");
  background-size: 300px;
  background-repeat: repeat;
  background-position: top left;
}

.bkg-texture-alter-shade {
  background-image: url("../assets/images/theme/texture-alter-shade.jpg");
  background-size: 300px;
  background-repeat: repeat;
  background-position: top left;
}

.bkg-texture-dark {
  background-image: url("../assets/images/theme/texture-dark-default.jpg");
  background-size: 300px;
  background-repeat: repeat;
  background-position: top left;
}

.bkg-texture-dark-tint {
  background-image: url("../assets/images/theme/texture-dark-tint.jpg");
  background-size: 300px;
  background-repeat: repeat;
  background-position: top left;
}

.bkg-texture-dark-shade {
  background-image: url("../assets/images/theme/texture-dark-shade.jpg");
  background-size: 300px;
  background-repeat: repeat;
  background-position: top left;
}

.bkg-texture-light {
  background-image: url("../assets/images/theme/texture-light-default.jpg");
  background-size: 300px;
  background-repeat: repeat;
  background-position: top left;
}

.bkg-texture-light-tint {
  background-image: url("../assets/images/theme/texture-light-tint.jpg");
  background-size: 300px;
  background-repeat: repeat;
  background-position: top left;
}

.bkg-texture-light-shade {
  background-image: url("../assets/images/theme/texture-light-shade.jpg");
  background-size: 300px;
  background-repeat: repeat;
  background-position: top left;
}

.bkg-texture-white {
  background-image: url("../assets/images/theme/texture-white-default.jpg");
  background-size: 300px;
  background-repeat: repeat;
  background-position: top left;
}

.lazy {
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  -o-filter: blur(10px);
  filter: blur(10px);
}

.noise {
  width: 100%;
  height: 100%;
  z-index: 5;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../assets/images/theme/noise.png);
  background-repeat: repeat;
  background-size: 220px 220px;
  pointer-events: none;
}

.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aspect-ratio-1-1 {
  aspect-ratio: 1/1;
}
.aspect-ratio-16-9 {
  aspect-ratio: 16/9;
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}
@media (max-width: 767px) {
  .fullscreen-bg {
    background: url(../assets/videos/cover-bkg.png);
    background-size: cover;
    background-position: center center;
  }
  .fullscreen-bg__video {
    display: none;
  }
}
.animated.shake-horizontal {
  animation: shake-horizontal 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0s both;
}

.over-here-shaking {
  animation-name: shake;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
}

.swipe-animation {
  animation: swipe 1s cubic-bezier(0.645, 0.045, 0.355, 1) infinite alternate-reverse both;
}

@keyframes shake {
  0% {
    left: 0;
  }
  1% {
    left: -3px;
  }
  2% {
    left: 5px;
  }
  3% {
    left: -8px;
  }
  4% {
    left: 8px;
  }
  5% {
    left: -5px;
  }
  6% {
    left: 3px;
  }
  7% {
    left: 0;
  }
}
@keyframes lds-heart {
  0% {
    transform: scale(0.95);
  }
  5% {
    transform: scale(1.1);
  }
  39% {
    transform: scale(0.85);
  }
  45% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(0.9);
  }
}
/**
 * ----------------------------------------
 * animation button brush in
 * ----------------------------------------
 */
@keyframes brush-in {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
/**
 * ----------------------------------------
 * animation button brush out
 * ----------------------------------------
 */
@keyframes brush-out {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */
@keyframes slide-in-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@keyframes slide-in-bottom {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation shake-horizontal
 * ----------------------------------------
 */
@keyframes shake-horizontal {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70% {
    transform: translateX(-10px);
  }
  20%, 40%, 60% {
    transform: translateX(10px);
  }
  80% {
    transform: translateX(8px);
  }
  90% {
    transform: translateX(-8px);
  }
}
/**
 * ----------------------------------------
 * animation scale-out-center
 * ----------------------------------------
 */
@keyframes scale-out-center {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation rotate-vert-center
 * ----------------------------------------
 */
@keyframes rotate-vert-center {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(360deg);
  }
}
/**
 * ----------------------------------------
 * animation swipe-animation
 * ----------------------------------------
 */
@keyframes swipe {
  0% {
    transform: rotate(0);
    transform-origin: center 80% 0;
  }
  100% {
    transform: rotate(-60deg);
    transform-origin: center 80% 0;
  }
}
/**
 * ----------------------------------------
 * scroll down animation
 * ----------------------------------------
 */
@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}
/**
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */
@keyframes slide-top {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100px);
  }
}
#main-nav {
  height: 70px;
  padding-left: 1rem;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100vw;
  width: 100svw;
  will-change: transform;
}
#main-nav .navbar-brand {
  font-size: unset;
}
#main-nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--nav-bg-initial);
  -webkit-backdrop-filter: var(--nav-blur-initial);
          backdrop-filter: var(--nav-blur-initial);
  will-change: transform;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#main-nav #nav-logo, #main-nav #nav-logo-responsive {
  width: auto;
  height: 40px;
}
#main-nav #menu-toggler {
  background-color: #481707;
  color: #481707;
  border-radius: 0;
  border: none;
  outline: 0;
  box-shadow: none;
}
#main-nav #menu-toggler:focus {
  border: none;
  outline: 0;
  box-shadow: none;
}
#main-nav.navbar-expand-lg .offcanvas {
  width: 100%;
  height: 70px;
}
@media (max-width: 992px) {
  #main-nav.navbar-expand-lg .offcanvas {
    width: 80%;
    height: 100vh;
    background-color: rgb(254.35, 252.4, 250.45);
  }
  @supports (-webkit-touch-callout: none) {
    #main-nav.navbar-expand-lg .offcanvas {
      /* The hack for Safari */
      height: 100svh;
    }
  }
  #main-nav.navbar-expand-lg .offcanvas-title {
    color: rgb(5.65, 5.25, 5);
    font-family: "ivyora-display", serif;
    font-size: calc(1.2777696rem + 0.3332352vw);
    text-transform: uppercase;
    font-weight: 100;
    font-style: normal;
  }
}
@media (max-width: 992px) and (min-width: 1200px) {
  #main-nav.navbar-expand-lg .offcanvas-title {
    font-size: 1.527696rem;
  }
}
@media (max-width: 992px) {
  #main-nav.navbar-expand-lg .offcanvas-body {
    padding-top: 0;
  }
  #main-nav.navbar-expand-lg .offcanvas .nav-link {
    font-size: 1rem;
    color: #481707;
    padding: 0;
  }
  #main-nav.navbar-expand-lg .offcanvas .nav-link:hover, #main-nav.navbar-expand-lg .offcanvas .nav-link:focus {
    color: rgb(99.45, 57.8, 44.2);
  }
  #main-nav.navbar-expand-lg .offcanvas .nav-link:active, #main-nav.navbar-expand-lg .offcanvas .nav-link.active {
    color: rgb(90.3, 46.2, 31.8);
  }
  #main-nav.navbar-expand-lg .offcanvas .nav-link:visited {
    color: #481707;
  }
}
#main-nav #rsvp {
  margin: 0.5rem 0;
}
#main-nav #rsvp-btn {
  font-family: "ivyora-text", serif;
}
#main-nav .navbar-nav .nav-item {
  height: 100%;
  background-color: var(--nav-link-wrapper-bg);
  position: relative;
  -webkit-backdrop-filter: var(--nav-link-wrapper-blur);
          backdrop-filter: var(--nav-link-wrapper-blur);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  #main-nav .navbar-nav .nav-item {
    background-color: var(--nav-link-wrapper-bg);
    justify-content: flex-start;
    padding: 0.3rem 1rem;
  }
}
#main-nav .navbar-nav .nav-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  padding-left: 0.5rem;
}
@media (max-width: 768px) {
  #main-nav .navbar-nav .nav-item:first-child {
    padding-left: 1rem;
  }
}
#main-nav .navbar-nav .nav-item.help-btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  padding-right: 0.5rem;
  margin-right: 0.5rem;
}
#main-nav .nav-link {
  font-size: 0.8090614887rem;
  font-family: "ivyora-text", serif;
  color: var(--nav-link-initial);
  font-style: italic;
  text-transform: capitalize;
  font-weight: 400;
}
#main-nav .nav-link:hover, #main-nav .nav-link:focus {
  color: rgb(136.05, 104.2, 93.8);
}
#main-nav .nav-link:active, #main-nav .nav-link.active {
  color: rgb(136.05, 104.2, 93.8);
}
#main-nav .nav-link:visited {
  color: var(--nav-link-initial);
}

.dropdown-toggle {
  background-color: #481707;
  border-radius: 25px;
  color: #ffffff;
  margin-left: 0.5rem;
}
.dropdown-toggle::after {
  display: inline-block;
  height: 5.4px;
  left: 50%;
  top: 50%;
  width: 10.5px;
}
.dropdown-toggle:focus {
  box-shadow: none;
  outline: none;
}
@media (max-width: 992px) {
  .dropdown-toggle {
    margin-left: 0;
  }
}

.dropdown-menu {
  min-width: 1px;
  padding: 0.5rem 0;
  font-size: 12.9449838188px;
  text-align: center;
  background-color: #FEFBF8;
  border: none;
  display: inline-block;
  z-index: 0;
  right: 0;
  border-radius: 10px;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  top: 0;
  opacity: 0;
}
.dropdown-menu .dropdown-item {
  padding: 0.25rem 1rem;
  font-weight: 500;
  color: #481707;
  background-color: transparent;
  border: 0;
  text-transform: uppercase;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: rgb(164.9620253165, 52.6962025316, 16.0379746835);
}
.dropdown-menu .dropdown-item.active {
  color: #9CEFF5;
}
.dropdown-menu.show {
  top: 110%;
  opacity: 1;
  z-index: 1000;
}

.nav-pills {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  flex-wrap: nowrap;
}
.nav-pills::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.nav-pills .nav-item .nav-link.icon-pill {
  position: relative;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding: 1rem;
  background-color: #ffffff;
  border: 2px solid #FE9270;
}
.nav-pills .nav-item .nav-link.icon-pill svg {
  height: 34px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nav-pills .nav-item .nav-link.icon-pill.active {
  background-color: #716964;
  border: none;
  transform: scale(1.1);
}
.nav-pills .nav-item .nav-link.icon-pill.active svg {
  height: 34px;
}
.nav-pills .nav-item .nav-link.icon-pill.active svg.secondary-fill path {
  fill: #ffffff !important;
}
.nav-pills .nav-item .nav-link.icon-pill.active::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 85%;
  height: 85%;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  border: 2px solid #FE9270;
}
.nav-pills .nav-item .nav-link.icon-pill.active:hover {
  background-color: rgb(85.9436619718, 79.8591549296, 76.0563380282);
}
.nav-pills .nav-item .nav-link.icon-pill:hover {
  background-color: rgb(85.9436619718, 79.8591549296, 76.0563380282);
}

#tourist-info-tabs .nav-link.text-pill {
  position: relative;
  z-index: 9;
  color: #716964 !important;
  border: 1px solid #716964 !important;
  background-color: transparent !important;
  font-weight: 400;
  padding: 0.75rem 1.25rem !important;
  opacity: 0.8;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  border-radius: 0px;
  flex-shrink: 0;
  white-space: nowrap;
}
#tourist-info-tabs .nav-link.text-pill:hover, #tourist-info-tabs .nav-link.text-pill:focus {
  opacity: 1;
}
#tourist-info-tabs .nav-link.text-pill:not(:disabled):not(.disabled):active, #tourist-info-tabs .nav-link.text-pill:not(:disabled):not(.disabled).active, #tourist-info-tabs .nav-link.text-pill:not(:disabled):not(.disabled).active:visited {
  color: #ffffff !important;
  background-color: #FE9270 !important;
  border-color: #FE9270 !important;
  opacity: 1 !important;
}

.swiper-button-next, .swiper-button-prev {
  color: #481707;
}

.swiper-pagination {
  bottom: 0;
}

.swiper-pagination-bullet {
  background: #481707;
  opacity: 0.3;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}

#swipe-icon {
  position: absolute;
  top: -2rem;
  left: 50%;
  font-size: 2rem;
  color: #ffffff;
  opacity: 1;
  z-index: 10;
}
#swipe-icon.slide-left {
  animation: slide-left 2000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 1000ms infinite alternate-reverse both;
}
@keyframes slide-left {
  0% {
    opacity: 1;
    transform: translateX(1rem);
  }
  33% {
    opacity: 1;
    transform: translateX(-1rem);
  }
  66% {
    opacity: 0;
    transform: translateX(1rem);
  }
  100% {
    opacity: 0;
    transform: translateX(-1rem);
  }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #481707;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.form-control-trans {
  color: rgba(0, 0, 0, 0.7);
  background-color: rgba(255, 255, 255, 0.95);
}
.form-control-trans:focus {
  color: black;
  background-color: rgba(255, 255, 255, 0.95);
}
.form-control-trans:disabled, .form-control-trans[readonly] {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.9);
}

.focus-trans:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.3) !important;
}

.form-control-primary {
  color: rgba(165.1, 94.9, 72.8, 0.7);
  background-color: rgb(254.95, 249.55, 247.85);
}
.form-control-primary:focus {
  color: rgb(165.1, 94.9, 72.8);
  background-color: rgb(254.95, 249.55, 247.85);
}
.form-control-primary:disabled, .form-control-primary[readonly] {
  background-color: rgb(254.9, 244.1, 240.7);
  border-color: rgb(254.9, 244.1, 240.7);
}

.focus-primary:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(254, 146, 112, 0.3) !important;
}

.form-control-primary-tint {
  color: rgba(165.75, 138.45, 130, 0.7);
  background-color: rgb(255, 252.9, 252.25);
}
.form-control-primary-tint:focus {
  color: rgb(165.75, 138.45, 130);
  background-color: rgb(255, 252.9, 252.25);
}
.form-control-primary-tint:disabled, .form-control-primary-tint[readonly] {
  background-color: rgb(255, 250.8, 249.5);
  border-color: rgb(255, 250.8, 249.5);
}

.focus-primary-tint:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 213, 200, 0.3) !important;
}

.form-control-primary-shade {
  color: rgba(148.2, 50.05, 19.5, 0.7);
  background-color: rgb(253.65, 246.1, 243.75);
}
.form-control-primary-shade:focus {
  color: rgb(148.2, 50.05, 19.5);
  background-color: rgb(253.65, 246.1, 243.75);
}
.form-control-primary-shade:disabled, .form-control-primary-shade[readonly] {
  background-color: rgb(252.3, 237.2, 232.5);
  border-color: rgb(252.3, 237.2, 232.5);
}

.focus-primary-shade:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(228, 77, 30, 0.3) !important;
}

.form-control-secondary {
  color: rgba(73.45, 68.25, 65, 0.7);
  background-color: rgb(247.9, 247.5, 247.25);
}
.form-control-secondary:focus {
  color: rgb(73.45, 68.25, 65);
  background-color: rgb(247.9, 247.5, 247.25);
}
.form-control-secondary:disabled, .form-control-secondary[readonly] {
  background-color: rgb(240.8, 240, 239.5);
  border-color: rgb(240.8, 240, 239.5);
}

.focus-secondary:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(113, 105, 100, 0.3) !important;
}

.form-control-secondary-tint {
  color: rgba(120.9, 116.35, 113.75, 0.7);
  background-color: rgb(251.55, 251.2, 251);
}
.form-control-secondary-tint:focus {
  color: rgb(120.9, 116.35, 113.75);
  background-color: rgb(251.55, 251.2, 251);
}
.form-control-secondary-tint:disabled, .form-control-secondary-tint[readonly] {
  background-color: rgb(248.1, 247.4, 247);
  border-color: rgb(248.1, 247.4, 247);
}

.focus-secondary-tint:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(186, 179, 175, 0.3) !important;
}

.form-control-secondary-shade {
  color: rgba(27.3, 25.35, 24.05, 0.7);
  background-color: rgb(244.35, 244.2, 244.1);
}
.form-control-secondary-shade:focus {
  color: rgb(27.3, 25.35, 24.05);
  background-color: rgb(244.35, 244.2, 244.1);
}
.form-control-secondary-shade:disabled, .form-control-secondary-shade[readonly] {
  background-color: rgb(233.7, 233.4, 233.2);
  border-color: rgb(233.7, 233.4, 233.2);
}

.focus-secondary-shade:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(42, 39, 37, 0.3) !important;
}

.form-control-tertiary {
  color: rgba(133.9, 130.65, 128.7, 0.7);
  background-color: rgb(252.55, 252.3, 252.15);
}
.form-control-tertiary:focus {
  color: rgb(133.9, 130.65, 128.7);
  background-color: rgb(252.55, 252.3, 252.15);
}
.form-control-tertiary:disabled, .form-control-tertiary[readonly] {
  background-color: rgb(250.1, 249.6, 249.3);
  border-color: rgb(250.1, 249.6, 249.3);
}

.focus-tertiary:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(206, 201, 198, 0.3) !important;
}

.form-control-tertiary-tint {
  color: rgba(161.2, 161.2, 161.2, 0.7);
  background-color: rgb(254.65, 254.65, 254.65);
}
.form-control-tertiary-tint:focus {
  color: rgb(161.2, 161.2, 161.2);
  background-color: rgb(254.65, 254.65, 254.65);
}
.form-control-tertiary-tint:disabled, .form-control-tertiary-tint[readonly] {
  background-color: rgb(254.3, 254.3, 254.3);
  border-color: rgb(254.3, 254.3, 254.3);
}

.focus-tertiary-tint:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 248, 248, 0.3) !important;
}

.form-control-tertiary-shade {
  color: rgba(88.4, 82.55, 79.3, 0.7);
  background-color: rgb(249.05, 248.6, 248.35);
}
.form-control-tertiary-shade:focus {
  color: rgb(88.4, 82.55, 79.3);
  background-color: rgb(249.05, 248.6, 248.35);
}
.form-control-tertiary-shade:disabled, .form-control-tertiary-shade[readonly] {
  background-color: rgb(243.1, 242.2, 241.7);
  border-color: rgb(243.1, 242.2, 241.7);
}

.focus-tertiary-shade:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(136, 127, 122, 0.3) !important;
}

.form-control-success {
  color: rgba(127.4, 154.05, 98.15, 0.7);
  background-color: rgb(252.05, 254.1, 249.8);
}
.form-control-success:focus {
  color: rgb(127.4, 154.05, 98.15);
  background-color: rgb(252.05, 254.1, 249.8);
}
.form-control-success:disabled, .form-control-success[readonly] {
  background-color: rgb(249.1, 253.2, 244.6);
  border-color: rgb(249.1, 253.2, 244.6);
}

.focus-success:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(196, 237, 151, 0.3) !important;
}

.form-control-info {
  color: rgba(101.4, 155.35, 159.25, 0.7);
  background-color: rgb(250.05, 254.2, 254.5);
}
.form-control-info:focus {
  color: rgb(101.4, 155.35, 159.25);
  background-color: rgb(250.05, 254.2, 254.5);
}
.form-control-info:disabled, .form-control-info[readonly] {
  background-color: rgb(245.1, 253.4, 254);
  border-color: rgb(245.1, 253.4, 254);
}

.focus-info:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(156, 239, 245, 0.3) !important;
}

.form-control-warning {
  color: rgba(165.75, 152.1, 83.2, 0.7);
  background-color: rgb(255, 253.95, 248.65);
}
.form-control-warning:focus {
  color: rgb(165.75, 152.1, 83.2);
  background-color: rgb(255, 253.95, 248.65);
}
.form-control-warning:disabled, .form-control-warning[readonly] {
  background-color: rgb(255, 252.9, 242.3);
  border-color: rgb(255, 252.9, 242.3);
}

.focus-warning:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 234, 128, 0.3) !important;
}

.form-control-alter {
  color: rgba(165.75, 150.8, 146.25, 0.7);
  background-color: rgb(255, 253.85, 253.5);
}
.form-control-alter:focus {
  color: rgb(165.75, 150.8, 146.25);
  background-color: rgb(255, 253.85, 253.5);
}
.form-control-alter:disabled, .form-control-alter[readonly] {
  background-color: rgb(255, 252.7, 252);
  border-color: rgb(255, 252.7, 252);
}

.focus-alter:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 232, 225, 0.3) !important;
}

.form-control-alter-tint {
  color: rgba(165.75, 165.75, 165.75, 0.7);
  background-color: white;
}
.form-control-alter-tint:focus {
  color: rgb(165.75, 165.75, 165.75);
  background-color: white;
}
.form-control-alter-tint:disabled, .form-control-alter-tint[readonly] {
  background-color: white;
  border-color: white;
}

.focus-alter-tint:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.3) !important;
}

.form-control-alter-shade {
  color: rgba(165.1, 94.9, 72.8, 0.7);
  background-color: rgb(254.95, 249.55, 247.85);
}
.form-control-alter-shade:focus {
  color: rgb(165.1, 94.9, 72.8);
  background-color: rgb(254.95, 249.55, 247.85);
}
.form-control-alter-shade:disabled, .form-control-alter-shade[readonly] {
  background-color: rgb(254.9, 244.1, 240.7);
  border-color: rgb(254.9, 244.1, 240.7);
}

.focus-alter-shade:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(254, 146, 112, 0.3) !important;
}

.form-control-danger {
  color: rgba(165.1, 79.95, 85.15, 0.7);
  background-color: rgb(254.95, 248.4, 248.8);
}
.form-control-danger:focus {
  color: rgb(165.1, 79.95, 85.15);
  background-color: rgb(254.95, 248.4, 248.8);
}
.form-control-danger:disabled, .form-control-danger[readonly] {
  background-color: rgb(254.9, 241.8, 242.6);
  border-color: rgb(254.9, 241.8, 242.6);
}

.focus-danger:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(254, 123, 131, 0.3) !important;
}

.form-control-dark {
  color: rgba(46.8, 14.95, 4.55, 0.7);
  background-color: rgb(245.85, 243.4, 242.6);
}
.form-control-dark:focus {
  color: rgb(46.8, 14.95, 4.55);
  background-color: rgb(245.85, 243.4, 242.6);
}
.form-control-dark:disabled, .form-control-dark[readonly] {
  background-color: rgb(236.7, 231.8, 230.2);
  border-color: rgb(236.7, 231.8, 230.2);
}

.focus-dark:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(72, 23, 7, 0.3) !important;
}

.form-control-dark-tint {
  color: rgba(115.7, 100.1, 95.55, 0.7);
  background-color: rgb(251.15, 249.95, 249.6);
}
.form-control-dark-tint:focus {
  color: rgb(115.7, 100.1, 95.55);
  background-color: rgb(251.15, 249.95, 249.6);
}
.form-control-dark-tint:disabled, .form-control-dark-tint[readonly] {
  background-color: rgb(247.3, 244.9, 244.2);
  border-color: rgb(247.3, 244.9, 244.2);
}

.focus-dark-tint:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(178, 154, 147, 0.3) !important;
}

.form-control-dark-shade {
  color: rgba(21.45, 5.85, 0.65, 0.7);
  background-color: rgb(243.9, 242.7, 242.3);
}
.form-control-dark-shade:focus {
  color: rgb(21.45, 5.85, 0.65);
  background-color: rgb(243.9, 242.7, 242.3);
}
.form-control-dark-shade:disabled, .form-control-dark-shade[readonly] {
  background-color: rgb(232.8, 230.4, 229.6);
  border-color: rgb(232.8, 230.4, 229.6);
}

.focus-dark-shade:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 9, 1, 0.3) !important;
}

.form-control-light {
  color: rgba(165.1, 163.15, 161.2, 0.7);
  background-color: rgb(254.95, 254.8, 254.65);
}
.form-control-light:focus {
  color: rgb(165.1, 163.15, 161.2);
  background-color: rgb(254.95, 254.8, 254.65);
}
.form-control-light:disabled, .form-control-light[readonly] {
  background-color: rgb(254.9, 254.6, 254.3);
  border-color: rgb(254.9, 254.6, 254.3);
}

.focus-light:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(254, 251, 248, 0.3) !important;
}

.form-control-light-tint {
  color: rgba(165.75, 165.75, 165.75, 0.7);
  background-color: white;
}
.form-control-light-tint:focus {
  color: rgb(165.75, 165.75, 165.75);
  background-color: white;
}
.form-control-light-tint:disabled, .form-control-light-tint[readonly] {
  background-color: white;
  border-color: white;
}

.focus-light-tint:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.3) !important;
}

.form-control-light-shade {
  color: rgba(153.4, 117, 86.45, 0.7);
  background-color: rgb(254.05, 251.25, 248.9);
}
.form-control-light-shade:focus {
  color: rgb(153.4, 117, 86.45);
  background-color: rgb(254.05, 251.25, 248.9);
}
.form-control-light-shade:disabled, .form-control-light-shade[readonly] {
  background-color: rgb(253.1, 247.5, 242.8);
  border-color: rgb(253.1, 247.5, 242.8);
}

.focus-light-shade:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(236, 180, 133, 0.3) !important;
}

.form-control-muted {
  color: rgba(27.5294117647, 8.7941176471, 2.6764705882, 0.7);
  background-color: rgba(251.8448275862, 251, 250.724137931, 0.975);
}
.form-control-muted:focus {
  color: rgb(27.5294117647, 8.7941176471, 2.6764705882);
  background-color: rgba(251.8448275862, 251, 250.724137931, 0.975);
}
.form-control-muted:disabled, .form-control-muted[readonly] {
  background-color: rgba(248.4642857143, 246.7142857143, 246.1428571429, 0.95);
  border-color: rgba(248.4642857143, 246.7142857143, 246.1428571429, 0.95);
}

.focus-muted:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(72, 23, 7, 0.3) !important;
}

.form-control-white {
  color: rgba(165.75, 165.75, 165.75, 0.7);
  background-color: white;
}
.form-control-white:focus {
  color: rgb(165.75, 165.75, 165.75);
  background-color: white;
}
.form-control-white:disabled, .form-control-white[readonly] {
  background-color: white;
  border-color: white;
}

.focus-white:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.3) !important;
}

.form-control-gray-100 {
  color: rgba(157.3, 157.3, 157.3, 0.7);
  background-color: rgb(254.35, 254.35, 254.35);
}
.form-control-gray-100:focus {
  color: rgb(157.3, 157.3, 157.3);
  background-color: rgb(254.35, 254.35, 254.35);
}
.form-control-gray-100:disabled, .form-control-gray-100[readonly] {
  background-color: rgb(253.7, 253.7, 253.7);
  border-color: rgb(253.7, 253.7, 253.7);
}

.focus-gray-100:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(242, 242, 242, 0.3) !important;
}

.form-control-gray-200 {
  color: rgba(149.5, 149.5, 149.5, 0.7);
  background-color: rgb(253.75, 253.75, 253.75);
}
.form-control-gray-200:focus {
  color: rgb(149.5, 149.5, 149.5);
  background-color: rgb(253.75, 253.75, 253.75);
}
.form-control-gray-200:disabled, .form-control-gray-200[readonly] {
  background-color: rgb(252.5, 252.5, 252.5);
  border-color: rgb(252.5, 252.5, 252.5);
}

.focus-gray-200:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(230, 230, 230, 0.3) !important;
}

.form-control-gray-300 {
  color: rgba(132.6, 132.6, 132.6, 0.7);
  background-color: rgb(252.45, 252.45, 252.45);
}
.form-control-gray-300:focus {
  color: rgb(132.6, 132.6, 132.6);
  background-color: rgb(252.45, 252.45, 252.45);
}
.form-control-gray-300:disabled, .form-control-gray-300[readonly] {
  background-color: rgb(249.9, 249.9, 249.9);
  border-color: rgb(249.9, 249.9, 249.9);
}

.focus-gray-300:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(204, 204, 204, 0.3) !important;
}

.form-control-gray-400 {
  color: rgba(116.35, 116.35, 116.35, 0.7);
  background-color: rgb(251.2, 251.2, 251.2);
}
.form-control-gray-400:focus {
  color: rgb(116.35, 116.35, 116.35);
  background-color: rgb(251.2, 251.2, 251.2);
}
.form-control-gray-400:disabled, .form-control-gray-400[readonly] {
  background-color: rgb(247.4, 247.4, 247.4);
  border-color: rgb(247.4, 247.4, 247.4);
}

.focus-gray-400:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(179, 179, 179, 0.3) !important;
}

.form-control-gray-500 {
  color: rgba(99.45, 99.45, 99.45, 0.7);
  background-color: rgb(249.9, 249.9, 249.9);
}
.form-control-gray-500:focus {
  color: rgb(99.45, 99.45, 99.45);
  background-color: rgb(249.9, 249.9, 249.9);
}
.form-control-gray-500:disabled, .form-control-gray-500[readonly] {
  background-color: rgb(244.8, 244.8, 244.8);
  border-color: rgb(244.8, 244.8, 244.8);
}

.focus-gray-500:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(153, 153, 153, 0.3) !important;
}

.form-control-gray-600 {
  color: rgba(87.75, 92.95, 91.65, 0.7);
  background-color: rgb(249, 249.4, 249.3);
}
.form-control-gray-600:focus {
  color: rgb(87.75, 92.95, 91.65);
  background-color: rgb(249, 249.4, 249.3);
}
.form-control-gray-600:disabled, .form-control-gray-600[readonly] {
  background-color: rgb(243, 243.8, 243.6);
  border-color: rgb(243, 243.8, 243.6);
}

.focus-gray-600:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(135, 143, 141, 0.3) !important;
}

.form-control-gray-700 {
  color: rgba(66.3, 66.3, 66.3, 0.7);
  background-color: rgb(247.35, 247.35, 247.35);
}
.form-control-gray-700:focus {
  color: rgb(66.3, 66.3, 66.3);
  background-color: rgb(247.35, 247.35, 247.35);
}
.form-control-gray-700:disabled, .form-control-gray-700[readonly] {
  background-color: rgb(239.7, 239.7, 239.7);
  border-color: rgb(239.7, 239.7, 239.7);
}

.focus-gray-700:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(102, 102, 102, 0.3) !important;
}

.form-control-gray-800 {
  color: rgba(50.05, 50.05, 50.05, 0.7);
  background-color: rgb(246.1, 246.1, 246.1);
}
.form-control-gray-800:focus {
  color: rgb(50.05, 50.05, 50.05);
  background-color: rgb(246.1, 246.1, 246.1);
}
.form-control-gray-800:disabled, .form-control-gray-800[readonly] {
  background-color: rgb(237.2, 237.2, 237.2);
  border-color: rgb(237.2, 237.2, 237.2);
}

.focus-gray-800:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(77, 77, 77, 0.3) !important;
}

.form-control-gray-900 {
  color: rgba(24.7, 24.7, 24.7, 0.7);
  background-color: rgb(244.15, 244.15, 244.15);
}
.form-control-gray-900:focus {
  color: rgb(24.7, 24.7, 24.7);
  background-color: rgb(244.15, 244.15, 244.15);
}
.form-control-gray-900:disabled, .form-control-gray-900[readonly] {
  background-color: rgb(233.3, 233.3, 233.3);
  border-color: rgb(233.3, 233.3, 233.3);
}

.focus-gray-900:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.3) !important;
}

.form-control-black {
  color: rgba(0, 0, 0, 0.7);
  background-color: rgb(242.25, 242.25, 242.25);
}
.form-control-black:focus {
  color: black;
  background-color: rgb(242.25, 242.25, 242.25);
}
.form-control-black:disabled, .form-control-black[readonly] {
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(229.5, 229.5, 229.5);
}

.focus-black:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.3) !important;
}

.form-control-whatsapp {
  color: rgba(24.05, 137.15, 66.3, 0.7);
  background-color: rgb(244.1, 252.8, 247.35);
}
.form-control-whatsapp:focus {
  color: rgb(24.05, 137.15, 66.3);
  background-color: rgb(244.1, 252.8, 247.35);
}
.form-control-whatsapp:disabled, .form-control-whatsapp[readonly] {
  background-color: rgb(233.2, 250.6, 239.7);
  border-color: rgb(233.2, 250.6, 239.7);
}

.focus-whatsapp:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(37, 211, 102, 0.3) !important;
}

.form-control-facebook {
  color: rgba(42.9, 66.95, 115.7, 0.7);
  background-color: rgb(245.55, 247.4, 251.15);
}
.form-control-facebook:focus {
  color: rgb(42.9, 66.95, 115.7);
  background-color: rgb(245.55, 247.4, 251.15);
}
.form-control-facebook:disabled, .form-control-facebook[readonly] {
  background-color: rgb(236.1, 239.8, 247.3);
  border-color: rgb(236.1, 239.8, 247.3);
}

.focus-facebook:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 103, 178, 0.3) !important;
}

.form-control-pinterest {
  color: rgba(149.5, 0, 22.75, 0.7);
  background-color: rgb(253.75, 242.25, 244);
}
.form-control-pinterest:focus {
  color: rgb(149.5, 0, 22.75);
  background-color: rgb(253.75, 242.25, 244);
}
.form-control-pinterest:disabled, .form-control-pinterest[readonly] {
  background-color: rgb(252.5, 229.5, 233);
  border-color: rgb(252.5, 229.5, 233);
}

.focus-pinterest:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(230, 0, 35, 0.3) !important;
}

.form-control-airbnb {
  color: rgba(165.75, 57.2, 60.45, 0.7);
  background-color: rgb(255, 246.65, 246.9);
}
.form-control-airbnb:focus {
  color: rgb(165.75, 57.2, 60.45);
  background-color: rgb(255, 246.65, 246.9);
}
.form-control-airbnb:disabled, .form-control-airbnb[readonly] {
  background-color: rgb(255, 238.3, 238.8);
  border-color: rgb(255, 238.3, 238.8);
}

.focus-airbnb:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 88, 93, 0.3) !important;
}

.form-control {
  max-height: 3.625rem;
  transition: box-shadow 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-family: "basic-sans", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
@media (max-width: 576px) {
  .form-control {
    margin-bottom: 0.8rem;
  }
}
.form-control:focus {
  outline: none;
  border: none;
  box-shadow: 0 0 0 0.25rem rgba(72, 23, 7, 0.2) !important;
}
.form-control-lg {
  height: 3.625rem;
  font-size: 1rem;
  padding: 0.8rem 1rem;
}

.form-floating > label {
  color: rgba(113, 105, 100, 0.6);
  font-weight: 500;
  will-change: transform;
  font-family: "basic-sans", sans-serif;
  line-height: 1;
  font-size: 12.9449838188px;
  top: 5px;
}
.form-floating > label::after, .form-floating > label::before {
  background: transparent !important;
}
.form-floating > .form-control:not(:-moz-placeholder) ~ label {
  color: #716964;
}
.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label {
  color: #716964;
}
.form-floating > .form-control-plaintext ~ label {
  color: rgba(113, 105, 100, 0.7);
}
.form-floating > .form-select ~ label {
  color: rgba(113, 105, 100, 0.7);
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: #ffffff;
  color: #481707;
  cursor: inherit;
  display: block;
}

.input-group-text {
  color: #ffffff;
  background-color: #716964;
  border: none;
  border-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-file-label {
  color: #cccccc;
  border: 2px solid #716964;
  border-radius: 0;
}
.custom-file-label::after {
  height: 2.15rem;
  color: #ffffff;
  content: "BROWSE";
  background-color: #716964;
  border-left: 2px solid #716964;
  border-radius: 0;
}

.btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.375rem 1.5rem;
}

.btn-check:focus + .btn, .btn:focus {
  box-shadow: 0 0 0 0.2rem transparent;
}

button, a.btn, .btn {
  z-index: 999;
  cursor: pointer;
  min-height: 50px;
  min-width: 50px;
  text-transform: uppercase;
  position: relative;
  line-height: 1;
  font-family: "ivyora-text", serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-style: normal;
  font-size: 1rem;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
button span, a.btn span, .btn span {
  padding-bottom: 0;
  padding-top: 0;
}
button.btn-rounded, a.btn.btn-rounded, .btn.btn-rounded {
  width: auto;
  height: auto;
  border-radius: 0;
}
button.btn-icon, a.btn.btn-icon, .btn.btn-icon {
  width: 50px;
  height: 50px;
  padding: 0;
  letter-spacing: 0;
}
button[aria-label=Close], a.btn[aria-label=Close], .btn[aria-label=Close] {
  padding: 0;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
button.btn-grad, a.btn.btn-grad, .btn.btn-grad {
  text-align: center;
  text-transform: uppercase;
  background-size: 200% auto;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
button.btn-grad:hover, button.btn-grad:focus, button.btn-grad:focus-within, a.btn.btn-grad:hover, a.btn.btn-grad:focus, a.btn.btn-grad:focus-within, .btn.btn-grad:hover, .btn.btn-grad:focus, .btn.btn-grad:focus-within {
  background-position: right center;
}
button.btn-sm, a.btn.btn-sm, .btn.btn-sm, .btn-group-sm > .btn {
  min-height: 40px;
  font-size: 0.7501875469rem;
}
button#btn-airbnb, a.btn#btn-airbnb, .btn#btn-airbnb {
  color: #FF585D;
  border: 2px solid rgb(255, 56, 92);
  background-color: transparent !important;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
button#btn-airbnb:hover, button#btn-airbnb:focus, a.btn#btn-airbnb:hover, a.btn#btn-airbnb:focus, .btn#btn-airbnb:hover, .btn#btn-airbnb:focus {
  color: #ffffff !important;
  background-color: transparent;
  border: 2px solid rgb(255, 56, 92);
  opacity: 1;
}
button#btn-airbnb::before, a.btn#btn-airbnb::before, .btn#btn-airbnb::before {
  color: #ffffff !important;
  background: rgb(255, 56, 92) !important;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
button#btn-airbnb.focus, button#btn-airbnb:focus, a.btn#btn-airbnb.focus, a.btn#btn-airbnb:focus, .btn#btn-airbnb.focus, .btn#btn-airbnb:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 56, 92, 0.4);
}
button#btn-airbnb:not(:disabled):not(.disabled):active, button#btn-airbnb:not(:disabled):not(.disabled).active, a.btn#btn-airbnb:not(:disabled):not(.disabled):active, a.btn#btn-airbnb:not(:disabled):not(.disabled).active, .btn#btn-airbnb:not(:disabled):not(.disabled):active, .btn#btn-airbnb:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: transparent;
  border-color: rgb(255, 56, 92);
}

.btn-trans {
  background-color: transparent !important;
  border: 2px solid transparent;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-trans:hover, .btn-trans:focus {
  color: #FEFBF8;
  border: 2px solid rgba(0, 0, 0, 0);
}
.btn-trans::before {
  color: #FEFBF8;
  background: rgba(0, 0, 0, 0) !important;
}
.btn-trans.focus, .btn-trans:focus {
  box-shadow: 0 0 0 0.2rem transparent;
}
.btn-trans:not(:disabled):not(.disabled):active, .btn-trans:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgba(0, 0, 0, 0);
  border-color: transparent;
}
.btn-trans span {
  color: #FEFBF8;
}

.btn-blured.blur-trans {
  color: transparent !important;
}
.btn-blured.blur-trans::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(0, 0, 0, 0.5);
}

.btn-outline-trans {
  color: rgba(0, 0, 0, 0.35);
  border: 2px solid rgba(0, 0, 0, 0.5);
  background-color: transparent;
  border-radius: 0;
}
.btn-outline-trans:hover, .btn-outline-trans:focus, .btn-outline-trans.focus {
  color: rgba(0, 0, 0, 0.35);
  background-color: transparent;
  border: 2px solid black;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.4);
}
.btn-outline-trans::before {
  color: rgba(0, 0, 0, 0.35);
  background-color: transparent;
}
.btn-outline-trans:not(:disabled):not(.disabled):active, .btn-outline-trans:not(:disabled):not(.disabled).active {
  background-color: transparent;
  border-color: black;
  color: rgba(0, 0, 0, 0.35);
}
.btn-check:checked + .btn-outline-trans,
.btn-outline-trans .btn-check:active, .btn-outline-trans:active, .btn-outline-trans.active, .btn-outline-trans.dropdown-toggle.show {
  border-color: transparent;
  background-color: transparent;
  color: #FEFBF8;
}
.btn-outline-trans.filter:hover:not(.filter-active) {
  color: transparent;
  box-shadow: none;
}
.btn-outline-trans.filter-active {
  background-color: transparent;
  color: #ffffff;
  box-shadow: none;
}

.btn-underline {
  background: transparent;
}
.btn-underline::after {
  background-color: var(--undeline-color);
}
.btn-underline.underline-trans {
  color: transparent !important;
}
.btn-underline.underline-trans::after {
  background-color: transparent;
}

.btn-dashed-trans {
  background-color: transparent;
  border: dashed 2px transparent;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-dashed-trans:hover, .btn-dashed-trans:focus {
  border: dashed 2px rgba(25.5, 25.5, 25.5, 0);
}

.btn-icon-trans {
  border: 2px solid transparent;
  background-color: transparent;
  color: #FEFBF8;
}
.btn-icon-trans:hover, .btn-icon-trans:focus {
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid transparent;
  color: #ffffff;
}
.btn-icon-trans::before {
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-icon-trans.focus, .btn-icon-trans:focus {
  background: transparent;
  box-shadow: 0 0 0 0.2rem transparent;
}
.btn-icon-trans:not(:disabled):not(.disabled):active, .btn-icon-trans:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgba(0, 0, 0, 0);
  border-color: transparent;
}

.inline-link-trans:hover, .inline-link-trans:focus, .inline-link-trans:active, .inline-link-trans.active {
  color: transparent;
  opacity: 1;
}
.inline-link-trans:visited {
  color: transparent;
}

.neu-btn-trans {
  color: rgba(0, 0, 0, 0);
  position: relative;
  display: flex;
  line-height: 50px;
  height: 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
  margin: 0 1.5em;
  padding: 0 3em;
  box-shadow: -4px -4px 6px rgba(25.5, 25.5, 25.5, 0), 4px 4px 6px rgba(0, 0, 0, 0), inset -4px -4px 12px rgba(7.65, 7.65, 7.65, 0), inset 4px 4px 12px rgba(0, 0, 0, 0);
  border-radius: 0;
}
.neu-btn-trans:hover {
  box-shadow: -4px -4px 10px rgba(25.5, 25.5, 25.5, 0), 4px 4px 6px rgba(0, 0, 0, 0), inset -4px -4px 12px rgba(25.5, 25.5, 25.5, 0), inset -2px -2px 2px rgba(12.75, 12.75, 12.75, 0), inset 4px 4px 6px rgba(0, 0, 0, 0);
}
.neu-btn-trans:hover {
  color: rgba(0, 0, 0, 0);
}
.neu-btn-trans::before {
  content: var(--btn-text);
}

.btn-primary {
  background-color: #FE9270 !important;
  border: 2px solid #FE9270;
  box-shadow: 0px 10px 20px rgba(59.5833333333, 14.5833333333, 0.4166666667, 0.2);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-primary:hover, .btn-primary:focus {
  color: #481707;
  border: 2px solid rgb(253.8229166667, 126.6979166667, 86.6770833333);
}
.btn-primary::before {
  color: #481707;
  background: rgb(253.8229166667, 126.6979166667, 86.6770833333) !important;
}
.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem #FE927066;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(253.8229166667, 126.6979166667, 86.6770833333);
  border-color: #FE9270;
}
.btn-primary span {
  color: #481707;
}

.btn-blured.blur-primary {
  color: #FE9270 !important;
}
.btn-blured.blur-primary::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(254, 146, 112, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(254, 146, 112, 0.5);
}

.btn-outline-primary {
  color: rgb(165.1, 94.9, 72.8);
  border: 2px solid rgba(254, 146, 112, 0.5);
  background-color: transparent;
  border-radius: 0;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.focus {
  color: rgb(165.1, 94.9, 72.8);
  background-color: transparent;
  border: 2px solid #fe9270;
  box-shadow: 0 0 0 0.2rem rgba(254, 146, 112, 0.4);
}
.btn-outline-primary::before {
  color: rgb(165.1, 94.9, 72.8);
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
  background-color: transparent;
  border-color: #fe9270;
  color: rgb(165.1, 94.9, 72.8);
}
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary .btn-check:active, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  border-color: #FE9270;
  background-color: #FE9270;
  color: #481707;
}
.btn-outline-primary.filter:hover:not(.filter-active) {
  color: #FE9270;
  box-shadow: none;
}
.btn-outline-primary.filter-active {
  background-color: #FE9270;
  color: #ffffff;
  box-shadow: none;
}

.btn-underline {
  background: transparent;
}
.btn-underline::after {
  background-color: var(--undeline-color);
}
.btn-underline.underline-primary {
  color: #FE9270 !important;
}
.btn-underline.underline-primary::after {
  background-color: #FE9270;
}

.btn-dashed-primary {
  background-color: transparent;
  border: dashed 2px #FE9270;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-dashed-primary:hover, .btn-dashed-primary:focus {
  border: dashed 2px rgb(254.3541666667, 184.6041666667, 162.6458333333);
}

.btn-icon-primary {
  border: 2px solid #FE9270;
  background-color: transparent;
  color: #481707;
}
.btn-icon-primary:hover, .btn-icon-primary:focus {
  background-color: rgba(254, 146, 112, 0.5);
  border: 2px solid #FE9270;
  color: #ffffff;
}
.btn-icon-primary::before {
  background: rgb(253.8229166667, 126.6979166667, 86.6770833333);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-icon-primary.focus, .btn-icon-primary:focus {
  background: #FE9270;
  box-shadow: 0 0 0 0.2rem #FE927066;
}
.btn-icon-primary:not(:disabled):not(.disabled):active, .btn-icon-primary:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(253.8229166667, 126.6979166667, 86.6770833333);
  border-color: #FE9270;
}

.inline-link-primary:hover, .inline-link-primary:focus, .inline-link-primary:active, .inline-link-primary.active {
  color: #FE9270;
  opacity: 1;
}
.inline-link-primary:visited {
  color: #FE9270;
}

.neu-btn-primary {
  color: rgb(8.9375, 2.1875, 0.0625);
  position: relative;
  display: flex;
  line-height: 50px;
  height: 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
  margin: 0 1.5em;
  padding: 0 3em;
  box-shadow: -4px -4px 6px rgb(254.3541666667, 184.6041666667, 162.6458333333), 4px 4px 6px rgb(253.7520833333, 118.9770833333, 76.5479166667), inset -4px -4px 12px rgb(254.10625, 157.58125, 127.19375), inset 4px 4px 12px rgb(253.9645833333, 142.1395833333, 106.9354166667);
  border-radius: 0;
}
.neu-btn-primary:hover {
  box-shadow: -4px -4px 10px rgb(254.3541666667, 184.6041666667, 162.6458333333), 4px 4px 6px #fe9270, inset -4px -4px 12px rgb(254.3541666667, 184.6041666667, 162.6458333333), inset -2px -2px 2px rgb(254.1770833333, 165.3020833333, 137.3229166667), inset 4px 4px 6px rgb(253.6458333333, 107.3958333333, 61.3541666667);
}
.neu-btn-primary:hover {
  color: rgb(160.875, 39.375, 1.125);
}
.neu-btn-primary::before {
  content: var(--btn-text);
}

.btn-primary-tint {
  background-color: #FFD5C8 !important;
  border: 2px solid #FFD5C8;
  box-shadow: 0px 10px 20px rgba(149, 35.2181818182, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-primary-tint:hover, .btn-primary-tint:focus {
  color: #481707;
  border: 2px solid rgb(255, 193.5272727273, 174.5);
}
.btn-primary-tint::before {
  color: #481707;
  background: rgb(255, 193.5272727273, 174.5) !important;
}
.btn-primary-tint.focus, .btn-primary-tint:focus {
  box-shadow: 0 0 0 0.2rem #FFD5C866;
}
.btn-primary-tint:not(:disabled):not(.disabled):active, .btn-primary-tint:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(255, 193.5272727273, 174.5);
  border-color: #FFD5C8;
}
.btn-primary-tint span {
  color: #481707;
}

.btn-blured.blur-primary-tint {
  color: #FFD5C8 !important;
}
.btn-blured.blur-primary-tint::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(255, 213, 200, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(255, 213, 200, 0.5);
}

.btn-outline-primary-tint {
  color: rgb(165.75, 138.45, 130);
  border: 2px solid rgba(255, 213, 200, 0.5);
  background-color: transparent;
  border-radius: 0;
}
.btn-outline-primary-tint:hover, .btn-outline-primary-tint:focus, .btn-outline-primary-tint.focus {
  color: rgb(165.75, 138.45, 130);
  background-color: transparent;
  border: 2px solid #ffd5c8;
  box-shadow: 0 0 0 0.2rem rgba(255, 213, 200, 0.4);
}
.btn-outline-primary-tint::before {
  color: rgb(165.75, 138.45, 130);
  background-color: transparent;
}
.btn-outline-primary-tint:not(:disabled):not(.disabled):active, .btn-outline-primary-tint:not(:disabled):not(.disabled).active {
  background-color: transparent;
  border-color: #ffd5c8;
  color: rgb(165.75, 138.45, 130);
}
.btn-check:checked + .btn-outline-primary-tint,
.btn-outline-primary-tint .btn-check:active, .btn-outline-primary-tint:active, .btn-outline-primary-tint.active, .btn-outline-primary-tint.dropdown-toggle.show {
  border-color: #FFD5C8;
  background-color: #FFD5C8;
  color: #481707;
}
.btn-outline-primary-tint.filter:hover:not(.filter-active) {
  color: #FFD5C8;
  box-shadow: none;
}
.btn-outline-primary-tint.filter-active {
  background-color: #FFD5C8;
  color: #ffffff;
  box-shadow: none;
}

.btn-underline {
  background: transparent;
}
.btn-underline::after {
  background-color: var(--undeline-color);
}
.btn-underline.underline-primary-tint {
  color: #FFD5C8 !important;
}
.btn-underline.underline-primary-tint::after {
  background-color: #FFD5C8;
}

.btn-dashed-primary-tint {
  background-color: transparent;
  border: dashed 2px #FFD5C8;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-dashed-primary-tint:hover, .btn-dashed-primary-tint:focus {
  border: dashed 2px rgb(255, 251.9454545455, 251);
}

.btn-icon-primary-tint {
  border: 2px solid #FFD5C8;
  background-color: transparent;
  color: #481707;
}
.btn-icon-primary-tint:hover, .btn-icon-primary-tint:focus {
  background-color: rgba(255, 213, 200, 0.5);
  border: 2px solid #FFD5C8;
  color: #ffffff;
}
.btn-icon-primary-tint::before {
  background: rgb(255, 193.5272727273, 174.5);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-icon-primary-tint.focus, .btn-icon-primary-tint:focus {
  background: #FFD5C8;
  box-shadow: 0 0 0 0.2rem #FFD5C866;
}
.btn-icon-primary-tint:not(:disabled):not(.disabled):active, .btn-icon-primary-tint:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(255, 193.5272727273, 174.5);
  border-color: #FFD5C8;
}

.inline-link-primary-tint:hover, .inline-link-primary-tint:focus, .inline-link-primary-tint:active, .inline-link-primary-tint.active {
  color: #FFD5C8;
  opacity: 1;
}
.inline-link-primary-tint:visited {
  color: #FFD5C8;
}

.neu-btn-primary-tint {
  color: rgb(98, 23.1636363636, 0);
  position: relative;
  display: flex;
  line-height: 50px;
  height: 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
  margin: 0 1.5em;
  padding: 0 3em;
  box-shadow: -4px -4px 6px rgb(255, 251.9454545455, 251), 4px 4px 6px rgb(255, 185.7381818182, 164.3), inset -4px -4px 12px rgb(255, 224.6836363636, 215.3), inset 4px 4px 12px rgb(255, 209.1054545455, 194.9);
  border-radius: 0;
}
.neu-btn-primary-tint:hover {
  box-shadow: -4px -4px 10px rgb(255, 251.9454545455, 251), 4px 4px 6px #ffd5c8, inset -4px -4px 12px rgb(255, 251.9454545455, 251), inset -2px -2px 2px rgb(255, 232.4727272727, 225.5), inset 4px 4px 6px rgb(255, 174.0545454545, 149);
}
.neu-btn-primary-tint:hover {
  color: rgb(251, 59.3272727273, 0);
}
.neu-btn-primary-tint::before {
  content: var(--btn-text);
}

.btn-primary-shade {
  background-color: #E44D1E !important;
  border: 2px solid #E44D1E;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-primary-shade:hover, .btn-primary-shade:focus {
  color: #481707;
  border: 2px solid rgb(207.5892857143, 68.2738095238, 24.9107142857);
}
.btn-primary-shade::before {
  color: #481707;
  background: rgb(207.5892857143, 68.2738095238, 24.9107142857) !important;
}
.btn-primary-shade.focus, .btn-primary-shade:focus {
  box-shadow: 0 0 0 0.2rem #E44D1E66;
}
.btn-primary-shade:not(:disabled):not(.disabled):active, .btn-primary-shade:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(207.5892857143, 68.2738095238, 24.9107142857);
  border-color: #E44D1E;
}
.btn-primary-shade span {
  color: #481707;
}

.btn-blured.blur-primary-shade {
  color: #E44D1E !important;
}
.btn-blured.blur-primary-shade::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(228, 77, 30, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(228, 77, 30, 0.5);
}

.btn-outline-primary-shade {
  color: rgb(148.2, 50.05, 19.5);
  border: 2px solid rgba(228, 77, 30, 0.5);
  background-color: transparent;
  border-radius: 0;
}
.btn-outline-primary-shade:hover, .btn-outline-primary-shade:focus, .btn-outline-primary-shade.focus {
  color: rgb(148.2, 50.05, 19.5);
  background-color: transparent;
  border: 2px solid #e44d1e;
  box-shadow: 0 0 0 0.2rem rgba(228, 77, 30, 0.4);
}
.btn-outline-primary-shade::before {
  color: rgb(148.2, 50.05, 19.5);
  background-color: transparent;
}
.btn-outline-primary-shade:not(:disabled):not(.disabled):active, .btn-outline-primary-shade:not(:disabled):not(.disabled).active {
  background-color: transparent;
  border-color: #e44d1e;
  color: rgb(148.2, 50.05, 19.5);
}
.btn-check:checked + .btn-outline-primary-shade,
.btn-outline-primary-shade .btn-check:active, .btn-outline-primary-shade:active, .btn-outline-primary-shade.active, .btn-outline-primary-shade.dropdown-toggle.show {
  border-color: #E44D1E;
  background-color: #E44D1E;
  color: #481707;
}
.btn-outline-primary-shade.filter:hover:not(.filter-active) {
  color: #E44D1E;
  box-shadow: none;
}
.btn-outline-primary-shade.filter-active {
  background-color: #E44D1E;
  color: #ffffff;
  box-shadow: none;
}

.btn-underline {
  background: transparent;
}
.btn-underline::after {
  background-color: var(--undeline-color);
}
.btn-underline.underline-primary-shade {
  color: #E44D1E !important;
}
.btn-underline.underline-primary-shade::after {
  background-color: #E44D1E;
}

.btn-dashed-primary-shade {
  background-color: transparent;
  border: dashed 2px #E44D1E;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-dashed-primary-shade:hover, .btn-dashed-primary-shade:focus {
  border: dashed 2px rgb(233.4642857143, 113.0238095238, 75.5357142857);
}

.btn-icon-primary-shade {
  border: 2px solid #E44D1E;
  background-color: transparent;
  color: #481707;
}
.btn-icon-primary-shade:hover, .btn-icon-primary-shade:focus {
  background-color: rgba(228, 77, 30, 0.5);
  border: 2px solid #E44D1E;
  color: #ffffff;
}
.btn-icon-primary-shade::before {
  background: rgb(207.5892857143, 68.2738095238, 24.9107142857);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-icon-primary-shade.focus, .btn-icon-primary-shade:focus {
  background: #E44D1E;
  box-shadow: 0 0 0 0.2rem #E44D1E66;
}
.btn-icon-primary-shade:not(:disabled):not(.disabled):active, .btn-icon-primary-shade:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(207.5892857143, 68.2738095238, 24.9107142857);
  border-color: #E44D1E;
}

.inline-link-primary-shade:hover, .inline-link-primary-shade:focus, .inline-link-primary-shade:active, .inline-link-primary-shade.active {
  color: #E44D1E;
  opacity: 1;
}
.inline-link-primary-shade:visited {
  color: #E44D1E;
}

.neu-btn-primary-shade {
  color: black;
  position: relative;
  display: flex;
  line-height: 50px;
  height: 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
  margin: 0 1.5em;
  padding: 0 3em;
  box-shadow: -4px -4px 6px rgb(233.4642857143, 113.0238095238, 75.5357142857), 4px 4px 6px rgb(198.4821428571, 65.2785714286, 23.8178571429), inset -4px -4px 12px rgb(229.6392857143, 87.8071428571, 43.6607142857), inset 4px 4px 12px rgb(225.8035714286, 74.2642857143, 27.0964285714);
  border-radius: 0;
}
.neu-btn-primary-shade:hover {
  box-shadow: -4px -4px 10px rgb(233.4642857143, 113.0238095238, 75.5357142857), 4px 4px 6px #e44d1e, inset -4px -4px 12px rgb(233.4642857143, 113.0238095238, 75.5357142857), inset -2px -2px 2px rgb(230.7321428571, 95.0119047619, 52.7678571429), inset 4px 4px 6px rgb(184.8214285714, 60.7857142857, 22.1785714286);
}
.neu-btn-primary-shade:hover {
  color: rgb(48.2142857143, 15.8571428571, 5.7857142857);
}
.neu-btn-primary-shade::before {
  content: var(--btn-text);
}

.btn-secondary {
  background-color: #716964 !important;
  border: 2px solid #716964;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-secondary:hover, .btn-secondary:focus {
  color: #FEFBF8;
  border: 2px solid rgb(99.4718309859, 92.4295774648, 88.0281690141);
}
.btn-secondary::before {
  color: #FEFBF8;
  background: rgb(99.4718309859, 92.4295774648, 88.0281690141) !important;
}
.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem #71696466;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(99.4718309859, 92.4295774648, 88.0281690141);
  border-color: #716964;
}
.btn-secondary span {
  color: #FEFBF8;
}

.btn-blured.blur-secondary {
  color: #716964 !important;
}
.btn-blured.blur-secondary::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(113, 105, 100, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(113, 105, 100, 0.5);
}

.btn-outline-secondary {
  color: rgb(73.45, 68.25, 65);
  border: 2px solid rgba(113, 105, 100, 0.5);
  background-color: transparent;
  border-radius: 0;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary.focus {
  color: rgb(73.45, 68.25, 65);
  background-color: transparent;
  border: 2px solid #716964;
  box-shadow: 0 0 0 0.2rem rgba(113, 105, 100, 0.4);
}
.btn-outline-secondary::before {
  color: rgb(73.45, 68.25, 65);
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active {
  background-color: transparent;
  border-color: #716964;
  color: rgb(73.45, 68.25, 65);
}
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary .btn-check:active, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  border-color: #716964;
  background-color: #716964;
  color: #FEFBF8;
}
.btn-outline-secondary.filter:hover:not(.filter-active) {
  color: #716964;
  box-shadow: none;
}
.btn-outline-secondary.filter-active {
  background-color: #716964;
  color: #ffffff;
  box-shadow: none;
}

.btn-underline {
  background: transparent;
}
.btn-underline::after {
  background-color: var(--undeline-color);
}
.btn-underline.underline-secondary {
  color: #716964 !important;
}
.btn-underline.underline-secondary::after {
  background-color: #716964;
}

.btn-dashed-secondary {
  background-color: transparent;
  border: dashed 2px #716964;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-dashed-secondary:hover, .btn-dashed-secondary:focus {
  border: dashed 2px rgb(139.5070422535, 130.2676056338, 124.4929577465);
}

.btn-icon-secondary {
  border: 2px solid #716964;
  background-color: transparent;
  color: #FEFBF8;
}
.btn-icon-secondary:hover, .btn-icon-secondary:focus {
  background-color: rgba(113, 105, 100, 0.5);
  border: 2px solid #716964;
  color: #ffffff;
}
.btn-icon-secondary::before {
  background: rgb(99.4718309859, 92.4295774648, 88.0281690141);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-icon-secondary.focus, .btn-icon-secondary:focus {
  background: #716964;
  box-shadow: 0 0 0 0.2rem #71696466;
}
.btn-icon-secondary:not(:disabled):not(.disabled):active, .btn-icon-secondary:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(99.4718309859, 92.4295774648, 88.0281690141);
  border-color: #716964;
}

.inline-link-secondary:hover, .inline-link-secondary:focus, .inline-link-secondary:active, .inline-link-secondary.active {
  color: #716964;
  opacity: 1;
}
.inline-link-secondary:visited {
  color: #716964;
}

.neu-btn-secondary {
  color: black;
  position: relative;
  display: flex;
  line-height: 50px;
  height: 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
  margin: 0 1.5em;
  padding: 0 3em;
  box-shadow: -4px -4px 6px rgb(139.5070422535, 130.2676056338, 124.4929577465), 4px 4px 6px rgb(94.0605633803, 87.4014084507, 83.2394366197), inset -4px -4px 12px rgb(121.1169014085, 112.5422535211, 107.1830985915), inset 4px 4px 12px rgb(110.2943661972, 102.485915493, 97.6056338028);
  border-radius: 0;
}
.neu-btn-secondary:hover {
  box-shadow: -4px -4px 10px rgb(139.5070422535, 130.2676056338, 124.4929577465), 4px 4px 6px #716964, inset -4px -4px 12px rgb(139.5070422535, 130.2676056338, 124.4929577465), inset -2px -2px 2px rgb(126.5281690141, 117.5704225352, 111.9718309859), inset 4px 4px 6px rgb(85.9436619718, 79.8591549296, 76.0563380282);
}
.neu-btn-secondary:hover {
  color: rgb(4.7746478873, 4.4366197183, 4.2253521127);
}
.neu-btn-secondary::before {
  content: var(--btn-text);
}

.btn-secondary-tint {
  background-color: #BAB3AF !important;
  border: 2px solid #BAB3AF;
  box-shadow: 0px 10px 20px rgba(29.5302013423, 26.9463087248, 25.4697986577, 0.2);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-secondary-tint:hover, .btn-secondary-tint:focus {
  color: #481707;
  border: 2px solid rgb(174.1912751678, 165.9932885906, 161.3087248322);
}
.btn-secondary-tint::before {
  color: #481707;
  background: rgb(174.1912751678, 165.9932885906, 161.3087248322) !important;
}
.btn-secondary-tint.focus, .btn-secondary-tint:focus {
  box-shadow: 0 0 0 0.2rem #BAB3AF66;
}
.btn-secondary-tint:not(:disabled):not(.disabled):active, .btn-secondary-tint:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(174.1912751678, 165.9932885906, 161.3087248322);
  border-color: #BAB3AF;
}
.btn-secondary-tint span {
  color: #481707;
}

.btn-blured.blur-secondary-tint {
  color: #BAB3AF !important;
}
.btn-blured.blur-secondary-tint::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(186, 179, 175, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(186, 179, 175, 0.5);
}

.btn-outline-secondary-tint {
  color: rgb(120.9, 116.35, 113.75);
  border: 2px solid rgba(186, 179, 175, 0.5);
  background-color: transparent;
  border-radius: 0;
}
.btn-outline-secondary-tint:hover, .btn-outline-secondary-tint:focus, .btn-outline-secondary-tint.focus {
  color: rgb(120.9, 116.35, 113.75);
  background-color: transparent;
  border: 2px solid #bab3af;
  box-shadow: 0 0 0 0.2rem rgba(186, 179, 175, 0.4);
}
.btn-outline-secondary-tint::before {
  color: rgb(120.9, 116.35, 113.75);
  background-color: transparent;
}
.btn-outline-secondary-tint:not(:disabled):not(.disabled):active, .btn-outline-secondary-tint:not(:disabled):not(.disabled).active {
  background-color: transparent;
  border-color: #bab3af;
  color: rgb(120.9, 116.35, 113.75);
}
.btn-check:checked + .btn-outline-secondary-tint,
.btn-outline-secondary-tint .btn-check:active, .btn-outline-secondary-tint:active, .btn-outline-secondary-tint.active, .btn-outline-secondary-tint.dropdown-toggle.show {
  border-color: #BAB3AF;
  background-color: #BAB3AF;
  color: #481707;
}
.btn-outline-secondary-tint.filter:hover:not(.filter-active) {
  color: #BAB3AF;
  box-shadow: none;
}
.btn-outline-secondary-tint.filter-active {
  background-color: #BAB3AF;
  color: #ffffff;
  box-shadow: none;
}

.btn-underline {
  background: transparent;
}
.btn-underline::after {
  background-color: var(--undeline-color);
}
.btn-underline.underline-secondary-tint {
  color: #BAB3AF !important;
}
.btn-underline.underline-secondary-tint::after {
  background-color: #BAB3AF;
}

.btn-dashed-secondary-tint {
  background-color: transparent;
  border: dashed 2px #BAB3AF;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-dashed-secondary-tint:hover, .btn-dashed-secondary-tint:focus {
  border: dashed 2px rgb(209.6174496644, 205.0134228188, 202.3825503356);
}

.btn-icon-secondary-tint {
  border: 2px solid #BAB3AF;
  background-color: transparent;
  color: #481707;
}
.btn-icon-secondary-tint:hover, .btn-icon-secondary-tint:focus {
  background-color: rgba(186, 179, 175, 0.5);
  border: 2px solid #BAB3AF;
  color: #ffffff;
}
.btn-icon-secondary-tint::before {
  background: rgb(174.1912751678, 165.9932885906, 161.3087248322);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-icon-secondary-tint.focus, .btn-icon-secondary-tint:focus {
  background: #BAB3AF;
  box-shadow: 0 0 0 0.2rem #BAB3AF66;
}
.btn-icon-secondary-tint:not(:disabled):not(.disabled):active, .btn-icon-secondary-tint:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(174.1912751678, 165.9932885906, 161.3087248322);
  border-color: #BAB3AF;
}

.inline-link-secondary-tint:hover, .inline-link-secondary-tint:focus, .inline-link-secondary-tint:active, .inline-link-secondary-tint.active {
  color: #BAB3AF;
  opacity: 1;
}
.inline-link-secondary-tint:visited {
  color: #BAB3AF;
}

.neu-btn-secondary-tint {
  color: rgb(2.1476510067, 1.9597315436, 1.8523489933);
  position: relative;
  display: flex;
  line-height: 50px;
  height: 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
  margin: 0 1.5em;
  padding: 0 3em;
  box-shadow: -4px -4px 6px rgb(209.6174496644, 205.0134228188, 202.3825503356), 4px 4px 6px rgb(169.4677852349, 160.7906040268, 155.8322147651), inset -4px -4px 12px rgb(193.0852348993, 186.8040268456, 183.2147651007), inset 4px 4px 12px rgb(183.6382550336, 176.3986577181, 172.2617449664);
  border-radius: 0;
}
.neu-btn-secondary-tint:hover {
  box-shadow: -4px -4px 10px rgb(209.6174496644, 205.0134228188, 202.3825503356), 4px 4px 6px #bab3af, inset -4px -4px 12px rgb(209.6174496644, 205.0134228188, 202.3825503356), inset -2px -2px 2px rgb(197.8087248322, 192.0067114094, 188.6912751678), inset 4px 4px 6px rgb(162.3825503356, 152.9865771812, 147.6174496644);
}
.neu-btn-secondary-tint:hover {
  color: rgb(84.2953020134, 76.9194630872, 72.7046979866);
}
.neu-btn-secondary-tint::before {
  content: var(--btn-text);
}

.btn-secondary-shade {
  background-color: #2A2725 !important;
  border: 2px solid #2A2725;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-secondary-shade:hover, .btn-secondary-shade:focus {
  color: #FEFBF8;
  border: 2px solid rgb(28.4430379747, 26.4113924051, 25.0569620253);
}
.btn-secondary-shade::before {
  color: #FEFBF8;
  background: rgb(28.4430379747, 26.4113924051, 25.0569620253) !important;
}
.btn-secondary-shade.focus, .btn-secondary-shade:focus {
  box-shadow: 0 0 0 0.2rem #2A272566;
}
.btn-secondary-shade:not(:disabled):not(.disabled):active, .btn-secondary-shade:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(28.4430379747, 26.4113924051, 25.0569620253);
  border-color: #2A2725;
}
.btn-secondary-shade span {
  color: #FEFBF8;
}

.btn-blured.blur-secondary-shade {
  color: #2A2725 !important;
}
.btn-blured.blur-secondary-shade::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(42, 39, 37, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(42, 39, 37, 0.5);
}

.btn-outline-secondary-shade {
  color: rgb(27.3, 25.35, 24.05);
  border: 2px solid rgba(42, 39, 37, 0.5);
  background-color: transparent;
  border-radius: 0;
}
.btn-outline-secondary-shade:hover, .btn-outline-secondary-shade:focus, .btn-outline-secondary-shade.focus {
  color: rgb(27.3, 25.35, 24.05);
  background-color: transparent;
  border: 2px solid #2a2725;
  box-shadow: 0 0 0 0.2rem rgba(42, 39, 37, 0.4);
}
.btn-outline-secondary-shade::before {
  color: rgb(27.3, 25.35, 24.05);
  background-color: transparent;
}
.btn-outline-secondary-shade:not(:disabled):not(.disabled):active, .btn-outline-secondary-shade:not(:disabled):not(.disabled).active {
  background-color: transparent;
  border-color: #2a2725;
  color: rgb(27.3, 25.35, 24.05);
}
.btn-check:checked + .btn-outline-secondary-shade,
.btn-outline-secondary-shade .btn-check:active, .btn-outline-secondary-shade:active, .btn-outline-secondary-shade.active, .btn-outline-secondary-shade.dropdown-toggle.show {
  border-color: #2A2725;
  background-color: #2A2725;
  color: #FEFBF8;
}
.btn-outline-secondary-shade.filter:hover:not(.filter-active) {
  color: #2A2725;
  box-shadow: none;
}
.btn-outline-secondary-shade.filter-active {
  background-color: #2A2725;
  color: #ffffff;
  box-shadow: none;
}

.btn-underline {
  background: transparent;
}
.btn-underline::after {
  background-color: var(--undeline-color);
}
.btn-underline.underline-secondary-shade {
  color: #2A2725 !important;
}
.btn-underline.underline-secondary-shade::after {
  background-color: #2A2725;
}

.btn-dashed-secondary-shade {
  background-color: transparent;
  border: dashed 2px #2A2725;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-dashed-secondary-shade:hover, .btn-dashed-secondary-shade:focus {
  border: dashed 2px rgb(69.1139240506, 64.1772151899, 60.8860759494);
}

.btn-icon-secondary-shade {
  border: 2px solid #2A2725;
  background-color: transparent;
  color: #FEFBF8;
}
.btn-icon-secondary-shade:hover, .btn-icon-secondary-shade:focus {
  background-color: rgba(42, 39, 37, 0.5);
  border: 2px solid #2A2725;
  color: #ffffff;
}
.btn-icon-secondary-shade::before {
  background: rgb(28.4430379747, 26.4113924051, 25.0569620253);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-icon-secondary-shade.focus, .btn-icon-secondary-shade:focus {
  background: #2A2725;
  box-shadow: 0 0 0 0.2rem #2A272566;
}
.btn-icon-secondary-shade:not(:disabled):not(.disabled):active, .btn-icon-secondary-shade:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(28.4430379747, 26.4113924051, 25.0569620253);
  border-color: #2A2725;
}

.inline-link-secondary-shade:hover, .inline-link-secondary-shade:focus, .inline-link-secondary-shade:active, .inline-link-secondary-shade.active {
  color: #2A2725;
  opacity: 1;
}
.inline-link-secondary-shade:visited {
  color: #2A2725;
}

.neu-btn-secondary-shade {
  color: black;
  position: relative;
  display: flex;
  line-height: 50px;
  height: 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
  margin: 0 1.5em;
  padding: 0 3em;
  box-shadow: -4px -4px 6px rgb(69.1139240506, 64.1772151899, 60.8860759494), 4px 4px 6px rgb(23.0202531646, 21.3759493671, 20.2797468354), inset -4px -4px 12px rgb(50.1341772152, 46.553164557, 44.1658227848), inset 4px 4px 12px rgb(39.2886075949, 36.482278481, 34.6113924051);
  border-radius: 0;
}
.neu-btn-secondary-shade:hover {
  box-shadow: -4px -4px 10px rgb(69.1139240506, 64.1772151899, 60.8860759494), 4px 4px 6px #2a2725, inset -4px -4px 12px rgb(69.1139240506, 64.1772151899, 60.8860759494), inset -2px -2px 2px rgb(55.5569620253, 51.5886075949, 48.9430379747), inset 4px 4px 6px rgb(14.8860759494, 13.8227848101, 13.1139240506);
}
.neu-btn-secondary-shade:hover {
  color: black;
}
.neu-btn-secondary-shade::before {
  content: var(--btn-text);
}

.btn-tertiary {
  background-color: #CEC9C6 !important;
  border: 2px solid #CEC9C6;
  box-shadow: 0px 10px 20px rgba(52.6981132075, 48.0754716981, 45.3018867925, 0.2);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-tertiary:hover, .btn-tertiary:focus {
  color: #481707;
  border: 2px solid rgb(194.2122641509, 188.0094339623, 184.2877358491);
}
.btn-tertiary::before {
  color: #481707;
  background: rgb(194.2122641509, 188.0094339623, 184.2877358491) !important;
}
.btn-tertiary.focus, .btn-tertiary:focus {
  box-shadow: 0 0 0 0.2rem #CEC9C666;
}
.btn-tertiary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(194.2122641509, 188.0094339623, 184.2877358491);
  border-color: #CEC9C6;
}
.btn-tertiary span {
  color: #481707;
}

.btn-blured.blur-tertiary {
  color: #CEC9C6 !important;
}
.btn-blured.blur-tertiary::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(206, 201, 198, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(206, 201, 198, 0.5);
}

.btn-outline-tertiary {
  color: rgb(133.9, 130.65, 128.7);
  border: 2px solid rgba(206, 201, 198, 0.5);
  background-color: transparent;
  border-radius: 0;
}
.btn-outline-tertiary:hover, .btn-outline-tertiary:focus, .btn-outline-tertiary.focus {
  color: rgb(133.9, 130.65, 128.7);
  background-color: transparent;
  border: 2px solid #cec9c6;
  box-shadow: 0 0 0 0.2rem rgba(206, 201, 198, 0.4);
}
.btn-outline-tertiary::before {
  color: rgb(133.9, 130.65, 128.7);
  background-color: transparent;
}
.btn-outline-tertiary:not(:disabled):not(.disabled):active, .btn-outline-tertiary:not(:disabled):not(.disabled).active {
  background-color: transparent;
  border-color: #cec9c6;
  color: rgb(133.9, 130.65, 128.7);
}
.btn-check:checked + .btn-outline-tertiary,
.btn-outline-tertiary .btn-check:active, .btn-outline-tertiary:active, .btn-outline-tertiary.active, .btn-outline-tertiary.dropdown-toggle.show {
  border-color: #CEC9C6;
  background-color: #CEC9C6;
  color: #481707;
}
.btn-outline-tertiary.filter:hover:not(.filter-active) {
  color: #CEC9C6;
  box-shadow: none;
}
.btn-outline-tertiary.filter-active {
  background-color: #CEC9C6;
  color: #ffffff;
  box-shadow: none;
}

.btn-underline {
  background: transparent;
}
.btn-underline::after {
  background-color: var(--undeline-color);
}
.btn-underline.underline-tertiary {
  color: #CEC9C6 !important;
}
.btn-underline.underline-tertiary::after {
  background-color: #CEC9C6;
}

.btn-dashed-tertiary {
  background-color: transparent;
  border: dashed 2px #CEC9C6;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-dashed-tertiary:hover, .btn-dashed-tertiary:focus {
  border: dashed 2px rgb(229.5754716981, 226.9811320755, 225.4245283019);
}

.btn-icon-tertiary {
  border: 2px solid #CEC9C6;
  background-color: transparent;
  color: #481707;
}
.btn-icon-tertiary:hover, .btn-icon-tertiary:focus {
  background-color: rgba(206, 201, 198, 0.5);
  border: 2px solid #CEC9C6;
  color: #ffffff;
}
.btn-icon-tertiary::before {
  background: rgb(194.2122641509, 188.0094339623, 184.2877358491);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-icon-tertiary.focus, .btn-icon-tertiary:focus {
  background: #CEC9C6;
  box-shadow: 0 0 0 0.2rem #CEC9C666;
}
.btn-icon-tertiary:not(:disabled):not(.disabled):active, .btn-icon-tertiary:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(194.2122641509, 188.0094339623, 184.2877358491);
  border-color: #CEC9C6;
}

.inline-link-tertiary:hover, .inline-link-tertiary:focus, .inline-link-tertiary:active, .inline-link-tertiary.active {
  color: #CEC9C6;
  opacity: 1;
}
.inline-link-tertiary:visited {
  color: #CEC9C6;
}

.neu-btn-tertiary {
  color: rgb(25.2735849057, 23.0566037736, 21.7264150943);
  position: relative;
  display: flex;
  line-height: 50px;
  height: 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
  margin: 0 1.5em;
  padding: 0 3em;
  box-shadow: -4px -4px 6px rgb(229.5754716981, 226.9811320755, 225.4245283019), 4px 4px 6px rgb(189.4971698113, 182.8132075472, 178.8028301887), inset -4px -4px 12px rgb(213.0726415094, 208.7943396226, 206.2273584906), inset 4px 4px 12px rgb(203.6424528302, 198.4018867925, 195.2575471698);
  border-radius: 0;
}
.neu-btn-tertiary:hover {
  box-shadow: -4px -4px 10px rgb(229.5754716981, 226.9811320755, 225.4245283019), 4px 4px 6px #cec9c6, inset -4px -4px 12px rgb(229.5754716981, 226.9811320755, 225.4245283019), inset -2px -2px 2px rgb(217.7877358491, 213.9905660377, 211.7122641509), inset 4px 4px 6px rgb(182.4245283019, 175.0188679245, 170.5754716981);
}
.neu-btn-tertiary:hover {
  color: rgb(107.5471698113, 98.1132075472, 92.4528301887);
}
.neu-btn-tertiary::before {
  content: var(--btn-text);
}

.btn-tertiary-tint {
  background-color: #F8F8F8 !important;
  border: 2px solid #F8F8F8;
  box-shadow: 0px 10px 20px rgba(95, 95, 95, 0.2);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-tertiary-tint:hover, .btn-tertiary-tint:focus {
  color: #481707;
  border: 2px solid rgb(235.25, 235.25, 235.25);
}
.btn-tertiary-tint::before {
  color: #481707;
  background: rgb(235.25, 235.25, 235.25) !important;
}
.btn-tertiary-tint.focus, .btn-tertiary-tint:focus {
  box-shadow: 0 0 0 0.2rem #F8F8F866;
}
.btn-tertiary-tint:not(:disabled):not(.disabled):active, .btn-tertiary-tint:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(235.25, 235.25, 235.25);
  border-color: #F8F8F8;
}
.btn-tertiary-tint span {
  color: #481707;
}

.btn-blured.blur-tertiary-tint {
  color: #F8F8F8 !important;
}
.btn-blured.blur-tertiary-tint::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(248, 248, 248, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(248, 248, 248, 0.5);
}

.btn-outline-tertiary-tint {
  color: rgb(161.2, 161.2, 161.2);
  border: 2px solid rgba(248, 248, 248, 0.5);
  background-color: transparent;
  border-radius: 0;
}
.btn-outline-tertiary-tint:hover, .btn-outline-tertiary-tint:focus, .btn-outline-tertiary-tint.focus {
  color: rgb(161.2, 161.2, 161.2);
  background-color: transparent;
  border: 2px solid #f8f8f8;
  box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, 0.4);
}
.btn-outline-tertiary-tint::before {
  color: rgb(161.2, 161.2, 161.2);
  background-color: transparent;
}
.btn-outline-tertiary-tint:not(:disabled):not(.disabled):active, .btn-outline-tertiary-tint:not(:disabled):not(.disabled).active {
  background-color: transparent;
  border-color: #f8f8f8;
  color: rgb(161.2, 161.2, 161.2);
}
.btn-check:checked + .btn-outline-tertiary-tint,
.btn-outline-tertiary-tint .btn-check:active, .btn-outline-tertiary-tint:active, .btn-outline-tertiary-tint.active, .btn-outline-tertiary-tint.dropdown-toggle.show {
  border-color: #F8F8F8;
  background-color: #F8F8F8;
  color: #481707;
}
.btn-outline-tertiary-tint.filter:hover:not(.filter-active) {
  color: #F8F8F8;
  box-shadow: none;
}
.btn-outline-tertiary-tint.filter-active {
  background-color: #F8F8F8;
  color: #ffffff;
  box-shadow: none;
}

.btn-underline {
  background: transparent;
}
.btn-underline::after {
  background-color: var(--undeline-color);
}
.btn-underline.underline-tertiary-tint {
  color: #F8F8F8 !important;
}
.btn-underline.underline-tertiary-tint::after {
  background-color: #F8F8F8;
}

.btn-dashed-tertiary-tint {
  background-color: transparent;
  border: dashed 2px #F8F8F8;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-dashed-tertiary-tint:hover, .btn-dashed-tertiary-tint:focus {
  border: dashed 2px white;
}

.btn-icon-tertiary-tint {
  border: 2px solid #F8F8F8;
  background-color: transparent;
  color: #481707;
}
.btn-icon-tertiary-tint:hover, .btn-icon-tertiary-tint:focus {
  background-color: rgba(248, 248, 248, 0.5);
  border: 2px solid #F8F8F8;
  color: #ffffff;
}
.btn-icon-tertiary-tint::before {
  background: rgb(235.25, 235.25, 235.25);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-icon-tertiary-tint.focus, .btn-icon-tertiary-tint:focus {
  background: #F8F8F8;
  box-shadow: 0 0 0 0.2rem #F8F8F866;
}
.btn-icon-tertiary-tint:not(:disabled):not(.disabled):active, .btn-icon-tertiary-tint:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(235.25, 235.25, 235.25);
  border-color: #F8F8F8;
}

.inline-link-tertiary-tint:hover, .inline-link-tertiary-tint:focus, .inline-link-tertiary-tint:active, .inline-link-tertiary-tint.active {
  color: #F8F8F8;
  opacity: 1;
}
.inline-link-tertiary-tint:visited {
  color: #F8F8F8;
}

.neu-btn-tertiary-tint {
  color: rgb(69.5, 69.5, 69.5);
  position: relative;
  display: flex;
  line-height: 50px;
  height: 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
  margin: 0 1.5em;
  padding: 0 3em;
  box-shadow: -4px -4px 6px white, 4px 4px 6px rgb(230.15, 230.15, 230.15), inset -4px -4px 12px white, inset 4px 4px 12px rgb(245.45, 245.45, 245.45);
  border-radius: 0;
}
.neu-btn-tertiary-tint:hover {
  box-shadow: -4px -4px 10px white, 4px 4px 6px #f8f8f8, inset -4px -4px 12px white, inset -2px -2px 2px white, inset 4px 4px 6px rgb(222.5, 222.5, 222.5);
}
.neu-btn-tertiary-tint:hover {
  color: #929292;
}
.neu-btn-tertiary-tint::before {
  content: var(--btn-text);
}

.btn-tertiary-shade {
  background-color: #887F7A !important;
  border: 2px solid #887F7A;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-tertiary-shade:hover, .btn-tertiary-shade:focus {
  color: #481707;
  border: 2px solid rgb(122.7083333333, 114.4047619048, 109.7916666667);
}
.btn-tertiary-shade::before {
  color: #481707;
  background: rgb(122.7083333333, 114.4047619048, 109.7916666667) !important;
}
.btn-tertiary-shade.focus, .btn-tertiary-shade:focus {
  box-shadow: 0 0 0 0.2rem #887F7A66;
}
.btn-tertiary-shade:not(:disabled):not(.disabled):active, .btn-tertiary-shade:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(122.7083333333, 114.4047619048, 109.7916666667);
  border-color: #887F7A;
}
.btn-tertiary-shade span {
  color: #481707;
}

.btn-blured.blur-tertiary-shade {
  color: #887F7A !important;
}
.btn-blured.blur-tertiary-shade::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(136, 127, 122, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(136, 127, 122, 0.5);
}

.btn-outline-tertiary-shade {
  color: rgb(88.4, 82.55, 79.3);
  border: 2px solid rgba(136, 127, 122, 0.5);
  background-color: transparent;
  border-radius: 0;
}
.btn-outline-tertiary-shade:hover, .btn-outline-tertiary-shade:focus, .btn-outline-tertiary-shade.focus {
  color: rgb(88.4, 82.55, 79.3);
  background-color: transparent;
  border: 2px solid #887f7a;
  box-shadow: 0 0 0 0.2rem rgba(136, 127, 122, 0.4);
}
.btn-outline-tertiary-shade::before {
  color: rgb(88.4, 82.55, 79.3);
  background-color: transparent;
}
.btn-outline-tertiary-shade:not(:disabled):not(.disabled):active, .btn-outline-tertiary-shade:not(:disabled):not(.disabled).active {
  background-color: transparent;
  border-color: #887f7a;
  color: rgb(88.4, 82.55, 79.3);
}
.btn-check:checked + .btn-outline-tertiary-shade,
.btn-outline-tertiary-shade .btn-check:active, .btn-outline-tertiary-shade:active, .btn-outline-tertiary-shade.active, .btn-outline-tertiary-shade.dropdown-toggle.show {
  border-color: #887F7A;
  background-color: #887F7A;
  color: #481707;
}
.btn-outline-tertiary-shade.filter:hover:not(.filter-active) {
  color: #887F7A;
  box-shadow: none;
}
.btn-outline-tertiary-shade.filter-active {
  background-color: #887F7A;
  color: #ffffff;
  box-shadow: none;
}

.btn-underline {
  background: transparent;
}
.btn-underline::after {
  background-color: var(--undeline-color);
}
.btn-underline.underline-tertiary-shade {
  color: #887F7A !important;
}
.btn-underline.underline-tertiary-shade::after {
  background-color: #887F7A;
}

.btn-dashed-tertiary-shade {
  background-color: transparent;
  border: dashed 2px #887F7A;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-dashed-tertiary-shade:hover, .btn-dashed-tertiary-shade:focus {
  border: dashed 2px rgb(160.0833333333, 152.9047619048, 148.9166666667);
}

.btn-icon-tertiary-shade {
  border: 2px solid #887F7A;
  background-color: transparent;
  color: #481707;
}
.btn-icon-tertiary-shade:hover, .btn-icon-tertiary-shade:focus {
  background-color: rgba(136, 127, 122, 0.5);
  border: 2px solid #887F7A;
  color: #ffffff;
}
.btn-icon-tertiary-shade::before {
  background: rgb(122.7083333333, 114.4047619048, 109.7916666667);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-icon-tertiary-shade.focus, .btn-icon-tertiary-shade:focus {
  background: #887F7A;
  box-shadow: 0 0 0 0.2rem #887F7A66;
}
.btn-icon-tertiary-shade:not(:disabled):not(.disabled):active, .btn-icon-tertiary-shade:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(122.7083333333, 114.4047619048, 109.7916666667);
  border-color: #887F7A;
}

.inline-link-tertiary-shade:hover, .inline-link-tertiary-shade:focus, .inline-link-tertiary-shade:active, .inline-link-tertiary-shade.active {
  color: #887F7A;
  opacity: 1;
}
.inline-link-tertiary-shade:visited {
  color: #887F7A;
}

.neu-btn-tertiary-shade {
  color: black;
  position: relative;
  display: flex;
  line-height: 50px;
  height: 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
  margin: 0 1.5em;
  padding: 0 3em;
  box-shadow: -4px -4px 6px rgb(160.0833333333, 152.9047619048, 148.9166666667), 4px 4px 6px rgb(117.325, 109.3857142857, 104.975), inset -4px -4px 12px rgb(143.225, 134.7714285714, 130.075), inset 4px 4px 12px rgb(133.475, 124.4428571429, 119.425);
  border-radius: 0;
}
.neu-btn-tertiary-shade:hover {
  box-shadow: -4px -4px 10px rgb(160.0833333333, 152.9047619048, 148.9166666667), 4px 4px 6px #887f7a, inset -4px -4px 12px rgb(160.0833333333, 152.9047619048, 148.9166666667), inset -2px -2px 2px rgb(148.0416666667, 139.9523809524, 135.4583333333), inset 4px 4px 6px rgb(109.25, 101.8571428571, 97.75);
}
.neu-btn-tertiary-shade:hover {
  color: rgb(28.5, 26.5714285714, 25.5);
}
.neu-btn-tertiary-shade::before {
  content: var(--btn-text);
}

.btn-success {
  background-color: #C4ED97 !important;
  border: 2px solid #C4ED97;
  box-shadow: 0px 10px 20px rgba(42.3442622951, 69.9016393443, 12.0983606557, 0.2);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-success:hover, .btn-success:focus {
  color: #481707;
  border: 2px solid rgb(183.6680327869, 233.237704918, 129.262295082);
}
.btn-success::before {
  color: #481707;
  background: rgb(183.6680327869, 233.237704918, 129.262295082) !important;
}
.btn-success.focus, .btn-success:focus {
  box-shadow: 0 0 0 0.2rem #C4ED9766;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(183.6680327869, 233.237704918, 129.262295082);
  border-color: #C4ED97;
}
.btn-success span {
  color: #481707;
}

.btn-blured.blur-success {
  color: #C4ED97 !important;
}
.btn-blured.blur-success::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(196, 237, 151, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(196, 237, 151, 0.5);
}

.btn-outline-success {
  color: rgb(127.4, 154.05, 98.15);
  border: 2px solid rgba(196, 237, 151, 0.5);
  background-color: transparent;
  border-radius: 0;
}
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success.focus {
  color: rgb(127.4, 154.05, 98.15);
  background-color: transparent;
  border: 2px solid #c4ed97;
  box-shadow: 0 0 0 0.2rem rgba(196, 237, 151, 0.4);
}
.btn-outline-success::before {
  color: rgb(127.4, 154.05, 98.15);
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active {
  background-color: transparent;
  border-color: #c4ed97;
  color: rgb(127.4, 154.05, 98.15);
}
.btn-check:checked + .btn-outline-success,
.btn-outline-success .btn-check:active, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  border-color: #C4ED97;
  background-color: #C4ED97;
  color: #481707;
}
.btn-outline-success.filter:hover:not(.filter-active) {
  color: #C4ED97;
  box-shadow: none;
}
.btn-outline-success.filter-active {
  background-color: #C4ED97;
  color: #ffffff;
  box-shadow: none;
}

.btn-underline {
  background: transparent;
}
.btn-underline::after {
  background-color: var(--undeline-color);
}
.btn-underline.underline-success {
  color: #C4ED97 !important;
}
.btn-underline.underline-success::after {
  background-color: #C4ED97;
}

.btn-dashed-success {
  background-color: transparent;
  border: dashed 2px #C4ED97;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-dashed-success:hover, .btn-dashed-success:focus {
  border: dashed 2px rgb(220.6639344262, 244.5245901639, 194.4754098361);
}

.btn-icon-success {
  border: 2px solid #C4ED97;
  background-color: transparent;
  color: #481707;
}
.btn-icon-success:hover, .btn-icon-success:focus {
  background-color: rgba(196, 237, 151, 0.5);
  border: 2px solid #C4ED97;
  color: #ffffff;
}
.btn-icon-success::before {
  background: rgb(183.6680327869, 233.237704918, 129.262295082);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-icon-success.focus, .btn-icon-success:focus {
  background: #C4ED97;
  box-shadow: 0 0 0 0.2rem #C4ED9766;
}
.btn-icon-success:not(:disabled):not(.disabled):active, .btn-icon-success:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(183.6680327869, 233.237704918, 129.262295082);
  border-color: #C4ED97;
}

.inline-link-success:hover, .inline-link-success:focus, .inline-link-success:active, .inline-link-success.active {
  color: #C4ED97;
  opacity: 1;
}
.inline-link-success:visited {
  color: #C4ED97;
}

.neu-btn-success {
  color: rgb(16.0081967213, 26.4262295082, 4.5737704918);
  position: relative;
  display: flex;
  line-height: 50px;
  height: 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
  margin: 0 1.5em;
  padding: 0 3em;
  box-shadow: -4px -4px 6px rgb(220.6639344262, 244.5245901639, 194.4754098361), 4px 4px 6px rgb(178.7352459016, 231.7327868852, 120.5672131148), inset -4px -4px 12px rgb(203.3991803279, 239.2573770492, 164.0426229508), inset 4px 4px 12px rgb(193.5336065574, 236.2475409836, 146.6524590164);
  border-radius: 0;
}
.neu-btn-success:hover {
  box-shadow: -4px -4px 10px rgb(220.6639344262, 244.5245901639, 194.4754098361), 4px 4px 6px #c4ed97, inset -4px -4px 12px rgb(220.6639344262, 244.5245901639, 194.4754098361), inset -2px -2px 2px rgb(208.3319672131, 240.762295082, 172.737704918), inset 4px 4px 6px rgb(171.3360655738, 229.4754098361, 107.5245901639);
}
.neu-btn-success:hover {
  color: rgb(95.0163934426, 156.8524590164, 27.1475409836);
}
.neu-btn-success::before {
  content: var(--btn-text);
}

.btn-info {
  background-color: #9CEFF5 !important;
  border: 2px solid #9CEFF5;
  box-shadow: 0px 10px 20px rgba(8.7155963303, 81.0550458716, 86.2844036697, 0.2);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-info:hover, .btn-info:focus {
  color: #481707;
  border: 2px solid rgb(132.8394495413, 235.2568807339, 242.6605504587);
}
.btn-info::before {
  color: #481707;
  background: rgb(132.8394495413, 235.2568807339, 242.6605504587) !important;
}
.btn-info.focus, .btn-info:focus {
  box-shadow: 0 0 0 0.2rem #9CEFF566;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(132.8394495413, 235.2568807339, 242.6605504587);
  border-color: #9CEFF5;
}
.btn-info span {
  color: #481707;
}

.btn-blured.blur-info {
  color: #9CEFF5 !important;
}
.btn-blured.blur-info::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(156, 239, 245, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(156, 239, 245, 0.5);
}

.btn-outline-info {
  color: rgb(101.4, 155.35, 159.25);
  border: 2px solid rgba(156, 239, 245, 0.5);
  background-color: transparent;
  border-radius: 0;
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info.focus {
  color: rgb(101.4, 155.35, 159.25);
  background-color: transparent;
  border: 2px solid #9ceff5;
  box-shadow: 0 0 0 0.2rem rgba(156, 239, 245, 0.4);
}
.btn-outline-info::before {
  color: rgb(101.4, 155.35, 159.25);
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active {
  background-color: transparent;
  border-color: #9ceff5;
  color: rgb(101.4, 155.35, 159.25);
}
.btn-check:checked + .btn-outline-info,
.btn-outline-info .btn-check:active, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  border-color: #9CEFF5;
  background-color: #9CEFF5;
  color: #481707;
}
.btn-outline-info.filter:hover:not(.filter-active) {
  color: #9CEFF5;
  box-shadow: none;
}
.btn-outline-info.filter-active {
  background-color: #9CEFF5;
  color: #ffffff;
  box-shadow: none;
}

.btn-underline {
  background: transparent;
}
.btn-underline::after {
  background-color: var(--undeline-color);
}
.btn-underline.underline-info {
  color: #9CEFF5 !important;
}
.btn-underline.underline-info::after {
  background-color: #9CEFF5;
}

.btn-dashed-info {
  background-color: transparent;
  border: dashed 2px #9CEFF5;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-dashed-info:hover, .btn-dashed-info:focus {
  border: dashed 2px rgb(202.3211009174, 246.4862385321, 249.6788990826);
}

.btn-icon-info {
  border: 2px solid #9CEFF5;
  background-color: transparent;
  color: #481707;
}
.btn-icon-info:hover, .btn-icon-info:focus {
  background-color: rgba(156, 239, 245, 0.5);
  border: 2px solid #9CEFF5;
  color: #ffffff;
}
.btn-icon-info::before {
  background: rgb(132.8394495413, 235.2568807339, 242.6605504587);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-icon-info.focus, .btn-icon-info:focus {
  background: #9CEFF5;
  box-shadow: 0 0 0 0.2rem #9CEFF566;
}
.btn-icon-info:not(:disabled):not(.disabled):active, .btn-icon-info:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(132.8394495413, 235.2568807339, 242.6605504587);
  border-color: #9CEFF5;
}

.inline-link-info:hover, .inline-link-info:focus, .inline-link-info:active, .inline-link-info.active {
  color: #9CEFF5;
  opacity: 1;
}
.inline-link-info:visited {
  color: #9CEFF5;
}

.neu-btn-info {
  color: rgb(4.0366972477, 37.5412844037, 39.9633027523);
  position: relative;
  display: flex;
  line-height: 50px;
  height: 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
  margin: 0 1.5em;
  padding: 0 3em;
  box-shadow: -4px -4px 6px rgb(202.3211009174, 246.4862385321, 249.6788990826), 4px 4px 6px rgb(123.5752293578, 233.7596330275, 241.7247706422), inset -4px -4px 12px rgb(169.8963302752, 241.2458715596, 246.4036697248), inset 4px 4px 12px rgb(151.3678899083, 238.2513761468, 244.5321100917);
  border-radius: 0;
}
.neu-btn-info:hover {
  box-shadow: -4px -4px 10px rgb(202.3211009174, 246.4862385321, 249.6788990826), 4px 4px 6px #9ceff5, inset -4px -4px 12px rgb(202.3211009174, 246.4862385321, 249.6788990826), inset -2px -2px 2px rgb(179.1605504587, 242.7431192661, 247.3394495413), inset 4px 4px 6px rgb(109.6788990826, 231.5137614679, 240.3211009174);
}
.neu-btn-info:hover {
  color: rgb(18.0733944954, 168.0825688073, 178.9266055046);
}
.neu-btn-info::before {
  content: var(--btn-text);
}

.btn-warning {
  background-color: #FFEA80 !important;
  border: 2px solid #FFEA80;
  box-shadow: 0px 10px 20px rgba(77, 64.2677165354, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-warning:hover, .btn-warning:focus {
  color: #481707;
  border: 2px solid rgb(255, 229.7834645669, 102.5);
}
.btn-warning::before {
  color: #481707;
  background: rgb(255, 229.7834645669, 102.5) !important;
}
.btn-warning.focus, .btn-warning:focus {
  box-shadow: 0 0 0 0.2rem #FFEA8066;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(255, 229.7834645669, 102.5);
  border-color: #FFEA80;
}
.btn-warning span {
  color: #481707;
}

.btn-blured.blur-warning {
  color: #FFEA80 !important;
}
.btn-blured.blur-warning::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(255, 234, 128, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(255, 234, 128, 0.5);
}

.btn-outline-warning {
  color: rgb(165.75, 152.1, 83.2);
  border: 2px solid rgba(255, 234, 128, 0.5);
  background-color: transparent;
  border-radius: 0;
}
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning.focus {
  color: rgb(165.75, 152.1, 83.2);
  background-color: transparent;
  border: 2px solid #ffea80;
  box-shadow: 0 0 0 0.2rem rgba(255, 234, 128, 0.4);
}
.btn-outline-warning::before {
  color: rgb(165.75, 152.1, 83.2);
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active {
  background-color: transparent;
  border-color: #ffea80;
  color: rgb(165.75, 152.1, 83.2);
}
.btn-check:checked + .btn-outline-warning,
.btn-outline-warning .btn-check:active, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  border-color: #FFEA80;
  background-color: #FFEA80;
  color: #481707;
}
.btn-outline-warning.filter:hover:not(.filter-active) {
  color: #FFEA80;
  box-shadow: none;
}
.btn-outline-warning.filter-active {
  background-color: #FFEA80;
  color: #ffffff;
  box-shadow: none;
}

.btn-underline {
  background: transparent;
}
.btn-underline::after {
  background-color: var(--undeline-color);
}
.btn-underline.underline-warning {
  color: #FFEA80 !important;
}
.btn-underline.underline-warning::after {
  background-color: #FFEA80;
}

.btn-dashed-warning {
  background-color: transparent;
  border: dashed 2px #FFEA80;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-dashed-warning:hover, .btn-dashed-warning:focus {
  border: dashed 2px rgb(255, 242.4330708661, 179);
}

.btn-icon-warning {
  border: 2px solid #FFEA80;
  background-color: transparent;
  color: #481707;
}
.btn-icon-warning:hover, .btn-icon-warning:focus {
  background-color: rgba(255, 234, 128, 0.5);
  border: 2px solid #FFEA80;
  color: #ffffff;
}
.btn-icon-warning::before {
  background: rgb(255, 229.7834645669, 102.5);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-icon-warning.focus, .btn-icon-warning:focus {
  background: #FFEA80;
  box-shadow: 0 0 0 0.2rem #FFEA8066;
}
.btn-icon-warning:not(:disabled):not(.disabled):active, .btn-icon-warning:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(255, 229.7834645669, 102.5);
  border-color: #FFEA80;
}

.inline-link-warning:hover, .inline-link-warning:focus, .inline-link-warning:active, .inline-link-warning.active {
  color: #FFEA80;
  opacity: 1;
}
.inline-link-warning:visited {
  color: #FFEA80;
}

.neu-btn-warning {
  color: rgb(26, 21.7007874016, 0);
  position: relative;
  display: flex;
  line-height: 50px;
  height: 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
  margin: 0 1.5em;
  padding: 0 3em;
  box-shadow: -4px -4px 6px rgb(255, 242.4330708661, 179), 4px 4px 6px rgb(255, 228.0968503937, 92.3), inset -4px -4px 12px rgb(255, 236.5299212598, 143.3), inset 4px 4px 12px rgb(255, 233.1566929134, 122.9);
  border-radius: 0;
}
.neu-btn-warning:hover {
  box-shadow: -4px -4px 10px rgb(255, 242.4330708661, 179), 4px 4px 6px #ffea80, inset -4px -4px 12px rgb(255, 242.4330708661, 179), inset -2px -2px 2px rgb(255, 238.2165354331, 153.5), inset 4px 4px 6px rgb(255, 225.5669291339, 77);
}
.neu-btn-warning:hover {
  color: rgb(179, 149.4015748031, 0);
}
.neu-btn-warning::before {
  content: var(--btn-text);
}

.btn-alter {
  background-color: #FFE8E1 !important;
  border: 2px solid #FFE8E1;
  box-shadow: 0px 10px 20px rgba(174, 40.6, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-alter:hover, .btn-alter:focus {
  color: #481707;
  border: 2px solid rgb(255, 212.45, 199.5);
}
.btn-alter::before {
  color: #481707;
  background: rgb(255, 212.45, 199.5) !important;
}
.btn-alter.focus, .btn-alter:focus {
  box-shadow: 0 0 0 0.2rem #FFE8E166;
}
.btn-alter:not(:disabled):not(.disabled):active, .btn-alter:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(255, 212.45, 199.5);
  border-color: #FFE8E1;
}
.btn-alter span {
  color: #481707;
}

.btn-blured.blur-alter {
  color: #FFE8E1 !important;
}
.btn-blured.blur-alter::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(255, 232, 225, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(255, 232, 225, 0.5);
}

.btn-outline-alter {
  color: rgb(165.75, 150.8, 146.25);
  border: 2px solid rgba(255, 232, 225, 0.5);
  background-color: transparent;
  border-radius: 0;
}
.btn-outline-alter:hover, .btn-outline-alter:focus, .btn-outline-alter.focus {
  color: rgb(165.75, 150.8, 146.25);
  background-color: transparent;
  border: 2px solid #ffe8e1;
  box-shadow: 0 0 0 0.2rem rgba(255, 232, 225, 0.4);
}
.btn-outline-alter::before {
  color: rgb(165.75, 150.8, 146.25);
  background-color: transparent;
}
.btn-outline-alter:not(:disabled):not(.disabled):active, .btn-outline-alter:not(:disabled):not(.disabled).active {
  background-color: transparent;
  border-color: #ffe8e1;
  color: rgb(165.75, 150.8, 146.25);
}
.btn-check:checked + .btn-outline-alter,
.btn-outline-alter .btn-check:active, .btn-outline-alter:active, .btn-outline-alter.active, .btn-outline-alter.dropdown-toggle.show {
  border-color: #FFE8E1;
  background-color: #FFE8E1;
  color: #481707;
}
.btn-outline-alter.filter:hover:not(.filter-active) {
  color: #FFE8E1;
  box-shadow: none;
}
.btn-outline-alter.filter-active {
  background-color: #FFE8E1;
  color: #ffffff;
  box-shadow: none;
}

.btn-underline {
  background: transparent;
}
.btn-underline::after {
  background-color: var(--undeline-color);
}
.btn-underline.underline-alter {
  color: #FFE8E1 !important;
}
.btn-underline.underline-alter::after {
  background-color: #FFE8E1;
}

.btn-dashed-alter {
  background-color: transparent;
  border: dashed 2px #FFE8E1;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-dashed-alter:hover, .btn-dashed-alter:focus {
  border: dashed 2px white;
}

.btn-icon-alter {
  border: 2px solid #FFE8E1;
  background-color: transparent;
  color: #481707;
}
.btn-icon-alter:hover, .btn-icon-alter:focus {
  background-color: rgba(255, 232, 225, 0.5);
  border: 2px solid #FFE8E1;
  color: #ffffff;
}
.btn-icon-alter::before {
  background: rgb(255, 212.45, 199.5);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-icon-alter.focus, .btn-icon-alter:focus {
  background: #FFE8E1;
  box-shadow: 0 0 0 0.2rem #FFE8E166;
}
.btn-icon-alter:not(:disabled):not(.disabled):active, .btn-icon-alter:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(255, 212.45, 199.5);
  border-color: #FFE8E1;
}

.inline-link-alter:hover, .inline-link-alter:focus, .inline-link-alter:active, .inline-link-alter.active {
  color: #FFE8E1;
  opacity: 1;
}
.inline-link-alter:visited {
  color: #FFE8E1;
}

.neu-btn-alter {
  color: rgb(123, 28.7, 0);
  position: relative;
  display: flex;
  line-height: 50px;
  height: 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
  margin: 0 1.5em;
  padding: 0 3em;
  box-shadow: -4px -4px 6px white, 4px 4px 6px rgb(255, 204.63, 189.3), inset -4px -4px 12px rgb(255, 243.73, 240.3), inset 4px 4px 12px rgb(255, 228.09, 219.9);
  border-radius: 0;
}
.neu-btn-alter:hover {
  box-shadow: -4px -4px 10px white, 4px 4px 6px #ffe8e1, inset -4px -4px 12px white, inset -2px -2px 2px rgb(255, 251.55, 250.5), inset 4px 4px 6px rgb(255, 192.9, 174);
}
.neu-btn-alter:hover {
  color: rgb(255, 75.6, 21);
}
.neu-btn-alter::before {
  content: var(--btn-text);
}

.btn-alter-tint {
  background-color: #FFFFFF !important;
  border: 2px solid #FFFFFF;
  box-shadow: 0px 10px 20px rgba(102, 102, 102, 0.2);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-alter-tint:hover, .btn-alter-tint:focus {
  color: #481707;
  border: 2px solid rgb(242.25, 242.25, 242.25);
}
.btn-alter-tint::before {
  color: #481707;
  background: rgb(242.25, 242.25, 242.25) !important;
}
.btn-alter-tint.focus, .btn-alter-tint:focus {
  box-shadow: 0 0 0 0.2rem #FFFFFF66;
}
.btn-alter-tint:not(:disabled):not(.disabled):active, .btn-alter-tint:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(242.25, 242.25, 242.25);
  border-color: #FFFFFF;
}
.btn-alter-tint span {
  color: #481707;
}

.btn-blured.blur-alter-tint {
  color: #FFFFFF !important;
}
.btn-blured.blur-alter-tint::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(255, 255, 255, 0.5);
}

.btn-outline-alter-tint {
  color: rgb(165.75, 165.75, 165.75);
  border: 2px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  border-radius: 0;
}
.btn-outline-alter-tint:hover, .btn-outline-alter-tint:focus, .btn-outline-alter-tint.focus {
  color: rgb(165.75, 165.75, 165.75);
  background-color: transparent;
  border: 2px solid white;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.4);
}
.btn-outline-alter-tint::before {
  color: rgb(165.75, 165.75, 165.75);
  background-color: transparent;
}
.btn-outline-alter-tint:not(:disabled):not(.disabled):active, .btn-outline-alter-tint:not(:disabled):not(.disabled).active {
  background-color: transparent;
  border-color: white;
  color: rgb(165.75, 165.75, 165.75);
}
.btn-check:checked + .btn-outline-alter-tint,
.btn-outline-alter-tint .btn-check:active, .btn-outline-alter-tint:active, .btn-outline-alter-tint.active, .btn-outline-alter-tint.dropdown-toggle.show {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  color: #481707;
}
.btn-outline-alter-tint.filter:hover:not(.filter-active) {
  color: #FFFFFF;
  box-shadow: none;
}
.btn-outline-alter-tint.filter-active {
  background-color: #FFFFFF;
  color: #ffffff;
  box-shadow: none;
}

.btn-underline {
  background: transparent;
}
.btn-underline::after {
  background-color: var(--undeline-color);
}
.btn-underline.underline-alter-tint {
  color: #FFFFFF !important;
}
.btn-underline.underline-alter-tint::after {
  background-color: #FFFFFF;
}

.btn-dashed-alter-tint {
  background-color: transparent;
  border: dashed 2px #FFFFFF;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-dashed-alter-tint:hover, .btn-dashed-alter-tint:focus {
  border: dashed 2px white;
}

.btn-icon-alter-tint {
  border: 2px solid #FFFFFF;
  background-color: transparent;
  color: #481707;
}
.btn-icon-alter-tint:hover, .btn-icon-alter-tint:focus {
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid #FFFFFF;
  color: #ffffff;
}
.btn-icon-alter-tint::before {
  background: rgb(242.25, 242.25, 242.25);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-icon-alter-tint.focus, .btn-icon-alter-tint:focus {
  background: #FFFFFF;
  box-shadow: 0 0 0 0.2rem #FFFFFF66;
}
.btn-icon-alter-tint:not(:disabled):not(.disabled):active, .btn-icon-alter-tint:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(242.25, 242.25, 242.25);
  border-color: #FFFFFF;
}

.inline-link-alter-tint:hover, .inline-link-alter-tint:focus, .inline-link-alter-tint:active, .inline-link-alter-tint.active {
  color: #FFFFFF;
  opacity: 1;
}
.inline-link-alter-tint:visited {
  color: #FFFFFF;
}

.neu-btn-alter-tint {
  color: rgb(76.5, 76.5, 76.5);
  position: relative;
  display: flex;
  line-height: 50px;
  height: 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
  margin: 0 1.5em;
  padding: 0 3em;
  box-shadow: -4px -4px 6px white, 4px 4px 6px rgb(237.15, 237.15, 237.15), inset -4px -4px 12px white, inset 4px 4px 12px rgb(252.45, 252.45, 252.45);
  border-radius: 0;
}
.neu-btn-alter-tint:hover {
  box-shadow: -4px -4px 10px white, 4px 4px 6px white, inset -4px -4px 12px white, inset -2px -2px 2px white, inset 4px 4px 6px rgb(229.5, 229.5, 229.5);
}
.neu-btn-alter-tint:hover {
  color: #999999;
}
.neu-btn-alter-tint::before {
  content: var(--btn-text);
}

.btn-alter-shade {
  background-color: #FE9270 !important;
  border: 2px solid #FE9270;
  box-shadow: 0px 10px 20px rgba(59.5833333333, 14.5833333333, 0.4166666667, 0.2);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-alter-shade:hover, .btn-alter-shade:focus {
  color: #481707;
  border: 2px solid rgb(253.8229166667, 126.6979166667, 86.6770833333);
}
.btn-alter-shade::before {
  color: #481707;
  background: rgb(253.8229166667, 126.6979166667, 86.6770833333) !important;
}
.btn-alter-shade.focus, .btn-alter-shade:focus {
  box-shadow: 0 0 0 0.2rem #FE927066;
}
.btn-alter-shade:not(:disabled):not(.disabled):active, .btn-alter-shade:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(253.8229166667, 126.6979166667, 86.6770833333);
  border-color: #FE9270;
}
.btn-alter-shade span {
  color: #481707;
}

.btn-blured.blur-alter-shade {
  color: #FE9270 !important;
}
.btn-blured.blur-alter-shade::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(254, 146, 112, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(254, 146, 112, 0.5);
}

.btn-outline-alter-shade {
  color: rgb(165.1, 94.9, 72.8);
  border: 2px solid rgba(254, 146, 112, 0.5);
  background-color: transparent;
  border-radius: 0;
}
.btn-outline-alter-shade:hover, .btn-outline-alter-shade:focus, .btn-outline-alter-shade.focus {
  color: rgb(165.1, 94.9, 72.8);
  background-color: transparent;
  border: 2px solid #fe9270;
  box-shadow: 0 0 0 0.2rem rgba(254, 146, 112, 0.4);
}
.btn-outline-alter-shade::before {
  color: rgb(165.1, 94.9, 72.8);
  background-color: transparent;
}
.btn-outline-alter-shade:not(:disabled):not(.disabled):active, .btn-outline-alter-shade:not(:disabled):not(.disabled).active {
  background-color: transparent;
  border-color: #fe9270;
  color: rgb(165.1, 94.9, 72.8);
}
.btn-check:checked + .btn-outline-alter-shade,
.btn-outline-alter-shade .btn-check:active, .btn-outline-alter-shade:active, .btn-outline-alter-shade.active, .btn-outline-alter-shade.dropdown-toggle.show {
  border-color: #FE9270;
  background-color: #FE9270;
  color: #481707;
}
.btn-outline-alter-shade.filter:hover:not(.filter-active) {
  color: #FE9270;
  box-shadow: none;
}
.btn-outline-alter-shade.filter-active {
  background-color: #FE9270;
  color: #ffffff;
  box-shadow: none;
}

.btn-underline {
  background: transparent;
}
.btn-underline::after {
  background-color: var(--undeline-color);
}
.btn-underline.underline-alter-shade {
  color: #FE9270 !important;
}
.btn-underline.underline-alter-shade::after {
  background-color: #FE9270;
}

.btn-dashed-alter-shade {
  background-color: transparent;
  border: dashed 2px #FE9270;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-dashed-alter-shade:hover, .btn-dashed-alter-shade:focus {
  border: dashed 2px rgb(254.3541666667, 184.6041666667, 162.6458333333);
}

.btn-icon-alter-shade {
  border: 2px solid #FE9270;
  background-color: transparent;
  color: #481707;
}
.btn-icon-alter-shade:hover, .btn-icon-alter-shade:focus {
  background-color: rgba(254, 146, 112, 0.5);
  border: 2px solid #FE9270;
  color: #ffffff;
}
.btn-icon-alter-shade::before {
  background: rgb(253.8229166667, 126.6979166667, 86.6770833333);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-icon-alter-shade.focus, .btn-icon-alter-shade:focus {
  background: #FE9270;
  box-shadow: 0 0 0 0.2rem #FE927066;
}
.btn-icon-alter-shade:not(:disabled):not(.disabled):active, .btn-icon-alter-shade:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(253.8229166667, 126.6979166667, 86.6770833333);
  border-color: #FE9270;
}

.inline-link-alter-shade:hover, .inline-link-alter-shade:focus, .inline-link-alter-shade:active, .inline-link-alter-shade.active {
  color: #FE9270;
  opacity: 1;
}
.inline-link-alter-shade:visited {
  color: #FE9270;
}

.neu-btn-alter-shade {
  color: rgb(8.9375, 2.1875, 0.0625);
  position: relative;
  display: flex;
  line-height: 50px;
  height: 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
  margin: 0 1.5em;
  padding: 0 3em;
  box-shadow: -4px -4px 6px rgb(254.3541666667, 184.6041666667, 162.6458333333), 4px 4px 6px rgb(253.7520833333, 118.9770833333, 76.5479166667), inset -4px -4px 12px rgb(254.10625, 157.58125, 127.19375), inset 4px 4px 12px rgb(253.9645833333, 142.1395833333, 106.9354166667);
  border-radius: 0;
}
.neu-btn-alter-shade:hover {
  box-shadow: -4px -4px 10px rgb(254.3541666667, 184.6041666667, 162.6458333333), 4px 4px 6px #fe9270, inset -4px -4px 12px rgb(254.3541666667, 184.6041666667, 162.6458333333), inset -2px -2px 2px rgb(254.1770833333, 165.3020833333, 137.3229166667), inset 4px 4px 6px rgb(253.6458333333, 107.3958333333, 61.3541666667);
}
.neu-btn-alter-shade:hover {
  color: rgb(160.875, 39.375, 1.125);
}
.neu-btn-alter-shade::before {
  content: var(--btn-text);
}

.btn-danger {
  background-color: #FE7B83 !important;
  border: 2px solid #FE7B83;
  box-shadow: 0px 10px 20px rgba(70.4661654135, 0.5338345865, 4.8045112782, 0.2);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-danger:hover, .btn-danger:focus {
  color: #481707;
  border: 2px solid rgb(253.8082706767, 97.6917293233, 107.2255639098);
}
.btn-danger::before {
  color: #481707;
  background: rgb(253.8082706767, 97.6917293233, 107.2255639098) !important;
}
.btn-danger.focus, .btn-danger:focus {
  box-shadow: 0 0 0 0.2rem #FE7B8366;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(253.8082706767, 97.6917293233, 107.2255639098);
  border-color: #FE7B83;
}
.btn-danger span {
  color: #481707;
}

.btn-blured.blur-danger {
  color: #FE7B83 !important;
}
.btn-blured.blur-danger::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(254, 123, 131, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(254, 123, 131, 0.5);
}

.btn-outline-danger {
  color: rgb(165.1, 79.95, 85.15);
  border: 2px solid rgba(254, 123, 131, 0.5);
  background-color: transparent;
  border-radius: 0;
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger.focus {
  color: rgb(165.1, 79.95, 85.15);
  background-color: transparent;
  border: 2px solid #fe7b83;
  box-shadow: 0 0 0 0.2rem rgba(254, 123, 131, 0.4);
}
.btn-outline-danger::before {
  color: rgb(165.1, 79.95, 85.15);
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active {
  background-color: transparent;
  border-color: #fe7b83;
  color: rgb(165.1, 79.95, 85.15);
}
.btn-check:checked + .btn-outline-danger,
.btn-outline-danger .btn-check:active, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  border-color: #FE7B83;
  background-color: #FE7B83;
  color: #481707;
}
.btn-outline-danger.filter:hover:not(.filter-active) {
  color: #FE7B83;
  box-shadow: none;
}
.btn-outline-danger.filter-active {
  background-color: #FE7B83;
  color: #ffffff;
  box-shadow: none;
}

.btn-underline {
  background: transparent;
}
.btn-underline::after {
  background-color: var(--undeline-color);
}
.btn-underline.underline-danger {
  color: #FE7B83 !important;
}
.btn-underline.underline-danger::after {
  background-color: #FE7B83;
}

.btn-dashed-danger {
  background-color: transparent;
  border: dashed 2px #FE7B83;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-dashed-danger:hover, .btn-dashed-danger:focus {
  border: dashed 2px rgb(254.3834586466, 173.6165413534, 178.5488721805);
}

.btn-icon-danger {
  border: 2px solid #FE7B83;
  background-color: transparent;
  color: #481707;
}
.btn-icon-danger:hover, .btn-icon-danger:focus {
  background-color: rgba(254, 123, 131, 0.5);
  border: 2px solid #FE7B83;
  color: #ffffff;
}
.btn-icon-danger::before {
  background: rgb(253.8082706767, 97.6917293233, 107.2255639098);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-icon-danger.focus, .btn-icon-danger:focus {
  background: #FE7B83;
  box-shadow: 0 0 0 0.2rem #FE7B8366;
}
.btn-icon-danger:not(:disabled):not(.disabled):active, .btn-icon-danger:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(253.8082706767, 97.6917293233, 107.2255639098);
  border-color: #FE7B83;
}

.inline-link-danger:hover, .inline-link-danger:focus, .inline-link-danger:active, .inline-link-danger.active {
  color: #FE7B83;
  opacity: 1;
}
.inline-link-danger:visited {
  color: #FE7B83;
}

.neu-btn-danger {
  color: rgb(19.8496240602, 0.1503759398, 1.3533834586);
  position: relative;
  display: flex;
  line-height: 50px;
  height: 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
  margin: 0 1.5em;
  padding: 0 3em;
  box-shadow: -4px -4px 6px rgb(254.3834586466, 173.6165413534, 178.5488721805), 4px 4px 6px rgb(253.7315789474, 87.5684210526, 97.7157894737), inset -4px -4px 12px rgb(254.115037594, 138.184962406, 145.2646616541), inset 4px 4px 12px rgb(253.9616541353, 117.9383458647, 126.245112782);
  border-radius: 0;
}
.neu-btn-danger:hover {
  box-shadow: -4px -4px 10px rgb(254.3834586466, 173.6165413534, 178.5488721805), 4px 4px 6px #fe7b83, inset -4px -4px 12px rgb(254.3834586466, 173.6165413534, 178.5488721805), inset -2px -2px 2px rgb(254.1917293233, 148.3082706767, 154.7744360902), inset 4px 4px 6px rgb(253.6165413534, 72.3834586466, 83.4511278195);
}
.neu-btn-danger:hover {
  color: rgb(171.6992481203, 1.3007518797, 11.7067669173);
}
.neu-btn-danger::before {
  content: var(--btn-text);
}

.btn-dark {
  background-color: #481707 !important;
  border: 2px solid #481707;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-dark:hover, .btn-dark:focus {
  color: #FEFBF8;
  border: 2px solid rgb(48.7594936709, 15.5759493671, 4.7405063291);
}
.btn-dark::before {
  color: #FEFBF8;
  background: rgb(48.7594936709, 15.5759493671, 4.7405063291) !important;
}
.btn-dark.focus, .btn-dark:focus {
  box-shadow: 0 0 0 0.2rem #48170766;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(48.7594936709, 15.5759493671, 4.7405063291);
  border-color: #481707;
}
.btn-dark span {
  color: #FEFBF8;
}

.btn-blured.blur-dark {
  color: #481707 !important;
}
.btn-blured.blur-dark::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(72, 23, 7, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(72, 23, 7, 0.5);
}

.btn-outline-dark {
  color: rgb(46.8, 14.95, 4.55);
  border: 2px solid rgba(72, 23, 7, 0.5);
  background-color: transparent;
  border-radius: 0;
}
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark.focus {
  color: rgb(46.8, 14.95, 4.55);
  background-color: transparent;
  border: 2px solid #481707;
  box-shadow: 0 0 0 0.2rem rgba(72, 23, 7, 0.4);
}
.btn-outline-dark::before {
  color: rgb(46.8, 14.95, 4.55);
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active {
  background-color: transparent;
  border-color: #481707;
  color: rgb(46.8, 14.95, 4.55);
}
.btn-check:checked + .btn-outline-dark,
.btn-outline-dark .btn-check:active, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  border-color: #481707;
  background-color: #481707;
  color: #FEFBF8;
}
.btn-outline-dark.filter:hover:not(.filter-active) {
  color: #481707;
  box-shadow: none;
}
.btn-outline-dark.filter-active {
  background-color: #481707;
  color: #ffffff;
  box-shadow: none;
}

.btn-underline {
  background: transparent;
}
.btn-underline::after {
  background-color: var(--undeline-color);
}
.btn-underline.underline-dark {
  color: #481707 !important;
}
.btn-underline.underline-dark::after {
  background-color: #481707;
}

.btn-dashed-dark {
  background-color: transparent;
  border: dashed 2px #481707;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-dashed-dark:hover, .btn-dashed-dark:focus {
  border: dashed 2px rgb(118.4810126582, 37.8481012658, 11.5189873418);
}

.btn-icon-dark {
  border: 2px solid #481707;
  background-color: transparent;
  color: #FEFBF8;
}
.btn-icon-dark:hover, .btn-icon-dark:focus {
  background-color: rgba(72, 23, 7, 0.5);
  border: 2px solid #481707;
  color: #ffffff;
}
.btn-icon-dark::before {
  background: rgb(48.7594936709, 15.5759493671, 4.7405063291);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-icon-dark.focus, .btn-icon-dark:focus {
  background: #481707;
  box-shadow: 0 0 0 0.2rem #48170766;
}
.btn-icon-dark:not(:disabled):not(.disabled):active, .btn-icon-dark:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(48.7594936709, 15.5759493671, 4.7405063291);
  border-color: #481707;
}

.inline-link-dark:hover, .inline-link-dark:focus, .inline-link-dark:active, .inline-link-dark.active {
  color: #481707;
  opacity: 1;
}
.inline-link-dark:visited {
  color: #481707;
}

.neu-btn-dark {
  color: rgb(248.4430379747, 202.5443037975, 187.5569620253);
  position: relative;
  display: flex;
  line-height: 50px;
  height: 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 1px 1px rgba(72, 23, 7, 0.6);
  margin: 0 1.5em;
  padding: 0 2em;
  box-shadow: -4px -4px 6px rgb(81.2962025316, 25.9696202532, 7.9037974684), 4px 4px 6px rgb(53.4075949367, 17.0607594937, 5.1924050633), inset -4px -4px 12px rgb(76.6481012658, 24.4848101266, 7.4518987342), inset 4px 4px 12px rgb(67.3518987342, 21.5151898734, 6.5481012658);
  border-radius: 0;
}
.neu-btn-dark:hover {
  box-shadow: -4px -4px 10px rgb(76.6481012658, 24.4848101266, 7.4518987342), 4px 4px 6px #481707, inset -4px -4px 12px rgb(81.2962025316, 25.9696202532, 7.9037974684), inset -2px -2px 2px rgb(90.5924050633, 28.9392405063, 8.8075949367), inset 4px 4px 6px rgb(48.7594936709, 15.5759493671, 4.7405063291);
}
.neu-btn-dark:hover {
  color: rgb(164.9620253165, 52.6962025316, 16.0379746835);
}
.neu-btn-dark::before {
  content: var(--btn-text);
}

.btn-dark-tint {
  background-color: #B29A93 !important;
  border: 2px solid #B29A93;
  box-shadow: 0px 10px 20px rgba(11.0918918919, 8.627027027, 7.9081081081, 0.2);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-dark-tint:hover, .btn-dark-tint:focus {
  color: #481707;
  border: 2px solid rgb(167.3864864865, 140.0783783784, 132.1135135135);
}
.btn-dark-tint::before {
  color: #481707;
  background: rgb(167.3864864865, 140.0783783784, 132.1135135135) !important;
}
.btn-dark-tint.focus, .btn-dark-tint:focus {
  box-shadow: 0 0 0 0.2rem #B29A9366;
}
.btn-dark-tint:not(:disabled):not(.disabled):active, .btn-dark-tint:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(167.3864864865, 140.0783783784, 132.1135135135);
  border-color: #B29A93;
}
.btn-dark-tint span {
  color: #481707;
}

.btn-blured.blur-dark-tint {
  color: #B29A93 !important;
}
.btn-blured.blur-dark-tint::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(178, 154, 147, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(178, 154, 147, 0.5);
}

.btn-outline-dark-tint {
  color: rgb(115.7, 100.1, 95.55);
  border: 2px solid rgba(178, 154, 147, 0.5);
  background-color: transparent;
  border-radius: 0;
}
.btn-outline-dark-tint:hover, .btn-outline-dark-tint:focus, .btn-outline-dark-tint.focus {
  color: rgb(115.7, 100.1, 95.55);
  background-color: transparent;
  border: 2px solid #b29a93;
  box-shadow: 0 0 0 0.2rem rgba(178, 154, 147, 0.4);
}
.btn-outline-dark-tint::before {
  color: rgb(115.7, 100.1, 95.55);
  background-color: transparent;
}
.btn-outline-dark-tint:not(:disabled):not(.disabled):active, .btn-outline-dark-tint:not(:disabled):not(.disabled).active {
  background-color: transparent;
  border-color: #b29a93;
  color: rgb(115.7, 100.1, 95.55);
}
.btn-check:checked + .btn-outline-dark-tint,
.btn-outline-dark-tint .btn-check:active, .btn-outline-dark-tint:active, .btn-outline-dark-tint.active, .btn-outline-dark-tint.dropdown-toggle.show {
  border-color: #B29A93;
  background-color: #B29A93;
  color: #481707;
}
.btn-outline-dark-tint.filter:hover:not(.filter-active) {
  color: #B29A93;
  box-shadow: none;
}
.btn-outline-dark-tint.filter-active {
  background-color: #B29A93;
  color: #ffffff;
  box-shadow: none;
}

.btn-underline {
  background: transparent;
}
.btn-underline::after {
  background-color: var(--undeline-color);
}
.btn-underline.underline-dark-tint {
  color: #B29A93 !important;
}
.btn-underline.underline-dark-tint::after {
  background-color: #B29A93;
}

.btn-dashed-dark-tint {
  background-color: transparent;
  border: dashed 2px #B29A93;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-dashed-dark-tint:hover, .btn-dashed-dark-tint:focus {
  border: dashed 2px rgb(199.227027027, 181.8432432432, 176.772972973);
}

.btn-icon-dark-tint {
  border: 2px solid #B29A93;
  background-color: transparent;
  color: #481707;
}
.btn-icon-dark-tint:hover, .btn-icon-dark-tint:focus {
  background-color: rgba(178, 154, 147, 0.5);
  border: 2px solid #B29A93;
  color: #ffffff;
}
.btn-icon-dark-tint::before {
  background: rgb(167.3864864865, 140.0783783784, 132.1135135135);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-icon-dark-tint.focus, .btn-icon-dark-tint:focus {
  background: #B29A93;
  box-shadow: 0 0 0 0.2rem #B29A9366;
}
.btn-icon-dark-tint:not(:disabled):not(.disabled):active, .btn-icon-dark-tint:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(167.3864864865, 140.0783783784, 132.1135135135);
  border-color: #B29A93;
}

.inline-link-dark-tint:hover, .inline-link-dark-tint:focus, .inline-link-dark-tint:active, .inline-link-dark-tint.active {
  color: #B29A93;
  opacity: 1;
}
.inline-link-dark-tint:visited {
  color: #B29A93;
}

.neu-btn-dark-tint {
  color: black;
  position: relative;
  display: flex;
  line-height: 50px;
  height: 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
  margin: 0 1.5em;
  padding: 0 3em;
  box-shadow: -4px -4px 6px rgb(199.227027027, 181.8432432432, 176.772972973), 4px 4px 6px rgb(163.1410810811, 134.5097297297, 126.1589189189), inset -4px -4px 12px rgb(184.3681081081, 162.352972973, 155.9318918919), inset 4px 4px 12px rgb(175.8772972973, 151.2156756757, 144.0227027027);
  border-radius: 0;
}
.neu-btn-dark-tint:hover {
  box-shadow: -4px -4px 10px rgb(199.227027027, 181.8432432432, 176.772972973), 4px 4px 6px #b29a93, inset -4px -4px 12px rgb(199.227027027, 181.8432432432, 176.772972973), inset -2px -2px 2px rgb(188.6135135135, 167.9216216216, 161.8864864865), inset 4px 4px 6px rgb(156.772972973, 126.1567567568, 117.227027027);
}
.neu-btn-dark-tint:hover {
  color: rgb(70.6378378378, 54.9405405405, 50.3621621622);
}
.neu-btn-dark-tint::before {
  content: var(--btn-text);
}

.btn-dark-shade {
  background-color: #210901 !important;
  border: 2px solid #210901;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-dark-shade:hover, .btn-dark-shade:focus {
  color: #FEFBF8;
  border: 2px solid rgb(8.25, 2.25, 0.25);
}
.btn-dark-shade::before {
  color: #FEFBF8;
  background: rgb(8.25, 2.25, 0.25) !important;
}
.btn-dark-shade.focus, .btn-dark-shade:focus {
  box-shadow: 0 0 0 0.2rem #21090166;
}
.btn-dark-shade:not(:disabled):not(.disabled):active, .btn-dark-shade:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(8.25, 2.25, 0.25);
  border-color: #210901;
}
.btn-dark-shade span {
  color: #FEFBF8;
}

.btn-blured.blur-dark-shade {
  color: #210901 !important;
}
.btn-blured.blur-dark-shade::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(33, 9, 1, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(33, 9, 1, 0.5);
}

.btn-outline-dark-shade {
  color: rgb(21.45, 5.85, 0.65);
  border: 2px solid rgba(33, 9, 1, 0.5);
  background-color: transparent;
  border-radius: 0;
}
.btn-outline-dark-shade:hover, .btn-outline-dark-shade:focus, .btn-outline-dark-shade.focus {
  color: rgb(21.45, 5.85, 0.65);
  background-color: transparent;
  border: 2px solid #210901;
  box-shadow: 0 0 0 0.2rem rgba(33, 9, 1, 0.4);
}
.btn-outline-dark-shade::before {
  color: rgb(21.45, 5.85, 0.65);
  background-color: transparent;
}
.btn-outline-dark-shade:not(:disabled):not(.disabled):active, .btn-outline-dark-shade:not(:disabled):not(.disabled).active {
  background-color: transparent;
  border-color: #210901;
  color: rgb(21.45, 5.85, 0.65);
}
.btn-check:checked + .btn-outline-dark-shade,
.btn-outline-dark-shade .btn-check:active, .btn-outline-dark-shade:active, .btn-outline-dark-shade.active, .btn-outline-dark-shade.dropdown-toggle.show {
  border-color: #210901;
  background-color: #210901;
  color: #FEFBF8;
}
.btn-outline-dark-shade.filter:hover:not(.filter-active) {
  color: #210901;
  box-shadow: none;
}
.btn-outline-dark-shade.filter-active {
  background-color: #210901;
  color: #ffffff;
  box-shadow: none;
}

.btn-underline {
  background: transparent;
}
.btn-underline::after {
  background-color: var(--undeline-color);
}
.btn-underline.underline-dark-shade {
  color: #210901 !important;
}
.btn-underline.underline-dark-shade::after {
  background-color: #210901;
}

.btn-dashed-dark-shade {
  background-color: transparent;
  border: dashed 2px #210901;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-dashed-dark-shade:hover, .btn-dashed-dark-shade:focus {
  border: dashed 2px rgb(82.5, 22.5, 2.5);
}

.btn-icon-dark-shade {
  border: 2px solid #210901;
  background-color: transparent;
  color: #FEFBF8;
}
.btn-icon-dark-shade:hover, .btn-icon-dark-shade:focus {
  background-color: rgba(33, 9, 1, 0.5);
  border: 2px solid #210901;
  color: #ffffff;
}
.btn-icon-dark-shade::before {
  background: rgb(8.25, 2.25, 0.25);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-icon-dark-shade.focus, .btn-icon-dark-shade:focus {
  background: #210901;
  box-shadow: 0 0 0 0.2rem #21090166;
}
.btn-icon-dark-shade:not(:disabled):not(.disabled):active, .btn-icon-dark-shade:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(8.25, 2.25, 0.25);
  border-color: #210901;
}

.inline-link-dark-shade:hover, .inline-link-dark-shade:focus, .inline-link-dark-shade:active, .inline-link-dark-shade.active {
  color: #210901;
  opacity: 1;
}
.inline-link-dark-shade:visited {
  color: #210901;
}

.neu-btn-dark-shade {
  color: black;
  position: relative;
  display: flex;
  line-height: 50px;
  height: 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
  margin: 0 1.5em;
  padding: 0 3em;
  box-shadow: -4px -4px 6px rgb(82.5, 22.5, 2.5), 4px 4px 6px black, inset -4px -4px 12px rgb(47.85, 13.05, 1.45), inset 4px 4px 12px rgb(28.05, 7.65, 0.85);
  border-radius: 0;
}
.neu-btn-dark-shade:hover {
  box-shadow: -4px -4px 10px rgb(82.5, 22.5, 2.5), 4px 4px 6px #210901, inset -4px -4px 12px rgb(82.5, 22.5, 2.5), inset -2px -2px 2px rgb(57.75, 15.75, 1.75), inset 4px 4px 6px black;
}
.neu-btn-dark-shade:hover {
  color: black;
}
.neu-btn-dark-shade::before {
  content: var(--btn-text);
}

.btn-light {
  background-color: #FEFBF8 !important;
  border: 2px solid #FEFBF8;
  box-shadow: 0px 10px 20px rgba(171.5, 98, 24.5, 0.2);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-light:hover, .btn-light:focus {
  color: #481707;
  border: 2px solid rgb(250.8125, 238.25, 225.6875);
}
.btn-light::before {
  color: #481707;
  background: rgb(250.8125, 238.25, 225.6875) !important;
}
.btn-light.focus, .btn-light:focus {
  box-shadow: 0 0 0 0.2rem #FEFBF866;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(250.8125, 238.25, 225.6875);
  border-color: #FEFBF8;
}
.btn-light span {
  color: #481707;
}

.btn-blured.blur-light {
  color: #FEFBF8 !important;
}
.btn-blured.blur-light::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(254, 251, 248, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(254, 251, 248, 0.5);
}

.btn-outline-light {
  color: rgb(165.1, 163.15, 161.2);
  border: 2px solid rgba(254, 251, 248, 0.5);
  background-color: transparent;
  border-radius: 0;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light.focus {
  color: rgb(165.1, 163.15, 161.2);
  background-color: transparent;
  border: 2px solid #fefbf8;
  box-shadow: 0 0 0 0.2rem rgba(254, 251, 248, 0.4);
}
.btn-outline-light::before {
  color: rgb(165.1, 163.15, 161.2);
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active {
  background-color: transparent;
  border-color: #fefbf8;
  color: rgb(165.1, 163.15, 161.2);
}
.btn-check:checked + .btn-outline-light,
.btn-outline-light .btn-check:active, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  border-color: #FEFBF8;
  background-color: #FEFBF8;
  color: #481707;
}
.btn-outline-light.filter:hover:not(.filter-active) {
  color: #FEFBF8;
  box-shadow: none;
}
.btn-outline-light.filter-active {
  background-color: #FEFBF8;
  color: #ffffff;
  box-shadow: none;
}

.btn-underline {
  background: transparent;
}
.btn-underline::after {
  background-color: var(--undeline-color);
}
.btn-underline.underline-light {
  color: #FEFBF8 !important;
}
.btn-underline.underline-light::after {
  background-color: #FEFBF8;
}

.btn-dashed-light {
  background-color: transparent;
  border: dashed 2px #FEFBF8;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-dashed-light:hover, .btn-dashed-light:focus {
  border: dashed 2px white;
}

.btn-icon-light {
  border: 2px solid #FEFBF8;
  background-color: transparent;
  color: #481707;
}
.btn-icon-light:hover, .btn-icon-light:focus {
  background-color: rgba(254, 251, 248, 0.5);
  border: 2px solid #FEFBF8;
  color: #ffffff;
}
.btn-icon-light::before {
  background: rgb(250.8125, 238.25, 225.6875);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-icon-light.focus, .btn-icon-light:focus {
  background: #FEFBF8;
  box-shadow: 0 0 0 0.2rem #FEFBF866;
}
.btn-icon-light:not(:disabled):not(.disabled):active, .btn-icon-light:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(250.8125, 238.25, 225.6875);
  border-color: #FEFBF8;
}

.inline-link-light:hover, .inline-link-light:focus, .inline-link-light:active, .inline-link-light.active {
  color: #FEFBF8;
  opacity: 1;
}
.inline-link-light:visited {
  color: #FEFBF8;
}

.neu-btn-light {
  color: rgb(126.875, 72.5, 18.125);
  position: relative;
  display: flex;
  line-height: 50px;
  height: 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
  margin: 0 1.5em;
  padding: 0 3em;
  box-shadow: -4px -4px 6px white, 4px 4px 6px rgb(249.5375, 233.15, 216.7625), inset -4px -4px 12px white, inset 4px 4px 12px rgb(253.3625, 248.45, 243.5375);
  border-radius: 0;
}
.neu-btn-light:hover {
  box-shadow: -4px -4px 10px white, 4px 4px 6px #fefbf8, inset -4px -4px 12px white, inset -2px -2px 2px white, inset 4px 4px 6px rgb(247.625, 225.5, 203.375);
}
.neu-btn-light:hover {
  color: rgb(228.5, 149, 69.5);
}
.neu-btn-light::before {
  content: var(--btn-text);
}

.btn-light-tint {
  background-color: #FFFFFF !important;
  border: 2px solid #FFFFFF;
  box-shadow: 0px 10px 20px rgba(102, 102, 102, 0.2);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-light-tint:hover, .btn-light-tint:focus {
  color: #481707;
  border: 2px solid rgb(242.25, 242.25, 242.25);
}
.btn-light-tint::before {
  color: #481707;
  background: rgb(242.25, 242.25, 242.25) !important;
}
.btn-light-tint.focus, .btn-light-tint:focus {
  box-shadow: 0 0 0 0.2rem #FFFFFF66;
}
.btn-light-tint:not(:disabled):not(.disabled):active, .btn-light-tint:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(242.25, 242.25, 242.25);
  border-color: #FFFFFF;
}
.btn-light-tint span {
  color: #481707;
}

.btn-blured.blur-light-tint {
  color: #FFFFFF !important;
}
.btn-blured.blur-light-tint::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(255, 255, 255, 0.5);
}

.btn-outline-light-tint {
  color: rgb(165.75, 165.75, 165.75);
  border: 2px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  border-radius: 0;
}
.btn-outline-light-tint:hover, .btn-outline-light-tint:focus, .btn-outline-light-tint.focus {
  color: rgb(165.75, 165.75, 165.75);
  background-color: transparent;
  border: 2px solid white;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.4);
}
.btn-outline-light-tint::before {
  color: rgb(165.75, 165.75, 165.75);
  background-color: transparent;
}
.btn-outline-light-tint:not(:disabled):not(.disabled):active, .btn-outline-light-tint:not(:disabled):not(.disabled).active {
  background-color: transparent;
  border-color: white;
  color: rgb(165.75, 165.75, 165.75);
}
.btn-check:checked + .btn-outline-light-tint,
.btn-outline-light-tint .btn-check:active, .btn-outline-light-tint:active, .btn-outline-light-tint.active, .btn-outline-light-tint.dropdown-toggle.show {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  color: #481707;
}
.btn-outline-light-tint.filter:hover:not(.filter-active) {
  color: #FFFFFF;
  box-shadow: none;
}
.btn-outline-light-tint.filter-active {
  background-color: #FFFFFF;
  color: #ffffff;
  box-shadow: none;
}

.btn-underline {
  background: transparent;
}
.btn-underline::after {
  background-color: var(--undeline-color);
}
.btn-underline.underline-light-tint {
  color: #FFFFFF !important;
}
.btn-underline.underline-light-tint::after {
  background-color: #FFFFFF;
}

.btn-dashed-light-tint {
  background-color: transparent;
  border: dashed 2px #FFFFFF;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-dashed-light-tint:hover, .btn-dashed-light-tint:focus {
  border: dashed 2px white;
}

.btn-icon-light-tint {
  border: 2px solid #FFFFFF;
  background-color: transparent;
  color: #481707;
}
.btn-icon-light-tint:hover, .btn-icon-light-tint:focus {
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid #FFFFFF;
  color: #ffffff;
}
.btn-icon-light-tint::before {
  background: rgb(242.25, 242.25, 242.25);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-icon-light-tint.focus, .btn-icon-light-tint:focus {
  background: #FFFFFF;
  box-shadow: 0 0 0 0.2rem #FFFFFF66;
}
.btn-icon-light-tint:not(:disabled):not(.disabled):active, .btn-icon-light-tint:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(242.25, 242.25, 242.25);
  border-color: #FFFFFF;
}

.inline-link-light-tint:hover, .inline-link-light-tint:focus, .inline-link-light-tint:active, .inline-link-light-tint.active {
  color: #FFFFFF;
  opacity: 1;
}
.inline-link-light-tint:visited {
  color: #FFFFFF;
}

.neu-btn-light-tint {
  color: rgb(76.5, 76.5, 76.5);
  position: relative;
  display: flex;
  line-height: 50px;
  height: 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
  margin: 0 1.5em;
  padding: 0 3em;
  box-shadow: -4px -4px 6px white, 4px 4px 6px rgb(237.15, 237.15, 237.15), inset -4px -4px 12px white, inset 4px 4px 12px rgb(252.45, 252.45, 252.45);
  border-radius: 0;
}
.neu-btn-light-tint:hover {
  box-shadow: -4px -4px 10px white, 4px 4px 6px white, inset -4px -4px 12px white, inset -2px -2px 2px white, inset 4px 4px 6px rgb(229.5, 229.5, 229.5);
}
.neu-btn-light-tint:hover {
  color: #999999;
}
.neu-btn-light-tint::before {
  content: var(--btn-text);
}

.btn-light-shade {
  background-color: #ECB485 !important;
  border: 2px solid #ECB485;
  box-shadow: 0px 10px 20px rgba(54.5106382979, 29.4893617021, 8.4893617021, 0.2);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-light-shade:hover, .btn-light-shade:focus {
  color: #481707;
  border: 2px solid rgb(232.5638297872, 166.4361702128, 110.9361702128);
}
.btn-light-shade::before {
  color: #481707;
  background: rgb(232.5638297872, 166.4361702128, 110.9361702128) !important;
}
.btn-light-shade.focus, .btn-light-shade:focus {
  box-shadow: 0 0 0 0.2rem #ECB48566;
}
.btn-light-shade:not(:disabled):not(.disabled):active, .btn-light-shade:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(232.5638297872, 166.4361702128, 110.9361702128);
  border-color: #ECB485;
}
.btn-light-shade span {
  color: #481707;
}

.btn-blured.blur-light-shade {
  color: #ECB485 !important;
}
.btn-blured.blur-light-shade::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(236, 180, 133, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(236, 180, 133, 0.5);
}

.btn-outline-light-shade {
  color: rgb(153.4, 117, 86.45);
  border: 2px solid rgba(236, 180, 133, 0.5);
  background-color: transparent;
  border-radius: 0;
}
.btn-outline-light-shade:hover, .btn-outline-light-shade:focus, .btn-outline-light-shade.focus {
  color: rgb(153.4, 117, 86.45);
  background-color: transparent;
  border: 2px solid #ecb485;
  box-shadow: 0 0 0 0.2rem rgba(236, 180, 133, 0.4);
}
.btn-outline-light-shade::before {
  color: rgb(153.4, 117, 86.45);
  background-color: transparent;
}
.btn-outline-light-shade:not(:disabled):not(.disabled):active, .btn-outline-light-shade:not(:disabled):not(.disabled).active {
  background-color: transparent;
  border-color: #ecb485;
  color: rgb(153.4, 117, 86.45);
}
.btn-check:checked + .btn-outline-light-shade,
.btn-outline-light-shade .btn-check:active, .btn-outline-light-shade:active, .btn-outline-light-shade.active, .btn-outline-light-shade.dropdown-toggle.show {
  border-color: #ECB485;
  background-color: #ECB485;
  color: #481707;
}
.btn-outline-light-shade.filter:hover:not(.filter-active) {
  color: #ECB485;
  box-shadow: none;
}
.btn-outline-light-shade.filter-active {
  background-color: #ECB485;
  color: #ffffff;
  box-shadow: none;
}

.btn-underline {
  background: transparent;
}
.btn-underline::after {
  background-color: var(--undeline-color);
}
.btn-underline.underline-light-shade {
  color: #ECB485 !important;
}
.btn-underline.underline-light-shade::after {
  background-color: #ECB485;
}

.btn-dashed-light-shade {
  background-color: transparent;
  border: dashed 2px #ECB485;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-dashed-light-shade:hover, .btn-dashed-light-shade:focus {
  border: dashed 2px rgb(242.8723404255, 207.1276595745, 177.1276595745);
}

.btn-icon-light-shade {
  border: 2px solid #ECB485;
  background-color: transparent;
  color: #481707;
}
.btn-icon-light-shade:hover, .btn-icon-light-shade:focus {
  background-color: rgba(236, 180, 133, 0.5);
  border: 2px solid #ECB485;
  color: #ffffff;
}
.btn-icon-light-shade::before {
  background: rgb(232.5638297872, 166.4361702128, 110.9361702128);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-icon-light-shade.focus, .btn-icon-light-shade:focus {
  background: #ECB485;
  box-shadow: 0 0 0 0.2rem #ECB48566;
}
.btn-icon-light-shade:not(:disabled):not(.disabled):active, .btn-icon-light-shade:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(232.5638297872, 166.4361702128, 110.9361702128);
  border-color: #ECB485;
}

.inline-link-light-shade:hover, .inline-link-light-shade:focus, .inline-link-light-shade:active, .inline-link-light-shade.active {
  color: #ECB485;
  opacity: 1;
}
.inline-link-light-shade:visited {
  color: #ECB485;
}

.neu-btn-light-shade {
  color: rgb(10.3829787234, 5.6170212766, 1.6170212766);
  position: relative;
  display: flex;
  line-height: 50px;
  height: 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
  margin: 0 1.5em;
  padding: 0 3em;
  box-shadow: -4px -4px 6px rgb(242.8723404255, 207.1276595745, 177.1276595745), 4px 4px 6px rgb(231.1893617021, 161.0106382979, 102.1106382979), inset -4px -4px 12px rgb(238.0617021277, 188.1382978723, 146.2382978723), inset 4px 4px 12px rgb(235.3127659574, 177.2872340426, 128.5872340426);
  border-radius: 0;
}
.neu-btn-light-shade:hover {
  box-shadow: -4px -4px 10px rgb(242.8723404255, 207.1276595745, 177.1276595745), 4px 4px 6px #ecb485, inset -4px -4px 12px rgb(242.8723404255, 207.1276595745, 177.1276595745), inset -2px -2px 2px rgb(239.4361702128, 193.5638297872, 155.0638297872), inset 4px 4px 6px rgb(229.1276595745, 152.8723404255, 88.8723404255);
}
.neu-btn-light-shade:hover {
  color: rgb(142.7659574468, 77.2340425532, 22.2340425532);
}
.neu-btn-light-shade::before {
  content: var(--btn-text);
}

.btn-muted {
  background-color: rgba(72, 23, 7, 0.5) !important;
  border: 2px solid rgba(72, 23, 7, 0.5);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-muted:hover, .btn-muted:focus {
  color: #FEFBF8;
  border: 2px solid rgba(48.7594936709, 15.5759493671, 4.7405063291, 0.5);
}
.btn-muted::before {
  color: #FEFBF8;
  background: rgba(48.7594936709, 15.5759493671, 4.7405063291, 0.5) !important;
}
.btn-muted.focus, .btn-muted:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 23, 7, 0.5)66;
}
.btn-muted:not(:disabled):not(.disabled):active, .btn-muted:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgba(48.7594936709, 15.5759493671, 4.7405063291, 0.5);
  border-color: rgba(72, 23, 7, 0.5);
}
.btn-muted span {
  color: #FEFBF8;
}

.btn-blured.blur-muted {
  color: rgba(72, 23, 7, 0.5) !important;
}
.btn-blured.blur-muted::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(72, 23, 7, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(72, 23, 7, 0.5);
}

.btn-outline-muted {
  color: rgba(27.5294117647, 8.7941176471, 2.6764705882, 0.675);
  border: 2px solid rgba(72, 23, 7, 0.5);
  background-color: transparent;
  border-radius: 0;
}
.btn-outline-muted:hover, .btn-outline-muted:focus, .btn-outline-muted.focus {
  color: rgba(27.5294117647, 8.7941176471, 2.6764705882, 0.675);
  background-color: transparent;
  border: 2px solid #481707;
  box-shadow: 0 0 0 0.2rem rgba(72, 23, 7, 0.4);
}
.btn-outline-muted::before {
  color: rgba(27.5294117647, 8.7941176471, 2.6764705882, 0.675);
  background-color: transparent;
}
.btn-outline-muted:not(:disabled):not(.disabled):active, .btn-outline-muted:not(:disabled):not(.disabled).active {
  background-color: transparent;
  border-color: #481707;
  color: rgba(27.5294117647, 8.7941176471, 2.6764705882, 0.675);
}
.btn-check:checked + .btn-outline-muted,
.btn-outline-muted .btn-check:active, .btn-outline-muted:active, .btn-outline-muted.active, .btn-outline-muted.dropdown-toggle.show {
  border-color: rgba(72, 23, 7, 0.5);
  background-color: rgba(72, 23, 7, 0.5);
  color: #FEFBF8;
}
.btn-outline-muted.filter:hover:not(.filter-active) {
  color: rgba(72, 23, 7, 0.5);
  box-shadow: none;
}
.btn-outline-muted.filter-active {
  background-color: rgba(72, 23, 7, 0.5);
  color: #ffffff;
  box-shadow: none;
}

.btn-underline {
  background: transparent;
}
.btn-underline::after {
  background-color: var(--undeline-color);
}
.btn-underline.underline-muted {
  color: rgba(72, 23, 7, 0.5) !important;
}
.btn-underline.underline-muted::after {
  background-color: rgba(72, 23, 7, 0.5);
}

.btn-dashed-muted {
  background-color: transparent;
  border: dashed 2px rgba(72, 23, 7, 0.5);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-dashed-muted:hover, .btn-dashed-muted:focus {
  border: dashed 2px rgba(118.4810126582, 37.8481012658, 11.5189873418, 0.5);
}

.btn-icon-muted {
  border: 2px solid rgba(72, 23, 7, 0.5);
  background-color: transparent;
  color: #FEFBF8;
}
.btn-icon-muted:hover, .btn-icon-muted:focus {
  background-color: rgba(72, 23, 7, 0.5);
  border: 2px solid rgba(72, 23, 7, 0.5);
  color: #ffffff;
}
.btn-icon-muted::before {
  background: rgba(48.7594936709, 15.5759493671, 4.7405063291, 0.5);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-icon-muted.focus, .btn-icon-muted:focus {
  background: rgba(72, 23, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(72, 23, 7, 0.5)66;
}
.btn-icon-muted:not(:disabled):not(.disabled):active, .btn-icon-muted:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgba(48.7594936709, 15.5759493671, 4.7405063291, 0.5);
  border-color: rgba(72, 23, 7, 0.5);
}

.inline-link-muted:hover, .inline-link-muted:focus, .inline-link-muted:active, .inline-link-muted.active {
  color: rgba(72, 23, 7, 0.5);
  opacity: 1;
}
.inline-link-muted:visited {
  color: rgba(72, 23, 7, 0.5);
}

.neu-btn-muted {
  color: rgba(0, 0, 0, 0.5);
  position: relative;
  display: flex;
  line-height: 50px;
  height: 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
  margin: 0 1.5em;
  padding: 0 3em;
  box-shadow: -4px -4px 6px rgba(118.4810126582, 37.8481012658, 11.5189873418, 0.5), 4px 4px 6px rgba(39.4632911392, 12.6063291139, 3.8367088608, 0.5), inset -4px -4px 12px rgba(85.9443037975, 27.4544303797, 8.3556962025, 0.5), inset 4px 4px 12px rgba(67.3518987342, 21.5151898734, 6.5481012658, 0.5);
  border-radius: 0;
}
.neu-btn-muted:hover {
  box-shadow: -4px -4px 10px rgba(118.4810126582, 37.8481012658, 11.5189873418, 0.5), 4px 4px 6px rgba(72, 23, 7, 0.5), inset -4px -4px 12px rgba(118.4810126582, 37.8481012658, 11.5189873418, 0.5), inset -2px -2px 2px rgba(95.2405063291, 30.4240506329, 9.2594936709, 0.5), inset 4px 4px 6px rgba(25.5189873418, 8.1518987342, 2.4810126582, 0.5);
}
.neu-btn-muted:hover {
  color: rgba(0, 0, 0, 0.5);
}
.neu-btn-muted::before {
  content: var(--btn-text);
}

.btn-white {
  background-color: #ffffff !important;
  border: 2px solid #ffffff;
  box-shadow: 0px 10px 20px rgba(102, 102, 102, 0.2);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-white:hover, .btn-white:focus {
  color: #481707;
  border: 2px solid rgb(242.25, 242.25, 242.25);
}
.btn-white::before {
  color: #481707;
  background: rgb(242.25, 242.25, 242.25) !important;
}
.btn-white.focus, .btn-white:focus {
  box-shadow: 0 0 0 0.2rem #ffffff66;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(242.25, 242.25, 242.25);
  border-color: #ffffff;
}
.btn-white span {
  color: #481707;
}

.btn-blured.blur-white {
  color: #ffffff !important;
}
.btn-blured.blur-white::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(255, 255, 255, 0.5);
}

.btn-outline-white {
  color: rgb(165.75, 165.75, 165.75);
  border: 2px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  border-radius: 0;
}
.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white.focus {
  color: rgb(165.75, 165.75, 165.75);
  background-color: transparent;
  border: 2px solid white;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.4);
}
.btn-outline-white::before {
  color: rgb(165.75, 165.75, 165.75);
  background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active {
  background-color: transparent;
  border-color: white;
  color: rgb(165.75, 165.75, 165.75);
}
.btn-check:checked + .btn-outline-white,
.btn-outline-white .btn-check:active, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.dropdown-toggle.show {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #481707;
}
.btn-outline-white.filter:hover:not(.filter-active) {
  color: #ffffff;
  box-shadow: none;
}
.btn-outline-white.filter-active {
  background-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
}

.btn-underline {
  background: transparent;
}
.btn-underline::after {
  background-color: var(--undeline-color);
}
.btn-underline.underline-white {
  color: #ffffff !important;
}
.btn-underline.underline-white::after {
  background-color: #ffffff;
}

.btn-dashed-white {
  background-color: transparent;
  border: dashed 2px #ffffff;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-dashed-white:hover, .btn-dashed-white:focus {
  border: dashed 2px white;
}

.btn-icon-white {
  border: 2px solid #ffffff;
  background-color: transparent;
  color: #481707;
}
.btn-icon-white:hover, .btn-icon-white:focus {
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid #ffffff;
  color: #ffffff;
}
.btn-icon-white::before {
  background: rgb(242.25, 242.25, 242.25);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-icon-white.focus, .btn-icon-white:focus {
  background: #ffffff;
  box-shadow: 0 0 0 0.2rem #ffffff66;
}
.btn-icon-white:not(:disabled):not(.disabled):active, .btn-icon-white:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(242.25, 242.25, 242.25);
  border-color: #ffffff;
}

.inline-link-white:hover, .inline-link-white:focus, .inline-link-white:active, .inline-link-white.active {
  color: #ffffff;
  opacity: 1;
}
.inline-link-white:visited {
  color: #ffffff;
}

.neu-btn-white {
  color: rgb(76.5, 76.5, 76.5);
  position: relative;
  display: flex;
  line-height: 50px;
  height: 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
  margin: 0 1.5em;
  padding: 0 3em;
  box-shadow: -4px -4px 6px white, 4px 4px 6px rgb(237.15, 237.15, 237.15), inset -4px -4px 12px white, inset 4px 4px 12px rgb(252.45, 252.45, 252.45);
  border-radius: 0;
}
.neu-btn-white:hover {
  box-shadow: -4px -4px 10px white, 4px 4px 6px white, inset -4px -4px 12px white, inset -2px -2px 2px white, inset 4px 4px 6px rgb(229.5, 229.5, 229.5);
}
.neu-btn-white:hover {
  color: #999999;
}
.neu-btn-white::before {
  content: var(--btn-text);
}

.btn-gray-100 {
  background-color: #F2F2F2 !important;
  border: 2px solid #F2F2F2;
  box-shadow: 0px 10px 20px rgba(89, 89, 89, 0.2);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-gray-100:hover, .btn-gray-100:focus {
  color: #481707;
  border: 2px solid rgb(229.25, 229.25, 229.25);
}
.btn-gray-100::before {
  color: #481707;
  background: rgb(229.25, 229.25, 229.25) !important;
}
.btn-gray-100.focus, .btn-gray-100:focus {
  box-shadow: 0 0 0 0.2rem #F2F2F266;
}
.btn-gray-100:not(:disabled):not(.disabled):active, .btn-gray-100:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(229.25, 229.25, 229.25);
  border-color: #F2F2F2;
}
.btn-gray-100 span {
  color: #481707;
}

.btn-blured.blur-gray-100 {
  color: #F2F2F2 !important;
}
.btn-blured.blur-gray-100::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(242, 242, 242, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(242, 242, 242, 0.5);
}

.btn-outline-gray-100 {
  color: rgb(157.3, 157.3, 157.3);
  border: 2px solid rgba(242, 242, 242, 0.5);
  background-color: transparent;
  border-radius: 0;
}
.btn-outline-gray-100:hover, .btn-outline-gray-100:focus, .btn-outline-gray-100.focus {
  color: rgb(157.3, 157.3, 157.3);
  background-color: transparent;
  border: 2px solid #f2f2f2;
  box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.4);
}
.btn-outline-gray-100::before {
  color: rgb(157.3, 157.3, 157.3);
  background-color: transparent;
}
.btn-outline-gray-100:not(:disabled):not(.disabled):active, .btn-outline-gray-100:not(:disabled):not(.disabled).active {
  background-color: transparent;
  border-color: #f2f2f2;
  color: rgb(157.3, 157.3, 157.3);
}
.btn-check:checked + .btn-outline-gray-100,
.btn-outline-gray-100 .btn-check:active, .btn-outline-gray-100:active, .btn-outline-gray-100.active, .btn-outline-gray-100.dropdown-toggle.show {
  border-color: #F2F2F2;
  background-color: #F2F2F2;
  color: #481707;
}
.btn-outline-gray-100.filter:hover:not(.filter-active) {
  color: #F2F2F2;
  box-shadow: none;
}
.btn-outline-gray-100.filter-active {
  background-color: #F2F2F2;
  color: #ffffff;
  box-shadow: none;
}

.btn-underline {
  background: transparent;
}
.btn-underline::after {
  background-color: var(--undeline-color);
}
.btn-underline.underline-gray-100 {
  color: #F2F2F2 !important;
}
.btn-underline.underline-gray-100::after {
  background-color: #F2F2F2;
}

.btn-dashed-gray-100 {
  background-color: transparent;
  border: dashed 2px #F2F2F2;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-dashed-gray-100:hover, .btn-dashed-gray-100:focus {
  border: dashed 2px white;
}

.btn-icon-gray-100 {
  border: 2px solid #F2F2F2;
  background-color: transparent;
  color: #481707;
}
.btn-icon-gray-100:hover, .btn-icon-gray-100:focus {
  background-color: rgba(242, 242, 242, 0.5);
  border: 2px solid #F2F2F2;
  color: #ffffff;
}
.btn-icon-gray-100::before {
  background: rgb(229.25, 229.25, 229.25);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-icon-gray-100.focus, .btn-icon-gray-100:focus {
  background: #F2F2F2;
  box-shadow: 0 0 0 0.2rem #F2F2F266;
}
.btn-icon-gray-100:not(:disabled):not(.disabled):active, .btn-icon-gray-100:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(229.25, 229.25, 229.25);
  border-color: #F2F2F2;
}

.inline-link-gray-100:hover, .inline-link-gray-100:focus, .inline-link-gray-100:active, .inline-link-gray-100.active {
  color: #F2F2F2;
  opacity: 1;
}
.inline-link-gray-100:visited {
  color: #F2F2F2;
}

.neu-btn-gray-100 {
  color: rgb(63.5, 63.5, 63.5);
  position: relative;
  display: flex;
  line-height: 50px;
  height: 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
  margin: 0 1.5em;
  padding: 0 3em;
  box-shadow: -4px -4px 6px white, 4px 4px 6px rgb(224.15, 224.15, 224.15), inset -4px -4px 12px rgb(249.65, 249.65, 249.65), inset 4px 4px 12px rgb(239.45, 239.45, 239.45);
  border-radius: 0;
}
.neu-btn-gray-100:hover {
  box-shadow: -4px -4px 10px white, 4px 4px 6px #f2f2f2, inset -4px -4px 12px white, inset -2px -2px 2px rgb(254.75, 254.75, 254.75), inset 4px 4px 6px rgb(216.5, 216.5, 216.5);
}
.neu-btn-gray-100:hover {
  color: #8c8c8c;
}
.neu-btn-gray-100::before {
  content: var(--btn-text);
}

.btn-gray-200 {
  background-color: #E6E6E6 !important;
  border: 2px solid #E6E6E6;
  box-shadow: 0px 10px 20px rgba(77, 77, 77, 0.2);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-gray-200:hover, .btn-gray-200:focus {
  color: #481707;
  border: 2px solid rgb(217.25, 217.25, 217.25);
}
.btn-gray-200::before {
  color: #481707;
  background: rgb(217.25, 217.25, 217.25) !important;
}
.btn-gray-200.focus, .btn-gray-200:focus {
  box-shadow: 0 0 0 0.2rem #E6E6E666;
}
.btn-gray-200:not(:disabled):not(.disabled):active, .btn-gray-200:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(217.25, 217.25, 217.25);
  border-color: #E6E6E6;
}
.btn-gray-200 span {
  color: #481707;
}

.btn-blured.blur-gray-200 {
  color: #E6E6E6 !important;
}
.btn-blured.blur-gray-200::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(230, 230, 230, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(230, 230, 230, 0.5);
}

.btn-outline-gray-200 {
  color: rgb(149.5, 149.5, 149.5);
  border: 2px solid rgba(230, 230, 230, 0.5);
  background-color: transparent;
  border-radius: 0;
}
.btn-outline-gray-200:hover, .btn-outline-gray-200:focus, .btn-outline-gray-200.focus {
  color: rgb(149.5, 149.5, 149.5);
  background-color: transparent;
  border: 2px solid #e6e6e6;
  box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.4);
}
.btn-outline-gray-200::before {
  color: rgb(149.5, 149.5, 149.5);
  background-color: transparent;
}
.btn-outline-gray-200:not(:disabled):not(.disabled):active, .btn-outline-gray-200:not(:disabled):not(.disabled).active {
  background-color: transparent;
  border-color: #e6e6e6;
  color: rgb(149.5, 149.5, 149.5);
}
.btn-check:checked + .btn-outline-gray-200,
.btn-outline-gray-200 .btn-check:active, .btn-outline-gray-200:active, .btn-outline-gray-200.active, .btn-outline-gray-200.dropdown-toggle.show {
  border-color: #E6E6E6;
  background-color: #E6E6E6;
  color: #481707;
}
.btn-outline-gray-200.filter:hover:not(.filter-active) {
  color: #E6E6E6;
  box-shadow: none;
}
.btn-outline-gray-200.filter-active {
  background-color: #E6E6E6;
  color: #ffffff;
  box-shadow: none;
}

.btn-underline {
  background: transparent;
}
.btn-underline::after {
  background-color: var(--undeline-color);
}
.btn-underline.underline-gray-200 {
  color: #E6E6E6 !important;
}
.btn-underline.underline-gray-200::after {
  background-color: #E6E6E6;
}

.btn-dashed-gray-200 {
  background-color: transparent;
  border: dashed 2px #E6E6E6;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-dashed-gray-200:hover, .btn-dashed-gray-200:focus {
  border: dashed 2px white;
}

.btn-icon-gray-200 {
  border: 2px solid #E6E6E6;
  background-color: transparent;
  color: #481707;
}
.btn-icon-gray-200:hover, .btn-icon-gray-200:focus {
  background-color: rgba(230, 230, 230, 0.5);
  border: 2px solid #E6E6E6;
  color: #ffffff;
}
.btn-icon-gray-200::before {
  background: rgb(217.25, 217.25, 217.25);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-icon-gray-200.focus, .btn-icon-gray-200:focus {
  background: #E6E6E6;
  box-shadow: 0 0 0 0.2rem #E6E6E666;
}
.btn-icon-gray-200:not(:disabled):not(.disabled):active, .btn-icon-gray-200:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(217.25, 217.25, 217.25);
  border-color: #E6E6E6;
}

.inline-link-gray-200:hover, .inline-link-gray-200:focus, .inline-link-gray-200:active, .inline-link-gray-200.active {
  color: #E6E6E6;
  opacity: 1;
}
.inline-link-gray-200:visited {
  color: #E6E6E6;
}

.neu-btn-gray-200 {
  color: rgb(51.5, 51.5, 51.5);
  position: relative;
  display: flex;
  line-height: 50px;
  height: 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
  margin: 0 1.5em;
  padding: 0 3em;
  box-shadow: -4px -4px 6px white, 4px 4px 6px rgb(212.15, 212.15, 212.15), inset -4px -4px 12px rgb(237.65, 237.65, 237.65), inset 4px 4px 12px rgb(227.45, 227.45, 227.45);
  border-radius: 0;
}
.neu-btn-gray-200:hover {
  box-shadow: -4px -4px 10px white, 4px 4px 6px #e6e6e6, inset -4px -4px 12px white, inset -2px -2px 2px rgb(242.75, 242.75, 242.75), inset 4px 4px 6px rgb(204.5, 204.5, 204.5);
}
.neu-btn-gray-200:hover {
  color: gray;
}
.neu-btn-gray-200::before {
  content: var(--btn-text);
}

.btn-gray-300 {
  background-color: #CCCCCC !important;
  border: 2px solid #CCCCCC;
  box-shadow: 0px 10px 20px rgba(51, 51, 51, 0.2);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-gray-300:hover, .btn-gray-300:focus {
  color: #481707;
  border: 2px solid rgb(191.25, 191.25, 191.25);
}
.btn-gray-300::before {
  color: #481707;
  background: rgb(191.25, 191.25, 191.25) !important;
}
.btn-gray-300.focus, .btn-gray-300:focus {
  box-shadow: 0 0 0 0.2rem #CCCCCC66;
}
.btn-gray-300:not(:disabled):not(.disabled):active, .btn-gray-300:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(191.25, 191.25, 191.25);
  border-color: #CCCCCC;
}
.btn-gray-300 span {
  color: #481707;
}

.btn-blured.blur-gray-300 {
  color: #CCCCCC !important;
}
.btn-blured.blur-gray-300::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(204, 204, 204, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(204, 204, 204, 0.5);
}

.btn-outline-gray-300 {
  color: rgb(132.6, 132.6, 132.6);
  border: 2px solid rgba(204, 204, 204, 0.5);
  background-color: transparent;
  border-radius: 0;
}
.btn-outline-gray-300:hover, .btn-outline-gray-300:focus, .btn-outline-gray-300.focus {
  color: rgb(132.6, 132.6, 132.6);
  background-color: transparent;
  border: 2px solid #cccccc;
  box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.4);
}
.btn-outline-gray-300::before {
  color: rgb(132.6, 132.6, 132.6);
  background-color: transparent;
}
.btn-outline-gray-300:not(:disabled):not(.disabled):active, .btn-outline-gray-300:not(:disabled):not(.disabled).active {
  background-color: transparent;
  border-color: #cccccc;
  color: rgb(132.6, 132.6, 132.6);
}
.btn-check:checked + .btn-outline-gray-300,
.btn-outline-gray-300 .btn-check:active, .btn-outline-gray-300:active, .btn-outline-gray-300.active, .btn-outline-gray-300.dropdown-toggle.show {
  border-color: #CCCCCC;
  background-color: #CCCCCC;
  color: #481707;
}
.btn-outline-gray-300.filter:hover:not(.filter-active) {
  color: #CCCCCC;
  box-shadow: none;
}
.btn-outline-gray-300.filter-active {
  background-color: #CCCCCC;
  color: #ffffff;
  box-shadow: none;
}

.btn-underline {
  background: transparent;
}
.btn-underline::after {
  background-color: var(--undeline-color);
}
.btn-underline.underline-gray-300 {
  color: #CCCCCC !important;
}
.btn-underline.underline-gray-300::after {
  background-color: #CCCCCC;
}

.btn-dashed-gray-300 {
  background-color: transparent;
  border: dashed 2px #CCCCCC;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-dashed-gray-300:hover, .btn-dashed-gray-300:focus {
  border: dashed 2px rgb(229.5, 229.5, 229.5);
}

.btn-icon-gray-300 {
  border: 2px solid #CCCCCC;
  background-color: transparent;
  color: #481707;
}
.btn-icon-gray-300:hover, .btn-icon-gray-300:focus {
  background-color: rgba(204, 204, 204, 0.5);
  border: 2px solid #CCCCCC;
  color: #ffffff;
}
.btn-icon-gray-300::before {
  background: rgb(191.25, 191.25, 191.25);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-icon-gray-300.focus, .btn-icon-gray-300:focus {
  background: #CCCCCC;
  box-shadow: 0 0 0 0.2rem #CCCCCC66;
}
.btn-icon-gray-300:not(:disabled):not(.disabled):active, .btn-icon-gray-300:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(191.25, 191.25, 191.25);
  border-color: #CCCCCC;
}

.inline-link-gray-300:hover, .inline-link-gray-300:focus, .inline-link-gray-300:active, .inline-link-gray-300.active {
  color: #CCCCCC;
  opacity: 1;
}
.inline-link-gray-300:visited {
  color: #CCCCCC;
}

.neu-btn-gray-300 {
  color: rgb(25.5, 25.5, 25.5);
  position: relative;
  display: flex;
  line-height: 50px;
  height: 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
  margin: 0 1.5em;
  padding: 0 3em;
  box-shadow: -4px -4px 6px rgb(229.5, 229.5, 229.5), 4px 4px 6px rgb(186.15, 186.15, 186.15), inset -4px -4px 12px rgb(211.65, 211.65, 211.65), inset 4px 4px 12px rgb(201.45, 201.45, 201.45);
  border-radius: 0;
}
.neu-btn-gray-300:hover {
  box-shadow: -4px -4px 10px rgb(229.5, 229.5, 229.5), 4px 4px 6px #cccccc, inset -4px -4px 12px rgb(229.5, 229.5, 229.5), inset -2px -2px 2px rgb(216.75, 216.75, 216.75), inset 4px 4px 6px rgb(178.5, 178.5, 178.5);
}
.neu-btn-gray-300:hover {
  color: #666666;
}
.neu-btn-gray-300::before {
  content: var(--btn-text);
}

.btn-gray-400 {
  background-color: #B3B3B3 !important;
  border: 2px solid #B3B3B3;
  box-shadow: 0px 10px 20px rgba(26, 26, 26, 0.2);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-gray-400:hover, .btn-gray-400:focus {
  color: #481707;
  border: 2px solid rgb(166.25, 166.25, 166.25);
}
.btn-gray-400::before {
  color: #481707;
  background: rgb(166.25, 166.25, 166.25) !important;
}
.btn-gray-400.focus, .btn-gray-400:focus {
  box-shadow: 0 0 0 0.2rem #B3B3B366;
}
.btn-gray-400:not(:disabled):not(.disabled):active, .btn-gray-400:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(166.25, 166.25, 166.25);
  border-color: #B3B3B3;
}
.btn-gray-400 span {
  color: #481707;
}

.btn-blured.blur-gray-400 {
  color: #B3B3B3 !important;
}
.btn-blured.blur-gray-400::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(179, 179, 179, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(179, 179, 179, 0.5);
}

.btn-outline-gray-400 {
  color: rgb(116.35, 116.35, 116.35);
  border: 2px solid rgba(179, 179, 179, 0.5);
  background-color: transparent;
  border-radius: 0;
}
.btn-outline-gray-400:hover, .btn-outline-gray-400:focus, .btn-outline-gray-400.focus {
  color: rgb(116.35, 116.35, 116.35);
  background-color: transparent;
  border: 2px solid #b3b3b3;
  box-shadow: 0 0 0 0.2rem rgba(179, 179, 179, 0.4);
}
.btn-outline-gray-400::before {
  color: rgb(116.35, 116.35, 116.35);
  background-color: transparent;
}
.btn-outline-gray-400:not(:disabled):not(.disabled):active, .btn-outline-gray-400:not(:disabled):not(.disabled).active {
  background-color: transparent;
  border-color: #b3b3b3;
  color: rgb(116.35, 116.35, 116.35);
}
.btn-check:checked + .btn-outline-gray-400,
.btn-outline-gray-400 .btn-check:active, .btn-outline-gray-400:active, .btn-outline-gray-400.active, .btn-outline-gray-400.dropdown-toggle.show {
  border-color: #B3B3B3;
  background-color: #B3B3B3;
  color: #481707;
}
.btn-outline-gray-400.filter:hover:not(.filter-active) {
  color: #B3B3B3;
  box-shadow: none;
}
.btn-outline-gray-400.filter-active {
  background-color: #B3B3B3;
  color: #ffffff;
  box-shadow: none;
}

.btn-underline {
  background: transparent;
}
.btn-underline::after {
  background-color: var(--undeline-color);
}
.btn-underline.underline-gray-400 {
  color: #B3B3B3 !important;
}
.btn-underline.underline-gray-400::after {
  background-color: #B3B3B3;
}

.btn-dashed-gray-400 {
  background-color: transparent;
  border: dashed 2px #B3B3B3;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-dashed-gray-400:hover, .btn-dashed-gray-400:focus {
  border: dashed 2px rgb(204.5, 204.5, 204.5);
}

.btn-icon-gray-400 {
  border: 2px solid #B3B3B3;
  background-color: transparent;
  color: #481707;
}
.btn-icon-gray-400:hover, .btn-icon-gray-400:focus {
  background-color: rgba(179, 179, 179, 0.5);
  border: 2px solid #B3B3B3;
  color: #ffffff;
}
.btn-icon-gray-400::before {
  background: rgb(166.25, 166.25, 166.25);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-icon-gray-400.focus, .btn-icon-gray-400:focus {
  background: #B3B3B3;
  box-shadow: 0 0 0 0.2rem #B3B3B366;
}
.btn-icon-gray-400:not(:disabled):not(.disabled):active, .btn-icon-gray-400:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(166.25, 166.25, 166.25);
  border-color: #B3B3B3;
}

.inline-link-gray-400:hover, .inline-link-gray-400:focus, .inline-link-gray-400:active, .inline-link-gray-400.active {
  color: #B3B3B3;
  opacity: 1;
}
.inline-link-gray-400:visited {
  color: #B3B3B3;
}

.neu-btn-gray-400 {
  color: rgb(0.5, 0.5, 0.5);
  position: relative;
  display: flex;
  line-height: 50px;
  height: 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
  margin: 0 1.5em;
  padding: 0 3em;
  box-shadow: -4px -4px 6px rgb(204.5, 204.5, 204.5), 4px 4px 6px rgb(161.15, 161.15, 161.15), inset -4px -4px 12px rgb(186.65, 186.65, 186.65), inset 4px 4px 12px rgb(176.45, 176.45, 176.45);
  border-radius: 0;
}
.neu-btn-gray-400:hover {
  box-shadow: -4px -4px 10px rgb(204.5, 204.5, 204.5), 4px 4px 6px #b3b3b3, inset -4px -4px 12px rgb(204.5, 204.5, 204.5), inset -2px -2px 2px rgb(191.75, 191.75, 191.75), inset 4px 4px 6px rgb(153.5, 153.5, 153.5);
}
.neu-btn-gray-400:hover {
  color: #4d4d4d;
}
.neu-btn-gray-400::before {
  content: var(--btn-text);
}

.btn-gray-500 {
  background-color: #999999 !important;
  border: 2px solid #999999;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-gray-500:hover, .btn-gray-500:focus {
  color: #481707;
  border: 2px solid rgb(140.25, 140.25, 140.25);
}
.btn-gray-500::before {
  color: #481707;
  background: rgb(140.25, 140.25, 140.25) !important;
}
.btn-gray-500.focus, .btn-gray-500:focus {
  box-shadow: 0 0 0 0.2rem #99999966;
}
.btn-gray-500:not(:disabled):not(.disabled):active, .btn-gray-500:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(140.25, 140.25, 140.25);
  border-color: #999999;
}
.btn-gray-500 span {
  color: #481707;
}

.btn-blured.blur-gray-500 {
  color: #999999 !important;
}
.btn-blured.blur-gray-500::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(153, 153, 153, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(153, 153, 153, 0.5);
}

.btn-outline-gray-500 {
  color: rgb(99.45, 99.45, 99.45);
  border: 2px solid rgba(153, 153, 153, 0.5);
  background-color: transparent;
  border-radius: 0;
}
.btn-outline-gray-500:hover, .btn-outline-gray-500:focus, .btn-outline-gray-500.focus {
  color: rgb(99.45, 99.45, 99.45);
  background-color: transparent;
  border: 2px solid #999999;
  box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.4);
}
.btn-outline-gray-500::before {
  color: rgb(99.45, 99.45, 99.45);
  background-color: transparent;
}
.btn-outline-gray-500:not(:disabled):not(.disabled):active, .btn-outline-gray-500:not(:disabled):not(.disabled).active {
  background-color: transparent;
  border-color: #999999;
  color: rgb(99.45, 99.45, 99.45);
}
.btn-check:checked + .btn-outline-gray-500,
.btn-outline-gray-500 .btn-check:active, .btn-outline-gray-500:active, .btn-outline-gray-500.active, .btn-outline-gray-500.dropdown-toggle.show {
  border-color: #999999;
  background-color: #999999;
  color: #481707;
}
.btn-outline-gray-500.filter:hover:not(.filter-active) {
  color: #999999;
  box-shadow: none;
}
.btn-outline-gray-500.filter-active {
  background-color: #999999;
  color: #ffffff;
  box-shadow: none;
}

.btn-underline {
  background: transparent;
}
.btn-underline::after {
  background-color: var(--undeline-color);
}
.btn-underline.underline-gray-500 {
  color: #999999 !important;
}
.btn-underline.underline-gray-500::after {
  background-color: #999999;
}

.btn-dashed-gray-500 {
  background-color: transparent;
  border: dashed 2px #999999;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-dashed-gray-500:hover, .btn-dashed-gray-500:focus {
  border: dashed 2px rgb(178.5, 178.5, 178.5);
}

.btn-icon-gray-500 {
  border: 2px solid #999999;
  background-color: transparent;
  color: #481707;
}
.btn-icon-gray-500:hover, .btn-icon-gray-500:focus {
  background-color: rgba(153, 153, 153, 0.5);
  border: 2px solid #999999;
  color: #ffffff;
}
.btn-icon-gray-500::before {
  background: rgb(140.25, 140.25, 140.25);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-icon-gray-500.focus, .btn-icon-gray-500:focus {
  background: #999999;
  box-shadow: 0 0 0 0.2rem #99999966;
}
.btn-icon-gray-500:not(:disabled):not(.disabled):active, .btn-icon-gray-500:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(140.25, 140.25, 140.25);
  border-color: #999999;
}

.inline-link-gray-500:hover, .inline-link-gray-500:focus, .inline-link-gray-500:active, .inline-link-gray-500.active {
  color: #999999;
  opacity: 1;
}
.inline-link-gray-500:visited {
  color: #999999;
}

.neu-btn-gray-500 {
  color: black;
  position: relative;
  display: flex;
  line-height: 50px;
  height: 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
  margin: 0 1.5em;
  padding: 0 3em;
  box-shadow: -4px -4px 6px rgb(178.5, 178.5, 178.5), 4px 4px 6px rgb(135.15, 135.15, 135.15), inset -4px -4px 12px rgb(160.65, 160.65, 160.65), inset 4px 4px 12px rgb(150.45, 150.45, 150.45);
  border-radius: 0;
}
.neu-btn-gray-500:hover {
  box-shadow: -4px -4px 10px rgb(178.5, 178.5, 178.5), 4px 4px 6px #999999, inset -4px -4px 12px rgb(178.5, 178.5, 178.5), inset -2px -2px 2px rgb(165.75, 165.75, 165.75), inset 4px 4px 6px rgb(127.5, 127.5, 127.5);
}
.neu-btn-gray-500:hover {
  color: #333333;
}
.neu-btn-gray-500::before {
  content: var(--btn-text);
}

.btn-gray-600 {
  background-color: #878F8D !important;
  border: 2px solid #878F8D;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-gray-600:hover, .btn-gray-600:focus {
  color: #481707;
  border: 2px solid rgb(121.8965517241, 130.6034482759, 128.4267241379);
}
.btn-gray-600::before {
  color: #481707;
  background: rgb(121.8965517241, 130.6034482759, 128.4267241379) !important;
}
.btn-gray-600.focus, .btn-gray-600:focus {
  box-shadow: 0 0 0 0.2rem #878F8D66;
}
.btn-gray-600:not(:disabled):not(.disabled):active, .btn-gray-600:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(121.8965517241, 130.6034482759, 128.4267241379);
  border-color: #878F8D;
}
.btn-gray-600 span {
  color: #481707;
}

.btn-blured.blur-gray-600 {
  color: #878F8D !important;
}
.btn-blured.blur-gray-600::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(135, 143, 141, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(135, 143, 141, 0.5);
}

.btn-outline-gray-600 {
  color: rgb(87.75, 92.95, 91.65);
  border: 2px solid rgba(135, 143, 141, 0.5);
  background-color: transparent;
  border-radius: 0;
}
.btn-outline-gray-600:hover, .btn-outline-gray-600:focus, .btn-outline-gray-600.focus {
  color: rgb(87.75, 92.95, 91.65);
  background-color: transparent;
  border: 2px solid #878f8d;
  box-shadow: 0 0 0 0.2rem rgba(135, 143, 141, 0.4);
}
.btn-outline-gray-600::before {
  color: rgb(87.75, 92.95, 91.65);
  background-color: transparent;
}
.btn-outline-gray-600:not(:disabled):not(.disabled):active, .btn-outline-gray-600:not(:disabled):not(.disabled).active {
  background-color: transparent;
  border-color: #878f8d;
  color: rgb(87.75, 92.95, 91.65);
}
.btn-check:checked + .btn-outline-gray-600,
.btn-outline-gray-600 .btn-check:active, .btn-outline-gray-600:active, .btn-outline-gray-600.active, .btn-outline-gray-600.dropdown-toggle.show {
  border-color: #878F8D;
  background-color: #878F8D;
  color: #481707;
}
.btn-outline-gray-600.filter:hover:not(.filter-active) {
  color: #878F8D;
  box-shadow: none;
}
.btn-outline-gray-600.filter-active {
  background-color: #878F8D;
  color: #ffffff;
  box-shadow: none;
}

.btn-underline {
  background: transparent;
}
.btn-underline::after {
  background-color: var(--undeline-color);
}
.btn-underline.underline-gray-600 {
  color: #878F8D !important;
}
.btn-underline.underline-gray-600::after {
  background-color: #878F8D;
}

.btn-dashed-gray-600 {
  background-color: transparent;
  border: dashed 2px #878F8D;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-dashed-gray-600:hover, .btn-dashed-gray-600:focus {
  border: dashed 2px rgb(161.3793103448, 167.6206896552, 166.0603448276);
}

.btn-icon-gray-600 {
  border: 2px solid #878F8D;
  background-color: transparent;
  color: #481707;
}
.btn-icon-gray-600:hover, .btn-icon-gray-600:focus {
  background-color: rgba(135, 143, 141, 0.5);
  border: 2px solid #878F8D;
  color: #ffffff;
}
.btn-icon-gray-600::before {
  background: rgb(121.8965517241, 130.6034482759, 128.4267241379);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-icon-gray-600.focus, .btn-icon-gray-600:focus {
  background: #878F8D;
  box-shadow: 0 0 0 0.2rem #878F8D66;
}
.btn-icon-gray-600:not(:disabled):not(.disabled):active, .btn-icon-gray-600:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(121.8965517241, 130.6034482759, 128.4267241379);
  border-color: #878F8D;
}

.inline-link-gray-600:hover, .inline-link-gray-600:focus, .inline-link-gray-600:active, .inline-link-gray-600.active {
  color: #878F8D;
  opacity: 1;
}
.inline-link-gray-600:visited {
  color: #878F8D;
}

.neu-btn-gray-600 {
  color: black;
  position: relative;
  display: flex;
  line-height: 50px;
  height: 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
  margin: 0 1.5em;
  padding: 0 3em;
  box-shadow: -4px -4px 6px rgb(161.3793103448, 167.6206896552, 166.0603448276), 4px 4px 6px rgb(116.9724137931, 125.3275862069, 123.2387931034), inset -4px -4px 12px rgb(142.9137931034, 150.3862068966, 148.5181034483), inset 4px 4px 12px rgb(132.3620689655, 140.5379310345, 138.4939655172);
  border-radius: 0;
}
.neu-btn-gray-600:hover {
  box-shadow: -4px -4px 10px rgb(161.3793103448, 167.6206896552, 166.0603448276), 4px 4px 6px #878f8d, inset -4px -4px 12px rgb(161.3793103448, 167.6206896552, 166.0603448276), inset -2px -2px 2px rgb(148.1896551724, 155.3103448276, 153.5301724138), inset 4px 4px 6px rgb(109.5862068966, 117.4137931034, 115.4568965517);
}
.neu-btn-gray-600:hover {
  color: rgb(35.724137931, 38.275862069, 37.6379310345);
}
.neu-btn-gray-600::before {
  content: var(--btn-text);
}

.btn-gray-700 {
  background-color: #666666 !important;
  border: 2px solid #666666;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-gray-700:hover, .btn-gray-700:focus {
  color: #FEFBF8;
  border: 2px solid rgb(89.25, 89.25, 89.25);
}
.btn-gray-700::before {
  color: #FEFBF8;
  background: rgb(89.25, 89.25, 89.25) !important;
}
.btn-gray-700.focus, .btn-gray-700:focus {
  box-shadow: 0 0 0 0.2rem #66666666;
}
.btn-gray-700:not(:disabled):not(.disabled):active, .btn-gray-700:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(89.25, 89.25, 89.25);
  border-color: #666666;
}
.btn-gray-700 span {
  color: #FEFBF8;
}

.btn-blured.blur-gray-700 {
  color: #666666 !important;
}
.btn-blured.blur-gray-700::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(102, 102, 102, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(102, 102, 102, 0.5);
}

.btn-outline-gray-700 {
  color: rgb(66.3, 66.3, 66.3);
  border: 2px solid rgba(102, 102, 102, 0.5);
  background-color: transparent;
  border-radius: 0;
}
.btn-outline-gray-700:hover, .btn-outline-gray-700:focus, .btn-outline-gray-700.focus {
  color: rgb(66.3, 66.3, 66.3);
  background-color: transparent;
  border: 2px solid #666666;
  box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.4);
}
.btn-outline-gray-700::before {
  color: rgb(66.3, 66.3, 66.3);
  background-color: transparent;
}
.btn-outline-gray-700:not(:disabled):not(.disabled):active, .btn-outline-gray-700:not(:disabled):not(.disabled).active {
  background-color: transparent;
  border-color: #666666;
  color: rgb(66.3, 66.3, 66.3);
}
.btn-check:checked + .btn-outline-gray-700,
.btn-outline-gray-700 .btn-check:active, .btn-outline-gray-700:active, .btn-outline-gray-700.active, .btn-outline-gray-700.dropdown-toggle.show {
  border-color: #666666;
  background-color: #666666;
  color: #FEFBF8;
}
.btn-outline-gray-700.filter:hover:not(.filter-active) {
  color: #666666;
  box-shadow: none;
}
.btn-outline-gray-700.filter-active {
  background-color: #666666;
  color: #ffffff;
  box-shadow: none;
}

.btn-underline {
  background: transparent;
}
.btn-underline::after {
  background-color: var(--undeline-color);
}
.btn-underline.underline-gray-700 {
  color: #666666 !important;
}
.btn-underline.underline-gray-700::after {
  background-color: #666666;
}

.btn-dashed-gray-700 {
  background-color: transparent;
  border: dashed 2px #666666;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-dashed-gray-700:hover, .btn-dashed-gray-700:focus {
  border: dashed 2px rgb(127.5, 127.5, 127.5);
}

.btn-icon-gray-700 {
  border: 2px solid #666666;
  background-color: transparent;
  color: #FEFBF8;
}
.btn-icon-gray-700:hover, .btn-icon-gray-700:focus {
  background-color: rgba(102, 102, 102, 0.5);
  border: 2px solid #666666;
  color: #ffffff;
}
.btn-icon-gray-700::before {
  background: rgb(89.25, 89.25, 89.25);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-icon-gray-700.focus, .btn-icon-gray-700:focus {
  background: #666666;
  box-shadow: 0 0 0 0.2rem #66666666;
}
.btn-icon-gray-700:not(:disabled):not(.disabled):active, .btn-icon-gray-700:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(89.25, 89.25, 89.25);
  border-color: #666666;
}

.inline-link-gray-700:hover, .inline-link-gray-700:focus, .inline-link-gray-700:active, .inline-link-gray-700.active {
  color: #666666;
  opacity: 1;
}
.inline-link-gray-700:visited {
  color: #666666;
}

.neu-btn-gray-700 {
  color: black;
  position: relative;
  display: flex;
  line-height: 50px;
  height: 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
  margin: 0 1.5em;
  padding: 0 3em;
  box-shadow: -4px -4px 6px rgb(127.5, 127.5, 127.5), 4px 4px 6px rgb(84.15, 84.15, 84.15), inset -4px -4px 12px rgb(109.65, 109.65, 109.65), inset 4px 4px 12px rgb(99.45, 99.45, 99.45);
  border-radius: 0;
}
.neu-btn-gray-700:hover {
  box-shadow: -4px -4px 10px rgb(127.5, 127.5, 127.5), 4px 4px 6px #666666, inset -4px -4px 12px rgb(127.5, 127.5, 127.5), inset -2px -2px 2px rgb(114.75, 114.75, 114.75), inset 4px 4px 6px rgb(76.5, 76.5, 76.5);
}
.neu-btn-gray-700:hover {
  color: black;
}
.neu-btn-gray-700::before {
  content: var(--btn-text);
}

.btn-gray-800 {
  background-color: #4D4D4D !important;
  border: 2px solid #4D4D4D;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-gray-800:hover, .btn-gray-800:focus {
  color: #FEFBF8;
  border: 2px solid rgb(64.25, 64.25, 64.25);
}
.btn-gray-800::before {
  color: #FEFBF8;
  background: rgb(64.25, 64.25, 64.25) !important;
}
.btn-gray-800.focus, .btn-gray-800:focus {
  box-shadow: 0 0 0 0.2rem #4D4D4D66;
}
.btn-gray-800:not(:disabled):not(.disabled):active, .btn-gray-800:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(64.25, 64.25, 64.25);
  border-color: #4D4D4D;
}
.btn-gray-800 span {
  color: #FEFBF8;
}

.btn-blured.blur-gray-800 {
  color: #4D4D4D !important;
}
.btn-blured.blur-gray-800::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(77, 77, 77, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(77, 77, 77, 0.5);
}

.btn-outline-gray-800 {
  color: rgb(50.05, 50.05, 50.05);
  border: 2px solid rgba(77, 77, 77, 0.5);
  background-color: transparent;
  border-radius: 0;
}
.btn-outline-gray-800:hover, .btn-outline-gray-800:focus, .btn-outline-gray-800.focus {
  color: rgb(50.05, 50.05, 50.05);
  background-color: transparent;
  border: 2px solid #4d4d4d;
  box-shadow: 0 0 0 0.2rem rgba(77, 77, 77, 0.4);
}
.btn-outline-gray-800::before {
  color: rgb(50.05, 50.05, 50.05);
  background-color: transparent;
}
.btn-outline-gray-800:not(:disabled):not(.disabled):active, .btn-outline-gray-800:not(:disabled):not(.disabled).active {
  background-color: transparent;
  border-color: #4d4d4d;
  color: rgb(50.05, 50.05, 50.05);
}
.btn-check:checked + .btn-outline-gray-800,
.btn-outline-gray-800 .btn-check:active, .btn-outline-gray-800:active, .btn-outline-gray-800.active, .btn-outline-gray-800.dropdown-toggle.show {
  border-color: #4D4D4D;
  background-color: #4D4D4D;
  color: #FEFBF8;
}
.btn-outline-gray-800.filter:hover:not(.filter-active) {
  color: #4D4D4D;
  box-shadow: none;
}
.btn-outline-gray-800.filter-active {
  background-color: #4D4D4D;
  color: #ffffff;
  box-shadow: none;
}

.btn-underline {
  background: transparent;
}
.btn-underline::after {
  background-color: var(--undeline-color);
}
.btn-underline.underline-gray-800 {
  color: #4D4D4D !important;
}
.btn-underline.underline-gray-800::after {
  background-color: #4D4D4D;
}

.btn-dashed-gray-800 {
  background-color: transparent;
  border: dashed 2px #4D4D4D;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-dashed-gray-800:hover, .btn-dashed-gray-800:focus {
  border: dashed 2px rgb(102.5, 102.5, 102.5);
}

.btn-icon-gray-800 {
  border: 2px solid #4D4D4D;
  background-color: transparent;
  color: #FEFBF8;
}
.btn-icon-gray-800:hover, .btn-icon-gray-800:focus {
  background-color: rgba(77, 77, 77, 0.5);
  border: 2px solid #4D4D4D;
  color: #ffffff;
}
.btn-icon-gray-800::before {
  background: rgb(64.25, 64.25, 64.25);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-icon-gray-800.focus, .btn-icon-gray-800:focus {
  background: #4D4D4D;
  box-shadow: 0 0 0 0.2rem #4D4D4D66;
}
.btn-icon-gray-800:not(:disabled):not(.disabled):active, .btn-icon-gray-800:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(64.25, 64.25, 64.25);
  border-color: #4D4D4D;
}

.inline-link-gray-800:hover, .inline-link-gray-800:focus, .inline-link-gray-800:active, .inline-link-gray-800.active {
  color: #4D4D4D;
  opacity: 1;
}
.inline-link-gray-800:visited {
  color: #4D4D4D;
}

.neu-btn-gray-800 {
  color: black;
  position: relative;
  display: flex;
  line-height: 50px;
  height: 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
  margin: 0 1.5em;
  padding: 0 3em;
  box-shadow: -4px -4px 6px rgb(102.5, 102.5, 102.5), 4px 4px 6px rgb(59.15, 59.15, 59.15), inset -4px -4px 12px rgb(84.65, 84.65, 84.65), inset 4px 4px 12px rgb(74.45, 74.45, 74.45);
  border-radius: 0;
}
.neu-btn-gray-800:hover {
  box-shadow: -4px -4px 10px rgb(102.5, 102.5, 102.5), 4px 4px 6px #4d4d4d, inset -4px -4px 12px rgb(102.5, 102.5, 102.5), inset -2px -2px 2px rgb(89.75, 89.75, 89.75), inset 4px 4px 6px rgb(51.5, 51.5, 51.5);
}
.neu-btn-gray-800:hover {
  color: black;
}
.neu-btn-gray-800::before {
  content: var(--btn-text);
}

.btn-gray-900 {
  background-color: #262626 !important;
  border: 2px solid #262626;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-gray-900:hover, .btn-gray-900:focus {
  color: #FEFBF8;
  border: 2px solid rgb(25.25, 25.25, 25.25);
}
.btn-gray-900::before {
  color: #FEFBF8;
  background: rgb(25.25, 25.25, 25.25) !important;
}
.btn-gray-900.focus, .btn-gray-900:focus {
  box-shadow: 0 0 0 0.2rem #26262666;
}
.btn-gray-900:not(:disabled):not(.disabled):active, .btn-gray-900:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(25.25, 25.25, 25.25);
  border-color: #262626;
}
.btn-gray-900 span {
  color: #FEFBF8;
}

.btn-blured.blur-gray-900 {
  color: #262626 !important;
}
.btn-blured.blur-gray-900::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(38, 38, 38, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(38, 38, 38, 0.5);
}

.btn-outline-gray-900 {
  color: rgb(24.7, 24.7, 24.7);
  border: 2px solid rgba(38, 38, 38, 0.5);
  background-color: transparent;
  border-radius: 0;
}
.btn-outline-gray-900:hover, .btn-outline-gray-900:focus, .btn-outline-gray-900.focus {
  color: rgb(24.7, 24.7, 24.7);
  background-color: transparent;
  border: 2px solid #262626;
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.4);
}
.btn-outline-gray-900::before {
  color: rgb(24.7, 24.7, 24.7);
  background-color: transparent;
}
.btn-outline-gray-900:not(:disabled):not(.disabled):active, .btn-outline-gray-900:not(:disabled):not(.disabled).active {
  background-color: transparent;
  border-color: #262626;
  color: rgb(24.7, 24.7, 24.7);
}
.btn-check:checked + .btn-outline-gray-900,
.btn-outline-gray-900 .btn-check:active, .btn-outline-gray-900:active, .btn-outline-gray-900.active, .btn-outline-gray-900.dropdown-toggle.show {
  border-color: #262626;
  background-color: #262626;
  color: #FEFBF8;
}
.btn-outline-gray-900.filter:hover:not(.filter-active) {
  color: #262626;
  box-shadow: none;
}
.btn-outline-gray-900.filter-active {
  background-color: #262626;
  color: #ffffff;
  box-shadow: none;
}

.btn-underline {
  background: transparent;
}
.btn-underline::after {
  background-color: var(--undeline-color);
}
.btn-underline.underline-gray-900 {
  color: #262626 !important;
}
.btn-underline.underline-gray-900::after {
  background-color: #262626;
}

.btn-dashed-gray-900 {
  background-color: transparent;
  border: dashed 2px #262626;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-dashed-gray-900:hover, .btn-dashed-gray-900:focus {
  border: dashed 2px rgb(63.5, 63.5, 63.5);
}

.btn-icon-gray-900 {
  border: 2px solid #262626;
  background-color: transparent;
  color: #FEFBF8;
}
.btn-icon-gray-900:hover, .btn-icon-gray-900:focus {
  background-color: rgba(38, 38, 38, 0.5);
  border: 2px solid #262626;
  color: #ffffff;
}
.btn-icon-gray-900::before {
  background: rgb(25.25, 25.25, 25.25);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-icon-gray-900.focus, .btn-icon-gray-900:focus {
  background: #262626;
  box-shadow: 0 0 0 0.2rem #26262666;
}
.btn-icon-gray-900:not(:disabled):not(.disabled):active, .btn-icon-gray-900:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(25.25, 25.25, 25.25);
  border-color: #262626;
}

.inline-link-gray-900:hover, .inline-link-gray-900:focus, .inline-link-gray-900:active, .inline-link-gray-900.active {
  color: #262626;
  opacity: 1;
}
.inline-link-gray-900:visited {
  color: #262626;
}

.neu-btn-gray-900 {
  color: black;
  position: relative;
  display: flex;
  line-height: 50px;
  height: 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
  margin: 0 1.5em;
  padding: 0 3em;
  box-shadow: -4px -4px 6px rgb(63.5, 63.5, 63.5), 4px 4px 6px rgb(20.15, 20.15, 20.15), inset -4px -4px 12px rgb(45.65, 45.65, 45.65), inset 4px 4px 12px rgb(35.45, 35.45, 35.45);
  border-radius: 0;
}
.neu-btn-gray-900:hover {
  box-shadow: -4px -4px 10px rgb(63.5, 63.5, 63.5), 4px 4px 6px #262626, inset -4px -4px 12px rgb(63.5, 63.5, 63.5), inset -2px -2px 2px rgb(50.75, 50.75, 50.75), inset 4px 4px 6px rgb(12.5, 12.5, 12.5);
}
.neu-btn-gray-900:hover {
  color: black;
}
.neu-btn-gray-900::before {
  content: var(--btn-text);
}

.btn-black {
  background-color: #000000 !important;
  border: 2px solid #000000;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-black:hover, .btn-black:focus {
  color: #FEFBF8;
  border: 2px solid black;
}
.btn-black::before {
  color: #FEFBF8;
  background: black !important;
}
.btn-black.focus, .btn-black:focus {
  box-shadow: 0 0 0 0.2rem #00000066;
}
.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: black;
  border-color: #000000;
}
.btn-black span {
  color: #FEFBF8;
}

.btn-blured.blur-black {
  color: #000000 !important;
}
.btn-blured.blur-black::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(0, 0, 0, 0.5);
}

.btn-outline-black {
  color: black;
  border: 2px solid rgba(0, 0, 0, 0.5);
  background-color: transparent;
  border-radius: 0;
}
.btn-outline-black:hover, .btn-outline-black:focus, .btn-outline-black.focus {
  color: black;
  background-color: transparent;
  border: 2px solid black;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.4);
}
.btn-outline-black::before {
  color: black;
  background-color: transparent;
}
.btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active {
  background-color: transparent;
  border-color: black;
  color: black;
}
.btn-check:checked + .btn-outline-black,
.btn-outline-black .btn-check:active, .btn-outline-black:active, .btn-outline-black.active, .btn-outline-black.dropdown-toggle.show {
  border-color: #000000;
  background-color: #000000;
  color: #FEFBF8;
}
.btn-outline-black.filter:hover:not(.filter-active) {
  color: #000000;
  box-shadow: none;
}
.btn-outline-black.filter-active {
  background-color: #000000;
  color: #ffffff;
  box-shadow: none;
}

.btn-underline {
  background: transparent;
}
.btn-underline::after {
  background-color: var(--undeline-color);
}
.btn-underline.underline-black {
  color: #000000 !important;
}
.btn-underline.underline-black::after {
  background-color: #000000;
}

.btn-dashed-black {
  background-color: transparent;
  border: dashed 2px #000000;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-dashed-black:hover, .btn-dashed-black:focus {
  border: dashed 2px rgb(25.5, 25.5, 25.5);
}

.btn-icon-black {
  border: 2px solid #000000;
  background-color: transparent;
  color: #FEFBF8;
}
.btn-icon-black:hover, .btn-icon-black:focus {
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #000000;
  color: #ffffff;
}
.btn-icon-black::before {
  background: black;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-icon-black.focus, .btn-icon-black:focus {
  background: #000000;
  box-shadow: 0 0 0 0.2rem #00000066;
}
.btn-icon-black:not(:disabled):not(.disabled):active, .btn-icon-black:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: black;
  border-color: #000000;
}

.inline-link-black:hover, .inline-link-black:focus, .inline-link-black:active, .inline-link-black.active {
  color: #000000;
  opacity: 1;
}
.inline-link-black:visited {
  color: #000000;
}

.neu-btn-black {
  color: black;
  position: relative;
  display: flex;
  line-height: 50px;
  height: 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
  margin: 0 1.5em;
  padding: 0 3em;
  box-shadow: -4px -4px 6px rgb(25.5, 25.5, 25.5), 4px 4px 6px black, inset -4px -4px 12px rgb(7.65, 7.65, 7.65), inset 4px 4px 12px black;
  border-radius: 0;
}
.neu-btn-black:hover {
  box-shadow: -4px -4px 10px rgb(25.5, 25.5, 25.5), 4px 4px 6px black, inset -4px -4px 12px rgb(25.5, 25.5, 25.5), inset -2px -2px 2px rgb(12.75, 12.75, 12.75), inset 4px 4px 6px black;
}
.neu-btn-black:hover {
  color: black;
}
.neu-btn-black::before {
  content: var(--btn-text);
}

.btn-whatsapp {
  background-color: #25D366 !important;
  border: 2px solid #25D366;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: rgb(18.5, 105.5, 51);
}
.btn-whatsapp:hover, .btn-whatsapp:focus {
  color: #FEFBF8;
  border: 2px solid rgb(33.1955645161, 189.3044354839, 91.5120967742);
}
.btn-whatsapp::before {
  color: #FEFBF8;
  background: rgb(33.1955645161, 189.3044354839, 91.5120967742) !important;
}
.btn-whatsapp.focus, .btn-whatsapp:focus {
  box-shadow: 0 0 0 0.2rem #25D36666;
}
.btn-whatsapp:not(:disabled):not(.disabled):active, .btn-whatsapp:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(33.1955645161, 189.3044354839, 91.5120967742);
  border-color: #25D366;
}
.btn-whatsapp span {
  color: #FEFBF8;
}
.btn-whatsapp span {
  color: rgb(18.5, 105.5, 51);
}

.btn-blured.blur-whatsapp {
  color: #25D366 !important;
}
.btn-blured.blur-whatsapp::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(37, 211, 102, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(37, 211, 102, 0.5);
}

.btn-outline-whatsapp {
  color: rgb(24.05, 137.15, 66.3);
  border: 2px solid rgba(37, 211, 102, 0.5);
  background-color: transparent;
  border-radius: 0;
}
.btn-outline-whatsapp:hover, .btn-outline-whatsapp:focus, .btn-outline-whatsapp.focus {
  color: rgb(24.05, 137.15, 66.3);
  background-color: transparent;
  border: 2px solid #25d366;
  box-shadow: 0 0 0 0.2rem rgba(37, 211, 102, 0.4);
}
.btn-outline-whatsapp::before {
  color: rgb(24.05, 137.15, 66.3);
  background-color: transparent;
}
.btn-outline-whatsapp:not(:disabled):not(.disabled):active, .btn-outline-whatsapp:not(:disabled):not(.disabled).active {
  background-color: transparent;
  border-color: #25d366;
  color: rgb(24.05, 137.15, 66.3);
}
.btn-check:checked + .btn-outline-whatsapp,
.btn-outline-whatsapp .btn-check:active, .btn-outline-whatsapp:active, .btn-outline-whatsapp.active, .btn-outline-whatsapp.dropdown-toggle.show {
  border-color: #25D366;
  background-color: #25D366;
  color: #FEFBF8;
}
.btn-outline-whatsapp.filter:hover:not(.filter-active) {
  color: #25D366;
  box-shadow: none;
}
.btn-outline-whatsapp.filter-active {
  background-color: #25D366;
  color: #ffffff;
  box-shadow: none;
}

.btn-underline {
  background: transparent;
}
.btn-underline::after {
  background-color: var(--undeline-color);
}
.btn-underline.underline-whatsapp {
  color: #25D366 !important;
}
.btn-underline.underline-whatsapp::after {
  background-color: #25D366;
}

.btn-dashed-whatsapp {
  background-color: transparent;
  border: dashed 2px #25D366;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-dashed-whatsapp:hover, .btn-dashed-whatsapp:focus {
  border: dashed 2px rgb(75.4798387097, 223.5201612903, 130.7822580645);
}

.btn-icon-whatsapp {
  border: 2px solid #25D366;
  background-color: transparent;
  color: #FEFBF8;
}
.btn-icon-whatsapp:hover, .btn-icon-whatsapp:focus {
  background-color: rgba(37, 211, 102, 0.5);
  border: 2px solid #25D366;
  color: #ffffff;
}
.btn-icon-whatsapp::before {
  background: rgb(33.1955645161, 189.3044354839, 91.5120967742);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-icon-whatsapp.focus, .btn-icon-whatsapp:focus {
  background: #25D366;
  box-shadow: 0 0 0 0.2rem #25D36666;
}
.btn-icon-whatsapp:not(:disabled):not(.disabled):active, .btn-icon-whatsapp:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(33.1955645161, 189.3044354839, 91.5120967742);
  border-color: #25D366;
}

.inline-link-whatsapp:hover, .inline-link-whatsapp:focus, .inline-link-whatsapp:active, .inline-link-whatsapp.active {
  color: #25D366;
  opacity: 1;
}
.inline-link-whatsapp:visited {
  color: #25D366;
}

.neu-btn-whatsapp {
  color: black;
  position: relative;
  display: flex;
  line-height: 50px;
  height: 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
  margin: 0 1.5em;
  padding: 0 3em;
  box-shadow: -4px -4px 6px rgb(75.4798387097, 223.5201612903, 130.7822580645), 4px 4px 6px rgb(31.6737903226, 180.6262096774, 87.3169354839), inset -4px -4px 12px rgb(45.1060483871, 218.1939516129, 109.7653225806), inset 4px 4px 12px rgb(36.2391129032, 206.6608870968, 99.9024193548);
  border-radius: 0;
}
.neu-btn-whatsapp:hover {
  box-shadow: -4px -4px 10px rgb(75.4798387097, 223.5201612903, 130.7822580645), 4px 4px 6px #25d366, inset -4px -4px 12px rgb(75.4798387097, 223.5201612903, 130.7822580645), inset -2px -2px 2px rgb(53.7842741935, 219.7157258065, 115.7701612903), inset 4px 4px 6px rgb(29.3911290323, 167.6088709677, 81.0241935484);
}
.neu-btn-whatsapp:hover {
  color: rgb(6.564516129, 37.435483871, 18.0967741935);
}
.neu-btn-whatsapp::before {
  content: var(--btn-text);
}

.btn-facebook {
  background-color: #4267B2 !important;
  border: 2px solid #4267B2;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-facebook:hover, .btn-facebook:focus {
  color: #FEFBF8;
  border: 2px solid rgb(59.1024590164, 92.2356557377, 159.3975409836);
}
.btn-facebook::before {
  color: #FEFBF8;
  background: rgb(59.1024590164, 92.2356557377, 159.3975409836) !important;
}
.btn-facebook.focus, .btn-facebook:focus {
  box-shadow: 0 0 0 0.2rem #4267B266;
}
.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(59.1024590164, 92.2356557377, 159.3975409836);
  border-color: #4267B2;
}
.btn-facebook span {
  color: #FEFBF8;
}

.btn-blured.blur-facebook {
  color: #4267B2 !important;
}
.btn-blured.blur-facebook::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(66, 103, 178, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(66, 103, 178, 0.5);
}

.btn-outline-facebook {
  color: rgb(42.9, 66.95, 115.7);
  border: 2px solid rgba(66, 103, 178, 0.5);
  background-color: transparent;
  border-radius: 0;
}
.btn-outline-facebook:hover, .btn-outline-facebook:focus, .btn-outline-facebook.focus {
  color: rgb(42.9, 66.95, 115.7);
  background-color: transparent;
  border: 2px solid #4267b2;
  box-shadow: 0 0 0 0.2rem rgba(66, 103, 178, 0.4);
}
.btn-outline-facebook::before {
  color: rgb(42.9, 66.95, 115.7);
  background-color: transparent;
}
.btn-outline-facebook:not(:disabled):not(.disabled):active, .btn-outline-facebook:not(:disabled):not(.disabled).active {
  background-color: transparent;
  border-color: #4267b2;
  color: rgb(42.9, 66.95, 115.7);
}
.btn-check:checked + .btn-outline-facebook,
.btn-outline-facebook .btn-check:active, .btn-outline-facebook:active, .btn-outline-facebook.active, .btn-outline-facebook.dropdown-toggle.show {
  border-color: #4267B2;
  background-color: #4267B2;
  color: #FEFBF8;
}
.btn-outline-facebook.filter:hover:not(.filter-active) {
  color: #4267B2;
  box-shadow: none;
}
.btn-outline-facebook.filter-active {
  background-color: #4267B2;
  color: #ffffff;
  box-shadow: none;
}

.btn-underline {
  background: transparent;
}
.btn-underline::after {
  background-color: var(--undeline-color);
}
.btn-underline.underline-facebook {
  color: #4267B2 !important;
}
.btn-underline.underline-facebook::after {
  background-color: #4267B2;
}

.btn-dashed-facebook {
  background-color: transparent;
  border: dashed 2px #4267B2;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-dashed-facebook:hover, .btn-dashed-facebook:focus {
  border: dashed 2px rgb(98.1557377049, 130.7581967213, 196.8442622951);
}

.btn-icon-facebook {
  border: 2px solid #4267B2;
  background-color: transparent;
  color: #FEFBF8;
}
.btn-icon-facebook:hover, .btn-icon-facebook:focus {
  background-color: rgba(66, 103, 178, 0.5);
  border: 2px solid #4267B2;
  color: #ffffff;
}
.btn-icon-facebook::before {
  background: rgb(59.1024590164, 92.2356557377, 159.3975409836);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-icon-facebook.focus, .btn-icon-facebook:focus {
  background: #4267B2;
  box-shadow: 0 0 0 0.2rem #4267B266;
}
.btn-icon-facebook:not(:disabled):not(.disabled):active, .btn-icon-facebook:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(59.1024590164, 92.2356557377, 159.3975409836);
  border-color: #4267B2;
}

.inline-link-facebook:hover, .inline-link-facebook:focus, .inline-link-facebook:active, .inline-link-facebook.active {
  color: #4267B2;
  opacity: 1;
}
.inline-link-facebook:visited {
  color: #4267B2;
}

.neu-btn-facebook {
  color: black;
  position: relative;
  display: flex;
  line-height: 50px;
  height: 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
  margin: 0 1.5em;
  padding: 0 3em;
  box-shadow: -4px -4px 6px rgb(98.1557377049, 130.7581967213, 196.8442622951), 4px 4px 6px rgb(56.343442623, 87.9299180328, 151.956557377), inset -4px -4px 12px rgb(72.112295082, 110.1282786885, 187.187704918), inset 4px 4px 12px rgb(64.6204918033, 100.8471311475, 174.2795081967);
  border-radius: 0;
}
.neu-btn-facebook:hover {
  box-shadow: -4px -4px 10px rgb(98.1557377049, 130.7581967213, 196.8442622951), 4px 4px 6px #4267b2, inset -4px -4px 12px rgb(98.1557377049, 130.7581967213, 196.8442622951), inset -2px -2px 2px rgb(79.5532786885, 116.0225409836, 189.9467213115), inset 4px 4px 6px rgb(52.2049180328, 81.4713114754, 140.7950819672);
}
.neu-btn-facebook:hover {
  color: rgb(10.8196721311, 16.8852459016, 29.1803278689);
}
.neu-btn-facebook::before {
  content: var(--btn-text);
}

.btn-pinterest {
  background-color: #E60023 !important;
  border: 2px solid #E60023;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-pinterest:hover, .btn-pinterest:focus {
  color: #FEFBF8;
  border: 2px solid rgb(204.5, 0, 31.1195652174);
}
.btn-pinterest::before {
  color: #FEFBF8;
  background: rgb(204.5, 0, 31.1195652174) !important;
}
.btn-pinterest.focus, .btn-pinterest:focus {
  box-shadow: 0 0 0 0.2rem #E6002366;
}
.btn-pinterest:not(:disabled):not(.disabled):active, .btn-pinterest:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(204.5, 0, 31.1195652174);
  border-color: #E60023;
}
.btn-pinterest span {
  color: #FEFBF8;
}

.btn-blured.blur-pinterest {
  color: #E60023 !important;
}
.btn-blured.blur-pinterest::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(230, 0, 35, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(230, 0, 35, 0.5);
}

.btn-outline-pinterest {
  color: rgb(149.5, 0, 22.75);
  border: 2px solid rgba(230, 0, 35, 0.5);
  background-color: transparent;
  border-radius: 0;
}
.btn-outline-pinterest:hover, .btn-outline-pinterest:focus, .btn-outline-pinterest.focus {
  color: rgb(149.5, 0, 22.75);
  background-color: transparent;
  border: 2px solid #e60023;
  box-shadow: 0 0 0 0.2rem rgba(230, 0, 35, 0.4);
}
.btn-outline-pinterest::before {
  color: rgb(149.5, 0, 22.75);
  background-color: transparent;
}
.btn-outline-pinterest:not(:disabled):not(.disabled):active, .btn-outline-pinterest:not(:disabled):not(.disabled).active {
  background-color: transparent;
  border-color: #e60023;
  color: rgb(149.5, 0, 22.75);
}
.btn-check:checked + .btn-outline-pinterest,
.btn-outline-pinterest .btn-check:active, .btn-outline-pinterest:active, .btn-outline-pinterest.active, .btn-outline-pinterest.dropdown-toggle.show {
  border-color: #E60023;
  background-color: #E60023;
  color: #FEFBF8;
}
.btn-outline-pinterest.filter:hover:not(.filter-active) {
  color: #E60023;
  box-shadow: none;
}
.btn-outline-pinterest.filter-active {
  background-color: #E60023;
  color: #ffffff;
  box-shadow: none;
}

.btn-underline {
  background: transparent;
}
.btn-underline::after {
  background-color: var(--undeline-color);
}
.btn-underline.underline-pinterest {
  color: #E60023 !important;
}
.btn-underline.underline-pinterest::after {
  background-color: #E60023;
}

.btn-dashed-pinterest {
  background-color: transparent;
  border: dashed 2px #E60023;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-dashed-pinterest:hover, .btn-dashed-pinterest:focus {
  border: dashed 2px rgb(255, 26, 60.847826087);
}

.btn-icon-pinterest {
  border: 2px solid #E60023;
  background-color: transparent;
  color: #FEFBF8;
}
.btn-icon-pinterest:hover, .btn-icon-pinterest:focus {
  background-color: rgba(230, 0, 35, 0.5);
  border: 2px solid #E60023;
  color: #ffffff;
}
.btn-icon-pinterest::before {
  background: rgb(204.5, 0, 31.1195652174);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-icon-pinterest.focus, .btn-icon-pinterest:focus {
  background: #E60023;
  box-shadow: 0 0 0 0.2rem #E6002366;
}
.btn-icon-pinterest:not(:disabled):not(.disabled):active, .btn-icon-pinterest:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(204.5, 0, 31.1195652174);
  border-color: #E60023;
}

.inline-link-pinterest:hover, .inline-link-pinterest:focus, .inline-link-pinterest:active, .inline-link-pinterest.active {
  color: #E60023;
  opacity: 1;
}
.inline-link-pinterest:visited {
  color: #E60023;
}

.neu-btn-pinterest {
  color: black;
  position: relative;
  display: flex;
  line-height: 50px;
  height: 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
  margin: 0 1.5em;
  padding: 0 3em;
  box-shadow: -4px -4px 6px rgb(255, 26, 60.847826087), 4px 4px 6px rgb(194.3, 0, 29.5673913043), inset -4px -4px 12px rgb(245.3, 0, 37.3282608696), inset 4px 4px 12px rgb(224.9, 0, 34.2239130435);
  border-radius: 0;
}
.neu-btn-pinterest:hover {
  box-shadow: -4px -4px 10px rgb(255, 26, 60.847826087), 4px 4px 6px #e60023, inset -4px -4px 12px rgb(255, 26, 60.847826087), inset -2px -2px 2px rgb(255, 0.5, 39.2282608696), inset 4px 4px 6px rgb(179, 0, 27.2391304348);
}
.neu-btn-pinterest:hover {
  color: rgb(26, 0, 3.9565217391);
}
.neu-btn-pinterest::before {
  content: var(--btn-text);
}

.btn-airbnb {
  background-color: #FF585D !important;
  border: 2px solid #FF585D;
  box-shadow: 0px 10px 20px rgba(37, 0, 1.1077844311, 0.2);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-airbnb:hover, .btn-airbnb:focus {
  color: #481707;
  border: 2px solid rgb(255, 62.5, 68.2634730539);
}
.btn-airbnb::before {
  color: #481707;
  background: rgb(255, 62.5, 68.2634730539) !important;
}
.btn-airbnb.focus, .btn-airbnb:focus {
  box-shadow: 0 0 0 0.2rem #FF585D66;
}
.btn-airbnb:not(:disabled):not(.disabled):active, .btn-airbnb:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(255, 62.5, 68.2634730539);
  border-color: #FF585D;
}
.btn-airbnb span {
  color: #481707;
}

.btn-blured.blur-airbnb {
  color: #FF585D !important;
}
.btn-blured.blur-airbnb::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(255, 88, 93, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(255, 88, 93, 0.5);
}

.btn-outline-airbnb {
  color: rgb(165.75, 57.2, 60.45);
  border: 2px solid rgba(255, 88, 93, 0.5);
  background-color: transparent;
  border-radius: 0;
}
.btn-outline-airbnb:hover, .btn-outline-airbnb:focus, .btn-outline-airbnb.focus {
  color: rgb(165.75, 57.2, 60.45);
  background-color: transparent;
  border: 2px solid #ff585d;
  box-shadow: 0 0 0 0.2rem rgba(255, 88, 93, 0.4);
}
.btn-outline-airbnb::before {
  color: rgb(165.75, 57.2, 60.45);
  background-color: transparent;
}
.btn-outline-airbnb:not(:disabled):not(.disabled):active, .btn-outline-airbnb:not(:disabled):not(.disabled).active {
  background-color: transparent;
  border-color: #ff585d;
  color: rgb(165.75, 57.2, 60.45);
}
.btn-check:checked + .btn-outline-airbnb,
.btn-outline-airbnb .btn-check:active, .btn-outline-airbnb:active, .btn-outline-airbnb.active, .btn-outline-airbnb.dropdown-toggle.show {
  border-color: #FF585D;
  background-color: #FF585D;
  color: #481707;
}
.btn-outline-airbnb.filter:hover:not(.filter-active) {
  color: #FF585D;
  box-shadow: none;
}
.btn-outline-airbnb.filter-active {
  background-color: #FF585D;
  color: #ffffff;
  box-shadow: none;
}

.btn-underline {
  background: transparent;
}
.btn-underline::after {
  background-color: var(--undeline-color);
}
.btn-underline.underline-airbnb {
  color: #FF585D !important;
}
.btn-underline.underline-airbnb::after {
  background-color: #FF585D;
}

.btn-dashed-airbnb {
  background-color: transparent;
  border: dashed 2px #FF585D;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-dashed-airbnb:hover, .btn-dashed-airbnb:focus {
  border: dashed 2px rgb(255, 139, 142.4730538922);
}

.btn-icon-airbnb {
  border: 2px solid #FF585D;
  background-color: transparent;
  color: #481707;
}
.btn-icon-airbnb:hover, .btn-icon-airbnb:focus {
  background-color: rgba(255, 88, 93, 0.5);
  border: 2px solid #FF585D;
  color: #ffffff;
}
.btn-icon-airbnb::before {
  background: rgb(255, 62.5, 68.2634730539);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-icon-airbnb.focus, .btn-icon-airbnb:focus {
  background: #FF585D;
  box-shadow: 0 0 0 0.2rem #FF585D66;
}
.btn-icon-airbnb:not(:disabled):not(.disabled):active, .btn-icon-airbnb:not(:disabled):not(.disabled).active {
  color: #716964;
  background-color: rgb(255, 62.5, 68.2634730539);
  border-color: #FF585D;
}

.inline-link-airbnb:hover, .inline-link-airbnb:focus, .inline-link-airbnb:active, .inline-link-airbnb.active {
  color: #FF585D;
  opacity: 1;
}
.inline-link-airbnb:visited {
  color: #FF585D;
}

.neu-btn-airbnb {
  color: black;
  position: relative;
  display: flex;
  line-height: 50px;
  height: 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
  margin: 0 1.5em;
  padding: 0 3em;
  box-shadow: -4px -4px 6px rgb(255, 139, 142.4730538922), 4px 4px 6px rgb(255, 52.3, 58.3688622754), inset -4px -4px 12px rgb(255, 103.3, 107.8419161677), inset 4px 4px 12px rgb(255, 82.9, 88.0526946108);
  border-radius: 0;
}
.neu-btn-airbnb:hover {
  box-shadow: -4px -4px 10px rgb(255, 139, 142.4730538922), 4px 4px 6px #ff585d, inset -4px -4px 12px rgb(255, 139, 142.4730538922), inset -2px -2px 2px rgb(255, 113.5, 117.7365269461), inset 4px 4px 6px rgb(255, 37, 43.5269461078);
}
.neu-btn-airbnb:hover {
  color: rgb(139, 0, 4.1616766467);
}
.neu-btn-airbnb::before {
  content: var(--btn-text);
}

.btn-underline {
  position: relative;
  width: 100%;
  padding: 0.5rem 0;
  border: none;
  outline: none;
  text-decoration: none;
  opacity: 0.8;
  min-height: unset;
  font-family: "ivyora-text", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-style: italic;
  text-transform: capitalize;
  font-size: 1rem;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-underline:hover {
  text-decoration: none;
  color: inherit;
  opacity: 1;
}
.btn-underline:hover::after {
  transform: scaleX(1);
}
.btn-underline:focus {
  text-decoration: none;
  color: inherit;
  box-shadow: none;
}
.btn-underline::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.copiate {
  cursor: pointer;
}

#whatsapp-button {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  bottom: 65px;
  right: 15px;
  background-color: #25d366;
  color: rgb(18.5, 105.5, 51);
  border-radius: 50%;
  font-size: 1rem;
  z-index: 10000;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  will-change: transform, opacity;
}
#whatsapp-button.scrollUp {
  transform: translateY(45px);
}

.tooltip {
  position: absolute;
  z-index: 10000;
  pointer-events: none;
}
.tooltip .tooltip-inner {
  padding: 0.3rem 0.5rem;
  text-align: center;
  border-radius: 0;
  font-size: 10.4732878793px;
  font-weight: 400;
  font-style: normal;
  color: #481707;
  background-color: rgb(254.1, 156.9, 126.3);
}
.tooltip.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: rgb(254.1, 156.9, 126.3);
}
.tooltip.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .tooltip.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: rgb(254.1, 156.9, 126.3);
  right: -2px;
}
.tooltip.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: rgb(254.1, 156.9, 126.3);
}
.tooltip.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .tooltip.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: rgb(254.1, 156.9, 126.3);
  left: -2px;
}

.card {
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.card .card-img {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
}

.swiper-slide {
  background-color: transparent;
  overflow: hidden;
  display: flex;
  height: auto;
}
.swiper-slide .hotel-image,
.swiper-slide .activity-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
  background-color: transparent;
}
.swiper-slide .slide-item {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgb(184, 180, 177.5);
}
.swiper-slide .slide-item p {
  line-height: 1.2;
  vertical-align: bottom;
}
.swiper-slide .slide-item .rate-wrapper {
  position: relative;
  z-index: 2;
}
.swiper-slide .slide-item .rate-wrapper p {
  text-shadow: 0 0 1px #481707;
}
.swiper-slide .slide-item .slide-info-wrapper {
  position: relative;
  z-index: 2;
  min-height: inherit;
  height: 100%;
}
.swiper-slide .slide-item .slide-info-wrapper .slide-title {
  color: rgb(5.65, 5.25, 5);
  font-family: "ivyora-display", serif;
  font-variant-numeric: lining-nums;
  font-size: calc(1.2777696rem + 0.3332352vw);
  line-height: 1.2;
  margin-bottom: 0.3rem;
  font-weight: 100;
  text-transform: uppercase;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .swiper-slide .slide-item .slide-info-wrapper .slide-title {
    font-size: 1.527696rem;
  }
}
@media (max-width: 768px) {
  .swiper-slide .slide-item .slide-info-wrapper .slide-title {
    font-size: calc(1.3249754064rem + 0.8997048768vw);
  }
}
@media (max-width: 768px) and (min-width: 1200px) {
  .swiper-slide .slide-item .slide-info-wrapper .slide-title {
    font-size: 1.999754064rem;
  }
}
.swiper-slide .slide-item .slide-info-wrapper .slide-price {
  color: rgb(5.65, 5.25, 5);
  font-family: "ivyora-display", serif;
  font-variant-numeric: lining-nums;
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: 100;
  font-size: calc(1.2777696rem + 0.3332352vw);
}
@media (min-width: 1200px) {
  .swiper-slide .slide-item .slide-info-wrapper .slide-price {
    font-size: 1.527696rem;
  }
}
.swiper-slide .slide-item .slide-info-wrapper .slide-price .currency {
  font-size: 1.1670710466rem;
}
@media (max-width: 768px) {
  .swiper-slide .slide-item .slide-info-wrapper .slide-price {
    font-size: calc(1.3249754064rem + 0.8997048768vw);
  }
}
@media (max-width: 768px) and (min-width: 1200px) {
  .swiper-slide .slide-item .slide-info-wrapper .slide-price {
    font-size: 1.999754064rem;
  }
}
.swiper-slide .slide-item .slide-info-wrapper .slide-distance-badge {
  background-color: rgb(254.35, 184.15, 162.05);
  color: #7f4938;
  border-radius: 0px;
  font-family: "basic-sans", sans-serif;
  font-size: font-size(10.4732878793px);
  font-style: normal;
  font-weight: 400;
}
.swiper-slide .slide-item .action-link-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  gap: 0.5rem;
}
.swiper-slide .slide-item .action-link svg {
  width: 25px;
  height: auto;
  display: block;
}

@media (min-width: 34em) {
  .card-columns {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .card-columns .card {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 48em) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .card-columns .card {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 62em) {
  .card-columns {
    -moz-column-count: 4;
    column-count: 4;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .card-columns .card {
    margin-bottom: 1.5rem;
  }
}
.badge {
  font-weight: 400;
  line-height: 1;
  font-style: normal;
  white-space: nowrap;
  text-transform: uppercase;
  border-radius: 0;
  padding: 0.3rem 0.5rem;
}

#pills-hospedaje-content {
  position: relative;
}

.popover {
  font-size: 0.8rem;
  background-color: #FE9270;
  border: none;
  border-radius: 25px;
}
.popover .popover-header {
  padding: 0.75rem 1rem;
  background-color: transparent;
  color: #481707;
}
.popover .popover-body {
  color: #716964;
  padding: 0.75rem 1rem;
  background-color: #FE9270;
  border-radius: 25px;
}
.popover.bs-popover-bottom > .popover-arrow::before, .popover.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  border: none;
}
.popover.bs-popover-bottom > .popover-arrow::after, .popover.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-bottom-color: #FE9270;
}

.tuto-indicator {
  position: absolute;
  z-index: 10;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  pointer-events: none;
  align-self: center;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
}
.tuto-indicator::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 75px;
}
.tuto-indicator svg.swipe {
  display: block;
  width: 40px;
  height: auto;
  margin-bottom: 0.5rem;
}
.tuto-indicator p {
  color: currentColor;
}
.tuto-indicator#tuto-03 {
  top: 60%;
  left: 57%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .tuto-indicator#tuto-03 {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.tuto-indicator.blur-trans::before {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(0, 0, 0, 0.5);
}

.tuto-indicator.blur-primary::before {
  background-color: rgba(254, 146, 112, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(254, 146, 112, 0.5);
}

.tuto-indicator.blur-primary-tint::before {
  background-color: rgba(255, 213, 200, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(255, 213, 200, 0.5);
}

.tuto-indicator.blur-primary-shade::before {
  background-color: rgba(228, 77, 30, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(228, 77, 30, 0.5);
}

.tuto-indicator.blur-secondary::before {
  background-color: rgba(113, 105, 100, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(113, 105, 100, 0.5);
}

.tuto-indicator.blur-secondary-tint::before {
  background-color: rgba(186, 179, 175, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(186, 179, 175, 0.5);
}

.tuto-indicator.blur-secondary-shade::before {
  background-color: rgba(42, 39, 37, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(42, 39, 37, 0.5);
}

.tuto-indicator.blur-tertiary::before {
  background-color: rgba(206, 201, 198, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(206, 201, 198, 0.5);
}

.tuto-indicator.blur-tertiary-tint::before {
  background-color: rgba(248, 248, 248, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(248, 248, 248, 0.5);
}

.tuto-indicator.blur-tertiary-shade::before {
  background-color: rgba(136, 127, 122, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(136, 127, 122, 0.5);
}

.tuto-indicator.blur-success::before {
  background-color: rgba(196, 237, 151, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(196, 237, 151, 0.5);
}

.tuto-indicator.blur-info::before {
  background-color: rgba(156, 239, 245, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(156, 239, 245, 0.5);
}

.tuto-indicator.blur-warning::before {
  background-color: rgba(255, 234, 128, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(255, 234, 128, 0.5);
}

.tuto-indicator.blur-alter::before {
  background-color: rgba(255, 232, 225, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(255, 232, 225, 0.5);
}

.tuto-indicator.blur-alter-tint::before {
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(255, 255, 255, 0.5);
}

.tuto-indicator.blur-alter-shade::before {
  background-color: rgba(254, 146, 112, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(254, 146, 112, 0.5);
}

.tuto-indicator.blur-danger::before {
  background-color: rgba(254, 123, 131, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(254, 123, 131, 0.5);
}

.tuto-indicator.blur-dark::before {
  background-color: rgba(72, 23, 7, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(72, 23, 7, 0.5);
}

.tuto-indicator.blur-dark-tint::before {
  background-color: rgba(178, 154, 147, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(178, 154, 147, 0.5);
}

.tuto-indicator.blur-dark-shade::before {
  background-color: rgba(33, 9, 1, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(33, 9, 1, 0.5);
}

.tuto-indicator.blur-light::before {
  background-color: rgba(254, 251, 248, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(254, 251, 248, 0.5);
}

.tuto-indicator.blur-light-tint::before {
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(255, 255, 255, 0.5);
}

.tuto-indicator.blur-light-shade::before {
  background-color: rgba(236, 180, 133, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(236, 180, 133, 0.5);
}

.tuto-indicator.blur-muted::before {
  background-color: rgba(72, 23, 7, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(72, 23, 7, 0.5);
}

.tuto-indicator.blur-white::before {
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(255, 255, 255, 0.5);
}

.tuto-indicator.blur-gray-100::before {
  background-color: rgba(242, 242, 242, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(242, 242, 242, 0.5);
}

.tuto-indicator.blur-gray-200::before {
  background-color: rgba(230, 230, 230, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(230, 230, 230, 0.5);
}

.tuto-indicator.blur-gray-300::before {
  background-color: rgba(204, 204, 204, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(204, 204, 204, 0.5);
}

.tuto-indicator.blur-gray-400::before {
  background-color: rgba(179, 179, 179, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(179, 179, 179, 0.5);
}

.tuto-indicator.blur-gray-500::before {
  background-color: rgba(153, 153, 153, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(153, 153, 153, 0.5);
}

.tuto-indicator.blur-gray-600::before {
  background-color: rgba(135, 143, 141, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(135, 143, 141, 0.5);
}

.tuto-indicator.blur-gray-700::before {
  background-color: rgba(102, 102, 102, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(102, 102, 102, 0.5);
}

.tuto-indicator.blur-gray-800::before {
  background-color: rgba(77, 77, 77, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(77, 77, 77, 0.5);
}

.tuto-indicator.blur-gray-900::before {
  background-color: rgba(38, 38, 38, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(38, 38, 38, 0.5);
}

.tuto-indicator.blur-black::before {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(0, 0, 0, 0.5);
}

.tuto-indicator.blur-whatsapp::before {
  background-color: rgba(37, 211, 102, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(37, 211, 102, 0.5);
}

.tuto-indicator.blur-facebook::before {
  background-color: rgba(66, 103, 178, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(66, 103, 178, 0.5);
}

.tuto-indicator.blur-pinterest::before {
  background-color: rgba(230, 0, 35, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(230, 0, 35, 0.5);
}

.tuto-indicator.blur-airbnb::before {
  background-color: rgba(255, 88, 93, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: transform;
  border: 0.5px solid rgba(255, 88, 93, 0.5);
}

.modal-bkg {
  background-color: #481707 !important;
  position: fixed;
  overflow-y: auto;
}

.modal-content {
  border-radius: 0;
  background-color: #ffffff;
  border: none;
  position: relative;
  overflow-y: auto;
  z-index: 20000;
  font-family: "basic-sans", sans-serif;
}
.modal-content .modal-header {
  padding: 1rem 3rem 1rem 1.5rem;
  border-bottom: none;
  border-top-left-radius: none;
  border-top-right-radius: none;
}
.modal-content .modal-header .modal-title {
  color: rgb(5.65, 5.25, 5);
  font-family: "ivyora-display", serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 400;
  font-size: calc(1.2777696rem + 0.3332352vw);
  line-height: 1;
}
@media (min-width: 1200px) {
  .modal-content .modal-header .modal-title {
    font-size: 1.527696rem;
  }
}
.modal-content .modal-body {
  padding: 1rem 1.5rem;
  font-size: 1rem;
  color: #716964;
}
.modal-content h1, .modal-content .h1 {
  line-height: 3rem;
}
@media (max-width: 768px) {
  .modal-content {
    max-width: 100vw;
  }
}
.modal-content .modal-footer {
  border-top: none;
}

.modal-open {
  padding: 0 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #481707;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.form-control-trans {
  color: rgba(0, 0, 0, 0.7);
  background-color: rgba(255, 255, 255, 0.95);
}
.form-control-trans:focus {
  color: black;
  background-color: rgba(255, 255, 255, 0.95);
}
.form-control-trans:disabled, .form-control-trans[readonly] {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.9);
}

.focus-trans:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.3) !important;
}

.form-control-primary {
  color: rgba(165.1, 94.9, 72.8, 0.7);
  background-color: rgb(254.95, 249.55, 247.85);
}
.form-control-primary:focus {
  color: rgb(165.1, 94.9, 72.8);
  background-color: rgb(254.95, 249.55, 247.85);
}
.form-control-primary:disabled, .form-control-primary[readonly] {
  background-color: rgb(254.9, 244.1, 240.7);
  border-color: rgb(254.9, 244.1, 240.7);
}

.focus-primary:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(254, 146, 112, 0.3) !important;
}

.form-control-primary-tint {
  color: rgba(165.75, 138.45, 130, 0.7);
  background-color: rgb(255, 252.9, 252.25);
}
.form-control-primary-tint:focus {
  color: rgb(165.75, 138.45, 130);
  background-color: rgb(255, 252.9, 252.25);
}
.form-control-primary-tint:disabled, .form-control-primary-tint[readonly] {
  background-color: rgb(255, 250.8, 249.5);
  border-color: rgb(255, 250.8, 249.5);
}

.focus-primary-tint:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 213, 200, 0.3) !important;
}

.form-control-primary-shade {
  color: rgba(148.2, 50.05, 19.5, 0.7);
  background-color: rgb(253.65, 246.1, 243.75);
}
.form-control-primary-shade:focus {
  color: rgb(148.2, 50.05, 19.5);
  background-color: rgb(253.65, 246.1, 243.75);
}
.form-control-primary-shade:disabled, .form-control-primary-shade[readonly] {
  background-color: rgb(252.3, 237.2, 232.5);
  border-color: rgb(252.3, 237.2, 232.5);
}

.focus-primary-shade:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(228, 77, 30, 0.3) !important;
}

.form-control-secondary {
  color: rgba(73.45, 68.25, 65, 0.7);
  background-color: rgb(247.9, 247.5, 247.25);
}
.form-control-secondary:focus {
  color: rgb(73.45, 68.25, 65);
  background-color: rgb(247.9, 247.5, 247.25);
}
.form-control-secondary:disabled, .form-control-secondary[readonly] {
  background-color: rgb(240.8, 240, 239.5);
  border-color: rgb(240.8, 240, 239.5);
}

.focus-secondary:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(113, 105, 100, 0.3) !important;
}

.form-control-secondary-tint {
  color: rgba(120.9, 116.35, 113.75, 0.7);
  background-color: rgb(251.55, 251.2, 251);
}
.form-control-secondary-tint:focus {
  color: rgb(120.9, 116.35, 113.75);
  background-color: rgb(251.55, 251.2, 251);
}
.form-control-secondary-tint:disabled, .form-control-secondary-tint[readonly] {
  background-color: rgb(248.1, 247.4, 247);
  border-color: rgb(248.1, 247.4, 247);
}

.focus-secondary-tint:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(186, 179, 175, 0.3) !important;
}

.form-control-secondary-shade {
  color: rgba(27.3, 25.35, 24.05, 0.7);
  background-color: rgb(244.35, 244.2, 244.1);
}
.form-control-secondary-shade:focus {
  color: rgb(27.3, 25.35, 24.05);
  background-color: rgb(244.35, 244.2, 244.1);
}
.form-control-secondary-shade:disabled, .form-control-secondary-shade[readonly] {
  background-color: rgb(233.7, 233.4, 233.2);
  border-color: rgb(233.7, 233.4, 233.2);
}

.focus-secondary-shade:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(42, 39, 37, 0.3) !important;
}

.form-control-tertiary {
  color: rgba(133.9, 130.65, 128.7, 0.7);
  background-color: rgb(252.55, 252.3, 252.15);
}
.form-control-tertiary:focus {
  color: rgb(133.9, 130.65, 128.7);
  background-color: rgb(252.55, 252.3, 252.15);
}
.form-control-tertiary:disabled, .form-control-tertiary[readonly] {
  background-color: rgb(250.1, 249.6, 249.3);
  border-color: rgb(250.1, 249.6, 249.3);
}

.focus-tertiary:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(206, 201, 198, 0.3) !important;
}

.form-control-tertiary-tint {
  color: rgba(161.2, 161.2, 161.2, 0.7);
  background-color: rgb(254.65, 254.65, 254.65);
}
.form-control-tertiary-tint:focus {
  color: rgb(161.2, 161.2, 161.2);
  background-color: rgb(254.65, 254.65, 254.65);
}
.form-control-tertiary-tint:disabled, .form-control-tertiary-tint[readonly] {
  background-color: rgb(254.3, 254.3, 254.3);
  border-color: rgb(254.3, 254.3, 254.3);
}

.focus-tertiary-tint:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 248, 248, 0.3) !important;
}

.form-control-tertiary-shade {
  color: rgba(88.4, 82.55, 79.3, 0.7);
  background-color: rgb(249.05, 248.6, 248.35);
}
.form-control-tertiary-shade:focus {
  color: rgb(88.4, 82.55, 79.3);
  background-color: rgb(249.05, 248.6, 248.35);
}
.form-control-tertiary-shade:disabled, .form-control-tertiary-shade[readonly] {
  background-color: rgb(243.1, 242.2, 241.7);
  border-color: rgb(243.1, 242.2, 241.7);
}

.focus-tertiary-shade:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(136, 127, 122, 0.3) !important;
}

.form-control-success {
  color: rgba(127.4, 154.05, 98.15, 0.7);
  background-color: rgb(252.05, 254.1, 249.8);
}
.form-control-success:focus {
  color: rgb(127.4, 154.05, 98.15);
  background-color: rgb(252.05, 254.1, 249.8);
}
.form-control-success:disabled, .form-control-success[readonly] {
  background-color: rgb(249.1, 253.2, 244.6);
  border-color: rgb(249.1, 253.2, 244.6);
}

.focus-success:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(196, 237, 151, 0.3) !important;
}

.form-control-info {
  color: rgba(101.4, 155.35, 159.25, 0.7);
  background-color: rgb(250.05, 254.2, 254.5);
}
.form-control-info:focus {
  color: rgb(101.4, 155.35, 159.25);
  background-color: rgb(250.05, 254.2, 254.5);
}
.form-control-info:disabled, .form-control-info[readonly] {
  background-color: rgb(245.1, 253.4, 254);
  border-color: rgb(245.1, 253.4, 254);
}

.focus-info:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(156, 239, 245, 0.3) !important;
}

.form-control-warning {
  color: rgba(165.75, 152.1, 83.2, 0.7);
  background-color: rgb(255, 253.95, 248.65);
}
.form-control-warning:focus {
  color: rgb(165.75, 152.1, 83.2);
  background-color: rgb(255, 253.95, 248.65);
}
.form-control-warning:disabled, .form-control-warning[readonly] {
  background-color: rgb(255, 252.9, 242.3);
  border-color: rgb(255, 252.9, 242.3);
}

.focus-warning:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 234, 128, 0.3) !important;
}

.form-control-alter {
  color: rgba(165.75, 150.8, 146.25, 0.7);
  background-color: rgb(255, 253.85, 253.5);
}
.form-control-alter:focus {
  color: rgb(165.75, 150.8, 146.25);
  background-color: rgb(255, 253.85, 253.5);
}
.form-control-alter:disabled, .form-control-alter[readonly] {
  background-color: rgb(255, 252.7, 252);
  border-color: rgb(255, 252.7, 252);
}

.focus-alter:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 232, 225, 0.3) !important;
}

.form-control-alter-tint {
  color: rgba(165.75, 165.75, 165.75, 0.7);
  background-color: white;
}
.form-control-alter-tint:focus {
  color: rgb(165.75, 165.75, 165.75);
  background-color: white;
}
.form-control-alter-tint:disabled, .form-control-alter-tint[readonly] {
  background-color: white;
  border-color: white;
}

.focus-alter-tint:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.3) !important;
}

.form-control-alter-shade {
  color: rgba(165.1, 94.9, 72.8, 0.7);
  background-color: rgb(254.95, 249.55, 247.85);
}
.form-control-alter-shade:focus {
  color: rgb(165.1, 94.9, 72.8);
  background-color: rgb(254.95, 249.55, 247.85);
}
.form-control-alter-shade:disabled, .form-control-alter-shade[readonly] {
  background-color: rgb(254.9, 244.1, 240.7);
  border-color: rgb(254.9, 244.1, 240.7);
}

.focus-alter-shade:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(254, 146, 112, 0.3) !important;
}

.form-control-danger {
  color: rgba(165.1, 79.95, 85.15, 0.7);
  background-color: rgb(254.95, 248.4, 248.8);
}
.form-control-danger:focus {
  color: rgb(165.1, 79.95, 85.15);
  background-color: rgb(254.95, 248.4, 248.8);
}
.form-control-danger:disabled, .form-control-danger[readonly] {
  background-color: rgb(254.9, 241.8, 242.6);
  border-color: rgb(254.9, 241.8, 242.6);
}

.focus-danger:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(254, 123, 131, 0.3) !important;
}

.form-control-dark {
  color: rgba(46.8, 14.95, 4.55, 0.7);
  background-color: rgb(245.85, 243.4, 242.6);
}
.form-control-dark:focus {
  color: rgb(46.8, 14.95, 4.55);
  background-color: rgb(245.85, 243.4, 242.6);
}
.form-control-dark:disabled, .form-control-dark[readonly] {
  background-color: rgb(236.7, 231.8, 230.2);
  border-color: rgb(236.7, 231.8, 230.2);
}

.focus-dark:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(72, 23, 7, 0.3) !important;
}

.form-control-dark-tint {
  color: rgba(115.7, 100.1, 95.55, 0.7);
  background-color: rgb(251.15, 249.95, 249.6);
}
.form-control-dark-tint:focus {
  color: rgb(115.7, 100.1, 95.55);
  background-color: rgb(251.15, 249.95, 249.6);
}
.form-control-dark-tint:disabled, .form-control-dark-tint[readonly] {
  background-color: rgb(247.3, 244.9, 244.2);
  border-color: rgb(247.3, 244.9, 244.2);
}

.focus-dark-tint:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(178, 154, 147, 0.3) !important;
}

.form-control-dark-shade {
  color: rgba(21.45, 5.85, 0.65, 0.7);
  background-color: rgb(243.9, 242.7, 242.3);
}
.form-control-dark-shade:focus {
  color: rgb(21.45, 5.85, 0.65);
  background-color: rgb(243.9, 242.7, 242.3);
}
.form-control-dark-shade:disabled, .form-control-dark-shade[readonly] {
  background-color: rgb(232.8, 230.4, 229.6);
  border-color: rgb(232.8, 230.4, 229.6);
}

.focus-dark-shade:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 9, 1, 0.3) !important;
}

.form-control-light {
  color: rgba(165.1, 163.15, 161.2, 0.7);
  background-color: rgb(254.95, 254.8, 254.65);
}
.form-control-light:focus {
  color: rgb(165.1, 163.15, 161.2);
  background-color: rgb(254.95, 254.8, 254.65);
}
.form-control-light:disabled, .form-control-light[readonly] {
  background-color: rgb(254.9, 254.6, 254.3);
  border-color: rgb(254.9, 254.6, 254.3);
}

.focus-light:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(254, 251, 248, 0.3) !important;
}

.form-control-light-tint {
  color: rgba(165.75, 165.75, 165.75, 0.7);
  background-color: white;
}
.form-control-light-tint:focus {
  color: rgb(165.75, 165.75, 165.75);
  background-color: white;
}
.form-control-light-tint:disabled, .form-control-light-tint[readonly] {
  background-color: white;
  border-color: white;
}

.focus-light-tint:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.3) !important;
}

.form-control-light-shade {
  color: rgba(153.4, 117, 86.45, 0.7);
  background-color: rgb(254.05, 251.25, 248.9);
}
.form-control-light-shade:focus {
  color: rgb(153.4, 117, 86.45);
  background-color: rgb(254.05, 251.25, 248.9);
}
.form-control-light-shade:disabled, .form-control-light-shade[readonly] {
  background-color: rgb(253.1, 247.5, 242.8);
  border-color: rgb(253.1, 247.5, 242.8);
}

.focus-light-shade:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(236, 180, 133, 0.3) !important;
}

.form-control-muted {
  color: rgba(27.5294117647, 8.7941176471, 2.6764705882, 0.7);
  background-color: rgba(251.8448275862, 251, 250.724137931, 0.975);
}
.form-control-muted:focus {
  color: rgb(27.5294117647, 8.7941176471, 2.6764705882);
  background-color: rgba(251.8448275862, 251, 250.724137931, 0.975);
}
.form-control-muted:disabled, .form-control-muted[readonly] {
  background-color: rgba(248.4642857143, 246.7142857143, 246.1428571429, 0.95);
  border-color: rgba(248.4642857143, 246.7142857143, 246.1428571429, 0.95);
}

.focus-muted:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(72, 23, 7, 0.3) !important;
}

.form-control-white {
  color: rgba(165.75, 165.75, 165.75, 0.7);
  background-color: white;
}
.form-control-white:focus {
  color: rgb(165.75, 165.75, 165.75);
  background-color: white;
}
.form-control-white:disabled, .form-control-white[readonly] {
  background-color: white;
  border-color: white;
}

.focus-white:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.3) !important;
}

.form-control-gray-100 {
  color: rgba(157.3, 157.3, 157.3, 0.7);
  background-color: rgb(254.35, 254.35, 254.35);
}
.form-control-gray-100:focus {
  color: rgb(157.3, 157.3, 157.3);
  background-color: rgb(254.35, 254.35, 254.35);
}
.form-control-gray-100:disabled, .form-control-gray-100[readonly] {
  background-color: rgb(253.7, 253.7, 253.7);
  border-color: rgb(253.7, 253.7, 253.7);
}

.focus-gray-100:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(242, 242, 242, 0.3) !important;
}

.form-control-gray-200 {
  color: rgba(149.5, 149.5, 149.5, 0.7);
  background-color: rgb(253.75, 253.75, 253.75);
}
.form-control-gray-200:focus {
  color: rgb(149.5, 149.5, 149.5);
  background-color: rgb(253.75, 253.75, 253.75);
}
.form-control-gray-200:disabled, .form-control-gray-200[readonly] {
  background-color: rgb(252.5, 252.5, 252.5);
  border-color: rgb(252.5, 252.5, 252.5);
}

.focus-gray-200:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(230, 230, 230, 0.3) !important;
}

.form-control-gray-300 {
  color: rgba(132.6, 132.6, 132.6, 0.7);
  background-color: rgb(252.45, 252.45, 252.45);
}
.form-control-gray-300:focus {
  color: rgb(132.6, 132.6, 132.6);
  background-color: rgb(252.45, 252.45, 252.45);
}
.form-control-gray-300:disabled, .form-control-gray-300[readonly] {
  background-color: rgb(249.9, 249.9, 249.9);
  border-color: rgb(249.9, 249.9, 249.9);
}

.focus-gray-300:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(204, 204, 204, 0.3) !important;
}

.form-control-gray-400 {
  color: rgba(116.35, 116.35, 116.35, 0.7);
  background-color: rgb(251.2, 251.2, 251.2);
}
.form-control-gray-400:focus {
  color: rgb(116.35, 116.35, 116.35);
  background-color: rgb(251.2, 251.2, 251.2);
}
.form-control-gray-400:disabled, .form-control-gray-400[readonly] {
  background-color: rgb(247.4, 247.4, 247.4);
  border-color: rgb(247.4, 247.4, 247.4);
}

.focus-gray-400:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(179, 179, 179, 0.3) !important;
}

.form-control-gray-500 {
  color: rgba(99.45, 99.45, 99.45, 0.7);
  background-color: rgb(249.9, 249.9, 249.9);
}
.form-control-gray-500:focus {
  color: rgb(99.45, 99.45, 99.45);
  background-color: rgb(249.9, 249.9, 249.9);
}
.form-control-gray-500:disabled, .form-control-gray-500[readonly] {
  background-color: rgb(244.8, 244.8, 244.8);
  border-color: rgb(244.8, 244.8, 244.8);
}

.focus-gray-500:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(153, 153, 153, 0.3) !important;
}

.form-control-gray-600 {
  color: rgba(87.75, 92.95, 91.65, 0.7);
  background-color: rgb(249, 249.4, 249.3);
}
.form-control-gray-600:focus {
  color: rgb(87.75, 92.95, 91.65);
  background-color: rgb(249, 249.4, 249.3);
}
.form-control-gray-600:disabled, .form-control-gray-600[readonly] {
  background-color: rgb(243, 243.8, 243.6);
  border-color: rgb(243, 243.8, 243.6);
}

.focus-gray-600:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(135, 143, 141, 0.3) !important;
}

.form-control-gray-700 {
  color: rgba(66.3, 66.3, 66.3, 0.7);
  background-color: rgb(247.35, 247.35, 247.35);
}
.form-control-gray-700:focus {
  color: rgb(66.3, 66.3, 66.3);
  background-color: rgb(247.35, 247.35, 247.35);
}
.form-control-gray-700:disabled, .form-control-gray-700[readonly] {
  background-color: rgb(239.7, 239.7, 239.7);
  border-color: rgb(239.7, 239.7, 239.7);
}

.focus-gray-700:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(102, 102, 102, 0.3) !important;
}

.form-control-gray-800 {
  color: rgba(50.05, 50.05, 50.05, 0.7);
  background-color: rgb(246.1, 246.1, 246.1);
}
.form-control-gray-800:focus {
  color: rgb(50.05, 50.05, 50.05);
  background-color: rgb(246.1, 246.1, 246.1);
}
.form-control-gray-800:disabled, .form-control-gray-800[readonly] {
  background-color: rgb(237.2, 237.2, 237.2);
  border-color: rgb(237.2, 237.2, 237.2);
}

.focus-gray-800:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(77, 77, 77, 0.3) !important;
}

.form-control-gray-900 {
  color: rgba(24.7, 24.7, 24.7, 0.7);
  background-color: rgb(244.15, 244.15, 244.15);
}
.form-control-gray-900:focus {
  color: rgb(24.7, 24.7, 24.7);
  background-color: rgb(244.15, 244.15, 244.15);
}
.form-control-gray-900:disabled, .form-control-gray-900[readonly] {
  background-color: rgb(233.3, 233.3, 233.3);
  border-color: rgb(233.3, 233.3, 233.3);
}

.focus-gray-900:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.3) !important;
}

.form-control-black {
  color: rgba(0, 0, 0, 0.7);
  background-color: rgb(242.25, 242.25, 242.25);
}
.form-control-black:focus {
  color: black;
  background-color: rgb(242.25, 242.25, 242.25);
}
.form-control-black:disabled, .form-control-black[readonly] {
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(229.5, 229.5, 229.5);
}

.focus-black:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.3) !important;
}

.form-control-whatsapp {
  color: rgba(24.05, 137.15, 66.3, 0.7);
  background-color: rgb(244.1, 252.8, 247.35);
}
.form-control-whatsapp:focus {
  color: rgb(24.05, 137.15, 66.3);
  background-color: rgb(244.1, 252.8, 247.35);
}
.form-control-whatsapp:disabled, .form-control-whatsapp[readonly] {
  background-color: rgb(233.2, 250.6, 239.7);
  border-color: rgb(233.2, 250.6, 239.7);
}

.focus-whatsapp:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(37, 211, 102, 0.3) !important;
}

.form-control-facebook {
  color: rgba(42.9, 66.95, 115.7, 0.7);
  background-color: rgb(245.55, 247.4, 251.15);
}
.form-control-facebook:focus {
  color: rgb(42.9, 66.95, 115.7);
  background-color: rgb(245.55, 247.4, 251.15);
}
.form-control-facebook:disabled, .form-control-facebook[readonly] {
  background-color: rgb(236.1, 239.8, 247.3);
  border-color: rgb(236.1, 239.8, 247.3);
}

.focus-facebook:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 103, 178, 0.3) !important;
}

.form-control-pinterest {
  color: rgba(149.5, 0, 22.75, 0.7);
  background-color: rgb(253.75, 242.25, 244);
}
.form-control-pinterest:focus {
  color: rgb(149.5, 0, 22.75);
  background-color: rgb(253.75, 242.25, 244);
}
.form-control-pinterest:disabled, .form-control-pinterest[readonly] {
  background-color: rgb(252.5, 229.5, 233);
  border-color: rgb(252.5, 229.5, 233);
}

.focus-pinterest:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(230, 0, 35, 0.3) !important;
}

.form-control-airbnb {
  color: rgba(165.75, 57.2, 60.45, 0.7);
  background-color: rgb(255, 246.65, 246.9);
}
.form-control-airbnb:focus {
  color: rgb(165.75, 57.2, 60.45);
  background-color: rgb(255, 246.65, 246.9);
}
.form-control-airbnb:disabled, .form-control-airbnb[readonly] {
  background-color: rgb(255, 238.3, 238.8);
  border-color: rgb(255, 238.3, 238.8);
}

.focus-airbnb:not(:disabled):not(.disabled):not([readonly]):focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 88, 93, 0.3) !important;
}

.form-control {
  max-height: 3.625rem;
  transition: box-shadow 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-family: "basic-sans", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
@media (max-width: 576px) {
  .form-control {
    margin-bottom: 0.8rem;
  }
}
.form-control:focus {
  outline: none;
  border: none;
  box-shadow: 0 0 0 0.25rem rgba(72, 23, 7, 0.2) !important;
}
.form-control-lg {
  height: 3.625rem;
  font-size: 1rem;
  padding: 0.8rem 1rem;
}

.form-floating > label {
  color: rgba(113, 105, 100, 0.6);
  font-weight: 500;
  will-change: transform;
  font-family: "basic-sans", sans-serif;
  line-height: 1;
  font-size: 12.9449838188px;
  top: 5px;
}
.form-floating > label::after, .form-floating > label::before {
  background: transparent !important;
}
.form-floating > .form-control:not(:-moz-placeholder) ~ label {
  color: #716964;
}
.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label {
  color: #716964;
}
.form-floating > .form-control-plaintext ~ label {
  color: rgba(113, 105, 100, 0.7);
}
.form-floating > .form-select ~ label {
  color: rgba(113, 105, 100, 0.7);
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: #ffffff;
  color: #481707;
  cursor: inherit;
  display: block;
}

.input-group-text {
  color: #ffffff;
  background-color: #716964;
  border: none;
  border-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-file-label {
  color: #cccccc;
  border: 2px solid #716964;
  border-radius: 0;
}
.custom-file-label::after {
  height: 2.15rem;
  color: #ffffff;
  content: "BROWSE";
  background-color: #716964;
  border-left: 2px solid #716964;
  border-radius: 0;
}

.stripe-wrapper, #stripe-wrapper {
  position: relative;
  opacity: 1;
  z-index: 2;
  transform-origin: var(--stripe-origin);
}
.stripe-wrapper[style*="--stripe-width"], #stripe-wrapper[style*="--stripe-width"] {
  width: var(--stripe-width);
}
.stripe-wrapper[style*="--stripe-height"], #stripe-wrapper[style*="--stripe-height"] {
  height: var(--stripe-height);
}

.dashed-stripe-trans:not(.vertical-hr) {
  background-image: linear-gradient(to right, transparent 20%, rgba(255, 255, 255, 0) 0%);
  height: 1px;
  width: 100%;
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: relative;
  z-index: 2;
}
.dashed-stripe-trans.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, transparent 20%, rgba(255, 255, 255, 0) 0%);
  height: 100%;
  width: 1px;
  background-position: left;
  background-size: 1px 10px;
  background-repeat: repeat-y;
  z-index: 2;
}

.solid-stripe-trans:not(.vertical-hr) {
  background-color: transparent;
  height: 1px;
  width: 100%;
  z-index: 2;
}
.solid-stripe-trans.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-color: transparent;
  height: 100%;
  width: 1px;
  z-index: 2;
}

.dashed-stripe-primary:not(.vertical-hr) {
  background-image: linear-gradient(to right, #FE9270 20%, rgba(255, 255, 255, 0) 0%);
  height: 1px;
  width: 100%;
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: relative;
  z-index: 2;
}
.dashed-stripe-primary.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, #FE9270 20%, rgba(255, 255, 255, 0) 0%);
  height: 100%;
  width: 1px;
  background-position: left;
  background-size: 1px 10px;
  background-repeat: repeat-y;
  z-index: 2;
}

.solid-stripe-primary:not(.vertical-hr) {
  background-color: #FE9270;
  height: 1px;
  width: 100%;
  z-index: 2;
}
.solid-stripe-primary.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-color: #FE9270;
  height: 100%;
  width: 1px;
  z-index: 2;
}

.dashed-stripe-primary-tint:not(.vertical-hr) {
  background-image: linear-gradient(to right, #FFD5C8 20%, rgba(255, 255, 255, 0) 0%);
  height: 1px;
  width: 100%;
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: relative;
  z-index: 2;
}
.dashed-stripe-primary-tint.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, #FFD5C8 20%, rgba(255, 255, 255, 0) 0%);
  height: 100%;
  width: 1px;
  background-position: left;
  background-size: 1px 10px;
  background-repeat: repeat-y;
  z-index: 2;
}

.solid-stripe-primary-tint:not(.vertical-hr) {
  background-color: #FFD5C8;
  height: 1px;
  width: 100%;
  z-index: 2;
}
.solid-stripe-primary-tint.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-color: #FFD5C8;
  height: 100%;
  width: 1px;
  z-index: 2;
}

.dashed-stripe-primary-shade:not(.vertical-hr) {
  background-image: linear-gradient(to right, #E44D1E 20%, rgba(255, 255, 255, 0) 0%);
  height: 1px;
  width: 100%;
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: relative;
  z-index: 2;
}
.dashed-stripe-primary-shade.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, #E44D1E 20%, rgba(255, 255, 255, 0) 0%);
  height: 100%;
  width: 1px;
  background-position: left;
  background-size: 1px 10px;
  background-repeat: repeat-y;
  z-index: 2;
}

.solid-stripe-primary-shade:not(.vertical-hr) {
  background-color: #E44D1E;
  height: 1px;
  width: 100%;
  z-index: 2;
}
.solid-stripe-primary-shade.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-color: #E44D1E;
  height: 100%;
  width: 1px;
  z-index: 2;
}

.dashed-stripe-secondary:not(.vertical-hr) {
  background-image: linear-gradient(to right, #716964 20%, rgba(255, 255, 255, 0) 0%);
  height: 1px;
  width: 100%;
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: relative;
  z-index: 2;
}
.dashed-stripe-secondary.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, #716964 20%, rgba(255, 255, 255, 0) 0%);
  height: 100%;
  width: 1px;
  background-position: left;
  background-size: 1px 10px;
  background-repeat: repeat-y;
  z-index: 2;
}

.solid-stripe-secondary:not(.vertical-hr) {
  background-color: #716964;
  height: 1px;
  width: 100%;
  z-index: 2;
}
.solid-stripe-secondary.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-color: #716964;
  height: 100%;
  width: 1px;
  z-index: 2;
}

.dashed-stripe-secondary-tint:not(.vertical-hr) {
  background-image: linear-gradient(to right, #BAB3AF 20%, rgba(255, 255, 255, 0) 0%);
  height: 1px;
  width: 100%;
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: relative;
  z-index: 2;
}
.dashed-stripe-secondary-tint.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, #BAB3AF 20%, rgba(255, 255, 255, 0) 0%);
  height: 100%;
  width: 1px;
  background-position: left;
  background-size: 1px 10px;
  background-repeat: repeat-y;
  z-index: 2;
}

.solid-stripe-secondary-tint:not(.vertical-hr) {
  background-color: #BAB3AF;
  height: 1px;
  width: 100%;
  z-index: 2;
}
.solid-stripe-secondary-tint.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-color: #BAB3AF;
  height: 100%;
  width: 1px;
  z-index: 2;
}

.dashed-stripe-secondary-shade:not(.vertical-hr) {
  background-image: linear-gradient(to right, #2A2725 20%, rgba(255, 255, 255, 0) 0%);
  height: 1px;
  width: 100%;
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: relative;
  z-index: 2;
}
.dashed-stripe-secondary-shade.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, #2A2725 20%, rgba(255, 255, 255, 0) 0%);
  height: 100%;
  width: 1px;
  background-position: left;
  background-size: 1px 10px;
  background-repeat: repeat-y;
  z-index: 2;
}

.solid-stripe-secondary-shade:not(.vertical-hr) {
  background-color: #2A2725;
  height: 1px;
  width: 100%;
  z-index: 2;
}
.solid-stripe-secondary-shade.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-color: #2A2725;
  height: 100%;
  width: 1px;
  z-index: 2;
}

.dashed-stripe-tertiary:not(.vertical-hr) {
  background-image: linear-gradient(to right, #CEC9C6 20%, rgba(255, 255, 255, 0) 0%);
  height: 1px;
  width: 100%;
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: relative;
  z-index: 2;
}
.dashed-stripe-tertiary.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, #CEC9C6 20%, rgba(255, 255, 255, 0) 0%);
  height: 100%;
  width: 1px;
  background-position: left;
  background-size: 1px 10px;
  background-repeat: repeat-y;
  z-index: 2;
}

.solid-stripe-tertiary:not(.vertical-hr) {
  background-color: #CEC9C6;
  height: 1px;
  width: 100%;
  z-index: 2;
}
.solid-stripe-tertiary.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-color: #CEC9C6;
  height: 100%;
  width: 1px;
  z-index: 2;
}

.dashed-stripe-tertiary-tint:not(.vertical-hr) {
  background-image: linear-gradient(to right, #F8F8F8 20%, rgba(255, 255, 255, 0) 0%);
  height: 1px;
  width: 100%;
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: relative;
  z-index: 2;
}
.dashed-stripe-tertiary-tint.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, #F8F8F8 20%, rgba(255, 255, 255, 0) 0%);
  height: 100%;
  width: 1px;
  background-position: left;
  background-size: 1px 10px;
  background-repeat: repeat-y;
  z-index: 2;
}

.solid-stripe-tertiary-tint:not(.vertical-hr) {
  background-color: #F8F8F8;
  height: 1px;
  width: 100%;
  z-index: 2;
}
.solid-stripe-tertiary-tint.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-color: #F8F8F8;
  height: 100%;
  width: 1px;
  z-index: 2;
}

.dashed-stripe-tertiary-shade:not(.vertical-hr) {
  background-image: linear-gradient(to right, #887F7A 20%, rgba(255, 255, 255, 0) 0%);
  height: 1px;
  width: 100%;
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: relative;
  z-index: 2;
}
.dashed-stripe-tertiary-shade.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, #887F7A 20%, rgba(255, 255, 255, 0) 0%);
  height: 100%;
  width: 1px;
  background-position: left;
  background-size: 1px 10px;
  background-repeat: repeat-y;
  z-index: 2;
}

.solid-stripe-tertiary-shade:not(.vertical-hr) {
  background-color: #887F7A;
  height: 1px;
  width: 100%;
  z-index: 2;
}
.solid-stripe-tertiary-shade.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-color: #887F7A;
  height: 100%;
  width: 1px;
  z-index: 2;
}

.dashed-stripe-success:not(.vertical-hr) {
  background-image: linear-gradient(to right, #C4ED97 20%, rgba(255, 255, 255, 0) 0%);
  height: 1px;
  width: 100%;
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: relative;
  z-index: 2;
}
.dashed-stripe-success.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, #C4ED97 20%, rgba(255, 255, 255, 0) 0%);
  height: 100%;
  width: 1px;
  background-position: left;
  background-size: 1px 10px;
  background-repeat: repeat-y;
  z-index: 2;
}

.solid-stripe-success:not(.vertical-hr) {
  background-color: #C4ED97;
  height: 1px;
  width: 100%;
  z-index: 2;
}
.solid-stripe-success.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-color: #C4ED97;
  height: 100%;
  width: 1px;
  z-index: 2;
}

.dashed-stripe-info:not(.vertical-hr) {
  background-image: linear-gradient(to right, #9CEFF5 20%, rgba(255, 255, 255, 0) 0%);
  height: 1px;
  width: 100%;
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: relative;
  z-index: 2;
}
.dashed-stripe-info.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, #9CEFF5 20%, rgba(255, 255, 255, 0) 0%);
  height: 100%;
  width: 1px;
  background-position: left;
  background-size: 1px 10px;
  background-repeat: repeat-y;
  z-index: 2;
}

.solid-stripe-info:not(.vertical-hr) {
  background-color: #9CEFF5;
  height: 1px;
  width: 100%;
  z-index: 2;
}
.solid-stripe-info.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-color: #9CEFF5;
  height: 100%;
  width: 1px;
  z-index: 2;
}

.dashed-stripe-warning:not(.vertical-hr) {
  background-image: linear-gradient(to right, #FFEA80 20%, rgba(255, 255, 255, 0) 0%);
  height: 1px;
  width: 100%;
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: relative;
  z-index: 2;
}
.dashed-stripe-warning.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, #FFEA80 20%, rgba(255, 255, 255, 0) 0%);
  height: 100%;
  width: 1px;
  background-position: left;
  background-size: 1px 10px;
  background-repeat: repeat-y;
  z-index: 2;
}

.solid-stripe-warning:not(.vertical-hr) {
  background-color: #FFEA80;
  height: 1px;
  width: 100%;
  z-index: 2;
}
.solid-stripe-warning.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-color: #FFEA80;
  height: 100%;
  width: 1px;
  z-index: 2;
}

.dashed-stripe-alter:not(.vertical-hr) {
  background-image: linear-gradient(to right, #FFE8E1 20%, rgba(255, 255, 255, 0) 0%);
  height: 1px;
  width: 100%;
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: relative;
  z-index: 2;
}
.dashed-stripe-alter.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, #FFE8E1 20%, rgba(255, 255, 255, 0) 0%);
  height: 100%;
  width: 1px;
  background-position: left;
  background-size: 1px 10px;
  background-repeat: repeat-y;
  z-index: 2;
}

.solid-stripe-alter:not(.vertical-hr) {
  background-color: #FFE8E1;
  height: 1px;
  width: 100%;
  z-index: 2;
}
.solid-stripe-alter.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-color: #FFE8E1;
  height: 100%;
  width: 1px;
  z-index: 2;
}

.dashed-stripe-alter-tint:not(.vertical-hr) {
  background-image: linear-gradient(to right, #FFFFFF 20%, rgba(255, 255, 255, 0) 0%);
  height: 1px;
  width: 100%;
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: relative;
  z-index: 2;
}
.dashed-stripe-alter-tint.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, #FFFFFF 20%, rgba(255, 255, 255, 0) 0%);
  height: 100%;
  width: 1px;
  background-position: left;
  background-size: 1px 10px;
  background-repeat: repeat-y;
  z-index: 2;
}

.solid-stripe-alter-tint:not(.vertical-hr) {
  background-color: #FFFFFF;
  height: 1px;
  width: 100%;
  z-index: 2;
}
.solid-stripe-alter-tint.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-color: #FFFFFF;
  height: 100%;
  width: 1px;
  z-index: 2;
}

.dashed-stripe-alter-shade:not(.vertical-hr) {
  background-image: linear-gradient(to right, #FE9270 20%, rgba(255, 255, 255, 0) 0%);
  height: 1px;
  width: 100%;
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: relative;
  z-index: 2;
}
.dashed-stripe-alter-shade.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, #FE9270 20%, rgba(255, 255, 255, 0) 0%);
  height: 100%;
  width: 1px;
  background-position: left;
  background-size: 1px 10px;
  background-repeat: repeat-y;
  z-index: 2;
}

.solid-stripe-alter-shade:not(.vertical-hr) {
  background-color: #FE9270;
  height: 1px;
  width: 100%;
  z-index: 2;
}
.solid-stripe-alter-shade.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-color: #FE9270;
  height: 100%;
  width: 1px;
  z-index: 2;
}

.dashed-stripe-danger:not(.vertical-hr) {
  background-image: linear-gradient(to right, #FE7B83 20%, rgba(255, 255, 255, 0) 0%);
  height: 1px;
  width: 100%;
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: relative;
  z-index: 2;
}
.dashed-stripe-danger.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, #FE7B83 20%, rgba(255, 255, 255, 0) 0%);
  height: 100%;
  width: 1px;
  background-position: left;
  background-size: 1px 10px;
  background-repeat: repeat-y;
  z-index: 2;
}

.solid-stripe-danger:not(.vertical-hr) {
  background-color: #FE7B83;
  height: 1px;
  width: 100%;
  z-index: 2;
}
.solid-stripe-danger.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-color: #FE7B83;
  height: 100%;
  width: 1px;
  z-index: 2;
}

.dashed-stripe-dark:not(.vertical-hr) {
  background-image: linear-gradient(to right, #481707 20%, rgba(255, 255, 255, 0) 0%);
  height: 1px;
  width: 100%;
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: relative;
  z-index: 2;
}
.dashed-stripe-dark.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, #481707 20%, rgba(255, 255, 255, 0) 0%);
  height: 100%;
  width: 1px;
  background-position: left;
  background-size: 1px 10px;
  background-repeat: repeat-y;
  z-index: 2;
}

.solid-stripe-dark:not(.vertical-hr) {
  background-color: #481707;
  height: 1px;
  width: 100%;
  z-index: 2;
}
.solid-stripe-dark.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-color: #481707;
  height: 100%;
  width: 1px;
  z-index: 2;
}

.dashed-stripe-dark-tint:not(.vertical-hr) {
  background-image: linear-gradient(to right, #B29A93 20%, rgba(255, 255, 255, 0) 0%);
  height: 1px;
  width: 100%;
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: relative;
  z-index: 2;
}
.dashed-stripe-dark-tint.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, #B29A93 20%, rgba(255, 255, 255, 0) 0%);
  height: 100%;
  width: 1px;
  background-position: left;
  background-size: 1px 10px;
  background-repeat: repeat-y;
  z-index: 2;
}

.solid-stripe-dark-tint:not(.vertical-hr) {
  background-color: #B29A93;
  height: 1px;
  width: 100%;
  z-index: 2;
}
.solid-stripe-dark-tint.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-color: #B29A93;
  height: 100%;
  width: 1px;
  z-index: 2;
}

.dashed-stripe-dark-shade:not(.vertical-hr) {
  background-image: linear-gradient(to right, #210901 20%, rgba(255, 255, 255, 0) 0%);
  height: 1px;
  width: 100%;
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: relative;
  z-index: 2;
}
.dashed-stripe-dark-shade.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, #210901 20%, rgba(255, 255, 255, 0) 0%);
  height: 100%;
  width: 1px;
  background-position: left;
  background-size: 1px 10px;
  background-repeat: repeat-y;
  z-index: 2;
}

.solid-stripe-dark-shade:not(.vertical-hr) {
  background-color: #210901;
  height: 1px;
  width: 100%;
  z-index: 2;
}
.solid-stripe-dark-shade.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-color: #210901;
  height: 100%;
  width: 1px;
  z-index: 2;
}

.dashed-stripe-light:not(.vertical-hr) {
  background-image: linear-gradient(to right, #FEFBF8 20%, rgba(255, 255, 255, 0) 0%);
  height: 1px;
  width: 100%;
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: relative;
  z-index: 2;
}
.dashed-stripe-light.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, #FEFBF8 20%, rgba(255, 255, 255, 0) 0%);
  height: 100%;
  width: 1px;
  background-position: left;
  background-size: 1px 10px;
  background-repeat: repeat-y;
  z-index: 2;
}

.solid-stripe-light:not(.vertical-hr) {
  background-color: #FEFBF8;
  height: 1px;
  width: 100%;
  z-index: 2;
}
.solid-stripe-light.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-color: #FEFBF8;
  height: 100%;
  width: 1px;
  z-index: 2;
}

.dashed-stripe-light-tint:not(.vertical-hr) {
  background-image: linear-gradient(to right, #FFFFFF 20%, rgba(255, 255, 255, 0) 0%);
  height: 1px;
  width: 100%;
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: relative;
  z-index: 2;
}
.dashed-stripe-light-tint.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, #FFFFFF 20%, rgba(255, 255, 255, 0) 0%);
  height: 100%;
  width: 1px;
  background-position: left;
  background-size: 1px 10px;
  background-repeat: repeat-y;
  z-index: 2;
}

.solid-stripe-light-tint:not(.vertical-hr) {
  background-color: #FFFFFF;
  height: 1px;
  width: 100%;
  z-index: 2;
}
.solid-stripe-light-tint.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-color: #FFFFFF;
  height: 100%;
  width: 1px;
  z-index: 2;
}

.dashed-stripe-light-shade:not(.vertical-hr) {
  background-image: linear-gradient(to right, #ECB485 20%, rgba(255, 255, 255, 0) 0%);
  height: 1px;
  width: 100%;
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: relative;
  z-index: 2;
}
.dashed-stripe-light-shade.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, #ECB485 20%, rgba(255, 255, 255, 0) 0%);
  height: 100%;
  width: 1px;
  background-position: left;
  background-size: 1px 10px;
  background-repeat: repeat-y;
  z-index: 2;
}

.solid-stripe-light-shade:not(.vertical-hr) {
  background-color: #ECB485;
  height: 1px;
  width: 100%;
  z-index: 2;
}
.solid-stripe-light-shade.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-color: #ECB485;
  height: 100%;
  width: 1px;
  z-index: 2;
}

.dashed-stripe-muted:not(.vertical-hr) {
  background-image: linear-gradient(to right, rgba(72, 23, 7, 0.5) 20%, rgba(255, 255, 255, 0) 0%);
  height: 1px;
  width: 100%;
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: relative;
  z-index: 2;
}
.dashed-stripe-muted.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, rgba(72, 23, 7, 0.5) 20%, rgba(255, 255, 255, 0) 0%);
  height: 100%;
  width: 1px;
  background-position: left;
  background-size: 1px 10px;
  background-repeat: repeat-y;
  z-index: 2;
}

.solid-stripe-muted:not(.vertical-hr) {
  background-color: rgba(72, 23, 7, 0.5);
  height: 1px;
  width: 100%;
  z-index: 2;
}
.solid-stripe-muted.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-color: rgba(72, 23, 7, 0.5);
  height: 100%;
  width: 1px;
  z-index: 2;
}

.dashed-stripe-white:not(.vertical-hr) {
  background-image: linear-gradient(to right, #ffffff 20%, rgba(255, 255, 255, 0) 0%);
  height: 1px;
  width: 100%;
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: relative;
  z-index: 2;
}
.dashed-stripe-white.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, #ffffff 20%, rgba(255, 255, 255, 0) 0%);
  height: 100%;
  width: 1px;
  background-position: left;
  background-size: 1px 10px;
  background-repeat: repeat-y;
  z-index: 2;
}

.solid-stripe-white:not(.vertical-hr) {
  background-color: #ffffff;
  height: 1px;
  width: 100%;
  z-index: 2;
}
.solid-stripe-white.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-color: #ffffff;
  height: 100%;
  width: 1px;
  z-index: 2;
}

.dashed-stripe-gray-100:not(.vertical-hr) {
  background-image: linear-gradient(to right, #F2F2F2 20%, rgba(255, 255, 255, 0) 0%);
  height: 1px;
  width: 100%;
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: relative;
  z-index: 2;
}
.dashed-stripe-gray-100.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, #F2F2F2 20%, rgba(255, 255, 255, 0) 0%);
  height: 100%;
  width: 1px;
  background-position: left;
  background-size: 1px 10px;
  background-repeat: repeat-y;
  z-index: 2;
}

.solid-stripe-gray-100:not(.vertical-hr) {
  background-color: #F2F2F2;
  height: 1px;
  width: 100%;
  z-index: 2;
}
.solid-stripe-gray-100.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-color: #F2F2F2;
  height: 100%;
  width: 1px;
  z-index: 2;
}

.dashed-stripe-gray-200:not(.vertical-hr) {
  background-image: linear-gradient(to right, #E6E6E6 20%, rgba(255, 255, 255, 0) 0%);
  height: 1px;
  width: 100%;
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: relative;
  z-index: 2;
}
.dashed-stripe-gray-200.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, #E6E6E6 20%, rgba(255, 255, 255, 0) 0%);
  height: 100%;
  width: 1px;
  background-position: left;
  background-size: 1px 10px;
  background-repeat: repeat-y;
  z-index: 2;
}

.solid-stripe-gray-200:not(.vertical-hr) {
  background-color: #E6E6E6;
  height: 1px;
  width: 100%;
  z-index: 2;
}
.solid-stripe-gray-200.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-color: #E6E6E6;
  height: 100%;
  width: 1px;
  z-index: 2;
}

.dashed-stripe-gray-300:not(.vertical-hr) {
  background-image: linear-gradient(to right, #CCCCCC 20%, rgba(255, 255, 255, 0) 0%);
  height: 1px;
  width: 100%;
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: relative;
  z-index: 2;
}
.dashed-stripe-gray-300.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, #CCCCCC 20%, rgba(255, 255, 255, 0) 0%);
  height: 100%;
  width: 1px;
  background-position: left;
  background-size: 1px 10px;
  background-repeat: repeat-y;
  z-index: 2;
}

.solid-stripe-gray-300:not(.vertical-hr) {
  background-color: #CCCCCC;
  height: 1px;
  width: 100%;
  z-index: 2;
}
.solid-stripe-gray-300.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-color: #CCCCCC;
  height: 100%;
  width: 1px;
  z-index: 2;
}

.dashed-stripe-gray-400:not(.vertical-hr) {
  background-image: linear-gradient(to right, #B3B3B3 20%, rgba(255, 255, 255, 0) 0%);
  height: 1px;
  width: 100%;
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: relative;
  z-index: 2;
}
.dashed-stripe-gray-400.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, #B3B3B3 20%, rgba(255, 255, 255, 0) 0%);
  height: 100%;
  width: 1px;
  background-position: left;
  background-size: 1px 10px;
  background-repeat: repeat-y;
  z-index: 2;
}

.solid-stripe-gray-400:not(.vertical-hr) {
  background-color: #B3B3B3;
  height: 1px;
  width: 100%;
  z-index: 2;
}
.solid-stripe-gray-400.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-color: #B3B3B3;
  height: 100%;
  width: 1px;
  z-index: 2;
}

.dashed-stripe-gray-500:not(.vertical-hr) {
  background-image: linear-gradient(to right, #999999 20%, rgba(255, 255, 255, 0) 0%);
  height: 1px;
  width: 100%;
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: relative;
  z-index: 2;
}
.dashed-stripe-gray-500.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, #999999 20%, rgba(255, 255, 255, 0) 0%);
  height: 100%;
  width: 1px;
  background-position: left;
  background-size: 1px 10px;
  background-repeat: repeat-y;
  z-index: 2;
}

.solid-stripe-gray-500:not(.vertical-hr) {
  background-color: #999999;
  height: 1px;
  width: 100%;
  z-index: 2;
}
.solid-stripe-gray-500.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-color: #999999;
  height: 100%;
  width: 1px;
  z-index: 2;
}

.dashed-stripe-gray-600:not(.vertical-hr) {
  background-image: linear-gradient(to right, #878F8D 20%, rgba(255, 255, 255, 0) 0%);
  height: 1px;
  width: 100%;
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: relative;
  z-index: 2;
}
.dashed-stripe-gray-600.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, #878F8D 20%, rgba(255, 255, 255, 0) 0%);
  height: 100%;
  width: 1px;
  background-position: left;
  background-size: 1px 10px;
  background-repeat: repeat-y;
  z-index: 2;
}

.solid-stripe-gray-600:not(.vertical-hr) {
  background-color: #878F8D;
  height: 1px;
  width: 100%;
  z-index: 2;
}
.solid-stripe-gray-600.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-color: #878F8D;
  height: 100%;
  width: 1px;
  z-index: 2;
}

.dashed-stripe-gray-700:not(.vertical-hr) {
  background-image: linear-gradient(to right, #666666 20%, rgba(255, 255, 255, 0) 0%);
  height: 1px;
  width: 100%;
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: relative;
  z-index: 2;
}
.dashed-stripe-gray-700.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, #666666 20%, rgba(255, 255, 255, 0) 0%);
  height: 100%;
  width: 1px;
  background-position: left;
  background-size: 1px 10px;
  background-repeat: repeat-y;
  z-index: 2;
}

.solid-stripe-gray-700:not(.vertical-hr) {
  background-color: #666666;
  height: 1px;
  width: 100%;
  z-index: 2;
}
.solid-stripe-gray-700.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-color: #666666;
  height: 100%;
  width: 1px;
  z-index: 2;
}

.dashed-stripe-gray-800:not(.vertical-hr) {
  background-image: linear-gradient(to right, #4D4D4D 20%, rgba(255, 255, 255, 0) 0%);
  height: 1px;
  width: 100%;
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: relative;
  z-index: 2;
}
.dashed-stripe-gray-800.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, #4D4D4D 20%, rgba(255, 255, 255, 0) 0%);
  height: 100%;
  width: 1px;
  background-position: left;
  background-size: 1px 10px;
  background-repeat: repeat-y;
  z-index: 2;
}

.solid-stripe-gray-800:not(.vertical-hr) {
  background-color: #4D4D4D;
  height: 1px;
  width: 100%;
  z-index: 2;
}
.solid-stripe-gray-800.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-color: #4D4D4D;
  height: 100%;
  width: 1px;
  z-index: 2;
}

.dashed-stripe-gray-900:not(.vertical-hr) {
  background-image: linear-gradient(to right, #262626 20%, rgba(255, 255, 255, 0) 0%);
  height: 1px;
  width: 100%;
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: relative;
  z-index: 2;
}
.dashed-stripe-gray-900.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, #262626 20%, rgba(255, 255, 255, 0) 0%);
  height: 100%;
  width: 1px;
  background-position: left;
  background-size: 1px 10px;
  background-repeat: repeat-y;
  z-index: 2;
}

.solid-stripe-gray-900:not(.vertical-hr) {
  background-color: #262626;
  height: 1px;
  width: 100%;
  z-index: 2;
}
.solid-stripe-gray-900.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-color: #262626;
  height: 100%;
  width: 1px;
  z-index: 2;
}

.dashed-stripe-black:not(.vertical-hr) {
  background-image: linear-gradient(to right, #000000 20%, rgba(255, 255, 255, 0) 0%);
  height: 1px;
  width: 100%;
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: relative;
  z-index: 2;
}
.dashed-stripe-black.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, #000000 20%, rgba(255, 255, 255, 0) 0%);
  height: 100%;
  width: 1px;
  background-position: left;
  background-size: 1px 10px;
  background-repeat: repeat-y;
  z-index: 2;
}

.solid-stripe-black:not(.vertical-hr) {
  background-color: #000000;
  height: 1px;
  width: 100%;
  z-index: 2;
}
.solid-stripe-black.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-color: #000000;
  height: 100%;
  width: 1px;
  z-index: 2;
}

.dashed-stripe-whatsapp:not(.vertical-hr) {
  background-image: linear-gradient(to right, #25D366 20%, rgba(255, 255, 255, 0) 0%);
  height: 1px;
  width: 100%;
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: relative;
  z-index: 2;
}
.dashed-stripe-whatsapp.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, #25D366 20%, rgba(255, 255, 255, 0) 0%);
  height: 100%;
  width: 1px;
  background-position: left;
  background-size: 1px 10px;
  background-repeat: repeat-y;
  z-index: 2;
}

.solid-stripe-whatsapp:not(.vertical-hr) {
  background-color: #25D366;
  height: 1px;
  width: 100%;
  z-index: 2;
}
.solid-stripe-whatsapp.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-color: #25D366;
  height: 100%;
  width: 1px;
  z-index: 2;
}

.dashed-stripe-facebook:not(.vertical-hr) {
  background-image: linear-gradient(to right, #4267B2 20%, rgba(255, 255, 255, 0) 0%);
  height: 1px;
  width: 100%;
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: relative;
  z-index: 2;
}
.dashed-stripe-facebook.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, #4267B2 20%, rgba(255, 255, 255, 0) 0%);
  height: 100%;
  width: 1px;
  background-position: left;
  background-size: 1px 10px;
  background-repeat: repeat-y;
  z-index: 2;
}

.solid-stripe-facebook:not(.vertical-hr) {
  background-color: #4267B2;
  height: 1px;
  width: 100%;
  z-index: 2;
}
.solid-stripe-facebook.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-color: #4267B2;
  height: 100%;
  width: 1px;
  z-index: 2;
}

.dashed-stripe-pinterest:not(.vertical-hr) {
  background-image: linear-gradient(to right, #E60023 20%, rgba(255, 255, 255, 0) 0%);
  height: 1px;
  width: 100%;
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: relative;
  z-index: 2;
}
.dashed-stripe-pinterest.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, #E60023 20%, rgba(255, 255, 255, 0) 0%);
  height: 100%;
  width: 1px;
  background-position: left;
  background-size: 1px 10px;
  background-repeat: repeat-y;
  z-index: 2;
}

.solid-stripe-pinterest:not(.vertical-hr) {
  background-color: #E60023;
  height: 1px;
  width: 100%;
  z-index: 2;
}
.solid-stripe-pinterest.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-color: #E60023;
  height: 100%;
  width: 1px;
  z-index: 2;
}

.dashed-stripe-airbnb:not(.vertical-hr) {
  background-image: linear-gradient(to right, #FF585D 20%, rgba(255, 255, 255, 0) 0%);
  height: 1px;
  width: 100%;
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: relative;
  z-index: 2;
}
.dashed-stripe-airbnb.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, #FF585D 20%, rgba(255, 255, 255, 0) 0%);
  height: 100%;
  width: 1px;
  background-position: left;
  background-size: 1px 10px;
  background-repeat: repeat-y;
  z-index: 2;
}

.solid-stripe-airbnb:not(.vertical-hr) {
  background-color: #FF585D;
  height: 1px;
  width: 100%;
  z-index: 2;
}
.solid-stripe-airbnb.vertical-hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-color: #FF585D;
  height: 100%;
  width: 1px;
  z-index: 2;
}

.divider {
  width: 100%;
  height: 2px;
}
.divider-dash {
  background-color: transparent;
  border-bottom: 1px dashed #A1A1A1;
}
.divider-solid {
  background-color: #FE9270;
  width: 50px;
}
@media (max-width: 768px) {
  .divider-solid {
    width: 25px;
  }
}
.divider-zigzag {
  position: absolute;
  width: auto;
  height: 27px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
.divider-zigzag.top {
  z-index: 1;
  top: -27px;
  transform: rotate(0.5turn);
}
.divider-zigzag.bottom {
  bottom: -27px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
.divider-wave {
  position: absolute;
  width: 100%;
  height: 20px;
  background-repeat: repeat-x;
  background-size: 241px 20px;
  z-index: 3;
}
.divider-wave.texture-trans {
  background-image: url("../assets/images/theme/wave-divider-trans.webp");
}
.divider-wave.solid-trans {
  background-image: url("../assets/images/theme/wave-divider-trans.png");
}
.divider-wave.texture-primary {
  background-image: url("../assets/images/theme/wave-divider-primary.webp");
}
.divider-wave.solid-primary {
  background-image: url("../assets/images/theme/wave-divider-primary.png");
}
.divider-wave.texture-primary-tint {
  background-image: url("../assets/images/theme/wave-divider-primary-tint.webp");
}
.divider-wave.solid-primary-tint {
  background-image: url("../assets/images/theme/wave-divider-primary-tint.png");
}
.divider-wave.texture-primary-shade {
  background-image: url("../assets/images/theme/wave-divider-primary-shade.webp");
}
.divider-wave.solid-primary-shade {
  background-image: url("../assets/images/theme/wave-divider-primary-shade.png");
}
.divider-wave.texture-secondary {
  background-image: url("../assets/images/theme/wave-divider-secondary.webp");
}
.divider-wave.solid-secondary {
  background-image: url("../assets/images/theme/wave-divider-secondary.png");
}
.divider-wave.texture-secondary-tint {
  background-image: url("../assets/images/theme/wave-divider-secondary-tint.webp");
}
.divider-wave.solid-secondary-tint {
  background-image: url("../assets/images/theme/wave-divider-secondary-tint.png");
}
.divider-wave.texture-secondary-shade {
  background-image: url("../assets/images/theme/wave-divider-secondary-shade.webp");
}
.divider-wave.solid-secondary-shade {
  background-image: url("../assets/images/theme/wave-divider-secondary-shade.png");
}
.divider-wave.texture-tertiary {
  background-image: url("../assets/images/theme/wave-divider-tertiary.webp");
}
.divider-wave.solid-tertiary {
  background-image: url("../assets/images/theme/wave-divider-tertiary.png");
}
.divider-wave.texture-tertiary-tint {
  background-image: url("../assets/images/theme/wave-divider-tertiary-tint.webp");
}
.divider-wave.solid-tertiary-tint {
  background-image: url("../assets/images/theme/wave-divider-tertiary-tint.png");
}
.divider-wave.texture-tertiary-shade {
  background-image: url("../assets/images/theme/wave-divider-tertiary-shade.webp");
}
.divider-wave.solid-tertiary-shade {
  background-image: url("../assets/images/theme/wave-divider-tertiary-shade.png");
}
.divider-wave.texture-success {
  background-image: url("../assets/images/theme/wave-divider-success.webp");
}
.divider-wave.solid-success {
  background-image: url("../assets/images/theme/wave-divider-success.png");
}
.divider-wave.texture-info {
  background-image: url("../assets/images/theme/wave-divider-info.webp");
}
.divider-wave.solid-info {
  background-image: url("../assets/images/theme/wave-divider-info.png");
}
.divider-wave.texture-warning {
  background-image: url("../assets/images/theme/wave-divider-warning.webp");
}
.divider-wave.solid-warning {
  background-image: url("../assets/images/theme/wave-divider-warning.png");
}
.divider-wave.texture-alter {
  background-image: url("../assets/images/theme/wave-divider-alter.webp");
}
.divider-wave.solid-alter {
  background-image: url("../assets/images/theme/wave-divider-alter.png");
}
.divider-wave.texture-alter-tint {
  background-image: url("../assets/images/theme/wave-divider-alter-tint.webp");
}
.divider-wave.solid-alter-tint {
  background-image: url("../assets/images/theme/wave-divider-alter-tint.png");
}
.divider-wave.texture-alter-shade {
  background-image: url("../assets/images/theme/wave-divider-alter-shade.webp");
}
.divider-wave.solid-alter-shade {
  background-image: url("../assets/images/theme/wave-divider-alter-shade.png");
}
.divider-wave.texture-danger {
  background-image: url("../assets/images/theme/wave-divider-danger.webp");
}
.divider-wave.solid-danger {
  background-image: url("../assets/images/theme/wave-divider-danger.png");
}
.divider-wave.texture-dark {
  background-image: url("../assets/images/theme/wave-divider-dark.webp");
}
.divider-wave.solid-dark {
  background-image: url("../assets/images/theme/wave-divider-dark.png");
}
.divider-wave.texture-dark-tint {
  background-image: url("../assets/images/theme/wave-divider-dark-tint.webp");
}
.divider-wave.solid-dark-tint {
  background-image: url("../assets/images/theme/wave-divider-dark-tint.png");
}
.divider-wave.texture-dark-shade {
  background-image: url("../assets/images/theme/wave-divider-dark-shade.webp");
}
.divider-wave.solid-dark-shade {
  background-image: url("../assets/images/theme/wave-divider-dark-shade.png");
}
.divider-wave.texture-light {
  background-image: url("../assets/images/theme/wave-divider-light.webp");
}
.divider-wave.solid-light {
  background-image: url("../assets/images/theme/wave-divider-light.png");
}
.divider-wave.texture-light-tint {
  background-image: url("../assets/images/theme/wave-divider-light-tint.webp");
}
.divider-wave.solid-light-tint {
  background-image: url("../assets/images/theme/wave-divider-light-tint.png");
}
.divider-wave.texture-light-shade {
  background-image: url("../assets/images/theme/wave-divider-light-shade.webp");
}
.divider-wave.solid-light-shade {
  background-image: url("../assets/images/theme/wave-divider-light-shade.png");
}
.divider-wave.texture-muted {
  background-image: url("../assets/images/theme/wave-divider-muted.webp");
}
.divider-wave.solid-muted {
  background-image: url("../assets/images/theme/wave-divider-muted.png");
}
.divider-wave.texture-white {
  background-image: url("../assets/images/theme/wave-divider-white.webp");
}
.divider-wave.solid-white {
  background-image: url("../assets/images/theme/wave-divider-white.png");
}
.divider-wave.texture-gray-100 {
  background-image: url("../assets/images/theme/wave-divider-gray-100.webp");
}
.divider-wave.solid-gray-100 {
  background-image: url("../assets/images/theme/wave-divider-gray-100.png");
}
.divider-wave.texture-gray-200 {
  background-image: url("../assets/images/theme/wave-divider-gray-200.webp");
}
.divider-wave.solid-gray-200 {
  background-image: url("../assets/images/theme/wave-divider-gray-200.png");
}
.divider-wave.texture-gray-300 {
  background-image: url("../assets/images/theme/wave-divider-gray-300.webp");
}
.divider-wave.solid-gray-300 {
  background-image: url("../assets/images/theme/wave-divider-gray-300.png");
}
.divider-wave.texture-gray-400 {
  background-image: url("../assets/images/theme/wave-divider-gray-400.webp");
}
.divider-wave.solid-gray-400 {
  background-image: url("../assets/images/theme/wave-divider-gray-400.png");
}
.divider-wave.texture-gray-500 {
  background-image: url("../assets/images/theme/wave-divider-gray-500.webp");
}
.divider-wave.solid-gray-500 {
  background-image: url("../assets/images/theme/wave-divider-gray-500.png");
}
.divider-wave.texture-gray-600 {
  background-image: url("../assets/images/theme/wave-divider-gray-600.webp");
}
.divider-wave.solid-gray-600 {
  background-image: url("../assets/images/theme/wave-divider-gray-600.png");
}
.divider-wave.texture-gray-700 {
  background-image: url("../assets/images/theme/wave-divider-gray-700.webp");
}
.divider-wave.solid-gray-700 {
  background-image: url("../assets/images/theme/wave-divider-gray-700.png");
}
.divider-wave.texture-gray-800 {
  background-image: url("../assets/images/theme/wave-divider-gray-800.webp");
}
.divider-wave.solid-gray-800 {
  background-image: url("../assets/images/theme/wave-divider-gray-800.png");
}
.divider-wave.texture-gray-900 {
  background-image: url("../assets/images/theme/wave-divider-gray-900.webp");
}
.divider-wave.solid-gray-900 {
  background-image: url("../assets/images/theme/wave-divider-gray-900.png");
}
.divider-wave.texture-black {
  background-image: url("../assets/images/theme/wave-divider-black.webp");
}
.divider-wave.solid-black {
  background-image: url("../assets/images/theme/wave-divider-black.png");
}
.divider-wave.texture-whatsapp {
  background-image: url("../assets/images/theme/wave-divider-whatsapp.webp");
}
.divider-wave.solid-whatsapp {
  background-image: url("../assets/images/theme/wave-divider-whatsapp.png");
}
.divider-wave.texture-facebook {
  background-image: url("../assets/images/theme/wave-divider-facebook.webp");
}
.divider-wave.solid-facebook {
  background-image: url("../assets/images/theme/wave-divider-facebook.png");
}
.divider-wave.texture-pinterest {
  background-image: url("../assets/images/theme/wave-divider-pinterest.webp");
}
.divider-wave.solid-pinterest {
  background-image: url("../assets/images/theme/wave-divider-pinterest.png");
}
.divider-wave.texture-airbnb {
  background-image: url("../assets/images/theme/wave-divider-airbnb.webp");
}
.divider-wave.solid-airbnb {
  background-image: url("../assets/images/theme/wave-divider-airbnb.png");
}
.divider-wave.top {
  z-index: 1;
  top: 0;
  bottom: unset;
  left: 0;
  right: 0;
  transform: rotate(0.5turn);
}
.divider-wave.bottom {
  bottom: 0;
  top: unset;
  left: 0;
  right: 0;
}

.zigzag-divider {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  width: 100%;
}
@media (max-width: 768px) {
  .zigzag-divider {
    width: 200%;
  }
}

.spacer, .spacer-x3, .spacer-x2, .spacer-x1 {
  position: relative;
  width: 100%;
}
.spacer-x1 {
  height: 1rem;
}
.spacer-x2 {
  height: 2rem;
}
.spacer-x3 {
  height: 2rem;
}

#loader-overlay .lds-heart div::after, #loader-overlay .lds-heart div::before {
  content: "";
  position: absolute;
  display: block;
  width: 26px;
  height: 26px;
  background: #FE9270;
}

#loader-overlay {
  width: 100%;
  height: 100%;
  background: #FEFBF8;
  position: fixed;
  z-index: 30020;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  overflow: hidden;
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#loader-overlay .lds-heart {
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  position: relative;
  width: 64px;
  height: 64px;
  transform: rotate(45deg);
  transform-origin: 0 0;
  margin-top: -4rem;
}
#loader-overlay .lds-heart div {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  width: 26px;
  height: 26px;
  background: #FE9270;
  animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 10000;
}
#loader-overlay .lds-heart div::before {
  left: -17px;
  border-radius: 50% 0 0 50%;
}
#loader-overlay .lds-heart div::after {
  top: -17px;
  border-radius: 50% 50% 0 0;
}
#loader-overlay #loader-text {
  position: absolute;
  margin-top: 3.5rem;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  color: rgb(165.1, 94.9, 72.8);
}
#loader-overlay.complete {
  opacity: 0;
  z-index: 0;
}

#dresscode-suggestion {
  position: relative;
}
#dresscode-suggestion .dresscode-suggestion-btn {
  position: relative;
  width: 8.6667rem;
  height: 8.6667rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
}
#dresscode-suggestion .dresscode-suggestion-btn-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#dresscode-suggestion .dresscode-suggestion-btn-avatar {
  position: absolute;
  width: 4.7222rem;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  mix-blend-mode: multiply;
}

.accordion {
  background-color: transparent;
}
.accordion-item {
  background-color: transparent;
  border-bottom: none;
  position: relative;
}
.accordion-item:first-child .accordion-button {
  padding-top: 0;
}
.accordion-item:not(:last-child)::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  right: 0;
  left: 0;
  background-image: linear-gradient(to right, var(--stripe-color) 20%, rgba(255, 255, 255, 0) 0%);
  height: 2px;
  width: 100%;
  background-position: bottom;
  background-size: 10px 2px;
  background-repeat: repeat-x;
  z-index: -1;
}
.accordion-body {
  padding-top: 0;
  padding-left: 0;
}
.accordion-button {
  text-align: center;
}
.accordion-button::after {
  position: absolute;
  right: 0rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjgxMjUgMTYuMzI4MUwzIDcuNTE1NjJMMy41NjI1IDdMMy43OTY4OCA3LjI4MTI1TDExLjgxMjUgMTUuMjVMMjAuMDYyNSA3TDIwLjU3ODEgNy41MTU2MkwxMi4wNDY5IDE2LjA0NjlMMTEuODEyNSAxNi4zMjgxWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjgxMjUgMTYuMzI4MUwzIDcuNTE1NjJMMy41NjI1IDdMMy43OTY4OCA3LjI4MTI1TDExLjgxMjUgMTUuMjVMMjAuMDYyNSA3TDIwLjU3ODEgNy41MTU2MkwxMi4wNDY5IDE2LjA0NjlMMTEuODEyNSAxNi4zMjgxWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
}

#cover {
  position: relative;
  height: 100vh;
}
@supports (-webkit-touch-callout: none) {
  #cover {
    /* The hack for Safari */
    height: 100svh;
  }
}
#cover-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}
#cover-wrapper-content {
  height: 100%;
  position: relative;
  z-index: 2;
  padding-top: 20vmin;
}
@media (max-width: 768px) {
  #cover-wrapper-content {
    padding-top: 17vmax;
  }
}
#cover-logo {
  height: 6.6vmin;
}
@media (max-width: 768px) {
  #cover-logo {
    height: auto;
    width: 75%;
    margin-bottom: 4vmax;
  }
}
#cover-date {
  height: 2.7vmin;
}
@media (max-width: 768px) {
  #cover-date {
    width: 65%;
    height: auto;
  }
}
#cover #scroll-wrapper {
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4rem;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 2rem;
  width: auto;
}
#cover #scroll-wrapper .mousey {
  width: 2px;
  padding: 4px 9px;
  height: 25px;
  border: 2px solid #FE9270;
  border-radius: 15px;
  opacity: 1;
  box-sizing: content-box;
}
#cover #scroll-wrapper .mousey .scroller {
  width: 2px;
  height: 10px;
  border-radius: 25%;
  background-color: #FE9270;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}
@media (max-width: 768px) {
  #cover #scroll-wrapper {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    bottom: 2rem;
  }
  #cover #scroll-wrapper .mousey {
    width: 2px;
    padding: 5px 9px;
    height: 25px;
    border: 2px solid #FE9270;
    border-radius: 15px;
    opacity: 1;
    box-sizing: content-box;
  }
  #cover #scroll-wrapper .mousey .scroller {
    width: 2px;
    height: 7px;
    border-radius: 25%;
    background-color: #FE9270;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
    animation-iteration-count: infinite;
  }
}

#cover-illustration-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: 100%;
  z-index: 0;
  background: url("../assets/images/theme/texture-white-default.jpg");
  background-size: 300px;
  background-position: center;
  background-repeat: repeat;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  #cover-illustration-wrapper {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateX(0);
  }
}

#cover-illustration {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  mix-blend-mode: multiply;
}
@media (max-width: 768px) {
  #cover-illustration {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 768px) {
  #wedding-of {
    margin-bottom: 3vmax;
  }
}

#countdown {
  padding: 10rem 1rem 7rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  #countdown {
    padding: 10rem 1rem 0;
  }
}
#countdown #line {
  position: relative;
  height: 3.75rem;
}
#countdown #line .emoji-wrapper {
  position: absolute;
  bottom: 25px;
  width: 38px;
  height: 50px;
}
#countdown #line .emoji-wrapper .emoji.svg .shape {
  fill: #ffffff;
  stroke: rgba(72, 23, 7, 0.3);
}
#countdown #line .emoji-wrapper .emoji.svg .face {
  fill: #481707;
}
#countdown #line #line-hr {
  border: none;
  height: 2px;
  color: #481707;
  background-color: #481707;
  opacity: 1;
  position: relative;
}
#countdown #line #line-hr::before {
  content: "";
  height: 10px;
  width: 10px;
  background-color: #481707;
  border-radius: 50%;
  display: block;
  position: absolute;
  bottom: -4px;
  left: -5px;
}
#countdown #line #line-hr::after {
  content: "";
  height: 10px;
  width: 10px;
  background-color: #481707;
  border-radius: 50%;
  display: block;
  position: absolute;
  bottom: -4px;
  right: -5px;
}
#countdown .countdown-icon {
  display: block;
  width: 5rem;
  height: 5rem;
}
#countdown .ClassyCountdown-wrapper {
  display: flex;
  justify-content: center;
}
#countdown .ClassyCountdown-wrapper > div {
  display: flex;
  position: relative;
  width: calc(25% - 20px);
  margin: 20px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  #countdown .ClassyCountdown-wrapper > div {
    margin: 10px;
  }
}
#countdown .ClassyCountdown-wrapper > div::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  width: calc(100% + 0px);
  height: calc(100% + 0px);
  border-radius: 50%;
  background-color: transparent;
  z-index: 0;
}
#countdown .ClassyCountdown-wrapper > div > div {
  z-index: 1;
}
#countdown .ClassyCountdown-value {
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  margin-top: 0 !important;
  top: unset;
  z-index: 1;
}
#countdown .ClassyCountdown-value > div {
  line-height: 1;
  margin-bottom: 0.3rem;
  font-variant-numeric: lining-nums;
}
@media (max-width: 768px) {
  #countdown .ClassyCountdown-value > div {
    margin-bottom: 0.3rem;
  }
}
#countdown .ClassyCountdown-value span {
  font-family: "basic-sans", sans-serif;
  color: rgba(72, 23, 7, 0.5);
  line-height: 1;
  font-weight: 400;
  font-variant-numeric: lining-nums;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #countdown .ClassyCountdown-value span {
    font-size: 0.5rem !important;
  }
}
#countdown #countdown-shadow {
  position: absolute;
  left: 0;
  top: 7rem;
  width: 30vmax;
  max-width: 1070px;
  z-index: 3;
  pointer-events: none;
  mix-blend-mode: multiply;
}
#countdown #countdown-sky-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 60vmax;
  max-width: 1070px;
  z-index: 1;
}
@media (max-width: 576px) {
  #countdown #countdown-sky-2 {
    top: -5rem;
    right: -5rem;
  }
}
#countdown #countdown-cloud-1 {
  position: absolute;
  left: 2rem;
  bottom: -5rem;
  width: 34vmax;
  max-width: 616.061px;
  z-index: 1;
}
@media (max-width: 576px) {
  #countdown #countdown-cloud-1 {
    bottom: -1rem;
    left: -2rem;
  }
}

.ClassyCountdown-wrapper > div {
  display: inline-block;
  position: relative;
  width: calc(25% - 20px);
  margin: 10px;
}

.ClassyCountdown-wrapper .ClassyCountdown-value {
  width: 100%;
  line-height: 1em;
  position: absolute;
  top: 50%;
  text-align: center;
  left: 0;
  display: block;
}

#story {
  padding: 7rem 0 5rem;
  position: relative;
}
#story-title {
  position: relative;
  margin-bottom: 3rem;
  z-index: 1;
}
#story-divider {
  width: 7vmax;
  max-width: 5.09375rem;
  display: block;
  margin: 0 auto 1rem;
}
#story-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #story-wrapper {
    padding-inline: 2rem;
  }
}
#story-wrapper .swiper-stripe {
  position: absolute;
  top: -10px;
  right: 1px;
}
@media (max-width: 768px) {
  #story-wrapper .swiper-stripe {
    top: -27px;
  }
}
#story-timeline-stroke {
  position: absolute;
  top: 5.5556rem;
  left: 0;
}
@media (max-width: 768px) {
  #story-timeline-stroke {
    top: 4.5556rem;
  }
}

.story-chapter {
  display: flex;
  align-items: flex-start;
}

.story-content {
  max-width: 100%;
  padding-right: 1.8rem;
}
@media (max-width: 768px) {
  .story-content {
    padding-right: 1rem;
    max-width: calc(100vw - 2rem);
  }
}
.story-content .title {
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .story-content .title {
    margin-bottom: 2rem;
  }
}

#phrase {
  position: relative;
  padding: 10rem 1rem 7rem;
}

#scene {
  position: relative;
  min-height: 1510.161px;
}
@media (max-width: 576px) {
  #scene {
    height: 100vh;
    min-height: 100%;
  }
}
#scene-wrapper {
  position: relative;
  z-index: 10;
  padding: 15rem 0 0 0;
}
@media (max-width: 576px) {
  #scene-wrapper {
    padding: 0;
  }
}
#scene #scene-bg {
  position: absolute;
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%;
  z-index: 0;
  height: 100%;
  top: 8rem;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 576px) {
  #scene #scene-bg {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#scene #scene-hacienda {
  z-index: 2;
  position: absolute;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
}
@media (max-width: 576px) {
  #scene #scene-hacienda {
    width: 70vmax;
  }
}
#scene #scene-cloud-1 {
  position: absolute;
  right: 0;
  bottom: 20rem;
  width: 30vmax;
  max-width: 880.792px;
  z-index: 1;
}
@media (max-width: 576px) {
  #scene #scene-cloud-1 {
    width: 25vmax;
  }
}
#scene #scene-sky-1 {
  position: absolute;
  left: 0;
  bottom: 18rem;
  width: 60vmax;
  max-width: 1070px;
  z-index: 1;
}
#scene #scene-sky-2 {
  position: absolute;
  left: 0;
  top: -10rem;
  width: 65vmax;
  max-width: 1170px;
  z-index: 1;
}
#scene .w-fill-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(245, 229, 182, 0.2);
  height: 20%;
}

#gallery {
  position: relative;
}
#gallery-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1.618fr 1fr;
  gap: 4px;
  grid-template-areas: ". img-02 ." "img-01 img-02 img-03" "img-01 . .";
  height: 91vmin;
  align-items: center;
}
@media (max-width: 768px) {
  #gallery-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-areas: "img-01" "img-02" "img-03";
    height: 86.8889rem;
  }
}
#gallery-wrapper #img-01 {
  grid-area: img-01;
}
#gallery-wrapper #img-02 {
  grid-area: img-02;
}
#gallery-wrapper #img-03 {
  grid-area: img-03;
}
#gallery-wrapper .img-fill {
  position: absolute;
  width: 100%;
  height: var(--image-height);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#gallery-wrapper .img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#venue {
  position: relative;
  padding: 0rem 1rem;
  background: url("../assets/images/theme/texture-white-default.jpg");
  background-repeat: repeat;
  background-attachment: local;
  background-position: top left;
  background-size: 300px;
}
#venue-wrapper {
  position: relative;
  padding: 11rem 4rem 4rem;
}
@media (max-width: 768px) {
  #venue-wrapper {
    padding: 5rem 1rem 2rem;
  }
}
#venue-wrapper #venue-logo {
  width: 31.125rem;
  height: auto;
  margin: 0 auto;
}
#venue-wrapper #venue-logo-mobile {
  width: 70vmin;
}
#venue-wrapper #venue-date {
  height: 2.7vmin;
}
@media (max-width: 768px) {
  #venue-wrapper #venue-date {
    height: auto;
    width: 70vmin;
  }
}

#rsvp {
  position: relative;
  background: url("../assets/images/theme/texture-white-default.jpg");
  background-repeat: repeat;
  background-attachment: local;
  background-position: top left;
  background-size: 300px;
  overflow-x: hidden;
}
#rsvp-wrapper {
  position: relative;
  padding-right: 4rem;
}
@media (max-width: 768px) {
  #rsvp-wrapper {
    padding-right: 1rem;
  }
}
#rsvp-illustration {
  width: 33.20425rem;
  mix-blend-mode: multiply;
}
@media (max-width: 768px) {
  #rsvp-illustration {
    width: 80vmin;
    display: block;
    margin: 0 auto;
  }
}

#honor {
  padding: 5rem 1rem;
}
@media (max-width: 768px) {
  #honor {
    padding: 3rem 1rem 0;
  }
}
#honor .swiper-container {
  position: relative;
  overflow: hidden;
}
#honor .swiper-container .avatar {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 2rem;
  overflow: visible;
}
#honor .swiper-container .avatar-header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  width: 200px;
  margin-bottom: 1.5rem;
}
#honor .swiper-container .avatar-header img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
  opacity: 0.5;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#honor .swiper-container .avatar.swiper-slide-active {
  z-index: 2;
}
#honor .swiper-container .avatar.swiper-slide-active .avatar-header img {
  width: 100%;
  height: 100%;
  opacity: 1;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07);
}
#honor .swiper-container .avatar.swiper-slide-active .avatar-body {
  opacity: 1;
  height: auto;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#honor .swiper-container .avatar.swiper-slide-active .avatar-body .name {
  text-align: center;
  transform: translateY(0);
  color: rgb(228.6, 131.4, 100.8) !important;
  font-family: "ivyora-display", serif;
  text-transform: capitalize;
  font-style: italic;
}
#honor .swiper-container .avatar.swiper-slide-active .avatar-body .description {
  font-family: "ivyora-text", serif;
  font-size: 1rem;
  color: #716964;
  text-align: center;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#honor .swiper-container .avatar .avatar-body {
  opacity: 0;
  height: 0;
  min-width: 500px;
}
@media (max-width: 768px) {
  #honor .swiper-container .avatar .avatar-body {
    min-width: 330px;
  }
}

#timetable {
  position: relative;
  padding: 5rem 1rem 0;
  z-index: 2;
}
@media (max-width: 768px) {
  #timetable {
    padding: 5rem 0 0;
  }
}
#timetable .event-day {
  font-size: 24.443136px;
}
#timetable .event-day sup {
  font-size: 16px;
}
@media (max-width: 768px) {
  #timetable .event-day {
    font-size: 19.776px;
  }
  #timetable .event-day sup {
    font-size: 12.9449838188px;
  }
}
#timetable .event-time {
  font-size: 19.776px;
}
@media (max-width: 768px) {
  #timetable .event-time {
    font-size: 16px;
  }
}
#timetable .event-title {
  font-size: 19.776px;
}
@media (max-width: 768px) {
  #timetable .event-title {
    font-size: 16px;
  }
}
#timetable .event-description {
  font-size: 16px;
}
@media (max-width: 768px) {
  #timetable .event-description {
    font-size: 12.9449838188px;
  }
}
#timetable .event-description-time {
  font-size: 12.9449838188px;
}
@media (max-width: 768px) {
  #timetable .event-description-time {
    font-size: 12.9449838188px;
  }
}
#timetable .day-title {
  font-size: 24.443136px;
}
#timetable .day-title sup {
  font-size: 16px;
}
#timetable .timetable-arrow {
  position: relative;
  width: 1px;
  background-color: #FE9270;
  height: 100%;
  transform-origin: top center;
}
#timetable .timetable-arrow::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 5.5px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjUgMUw2IDYuNUwxMS41IDEiIHN0cm9rZT0iI0ZFOTI3MCIvPgo8L3N2Zz4K");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: -2px;
  left: calc(50% - 5.5px);
  z-index: 1;
}
#timetable-widget {
  position: relative;
  padding-bottom: 1rem;
  overflow: hidden;
}
#timetable-widget .widget-wrapper {
  position: relative;
  display: flex;
}
#timetable-widget .swiper-slide {
  display: flex;
  flex: 1;
  overflow: visible;
  justify-content: center;
}
#timetable-widget .event-thumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 115px;
  padding: 16px;
  height: auto;
  background-color: transparent;
  border-radius: 0;
  z-index: 5;
}
#timetable-widget .event-thumb-image {
  width: 80px;
  height: 80px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
#timetable-widget .event-thumb-image svg path {
  fill: #481707;
}
#timetable-widget .event-thumb-body {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin: 1rem;
  overflow: hidden;
  transform: rotate(-0.25turn);
  transform-origin: center;
}
#timetable-widget .event-thumb-body p {
  display: block;
  font-family: "ivyora-display", serif;
  font-weight: 300;
  color: rgb(5.65, 5.25, 5);
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1;
  width: 140px;
  height: auto;
  text-transform: uppercase;
}
#timetable-widget .event-thumb-time {
  display: flex;
  position: relative;
  background: #CEC9C6;
  border-radius: 0;
  height: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-shadow: 0 2.8px 2.2px rgba(253.2916666667, 68.7916666667, 10.7083333333, 0.02), 0 6.7px 5.3px rgba(253.2916666667, 68.7916666667, 10.7083333333, 0.028), 0 12.5px 10px rgba(253.2916666667, 68.7916666667, 10.7083333333, 0.035), 0 22.3px 17.9px rgba(253.2916666667, 68.7916666667, 10.7083333333, 0.042), 0 41.8px 33.4px rgba(253.2916666667, 68.7916666667, 10.7083333333, 0.05), 0 100px 80px rgba(253.2916666667, 68.7916666667, 10.7083333333, 0.07);
}
#timetable-widget .event-thumb-time p {
  margin-bottom: 0;
  font-family: "basic-sans", sans-serif;
  font-size: 0.8090614887rem;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  white-space: nowrap;
}
#timetable-widget .event-thumb-time .tip {
  width: 15px;
  height: 8.67px;
  display: block;
  position: absolute;
  bottom: -8.5px;
  left: calc(50% - 7.5px);
}
#timetable-widget .event-thumb-time svg path {
  fill: #CEC9C6;
}
#timetable-widget .event-thumb-time:before {
  content: "";
  background-color: #CEC9C6;
  width: 2px;
  border-radius: 1px;
  height: 50px;
  position: absolute;
  bottom: -35px;
  left: calc(50% - 1px);
  z-index: 4;
}
#timetable #timeline-line {
  position: absolute;
  z-index: 0;
  width: 100%;
  top: 92px;
  left: 0;
}
#timetable #timetable-divider {
  position: absolute;
  width: 100%;
  bottom: 0px;
  transform: rotate(-180deg);
}

#pronostico {
  margin-top: 1rem;
  padding: 2rem 1rem;
  position: relative;
}
@media (max-width: 768px) {
  #pronostico {
    padding: 0 1rem 3rem;
  }
}
#pronostico-wrapper {
  padding: 1rem 1.618rem;
  background-color: transparent;
  border-radius: 0;
}
@media (max-width: 768px) {
  #pronostico-wrapper {
    padding: 2rem;
  }
}
#pronostico .forecast-dayname {
  color: rgb(5.65, 5.25, 5);
  font-family: "ivyora-display", serif;
  font-size: 1rem;
  font-weight: 300;
  text-transform: capitalize;
  letter-spacing: 0.05em;
}
#pronostico .forecast-temp {
  color: #716964;
  font-family: "basic-sans", sans-serif;
  font-size: 0.8090614887rem;
  font-weight: 400;
}
#pronostico .forecast-icon {
  width: 50px;
  height: 50px;
}
#pronostico .card-body {
  padding: 0.5rem;
}

#lodging {
  position: relative;
  padding: 7rem 0 0;
  background-image: url("../assets/images/theme/texture-white-default.jpg");
  background-size: 300px;
  background-repeat: repeat;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  #lodging {
    padding: 5rem 1rem 0;
  }
}
#lodging .banner-airbnb {
  min-height: 5.5556rem;
  padding: 2rem 1.6181229773rem;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid rgb(184, 180, 177.5);
}
#lodging .banner-airbnb p {
  font-family: "Bellarina Regular";
  color: rgb(5.65, 5.25, 5);
  letter-spacing: 0;
  text-transform: none;
}
@media (max-width: 768px) {
  #lodging .banner-airbnb {
    padding: 1.618rem;
    margin-inline: 0;
  }
}
#lodging .swiper-container {
  cursor: grab;
}
#lodging .swiper-container .swiper-slide {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-family: "ivyora-display", serif;
}
#lodging .slide-image {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 295px;
  max-height: 295px;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 0;
  border: 1px solid rgb(184, 180, 177.5);
}
#lodging .badge-distance {
  background-color: rgb(254.35, 184.15, 162.05);
  color: #7f4938;
  border-radius: 0;
  font-family: "basic-sans", sans-serif;
  font-size: 10.4732878793px;
  font-weight: 700;
}
#lodging #hotel-sede {
  position: relative;
  padding: 1rem;
  overflow: hidden;
  height: 400px;
  background: var(--bg-image);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#lodging #opciones-subtitle {
  position: relative;
  max-width: 215px;
  width: 14vmax;
  left: 50%;
}

#transport {
  position: relative;
  padding: 5rem 1rem 0;
  z-index: 3;
}
@media (max-width: 768px) {
  #transport {
    padding: 1rem;
  }
}
#transport-wrapper {
  position: relative;
  background-image: url("../assets/images/theme/texture-light-default.jpg");
  background-repeat: repeat;
  background-size: 300px;
  padding: 5rem;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07);
}
@media (max-width: 768px) {
  #transport-wrapper {
    padding: 3rem 2rem;
  }
}
#transport-wrapper-content {
  position: relative;
  z-index: 3;
}
#transport-scene-wrapper {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#transport-scene-wrapper #transport-scene-bg {
  position: absolute;
  width: auto;
  height: 44.9444rem;
  top: -10rem;
  left: -15rem;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
  mix-blend-mode: multiply;
}
#transport-scene-wrapper #balloon-1 {
  position: absolute;
  width: 15.5rem;
  height: 14.7778rem;
  transform: rotate(-5.483deg);
  flex-shrink: 0;
  top: 10rem;
  left: 2rem;
}
@media (max-width: 768px) {
  #transport-scene-wrapper #balloon-1 {
    width: 10rem;
    height: auto;
    top: 8rem;
  }
}

#gifts {
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  #gifts {
    padding: 1rem;
  }
}
#gifts-wrapper {
  position: relative;
  background-image: url("../assets/images/theme/texture-light-default.jpg");
  background-repeat: repeat;
  background-size: 300px;
  padding: 5rem;
  box-shadow: 0 2.8px 2.2px rgba(255, 153.8, 123, 0.02), 0 6.7px 5.3px rgba(255, 153.8, 123, 0.028), 0 12.5px 10px rgba(255, 153.8, 123, 0.035), 0 22.3px 17.9px rgba(255, 153.8, 123, 0.042), 0 41.8px 33.4px rgba(255, 153.8, 123, 0.05), 0 100px 80px rgba(255, 153.8, 123, 0.07);
  z-index: 1;
}
@media (max-width: 768px) {
  #gifts-wrapper {
    padding: 5rem 2rem 7rem;
  }
}
#gifts-wrapper-content {
  position: relative;
  z-index: 3;
  background: rgba(255, 255, 255, 0.1);
}
#gifts-wrapper-content .card-debit {
  position: relative;
  width: 11.1111rem;
  height: 11.1111rem;
  aspect-ratio: 1/1;
  z-index: 10;
  border-radius: 0;
  border: 2px solid rgba(255, 255, 255, 0.5);
  will-change: scale;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media (max-width: 768px) {
  #gifts-wrapper-content .card-debit {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
#gifts-wrapper-content .card-debit:hover {
  border-color: white;
  transform: scale(1.02);
  box-shadow: 0 2.8px 2.2px rgba(204, 204, 204, 0.02), 0 6.7px 5.3px rgba(204, 204, 204, 0.028), 0 12.5px 10px rgba(204, 204, 204, 0.035), 0 22.3px 17.9px rgba(204, 204, 204, 0.042), 0 41.8px 33.4px rgba(204, 204, 204, 0.05), 0 100px 80px rgba(204, 204, 204, 0.07);
  background-color: rgba(255, 255, 255, 0.6);
}
#gifts-wrapper-content .card-debit-logo {
  position: absolute;
  top: 2rem;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  width: 9rem;
}
#gifts-wrapper-content .card-debit-logo path {
  fill: #FE9270;
}
@media (max-width: 768px) {
  #gifts-wrapper-content .card-debit-logo {
    width: 7rem;
  }
}
@media (max-width: 768px) {
  #gifts-wrapper-content .card-debit {
    padding: 0.5rem;
    aspect-ratio: 1/1;
    font-size: 0.6180760036rem;
    margin-bottom: 0;
    margin-inline: auto;
    max-width: 200px;
    min-width: unset;
  }
}
#gifts-wrapper-img {
  position: relative;
  z-index: 2;
}
#gifts-wrapper-img .img-wrapper {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#gifts #gifts-illustration {
  position: absolute;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: auto;
  height: 90%;
  mix-blend-mode: multiply;
}
#gifts #gifts-illustration-mobile {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}

#guestbook {
  position: relative;
  padding: 7rem 1rem 5rem;
  background-image: url("../assets/images/theme/texture-alter-default.jpg");
  background-size: 300px;
  background-repeat: repeat;
  background-position: center;
  background-attachment: fixed;
  z-index: 1;
}
@media (max-width: 768px) {
  #guestbook {
    padding: 5rem 1rem 1rem;
  }
}
#guestbook-wrapper {
  position: relative;
}
#guestbook-wrapper #messages-wrapper, #guestbook-wrapper #more-messages-btn {
  display: none;
}
#guestbook-wrapper .bubble-message-container .bubble-right-container {
  margin-bottom: 1rem;
}
#guestbook-wrapper .bubble-message-container .bubble-right-container .bubble {
  border-top-left-radius: 25px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  -webkit-border-top-left-radius: 25px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-topleft: 25px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 25px;
  -moz-border-radius-bottomleft: 25px;
}
#guestbook-wrapper .bubble-message-container .bubble-left-container {
  margin-bottom: 1rem;
}
#guestbook-wrapper .bubble-message-container .bubble-left-container .bubble {
  border-top-left-radius: 0;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 25px;
  -moz-border-radius-bottomright: 25px;
  -moz-border-radius-bottomleft: 25px;
}
#guestbook-wrapper .bubble-message-container .bubble {
  padding: 2rem;
  position: relative;
  margin-bottom: 1.5rem;
  z-index: 99;
  background-color: rgba(72, 23, 7, 0.2);
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  font-family: "basic-sans", sans-serif;
  color: #ffffff;
}
#guestbook-wrapper .bubble-message-container .bubble.has-video {
  padding: 0 !important;
  max-height: 400px;
  width: 100%;
  min-width: 300px;
  min-height: 300px;
}
@media (max-width: 576px) {
  #guestbook-wrapper .bubble-message-container .bubble.has-video {
    width: 100%;
  }
}
#guestbook-wrapper .bubble-message-container .bubble video {
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#guestbook-divider {
  width: 8vmax;
  max-width: 8.3333rem;
  display: block;
  margin: 0 auto 1rem;
}
@media (max-width: 768px) {
  #guestbook-divider {
    width: 35vmin;
  }
}

#covid {
  position: relative;
  padding: 1rem 0 7rem;
}
@media (max-width: 768px) {
  #covid {
    padding: 3rem 1rem;
  }
}

#special {
  position: relative;
  padding: 3rem 0 10rem;
}
@media (max-width: 768px) {
  #special {
    padding: 3rem 0 0;
  }
}
#special-wrapper {
  padding: 7rem 5rem;
}
@media (max-width: 768px) {
  #special-wrapper {
    padding: 7rem 1rem;
  }
}

#faqs {
  position: relative;
  background-image: url("../assets/images/theme/texture-alter-default.jpg");
  background-size: 300px;
  background-repeat: repeat;
  padding: 0 1rem 30vmin;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  #faqs {
    padding: 5rem 1 15vmax;
  }
}
#faqs-wrapper {
  position: relative;
  padding-top: 7rem;
}
#faqs-wrapper .question {
  background-color: transparent;
  font-family: "ivyora-display", serif;
  font-size: calc(1.2777696rem + 0.3332352vw);
  color: rgb(5.65, 5.25, 5);
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-weight: 100;
  box-shadow: none;
  margin-block: 0.3rem;
  padding-inline: 1.5rem;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  #faqs-wrapper .question {
    font-size: 1.527696rem;
  }
}
#faqs-wrapper .answer {
  background-color: transparent;
  font-family: "ivyora-text", serif;
  font-size: 1rem;
  color: #716964;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: none;
  font-weight: 300;
}
#faqs #faqs-left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35vmax;
  max-width: 31rem;
}
#faqs #faqs-bottom-left {
  position: absolute;
  bottom: 0;
  left: 10vmax;
  width: 11vmax;
  max-width: 9.6111rem;
}
@media (max-width: 768px) {
  #faqs #faqs-bottom-left {
    position: relative;
    width: 14vmax;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
#faqs #faqs-top-center {
  max-width: 201px;
  width: 12vmax;
}
@media (max-width: 768px) {
  #faqs #faqs-top-center {
    width: 20vmax;
  }
}
#faqs-title {
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
  width: 40vmax;
  max-width: 24.8311rem;
}
#faqs-title-mobile {
  width: 70vmin;
  margin-bottom: 3rem;
}
#faqs .accordion-body {
  padding: 0 1rem 1rem;
}
#faqs-illustration {
  margin: 5rem auto 0;
  width: 100%;
  max-width: 60.375rem;
  display: block;
  mix-blend-mode: multiply;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: transparent;
}

#tourist-information {
  position: relative;
  padding: 7rem 1rem;
  background: url("../assets/images/theme/texture-white-default.jpg");
  background-size: 300px;
  background-repeat: repeat;
  background-position: center;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  #tourist-information {
    padding: 5rem 0;
  }
}
#tourist-information-wrapper {
  position: relative;
}
#tourist-information-wrapper .title-info {
  background-color: transparent;
  font-family: "ivyora-display", serif;
  color: rgb(5.65, 5.25, 5);
  font-style: normal;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 100;
  box-shadow: none;
  padding-inline: 0;
  font-size: calc(1.2777696rem + 0.3332352vw);
}
@media (min-width: 1200px) {
  #tourist-information-wrapper .title-info {
    font-size: 1.527696rem;
  }
}
@media (max-width: 768px) {
  #tourist-information-wrapper .title-info {
    text-align: center;
  }
}
#tourist-information-wrapper .body-info {
  background-color: transparent;
  font-family: "ivyora-text", serif;
  font-size: 1rem;
  color: #716964;
  letter-spacing: 0.05em;
  text-transform: none;
  font-weight: 300;
}
@media (max-width: 768px) {
  #tourist-information-wrapper .body-info {
    text-align: center;
  }
}
#tourist-information-wrapper .img-info {
  width: 13.3333rem;
  height: 18.1111rem;
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  mix-blend-mode: multiply;
}
@media (max-width: 768px) {
  #tourist-information-wrapper .img-info {
    position: relative;
    bottom: unset;
    left: unset;
    display: block;
    margin-inline: auto;
  }
}

#tourist-info-tabContent {
  min-height: 24.4444rem;
}
#tourist-info-tabContent .accordion {
  padding-inline: 1rem;
}

#footer {
  position: fixed;
  top: calc(100% - 50px);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  height: 50px;
  width: 100vw;
  width: 100svw;
  will-change: transform, opacity;
  font-size: 12.9449838188px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#footer p {
  line-height: 1;
}
#footer a.inline-link {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  height: 30px;
  color: var(--footer-txt-initial);
}
#footer-logo {
  height: 30px;
}
#footer svg#footer-logo path {
  fill: var(--footer-logo-initial);
}
#footer.scrollUp {
  transform: translateY(50px);
}
@media (max-width: 768px) {
  #footer.scrollUp {
    transform: translateY(60px);
  }
}
@media (max-width: 768px) {
  #footer {
    top: calc(100% - 60px);
    height: 60px;
  }
}

#good-look {
  position: relative;
  z-index: 1;
  padding: 10rem 1rem 0;
}
@media (max-width: 768px) {
  #good-look {
    padding: 5rem 1rem 0;
  }
}
#good-look-wrapper {
  border-radius: 50px;
  padding: 7rem 0 5rem;
  background: #ffffff;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #good-look-wrapper {
    padding: 7rem 1rem 3rem;
  }
}
#good-look-wrapper-content {
  position: relative;
  z-index: 3;
}
#good-look-title {
  width: 15vmax;
  max-width: 290px;
}
@media (max-width: 768px) {
  #good-look-title {
    width: 20vmax;
  }
}
#good-look #good-look-top {
  position: absolute;
  top: -85px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  height: 136.97px;
}

/*# sourceMappingURL=style.css.map */