@charset "UTF-8";
/* */
/*----------  SITE HEADER  ----------*/
/*----------  GRID SYSTEM OVERRIDE  ----------*/
@import url(../../node_modules/swiper/swiper.css);
.btn-small {
  line-height: normal !important; }

/*----------  CONTROLS OVERRIDE  ----------*/
/*----------  BUTTONS  ----------*/
/*----------  Card  ----------*/
/*----------  WISH LIST  ----------*/
/*----------  UC110  ----------*/
/*----------  ADD TO CART  ----------*/
/*----------  View document  ----------*/
/*==========================================
=            HEADER VARIABLES              =
===========================================*/
/*==========================================
=         OTHER CONTROLS OVERRIDES         =
===========================================*/
/*==========================================
=            FOOTER VARIABLES              =
===========================================*/
/*=====  End of TEMPLATE VARIABLES  ======*/
:root,
[data-bs-theme="light"] {
  --sy-brand-primary: #7a2e2e;
  --sy-primary: #7a2e2e;
  --sy-secondary: #6c757d;
  --sy-success: #198754;
  --sy-info: #5bc0de;
  --sy-warning: #ffc107;
  --sy-danger: #f00;
  --sy-light: #f8f9fa;
  --sy-dark: #212529;
  --sy-primary-rgb: 122, 46, 46;
  --sy-secondary-rgb: 108, 117, 125;
  --sy-success-rgb: 25, 135, 84;
  --sy-info-rgb: 91, 192, 222;
  --sy-warning-rgb: 255, 193, 7;
  --sy-danger-rgb: 255, 0, 0;
  --sy-light-rgb: 248, 249, 250;
  --sy-dark-rgb: 33, 37, 41;
  --sy-primary-text-emphasis: #311212;
  --sy-secondary-text-emphasis: #2b2f32;
  --sy-success-text-emphasis: #0a3622;
  --sy-info-text-emphasis: #244d59;
  --sy-warning-text-emphasis: #664d03;
  --sy-danger-text-emphasis: #660000;
  --sy-light-text-emphasis: #495057;
  --sy-dark-text-emphasis: #495057;
  --sy-primary-bg-subtle: #e4d5d5;
  --sy-secondary-bg-subtle: #e2e3e5;
  --sy-success-bg-subtle: #d1e7dd;
  --sy-info-bg-subtle: #def2f8;
  --sy-warning-bg-subtle: #fff3cd;
  --sy-danger-bg-subtle: #ffcccc;
  --sy-light-bg-subtle: #fcfcfd;
  --sy-dark-bg-subtle: #ced4da;
  --sy-primary-border-subtle: #caabab;
  --sy-secondary-border-subtle: #c4c8cb;
  --sy-success-border-subtle: #a3cfbb;
  --sy-info-border-subtle: #bde6f2;
  --sy-warning-border-subtle: #ffe69c;
  --sy-danger-border-subtle: #ff9999;
  --sy-light-border-subtle: #e9ecef;
  --sy-dark-border-subtle: #adb5bd;
  --sy-white-rgb: 255, 255, 255;
  --sy-black-rgb: 0, 0, 0;
  --sy-font-sans-serif: "Lato", sans-serif;
  --sy-font-monospace: Menlo, Monaco, Consolas, "Courier New", monospace;
  --sy-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --sy-root-font-size: 0.625rem;
  --sy-body-font-family: var(--sy-font-sans-serif);
  --sy-body-font-size: 1.6rem;
  --sy-body-font-weight: 400;
  --sy-body-line-height: 1.5;
  --sy-body-color: #282828;
  --sy-body-color-rgb: 40, 40, 40;
  --sy-body-bg: #fff;
  --sy-body-bg-rgb: 255, 255, 255;
  --sy-emphasis-color: #000;
  --sy-emphasis-color-rgb: 0, 0, 0;
  --sy-secondary-color: rgba(40, 40, 40, 0.75);
  --sy-secondary-color-rgb: 40, 40, 40;
  --sy-secondary-bg: #e9ecef;
  --sy-secondary-bg-rgb: 233, 236, 239;
  --sy-tertiary-color: rgba(40, 40, 40, 0.5);
  --sy-tertiary-color-rgb: 40, 40, 40;
  --sy-tertiary-bg: #f8f9fa;
  --sy-tertiary-bg-rgb: 248, 249, 250;
  --sy-heading-color: #282828;
  --sy-link-color: #7a2e2e;
  --sy-link-color-rgb: 122, 46, 46;
  --sy-link-decoration: none;
  --sy-link-hover-color: #622525;
  --sy-link-hover-color-rgb: 98, 37, 37;
  --sy-link-hover-decoration: underline;
  --sy-code-color: #d63384;
  --sy-highlight-color: #282828;
  --sy-highlight-bg: #fff3cd;
  --sy-border-width: 1px;
  --sy-border-style: solid;
  --sy-border-color: #dee2e6;
  --sy-border-color-translucent: rgba(0, 0, 0, 0.175);
  --sy-border-radius: 0.4rem;
  --sy-border-radius-sm: 0.3rem;
  --sy-border-radius-lg: 0.6rem;
  --sy-border-radius-xl: 0.6rem;
  --sy-border-radius-xxl: 2rem;
  --sy-border-radius-2xl: var(--sy-border-radius-xxl);
  --sy-border-radius-pill: 0.6rem;
  --sy-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --sy-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --sy-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --sy-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --sy-focus-ring-width: 0.25rem;
  --sy-focus-ring-opacity: 0.25;
  --sy-focus-ring-color: rgba(122, 46, 46, 0.25);
  --sy-form-valid-color: #198754;
  --sy-form-valid-border-color: #198754;
  --sy-form-invalid-color: #f00;
  --sy-form-invalid-border-color: #f00; }

[data-bs-theme="dark"] {
  color-scheme: dark;
  --sy-body-color: #dee2e6;
  --sy-body-color-rgb: 222, 226, 230;
  --sy-body-bg: #212529;
  --sy-body-bg-rgb: 33, 37, 41;
  --sy-emphasis-color: #fff;
  --sy-emphasis-color-rgb: 255, 255, 255;
  --sy-secondary-color: rgba(222, 226, 230, 0.75);
  --sy-secondary-color-rgb: 222, 226, 230;
  --sy-secondary-bg: #343a40;
  --sy-secondary-bg-rgb: 52, 58, 64;
  --sy-tertiary-color: rgba(222, 226, 230, 0.5);
  --sy-tertiary-color-rgb: 222, 226, 230;
  --sy-tertiary-bg: #2b3035;
  --sy-tertiary-bg-rgb: 43, 48, 53;
  --sy-primary-text-emphasis: #af8282;
  --sy-secondary-text-emphasis: #a7acb1;
  --sy-success-text-emphasis: #75b798;
  --sy-info-text-emphasis: #9dd9eb;
  --sy-warning-text-emphasis: #ffda6a;
  --sy-danger-text-emphasis: #ff6666;
  --sy-light-text-emphasis: #f8f9fa;
  --sy-dark-text-emphasis: #dee2e6;
  --sy-primary-bg-subtle: #180909;
  --sy-secondary-bg-subtle: #161719;
  --sy-success-bg-subtle: #051b11;
  --sy-info-bg-subtle: #12262c;
  --sy-warning-bg-subtle: #332701;
  --sy-danger-bg-subtle: #330000;
  --sy-light-bg-subtle: #343a40;
  --sy-dark-bg-subtle: #1a1d20;
  --sy-primary-border-subtle: #491c1c;
  --sy-secondary-border-subtle: #41464b;
  --sy-success-border-subtle: #0f5132;
  --sy-info-border-subtle: #377385;
  --sy-warning-border-subtle: #997404;
  --sy-danger-border-subtle: #990000;
  --sy-light-border-subtle: #495057;
  --sy-dark-border-subtle: #343a40;
  --sy-heading-color: inherit;
  --sy-link-color: #af8282;
  --sy-link-hover-color: #bf9b9b;
  --sy-link-color-rgb: 175, 130, 130;
  --sy-link-hover-color-rgb: 191, 155, 155;
  --sy-code-color: #e685b5;
  --sy-highlight-color: #dee2e6;
  --sy-highlight-bg: #664d03;
  --sy-border-color: #495057;
  --sy-border-color-translucent: rgba(255, 255, 255, 0.15);
  --sy-form-valid-color: #75b798;
  --sy-form-valid-border-color: #75b798;
  --sy-form-invalid-color: #ff6666;
  --sy-form-invalid-border-color: #ff6666; }

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

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

body {
  margin: 0;
  font-family: var(--sy-body-font-family);
  font-size: var(--sy-body-font-size);
  font-weight: var(--sy-body-font-weight);
  line-height: var(--sy-body-line-height);
  color: var(--sy-body-color);
  text-align: var(--sy-body-text-align);
  background-color: var(--sy-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(--sy-border-width) solid #DDD;
  opacity: 1; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 1.2rem;
  font-family: "Alice", serif;
  font-weight: 400;
  line-height: 1.25;
  color: var(--sy-heading-color); }

h1, .h1 {
  font-size: 4.2rem; }

h2, .h2 {
  font-size: 3.8rem; }

h3, .h3 {
  font-size: 3.4rem; }

h4, .h4 {
  font-size: 2.4rem; }

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .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(--sy-highlight-color);
  background-color: var(--sy-highlight-bg); }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

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

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

pre,
code,
kbd,
samp {
  font-family: var(--sy-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(--sy-code-color);
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--sy-body-bg);
  background-color: var(--sy-body-color);
  border-radius: 0.3rem; }
  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.8rem;
  padding-bottom: 0.8rem;
  color: var(--sy-secondary-color);
  text-align: left; }

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

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

label {
  display: inline-block; }

button {
  border-radius: 0; }

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

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

button,
select {
  text-transform: none; }

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

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

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

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

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

textarea {
  resize: vertical; }

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit; }
  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; }

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

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

::file-selector-button {
  font: inherit;
  -webkit-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: 2rem;
  font-weight: 300; }

.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: 2rem; }
  .blockquote > :last-child {
    margin-bottom: 0; }

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

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

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

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

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

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

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

:root {
  --sy-breakpoint-xs: 0;
  --sy-breakpoint-sm: 576px;
  --sy-breakpoint-md: 768px;
  --sy-breakpoint-lg: 992px;
  --sy-breakpoint-xl: 1200px;
  --sy-breakpoint-xxl: 1400px; }

.grid {
  display: grid;
  grid-template-rows: repeat(var(--sy-rows, 1), 1fr);
  grid-template-columns: repeat(var(--sy-columns, 12), 1fr);
  gap: var(--sy-gap, 1.6rem); }
  .grid .g-col-1 {
    grid-column: auto/span 1; }
  .grid .g-col-2 {
    grid-column: auto/span 2; }
  .grid .g-col-3 {
    grid-column: auto/span 3; }
  .grid .g-col-4 {
    grid-column: auto/span 4; }
  .grid .g-col-5 {
    grid-column: auto/span 5; }
  .grid .g-col-6 {
    grid-column: auto/span 6; }
  .grid .g-col-7 {
    grid-column: auto/span 7; }
  .grid .g-col-8 {
    grid-column: auto/span 8; }
  .grid .g-col-9 {
    grid-column: auto/span 9; }
  .grid .g-col-10 {
    grid-column: auto/span 10; }
  .grid .g-col-11 {
    grid-column: auto/span 11; }
  .grid .g-col-12 {
    grid-column: auto/span 12; }
  .grid .g-start-1 {
    grid-column-start: 1; }
  .grid .g-start-2 {
    grid-column-start: 2; }
  .grid .g-start-3 {
    grid-column-start: 3; }
  .grid .g-start-4 {
    grid-column-start: 4; }
  .grid .g-start-5 {
    grid-column-start: 5; }
  .grid .g-start-6 {
    grid-column-start: 6; }
  .grid .g-start-7 {
    grid-column-start: 7; }
  .grid .g-start-8 {
    grid-column-start: 8; }
  .grid .g-start-9 {
    grid-column-start: 9; }
  .grid .g-start-10 {
    grid-column-start: 10; }
  .grid .g-start-11 {
    grid-column-start: 11; }
  @media (min-width: 576px) {
    .grid .g-col-sm-1 {
      grid-column: auto/span 1; }
    .grid .g-col-sm-2 {
      grid-column: auto/span 2; }
    .grid .g-col-sm-3 {
      grid-column: auto/span 3; }
    .grid .g-col-sm-4 {
      grid-column: auto/span 4; }
    .grid .g-col-sm-5 {
      grid-column: auto/span 5; }
    .grid .g-col-sm-6 {
      grid-column: auto/span 6; }
    .grid .g-col-sm-7 {
      grid-column: auto/span 7; }
    .grid .g-col-sm-8 {
      grid-column: auto/span 8; }
    .grid .g-col-sm-9 {
      grid-column: auto/span 9; }
    .grid .g-col-sm-10 {
      grid-column: auto/span 10; }
    .grid .g-col-sm-11 {
      grid-column: auto/span 11; }
    .grid .g-col-sm-12 {
      grid-column: auto/span 12; }
    .grid .g-start-sm-1 {
      grid-column-start: 1; }
    .grid .g-start-sm-2 {
      grid-column-start: 2; }
    .grid .g-start-sm-3 {
      grid-column-start: 3; }
    .grid .g-start-sm-4 {
      grid-column-start: 4; }
    .grid .g-start-sm-5 {
      grid-column-start: 5; }
    .grid .g-start-sm-6 {
      grid-column-start: 6; }
    .grid .g-start-sm-7 {
      grid-column-start: 7; }
    .grid .g-start-sm-8 {
      grid-column-start: 8; }
    .grid .g-start-sm-9 {
      grid-column-start: 9; }
    .grid .g-start-sm-10 {
      grid-column-start: 10; }
    .grid .g-start-sm-11 {
      grid-column-start: 11; } }
  @media (min-width: 768px) {
    .grid .g-col-md-1 {
      grid-column: auto/span 1; }
    .grid .g-col-md-2 {
      grid-column: auto/span 2; }
    .grid .g-col-md-3 {
      grid-column: auto/span 3; }
    .grid .g-col-md-4 {
      grid-column: auto/span 4; }
    .grid .g-col-md-5 {
      grid-column: auto/span 5; }
    .grid .g-col-md-6 {
      grid-column: auto/span 6; }
    .grid .g-col-md-7 {
      grid-column: auto/span 7; }
    .grid .g-col-md-8 {
      grid-column: auto/span 8; }
    .grid .g-col-md-9 {
      grid-column: auto/span 9; }
    .grid .g-col-md-10 {
      grid-column: auto/span 10; }
    .grid .g-col-md-11 {
      grid-column: auto/span 11; }
    .grid .g-col-md-12 {
      grid-column: auto/span 12; }
    .grid .g-start-md-1 {
      grid-column-start: 1; }
    .grid .g-start-md-2 {
      grid-column-start: 2; }
    .grid .g-start-md-3 {
      grid-column-start: 3; }
    .grid .g-start-md-4 {
      grid-column-start: 4; }
    .grid .g-start-md-5 {
      grid-column-start: 5; }
    .grid .g-start-md-6 {
      grid-column-start: 6; }
    .grid .g-start-md-7 {
      grid-column-start: 7; }
    .grid .g-start-md-8 {
      grid-column-start: 8; }
    .grid .g-start-md-9 {
      grid-column-start: 9; }
    .grid .g-start-md-10 {
      grid-column-start: 10; }
    .grid .g-start-md-11 {
      grid-column-start: 11; } }
  @media (min-width: 992px) {
    .grid .g-col-lg-1 {
      grid-column: auto/span 1; }
    .grid .g-col-lg-2 {
      grid-column: auto/span 2; }
    .grid .g-col-lg-3 {
      grid-column: auto/span 3; }
    .grid .g-col-lg-4 {
      grid-column: auto/span 4; }
    .grid .g-col-lg-5 {
      grid-column: auto/span 5; }
    .grid .g-col-lg-6 {
      grid-column: auto/span 6; }
    .grid .g-col-lg-7 {
      grid-column: auto/span 7; }
    .grid .g-col-lg-8 {
      grid-column: auto/span 8; }
    .grid .g-col-lg-9 {
      grid-column: auto/span 9; }
    .grid .g-col-lg-10 {
      grid-column: auto/span 10; }
    .grid .g-col-lg-11 {
      grid-column: auto/span 11; }
    .grid .g-col-lg-12 {
      grid-column: auto/span 12; }
    .grid .g-start-lg-1 {
      grid-column-start: 1; }
    .grid .g-start-lg-2 {
      grid-column-start: 2; }
    .grid .g-start-lg-3 {
      grid-column-start: 3; }
    .grid .g-start-lg-4 {
      grid-column-start: 4; }
    .grid .g-start-lg-5 {
      grid-column-start: 5; }
    .grid .g-start-lg-6 {
      grid-column-start: 6; }
    .grid .g-start-lg-7 {
      grid-column-start: 7; }
    .grid .g-start-lg-8 {
      grid-column-start: 8; }
    .grid .g-start-lg-9 {
      grid-column-start: 9; }
    .grid .g-start-lg-10 {
      grid-column-start: 10; }
    .grid .g-start-lg-11 {
      grid-column-start: 11; } }
  @media (min-width: 1200px) {
    .grid .g-col-xl-1 {
      grid-column: auto/span 1; }
    .grid .g-col-xl-2 {
      grid-column: auto/span 2; }
    .grid .g-col-xl-3 {
      grid-column: auto/span 3; }
    .grid .g-col-xl-4 {
      grid-column: auto/span 4; }
    .grid .g-col-xl-5 {
      grid-column: auto/span 5; }
    .grid .g-col-xl-6 {
      grid-column: auto/span 6; }
    .grid .g-col-xl-7 {
      grid-column: auto/span 7; }
    .grid .g-col-xl-8 {
      grid-column: auto/span 8; }
    .grid .g-col-xl-9 {
      grid-column: auto/span 9; }
    .grid .g-col-xl-10 {
      grid-column: auto/span 10; }
    .grid .g-col-xl-11 {
      grid-column: auto/span 11; }
    .grid .g-col-xl-12 {
      grid-column: auto/span 12; }
    .grid .g-start-xl-1 {
      grid-column-start: 1; }
    .grid .g-start-xl-2 {
      grid-column-start: 2; }
    .grid .g-start-xl-3 {
      grid-column-start: 3; }
    .grid .g-start-xl-4 {
      grid-column-start: 4; }
    .grid .g-start-xl-5 {
      grid-column-start: 5; }
    .grid .g-start-xl-6 {
      grid-column-start: 6; }
    .grid .g-start-xl-7 {
      grid-column-start: 7; }
    .grid .g-start-xl-8 {
      grid-column-start: 8; }
    .grid .g-start-xl-9 {
      grid-column-start: 9; }
    .grid .g-start-xl-10 {
      grid-column-start: 10; }
    .grid .g-start-xl-11 {
      grid-column-start: 11; } }
  @media (min-width: 1400px) {
    .grid .g-col-xxl-1 {
      grid-column: auto/span 1; }
    .grid .g-col-xxl-2 {
      grid-column: auto/span 2; }
    .grid .g-col-xxl-3 {
      grid-column: auto/span 3; }
    .grid .g-col-xxl-4 {
      grid-column: auto/span 4; }
    .grid .g-col-xxl-5 {
      grid-column: auto/span 5; }
    .grid .g-col-xxl-6 {
      grid-column: auto/span 6; }
    .grid .g-col-xxl-7 {
      grid-column: auto/span 7; }
    .grid .g-col-xxl-8 {
      grid-column: auto/span 8; }
    .grid .g-col-xxl-9 {
      grid-column: auto/span 9; }
    .grid .g-col-xxl-10 {
      grid-column: auto/span 10; }
    .grid .g-col-xxl-11 {
      grid-column: auto/span 11; }
    .grid .g-col-xxl-12 {
      grid-column: auto/span 12; }
    .grid .g-start-xxl-1 {
      grid-column-start: 1; }
    .grid .g-start-xxl-2 {
      grid-column-start: 2; }
    .grid .g-start-xxl-3 {
      grid-column-start: 3; }
    .grid .g-start-xxl-4 {
      grid-column-start: 4; }
    .grid .g-start-xxl-5 {
      grid-column-start: 5; }
    .grid .g-start-xxl-6 {
      grid-column-start: 6; }
    .grid .g-start-xxl-7 {
      grid-column-start: 7; }
    .grid .g-start-xxl-8 {
      grid-column-start: 8; }
    .grid .g-start-xxl-9 {
      grid-column-start: 9; }
    .grid .g-start-xxl-10 {
      grid-column-start: 10; }
    .grid .g-start-xxl-11 {
      grid-column-start: 11; } }

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.8rem 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #555555;
  appearance: none;
  background-color: var(--sy-body-bg);
  background-clip: padding-box;
  border: var(--sy-border-width) solid #dbdbdb;
  border-radius: 0;
  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: #555555;
    background-color: var(--sy-body-bg);
    border-color: #7a2e2e;
    outline: 0;
    box-shadow: 0 0 0.8rem rgba(122, 46, 46, 0.6); }
  .form-control::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.5em;
    margin: 0; }
  .form-control::-webkit-datetime-edit {
    display: block;
    padding: 0; }
  .form-control::placeholder {
    color: #565759;
    opacity: 1; }
  .form-control:disabled {
    background-color: var(--sy-secondary-bg);
    opacity: 1; }
  .form-control::file-selector-button {
    padding: 0.8rem 2rem;
    margin: -0.8rem -2rem;
    margin-inline-end: 2rem;
    color: #555555;
    background-color: var(--sy-tertiary-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: var(--sy-border-width);
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::file-selector-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--sy-secondary-bg); }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.8rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--sy-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--sy-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(--sy-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 1.4rem;
  border-radius: var(--sy-border-radius-sm); }
  .form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem; }

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

textarea.form-control {
  min-height: calc(1.5em + 1.6rem + calc(var(--sy-border-width) * 2)); }

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

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

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

.form-select {
  --sy-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.8rem 6rem 0.8rem 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #555555;
  appearance: none;
  background-color: var(--sy-body-bg);
  background-image: var(--sy-form-select-bg-img), var(--sy-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 2rem center;
  background-size: 16px 12px;
  border: var(--sy-border-width) solid #dbdbdb;
  border-radius: 0;
  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: #7a2e2e;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(122, 46, 46, 0.6); }
  .form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 2rem;
    background-image: none; }
  .form-select:disabled {
    background-color: var(--sy-secondary-bg); }
  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #555555; }

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

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

[data-bs-theme="dark"] .form-select {
  --sy-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: 2.4rem;
  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 {
  --sy-form-check-bg: var(--sy-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--sy-form-check-bg);
  background-image: var(--sy-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--sy-border-width) solid var(--sy-border-color);
  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: #7a2e2e;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(122, 46, 46, 0.25); }
  .form-check-input:checked {
    background-color: #7a2e2e;
    border-color: #7a2e2e; }
    .form-check-input:checked[type="checkbox"] {
      --sy-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"] {
      --sy-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: #7a2e2e;
    border-color: #7a2e2e;
    --sy-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 {
    --sy-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(--sy-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 {
      --sy-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='%237a2e2e'/%3e%3c/svg%3e"); }
    .form-switch .form-check-input:checked {
      background-position: right center;
      --sy-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) {
  --sy-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: 1rem;
  padding: 0;
  appearance: none;
  background-color: transparent; }
  .form-range:focus {
    outline: 0; }
    .form-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0.8rem rgba(122, 46, 46, 0.6); }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0.8rem rgba(122, 46, 46, 0.6); }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    appearance: none;
    background-color: #7a2e2e;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-webkit-slider-thumb {
        transition: none; } }
    .form-range::-webkit-slider-thumb:active {
      background-color: #d7c0c0; }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--sy-secondary-bg);
    border-color: transparent;
    border-radius: 1rem; }
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    appearance: none;
    background-color: #7a2e2e;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-moz-range-thumb {
        transition: none; } }
    .form-range::-moz-range-thumb:active {
      background-color: #d7c0c0; }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--sy-secondary-bg);
    border-color: transparent;
    border-radius: 1rem; }
  .form-range:disabled {
    pointer-events: none; }
    .form-range:disabled::-webkit-slider-thumb {
      background-color: var(--sy-secondary-color); }
    .form-range:disabled::-moz-range-thumb {
      background-color: var(--sy-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(--sy-border-width) * 2));
    min-height: calc(3.5rem + calc(var(--sy-border-width) * 2));
    line-height: 1.25; }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 1rem 2rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--sy-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 2rem; }
    .form-floating > .form-control::placeholder,
    .form-floating > .form-control-plaintext::placeholder {
      color: transparent; }
    .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
    .form-floating > .form-control-plaintext:focus,
    .form-floating > .form-control-plaintext:not(:placeholder-shown) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:-webkit-autofill,
    .form-floating > .form-control-plaintext:-webkit-autofill {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
  .form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-control-plaintext ~ label,
  .form-floating > .form-select ~ label {
    color: rgba(var(--sy-body-color-rgb), 0.65);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
    .form-floating > .form-control:focus ~ label::after,
    .form-floating > .form-control:not(:placeholder-shown) ~ label::after,
    .form-floating > .form-control-plaintext ~ label::after,
    .form-floating > .form-select ~ label::after {
      position: absolute;
      inset: 1rem 1rem;
      z-index: -1;
      height: 1.5em;
      content: "";
      background-color: var(--sy-body-bg);
      border-radius: 0; }
  .form-floating > .form-control:-webkit-autofill ~ label {
    color: rgba(var(--sy-body-color-rgb), 0.65);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control-plaintext ~ label {
    border-width: var(--sy-border-width) 0; }
  .form-floating > :disabled ~ label,
  .form-floating > .form-control:disabled ~ label {
    color: #6c757d; }
    .form-floating > :disabled ~ label::after,
    .form-floating > .form-control:disabled ~ label::after {
      background-color: var(--sy-secondary-bg); }

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.8rem 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #555555;
  text-align: center;
  white-space: nowrap;
  background-color: #EDEDED;
  border: var(--sy-border-width) solid #dbdbdb;
  border-radius: 0; }

.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: 2rem;
  border-radius: var(--sy-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: 1.4rem;
  border-radius: var(--sy-border-radius-sm); }

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

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

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

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

.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 1.4rem;
  color: #fff;
  background-color: var(--sy-success);
  border-radius: var(--sy-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(--sy-form-valid-border-color);
  padding-right: calc(1.5em + 1.6rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.4rem) center;
  background-size: calc(0.75em + 0.8rem) calc(0.75em + 0.8rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: var(--sy-form-valid-border-color);
    box-shadow: 0 0 0.8rem 0 rgba(var(--sy-success-rgb), 0.6); }

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

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

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

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

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .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(--sy-form-invalid-color); }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 1.4rem;
  color: #fff;
  background-color: var(--sy-danger);
  border-radius: var(--sy-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(--sy-form-invalid-border-color);
  padding-right: calc(1.5em + 1.6rem);
  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='%23f00'%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='%23f00' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.4rem) center;
  background-size: calc(0.75em + 0.8rem) calc(0.75em + 0.8rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: var(--sy-form-invalid-border-color);
    box-shadow: 0 0 0.8rem 0 rgba(var(--sy-danger-rgb), 0.6); }

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--sy-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"] {
    --sy-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='%23f00'%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='%23f00' stroke='none'/%3e%3c/svg%3e");
    padding-right: 11rem;
    background-position: right 2rem center, center right 6rem;
    background-size: 16px 12px, calc(0.75em + 0.8rem) calc(0.75em + 0.8rem); }
  .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: var(--sy-form-invalid-border-color);
    box-shadow: 0 0 0.8rem 0 rgba(var(--sy-danger-rgb), 0.6); }

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

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

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .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 {
  --sy-btn-padding-x: 1.2rem;
  --sy-btn-padding-y: 0.8rem;
  --sy-btn-font-family: Alice, serif;
  --sy-btn-font-size: 1.6rem;
  --sy-btn-font-weight: 500;
  --sy-btn-line-height: 1.5;
  --sy-btn-color: var(--sy-body-color);
  --sy-btn-bg: transparent;
  --sy-btn-border-width: var(--sy-border-width);
  --sy-btn-border-color: transparent;
  --sy-btn-border-radius: 0.8rem;
  --sy-btn-hover-border-color: transparent;
  --sy-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --sy-btn-disabled-opacity: 0.65;
  --sy-btn-focus-box-shadow: 0 0 0 0 rgba(var(--sy-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--sy-btn-padding-y) var(--sy-btn-padding-x);
  font-family: var(--sy-btn-font-family);
  font-size: var(--sy-btn-font-size);
  font-weight: var(--sy-btn-font-weight);
  line-height: var(--sy-btn-line-height);
  color: var(--sy-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--sy-btn-border-width) solid var(--sy-btn-border-color);
  border-radius: var(--sy-btn-border-radius);
  background-color: var(--sy-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(--sy-btn-hover-color);
    text-decoration: none;
    background-color: var(--sy-btn-hover-bg);
    border-color: var(--sy-btn-hover-border-color); }
  .btn-check + .btn:hover {
    color: var(--sy-btn-color);
    background-color: var(--sy-btn-bg);
    border-color: var(--sy-btn-border-color); }
  .btn:focus-visible {
    color: var(--sy-btn-hover-color);
    background-color: var(--sy-btn-hover-bg);
    border-color: var(--sy-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--sy-btn-focus-box-shadow); }
  .btn-check:focus-visible + .btn {
    border-color: var(--sy-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--sy-btn-focus-box-shadow); }
  .btn-check:checked + .btn,
  :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    color: var(--sy-btn-active-color);
    background-color: var(--sy-btn-active-bg);
    border-color: var(--sy-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(--sy-btn-focus-box-shadow); }
  .btn:disabled, .btn.disabled,
  fieldset:disabled .btn {
    color: var(--sy-btn-disabled-color);
    pointer-events: none;
    background-color: var(--sy-btn-disabled-bg);
    border-color: var(--sy-btn-disabled-border-color);
    opacity: var(--sy-btn-disabled-opacity); }

.btn-primary {
  --sy-btn-color: #fff;
  --sy-btn-bg: #7a2e2e;
  --sy-btn-border-color: #7a2e2e;
  --sy-btn-hover-color: #fff;
  --sy-btn-hover-bg: #682727;
  --sy-btn-hover-border-color: #622525;
  --sy-btn-focus-shadow-rgb: 142, 77, 77;
  --sy-btn-active-color: #fff;
  --sy-btn-active-bg: #622525;
  --sy-btn-active-border-color: #5c2323;
  --sy-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --sy-btn-disabled-color: #fff;
  --sy-btn-disabled-bg: #7a2e2e;
  --sy-btn-disabled-border-color: #7a2e2e; }

.btn-secondary {
  --sy-btn-color: #fff;
  --sy-btn-bg: #6c757d;
  --sy-btn-border-color: #6c757d;
  --sy-btn-hover-color: #fff;
  --sy-btn-hover-bg: #5c636a;
  --sy-btn-hover-border-color: #565e64;
  --sy-btn-focus-shadow-rgb: 130, 138, 145;
  --sy-btn-active-color: #fff;
  --sy-btn-active-bg: #565e64;
  --sy-btn-active-border-color: #51585e;
  --sy-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --sy-btn-disabled-color: #fff;
  --sy-btn-disabled-bg: #6c757d;
  --sy-btn-disabled-border-color: #6c757d; }

.btn-success {
  --sy-btn-color: #fff;
  --sy-btn-bg: #198754;
  --sy-btn-border-color: #198754;
  --sy-btn-hover-color: #fff;
  --sy-btn-hover-bg: #157347;
  --sy-btn-hover-border-color: #146c43;
  --sy-btn-focus-shadow-rgb: 60, 153, 110;
  --sy-btn-active-color: #fff;
  --sy-btn-active-bg: #146c43;
  --sy-btn-active-border-color: #13653f;
  --sy-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --sy-btn-disabled-color: #fff;
  --sy-btn-disabled-bg: #198754;
  --sy-btn-disabled-border-color: #198754; }

.btn-info {
  --sy-btn-color: #000;
  --sy-btn-bg: #5bc0de;
  --sy-btn-border-color: #5bc0de;
  --sy-btn-hover-color: #000;
  --sy-btn-hover-bg: #74c9e3;
  --sy-btn-hover-border-color: #6bc6e1;
  --sy-btn-focus-shadow-rgb: 77, 163, 189;
  --sy-btn-active-color: #000;
  --sy-btn-active-bg: #7ccde5;
  --sy-btn-active-border-color: #6bc6e1;
  --sy-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --sy-btn-disabled-color: #000;
  --sy-btn-disabled-bg: #5bc0de;
  --sy-btn-disabled-border-color: #5bc0de; }

.btn-warning {
  --sy-btn-color: #000;
  --sy-btn-bg: #ffc107;
  --sy-btn-border-color: #ffc107;
  --sy-btn-hover-color: #000;
  --sy-btn-hover-bg: #ffca2c;
  --sy-btn-hover-border-color: #ffc720;
  --sy-btn-focus-shadow-rgb: 217, 164, 6;
  --sy-btn-active-color: #000;
  --sy-btn-active-bg: #ffcd39;
  --sy-btn-active-border-color: #ffc720;
  --sy-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --sy-btn-disabled-color: #000;
  --sy-btn-disabled-bg: #ffc107;
  --sy-btn-disabled-border-color: #ffc107; }

.btn-danger {
  --sy-btn-color: #000;
  --sy-btn-bg: #f00;
  --sy-btn-border-color: #f00;
  --sy-btn-hover-color: #000;
  --sy-btn-hover-bg: #ff2626;
  --sy-btn-hover-border-color: #ff1a1a;
  --sy-btn-focus-shadow-rgb: 217, 0, 0;
  --sy-btn-active-color: #000;
  --sy-btn-active-bg: #ff3333;
  --sy-btn-active-border-color: #ff1a1a;
  --sy-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --sy-btn-disabled-color: #000;
  --sy-btn-disabled-bg: #f00;
  --sy-btn-disabled-border-color: #f00; }

.btn-light {
  --sy-btn-color: #000;
  --sy-btn-bg: #f8f9fa;
  --sy-btn-border-color: #f8f9fa;
  --sy-btn-hover-color: #000;
  --sy-btn-hover-bg: #d3d4d5;
  --sy-btn-hover-border-color: #c6c7c8;
  --sy-btn-focus-shadow-rgb: 211, 212, 213;
  --sy-btn-active-color: #000;
  --sy-btn-active-bg: #c6c7c8;
  --sy-btn-active-border-color: #babbbc;
  --sy-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --sy-btn-disabled-color: #000;
  --sy-btn-disabled-bg: #f8f9fa;
  --sy-btn-disabled-border-color: #f8f9fa; }

.btn-dark {
  --sy-btn-color: #fff;
  --sy-btn-bg: #212529;
  --sy-btn-border-color: #212529;
  --sy-btn-hover-color: #fff;
  --sy-btn-hover-bg: #424649;
  --sy-btn-hover-border-color: #373b3e;
  --sy-btn-focus-shadow-rgb: 66, 70, 73;
  --sy-btn-active-color: #fff;
  --sy-btn-active-bg: #4d5154;
  --sy-btn-active-border-color: #373b3e;
  --sy-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --sy-btn-disabled-color: #fff;
  --sy-btn-disabled-bg: #212529;
  --sy-btn-disabled-border-color: #212529; }

.btn-outline-primary {
  --sy-btn-color: #7a2e2e;
  --sy-btn-border-color: #7a2e2e;
  --sy-btn-hover-color: #fff;
  --sy-btn-hover-bg: #7a2e2e;
  --sy-btn-hover-border-color: #7a2e2e;
  --sy-btn-focus-shadow-rgb: 122, 46, 46;
  --sy-btn-active-color: #fff;
  --sy-btn-active-bg: #7a2e2e;
  --sy-btn-active-border-color: #7a2e2e;
  --sy-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --sy-btn-disabled-color: #7a2e2e;
  --sy-btn-disabled-bg: transparent;
  --sy-btn-disabled-border-color: #7a2e2e;
  --sy-gradient: none; }

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

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

.btn-outline-info {
  --sy-btn-color: #5bc0de;
  --sy-btn-border-color: #5bc0de;
  --sy-btn-hover-color: #000;
  --sy-btn-hover-bg: #5bc0de;
  --sy-btn-hover-border-color: #5bc0de;
  --sy-btn-focus-shadow-rgb: 91, 192, 222;
  --sy-btn-active-color: #000;
  --sy-btn-active-bg: #5bc0de;
  --sy-btn-active-border-color: #5bc0de;
  --sy-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --sy-btn-disabled-color: #5bc0de;
  --sy-btn-disabled-bg: transparent;
  --sy-btn-disabled-border-color: #5bc0de;
  --sy-gradient: none; }

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

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

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

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

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

.btn-lg {
  --sy-btn-padding-y: 0.5rem;
  --sy-btn-padding-x: 1rem;
  --sy-btn-font-size: 2rem;
  --sy-btn-border-radius: 0.8rem; }

.btn-sm {
  --sy-btn-padding-y: 0.25rem;
  --sy-btn-padding-x: 0.5rem;
  --sy-btn-font-size: 1.4rem;
  --sy-btn-border-radius: 0.8rem; }

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 0.8rem; } }

.progress,
.progress-stacked {
  --sy-progress-height: 0.8rem;
  --sy-progress-font-size: 1.2rem;
  --sy-progress-bg: #F5F5F5;
  --sy-progress-border-radius: var(--sy-border-radius);
  --sy-progress-box-shadow: none;
  --sy-progress-bar-color: #fff;
  --sy-progress-bar-bg: #7a2e2e;
  --sy-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--sy-progress-height);
  overflow: hidden;
  font-size: var(--sy-progress-font-size);
  background-color: var(--sy-progress-bg);
  border-radius: var(--sy-progress-border-radius); }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--sy-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--sy-progress-bar-bg);
  transition: var(--sy-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(--sy-progress-height) var(--sy-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; } }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

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

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

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

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

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

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

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

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

.link-primary {
  color: RGBA(var(--sy-primary-rgb), var(--sy-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--sy-primary-rgb), var(--sy-link-underline-opacity, 1)) !important; }
  .link-primary:hover, .link-primary:focus {
    color: RGBA(98, 37, 37, var(--sy-link-opacity, 1)) !important;
    text-decoration-color: RGBA(98, 37, 37, var(--sy-link-underline-opacity, 1)) !important; }

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

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

.link-info {
  color: RGBA(var(--sy-info-rgb), var(--sy-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--sy-info-rgb), var(--sy-link-underline-opacity, 1)) !important; }
  .link-info:hover, .link-info:focus {
    color: RGBA(124, 205, 229, var(--sy-link-opacity, 1)) !important;
    text-decoration-color: RGBA(124, 205, 229, var(--sy-link-underline-opacity, 1)) !important; }

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

.link-danger {
  color: RGBA(var(--sy-danger-rgb), var(--sy-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--sy-danger-rgb), var(--sy-link-underline-opacity, 1)) !important; }
  .link-danger:hover, .link-danger:focus {
    color: RGBA(255, 51, 51, var(--sy-link-opacity, 1)) !important;
    text-decoration-color: RGBA(255, 51, 51, var(--sy-link-underline-opacity, 1)) !important; }

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

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

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

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

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

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

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

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

.ratio-4x3 {
  --sy-aspect-ratio: calc(3 / 4 * 100%); }

.ratio-16x9 {
  --sy-aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 {
  --sy-aspect-ratio: calc(9 / 21 * 100%); }

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

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch; }

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

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

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

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

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

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

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

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

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

.object-fit-none {
  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(--sy-box-shadow) !important; }

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

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

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

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

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

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

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

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

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

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

.focus-ring-dark {
  --sy-focus-ring-color: rgba(var(--sy-dark-rgb), var(--sy-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: 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(--sy-border-width) var(--sy-border-style) var(--sy-border-color) !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-dark-subtle {
  border-color: var(--sy-dark-border-subtle) !important; }

.border-1 {
  border-width: 0.1rem !important; }

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

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

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

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

.border-opacity-100 {
  --sy-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: 1rem !important; }

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

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

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

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

.m-6 {
  margin: 6rem !important; }

.m-7 {
  margin: 7rem !important; }

.m-8 {
  margin: 8rem !important; }

.m-9 {
  margin: 9rem !important; }

.m-10 {
  margin: 10rem !important; }

.m-12 {
  margin: 12rem !important; }

.m-18 {
  margin: 18rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-6 {
  padding: 6rem !important; }

.p-7 {
  padding: 7rem !important; }

.p-8 {
  padding: 8rem !important; }

.p-9 {
  padding: 9rem !important; }

.p-10 {
  padding: 10rem !important; }

.p-12 {
  padding: 12rem !important; }

.p-18 {
  padding: 18rem !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-6 {
  gap: 6rem !important; }

.gap-7 {
  gap: 7rem !important; }

.gap-8 {
  gap: 8rem !important; }

.gap-9 {
  gap: 9rem !important; }

.gap-10 {
  gap: 10rem !important; }

.gap-12 {
  gap: 12rem !important; }

.gap-18 {
  gap: 18rem !important; }

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

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

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

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

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

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

.row-gap-6 {
  row-gap: 6rem !important; }

.row-gap-7 {
  row-gap: 7rem !important; }

.row-gap-8 {
  row-gap: 8rem !important; }

.row-gap-9 {
  row-gap: 9rem !important; }

.row-gap-10 {
  row-gap: 10rem !important; }

.row-gap-12 {
  row-gap: 12rem !important; }

.row-gap-18 {
  row-gap: 18rem !important; }

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

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

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

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

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

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

.column-gap-6 {
  column-gap: 6rem !important; }

.column-gap-7 {
  column-gap: 7rem !important; }

.column-gap-8 {
  column-gap: 8rem !important; }

.column-gap-9 {
  column-gap: 9rem !important; }

.column-gap-10 {
  column-gap: 10rem !important; }

.column-gap-12 {
  column-gap: 12rem !important; }

.column-gap-18 {
  column-gap: 18rem !important; }

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

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

.fs-2 {
  font-size: 3.8rem !important; }

.fs-3 {
  font-size: 3.4rem !important; }

.fs-4 {
  font-size: 2.4rem !important; }

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

.fs-6 {
  font-size: 1.6rem !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 {
  --sy-text-opacity: 1;
  color: rgba(var(--sy-primary-rgb), var(--sy-text-opacity)) !important; }

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

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

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

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

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

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

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

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

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

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

.text-muted {
  --sy-text-opacity: 1;
  color: var(--sy-secondary-color) !important; }

.text-black-50 {
  --sy-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  --sy-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important; }

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

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

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

.text-reset {
  --sy-text-opacity: 1;
  color: inherit !important; }

.text-opacity-25 {
  --sy-text-opacity: 0.25; }

.text-opacity-50 {
  --sy-text-opacity: 0.5; }

.text-opacity-75 {
  --sy-text-opacity: 0.75; }

.text-opacity-100 {
  --sy-text-opacity: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.link-opacity-100-hover:hover {
  --sy-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 {
  --sy-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--sy-primary-rgb), var(--sy-link-underline-opacity)) !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-transparent {
  --sy-bg-opacity: 1;
  background-color: transparent !important; }

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

.bg-body-tertiary {
  --sy-bg-opacity: 1;
  background-color: rgba(var(--sy-tertiary-bg-rgb), var(--sy-bg-opacity)) !important; }

.bg-opacity-10 {
  --sy-bg-opacity: 0.1; }

.bg-opacity-25 {
  --sy-bg-opacity: 0.25; }

.bg-opacity-50 {
  --sy-bg-opacity: 0.5; }

.bg-opacity-75 {
  --sy-bg-opacity: 0.75; }

.bg-opacity-100 {
  --sy-bg-opacity: 1; }

.bg-primary-subtle {
  background-color: var(--sy-primary-bg-subtle) !important; }

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

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

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

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

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

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

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

.bg-gradient {
  background-image: var(--sy-gradient) !important; }

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

.pe-none {
  pointer-events: none !important; }

.pe-auto {
  pointer-events: auto !important; }

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

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

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

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

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

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

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

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

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

.rounded-top {
  border-top-left-radius: var(--sy-border-radius) !important;
  border-top-right-radius: var(--sy-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(--sy-border-radius-sm) !important;
  border-top-right-radius: var(--sy-border-radius-sm) !important; }

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

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

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

.rounded-top-5 {
  border-top-left-radius: var(--sy-border-radius-xxl) !important;
  border-top-right-radius: var(--sy-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(--sy-border-radius-pill) !important;
  border-top-right-radius: var(--sy-border-radius-pill) !important; }

.rounded-end {
  border-top-right-radius: var(--sy-border-radius) !important;
  border-bottom-right-radius: var(--sy-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(--sy-border-radius-sm) !important;
  border-bottom-right-radius: var(--sy-border-radius-sm) !important; }

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

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

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

.rounded-end-5 {
  border-top-right-radius: var(--sy-border-radius-xxl) !important;
  border-bottom-right-radius: var(--sy-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(--sy-border-radius-pill) !important;
  border-bottom-right-radius: var(--sy-border-radius-pill) !important; }

.rounded-bottom {
  border-bottom-right-radius: var(--sy-border-radius) !important;
  border-bottom-left-radius: var(--sy-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(--sy-border-radius-sm) !important;
  border-bottom-left-radius: var(--sy-border-radius-sm) !important; }

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

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

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

.rounded-bottom-5 {
  border-bottom-right-radius: var(--sy-border-radius-xxl) !important;
  border-bottom-left-radius: var(--sy-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(--sy-border-radius-pill) !important;
  border-bottom-left-radius: var(--sy-border-radius-pill) !important; }

.rounded-start {
  border-bottom-left-radius: var(--sy-border-radius) !important;
  border-top-left-radius: var(--sy-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(--sy-border-radius-sm) !important;
  border-top-left-radius: var(--sy-border-radius-sm) !important; }

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

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

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

.rounded-start-5 {
  border-bottom-left-radius: var(--sy-border-radius-xxl) !important;
  border-top-left-radius: var(--sy-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(--sy-border-radius-pill) !important;
  border-top-left-radius: var(--sy-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 {
    object-fit: contain !important; }
  .object-fit-sm-cover {
    object-fit: cover !important; }
  .object-fit-sm-fill {
    object-fit: fill !important; }
  .object-fit-sm-scale {
    object-fit: scale-down !important; }
  .object-fit-sm-none {
    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: 1rem !important; }
  .m-sm-2 {
    margin: 2rem !important; }
  .m-sm-3 {
    margin: 3rem !important; }
  .m-sm-4 {
    margin: 4rem !important; }
  .m-sm-5 {
    margin: 5rem !important; }
  .m-sm-6 {
    margin: 6rem !important; }
  .m-sm-7 {
    margin: 7rem !important; }
  .m-sm-8 {
    margin: 8rem !important; }
  .m-sm-9 {
    margin: 9rem !important; }
  .m-sm-10 {
    margin: 10rem !important; }
  .m-sm-12 {
    margin: 12rem !important; }
  .m-sm-18 {
    margin: 18rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .mx-sm-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .mx-sm-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .mx-sm-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important; }
  .mx-sm-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important; }
  .mx-sm-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important; }
  .mx-sm-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important; }
  .mx-sm-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important; }
  .mx-sm-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important; }
  .mx-sm-18 {
    margin-right: 18rem !important;
    margin-left: 18rem !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: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .my-sm-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .my-sm-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-sm-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .my-sm-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important; }
  .my-sm-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important; }
  .my-sm-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important; }
  .my-sm-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important; }
  .my-sm-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important; }
  .my-sm-18 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 1rem !important; }
  .mt-sm-2 {
    margin-top: 2rem !important; }
  .mt-sm-3 {
    margin-top: 3rem !important; }
  .mt-sm-4 {
    margin-top: 4rem !important; }
  .mt-sm-5 {
    margin-top: 5rem !important; }
  .mt-sm-6 {
    margin-top: 6rem !important; }
  .mt-sm-7 {
    margin-top: 7rem !important; }
  .mt-sm-8 {
    margin-top: 8rem !important; }
  .mt-sm-9 {
    margin-top: 9rem !important; }
  .mt-sm-10 {
    margin-top: 10rem !important; }
  .mt-sm-12 {
    margin-top: 12rem !important; }
  .mt-sm-18 {
    margin-top: 18rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 1rem !important; }
  .me-sm-2 {
    margin-right: 2rem !important; }
  .me-sm-3 {
    margin-right: 3rem !important; }
  .me-sm-4 {
    margin-right: 4rem !important; }
  .me-sm-5 {
    margin-right: 5rem !important; }
  .me-sm-6 {
    margin-right: 6rem !important; }
  .me-sm-7 {
    margin-right: 7rem !important; }
  .me-sm-8 {
    margin-right: 8rem !important; }
  .me-sm-9 {
    margin-right: 9rem !important; }
  .me-sm-10 {
    margin-right: 10rem !important; }
  .me-sm-12 {
    margin-right: 12rem !important; }
  .me-sm-18 {
    margin-right: 18rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 1rem !important; }
  .mb-sm-2 {
    margin-bottom: 2rem !important; }
  .mb-sm-3 {
    margin-bottom: 3rem !important; }
  .mb-sm-4 {
    margin-bottom: 4rem !important; }
  .mb-sm-5 {
    margin-bottom: 5rem !important; }
  .mb-sm-6 {
    margin-bottom: 6rem !important; }
  .mb-sm-7 {
    margin-bottom: 7rem !important; }
  .mb-sm-8 {
    margin-bottom: 8rem !important; }
  .mb-sm-9 {
    margin-bottom: 9rem !important; }
  .mb-sm-10 {
    margin-bottom: 10rem !important; }
  .mb-sm-12 {
    margin-bottom: 12rem !important; }
  .mb-sm-18 {
    margin-bottom: 18rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 1rem !important; }
  .ms-sm-2 {
    margin-left: 2rem !important; }
  .ms-sm-3 {
    margin-left: 3rem !important; }
  .ms-sm-4 {
    margin-left: 4rem !important; }
  .ms-sm-5 {
    margin-left: 5rem !important; }
  .ms-sm-6 {
    margin-left: 6rem !important; }
  .ms-sm-7 {
    margin-left: 7rem !important; }
  .ms-sm-8 {
    margin-left: 8rem !important; }
  .ms-sm-9 {
    margin-left: 9rem !important; }
  .ms-sm-10 {
    margin-left: 10rem !important; }
  .ms-sm-12 {
    margin-left: 12rem !important; }
  .ms-sm-18 {
    margin-left: 18rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 1rem !important; }
  .p-sm-2 {
    padding: 2rem !important; }
  .p-sm-3 {
    padding: 3rem !important; }
  .p-sm-4 {
    padding: 4rem !important; }
  .p-sm-5 {
    padding: 5rem !important; }
  .p-sm-6 {
    padding: 6rem !important; }
  .p-sm-7 {
    padding: 7rem !important; }
  .p-sm-8 {
    padding: 8rem !important; }
  .p-sm-9 {
    padding: 9rem !important; }
  .p-sm-10 {
    padding: 10rem !important; }
  .p-sm-12 {
    padding: 12rem !important; }
  .p-sm-18 {
    padding: 18rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .px-sm-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-sm-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .px-sm-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .px-sm-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }
  .px-sm-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important; }
  .px-sm-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important; }
  .px-sm-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important; }
  .px-sm-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important; }
  .px-sm-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important; }
  .px-sm-18 {
    padding-right: 18rem !important;
    padding-left: 18rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .py-sm-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-sm-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .py-sm-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .py-sm-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .py-sm-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important; }
  .py-sm-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important; }
  .py-sm-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important; }
  .py-sm-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important; }
  .py-sm-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important; }
  .py-sm-18 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 1rem !important; }
  .pt-sm-2 {
    padding-top: 2rem !important; }
  .pt-sm-3 {
    padding-top: 3rem !important; }
  .pt-sm-4 {
    padding-top: 4rem !important; }
  .pt-sm-5 {
    padding-top: 5rem !important; }
  .pt-sm-6 {
    padding-top: 6rem !important; }
  .pt-sm-7 {
    padding-top: 7rem !important; }
  .pt-sm-8 {
    padding-top: 8rem !important; }
  .pt-sm-9 {
    padding-top: 9rem !important; }
  .pt-sm-10 {
    padding-top: 10rem !important; }
  .pt-sm-12 {
    padding-top: 12rem !important; }
  .pt-sm-18 {
    padding-top: 18rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 1rem !important; }
  .pe-sm-2 {
    padding-right: 2rem !important; }
  .pe-sm-3 {
    padding-right: 3rem !important; }
  .pe-sm-4 {
    padding-right: 4rem !important; }
  .pe-sm-5 {
    padding-right: 5rem !important; }
  .pe-sm-6 {
    padding-right: 6rem !important; }
  .pe-sm-7 {
    padding-right: 7rem !important; }
  .pe-sm-8 {
    padding-right: 8rem !important; }
  .pe-sm-9 {
    padding-right: 9rem !important; }
  .pe-sm-10 {
    padding-right: 10rem !important; }
  .pe-sm-12 {
    padding-right: 12rem !important; }
  .pe-sm-18 {
    padding-right: 18rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 1rem !important; }
  .pb-sm-2 {
    padding-bottom: 2rem !important; }
  .pb-sm-3 {
    padding-bottom: 3rem !important; }
  .pb-sm-4 {
    padding-bottom: 4rem !important; }
  .pb-sm-5 {
    padding-bottom: 5rem !important; }
  .pb-sm-6 {
    padding-bottom: 6rem !important; }
  .pb-sm-7 {
    padding-bottom: 7rem !important; }
  .pb-sm-8 {
    padding-bottom: 8rem !important; }
  .pb-sm-9 {
    padding-bottom: 9rem !important; }
  .pb-sm-10 {
    padding-bottom: 10rem !important; }
  .pb-sm-12 {
    padding-bottom: 12rem !important; }
  .pb-sm-18 {
    padding-bottom: 18rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 1rem !important; }
  .ps-sm-2 {
    padding-left: 2rem !important; }
  .ps-sm-3 {
    padding-left: 3rem !important; }
  .ps-sm-4 {
    padding-left: 4rem !important; }
  .ps-sm-5 {
    padding-left: 5rem !important; }
  .ps-sm-6 {
    padding-left: 6rem !important; }
  .ps-sm-7 {
    padding-left: 7rem !important; }
  .ps-sm-8 {
    padding-left: 8rem !important; }
  .ps-sm-9 {
    padding-left: 9rem !important; }
  .ps-sm-10 {
    padding-left: 10rem !important; }
  .ps-sm-12 {
    padding-left: 12rem !important; }
  .ps-sm-18 {
    padding-left: 18rem !important; }
  .gap-sm-0 {
    gap: 0 !important; }
  .gap-sm-1 {
    gap: 1rem !important; }
  .gap-sm-2 {
    gap: 2rem !important; }
  .gap-sm-3 {
    gap: 3rem !important; }
  .gap-sm-4 {
    gap: 4rem !important; }
  .gap-sm-5 {
    gap: 5rem !important; }
  .gap-sm-6 {
    gap: 6rem !important; }
  .gap-sm-7 {
    gap: 7rem !important; }
  .gap-sm-8 {
    gap: 8rem !important; }
  .gap-sm-9 {
    gap: 9rem !important; }
  .gap-sm-10 {
    gap: 10rem !important; }
  .gap-sm-12 {
    gap: 12rem !important; }
  .gap-sm-18 {
    gap: 18rem !important; }
  .row-gap-sm-0 {
    row-gap: 0 !important; }
  .row-gap-sm-1 {
    row-gap: 1rem !important; }
  .row-gap-sm-2 {
    row-gap: 2rem !important; }
  .row-gap-sm-3 {
    row-gap: 3rem !important; }
  .row-gap-sm-4 {
    row-gap: 4rem !important; }
  .row-gap-sm-5 {
    row-gap: 5rem !important; }
  .row-gap-sm-6 {
    row-gap: 6rem !important; }
  .row-gap-sm-7 {
    row-gap: 7rem !important; }
  .row-gap-sm-8 {
    row-gap: 8rem !important; }
  .row-gap-sm-9 {
    row-gap: 9rem !important; }
  .row-gap-sm-10 {
    row-gap: 10rem !important; }
  .row-gap-sm-12 {
    row-gap: 12rem !important; }
  .row-gap-sm-18 {
    row-gap: 18rem !important; }
  .column-gap-sm-0 {
    column-gap: 0 !important; }
  .column-gap-sm-1 {
    column-gap: 1rem !important; }
  .column-gap-sm-2 {
    column-gap: 2rem !important; }
  .column-gap-sm-3 {
    column-gap: 3rem !important; }
  .column-gap-sm-4 {
    column-gap: 4rem !important; }
  .column-gap-sm-5 {
    column-gap: 5rem !important; }
  .column-gap-sm-6 {
    column-gap: 6rem !important; }
  .column-gap-sm-7 {
    column-gap: 7rem !important; }
  .column-gap-sm-8 {
    column-gap: 8rem !important; }
  .column-gap-sm-9 {
    column-gap: 9rem !important; }
  .column-gap-sm-10 {
    column-gap: 10rem !important; }
  .column-gap-sm-12 {
    column-gap: 12rem !important; }
  .column-gap-sm-18 {
    column-gap: 18rem !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 {
    object-fit: contain !important; }
  .object-fit-md-cover {
    object-fit: cover !important; }
  .object-fit-md-fill {
    object-fit: fill !important; }
  .object-fit-md-scale {
    object-fit: scale-down !important; }
  .object-fit-md-none {
    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: 1rem !important; }
  .m-md-2 {
    margin: 2rem !important; }
  .m-md-3 {
    margin: 3rem !important; }
  .m-md-4 {
    margin: 4rem !important; }
  .m-md-5 {
    margin: 5rem !important; }
  .m-md-6 {
    margin: 6rem !important; }
  .m-md-7 {
    margin: 7rem !important; }
  .m-md-8 {
    margin: 8rem !important; }
  .m-md-9 {
    margin: 9rem !important; }
  .m-md-10 {
    margin: 10rem !important; }
  .m-md-12 {
    margin: 12rem !important; }
  .m-md-18 {
    margin: 18rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .mx-md-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .mx-md-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .mx-md-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important; }
  .mx-md-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important; }
  .mx-md-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important; }
  .mx-md-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important; }
  .mx-md-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important; }
  .mx-md-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important; }
  .mx-md-18 {
    margin-right: 18rem !important;
    margin-left: 18rem !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: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .my-md-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .my-md-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-md-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .my-md-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important; }
  .my-md-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important; }
  .my-md-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important; }
  .my-md-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important; }
  .my-md-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important; }
  .my-md-18 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 1rem !important; }
  .mt-md-2 {
    margin-top: 2rem !important; }
  .mt-md-3 {
    margin-top: 3rem !important; }
  .mt-md-4 {
    margin-top: 4rem !important; }
  .mt-md-5 {
    margin-top: 5rem !important; }
  .mt-md-6 {
    margin-top: 6rem !important; }
  .mt-md-7 {
    margin-top: 7rem !important; }
  .mt-md-8 {
    margin-top: 8rem !important; }
  .mt-md-9 {
    margin-top: 9rem !important; }
  .mt-md-10 {
    margin-top: 10rem !important; }
  .mt-md-12 {
    margin-top: 12rem !important; }
  .mt-md-18 {
    margin-top: 18rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 1rem !important; }
  .me-md-2 {
    margin-right: 2rem !important; }
  .me-md-3 {
    margin-right: 3rem !important; }
  .me-md-4 {
    margin-right: 4rem !important; }
  .me-md-5 {
    margin-right: 5rem !important; }
  .me-md-6 {
    margin-right: 6rem !important; }
  .me-md-7 {
    margin-right: 7rem !important; }
  .me-md-8 {
    margin-right: 8rem !important; }
  .me-md-9 {
    margin-right: 9rem !important; }
  .me-md-10 {
    margin-right: 10rem !important; }
  .me-md-12 {
    margin-right: 12rem !important; }
  .me-md-18 {
    margin-right: 18rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 1rem !important; }
  .mb-md-2 {
    margin-bottom: 2rem !important; }
  .mb-md-3 {
    margin-bottom: 3rem !important; }
  .mb-md-4 {
    margin-bottom: 4rem !important; }
  .mb-md-5 {
    margin-bottom: 5rem !important; }
  .mb-md-6 {
    margin-bottom: 6rem !important; }
  .mb-md-7 {
    margin-bottom: 7rem !important; }
  .mb-md-8 {
    margin-bottom: 8rem !important; }
  .mb-md-9 {
    margin-bottom: 9rem !important; }
  .mb-md-10 {
    margin-bottom: 10rem !important; }
  .mb-md-12 {
    margin-bottom: 12rem !important; }
  .mb-md-18 {
    margin-bottom: 18rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 1rem !important; }
  .ms-md-2 {
    margin-left: 2rem !important; }
  .ms-md-3 {
    margin-left: 3rem !important; }
  .ms-md-4 {
    margin-left: 4rem !important; }
  .ms-md-5 {
    margin-left: 5rem !important; }
  .ms-md-6 {
    margin-left: 6rem !important; }
  .ms-md-7 {
    margin-left: 7rem !important; }
  .ms-md-8 {
    margin-left: 8rem !important; }
  .ms-md-9 {
    margin-left: 9rem !important; }
  .ms-md-10 {
    margin-left: 10rem !important; }
  .ms-md-12 {
    margin-left: 12rem !important; }
  .ms-md-18 {
    margin-left: 18rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 1rem !important; }
  .p-md-2 {
    padding: 2rem !important; }
  .p-md-3 {
    padding: 3rem !important; }
  .p-md-4 {
    padding: 4rem !important; }
  .p-md-5 {
    padding: 5rem !important; }
  .p-md-6 {
    padding: 6rem !important; }
  .p-md-7 {
    padding: 7rem !important; }
  .p-md-8 {
    padding: 8rem !important; }
  .p-md-9 {
    padding: 9rem !important; }
  .p-md-10 {
    padding: 10rem !important; }
  .p-md-12 {
    padding: 12rem !important; }
  .p-md-18 {
    padding: 18rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .px-md-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-md-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .px-md-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .px-md-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }
  .px-md-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important; }
  .px-md-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important; }
  .px-md-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important; }
  .px-md-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important; }
  .px-md-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important; }
  .px-md-18 {
    padding-right: 18rem !important;
    padding-left: 18rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .py-md-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-md-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .py-md-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .py-md-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .py-md-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important; }
  .py-md-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important; }
  .py-md-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important; }
  .py-md-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important; }
  .py-md-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important; }
  .py-md-18 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 1rem !important; }
  .pt-md-2 {
    padding-top: 2rem !important; }
  .pt-md-3 {
    padding-top: 3rem !important; }
  .pt-md-4 {
    padding-top: 4rem !important; }
  .pt-md-5 {
    padding-top: 5rem !important; }
  .pt-md-6 {
    padding-top: 6rem !important; }
  .pt-md-7 {
    padding-top: 7rem !important; }
  .pt-md-8 {
    padding-top: 8rem !important; }
  .pt-md-9 {
    padding-top: 9rem !important; }
  .pt-md-10 {
    padding-top: 10rem !important; }
  .pt-md-12 {
    padding-top: 12rem !important; }
  .pt-md-18 {
    padding-top: 18rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 1rem !important; }
  .pe-md-2 {
    padding-right: 2rem !important; }
  .pe-md-3 {
    padding-right: 3rem !important; }
  .pe-md-4 {
    padding-right: 4rem !important; }
  .pe-md-5 {
    padding-right: 5rem !important; }
  .pe-md-6 {
    padding-right: 6rem !important; }
  .pe-md-7 {
    padding-right: 7rem !important; }
  .pe-md-8 {
    padding-right: 8rem !important; }
  .pe-md-9 {
    padding-right: 9rem !important; }
  .pe-md-10 {
    padding-right: 10rem !important; }
  .pe-md-12 {
    padding-right: 12rem !important; }
  .pe-md-18 {
    padding-right: 18rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 1rem !important; }
  .pb-md-2 {
    padding-bottom: 2rem !important; }
  .pb-md-3 {
    padding-bottom: 3rem !important; }
  .pb-md-4 {
    padding-bottom: 4rem !important; }
  .pb-md-5 {
    padding-bottom: 5rem !important; }
  .pb-md-6 {
    padding-bottom: 6rem !important; }
  .pb-md-7 {
    padding-bottom: 7rem !important; }
  .pb-md-8 {
    padding-bottom: 8rem !important; }
  .pb-md-9 {
    padding-bottom: 9rem !important; }
  .pb-md-10 {
    padding-bottom: 10rem !important; }
  .pb-md-12 {
    padding-bottom: 12rem !important; }
  .pb-md-18 {
    padding-bottom: 18rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 1rem !important; }
  .ps-md-2 {
    padding-left: 2rem !important; }
  .ps-md-3 {
    padding-left: 3rem !important; }
  .ps-md-4 {
    padding-left: 4rem !important; }
  .ps-md-5 {
    padding-left: 5rem !important; }
  .ps-md-6 {
    padding-left: 6rem !important; }
  .ps-md-7 {
    padding-left: 7rem !important; }
  .ps-md-8 {
    padding-left: 8rem !important; }
  .ps-md-9 {
    padding-left: 9rem !important; }
  .ps-md-10 {
    padding-left: 10rem !important; }
  .ps-md-12 {
    padding-left: 12rem !important; }
  .ps-md-18 {
    padding-left: 18rem !important; }
  .gap-md-0 {
    gap: 0 !important; }
  .gap-md-1 {
    gap: 1rem !important; }
  .gap-md-2 {
    gap: 2rem !important; }
  .gap-md-3 {
    gap: 3rem !important; }
  .gap-md-4 {
    gap: 4rem !important; }
  .gap-md-5 {
    gap: 5rem !important; }
  .gap-md-6 {
    gap: 6rem !important; }
  .gap-md-7 {
    gap: 7rem !important; }
  .gap-md-8 {
    gap: 8rem !important; }
  .gap-md-9 {
    gap: 9rem !important; }
  .gap-md-10 {
    gap: 10rem !important; }
  .gap-md-12 {
    gap: 12rem !important; }
  .gap-md-18 {
    gap: 18rem !important; }
  .row-gap-md-0 {
    row-gap: 0 !important; }
  .row-gap-md-1 {
    row-gap: 1rem !important; }
  .row-gap-md-2 {
    row-gap: 2rem !important; }
  .row-gap-md-3 {
    row-gap: 3rem !important; }
  .row-gap-md-4 {
    row-gap: 4rem !important; }
  .row-gap-md-5 {
    row-gap: 5rem !important; }
  .row-gap-md-6 {
    row-gap: 6rem !important; }
  .row-gap-md-7 {
    row-gap: 7rem !important; }
  .row-gap-md-8 {
    row-gap: 8rem !important; }
  .row-gap-md-9 {
    row-gap: 9rem !important; }
  .row-gap-md-10 {
    row-gap: 10rem !important; }
  .row-gap-md-12 {
    row-gap: 12rem !important; }
  .row-gap-md-18 {
    row-gap: 18rem !important; }
  .column-gap-md-0 {
    column-gap: 0 !important; }
  .column-gap-md-1 {
    column-gap: 1rem !important; }
  .column-gap-md-2 {
    column-gap: 2rem !important; }
  .column-gap-md-3 {
    column-gap: 3rem !important; }
  .column-gap-md-4 {
    column-gap: 4rem !important; }
  .column-gap-md-5 {
    column-gap: 5rem !important; }
  .column-gap-md-6 {
    column-gap: 6rem !important; }
  .column-gap-md-7 {
    column-gap: 7rem !important; }
  .column-gap-md-8 {
    column-gap: 8rem !important; }
  .column-gap-md-9 {
    column-gap: 9rem !important; }
  .column-gap-md-10 {
    column-gap: 10rem !important; }
  .column-gap-md-12 {
    column-gap: 12rem !important; }
  .column-gap-md-18 {
    column-gap: 18rem !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 {
    object-fit: contain !important; }
  .object-fit-lg-cover {
    object-fit: cover !important; }
  .object-fit-lg-fill {
    object-fit: fill !important; }
  .object-fit-lg-scale {
    object-fit: scale-down !important; }
  .object-fit-lg-none {
    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: 1rem !important; }
  .m-lg-2 {
    margin: 2rem !important; }
  .m-lg-3 {
    margin: 3rem !important; }
  .m-lg-4 {
    margin: 4rem !important; }
  .m-lg-5 {
    margin: 5rem !important; }
  .m-lg-6 {
    margin: 6rem !important; }
  .m-lg-7 {
    margin: 7rem !important; }
  .m-lg-8 {
    margin: 8rem !important; }
  .m-lg-9 {
    margin: 9rem !important; }
  .m-lg-10 {
    margin: 10rem !important; }
  .m-lg-12 {
    margin: 12rem !important; }
  .m-lg-18 {
    margin: 18rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .mx-lg-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .mx-lg-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .mx-lg-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important; }
  .mx-lg-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important; }
  .mx-lg-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important; }
  .mx-lg-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important; }
  .mx-lg-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important; }
  .mx-lg-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important; }
  .mx-lg-18 {
    margin-right: 18rem !important;
    margin-left: 18rem !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: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .my-lg-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .my-lg-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-lg-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .my-lg-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important; }
  .my-lg-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important; }
  .my-lg-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important; }
  .my-lg-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important; }
  .my-lg-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important; }
  .my-lg-18 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 1rem !important; }
  .mt-lg-2 {
    margin-top: 2rem !important; }
  .mt-lg-3 {
    margin-top: 3rem !important; }
  .mt-lg-4 {
    margin-top: 4rem !important; }
  .mt-lg-5 {
    margin-top: 5rem !important; }
  .mt-lg-6 {
    margin-top: 6rem !important; }
  .mt-lg-7 {
    margin-top: 7rem !important; }
  .mt-lg-8 {
    margin-top: 8rem !important; }
  .mt-lg-9 {
    margin-top: 9rem !important; }
  .mt-lg-10 {
    margin-top: 10rem !important; }
  .mt-lg-12 {
    margin-top: 12rem !important; }
  .mt-lg-18 {
    margin-top: 18rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 1rem !important; }
  .me-lg-2 {
    margin-right: 2rem !important; }
  .me-lg-3 {
    margin-right: 3rem !important; }
  .me-lg-4 {
    margin-right: 4rem !important; }
  .me-lg-5 {
    margin-right: 5rem !important; }
  .me-lg-6 {
    margin-right: 6rem !important; }
  .me-lg-7 {
    margin-right: 7rem !important; }
  .me-lg-8 {
    margin-right: 8rem !important; }
  .me-lg-9 {
    margin-right: 9rem !important; }
  .me-lg-10 {
    margin-right: 10rem !important; }
  .me-lg-12 {
    margin-right: 12rem !important; }
  .me-lg-18 {
    margin-right: 18rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 1rem !important; }
  .mb-lg-2 {
    margin-bottom: 2rem !important; }
  .mb-lg-3 {
    margin-bottom: 3rem !important; }
  .mb-lg-4 {
    margin-bottom: 4rem !important; }
  .mb-lg-5 {
    margin-bottom: 5rem !important; }
  .mb-lg-6 {
    margin-bottom: 6rem !important; }
  .mb-lg-7 {
    margin-bottom: 7rem !important; }
  .mb-lg-8 {
    margin-bottom: 8rem !important; }
  .mb-lg-9 {
    margin-bottom: 9rem !important; }
  .mb-lg-10 {
    margin-bottom: 10rem !important; }
  .mb-lg-12 {
    margin-bottom: 12rem !important; }
  .mb-lg-18 {
    margin-bottom: 18rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 1rem !important; }
  .ms-lg-2 {
    margin-left: 2rem !important; }
  .ms-lg-3 {
    margin-left: 3rem !important; }
  .ms-lg-4 {
    margin-left: 4rem !important; }
  .ms-lg-5 {
    margin-left: 5rem !important; }
  .ms-lg-6 {
    margin-left: 6rem !important; }
  .ms-lg-7 {
    margin-left: 7rem !important; }
  .ms-lg-8 {
    margin-left: 8rem !important; }
  .ms-lg-9 {
    margin-left: 9rem !important; }
  .ms-lg-10 {
    margin-left: 10rem !important; }
  .ms-lg-12 {
    margin-left: 12rem !important; }
  .ms-lg-18 {
    margin-left: 18rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 1rem !important; }
  .p-lg-2 {
    padding: 2rem !important; }
  .p-lg-3 {
    padding: 3rem !important; }
  .p-lg-4 {
    padding: 4rem !important; }
  .p-lg-5 {
    padding: 5rem !important; }
  .p-lg-6 {
    padding: 6rem !important; }
  .p-lg-7 {
    padding: 7rem !important; }
  .p-lg-8 {
    padding: 8rem !important; }
  .p-lg-9 {
    padding: 9rem !important; }
  .p-lg-10 {
    padding: 10rem !important; }
  .p-lg-12 {
    padding: 12rem !important; }
  .p-lg-18 {
    padding: 18rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .px-lg-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-lg-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .px-lg-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .px-lg-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }
  .px-lg-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important; }
  .px-lg-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important; }
  .px-lg-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important; }
  .px-lg-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important; }
  .px-lg-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important; }
  .px-lg-18 {
    padding-right: 18rem !important;
    padding-left: 18rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .py-lg-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-lg-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .py-lg-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .py-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .py-lg-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important; }
  .py-lg-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important; }
  .py-lg-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important; }
  .py-lg-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important; }
  .py-lg-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important; }
  .py-lg-18 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 1rem !important; }
  .pt-lg-2 {
    padding-top: 2rem !important; }
  .pt-lg-3 {
    padding-top: 3rem !important; }
  .pt-lg-4 {
    padding-top: 4rem !important; }
  .pt-lg-5 {
    padding-top: 5rem !important; }
  .pt-lg-6 {
    padding-top: 6rem !important; }
  .pt-lg-7 {
    padding-top: 7rem !important; }
  .pt-lg-8 {
    padding-top: 8rem !important; }
  .pt-lg-9 {
    padding-top: 9rem !important; }
  .pt-lg-10 {
    padding-top: 10rem !important; }
  .pt-lg-12 {
    padding-top: 12rem !important; }
  .pt-lg-18 {
    padding-top: 18rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 1rem !important; }
  .pe-lg-2 {
    padding-right: 2rem !important; }
  .pe-lg-3 {
    padding-right: 3rem !important; }
  .pe-lg-4 {
    padding-right: 4rem !important; }
  .pe-lg-5 {
    padding-right: 5rem !important; }
  .pe-lg-6 {
    padding-right: 6rem !important; }
  .pe-lg-7 {
    padding-right: 7rem !important; }
  .pe-lg-8 {
    padding-right: 8rem !important; }
  .pe-lg-9 {
    padding-right: 9rem !important; }
  .pe-lg-10 {
    padding-right: 10rem !important; }
  .pe-lg-12 {
    padding-right: 12rem !important; }
  .pe-lg-18 {
    padding-right: 18rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 1rem !important; }
  .pb-lg-2 {
    padding-bottom: 2rem !important; }
  .pb-lg-3 {
    padding-bottom: 3rem !important; }
  .pb-lg-4 {
    padding-bottom: 4rem !important; }
  .pb-lg-5 {
    padding-bottom: 5rem !important; }
  .pb-lg-6 {
    padding-bottom: 6rem !important; }
  .pb-lg-7 {
    padding-bottom: 7rem !important; }
  .pb-lg-8 {
    padding-bottom: 8rem !important; }
  .pb-lg-9 {
    padding-bottom: 9rem !important; }
  .pb-lg-10 {
    padding-bottom: 10rem !important; }
  .pb-lg-12 {
    padding-bottom: 12rem !important; }
  .pb-lg-18 {
    padding-bottom: 18rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 1rem !important; }
  .ps-lg-2 {
    padding-left: 2rem !important; }
  .ps-lg-3 {
    padding-left: 3rem !important; }
  .ps-lg-4 {
    padding-left: 4rem !important; }
  .ps-lg-5 {
    padding-left: 5rem !important; }
  .ps-lg-6 {
    padding-left: 6rem !important; }
  .ps-lg-7 {
    padding-left: 7rem !important; }
  .ps-lg-8 {
    padding-left: 8rem !important; }
  .ps-lg-9 {
    padding-left: 9rem !important; }
  .ps-lg-10 {
    padding-left: 10rem !important; }
  .ps-lg-12 {
    padding-left: 12rem !important; }
  .ps-lg-18 {
    padding-left: 18rem !important; }
  .gap-lg-0 {
    gap: 0 !important; }
  .gap-lg-1 {
    gap: 1rem !important; }
  .gap-lg-2 {
    gap: 2rem !important; }
  .gap-lg-3 {
    gap: 3rem !important; }
  .gap-lg-4 {
    gap: 4rem !important; }
  .gap-lg-5 {
    gap: 5rem !important; }
  .gap-lg-6 {
    gap: 6rem !important; }
  .gap-lg-7 {
    gap: 7rem !important; }
  .gap-lg-8 {
    gap: 8rem !important; }
  .gap-lg-9 {
    gap: 9rem !important; }
  .gap-lg-10 {
    gap: 10rem !important; }
  .gap-lg-12 {
    gap: 12rem !important; }
  .gap-lg-18 {
    gap: 18rem !important; }
  .row-gap-lg-0 {
    row-gap: 0 !important; }
  .row-gap-lg-1 {
    row-gap: 1rem !important; }
  .row-gap-lg-2 {
    row-gap: 2rem !important; }
  .row-gap-lg-3 {
    row-gap: 3rem !important; }
  .row-gap-lg-4 {
    row-gap: 4rem !important; }
  .row-gap-lg-5 {
    row-gap: 5rem !important; }
  .row-gap-lg-6 {
    row-gap: 6rem !important; }
  .row-gap-lg-7 {
    row-gap: 7rem !important; }
  .row-gap-lg-8 {
    row-gap: 8rem !important; }
  .row-gap-lg-9 {
    row-gap: 9rem !important; }
  .row-gap-lg-10 {
    row-gap: 10rem !important; }
  .row-gap-lg-12 {
    row-gap: 12rem !important; }
  .row-gap-lg-18 {
    row-gap: 18rem !important; }
  .column-gap-lg-0 {
    column-gap: 0 !important; }
  .column-gap-lg-1 {
    column-gap: 1rem !important; }
  .column-gap-lg-2 {
    column-gap: 2rem !important; }
  .column-gap-lg-3 {
    column-gap: 3rem !important; }
  .column-gap-lg-4 {
    column-gap: 4rem !important; }
  .column-gap-lg-5 {
    column-gap: 5rem !important; }
  .column-gap-lg-6 {
    column-gap: 6rem !important; }
  .column-gap-lg-7 {
    column-gap: 7rem !important; }
  .column-gap-lg-8 {
    column-gap: 8rem !important; }
  .column-gap-lg-9 {
    column-gap: 9rem !important; }
  .column-gap-lg-10 {
    column-gap: 10rem !important; }
  .column-gap-lg-12 {
    column-gap: 12rem !important; }
  .column-gap-lg-18 {
    column-gap: 18rem !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 {
    object-fit: contain !important; }
  .object-fit-xl-cover {
    object-fit: cover !important; }
  .object-fit-xl-fill {
    object-fit: fill !important; }
  .object-fit-xl-scale {
    object-fit: scale-down !important; }
  .object-fit-xl-none {
    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: 1rem !important; }
  .m-xl-2 {
    margin: 2rem !important; }
  .m-xl-3 {
    margin: 3rem !important; }
  .m-xl-4 {
    margin: 4rem !important; }
  .m-xl-5 {
    margin: 5rem !important; }
  .m-xl-6 {
    margin: 6rem !important; }
  .m-xl-7 {
    margin: 7rem !important; }
  .m-xl-8 {
    margin: 8rem !important; }
  .m-xl-9 {
    margin: 9rem !important; }
  .m-xl-10 {
    margin: 10rem !important; }
  .m-xl-12 {
    margin: 12rem !important; }
  .m-xl-18 {
    margin: 18rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .mx-xl-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .mx-xl-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .mx-xl-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important; }
  .mx-xl-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important; }
  .mx-xl-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important; }
  .mx-xl-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important; }
  .mx-xl-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important; }
  .mx-xl-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important; }
  .mx-xl-18 {
    margin-right: 18rem !important;
    margin-left: 18rem !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: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .my-xl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .my-xl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-xl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .my-xl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important; }
  .my-xl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important; }
  .my-xl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important; }
  .my-xl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important; }
  .my-xl-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important; }
  .my-xl-18 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 1rem !important; }
  .mt-xl-2 {
    margin-top: 2rem !important; }
  .mt-xl-3 {
    margin-top: 3rem !important; }
  .mt-xl-4 {
    margin-top: 4rem !important; }
  .mt-xl-5 {
    margin-top: 5rem !important; }
  .mt-xl-6 {
    margin-top: 6rem !important; }
  .mt-xl-7 {
    margin-top: 7rem !important; }
  .mt-xl-8 {
    margin-top: 8rem !important; }
  .mt-xl-9 {
    margin-top: 9rem !important; }
  .mt-xl-10 {
    margin-top: 10rem !important; }
  .mt-xl-12 {
    margin-top: 12rem !important; }
  .mt-xl-18 {
    margin-top: 18rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 1rem !important; }
  .me-xl-2 {
    margin-right: 2rem !important; }
  .me-xl-3 {
    margin-right: 3rem !important; }
  .me-xl-4 {
    margin-right: 4rem !important; }
  .me-xl-5 {
    margin-right: 5rem !important; }
  .me-xl-6 {
    margin-right: 6rem !important; }
  .me-xl-7 {
    margin-right: 7rem !important; }
  .me-xl-8 {
    margin-right: 8rem !important; }
  .me-xl-9 {
    margin-right: 9rem !important; }
  .me-xl-10 {
    margin-right: 10rem !important; }
  .me-xl-12 {
    margin-right: 12rem !important; }
  .me-xl-18 {
    margin-right: 18rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 1rem !important; }
  .mb-xl-2 {
    margin-bottom: 2rem !important; }
  .mb-xl-3 {
    margin-bottom: 3rem !important; }
  .mb-xl-4 {
    margin-bottom: 4rem !important; }
  .mb-xl-5 {
    margin-bottom: 5rem !important; }
  .mb-xl-6 {
    margin-bottom: 6rem !important; }
  .mb-xl-7 {
    margin-bottom: 7rem !important; }
  .mb-xl-8 {
    margin-bottom: 8rem !important; }
  .mb-xl-9 {
    margin-bottom: 9rem !important; }
  .mb-xl-10 {
    margin-bottom: 10rem !important; }
  .mb-xl-12 {
    margin-bottom: 12rem !important; }
  .mb-xl-18 {
    margin-bottom: 18rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 1rem !important; }
  .ms-xl-2 {
    margin-left: 2rem !important; }
  .ms-xl-3 {
    margin-left: 3rem !important; }
  .ms-xl-4 {
    margin-left: 4rem !important; }
  .ms-xl-5 {
    margin-left: 5rem !important; }
  .ms-xl-6 {
    margin-left: 6rem !important; }
  .ms-xl-7 {
    margin-left: 7rem !important; }
  .ms-xl-8 {
    margin-left: 8rem !important; }
  .ms-xl-9 {
    margin-left: 9rem !important; }
  .ms-xl-10 {
    margin-left: 10rem !important; }
  .ms-xl-12 {
    margin-left: 12rem !important; }
  .ms-xl-18 {
    margin-left: 18rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 1rem !important; }
  .p-xl-2 {
    padding: 2rem !important; }
  .p-xl-3 {
    padding: 3rem !important; }
  .p-xl-4 {
    padding: 4rem !important; }
  .p-xl-5 {
    padding: 5rem !important; }
  .p-xl-6 {
    padding: 6rem !important; }
  .p-xl-7 {
    padding: 7rem !important; }
  .p-xl-8 {
    padding: 8rem !important; }
  .p-xl-9 {
    padding: 9rem !important; }
  .p-xl-10 {
    padding: 10rem !important; }
  .p-xl-12 {
    padding: 12rem !important; }
  .p-xl-18 {
    padding: 18rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .px-xl-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-xl-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .px-xl-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .px-xl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }
  .px-xl-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important; }
  .px-xl-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important; }
  .px-xl-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important; }
  .px-xl-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important; }
  .px-xl-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important; }
  .px-xl-18 {
    padding-right: 18rem !important;
    padding-left: 18rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .py-xl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-xl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .py-xl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .py-xl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .py-xl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important; }
  .py-xl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important; }
  .py-xl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important; }
  .py-xl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important; }
  .py-xl-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important; }
  .py-xl-18 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 1rem !important; }
  .pt-xl-2 {
    padding-top: 2rem !important; }
  .pt-xl-3 {
    padding-top: 3rem !important; }
  .pt-xl-4 {
    padding-top: 4rem !important; }
  .pt-xl-5 {
    padding-top: 5rem !important; }
  .pt-xl-6 {
    padding-top: 6rem !important; }
  .pt-xl-7 {
    padding-top: 7rem !important; }
  .pt-xl-8 {
    padding-top: 8rem !important; }
  .pt-xl-9 {
    padding-top: 9rem !important; }
  .pt-xl-10 {
    padding-top: 10rem !important; }
  .pt-xl-12 {
    padding-top: 12rem !important; }
  .pt-xl-18 {
    padding-top: 18rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 1rem !important; }
  .pe-xl-2 {
    padding-right: 2rem !important; }
  .pe-xl-3 {
    padding-right: 3rem !important; }
  .pe-xl-4 {
    padding-right: 4rem !important; }
  .pe-xl-5 {
    padding-right: 5rem !important; }
  .pe-xl-6 {
    padding-right: 6rem !important; }
  .pe-xl-7 {
    padding-right: 7rem !important; }
  .pe-xl-8 {
    padding-right: 8rem !important; }
  .pe-xl-9 {
    padding-right: 9rem !important; }
  .pe-xl-10 {
    padding-right: 10rem !important; }
  .pe-xl-12 {
    padding-right: 12rem !important; }
  .pe-xl-18 {
    padding-right: 18rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 1rem !important; }
  .pb-xl-2 {
    padding-bottom: 2rem !important; }
  .pb-xl-3 {
    padding-bottom: 3rem !important; }
  .pb-xl-4 {
    padding-bottom: 4rem !important; }
  .pb-xl-5 {
    padding-bottom: 5rem !important; }
  .pb-xl-6 {
    padding-bottom: 6rem !important; }
  .pb-xl-7 {
    padding-bottom: 7rem !important; }
  .pb-xl-8 {
    padding-bottom: 8rem !important; }
  .pb-xl-9 {
    padding-bottom: 9rem !important; }
  .pb-xl-10 {
    padding-bottom: 10rem !important; }
  .pb-xl-12 {
    padding-bottom: 12rem !important; }
  .pb-xl-18 {
    padding-bottom: 18rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 1rem !important; }
  .ps-xl-2 {
    padding-left: 2rem !important; }
  .ps-xl-3 {
    padding-left: 3rem !important; }
  .ps-xl-4 {
    padding-left: 4rem !important; }
  .ps-xl-5 {
    padding-left: 5rem !important; }
  .ps-xl-6 {
    padding-left: 6rem !important; }
  .ps-xl-7 {
    padding-left: 7rem !important; }
  .ps-xl-8 {
    padding-left: 8rem !important; }
  .ps-xl-9 {
    padding-left: 9rem !important; }
  .ps-xl-10 {
    padding-left: 10rem !important; }
  .ps-xl-12 {
    padding-left: 12rem !important; }
  .ps-xl-18 {
    padding-left: 18rem !important; }
  .gap-xl-0 {
    gap: 0 !important; }
  .gap-xl-1 {
    gap: 1rem !important; }
  .gap-xl-2 {
    gap: 2rem !important; }
  .gap-xl-3 {
    gap: 3rem !important; }
  .gap-xl-4 {
    gap: 4rem !important; }
  .gap-xl-5 {
    gap: 5rem !important; }
  .gap-xl-6 {
    gap: 6rem !important; }
  .gap-xl-7 {
    gap: 7rem !important; }
  .gap-xl-8 {
    gap: 8rem !important; }
  .gap-xl-9 {
    gap: 9rem !important; }
  .gap-xl-10 {
    gap: 10rem !important; }
  .gap-xl-12 {
    gap: 12rem !important; }
  .gap-xl-18 {
    gap: 18rem !important; }
  .row-gap-xl-0 {
    row-gap: 0 !important; }
  .row-gap-xl-1 {
    row-gap: 1rem !important; }
  .row-gap-xl-2 {
    row-gap: 2rem !important; }
  .row-gap-xl-3 {
    row-gap: 3rem !important; }
  .row-gap-xl-4 {
    row-gap: 4rem !important; }
  .row-gap-xl-5 {
    row-gap: 5rem !important; }
  .row-gap-xl-6 {
    row-gap: 6rem !important; }
  .row-gap-xl-7 {
    row-gap: 7rem !important; }
  .row-gap-xl-8 {
    row-gap: 8rem !important; }
  .row-gap-xl-9 {
    row-gap: 9rem !important; }
  .row-gap-xl-10 {
    row-gap: 10rem !important; }
  .row-gap-xl-12 {
    row-gap: 12rem !important; }
  .row-gap-xl-18 {
    row-gap: 18rem !important; }
  .column-gap-xl-0 {
    column-gap: 0 !important; }
  .column-gap-xl-1 {
    column-gap: 1rem !important; }
  .column-gap-xl-2 {
    column-gap: 2rem !important; }
  .column-gap-xl-3 {
    column-gap: 3rem !important; }
  .column-gap-xl-4 {
    column-gap: 4rem !important; }
  .column-gap-xl-5 {
    column-gap: 5rem !important; }
  .column-gap-xl-6 {
    column-gap: 6rem !important; }
  .column-gap-xl-7 {
    column-gap: 7rem !important; }
  .column-gap-xl-8 {
    column-gap: 8rem !important; }
  .column-gap-xl-9 {
    column-gap: 9rem !important; }
  .column-gap-xl-10 {
    column-gap: 10rem !important; }
  .column-gap-xl-12 {
    column-gap: 12rem !important; }
  .column-gap-xl-18 {
    column-gap: 18rem !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 {
    object-fit: contain !important; }
  .object-fit-xxl-cover {
    object-fit: cover !important; }
  .object-fit-xxl-fill {
    object-fit: fill !important; }
  .object-fit-xxl-scale {
    object-fit: scale-down !important; }
  .object-fit-xxl-none {
    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: 1rem !important; }
  .m-xxl-2 {
    margin: 2rem !important; }
  .m-xxl-3 {
    margin: 3rem !important; }
  .m-xxl-4 {
    margin: 4rem !important; }
  .m-xxl-5 {
    margin: 5rem !important; }
  .m-xxl-6 {
    margin: 6rem !important; }
  .m-xxl-7 {
    margin: 7rem !important; }
  .m-xxl-8 {
    margin: 8rem !important; }
  .m-xxl-9 {
    margin: 9rem !important; }
  .m-xxl-10 {
    margin: 10rem !important; }
  .m-xxl-12 {
    margin: 12rem !important; }
  .m-xxl-18 {
    margin: 18rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .mx-xxl-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .mx-xxl-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .mx-xxl-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important; }
  .mx-xxl-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important; }
  .mx-xxl-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important; }
  .mx-xxl-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important; }
  .mx-xxl-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important; }
  .mx-xxl-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important; }
  .mx-xxl-18 {
    margin-right: 18rem !important;
    margin-left: 18rem !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: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .my-xxl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .my-xxl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-xxl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .my-xxl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important; }
  .my-xxl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important; }
  .my-xxl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important; }
  .my-xxl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important; }
  .my-xxl-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important; }
  .my-xxl-18 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 1rem !important; }
  .mt-xxl-2 {
    margin-top: 2rem !important; }
  .mt-xxl-3 {
    margin-top: 3rem !important; }
  .mt-xxl-4 {
    margin-top: 4rem !important; }
  .mt-xxl-5 {
    margin-top: 5rem !important; }
  .mt-xxl-6 {
    margin-top: 6rem !important; }
  .mt-xxl-7 {
    margin-top: 7rem !important; }
  .mt-xxl-8 {
    margin-top: 8rem !important; }
  .mt-xxl-9 {
    margin-top: 9rem !important; }
  .mt-xxl-10 {
    margin-top: 10rem !important; }
  .mt-xxl-12 {
    margin-top: 12rem !important; }
  .mt-xxl-18 {
    margin-top: 18rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 1rem !important; }
  .me-xxl-2 {
    margin-right: 2rem !important; }
  .me-xxl-3 {
    margin-right: 3rem !important; }
  .me-xxl-4 {
    margin-right: 4rem !important; }
  .me-xxl-5 {
    margin-right: 5rem !important; }
  .me-xxl-6 {
    margin-right: 6rem !important; }
  .me-xxl-7 {
    margin-right: 7rem !important; }
  .me-xxl-8 {
    margin-right: 8rem !important; }
  .me-xxl-9 {
    margin-right: 9rem !important; }
  .me-xxl-10 {
    margin-right: 10rem !important; }
  .me-xxl-12 {
    margin-right: 12rem !important; }
  .me-xxl-18 {
    margin-right: 18rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 1rem !important; }
  .mb-xxl-2 {
    margin-bottom: 2rem !important; }
  .mb-xxl-3 {
    margin-bottom: 3rem !important; }
  .mb-xxl-4 {
    margin-bottom: 4rem !important; }
  .mb-xxl-5 {
    margin-bottom: 5rem !important; }
  .mb-xxl-6 {
    margin-bottom: 6rem !important; }
  .mb-xxl-7 {
    margin-bottom: 7rem !important; }
  .mb-xxl-8 {
    margin-bottom: 8rem !important; }
  .mb-xxl-9 {
    margin-bottom: 9rem !important; }
  .mb-xxl-10 {
    margin-bottom: 10rem !important; }
  .mb-xxl-12 {
    margin-bottom: 12rem !important; }
  .mb-xxl-18 {
    margin-bottom: 18rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 1rem !important; }
  .ms-xxl-2 {
    margin-left: 2rem !important; }
  .ms-xxl-3 {
    margin-left: 3rem !important; }
  .ms-xxl-4 {
    margin-left: 4rem !important; }
  .ms-xxl-5 {
    margin-left: 5rem !important; }
  .ms-xxl-6 {
    margin-left: 6rem !important; }
  .ms-xxl-7 {
    margin-left: 7rem !important; }
  .ms-xxl-8 {
    margin-left: 8rem !important; }
  .ms-xxl-9 {
    margin-left: 9rem !important; }
  .ms-xxl-10 {
    margin-left: 10rem !important; }
  .ms-xxl-12 {
    margin-left: 12rem !important; }
  .ms-xxl-18 {
    margin-left: 18rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 1rem !important; }
  .p-xxl-2 {
    padding: 2rem !important; }
  .p-xxl-3 {
    padding: 3rem !important; }
  .p-xxl-4 {
    padding: 4rem !important; }
  .p-xxl-5 {
    padding: 5rem !important; }
  .p-xxl-6 {
    padding: 6rem !important; }
  .p-xxl-7 {
    padding: 7rem !important; }
  .p-xxl-8 {
    padding: 8rem !important; }
  .p-xxl-9 {
    padding: 9rem !important; }
  .p-xxl-10 {
    padding: 10rem !important; }
  .p-xxl-12 {
    padding: 12rem !important; }
  .p-xxl-18 {
    padding: 18rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .px-xxl-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-xxl-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .px-xxl-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .px-xxl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }
  .px-xxl-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important; }
  .px-xxl-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important; }
  .px-xxl-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important; }
  .px-xxl-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important; }
  .px-xxl-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important; }
  .px-xxl-18 {
    padding-right: 18rem !important;
    padding-left: 18rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .py-xxl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-xxl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .py-xxl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .py-xxl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .py-xxl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important; }
  .py-xxl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important; }
  .py-xxl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important; }
  .py-xxl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important; }
  .py-xxl-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important; }
  .py-xxl-18 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 1rem !important; }
  .pt-xxl-2 {
    padding-top: 2rem !important; }
  .pt-xxl-3 {
    padding-top: 3rem !important; }
  .pt-xxl-4 {
    padding-top: 4rem !important; }
  .pt-xxl-5 {
    padding-top: 5rem !important; }
  .pt-xxl-6 {
    padding-top: 6rem !important; }
  .pt-xxl-7 {
    padding-top: 7rem !important; }
  .pt-xxl-8 {
    padding-top: 8rem !important; }
  .pt-xxl-9 {
    padding-top: 9rem !important; }
  .pt-xxl-10 {
    padding-top: 10rem !important; }
  .pt-xxl-12 {
    padding-top: 12rem !important; }
  .pt-xxl-18 {
    padding-top: 18rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 1rem !important; }
  .pe-xxl-2 {
    padding-right: 2rem !important; }
  .pe-xxl-3 {
    padding-right: 3rem !important; }
  .pe-xxl-4 {
    padding-right: 4rem !important; }
  .pe-xxl-5 {
    padding-right: 5rem !important; }
  .pe-xxl-6 {
    padding-right: 6rem !important; }
  .pe-xxl-7 {
    padding-right: 7rem !important; }
  .pe-xxl-8 {
    padding-right: 8rem !important; }
  .pe-xxl-9 {
    padding-right: 9rem !important; }
  .pe-xxl-10 {
    padding-right: 10rem !important; }
  .pe-xxl-12 {
    padding-right: 12rem !important; }
  .pe-xxl-18 {
    padding-right: 18rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 1rem !important; }
  .pb-xxl-2 {
    padding-bottom: 2rem !important; }
  .pb-xxl-3 {
    padding-bottom: 3rem !important; }
  .pb-xxl-4 {
    padding-bottom: 4rem !important; }
  .pb-xxl-5 {
    padding-bottom: 5rem !important; }
  .pb-xxl-6 {
    padding-bottom: 6rem !important; }
  .pb-xxl-7 {
    padding-bottom: 7rem !important; }
  .pb-xxl-8 {
    padding-bottom: 8rem !important; }
  .pb-xxl-9 {
    padding-bottom: 9rem !important; }
  .pb-xxl-10 {
    padding-bottom: 10rem !important; }
  .pb-xxl-12 {
    padding-bottom: 12rem !important; }
  .pb-xxl-18 {
    padding-bottom: 18rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 1rem !important; }
  .ps-xxl-2 {
    padding-left: 2rem !important; }
  .ps-xxl-3 {
    padding-left: 3rem !important; }
  .ps-xxl-4 {
    padding-left: 4rem !important; }
  .ps-xxl-5 {
    padding-left: 5rem !important; }
  .ps-xxl-6 {
    padding-left: 6rem !important; }
  .ps-xxl-7 {
    padding-left: 7rem !important; }
  .ps-xxl-8 {
    padding-left: 8rem !important; }
  .ps-xxl-9 {
    padding-left: 9rem !important; }
  .ps-xxl-10 {
    padding-left: 10rem !important; }
  .ps-xxl-12 {
    padding-left: 12rem !important; }
  .ps-xxl-18 {
    padding-left: 18rem !important; }
  .gap-xxl-0 {
    gap: 0 !important; }
  .gap-xxl-1 {
    gap: 1rem !important; }
  .gap-xxl-2 {
    gap: 2rem !important; }
  .gap-xxl-3 {
    gap: 3rem !important; }
  .gap-xxl-4 {
    gap: 4rem !important; }
  .gap-xxl-5 {
    gap: 5rem !important; }
  .gap-xxl-6 {
    gap: 6rem !important; }
  .gap-xxl-7 {
    gap: 7rem !important; }
  .gap-xxl-8 {
    gap: 8rem !important; }
  .gap-xxl-9 {
    gap: 9rem !important; }
  .gap-xxl-10 {
    gap: 10rem !important; }
  .gap-xxl-12 {
    gap: 12rem !important; }
  .gap-xxl-18 {
    gap: 18rem !important; }
  .row-gap-xxl-0 {
    row-gap: 0 !important; }
  .row-gap-xxl-1 {
    row-gap: 1rem !important; }
  .row-gap-xxl-2 {
    row-gap: 2rem !important; }
  .row-gap-xxl-3 {
    row-gap: 3rem !important; }
  .row-gap-xxl-4 {
    row-gap: 4rem !important; }
  .row-gap-xxl-5 {
    row-gap: 5rem !important; }
  .row-gap-xxl-6 {
    row-gap: 6rem !important; }
  .row-gap-xxl-7 {
    row-gap: 7rem !important; }
  .row-gap-xxl-8 {
    row-gap: 8rem !important; }
  .row-gap-xxl-9 {
    row-gap: 9rem !important; }
  .row-gap-xxl-10 {
    row-gap: 10rem !important; }
  .row-gap-xxl-12 {
    row-gap: 12rem !important; }
  .row-gap-xxl-18 {
    row-gap: 18rem !important; }
  .column-gap-xxl-0 {
    column-gap: 0 !important; }
  .column-gap-xxl-1 {
    column-gap: 1rem !important; }
  .column-gap-xxl-2 {
    column-gap: 2rem !important; }
  .column-gap-xxl-3 {
    column-gap: 3rem !important; }
  .column-gap-xxl-4 {
    column-gap: 4rem !important; }
  .column-gap-xxl-5 {
    column-gap: 5rem !important; }
  .column-gap-xxl-6 {
    column-gap: 6rem !important; }
  .column-gap-xxl-7 {
    column-gap: 7rem !important; }
  .column-gap-xxl-8 {
    column-gap: 8rem !important; }
  .column-gap-xxl-9 {
    column-gap: 9rem !important; }
  .column-gap-xxl-10 {
    column-gap: 10rem !important; }
  .column-gap-xxl-12 {
    column-gap: 12rem !important; }
  .column-gap-xxl-18 {
    column-gap: 18rem !important; }
  .text-xxl-start {
    text-align: left !important; }
  .text-xxl-end {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !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; } }

.icon-cart::before, .icon-chevron-thin-down::before, .icon-chevron-thin-left::before, .icon-chevron-thin-right::before, .icon-chevron-thin-up::before, .icon-circle-check-solid::before, .icon-empty-cart::before, .icon-envelope::before, .icon-filter-empty::before, .icon-filter-fill::before, .icon-heart-o::before, .icon-heart::before, .icon-instagram::before, .icon-lock::before, .icon-map-marker::before, .icon-menu::before, .icon-minus::before, .icon-phone::before, .icon-plus::before, .icon-search::before, .icon-trash::before, .icon-trashcan::before, .icon-user-circle-o::before {
  font-family: "icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-cart::before {
  content: "\EA01"; }

.icon-chevron-thin-down::before {
  content: "\EA02"; }

.icon-chevron-thin-left::before {
  content: "\EA03"; }

.icon-chevron-thin-right::before {
  content: "\EA04"; }

.icon-chevron-thin-up::before {
  content: "\EA05"; }

.icon-circle-check-solid::before {
  content: "\EA06"; }

.icon-empty-cart::before {
  content: "\EA07"; }

.icon-envelope::before {
  content: "\EA08"; }

.icon-filter-empty::before {
  content: "\EA09"; }

.icon-filter-fill::before {
  content: "\EA0A"; }

.icon-heart-o::before {
  content: "\EA0E"; }

.icon-heart::before {
  content: "\EA0F"; }

.icon-instagram::before {
  content: "\EA10"; }

.icon-lock::before {
  content: "\EA11"; }

.icon-map-marker::before {
  content: "\EA12"; }

.icon-menu::before {
  content: "\EA14"; }

.icon-minus::before {
  content: "\EA15"; }

.icon-phone::before {
  content: "\EA16"; }

.icon-plus::before {
  content: "\EA17"; }

.icon-search::before {
  content: "\EA18"; }

.icon-trash::before {
  content: "\EA19"; }

.icon-trashcan::before {
  content: "\EA1A"; }

.icon-user-circle-o::before {
  content: "\EA1B"; }

/*!
 * UMW Config Common
 */
/*==========================================
=            UNIMICRO VARIABLES            =
==========================================*/
/*----------  TYPOGRAPHY COLORS ----------*/
/*----------  COLORS  ----------*/
/* Animation default properties */
/*----------  SITE SEARCH  ----------*/
/*----------  UC188  ----------*/
/*----------  UC200 File list  ----------*/
/* Horizontal product menu: Same view for all screen sizes */
/*

    $width:             width of arrow
    $height:            height of arrow
    $arrows-radius:     border-radius for arrow
    $arrows-indent:     space between arrow and edge of slider container;   Use 'false' value to prevent rendering this property
    $text-indent:       indent for icon inside the arrow;                   Use 'false' value to prevent rendering this property

    $xs-padding:        internal variable, how much space add to the arrows on 'sm-max' breakpoint

    Usage:              @include slick-arrows(30px, 80px, 0, 5px, 1px);

*/
/*

    $width:             width of arrow
    $height:            height of arrow
    $arrows-radius:     border-radius for arrow
    $arrows-indent:     space between arrow and edge of slider container;   Use 'false' value to prevent rendering this property
    $text-indent:       indent for icon inside the arrow;                   Use 'false' value to prevent rendering this property

    Usage:              @include slick-arrows-theme ($icon-color, $body-color, $body-bg, $white, $brand-primary, $brand-primary);
                        @include slick-arrows-theme ();

*/
/*

    $width:             width of dot
    $height:            height of dot
    $dots-radius:       border-radius for dot
    $dots-space:        space between dots

    Usage:              @include slick-dots(15px, 15px, 50%);

*/
select,
textarea,
[type="text"],
[type="password"],
[type="datetime"],
[type="datetime-local"],
[type="date"],
[type="month"],
[type="time"],
[type="week"],
[type="number"],
[type="email"],
[type="url"],
[type="search"],
[type="tel"],
[type="color"] {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.6rem + calc(var(--sy-border-width) * 2));
  padding: 0.8rem 2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #555555;
  background-color: var(--sy-body-bg);
  background-image: none;
  border: 1px solid #dbdbdb;
  border-radius: 0;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  @media (prefers-reduced-motion: reduce) {
    select,
    textarea,
    [type="text"],
    [type="password"],
    [type="datetime"],
    [type="datetime-local"],
    [type="date"],
    [type="month"],
    [type="time"],
    [type="week"],
    [type="number"],
    [type="email"],
    [type="url"],
    [type="search"],
    [type="tel"],
    [type="color"] {
      transition: none; } }
  select:focus,
  textarea:focus,
  :focus[type="text"],
  :focus[type="password"],
  :focus[type="datetime"],
  :focus[type="datetime-local"],
  :focus[type="date"],
  :focus[type="month"],
  :focus[type="time"],
  :focus[type="week"],
  :focus[type="number"],
  :focus[type="email"],
  :focus[type="url"],
  :focus[type="search"],
  :focus[type="tel"],
  :focus[type="color"] {
    border-color: #7a2e2e;
    outline: 0; }
  select::-moz-placeholder,
  textarea::-moz-placeholder,
  [type="text"]::-moz-placeholder,
  [type="password"]::-moz-placeholder,
  [type="datetime"]::-moz-placeholder,
  [type="datetime-local"]::-moz-placeholder,
  [type="date"]::-moz-placeholder,
  [type="month"]::-moz-placeholder,
  [type="time"]::-moz-placeholder,
  [type="week"]::-moz-placeholder,
  [type="number"]::-moz-placeholder,
  [type="email"]::-moz-placeholder,
  [type="url"]::-moz-placeholder,
  [type="search"]::-moz-placeholder,
  [type="tel"]::-moz-placeholder,
  [type="color"]::-moz-placeholder {
    color: #565759;
    opacity: 1; }
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  :-ms-input-placeholder[type="text"],
  :-ms-input-placeholder[type="password"],
  :-ms-input-placeholder[type="datetime"],
  :-ms-input-placeholder[type="datetime-local"],
  :-ms-input-placeholder[type="date"],
  :-ms-input-placeholder[type="month"],
  :-ms-input-placeholder[type="time"],
  :-ms-input-placeholder[type="week"],
  :-ms-input-placeholder[type="number"],
  :-ms-input-placeholder[type="email"],
  :-ms-input-placeholder[type="url"],
  :-ms-input-placeholder[type="search"],
  :-ms-input-placeholder[type="tel"],
  :-ms-input-placeholder[type="color"] {
    color: #565759; }
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  [type="text"]::-webkit-input-placeholder,
  [type="password"]::-webkit-input-placeholder,
  [type="datetime"]::-webkit-input-placeholder,
  [type="datetime-local"]::-webkit-input-placeholder,
  [type="date"]::-webkit-input-placeholder,
  [type="month"]::-webkit-input-placeholder,
  [type="time"]::-webkit-input-placeholder,
  [type="week"]::-webkit-input-placeholder,
  [type="number"]::-webkit-input-placeholder,
  [type="email"]::-webkit-input-placeholder,
  [type="url"]::-webkit-input-placeholder,
  [type="search"]::-webkit-input-placeholder,
  [type="tel"]::-webkit-input-placeholder,
  [type="color"]::-webkit-input-placeholder {
    color: #565759; }
  select::-ms-expand,
  textarea::-ms-expand,
  [type="text"]::-ms-expand,
  [type="password"]::-ms-expand,
  [type="datetime"]::-ms-expand,
  [type="datetime-local"]::-ms-expand,
  [type="date"]::-ms-expand,
  [type="month"]::-ms-expand,
  [type="time"]::-ms-expand,
  [type="week"]::-ms-expand,
  [type="number"]::-ms-expand,
  [type="email"]::-ms-expand,
  [type="url"]::-ms-expand,
  [type="search"]::-ms-expand,
  [type="tel"]::-ms-expand,
  [type="color"]::-ms-expand {
    border: 0;
    background-color: transparent; }
  select[disabled],
  textarea[disabled],
  [disabled][type="text"],
  [disabled][type="password"],
  [disabled][type="datetime"],
  [disabled][type="datetime-local"],
  [disabled][type="date"],
  [disabled][type="month"],
  [disabled][type="time"],
  [disabled][type="week"],
  [disabled][type="number"],
  [disabled][type="email"],
  [disabled][type="url"],
  [disabled][type="search"],
  [disabled][type="tel"],
  [disabled][type="color"], select[readonly],
  textarea[readonly],
  [readonly][type="text"],
  [readonly][type="password"],
  [readonly][type="datetime"],
  [readonly][type="datetime-local"],
  [readonly][type="date"],
  [readonly][type="month"],
  [readonly][type="time"],
  [readonly][type="week"],
  [readonly][type="number"],
  [readonly][type="email"],
  [readonly][type="url"],
  [readonly][type="search"],
  [readonly][type="tel"],
  [readonly][type="color"] {
    background-color: var(--sy-secondary-bg);
    opacity: 1; }
  select[disabled],
  textarea[disabled],
  [disabled][type="text"],
  [disabled][type="password"],
  [disabled][type="datetime"],
  [disabled][type="datetime-local"],
  [disabled][type="date"],
  [disabled][type="month"],
  [disabled][type="time"],
  [disabled][type="week"],
  [disabled][type="number"],
  [disabled][type="email"],
  [disabled][type="url"],
  [disabled][type="search"],
  [disabled][type="tel"],
  [disabled][type="color"] {
    cursor: not-allowed; }

input[readonly].hasDatepicker {
  background-color: var(--sy-body-bg); }

.MiddleBox {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.c-product-in-cart, .c-product-in-cart__count {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center; }

.product-list__tab-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-weight: 500;
  font-family: "Alice", serif;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  --sy-btn-padding-y: 0.8rem;
  --sy-btn-padding-x: 2rem;
  --sy-btn-font-size: 1.6rem;
  --sy-btn-border-radius: 0.8rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .product-list__tab-button:focus, .product-list__tab-button:active:focus {
    outline: none; }
  .product-list__tab-button:hover, .product-list__tab-button:focus {
    text-decoration: none; }
  .product-list__tab-button:active {
    outline: 0; }
  .product-list__tab-button[disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65; }

.btn-read-more, .product-list__tab-button {
  text-decoration: none;
  text-transform: none;
  color: #d1b860;
  background-color: #fff;
  border-color: #7a2e2e; }
  .btn-read-more:hover, .product-list__tab-button:hover, .btn-read-more:focus, .product-list__tab-button:focus, .btn-read-more:active, .product-list__tab-button:active {
    color: #fff;
    border-color: #7a2e2e;
    background-color: #7a2e2e; }
  .btn-read-more:active:focus, .product-list__tab-button:active:focus, .btn-read-more:active:active, .product-list__tab-button:active:active {
    color: #fff;
    border-color: #7a2e2e;
    background-color: #7a2e2e; }
  .btn-read-more[disabled]:hover, .product-list__tab-button[disabled]:hover, .btn-read-more[disabled]:focus, .product-list__tab-button[disabled]:focus {
    color: #d1b860;
    background-color: #fff;
    border-color: #7a2e2e; }

.btn-buy {
  text-decoration: none;
  text-transform: none;
  color: #fff;
  background-color: #d1b860;
  border-color: transparent; }
  .btn-buy:hover, .btn-buy:focus, .btn-buy:active {
    color: #fff;
    border-color: transparent;
    background-color: #7a2e2e; }
  .btn-buy:active:focus, .btn-buy:active:active {
    color: #fff;
    border-color: transparent;
    background-color: #7a2e2e; }
  .btn-buy[disabled]:hover, .btn-buy[disabled]:focus {
    color: #fff;
    background-color: #d1b860;
    border-color: transparent; }

.product-list__wishlist-btn {
  background: none;
  padding: 0;
  border: 0;
  height: auto; }

.btn {
  height: 4rem;
  font-size: inherit; }

.btn else, .btn-small {
  height: 3.2rem;
  font-size: 1.4rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0; }

.btn-lg, .btn-large {
  height: 4rem;
  font-size: inherit;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0; }
  @media (min-width: 992px) {
    .btn-lg, .btn-large {
      height: 4.6rem;
      font-size: 1.6rem; } }

button:focus {
  outline: none; }

.btn-default {
  text-transform: none;
  color: #d1b860;
  background-color: #fff;
  border-color: #7a2e2e; }
  .btn-default:hover, .btn-default:focus, .btn-default:active {
    color: #fff;
    border-color: #7a2e2e;
    background-color: #7a2e2e; }
  .btn-default:active:focus, .btn-default:active:active {
    color: #fff;
    border-color: #7a2e2e;
    background-color: #7a2e2e; }
  .btn-default[disabled]:hover, .btn-default[disabled]:focus {
    color: #d1b860;
    background-color: #fff;
    border-color: #7a2e2e; }

.btn-default-danger {
  text-transform: none;
  color: #A8201A;
  background-color: #fff;
  border-color: #A8201A; }
  .btn-default-danger:hover, .btn-default-danger:focus, .btn-default-danger:active {
    color: #fff;
    border-color: #7c1813;
    background-color: #7c1813; }
  .btn-default-danger:active:focus, .btn-default-danger:active:active {
    color: #fff;
    border-color: #7c1813;
    background-color: #7c1813; }
  .btn-default-danger[disabled]:hover, .btn-default-danger[disabled]:focus {
    color: #A8201A;
    background-color: #fff;
    border-color: #A8201A; }

.btn-primary {
  text-transform: none;
  color: #fff;
  background-color: #d1b860;
  border-color: transparent; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    border-color: transparent;
    background-color: #7a2e2e; }
  .btn-primary:active:focus, .btn-primary:active:active {
    color: #fff;
    border-color: transparent;
    background-color: #7a2e2e; }
  .btn-primary[disabled]:hover, .btn-primary[disabled]:focus {
    color: #fff;
    background-color: #d1b860;
    border-color: transparent; }

.btn-buy {
  min-width: 78px; }

.btn-read-more {
  min-width: 78px; }

.btn-icon {
  background-color: transparent;
  padding: 0;
  width: 3.2rem;
  height: 3.2rem;
  line-height: 3.2rem; }
  .btn-icon:focus, .btn-icon:active {
    box-shadow: none; }

button,
button i, a, .ListItemTitleCont,
.ItemTitleContainer, input {
  transition: border-color 0.1s ease-out, background-color 0.1s ease-out, color 0.1s ease-out; }

span.MainTitle,
a.MainTitle {
  line-height: 1.25;
  font-family: "Alice", serif;
  font-weight: 400;
  color: #282828; }

.MainTitle, h1, .h1 {
  margin-top: 0;
  margin-bottom: 2.4rem; }

.MainTitle {
  font-size: 3.8rem; }
  @media (min-width: 992px) {
    .MainTitle {
      font-size: 4.2rem; } }

.UC174 .ItemTitle,
.UC175 .ItemTitle,
.UC193default .ItemTitle {
  margin-top: 0;
  margin-bottom: 0;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit; }

.text-center-md {
  text-align: center; }
  @media (min-width: 992px) {
    .text-center-md {
      text-align: left; } }

span.MainTitle,
a.MainTitle {
  display: inline-block; }

/* List titles
 * UC174 - List child documents
 * UC175 - Document list
 * UC193 - Product list
*/
.ListItemTitleCont,
.ItemTitleContainer {
  overflow: hidden; }

.ListItemTitle:hover,
.ItemTitleLink:hover {
  text-decoration: none; }

/* usage:   @extend $product-in-cart__icon; */
.c-product-in-cart {
  z-index: 2;
  padding: 0;
  top: calc(100% - 4rem);
  right: auto;
  bottom: auto;
  left: calc(100% - 4rem); }

.c-product-in-cart__link {
  position: relative;
  z-index: 1;
  text-decoration: none;
  color: #282828;
  display: flex; }
  .c-product-in-cart__link:hover, .c-product-in-cart__link:focus {
    text-decoration: none;
    color: #282828; }

.c-product-in-cart__link::before {
  font-size: 18px; }

.c-product-in-cart__count {
  z-index: 2;
  min-width: 2rem;
  height: 2rem;
  padding: 0 2px;
  border-radius: 1rem;
  background-color: #7a2e2e;
  pointer-events: none;
  letter-spacing: -.035em;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  top: -6px;
  right: -3px;
  bottom: auto;
  left: auto; }

.c-product-in-cart__link i {
  display: none; }

/* component markup

<div class="c-product-in-cart js-...">
    <a class="c-product-in-cart__link"></a>
    <span class="c-product-in-cart__count js-..."></span>
</div>

*/
/*----------  CARDS  ----------*/
/* Custom fields */
.customFieldCont {
  margin: 2px 0; }
  .customFieldCont .RequiredField {
    margin: 0 2px 0 -7px; }

.customFieldLabel {
  display: inline-block;
  min-width: 60px; }

/*_Custom fields */
.MakeOrderContainer {
  display: flex; }
  .MakeOrderContainer:before, .MakeOrderContainer:after {
    display: none; }
  .MakeOrderContainer .QuantityContainer {
    margin-right: 7px; }

.ErrMsg,
.ErrorMsg,
.error {
  color: #d9534f; }

.Star {
  color: #ad0001; }

.RequiredField {
  color: #282828; }

.Msg,
.SuccessMsg {
  color: #5cb85c; }

.wpcf7 form.invalid .wpcf7-response-output {
  border: none;
  text-align: center;
  color: #d9534f; }

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  text-align: center;
  color: #282828; }

/*Layouts*/
html, body {
  overflow-x: hidden;
  max-width: 100%; }

#root {
  width: 100%;
  max-width: 100%;
  text-align: left;
  overflow-x: hidden; }

.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  max-width: 100%; }
  .site-content {
    flex-grow: 1;
    overflow-x: hidden;
    max-width: 100%; }

.ListContainer {
  display: grid;
  gap: 1.6rem; }

/*size: Mobile*/
.grid-xs-1 div[class~="ListContainer"] {
  grid-template-columns: repeat(1, minmax(0, 1fr)); }

.grid-xs-2 div[class~="ListContainer"] {
  grid-template-columns: repeat(2, minmax(0, 1fr)); }

.grid-xs-3 div[class~="ListContainer"] {
  grid-template-columns: repeat(3, minmax(0, 1fr)); }

.grid-xs-4 div[class~="ListContainer"] {
  grid-template-columns: repeat(4, minmax(0, 1fr)); }

.grid-xs-5 div[class~="ListContainer"] {
  grid-template-columns: repeat(5, minmax(0, 1fr)); }

.grid-xs-6 div[class~="ListContainer"] {
  grid-template-columns: repeat(6, minmax(0, 1fr)); }

.grid-xs-7 div[class~="ListContainer"] {
  grid-template-columns: repeat(7, minmax(0, 1fr)); }

.grid-xs-8 div[class~="ListContainer"] {
  grid-template-columns: repeat(8, minmax(0, 1fr)); }

.grid-xs-9 div[class~="ListContainer"] {
  grid-template-columns: repeat(9, minmax(0, 1fr)); }

.grid-xs-10 div[class~="ListContainer"] {
  grid-template-columns: repeat(10, minmax(0, 1fr)); }

.grid-xs-11 div[class~="ListContainer"] {
  grid-template-columns: repeat(11, minmax(0, 1fr)); }

.grid-xs-12 div[class~="ListContainer"] {
  grid-template-columns: repeat(12, minmax(0, 1fr)); }

/*size: TabletPortrait*/
@media (min-width: 768px) {
  .grid-sm-1 div[class~="ListContainer"] {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .grid-sm-2 div[class~="ListContainer"] {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-sm-3 div[class~="ListContainer"] {
    grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .grid-sm-4 div[class~="ListContainer"] {
    grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .grid-sm-5 div[class~="ListContainer"] {
    grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .grid-sm-6 div[class~="ListContainer"] {
    grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .grid-sm-7 div[class~="ListContainer"] {
    grid-template-columns: repeat(7, minmax(0, 1fr)); }
  .grid-sm-8 div[class~="ListContainer"] {
    grid-template-columns: repeat(8, minmax(0, 1fr)); }
  .grid-sm-9 div[class~="ListContainer"] {
    grid-template-columns: repeat(9, minmax(0, 1fr)); }
  .grid-sm-10 div[class~="ListContainer"] {
    grid-template-columns: repeat(10, minmax(0, 1fr)); }
  .grid-sm-11 div[class~="ListContainer"] {
    grid-template-columns: repeat(11, minmax(0, 1fr)); }
  .grid-sm-12 div[class~="ListContainer"] {
    grid-template-columns: repeat(12, minmax(0, 1fr)); } }

/*size: TabletLandscape*/
@media (min-width: 992px) {
  .grid-md-1 div[class~="ListContainer"] {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .grid-md-2 div[class~="ListContainer"] {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-md-3 div[class~="ListContainer"] {
    grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .grid-md-4 div[class~="ListContainer"] {
    grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .grid-md-5 div[class~="ListContainer"] {
    grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .grid-md-6 div[class~="ListContainer"] {
    grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .grid-md-7 div[class~="ListContainer"] {
    grid-template-columns: repeat(7, minmax(0, 1fr)); }
  .grid-md-8 div[class~="ListContainer"] {
    grid-template-columns: repeat(8, minmax(0, 1fr)); }
  .grid-md-9 div[class~="ListContainer"] {
    grid-template-columns: repeat(9, minmax(0, 1fr)); }
  .grid-md-10 div[class~="ListContainer"] {
    grid-template-columns: repeat(10, minmax(0, 1fr)); }
  .grid-md-11 div[class~="ListContainer"] {
    grid-template-columns: repeat(11, minmax(0, 1fr)); }
  .grid-md-12 div[class~="ListContainer"] {
    grid-template-columns: repeat(12, minmax(0, 1fr)); } }

/*size: Desktop and mobile*/
@media (min-width: 1200px) {
  .grid-lg-1 div[class~="ListContainer"] {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .grid-lg-2 div[class~="ListContainer"] {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-lg-3 div[class~="ListContainer"] {
    grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .grid-lg-4 div[class~="ListContainer"] {
    grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .grid-lg-5 div[class~="ListContainer"] {
    grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .grid-lg-6 div[class~="ListContainer"] {
    grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .grid-lg-7 div[class~="ListContainer"] {
    grid-template-columns: repeat(7, minmax(0, 1fr)); }
  .grid-lg-8 div[class~="ListContainer"] {
    grid-template-columns: repeat(8, minmax(0, 1fr)); }
  .grid-lg-9 div[class~="ListContainer"] {
    grid-template-columns: repeat(9, minmax(0, 1fr)); }
  .grid-lg-10 div[class~="ListContainer"] {
    grid-template-columns: repeat(10, minmax(0, 1fr)); }
  .grid-lg-11 div[class~="ListContainer"] {
    grid-template-columns: repeat(11, minmax(0, 1fr)); }
  .grid-lg-12 div[class~="ListContainer"] {
    grid-template-columns: repeat(12, minmax(0, 1fr)); } }

/*Pages*/
/*----------  Page modificators  ----------*/
.hide-breadcrumbs .Breadcrumbs {
  display: none; }

.hide-flag .flag {
  display: none; }

/*BODY PAGE CLASS "page-checkout"
Can be found at: sidebar sitecart, mobile menu, etc..*/
.page-checkout .hide-at-checkout {
  display: none !important; }

figure {
  margin-bottom: 0; }

:root {
  --header-info-line-bg-color: #000000; }

:target {
  scroll-margin-top: calc(map-get($site-header, "mobile-header-height") + 5rem); }
  @media (min-width: 992px) {
    :target {
      scroll-margin-top: calc(map-get($site-header, "desktop-header-height") + 6rem); } }

.site-header {
  background-color: #0e0d0d;
  box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.25);
  position: sticky;
  top: 0;
  z-index: 9;
  transition: transform .2s ease-in-out; }
  .site-header__button {
    padding: 0;
    border: none;
    background-color: transparent;
    font-size: 2.2rem;
    color: #d1b860; }
  .site-header__buttons-list {
    padding-left: 0;
    list-style: none;
    gap: .8rem; }
  .site-header .site-header__cart-count {
    position: absolute;
    top: -1rem;
    right: -1rem;
    font-size: 1.2rem;
    width: 2rem;
    height: 2rem;
    background-color: #7a2e2e;
    border-radius: 99rem;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center; }
  .site-header .site-header__wishlist-count {
    position: absolute;
    top: -1rem;
    right: -1rem;
    font-size: 1.2rem;
    width: 2rem;
    height: 2rem;
    background-color: #7a2e2e;
    border-radius: 99rem;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center; }
  .site-header__logo-img {
    object-fit: contain; }
  .site-header--desktop .site-header__cart-btn {
    position: relative; }
  .site-header--desktop .site-header__container {
    padding: 4.2rem 1.6rem;
    max-width: calc(134rem + (1.6rem * 2));
    margin-left: auto;
    margin-right: auto; }
  .site-header--desktop .site-header__menu {
    padding-left: 0;
    list-style: none;
    gap: 2.4rem; }
    .site-header--desktop .site-header__menu-item {
      position: relative;
      list-style-type: none; }
      .site-header--desktop .site-header__menu-item .site-header__submenu {
        margin: 0;
        padding: 1.6rem 0;
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 18rem;
        background-color: #fff;
        box-shadow: 0 0.4rem 1rem 0 rgba(0, 0, 0, 0.2);
        display: none; }
        .site-header--desktop .site-header__menu-item .site-header__submenu .site-header__menu-item {
          padding: 0 1.6rem; }
      .site-header--desktop .site-header__menu-item:hover > .site-header__submenu {
        display: block; }
    .site-header--desktop .site-header__menu-link {
      color: #fff;
      font-weight: 500;
      display: inline-flex;
      align-items: center;
      gap: .6rem; }
      .site-header--desktop .site-header__menu-link:hover {
        color: #7a2e2e;
        text-decoration: none; }
    @media (min-width: 1200px) {
      .site-header--desktop .site-header__menu {
        gap: 3.2rem; } }
    @media (min-width: 1400px) {
      .site-header--desktop .site-header__menu {
        gap: 7rem; } }
  .site-header--desktop .site-header__section--right {
    gap: 1.6rem; }
    @media (min-width: 1200px) {
      .site-header--desktop .site-header__section--right {
        gap: 2.4rem; } }
  .site-header--desktop .site-header__buttons-list {
    padding-left: 0;
    list-style: none;
    gap: 1rem; }
    .site-header--desktop .site-header__buttons-list .btn {
      padding: 0;
      height: auto;
      font-size: 2.5rem;
      color: #d1b860;
      outline: none; }
    @media (min-width: 1200px) {
      .site-header--desktop .site-header__buttons-list {
        gap: 2rem; } }
  .site-header--desktop .site-header__profile {
    position: absolute;
    top: calc(100% + .4rem);
    right: 0;
    display: none; }
    .site-header--desktop .site-header__profile-item:not(:first-child) {
      border-top: 0.1rem solid #DDD;
      margin-top: .6rem;
      padding-top: .4rem; }
    .site-header--desktop .site-header__profile-link {
      padding: .2rem 1.6rem;
      display: inline-flex;
      align-items: center;
      gap: 1rem;
      color: #282828; }
      .site-header--desktop .site-header__profile-link:hover {
        color: #7a2e2e;
        text-decoration: none; }
    .site-header--desktop .site-header__profile-list {
      padding-left: 0;
      list-style: none;
      background-color: #fff;
      min-width: 16rem;
      box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
      padding: 1.6rem 0; }
    .site-header--desktop .site-header__profile.show {
      display: block; }
  .site-header--desktop .site-header__translate-link {
    color: #d1b860;
    cursor: pointer; }
  .site-header--desktop .site-header__translate-list {
    padding-left: 0;
    list-style: none; }
  .site-header--desktop .site-header__translate-item:not(:last-child) {
    padding-right: .4rem; }
    .site-header--desktop .site-header__translate-item:not(:last-child)::before {
      content: "";
      display: inline-flex;
      height: 1.5rem;
      width: .1rem;
      background-color: #d1b860;
      position: absolute;
      top: 50%;
      right: .2rem;
      transform: translateY(-50%); }
  .site-header--desktop .site-header__translate-link {
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 0.1rem; }
    .site-header--desktop .site-header__translate-link.active {
      font-weight: 600; }
  .site-header--desktop .site-header__search {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background-color: #fff;
    display: none; }
    .site-header--desktop .site-header__search-input {
      height: 5.4rem; }
    .site-header--desktop .site-header__search-submit {
      position: absolute;
      top: 0;
      right: 0;
      width: 5.4rem;
      height: 5.4rem;
      border: none;
      background-color: transparent;
      font-size: 2.5rem; }
    .site-header--desktop .site-header__search.show {
      display: block; }
  .site-header--mobile .site-header__container {
    min-height: 7rem; }
  .site-header--mobile .site-header__logo-img {
    max-height: 3.2rem;
    width: auto; }
  .site-header--mobile .site-header__buttons-list {
    padding-left: 0;
    list-style: none;
    gap: 1rem; }
    .site-header--mobile .site-header__buttons-list .btn {
      padding: 0;
      height: auto;
      font-size: 2.5rem;
      color: #d1b860;
      outline: none; }

#header-desktop .site-header__container-inner {
  height: 0 !important;
  padding-top: 25px !important;
  padding-bottom: 0 !important;
  align-items: center; }

#header-desktop .site-header__container {
  height: 90px; }

#header-desktop .site-header__menu-link {
  font-size: 25px;
  line-height: 2.2;
  padding: 0 12px; }

#header-desktop .site-header__buttons .btn i {
  font-size: 27px;
  padding-bottom: 10px; }

.menu__header {
  display: flex;
  justify-content: space-between;
  padding: 1.8rem .8rem 1.7rem 2.1rem;
  position: fixed;
  background-color: #fff;
  border-bottom: 0.1rem solid #DDD;
  z-index: 2;
  width: 100%;
  min-height: 6.8rem; }

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

.menu__link {
  display: block;
  padding: 1.4rem 2rem;
  font-size: 2rem;
  color: #c2a851; }

.menu__expanded-button {
  width: 5.2rem;
  height: 5.2rem;
  background-color: #F5F5F5;
  border: none;
  padding: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem; }

.menu__item {
  border-bottom: 0.1rem solid #DDD; }

.menu__submenu {
  left: 100%;
  transition: left .3s ease-in-out;
  width: 100%;
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: 1;
  padding-top: calc($fixed-height - .1rem); }
  @media (max-width: 991.98px) {
    .menu__submenu--toggled {
      transition: left .3s ease-in-out;
      left: 0;
      overflow-y: auto;
      overflow-x: hidden; } }

.menu__title {
  font-weight: 600;
  display: flex;
  align-items: center; }

.menu__close-button {
  background: transparent none;
  padding: 0;
  width: 3.2rem;
  height: 3.2rem;
  border: 0 none;
  display: flex;
  align-items: center;
  justify-content: center; }

.menu__submenu-header {
  display: flex;
  border-top: 0.1rem solid #DDD;
  border-bottom: 0.1rem solid #DDD;
  align-items: center;
  padding-right: 4.6rem; }

.menu__back-btn {
  width: 5.2rem;
  height: 5.2rem;
  background-color: #F5F5F5;
  border: 0 none;
  padding: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem; }

.menu__parent-link {
  flex: 1;
  padding-left: 1.6rem;
  padding-right: 1.6rem; }

.menu__body {
  padding-top: 6.8rem;
  min-height: calc(100vh - $fixed-height);
  display: flex;
  flex-direction: column; }

.menu.collapse.show {
  left: 0;
  overflow-y: auto;
  overflow-x: hidden; }

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

@media (max-width: 991.98px) {
  .menu {
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    z-index: 11;
    left: 100%;
    min-height: 100%; } }

.site-mob-menu.collapse.show .primary-menu .level-1 > ul {
  margin-bottom: 0; }
  .site-mob-menu.collapse.show .primary-menu .level-1 > ul li {
    /*
                                    &.selected {
                                        > .item {
                                            background-color: $wild-sand;

                                            button {
                                                background-color: darken($wild-sand, 5%);
                                            }
                                        }

                                        > .menu {
                                            > .menu-top {
                                                background-color: $wild-sand;

                                                button {
                                                    background-color: darken($wild-sand, 5%);
                                                }
                                            }
                                        }
                                    }
                                    */ }

@media (max-width: 991.98px) {
  .site-mob-menu.collapsing {
    left: 100%;
    min-height: 100vh; } }

.site-mob-menu .menu-top {
  display: flex;
  border-top: 0.1rem solid #DDD;
  border-bottom: 0.1rem solid #DDD;
  align-items: center;
  padding-right: 4.6rem; }
  .site-mob-menu .menu-top button {
    width: 4.6rem;
    height: 4.6rem;
    background-color: #F5F5F5;
    border: 0 none;
    padding: 0;
    font-size: 0;
    position: relative; }
    .site-mob-menu .menu-top button:after {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(180deg);
      font-size: 1rem; }
  .site-mob-menu .menu-top a {
    flex: 1;
    padding-left: 1.6rem;
    padding-right: 1.6rem; }

.site-mob-menu .menu > ul {
  list-style: none;
  padding-left: 0;
  padding-bottom: 0; }

.site-mob-menu .menu .item {
  position: relative; }

.site-mob-menu .primary-menu {
  padding-bottom: 6.8rem;
  order: 2; }
  .site-mob-menu .primary-menu .level-1 > .item > a {
    font-weight: 600; }
  .site-mob-menu .primary-menu .level-1 .item {
    display: flex;
    justify-content: space-between;
    border-bottom: 0.1rem solid #DDD; }
    .site-mob-menu .primary-menu .level-1 .item a {
      display: block;
      padding: 1.3rem 2.1rem;
      line-height: 1.25; }
    .site-mob-menu .primary-menu .level-1 .item button {
      width: 4.6rem;
      height: 4.6rem;
      background-color: #F5F5F5;
      border: 0 none;
      padding: 0;
      font-size: 0;
      position: relative; }
      .site-mob-menu .primary-menu .level-1 .item button:after {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 1rem; }

.site-mob-menu .secondary-menu {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
  margin-left: 2.1rem;
  margin-right: 2.1rem;
  font-size: 1.5rem;
  line-height: 1.6;
  order: 3; }
  .site-mob-menu .secondary-menu li:not(:first-child) {
    margin-top: 2.4rem; }
  .site-mob-menu .secondary-menu a {
    font-size: 1.4rem; }
  .site-mob-menu .secondary-menu + .primary-menu {
    padding-bottom: 0; }

.site-mob-menu .btn-menu {
  padding: 1.3rem 2.1rem 1.4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  position: sticky;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
  border-top: 1px solid #DDD;
  min-height: 6.8rem; }
  .site-mob-menu .btn-menu-profile, .site-mob-menu .btn-menu-profile-auth {
    position: relative;
    padding-left: 3.2rem; }
    .site-mob-menu .btn-menu-profile::before, .site-mob-menu .btn-menu-profile-auth::before {
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      font-size: 2rem;
      left: 0; }
  .site-mob-menu .btn-menu-profile-auth::after {
    position: absolute;
    top: calc(50% + 0.6rem);
    transform: translateY(-50%);
    left: 1.2rem;
    font-size: 0.8rem;
    color: #7a2e2e; }

@media (max-width: 991.98px) {
  .site-mob-profile-menu {
    z-index: 12; } }

.search--mobile {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: 0;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: 10;
  left: 100%;
  min-height: 100vh; }
  .search--mobile.collapse.show {
    left: 0%;
    overflow-y: auto;
    overflow-x: hidden; }
  .search--mobile.collapsing {
    left: 100%;
    min-height: 100vh; }

.search__input {
  height: 5.4rem;
  border: 0;
  background-color: transparent;
  padding-right: 5.6rem; }

.search__submit {
  height: 5.4rem;
  width: 5.4rem;
  border: 0;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 22px;
  padding: 0; }

.search__container {
  background-color: #F7F7F7;
  display: flex; }

.search__content {
  flex: 1;
  position: relative; }

.search__close-button {
  height: 5.4rem;
  width: 5.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0; }

:root {
  --site-footer-background-color: #FFFFFF;
  --site-footer-heading-color: #000000;
  --site-footer-item-payment-background: #FFFFFF;
  --site-footer-middle-border-color: #000000;
  --site-footer-bottom-border-color: #000000;
  --site-footer-menu-selected-color: #000000;
  --site-footer-copyright-color: #000000; }

.site-footer {
  margin-top: 6rem;
  background-color: #0e0d0d; }
  .site-footer__right-title {
    margin-bottom: 0;
    color: #fff; }
  .site-footer__right-links {
    margin-bottom: 0;
    margin-top: 2.4rem; }
  .site-footer__right-link {
    font-size: 1.6rem;
    color: #fff; }
  .site-footer__icon {
    color: #d1b860;
    font-size: 18px;
    margin-right: 1rem; }
  .site-footer__copyright-text {
    color: #666;
    font-weight: 275;
    font-size: 14px; }
  @media (min-width: 992px) {
    .site-footer {
      margin-top: 8rem; } }
  @media (min-width: 1200px) {
    .site-footer {
      margin-top: 10rem; } }
  @media (min-width: 1400px) {
    .site-footer {
      margin-top: 12rem; } }

@media (min-width: 768px) {
  body.site-header-search-modal-is-shown {
    overflow: hidden; }
    body.site-header-search-modal-is-shown::before {
      content: "";
      display: block;
      background: rgba(0, 0, 0, 0.1);
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2; } }

.landing-section--bg-jet-stream {
  background-image: linear-gradient(to bottom, #dcdcdc, #ffffff); }

.landing-section--bg-seashell {
  background-color: #FBF8EC; }

.image-card__heading {
  font-size: 2.5rem; }
  @media (min-width: 768px) {
    .image-card__heading {
      font-size: 3rem; } }
  @media (min-width: 992px) {
    .image-card__heading {
      font-size: 4.2rem; } }

.image-card-swiper {
  height: fit-content;
  border-radius: 2.8rem; }

.image-card__item {
  gap: 0;
  min-height: 53.6rem; }

.image-card__image-container {
  position: relative; }
  .image-card__image-container:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%; }
  .image-card__image-container--hero {
    height: 30rem; }
    @media (min-width: 992px) {
      .image-card__image-container--hero {
        height: auto; } }

.image-card__image {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 50%;
  margin-left: -50%; }

.image-card__content {
  background: linear-gradient(90deg, #0e0d0d 20%, #FCFCFC 100%); }

.image-card__content-inner {
  max-width: 46rem; }

.image-card__heading {
  color: #d1b860;
  font-weight: 500;
  text-transform: uppercase; }

.image-card__description {
  color: #666;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 3rem; }

.image-card__btn {
  border-radius: .465rem;
  min-width: 14.5rem;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-bottom: 2rem; }
  @media (min-width: 992px) {
    .image-card__btn {
      margin-bottom: 0; } }

.swiper-button-next--image-card,
.swiper-button-prev--image-card {
  position: absolute;
  top: 20%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  color: #7a2e2e;
  padding: 0.5rem;
  border-radius: 50%;
  box-shadow: 0 .1rem .6rem #000; }
  @media (min-width: 992px) {
    .swiper-button-next--image-card,
    .swiper-button-prev--image-card {
      font-size: 3rem;
      top: 50%; } }

.swiper-button-next--image-card {
  right: 3rem; }

.swiper-button-prev--image-card {
  left: 3rem; }

.swiper-pagination--image-card {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%); }
  .swiper-pagination--image-card .swiper-pagination-bullet {
    width: 1.675rem;
    height: 1.675rem;
    border-radius: 50%;
    background-color: #FFFFFF;
    box-shadow: 0 0 .239rem 0 #00000066 inset;
    cursor: pointer; }
    .swiper-pagination--image-card .swiper-pagination-bullet-active {
      display: flex;
      align-items: center;
      justify-content: center; }
      .swiper-pagination--image-card .swiper-pagination-bullet-active::after {
        content: '';
        background-color: #7a2e2e;
        width: .95rem;
        height: .95rem;
        border-radius: 50%; }

.product-list__grid.custom_n_afrodiziac {
  display: flex;
  justify-content: center; }
  .product-list__grid.custom_n_afrodiziac .product-list__item.item {
    width: 30%; }
  .product-list__grid.custom_n_afrodiziac .product-list__content {
    padding-top: 30px;
    min-height: fit-content; }
  .product-list__grid.custom_n_afrodiziac .product-list__name {
    margin-bottom: 0; }
  .product-list__grid.custom_n_afrodiziac .product-list__actions a {
    color: #fff;
    border-color: transparent;
    background-color: #d1b860;
    width: fit-content;
    margin: 0 auto;
    text-transform: uppercase;
    height: auto; }

.new-products .product-list__name-link,
.best-sellers .product-list__name-link {
  font-size: 2.4rem;
  color: #282828;
  display: inline-flex;
  justify-content: center;
  align-items: center; }

.product-list__btn {
  font-size: 1.45rem;
  height: auto; }

.product-list .new-products__inner,
.product-list .best-sellers__inner {
  max-width: calc(1260px + 150px);
  margin: 0 auto; }
  @media (min-width: 992px) {
    .product-list .new-products__inner,
    .product-list .best-sellers__inner {
      padding: 0 75px; } }

.product-list__header--products {
  padding: 1.5rem;
  border: .1rem solid #e5e5e5;
  position: relative;
  top: auto;
  z-index: 3;
  background-color: #fff; }
  @media (min-width: 992px) {
    .product-list__header--products {
      position: sticky;
      top: 13rem; } }

.product-list__sort-btn {
  background-color: transparent;
  border: 1px solid #E5E5E5;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  border-radius: 0;
  padding: 10px 14px;
  height: auto; }
  .product-list__sort-btn--active {
    background-color: #E5E5E5; }
  .product-list__sort-btn:hover {
    background-color: initial;
    border: 1px solid #282828; }

.product-list__icon {
  font-size: 3rem; }

.product-list__image-container {
  position: relative; }
  .product-list__image-container:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: calc((180 / 137) * 100%); }
    .new-products .product-list__image-container:before,
    .best-sellers .product-list__image-container:before {
      padding-top: calc((20 / 19) * 100%); }

.product-list__container .product-list__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 13.4rem; }
  .product-list__container .product-list__content--slider .product-list__name-link {
    min-height: 6rem;
    align-items: flex-start; }

.product-list__image-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.product-list__image {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 50%;
  margin-left: -50%; }

.product-list__name-link {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  min-height: 6rem;
  height: fit-content;
  text-align: center;
  color: #282828;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }
  .product-list__name-link:hover {
    text-decoration: none;
    color: #7a2e2e; }

.product-list__price {
  letter-spacing: 1px;
  font-size: 1.6rem; }
  @media (min-width: 768px) {
    .product-list__price {
      font-size: 2rem; } }
  @media (min-width: 992px) {
    .product-list__price {
      font-size: 2.4rem; } }

.product-list__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #F2F2F2;
  font-family: "Lato", sans-serif;
  border: none;
  pointer-events: none;
  border-radius: .5rem;
  padding: .5rem 1.5rem;
  box-shadow: 1px 2px 4px 0px #00000040; }
  .product-list__badge--new {
    background-color: #79dfc1; }
  .product-list__badge--sale {
    background-color: #1E3A3B; }

.product-list__wishlist-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.6rem;
  height: 3.6rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem; }
  .product-list__wishlist-btn .icon {
    color: #7a2e2e; }

.product-list__tab-buttons {
  flex-wrap: wrap;
  gap: .5rem; }
  @media (min-width: 768px) {
    .product-list__tab-buttons {
      gap: 0; } }

.product-list__tab-button {
  font-family: "Lato", sans-serif;
  border-radius: 0;
  padding: 1.2rem 2rem;
  height: auto;
  background-color: transparent;
  color: #282828;
  border: 0.1rem solid #7a2e2e; }
  .product-list__tab-button--active {
    background-color: #7a2e2e;
    color: #fff; }

.product-list__tab-panel:not(.product-list__tab-panel--active) {
  display: none; }

.product-list__more-btn {
  display: inline-flex;
  text-decoration: none;
  max-width: 18.5rem;
  width: 100%;
  font-size: 1.4rem; }

.product-list .swiper-button-next,
.product-list .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer; }
  .new-products .product-list .swiper-button-next,
  .best-sellers .product-list .swiper-button-next, .new-products
  .product-list .swiper-button-prev,
  .best-sellers
  .product-list .swiper-button-prev {
    font-size: 2.8rem; }

.product-list .swiper-button-next {
  right: 16px; }

.product-list .swiper-button-prev {
  left: 16px; }

.wc-notification-container {
  top: 105px !important; }

.pagination-container ul.page-numbers {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0; }

.page-numbers li a,
.page-numbers li span {
  padding: 8px 12px;
  /*     border: 1px solid #ccc; */
  text-decoration: none;
  color: #7A2E2E; }

.page-numbers li a.prev,
.page-numbers li a.next {
  font-size: 30px;
  line-height: 0.6; }

.page-numbers li .current {
  background-color: #B9DCD2;
  border-radius: 100%;
  /*     color: #fff; */
  border-color: #333; }

.page-numbers li .current {
  background-color: #B9DCD29E; }

.trend-product-grid {
  display: flex;
  /*   flex-wrap: wrap; */
  justify-content: center;
  gap: 30px;
  max-width: 1200px;
  /* cât 4 coloane */
  margin: 0 auto; }

.trend-product-grid .product-list__item {
  flex: 0 0 calc((100% - 90px) / 4);
  /* 4 coloane, 3 gapuri x 30px */
  max-width: calc((100% - 90px) / 4); }

.product-view__product-tabs {
  max-width: 100%; }

@media screen and (max-width: 1024px) {
  .trend-product-grid .product-list__item {
    flex: 0 0 calc((100% - 30px) / 3);
    max-width: calc((100% - 30px) / 3); }
  .trend-product-grid {
    flex-wrap: wrap; } }

@media screen and (max-width: 768px) {
  .product-list__grid.custom_n_afrodiziac {
    flex-direction: column;
    justify-content: center; }
  .product-list__grid.custom_n_afrodiziac .product-list__item.item {
    width: 100%;
    margin: 0 auto; }
  .trend-product-grid {
    /*   flex-wrap: wrap; */ } }

@media scsreen and (max-width: 600px) {
  .product-list__grid.custom_n_afrodiziac .product-list__item.item {
    width: 100%; }
  .trend-product-grid .product-list__item {
    flex: 0 0 100%;
    max-width: 100%; } }

.b2b-offer__subtitle {
  color: #d1b860;
  font-size: 28px;
  letter-spacing: 1.48px; }

.b2b-offer__paragraph {
  font-size: 24px; }

.b2b-offer__title {
  font-size: 4.5rem;
  line-height: 5.2rem;
  letter-spacing: 1.48px; }
  .b2b-offer__title-text--bold {
    font-weight: bold; }

.b2b-offer__text {
  color: #666;
  letter-spacing: 1.48px;
  line-height: 3rem; }

.b2b-offer__inner {
  position: relative; }
  .b2b-offer__inner:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: calc((575 / 589) * 100%); }

.b2b-offer__image-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.b2b-offer__image {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 50%;
  margin-left: -50%; }
  @media (max-width: 767.98px) {
    .b2b-offer__image {
      left: 50% !important;
      margin-left: -30% !important; } }

.b2b-offer__button {
  min-width: 24.8rem;
  height: auto;
  padding: 20px 0;
  letter-spacing: 1.48px; }

#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
  font-size: 1.7rem !important; }

.sbi_feedtheme_header_text h3, .sbi_feedtheme_header_text .h3 {
  font-size: 2.2rem !important; }

.sbi_feedtheme_header_text p {
  font-size: 1.6rem !important; }

.instagram-feed__label {
  font-size: 2rem;
  font-weight: 300; }

.instagram-feed__inner {
  position: relative; }
  .instagram-feed__inner:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: calc((1 / 1) * 100%); }

.instagram-feed__image-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.instagram-feed__image {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 50%;
  margin-left: -50%; }

.instagram-feed__icon {
  color: #282828;
  font-size: 3rem;
  margin-right: .4rem; }

.instagram-feed__button {
  max-width: 24.6rem;
  width: 100%; }
