[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

@charset "UTF-8";
.btn-secondary {
  color: #fff !important;
}

.flamant-color {
  color: #ffcccc !important;
}

.bg-flamant-color {
  background: #ffcccc !important;
}

.nice-select {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.nice-select.open .list {
  pointer-events: auto;
  opacity: 1;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  color: #6c757d;
  pointer-events: none;
  border-color: #eff1f3;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  /* stylelint-disable */
  right: 0 !important;
  left: 0 !important;
  /* stylelint-enable */
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  right: 0;
  left: auto;
}
.nice-select.small {
  height: 36px;
  font-size: 12px;
  line-height: 36px;
}
.nice-select.small::after {
  width: 4px;
  height: 4px;
}
.nice-select.small .option {
  min-height: 36px;
  line-height: 36px;
}
.nice-select .list {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
  box-sizing: border-box;
  padding: 0;
  margin-top: 4px;
  overflow: hidden;
  pointer-events: none;
  background-color: #fff;
  border-radius: 0.4rem;
  box-shadow: 0 0 0 1px rgba(33, 37, 41, 0.11);
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transform: scale(0.75) translateY(-18px);
  transform-origin: 50% 0;
}
.nice-select .list:hover .option:not(:hover) {
  /* stylelint-disable */
  background-color: transparent !important;
  /* stylelint-enable */
}
.nice-select .option {
  min-height: 36px;
  padding-right: 29px;
  padding-left: 18px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  list-style: none;
  cursor: pointer;
  outline: none;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f8f9fa;
}
.nice-select .option.selected {
  font-weight: 700;
}
.nice-select .option.disabled {
  color: #6c757d;
  cursor: default;
  background-color: transparent;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

:root {
  --bs-blue: #007bff;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #e1a49e;
  --bs-red: #da3b2a;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #2b503d;
  --bs-teal: #20c997;
  --bs-cyan: #17a2b8;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #2b503d;
  --bs-secondary: #c69d6b;
  --bs-success: #2b503d;
  --bs-info: #17a2b8;
  --bs-warning: #ff9a52;
  --bs-danger: #da3b2a;
  --bs-light: #f8f9fa;
  --bs-dark: #343a40;
  --bs-primary-rgb: 43, 80, 61;
  --bs-secondary-rgb: 198, 157, 107;
  --bs-success-rgb: 43, 80, 61;
  --bs-info-rgb: 23, 162, 184;
  --bs-warning-rgb: 255, 154, 82;
  --bs-danger-rgb: 218, 59, 42;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 52, 58, 64;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Mont", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: Mont, -apple-system, blinkmacsystemfont, Segoe UI, roboto, Helvetica Neue, arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

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

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

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

hr {
  margin: 10px 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

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

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  color: #212529;
}

h1, .h1 {
  font-size: calc(1.325rem + 1.0887096774vw);
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 2rem;
  }
}

h2, .h2 {
  font-size: calc(1.3rem + 0.7258064516vw);
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 1.75rem;
  }
}

h3, .h3 {
  font-size: calc(1.275rem + 0.3629032258vw);
}
@media (min-width: 992px) {
  h3, .h3 {
    font-size: 1.5rem;
  }
}

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 800;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #2b503d;
  text-decoration: underline;
}
a:hover {
  color: #224031;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

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

code {
  font-size: 0.875em;
  color: #e1a49e;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.4rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #2b503dad;
  text-align: left;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-6,
.gy-sm-6 {
    --bs-gutter-y: 50px;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-md-6,
.gy-md-6 {
    --bs-gutter-y: 50px;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-6,
.gy-lg-6 {
    --bs-gutter-y: 50px;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-6,
.gy-xl-6 {
    --bs-gutter-y: 50px;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-6,
.gy-xxl-6 {
    --bs-gutter-y: 50px;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 10px;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

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

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

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

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

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

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

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

.table-primary {
  --bs-table-bg: #d5dcd8;
  --bs-table-striped-bg: #cad1cd;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c0c6c2;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c5ccc8;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #c0c6c2;
}

.table-secondary {
  --bs-table-bg: #f4ebe1;
  --bs-table-striped-bg: #e8dfd6;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dcd4cb;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e2d9d0;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dcd4cb;
}

.table-success {
  --bs-table-bg: #d5dcd8;
  --bs-table-striped-bg: #cad1cd;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c0c6c2;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c5ccc8;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #c0c6c2;
}

.table-info {
  --bs-table-bg: #d1ecf1;
  --bs-table-striped-bg: #c7e0e5;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd4d9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1dadf;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd4d9;
}

.table-warning {
  --bs-table-bg: #ffebdc;
  --bs-table-striped-bg: #f2dfd1;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6d4c6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ecd9cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6d4c6;
}

.table-danger {
  --bs-table-bg: #f8d8d4;
  --bs-table-striped-bg: #eccdc9;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2bf;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c8c4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2bf;
}

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

.table-dark {
  --bs-table-bg: #343a40;
  --bs-table-striped-bg: #3e444a;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #484e53;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #43494e;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #484e53;
}

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

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

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

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

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

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #2b503dad;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.4rem;
  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: #212529;
  background-color: #fff;
  border-color: #95a89e;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(43, 80, 61, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  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: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 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 + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.4rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1.75rem + 2px);
  padding: 0.875rem 1.25rem;
  font-size: 1.125rem;
  border-radius: 0.4rem;
}
.form-control-lg::file-selector-button {
  padding: 0.875rem 1.25rem;
  margin: -0.875rem -1.25rem;
  -webkit-margin-end: 1.25rem;
          margin-inline-end: 1.25rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.875rem 1.25rem;
  margin: -0.875rem -1.25rem;
  -webkit-margin-end: 1.25rem;
          margin-inline-end: 1.25rem;
}

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

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.5rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.4rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.4rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.5rem 3rem 0.5rem 1rem;
  -moz-padding-start: calc(1rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.4rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #95a89e;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(43, 80, 61, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 1rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

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

.form-select-lg {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 1.25rem;
  font-size: 1.125rem;
  border-radius: 0.4rem;
}

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

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active, .form-check-input.nice-select.open {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #95a89e;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(43, 80, 61, 0.25);
}
.form-check-input:checked {
  background-color: #2b503d;
  border-color: #2b503d;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #2b503d;
  border-color: #2b503d;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

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

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

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

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(43, 80, 61, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(43, 80, 61, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #2b503d;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active, .form-range.nice-select.open::-webkit-slider-thumb {
  background-color: #bfcbc5;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #2b503d;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active, .form-range.nice-select.open::-moz-range-thumb {
  background-color: #bfcbc5;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 1rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 1rem;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

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

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

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.875rem 1.25rem;
  font-size: 1.125rem;
  border-radius: 0.4rem;
}

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

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  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: #2b503d;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 2.5px 5px;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(43, 80, 61, 0.9);
  border-radius: 0.4rem;
}

.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: #2b503d;
  padding-right: calc(1.5em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%232b503d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #2b503d;
  box-shadow: 0 0 0 0.25rem rgba(43, 80, 61, 0.25);
}

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #2b503d;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 5.5rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%232b503d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 1rem center, center right 3rem;
  background-size: 16px 12px, calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #2b503d;
  box-shadow: 0 0 0 0.25rem rgba(43, 80, 61, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #2b503d;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #2b503d;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(43, 80, 61, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #2b503d;
}

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

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

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #da3b2a;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 2.5px 5px;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(218, 59, 42, 0.9);
  border-radius: 0.4rem;
}

.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: #da3b2a;
  padding-right: calc(1.5em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23da3b2a'%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='%23da3b2a' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #da3b2a;
  box-shadow: 0 0 0 0.25rem rgba(218, 59, 42, 0.25);
}

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #da3b2a;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 5.5rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23da3b2a'%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='%23da3b2a' stroke='none'/%3e%3c/svg%3e");
  background-position: right 1rem center, center right 3rem;
  background-size: 16px 12px, calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #da3b2a;
  box-shadow: 0 0 0 0.25rem rgba(218, 59, 42, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #da3b2a;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #da3b2a;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(218, 59, 42, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #da3b2a;
}

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

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

.btn {
  display: inline-block;
  font-weight: 500;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.4rem;
  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: #212529;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(43, 80, 61, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #2b503d;
  border-color: #2b503d;
}
.btn-primary:hover {
  color: #fff;
  background-color: #254434;
  border-color: #224031;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #254434;
  border-color: #224031;
  box-shadow: 0 0 0 0.25rem rgba(75, 106, 90, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-check.nice-select.open + .btn-primary, .btn-primary:active, .btn-primary.nice-select.open, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #224031;
  border-color: #203c2e;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-check.nice-select.open + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.nice-select.open:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(75, 106, 90, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #2b503d;
  border-color: #2b503d;
}

.btn-secondary {
  color: #000;
  background-color: #c69d6b;
  border-color: #c69d6b;
}
.btn-secondary:hover {
  color: #000;
  background-color: #cfac81;
  border-color: #cca77a;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #000;
  background-color: #cfac81;
  border-color: #cca77a;
  box-shadow: 0 0 0 0.25rem rgba(168, 133, 91, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-check.nice-select.open + .btn-secondary, .btn-secondary:active, .btn-secondary.nice-select.open, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #000;
  background-color: #d1b189;
  border-color: #cca77a;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-check.nice-select.open + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.nice-select.open:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(168, 133, 91, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #000;
  background-color: #c69d6b;
  border-color: #c69d6b;
}

.btn-success {
  color: #fff;
  background-color: #2b503d;
  border-color: #2b503d;
}
.btn-success:hover {
  color: #fff;
  background-color: #254434;
  border-color: #224031;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #254434;
  border-color: #224031;
  box-shadow: 0 0 0 0.25rem rgba(75, 106, 90, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-check.nice-select.open + .btn-success, .btn-success:active, .btn-success.nice-select.open, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #224031;
  border-color: #203c2e;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-check.nice-select.open + .btn-success:focus, .btn-success:active:focus, .btn-success.nice-select.open:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(75, 106, 90, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #2b503d;
  border-color: #2b503d;
}

.btn-info {
  color: #000;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #000;
  background-color: #3ab0c3;
  border-color: #2eabbf;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #3ab0c3;
  border-color: #2eabbf;
  box-shadow: 0 0 0 0.25rem rgba(20, 138, 156, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-check.nice-select.open + .btn-info, .btn-info:active, .btn-info.nice-select.open, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #45b5c6;
  border-color: #2eabbf;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-check.nice-select.open + .btn-info:focus, .btn-info:active:focus, .btn-info.nice-select.open:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(20, 138, 156, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-warning {
  color: #000;
  background-color: #ff9a52;
  border-color: #ff9a52;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffa96c;
  border-color: #ffa463;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffa96c;
  border-color: #ffa463;
  box-shadow: 0 0 0 0.25rem rgba(217, 131, 70, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-check.nice-select.open + .btn-warning, .btn-warning:active, .btn-warning.nice-select.open, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffae75;
  border-color: #ffa463;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-check.nice-select.open + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.nice-select.open:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 131, 70, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ff9a52;
  border-color: #ff9a52;
}

.btn-danger {
  color: #fff;
  background-color: #da3b2a;
  border-color: #da3b2a;
}
.btn-danger:hover {
  color: #fff;
  background-color: #b93224;
  border-color: #ae2f22;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #b93224;
  border-color: #ae2f22;
  box-shadow: 0 0 0 0.25rem rgba(224, 88, 74, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-check.nice-select.open + .btn-danger, .btn-danger:active, .btn-danger.nice-select.open, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ae2f22;
  border-color: #a42c20;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-check.nice-select.open + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.nice-select.open:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(224, 88, 74, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #da3b2a;
  border-color: #da3b2a;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-check.nice-select.open + .btn-light, .btn-light:active, .btn-light.nice-select.open, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-check.nice-select.open + .btn-light:focus, .btn-light:active:focus, .btn-light.nice-select.open:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #2c3136;
  border-color: #2a2e33;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #2c3136;
  border-color: #2a2e33;
  box-shadow: 0 0 0 0.25rem rgba(82, 88, 93, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-check.nice-select.open + .btn-dark, .btn-dark:active, .btn-dark.nice-select.open, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #2a2e33;
  border-color: #272c30;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-check.nice-select.open + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.nice-select.open:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(82, 88, 93, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-primary {
  color: #2b503d;
  border-color: #2b503d;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #2b503d;
  border-color: #2b503d;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(43, 80, 61, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-check.nice-select.open + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.nice-select.open, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #2b503d;
  border-color: #2b503d;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-check.nice-select.open + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.nice-select.open:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(43, 80, 61, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #2b503d;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #c69d6b;
  border-color: #c69d6b;
}
.btn-outline-secondary:hover {
  color: #000;
  background-color: #c69d6b;
  border-color: #c69d6b;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(198, 157, 107, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-check.nice-select.open + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.nice-select.open, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #000;
  background-color: #c69d6b;
  border-color: #c69d6b;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-check.nice-select.open + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.nice-select.open:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(198, 157, 107, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #c69d6b;
  background-color: transparent;
}

.btn-outline-success {
  color: #2b503d;
  border-color: #2b503d;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #2b503d;
  border-color: #2b503d;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(43, 80, 61, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-check.nice-select.open + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.nice-select.open, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #2b503d;
  border-color: #2b503d;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-check.nice-select.open + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.nice-select.open:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(43, 80, 61, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #2b503d;
  background-color: transparent;
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(23, 162, 184, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-check.nice-select.open + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.nice-select.open, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-check.nice-select.open + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.nice-select.open:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ff9a52;
  border-color: #ff9a52;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ff9a52;
  border-color: #ff9a52;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 154, 82, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-check.nice-select.open + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.nice-select.open, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ff9a52;
  border-color: #ff9a52;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-check.nice-select.open + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.nice-select.open:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 154, 82, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ff9a52;
  background-color: transparent;
}

.btn-outline-danger {
  color: #da3b2a;
  border-color: #da3b2a;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #da3b2a;
  border-color: #da3b2a;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(218, 59, 42, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-check.nice-select.open + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.nice-select.open, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #da3b2a;
  border-color: #da3b2a;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-check.nice-select.open + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.nice-select.open:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(218, 59, 42, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #da3b2a;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-check.nice-select.open + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.nice-select.open, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-check.nice-select.open + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.nice-select.open:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(52, 58, 64, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-check.nice-select.open + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.nice-select.open, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-check.nice-select.open + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.nice-select.open:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #2b503d;
  text-decoration: underline;
}
.btn-link:hover {
  color: #224031;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.875rem 1.25rem;
  font-size: 1.125rem;
  border-radius: 0.4rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.4rem;
}

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

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

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

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

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

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

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

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #2b503d;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #224031;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.4rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #2b503d;
}

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar > .container-xxl, .navbar > .container-xl, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.40625rem;
  padding-bottom: 0.40625rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.4rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

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

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

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

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0.0625rem solid #efe2d3;
  border-radius: 0.4rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 0.3375rem;
  border-top-right-radius: 0.3375rem;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0.3375rem;
  border-bottom-left-radius: 0.3375rem;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 10px 10px;
}

.card-title {
  margin-bottom: 5px;
}

.card-subtitle {
  margin-top: -2.5px;
  margin-bottom: 0;
}

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

.card-link + .card-link {
  margin-left: 10px;
}

.card-header {
  padding: 5px 10px;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0.0625rem solid #efe2d3;
}
.card-header:first-child {
  border-radius: 0.3375rem 0.3375rem 0 0;
}

.card-footer {
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 0.0625rem solid #efe2d3;
}
.card-footer:last-child {
  border-radius: 0 0 0.3375rem 0.3375rem;
}

.card-header-tabs {
  margin-right: -5px;
  margin-bottom: -5px;
  margin-left: -5px;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -5px;
  margin-left: -5px;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  border-radius: 0.3375rem;
}

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

.card-img,
.card-img-top {
  border-top-left-radius: 0.3375rem;
  border-top-right-radius: 0.3375rem;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0.3375rem;
  border-bottom-left-radius: 0.3375rem;
}

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

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

.pagination, .comments-pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link, .comments-pagination span {
  position: relative;
  display: block;
  color: #2b503d;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link, .comments-pagination span {
    transition: none;
  }
}
.page-link:hover, .comments-pagination span:hover {
  z-index: 2;
  color: #224031;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus, .comments-pagination span:focus {
  z-index: 3;
  color: #224031;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(43, 80, 61, 0.25);
}

.page-item:not(:first-child) .page-link, .page-item:not(:first-child) .comments-pagination span, .comments-pagination .page-item:not(:first-child) span, .comments-pagination li:not(:first-child) .page-link, .comments-pagination li:not(:first-child) span {
  margin-left: -1px;
}
.page-item.active .page-link, .page-item.active .comments-pagination span, .comments-pagination .page-item.active span, .comments-pagination li.active .page-link, .comments-pagination li.active span {
  z-index: 3;
  color: #fff;
  background-color: #2b503d;
  border-color: #2b503d;
}
.page-item.disabled .page-link, .page-item.disabled .comments-pagination span, .comments-pagination .page-item.disabled span, .comments-pagination li.disabled .page-link, .comments-pagination li.disabled span {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link, .comments-pagination span {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link, .page-item:first-child .comments-pagination span, .comments-pagination .page-item:first-child span, .comments-pagination li:first-child .page-link, .comments-pagination li:first-child span {
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
.page-item:last-child .page-link, .page-item:last-child .comments-pagination span, .comments-pagination .page-item:last-child span, .comments-pagination li:last-child .page-link, .comments-pagination li:last-child span {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}

.pagination-lg .page-link, .pagination-lg .comments-pagination span, .comments-pagination .pagination-lg span {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
}
.pagination-lg .page-item:first-child .page-link, .pagination-lg .page-item:first-child .comments-pagination span, .comments-pagination .pagination-lg .page-item:first-child span, .pagination-lg .comments-pagination li:first-child .page-link, .pagination-lg .comments-pagination li:first-child span, .comments-pagination .pagination-lg li:first-child .page-link, .comments-pagination .pagination-lg li:first-child span {
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
.pagination-lg .page-item:last-child .page-link, .pagination-lg .page-item:last-child .comments-pagination span, .comments-pagination .pagination-lg .page-item:last-child span, .pagination-lg .comments-pagination li:last-child .page-link, .pagination-lg .comments-pagination li:last-child span, .comments-pagination .pagination-lg li:last-child .page-link, .comments-pagination .pagination-lg li:last-child span {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}

.pagination-sm .page-link, .pagination-sm .comments-pagination span, .comments-pagination .pagination-sm span {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link, .pagination-sm .page-item:first-child .comments-pagination span, .comments-pagination .pagination-sm .page-item:first-child span, .pagination-sm .comments-pagination li:first-child .page-link, .pagination-sm .comments-pagination li:first-child span, .comments-pagination .pagination-sm li:first-child .page-link, .comments-pagination .pagination-sm li:first-child span {
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
.pagination-sm .page-item:last-child .page-link, .pagination-sm .page-item:last-child .comments-pagination span, .comments-pagination .pagination-sm .page-item:last-child span, .pagination-sm .comments-pagination li:last-child .page-link, .pagination-sm .comments-pagination li:last-child span, .comments-pagination .pagination-sm li:last-child .page-link, .comments-pagination .pagination-sm li:last-child span {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}

.badge {
  display: inline-block;
  padding: 0.3em 0.55em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.4rem;
}
.badge:empty {
  display: none;
}

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

.alert {
  position: relative;
  padding: 10px 10px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.4rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 30px;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 12.5px 10px;
}

.alert-primary {
  color: #1a3025;
  background-color: #d5dcd8;
  border-color: #bfcbc5;
}
.alert-primary .alert-link {
  color: #15261e;
}

.alert-secondary {
  color: #775e40;
  background-color: #f4ebe1;
  border-color: #eee2d3;
}
.alert-secondary .alert-link {
  color: #5f4b33;
}

.alert-success {
  color: #1a3025;
  background-color: #d5dcd8;
  border-color: #bfcbc5;
}
.alert-success .alert-link {
  color: #15261e;
}

.alert-info {
  color: #0e616e;
  background-color: #d1ecf1;
  border-color: #b9e3ea;
}
.alert-info .alert-link {
  color: #0b4e58;
}

.alert-warning {
  color: #995c31;
  background-color: #ffebdc;
  border-color: #ffe1cb;
}
.alert-warning .alert-link {
  color: #7a4a27;
}

.alert-danger {
  color: #832319;
  background-color: #f8d8d4;
  border-color: #f4c4bf;
}
.alert-danger .alert-link {
  color: #691c14;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #1f2326;
  background-color: #d6d8d9;
  border-color: #c2c4c6;
}
.alert-dark .alert-link {
  color: #191c1e;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.4rem;
}

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

.list-group-item-action, .list-group-item-action-dropdown-link, .list-group-item-action-dropdown {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action-dropdown-link:hover, .list-group-item-action-dropdown:hover, .list-group-item-action:focus, .list-group-item-action-dropdown-link:focus, .list-group-item-action-dropdown:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active, .list-group-item-action-dropdown-link:active, .list-group-item-action-dropdown:active, .list-group-item-action.nice-select.open, .nice-select.open.list-group-item-action-dropdown-link, .nice-select.open.list-group-item-action-dropdown {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 5px 10px;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #2b503d;
  border-color: #2b503d;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.4rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

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

.list-group-item-primary {
  color: #1a3025;
  background-color: #d5dcd8;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action-dropdown-link:hover, .list-group-item-primary.list-group-item-action-dropdown:hover, .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action-dropdown-link:focus, .list-group-item-primary.list-group-item-action-dropdown:focus {
  color: #1a3025;
  background-color: #c0c6c2;
}
.list-group-item-primary.list-group-item-action.active, .list-group-item-primary.active.list-group-item-action-dropdown-link, .list-group-item-primary.active.list-group-item-action-dropdown {
  color: #fff;
  background-color: #1a3025;
  border-color: #1a3025;
}

.list-group-item-secondary {
  color: #775e40;
  background-color: #f4ebe1;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action-dropdown-link:hover, .list-group-item-secondary.list-group-item-action-dropdown:hover, .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action-dropdown-link:focus, .list-group-item-secondary.list-group-item-action-dropdown:focus {
  color: #775e40;
  background-color: #dcd4cb;
}
.list-group-item-secondary.list-group-item-action.active, .list-group-item-secondary.active.list-group-item-action-dropdown-link, .list-group-item-secondary.active.list-group-item-action-dropdown {
  color: #fff;
  background-color: #775e40;
  border-color: #775e40;
}

.list-group-item-success {
  color: #1a3025;
  background-color: #d5dcd8;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action-dropdown-link:hover, .list-group-item-success.list-group-item-action-dropdown:hover, .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action-dropdown-link:focus, .list-group-item-success.list-group-item-action-dropdown:focus {
  color: #1a3025;
  background-color: #c0c6c2;
}
.list-group-item-success.list-group-item-action.active, .list-group-item-success.active.list-group-item-action-dropdown-link, .list-group-item-success.active.list-group-item-action-dropdown {
  color: #fff;
  background-color: #1a3025;
  border-color: #1a3025;
}

.list-group-item-info {
  color: #0e616e;
  background-color: #d1ecf1;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action-dropdown-link:hover, .list-group-item-info.list-group-item-action-dropdown:hover, .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action-dropdown-link:focus, .list-group-item-info.list-group-item-action-dropdown:focus {
  color: #0e616e;
  background-color: #bcd4d9;
}
.list-group-item-info.list-group-item-action.active, .list-group-item-info.active.list-group-item-action-dropdown-link, .list-group-item-info.active.list-group-item-action-dropdown {
  color: #fff;
  background-color: #0e616e;
  border-color: #0e616e;
}

.list-group-item-warning {
  color: #995c31;
  background-color: #ffebdc;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action-dropdown-link:hover, .list-group-item-warning.list-group-item-action-dropdown:hover, .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action-dropdown-link:focus, .list-group-item-warning.list-group-item-action-dropdown:focus {
  color: #995c31;
  background-color: #e6d4c6;
}
.list-group-item-warning.list-group-item-action.active, .list-group-item-warning.active.list-group-item-action-dropdown-link, .list-group-item-warning.active.list-group-item-action-dropdown {
  color: #fff;
  background-color: #995c31;
  border-color: #995c31;
}

.list-group-item-danger {
  color: #832319;
  background-color: #f8d8d4;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action-dropdown-link:hover, .list-group-item-danger.list-group-item-action-dropdown:hover, .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action-dropdown-link:focus, .list-group-item-danger.list-group-item-action-dropdown:focus {
  color: #832319;
  background-color: #dfc2bf;
}
.list-group-item-danger.list-group-item-action.active, .list-group-item-danger.active.list-group-item-action-dropdown-link, .list-group-item-danger.active.list-group-item-action-dropdown {
  color: #fff;
  background-color: #832319;
  border-color: #832319;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action-dropdown-link:hover, .list-group-item-light.list-group-item-action-dropdown:hover, .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action-dropdown-link:focus, .list-group-item-light.list-group-item-action-dropdown:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active, .list-group-item-light.active.list-group-item-action-dropdown-link, .list-group-item-light.active.list-group-item-action-dropdown {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #1f2326;
  background-color: #d6d8d9;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action-dropdown-link:hover, .list-group-item-dark.list-group-item-action-dropdown:hover, .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action-dropdown-link:focus, .list-group-item-dark.list-group-item-action-dropdown:focus {
  color: #1f2326;
  background-color: #c1c2c3;
}
.list-group-item-dark.list-group-item-action.active, .list-group-item-dark.active.list-group-item-action-dropdown-link, .list-group-item-dark.active.list-group-item-action-dropdown {
  color: #fff;
  background-color: #1f2326;
  border-color: #1f2326;
}

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

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

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}

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

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
          animation: 0.75s linear infinite spinner-grow;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #2b503d;
}
.link-primary:hover, .link-primary:focus {
  color: #224031;
}

.link-secondary {
  color: #c69d6b;
}
.link-secondary:hover, .link-secondary:focus {
  color: #d1b189;
}

.link-success {
  color: #2b503d;
}
.link-success:hover, .link-success:focus {
  color: #224031;
}

.link-info {
  color: #17a2b8;
}
.link-info:hover, .link-info:focus {
  color: #45b5c6;
}

.link-warning {
  color: #ff9a52;
}
.link-warning:hover, .link-warning:focus {
  color: #ffae75;
}

.link-danger {
  color: #da3b2a;
}
.link-danger:hover, .link-danger:focus {
  color: #ae2f22;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #343a40;
}
.link-dark:hover, .link-dark:focus {
  color: #2a2e33;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

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

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

.float-none, .float-xs-none {
  float: none !important;
}

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

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

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

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

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

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

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border: 1px solid #dee2e6 !important;
}

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

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

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

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

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

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

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

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

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

.border-primary {
  border-color: #2b503d !important;
}

.border-secondary {
  border-color: #c69d6b !important;
}

.border-success {
  border-color: #2b503d !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ff9a52 !important;
}

.border-danger {
  border-color: #da3b2a !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

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

.gap-1 {
  gap: 5px !important;
}

.gap-2 {
  gap: 10px !important;
}

.gap-3 {
  gap: 20px !important;
}

.gap-4 {
  gap: 30px !important;
}

.gap-5 {
  gap: 40px !important;
}

.gap-6 {
  gap: 50px !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: 5px !important;
}

.m-2 {
  margin: 10px !important;
}

.m-3 {
  margin: 20px !important;
}

.m-4 {
  margin: 30px !important;
}

.m-5 {
  margin: 40px !important;
}

.m-6 {
  margin: 50px !important;
}

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

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

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

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

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

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

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

.mx-6 {
  margin-right: 50px !important;
  margin-left: 50px !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: 5px !important;
  margin-bottom: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-1 {
  padding: 5px !important;
}

.p-2 {
  padding: 10px !important;
}

.p-3 {
  padding: 20px !important;
}

.p-4 {
  padding: 30px !important;
}

.p-5 {
  padding: 40px !important;
}

.p-6 {
  padding: 50px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  --bs-text-opacity: 1;
  color: #2b503dad !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

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

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

.rounded {
  border-radius: 0.4rem !important;
}

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

.rounded-1 {
  border-radius: 0.4rem !important;
}

.rounded-2 {
  border-radius: 0.4rem !important;
}

.rounded-3 {
  border-radius: 0.4rem !important;
}

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

.rounded-pill {
  border-radius: 50rem !important;
}

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

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

  .gap-sm-1 {
    gap: 5px !important;
  }

  .gap-sm-2 {
    gap: 10px !important;
  }

  .gap-sm-3 {
    gap: 20px !important;
  }

  .gap-sm-4 {
    gap: 30px !important;
  }

  .gap-sm-5 {
    gap: 40px !important;
  }

  .gap-sm-6 {
    gap: 50px !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: 5px !important;
  }

  .m-sm-2 {
    margin: 10px !important;
  }

  .m-sm-3 {
    margin: 20px !important;
  }

  .m-sm-4 {
    margin: 30px !important;
  }

  .m-sm-5 {
    margin: 40px !important;
  }

  .m-sm-6 {
    margin: 50px !important;
  }

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

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

  .mx-sm-1 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .mx-sm-2 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-sm-3 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .mx-sm-4 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .mx-sm-5 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-sm-6 {
    margin-right: 50px !important;
    margin-left: 50px !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: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-sm-2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-sm-3 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .my-sm-4 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .my-sm-5 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-sm-6 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

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

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

  .mt-sm-1 {
    margin-top: 5px !important;
  }

  .mt-sm-2 {
    margin-top: 10px !important;
  }

  .mt-sm-3 {
    margin-top: 20px !important;
  }

  .mt-sm-4 {
    margin-top: 30px !important;
  }

  .mt-sm-5 {
    margin-top: 40px !important;
  }

  .mt-sm-6 {
    margin-top: 50px !important;
  }

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

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

  .me-sm-1 {
    margin-right: 5px !important;
  }

  .me-sm-2 {
    margin-right: 10px !important;
  }

  .me-sm-3 {
    margin-right: 20px !important;
  }

  .me-sm-4 {
    margin-right: 30px !important;
  }

  .me-sm-5 {
    margin-right: 40px !important;
  }

  .me-sm-6 {
    margin-right: 50px !important;
  }

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

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

  .mb-sm-1 {
    margin-bottom: 5px !important;
  }

  .mb-sm-2 {
    margin-bottom: 10px !important;
  }

  .mb-sm-3 {
    margin-bottom: 20px !important;
  }

  .mb-sm-4 {
    margin-bottom: 30px !important;
  }

  .mb-sm-5 {
    margin-bottom: 40px !important;
  }

  .mb-sm-6 {
    margin-bottom: 50px !important;
  }

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

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

  .ms-sm-1 {
    margin-left: 5px !important;
  }

  .ms-sm-2 {
    margin-left: 10px !important;
  }

  .ms-sm-3 {
    margin-left: 20px !important;
  }

  .ms-sm-4 {
    margin-left: 30px !important;
  }

  .ms-sm-5 {
    margin-left: 40px !important;
  }

  .ms-sm-6 {
    margin-left: 50px !important;
  }

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

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

  .p-sm-1 {
    padding: 5px !important;
  }

  .p-sm-2 {
    padding: 10px !important;
  }

  .p-sm-3 {
    padding: 20px !important;
  }

  .p-sm-4 {
    padding: 30px !important;
  }

  .p-sm-5 {
    padding: 40px !important;
  }

  .p-sm-6 {
    padding: 50px !important;
  }

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

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

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

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

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

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

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

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

  .py-sm-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .py-sm-2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-sm-3 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-sm-4 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .py-sm-5 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-sm-6 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

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

  .pt-sm-1 {
    padding-top: 5px !important;
  }

  .pt-sm-2 {
    padding-top: 10px !important;
  }

  .pt-sm-3 {
    padding-top: 20px !important;
  }

  .pt-sm-4 {
    padding-top: 30px !important;
  }

  .pt-sm-5 {
    padding-top: 40px !important;
  }

  .pt-sm-6 {
    padding-top: 50px !important;
  }

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

  .pe-sm-1 {
    padding-right: 5px !important;
  }

  .pe-sm-2 {
    padding-right: 10px !important;
  }

  .pe-sm-3 {
    padding-right: 20px !important;
  }

  .pe-sm-4 {
    padding-right: 30px !important;
  }

  .pe-sm-5 {
    padding-right: 40px !important;
  }

  .pe-sm-6 {
    padding-right: 50px !important;
  }

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

  .pb-sm-1 {
    padding-bottom: 5px !important;
  }

  .pb-sm-2 {
    padding-bottom: 10px !important;
  }

  .pb-sm-3 {
    padding-bottom: 20px !important;
  }

  .pb-sm-4 {
    padding-bottom: 30px !important;
  }

  .pb-sm-5 {
    padding-bottom: 40px !important;
  }

  .pb-sm-6 {
    padding-bottom: 50px !important;
  }

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

  .ps-sm-1 {
    padding-left: 5px !important;
  }

  .ps-sm-2 {
    padding-left: 10px !important;
  }

  .ps-sm-3 {
    padding-left: 20px !important;
  }

  .ps-sm-4 {
    padding-left: 30px !important;
  }

  .ps-sm-5 {
    padding-left: 40px !important;
  }

  .ps-sm-6 {
    padding-left: 50px !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;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

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

  .gap-md-1 {
    gap: 5px !important;
  }

  .gap-md-2 {
    gap: 10px !important;
  }

  .gap-md-3 {
    gap: 20px !important;
  }

  .gap-md-4 {
    gap: 30px !important;
  }

  .gap-md-5 {
    gap: 40px !important;
  }

  .gap-md-6 {
    gap: 50px !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: 5px !important;
  }

  .m-md-2 {
    margin: 10px !important;
  }

  .m-md-3 {
    margin: 20px !important;
  }

  .m-md-4 {
    margin: 30px !important;
  }

  .m-md-5 {
    margin: 40px !important;
  }

  .m-md-6 {
    margin: 50px !important;
  }

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

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

  .mx-md-1 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .mx-md-2 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-md-3 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .mx-md-4 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .mx-md-5 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-md-6 {
    margin-right: 50px !important;
    margin-left: 50px !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: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-md-2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-md-3 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .my-md-4 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .my-md-5 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-md-6 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

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

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

  .mt-md-1 {
    margin-top: 5px !important;
  }

  .mt-md-2 {
    margin-top: 10px !important;
  }

  .mt-md-3 {
    margin-top: 20px !important;
  }

  .mt-md-4 {
    margin-top: 30px !important;
  }

  .mt-md-5 {
    margin-top: 40px !important;
  }

  .mt-md-6 {
    margin-top: 50px !important;
  }

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

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

  .me-md-1 {
    margin-right: 5px !important;
  }

  .me-md-2 {
    margin-right: 10px !important;
  }

  .me-md-3 {
    margin-right: 20px !important;
  }

  .me-md-4 {
    margin-right: 30px !important;
  }

  .me-md-5 {
    margin-right: 40px !important;
  }

  .me-md-6 {
    margin-right: 50px !important;
  }

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

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

  .mb-md-1 {
    margin-bottom: 5px !important;
  }

  .mb-md-2 {
    margin-bottom: 10px !important;
  }

  .mb-md-3 {
    margin-bottom: 20px !important;
  }

  .mb-md-4 {
    margin-bottom: 30px !important;
  }

  .mb-md-5 {
    margin-bottom: 40px !important;
  }

  .mb-md-6 {
    margin-bottom: 50px !important;
  }

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

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

  .ms-md-1 {
    margin-left: 5px !important;
  }

  .ms-md-2 {
    margin-left: 10px !important;
  }

  .ms-md-3 {
    margin-left: 20px !important;
  }

  .ms-md-4 {
    margin-left: 30px !important;
  }

  .ms-md-5 {
    margin-left: 40px !important;
  }

  .ms-md-6 {
    margin-left: 50px !important;
  }

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

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

  .p-md-1 {
    padding: 5px !important;
  }

  .p-md-2 {
    padding: 10px !important;
  }

  .p-md-3 {
    padding: 20px !important;
  }

  .p-md-4 {
    padding: 30px !important;
  }

  .p-md-5 {
    padding: 40px !important;
  }

  .p-md-6 {
    padding: 50px !important;
  }

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

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

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

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

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

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

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

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

  .py-md-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .py-md-2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-md-3 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-md-4 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .py-md-5 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-md-6 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

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

  .pt-md-1 {
    padding-top: 5px !important;
  }

  .pt-md-2 {
    padding-top: 10px !important;
  }

  .pt-md-3 {
    padding-top: 20px !important;
  }

  .pt-md-4 {
    padding-top: 30px !important;
  }

  .pt-md-5 {
    padding-top: 40px !important;
  }

  .pt-md-6 {
    padding-top: 50px !important;
  }

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

  .pe-md-1 {
    padding-right: 5px !important;
  }

  .pe-md-2 {
    padding-right: 10px !important;
  }

  .pe-md-3 {
    padding-right: 20px !important;
  }

  .pe-md-4 {
    padding-right: 30px !important;
  }

  .pe-md-5 {
    padding-right: 40px !important;
  }

  .pe-md-6 {
    padding-right: 50px !important;
  }

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

  .pb-md-1 {
    padding-bottom: 5px !important;
  }

  .pb-md-2 {
    padding-bottom: 10px !important;
  }

  .pb-md-3 {
    padding-bottom: 20px !important;
  }

  .pb-md-4 {
    padding-bottom: 30px !important;
  }

  .pb-md-5 {
    padding-bottom: 40px !important;
  }

  .pb-md-6 {
    padding-bottom: 50px !important;
  }

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

  .ps-md-1 {
    padding-left: 5px !important;
  }

  .ps-md-2 {
    padding-left: 10px !important;
  }

  .ps-md-3 {
    padding-left: 20px !important;
  }

  .ps-md-4 {
    padding-left: 30px !important;
  }

  .ps-md-5 {
    padding-left: 40px !important;
  }

  .ps-md-6 {
    padding-left: 50px !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;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

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

  .gap-lg-1 {
    gap: 5px !important;
  }

  .gap-lg-2 {
    gap: 10px !important;
  }

  .gap-lg-3 {
    gap: 20px !important;
  }

  .gap-lg-4 {
    gap: 30px !important;
  }

  .gap-lg-5 {
    gap: 40px !important;
  }

  .gap-lg-6 {
    gap: 50px !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: 5px !important;
  }

  .m-lg-2 {
    margin: 10px !important;
  }

  .m-lg-3 {
    margin: 20px !important;
  }

  .m-lg-4 {
    margin: 30px !important;
  }

  .m-lg-5 {
    margin: 40px !important;
  }

  .m-lg-6 {
    margin: 50px !important;
  }

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

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

  .mx-lg-1 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .mx-lg-2 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-lg-3 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .mx-lg-4 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .mx-lg-5 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-lg-6 {
    margin-right: 50px !important;
    margin-left: 50px !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: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-lg-2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-lg-3 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .my-lg-4 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .my-lg-5 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-lg-6 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

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

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

  .mt-lg-1 {
    margin-top: 5px !important;
  }

  .mt-lg-2 {
    margin-top: 10px !important;
  }

  .mt-lg-3 {
    margin-top: 20px !important;
  }

  .mt-lg-4 {
    margin-top: 30px !important;
  }

  .mt-lg-5 {
    margin-top: 40px !important;
  }

  .mt-lg-6 {
    margin-top: 50px !important;
  }

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

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

  .me-lg-1 {
    margin-right: 5px !important;
  }

  .me-lg-2 {
    margin-right: 10px !important;
  }

  .me-lg-3 {
    margin-right: 20px !important;
  }

  .me-lg-4 {
    margin-right: 30px !important;
  }

  .me-lg-5 {
    margin-right: 40px !important;
  }

  .me-lg-6 {
    margin-right: 50px !important;
  }

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

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

  .mb-lg-1 {
    margin-bottom: 5px !important;
  }

  .mb-lg-2 {
    margin-bottom: 10px !important;
  }

  .mb-lg-3 {
    margin-bottom: 20px !important;
  }

  .mb-lg-4 {
    margin-bottom: 30px !important;
  }

  .mb-lg-5 {
    margin-bottom: 40px !important;
  }

  .mb-lg-6 {
    margin-bottom: 50px !important;
  }

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

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

  .ms-lg-1 {
    margin-left: 5px !important;
  }

  .ms-lg-2 {
    margin-left: 10px !important;
  }

  .ms-lg-3 {
    margin-left: 20px !important;
  }

  .ms-lg-4 {
    margin-left: 30px !important;
  }

  .ms-lg-5 {
    margin-left: 40px !important;
  }

  .ms-lg-6 {
    margin-left: 50px !important;
  }

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

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

  .p-lg-1 {
    padding: 5px !important;
  }

  .p-lg-2 {
    padding: 10px !important;
  }

  .p-lg-3 {
    padding: 20px !important;
  }

  .p-lg-4 {
    padding: 30px !important;
  }

  .p-lg-5 {
    padding: 40px !important;
  }

  .p-lg-6 {
    padding: 50px !important;
  }

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

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

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

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

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

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

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

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

  .py-lg-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .py-lg-2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-lg-3 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-lg-4 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .py-lg-5 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-lg-6 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

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

  .pt-lg-1 {
    padding-top: 5px !important;
  }

  .pt-lg-2 {
    padding-top: 10px !important;
  }

  .pt-lg-3 {
    padding-top: 20px !important;
  }

  .pt-lg-4 {
    padding-top: 30px !important;
  }

  .pt-lg-5 {
    padding-top: 40px !important;
  }

  .pt-lg-6 {
    padding-top: 50px !important;
  }

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

  .pe-lg-1 {
    padding-right: 5px !important;
  }

  .pe-lg-2 {
    padding-right: 10px !important;
  }

  .pe-lg-3 {
    padding-right: 20px !important;
  }

  .pe-lg-4 {
    padding-right: 30px !important;
  }

  .pe-lg-5 {
    padding-right: 40px !important;
  }

  .pe-lg-6 {
    padding-right: 50px !important;
  }

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

  .pb-lg-1 {
    padding-bottom: 5px !important;
  }

  .pb-lg-2 {
    padding-bottom: 10px !important;
  }

  .pb-lg-3 {
    padding-bottom: 20px !important;
  }

  .pb-lg-4 {
    padding-bottom: 30px !important;
  }

  .pb-lg-5 {
    padding-bottom: 40px !important;
  }

  .pb-lg-6 {
    padding-bottom: 50px !important;
  }

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

  .ps-lg-1 {
    padding-left: 5px !important;
  }

  .ps-lg-2 {
    padding-left: 10px !important;
  }

  .ps-lg-3 {
    padding-left: 20px !important;
  }

  .ps-lg-4 {
    padding-left: 30px !important;
  }

  .ps-lg-5 {
    padding-left: 40px !important;
  }

  .ps-lg-6 {
    padding-left: 50px !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;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

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

  .gap-xl-1 {
    gap: 5px !important;
  }

  .gap-xl-2 {
    gap: 10px !important;
  }

  .gap-xl-3 {
    gap: 20px !important;
  }

  .gap-xl-4 {
    gap: 30px !important;
  }

  .gap-xl-5 {
    gap: 40px !important;
  }

  .gap-xl-6 {
    gap: 50px !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: 5px !important;
  }

  .m-xl-2 {
    margin: 10px !important;
  }

  .m-xl-3 {
    margin: 20px !important;
  }

  .m-xl-4 {
    margin: 30px !important;
  }

  .m-xl-5 {
    margin: 40px !important;
  }

  .m-xl-6 {
    margin: 50px !important;
  }

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

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

  .mx-xl-1 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .mx-xl-2 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-xl-3 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .mx-xl-4 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .mx-xl-5 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-xl-6 {
    margin-right: 50px !important;
    margin-left: 50px !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: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-xl-2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-xl-3 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .my-xl-4 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .my-xl-5 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-xl-6 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

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

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

  .mt-xl-1 {
    margin-top: 5px !important;
  }

  .mt-xl-2 {
    margin-top: 10px !important;
  }

  .mt-xl-3 {
    margin-top: 20px !important;
  }

  .mt-xl-4 {
    margin-top: 30px !important;
  }

  .mt-xl-5 {
    margin-top: 40px !important;
  }

  .mt-xl-6 {
    margin-top: 50px !important;
  }

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

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

  .me-xl-1 {
    margin-right: 5px !important;
  }

  .me-xl-2 {
    margin-right: 10px !important;
  }

  .me-xl-3 {
    margin-right: 20px !important;
  }

  .me-xl-4 {
    margin-right: 30px !important;
  }

  .me-xl-5 {
    margin-right: 40px !important;
  }

  .me-xl-6 {
    margin-right: 50px !important;
  }

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

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

  .mb-xl-1 {
    margin-bottom: 5px !important;
  }

  .mb-xl-2 {
    margin-bottom: 10px !important;
  }

  .mb-xl-3 {
    margin-bottom: 20px !important;
  }

  .mb-xl-4 {
    margin-bottom: 30px !important;
  }

  .mb-xl-5 {
    margin-bottom: 40px !important;
  }

  .mb-xl-6 {
    margin-bottom: 50px !important;
  }

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

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

  .ms-xl-1 {
    margin-left: 5px !important;
  }

  .ms-xl-2 {
    margin-left: 10px !important;
  }

  .ms-xl-3 {
    margin-left: 20px !important;
  }

  .ms-xl-4 {
    margin-left: 30px !important;
  }

  .ms-xl-5 {
    margin-left: 40px !important;
  }

  .ms-xl-6 {
    margin-left: 50px !important;
  }

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

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

  .p-xl-1 {
    padding: 5px !important;
  }

  .p-xl-2 {
    padding: 10px !important;
  }

  .p-xl-3 {
    padding: 20px !important;
  }

  .p-xl-4 {
    padding: 30px !important;
  }

  .p-xl-5 {
    padding: 40px !important;
  }

  .p-xl-6 {
    padding: 50px !important;
  }

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

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

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

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

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

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

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

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

  .py-xl-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .py-xl-2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-xl-3 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-xl-4 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .py-xl-5 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-xl-6 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

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

  .pt-xl-1 {
    padding-top: 5px !important;
  }

  .pt-xl-2 {
    padding-top: 10px !important;
  }

  .pt-xl-3 {
    padding-top: 20px !important;
  }

  .pt-xl-4 {
    padding-top: 30px !important;
  }

  .pt-xl-5 {
    padding-top: 40px !important;
  }

  .pt-xl-6 {
    padding-top: 50px !important;
  }

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

  .pe-xl-1 {
    padding-right: 5px !important;
  }

  .pe-xl-2 {
    padding-right: 10px !important;
  }

  .pe-xl-3 {
    padding-right: 20px !important;
  }

  .pe-xl-4 {
    padding-right: 30px !important;
  }

  .pe-xl-5 {
    padding-right: 40px !important;
  }

  .pe-xl-6 {
    padding-right: 50px !important;
  }

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

  .pb-xl-1 {
    padding-bottom: 5px !important;
  }

  .pb-xl-2 {
    padding-bottom: 10px !important;
  }

  .pb-xl-3 {
    padding-bottom: 20px !important;
  }

  .pb-xl-4 {
    padding-bottom: 30px !important;
  }

  .pb-xl-5 {
    padding-bottom: 40px !important;
  }

  .pb-xl-6 {
    padding-bottom: 50px !important;
  }

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

  .ps-xl-1 {
    padding-left: 5px !important;
  }

  .ps-xl-2 {
    padding-left: 10px !important;
  }

  .ps-xl-3 {
    padding-left: 20px !important;
  }

  .ps-xl-4 {
    padding-left: 30px !important;
  }

  .ps-xl-5 {
    padding-left: 40px !important;
  }

  .ps-xl-6 {
    padding-left: 50px !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;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

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

  .gap-xxl-1 {
    gap: 5px !important;
  }

  .gap-xxl-2 {
    gap: 10px !important;
  }

  .gap-xxl-3 {
    gap: 20px !important;
  }

  .gap-xxl-4 {
    gap: 30px !important;
  }

  .gap-xxl-5 {
    gap: 40px !important;
  }

  .gap-xxl-6 {
    gap: 50px !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: 5px !important;
  }

  .m-xxl-2 {
    margin: 10px !important;
  }

  .m-xxl-3 {
    margin: 20px !important;
  }

  .m-xxl-4 {
    margin: 30px !important;
  }

  .m-xxl-5 {
    margin: 40px !important;
  }

  .m-xxl-6 {
    margin: 50px !important;
  }

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

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

  .mx-xxl-1 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .mx-xxl-2 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-xxl-3 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .mx-xxl-4 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .mx-xxl-5 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-xxl-6 {
    margin-right: 50px !important;
    margin-left: 50px !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: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-xxl-2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-xxl-3 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .my-xxl-4 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .my-xxl-5 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-xxl-6 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

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

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

  .mt-xxl-1 {
    margin-top: 5px !important;
  }

  .mt-xxl-2 {
    margin-top: 10px !important;
  }

  .mt-xxl-3 {
    margin-top: 20px !important;
  }

  .mt-xxl-4 {
    margin-top: 30px !important;
  }

  .mt-xxl-5 {
    margin-top: 40px !important;
  }

  .mt-xxl-6 {
    margin-top: 50px !important;
  }

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

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

  .me-xxl-1 {
    margin-right: 5px !important;
  }

  .me-xxl-2 {
    margin-right: 10px !important;
  }

  .me-xxl-3 {
    margin-right: 20px !important;
  }

  .me-xxl-4 {
    margin-right: 30px !important;
  }

  .me-xxl-5 {
    margin-right: 40px !important;
  }

  .me-xxl-6 {
    margin-right: 50px !important;
  }

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

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

  .mb-xxl-1 {
    margin-bottom: 5px !important;
  }

  .mb-xxl-2 {
    margin-bottom: 10px !important;
  }

  .mb-xxl-3 {
    margin-bottom: 20px !important;
  }

  .mb-xxl-4 {
    margin-bottom: 30px !important;
  }

  .mb-xxl-5 {
    margin-bottom: 40px !important;
  }

  .mb-xxl-6 {
    margin-bottom: 50px !important;
  }

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

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

  .ms-xxl-1 {
    margin-left: 5px !important;
  }

  .ms-xxl-2 {
    margin-left: 10px !important;
  }

  .ms-xxl-3 {
    margin-left: 20px !important;
  }

  .ms-xxl-4 {
    margin-left: 30px !important;
  }

  .ms-xxl-5 {
    margin-left: 40px !important;
  }

  .ms-xxl-6 {
    margin-left: 50px !important;
  }

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

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

  .p-xxl-1 {
    padding: 5px !important;
  }

  .p-xxl-2 {
    padding: 10px !important;
  }

  .p-xxl-3 {
    padding: 20px !important;
  }

  .p-xxl-4 {
    padding: 30px !important;
  }

  .p-xxl-5 {
    padding: 40px !important;
  }

  .p-xxl-6 {
    padding: 50px !important;
  }

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

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

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

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

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

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

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

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

  .py-xxl-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .py-xxl-2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-xxl-3 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-xxl-4 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .py-xxl-5 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-xxl-6 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

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

  .pt-xxl-1 {
    padding-top: 5px !important;
  }

  .pt-xxl-2 {
    padding-top: 10px !important;
  }

  .pt-xxl-3 {
    padding-top: 20px !important;
  }

  .pt-xxl-4 {
    padding-top: 30px !important;
  }

  .pt-xxl-5 {
    padding-top: 40px !important;
  }

  .pt-xxl-6 {
    padding-top: 50px !important;
  }

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

  .pe-xxl-1 {
    padding-right: 5px !important;
  }

  .pe-xxl-2 {
    padding-right: 10px !important;
  }

  .pe-xxl-3 {
    padding-right: 20px !important;
  }

  .pe-xxl-4 {
    padding-right: 30px !important;
  }

  .pe-xxl-5 {
    padding-right: 40px !important;
  }

  .pe-xxl-6 {
    padding-right: 50px !important;
  }

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

  .pb-xxl-1 {
    padding-bottom: 5px !important;
  }

  .pb-xxl-2 {
    padding-bottom: 10px !important;
  }

  .pb-xxl-3 {
    padding-bottom: 20px !important;
  }

  .pb-xxl-4 {
    padding-bottom: 30px !important;
  }

  .pb-xxl-5 {
    padding-bottom: 40px !important;
  }

  .pb-xxl-6 {
    padding-bottom: 50px !important;
  }

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

  .ps-xxl-1 {
    padding-left: 5px !important;
  }

  .ps-xxl-2 {
    padding-left: 10px !important;
  }

  .ps-xxl-3 {
    padding-left: 20px !important;
  }

  .ps-xxl-4 {
    padding-left: 30px !important;
  }

  .ps-xxl-5 {
    padding-left: 40px !important;
  }

  .ps-xxl-6 {
    padding-left: 50px !important;
  }

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

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

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .fs-1 {
    font-size: 2rem !important;
  }

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

  .fs-3 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-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;
  }
}
.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

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

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.4rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2b503d;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

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

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

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #274837;
  background-color: #eaeeec;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23274837'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #95a89e;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(43, 80, 61, 0.25);
}

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

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.4rem - 1px);
  border-top-right-radius: calc(0.4rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.4rem - 1px);
  border-bottom-left-radius: calc(0.4rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

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

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: "Mont", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 2.5px 5px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.4rem;
}

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

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

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

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

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

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
          animation: placeholder-wave 2s linear infinite;
}

@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.4rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

.dropdown-divider {
  height: 0;
  margin: 5px 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 2.5px 10px;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item.nice-select.open {
  color: #fff;
  text-decoration: none;
  background-color: #2b503d;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 10px;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 2.5px 10px;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active, .dropdown-menu-dark .dropdown-item.nice-select.open {
  color: #fff;
  background-color: #2b503d;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-blue,
.swiper-button-next.swiper-button-blue {
  --swiper-navigation-color: #007bff;
}

.swiper-button-prev.swiper-button-indigo,
.swiper-button-next.swiper-button-indigo {
  --swiper-navigation-color: #6610f2;
}

.swiper-button-prev.swiper-button-purple,
.swiper-button-next.swiper-button-purple {
  --swiper-navigation-color: #6f42c1;
}

.swiper-button-prev.swiper-button-pink,
.swiper-button-next.swiper-button-pink {
  --swiper-navigation-color: #e1a49e;
}

.swiper-button-prev.swiper-button-red,
.swiper-button-next.swiper-button-red {
  --swiper-navigation-color: #da3b2a;
}

.swiper-button-prev.swiper-button-orange,
.swiper-button-next.swiper-button-orange {
  --swiper-navigation-color: #fd7e14;
}

.swiper-button-prev.swiper-button-yellow,
.swiper-button-next.swiper-button-yellow {
  --swiper-navigation-color: #ffc107;
}

.swiper-button-prev.swiper-button-green,
.swiper-button-next.swiper-button-green {
  --swiper-navigation-color: #2b503d;
}

.swiper-button-prev.swiper-button-teal,
.swiper-button-next.swiper-button-teal {
  --swiper-navigation-color: #20c997;
}

.swiper-button-prev.swiper-button-cyan,
.swiper-button-next.swiper-button-cyan {
  --swiper-navigation-color: #17a2b8;
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #fff;
}

.swiper-button-prev.swiper-button-gray,
.swiper-button-next.swiper-button-gray {
  --swiper-navigation-color: #6c757d;
}

.swiper-button-prev.swiper-button-gray-dark,
.swiper-button-next.swiper-button-gray-dark {
  --swiper-navigation-color: #343a40;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-blue {
  --swiper-pagination-color: #007bff;
}

.swiper-pagination-indigo {
  --swiper-pagination-color: #6610f2;
}

.swiper-pagination-purple {
  --swiper-pagination-color: #6f42c1;
}

.swiper-pagination-pink {
  --swiper-pagination-color: #e1a49e;
}

.swiper-pagination-red {
  --swiper-pagination-color: #da3b2a;
}

.swiper-pagination-orange {
  --swiper-pagination-color: #fd7e14;
}

.swiper-pagination-yellow {
  --swiper-pagination-color: #ffc107;
}

.swiper-pagination-green {
  --swiper-pagination-color: #2b503d;
}

.swiper-pagination-teal {
  --swiper-pagination-color: #20c997;
}

.swiper-pagination-cyan {
  --swiper-pagination-color: #17a2b8;
}

.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}

.swiper-pagination-gray {
  --swiper-pagination-color: #6c757d;
}

.swiper-pagination-gray-dark {
  --swiper-pagination-color: #343a40;
}

.swiper-pagination-lock {
  display: none;
}

.cursor-pointer {
  /* stylelint-disable */
  cursor: pointer !important;
  /* stylelint-enable */
}

.modal {
  display: none;
}

.dropdown-menu {
  display: none;
}

.toast {
  opacity: 0;
}

body,
html {
  height: 100%;
}

html {
  overflow-x: hidden;
}

body {
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  body.scroll-down .l-main > header {
    transition: 0.4s all ease;
    z-index: 20;
    top: 0;
  }
  body.scroll-up .l-main > header {
    transition: 0.2s all ease;
    z-index: 20;
  }
}

@media (max-width: 767.98px) {
  #index {
    padding-top: 0;
  }

  .noclass {
    overflow: hidden;
  }

  .blog-homepage.min-vh-100 {
    min-height: initial !important;
  }
  .blog-homepage.min-vh-100 {
    min-height: initial !important;
  }

  .featured-products.container {
    padding-right: 0;
  }

  .blog_post_position_container.container {
    padding-right: 0;
  }

  .row.space {
    margin: 0;
  }
}
ul {
  padding-left: 0;
  list-style: none;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6c757d;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #6c757d;
}

input::placeholder,
textarea::placeholder {
  color: #6c757d;
}
input:active::-moz-placeholder, input.nice-select.open::-moz-placeholder, textarea:active::-moz-placeholder, textarea.nice-select.open::-moz-placeholder {
  color: #212529;
}
input:active:-ms-input-placeholder, input.nice-select.open:-ms-input-placeholder, textarea:active:-ms-input-placeholder, textarea.nice-select.open:-ms-input-placeholder {
  color: #212529;
}
input:active::placeholder, input.nice-select.open::placeholder,
textarea:active::placeholder,
textarea.nice-select.open::placeholder {
  color: #212529;
}

.pointer {
  cursor: pointer;
}

input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0.75rem;
}

.pagination, .comments-pagination ul {
  justify-content: end;
  margin-top: 25px;
}

.blog-post-item .post-image-block img {
  max-height: 200px !important;
}
/*.blog-post-item .bg-white-light {
  --bs-bg-opacity: 0.7;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.blog-post-item .bg-black-light {
  --bs-bg-opacity: 0.537;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.blog-post-item .post-info-block {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: none;
}
.blog-post-item .bottom-fade {
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 1, 1);
  padding: 10px 5px 5px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.blog-post-item .bottom-fade .post-desc {
  font-weight: 700;
  font-size: 1rem !important;
}
.blog-post-item .bottom-fade .lnk-learn-more {
  position: absolute;
  bottom: 30px;
}
.blog-post-item .text-muted {
  color: #fff !important;
}
.blog-post-item:hover .bg-black-light {
  --bs-bg-opacity: .65;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.blog-post-item:hover .text-muted,
.blog-post-item:hover a {
  color: white !important;
}
.blog-post-item:hover .post-title a {
  color: #FF9999 !important;
}
.blog-post-item:hover .bottom-fade {
  opacity: 1;
}
*/
.rgpd {
  color: #c69d6b !important;
}

@font-face {
  font-family: "icomoon";
  font-style: normal;
  font-weight: 400;
  src: url(/themes/befava/assets//fonts/f03bd5823d38fe6e4a2b4f410de0ebbe.ttf) format("truetype"), url(/themes/befava/assets//fonts/f92bf140bac6feb5f2f3774eb849e9f2.woff) format("woff");
  font-display: block;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  /* stylelint-disable */
  font-family: "icomoon" !important;
  /* stylelint-enable */
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: never;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook::before {
  content: "\e900";
}

.icon-gplus::before {
  content: "\e901";
}

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

.icon-linkedin::before {
  content: "\e903";
}

.icon-pinterest::before {
  content: "\e904";
}

.icon-rss::before {
  content: "\e905";
}

.icon-twitter::before {
  content: "\e906";
}

.icon-vimeo::before {
  content: "\e907";
}

.icon-youtube::before {
  content: "\e908";
}

.material-icons {
  display: inline-block;
  /* stylelint-disable */
  font-family: "Material Icons";
  /* stylelint-enable */
  font-size: 24px;
  /* Preferred icon size */
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(/themes/befava/assets//fonts/cff684e59ffb052d72cb8d5e49471553.woff2) format("woff2"), url(/themes/befava/assets//fonts/83bebaf37c09c7e1c3ee52682892ae14.woff) format("woff"), url(/themes/befava/assets//fonts/5e7382c63da0098d634a356ff441614e.ttf) format("truetype");
}
@font-face {
  font-family: "Hangbird";
  src: url(/themes/befava/assets//fonts/58c9ae2f37cab609b1212bfed3cd2dda.woff2) format("woff2"), url(/themes/befava/assets//fonts/1421a939a6d37ae7e3d4561b7229a0fa.woff) format("woff"), url(/themes/befava/assets//img-dist/88769fb74346d6edd5db4c8bddcca7a9.svg#Hangbird-Regular) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mont";
  src: url(/themes/befava/assets//fonts/cf734a3745838e63cc2af3690ca6317b.woff2) format("woff2"), url(/themes/befava/assets//fonts/2451e96bc4c62e5ad1d03d14499ea14a.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mont";
  src: url(/themes/befava/assets//fonts/4ada7f2f580c676690f0bd70e0c3366e.woff2) format("woff2"), url(/themes/befava/assets//fonts/4a3d63613a362f90a9e61453bd7eff08.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mont";
  src: url(/themes/befava/assets//fonts/d28745f2b8e5c12d3607b63f428efb80.woff2) format("woff2"), url(/themes/befava/assets//fonts/3155f256200b7d559607319af7305b6d.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mont Bold";
  src: url(/themes/befava/assets//fonts/22750f372f8a5e4b5dd22c88dc5bff21.woff2) format("woff2"), url(/themes/befava/assets//fonts/45f3fcff3ab019688755074ba60a7bbf.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.swiper-button-custom {
  width: auto;
  height: auto;
  margin: 0;
  color: #2b503d;
}
.swiper-button-custom::after {
  display: none;
}

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

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

.breadcrumb-item.active {
  color: #2b503d;
  font-weight: 500;
}

.breadcrumb {
  font-size: 0.8rem;
}
@media (max-width: 767.98px) {
  .breadcrumb {
    position: relative;
    flex-wrap: nowrap;
    padding-right: 0;
    padding-left: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    font-size: 0.8rem;
  }
  .breadcrumb::-webkit-scrollbar {
    display: none;
  }
  .breadcrumb .breadcrumb-item.active {
    color: #2b503d;
    font-weight: 500;
  }
  .breadcrumb .breadcrumb-item:first-child {
    padding-left: 0;
  }
  .breadcrumb .breadcrumb-item:last-child {
    padding-right: 0;
  }
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  float: none;
}

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn-icon {
  font-size: inherit;
  vertical-align: middle;
}

.btn-white {
  background: #fff;
  border: 1px solid #efe2d3;
  border-width: 1px 1px 1px 0;
}

.container .container {
  padding-right: 0;
  padding-left: 0;
}

.card--secondary {
  border: 0;
}
.card a:not(.btn) {
  font-size: 0.8rem;
}

.cart-grid-right {
  color: #2b503d;
}

.card-body + .card-body {
  border-top: 0.0625rem solid #efe2d3;
}

#checkout .card-body {
  padding: 20px;
}

.card-header {
  padding: 10px;
}

.card-footer {
  padding: 10px;
  background-color: transparent;
  border-top: none;
  font-size: 0.8rem;
}

.card-group-vertical > .card:not(:first-child) {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card-group-vertical > .card:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.icon-collapse[aria-expanded=true] .material-icons {
  font-size: 0;
}
.icon-collapse[aria-expanded=true] .material-icons::before {
  font-size: 24px;
  content: "keyboard_arrow_up";
}
.icon-collapse:hover, .icon-collapse:focus {
  text-decoration: none;
}

.form-label {
  display: block;
}

.form-control {
  border: 1px solid #efe2d3;
}

.nq-no-see {
  transform: scale(1, -1);
  margin-top: -5px;
}

.form-label, .form-control-label {
  color: #2b503d;
  font-size: 0.8rem;
  padding: 0.1rem 0.6rem;
}

.form-check-label {
  font-size: 0.875rem;
  color: #2b503d;
}
.form-check-label em {
  color: #2b503dad;
}
.form-check-label a {
  color: #c69d6b !important;
}

small.form-text, .form-text.small {
  font-size: 0.675rem;
  color: #c69d6b !important;
  padding-left: 0.675rem;
}

.list-group-item-action, .list-group-item-action-dropdown-link, .list-group-item-action-dropdown {
  font-weight: 500;
}

.list-group-item-action-dropdown {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.list-group-item-action-dropdown .list-group-item-collapse {
  position: relative;
  z-index: 1;
  width: auto;
  padding: 0;
  margin-left: 10px;
  /* stylelint-disable */
  text-decoration: none !important;
  /* stylelint-enable */
  background: none;
}

.list-group-collapse .list-group-collapse .list-group-item {
  padding-left: 15px;
  font-weight: 400;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-collapse .list-group-collapse .list-group-collapse .list-group-item {
  padding-left: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item-action-dropdown-link {
  padding: 0;
}

.custom-checkbox-color .custom-control-label::before {
  /* stylelint-disable */
  display: none !important;
  /* stylelint-enable */
}
.custom-checkbox-color .custom-control-input:checked ~ .custom-control-label-dark::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-control-input-color, .custom-radio-color .custom-control-input-color {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
  border-radius: 4px;
}

.custom-radio-color {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-radio-color .custom-control-input-color {
  top: 0;
  left: -1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
}
.custom-radio-color .custom-control-input {
  width: 100%;
  height: 100%;
}
.custom-radio-color .custom-control-input:checked ~ .custom-control-label::after {
  top: 0.1875rem;
  right: 0.1875rem;
  left: auto;
  width: 1.125rem;
  height: 1.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-radio-color .custom-control-input:checked ~ .custom-control-label .custom-control-input-color {
  border-color: #212529;
}
.custom-radio-color .custom-control-label::before {
  display: none;
}
.custom-radio-color .custom-control-input:checked ~ .custom-control-label-dark::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox-block {
  padding-left: 1rem;
}
.custom-checkbox-block .custom-control-label::after,
.custom-checkbox-block .custom-control-label::before {
  left: -1rem;
}

/* stylelint-disable declaration-no-important */
.hidden-xs-up {
  display: none !important;
}

.hidden-xs-down {
  display: none !important;
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 575.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .hidden-xl-down {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .hidden-xxl-up {
    display: none !important;
  }
}

@media (max-width: 1399.98px) {
  .hidden-xxl-down {
    display: none !important;
  }
}

/* stylelint-enable declaration-no-important */
.bootstrap-touchspin {
  max-width: 100px;
  overflow: hidden;
  border: 1px solid #ced4da;
  border-radius: 0.4rem;
}
.bootstrap-touchspin > input {
  max-width: 60px;
  padding: 0;
  font-weight: 700;
  text-align: center;
  border: none;
  border-right: 1px solid #ced4da;
  border-left: 1px solid #ced4da;
  box-shadow: none;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.bootstrap-touchspin > input::-webkit-outer-spin-button, .bootstrap-touchspin > input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}
.bootstrap-touchspin .btn {
  position: relative;
  z-index: 2;
  display: block;
  width: 1.8em;
  height: 100%;
  padding: 0;
  color: #212529;
  text-align: center;
  background-color: #fff;
  border: 0;
}
.bootstrap-touchspin .btn:hover, .bootstrap-touchspin .btn:focus {
  background: #e9ecef;
}
.bootstrap-touchspin .input-group-prepend,
.bootstrap-touchspin .input-group-append {
  display: block;
  margin: 0;
}

.input-touchspin {
  max-width: 100px;
  opacity: 0;
}
.bootstrap-touchspin .input-touchspin {
  opacity: 1;
}

.l-footer {
  margin-top: auto;
  color: #fbdfd5;
  font-size: 90%;
}
@media (max-width: 767.98px) {
  .l-footer {
    padding-top: 0;
    padding-bottom: 75px;
  }
}
@media (min-width: 768px) {
  .l-footer .secondlogo {
    position: absolute;
    bottom: 150px;
    left: 60px;
  }
}
@media (min-width: 1200px) {
  .l-footer .secondlogo {
    left: 260px;
  }
}
@media (max-width: 767.98px) {
  .l-footer .secondlogo {
    position: relative;
    display: block;
    margin: 15px auto 40px;
  }
  .l-footer .blobit {
    width: 100px !important;
    height: 100px !important;
  }
  .l-footer .blobit:after {
    width: 75px !important;
    height: 75px !important;
  }
}
@media (min-width: 1200px) {
  .l-footer .blockreassurance {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .l-footer .blockreassurance {
    padding-bottom: 200px;
  }
}
@media (min-width: 768px) {
  .l-footer .blockreassurance ul li:nth-child(1), .l-footer .blockreassurance ul li:nth-child(5) {
    transform: translateY(-170%);
  }
  .l-footer .blockreassurance ul li:nth-child(2), .l-footer .blockreassurance ul li:nth-child(4) {
    transform: translateY(-105%);
  }
}
@media (max-width: 767.98px) {
  .l-footer .blockreassurance ul li {
    width: 100%;
    display: block;
  }
  .l-footer .blockreassurance ul li .block-icon, .l-footer .blockreassurance ul li svg, .l-footer .blockreassurance ul li img {
    width: 65px;
    height: 65px;
  }
}
.l-footer .blockreassurance ul li .block-title {
  color: #2b503d;
  text-transform: uppercase;
  font-size: 1rem;
}
.l-footer .blockreassurance ul li p {
  color: #2b503d;
}
.l-footer .block_newsletter {
  background: #2b503d;
  z-index: 1;
  margin-bottom: -32px !important;
  margin-top: 80px !important;
}
@media (min-width: 992px) {
  .l-footer .block_newsletter {
    margin-bottom: -11px !important;
  }
}
@media (min-width: 1200px) and (max-height: 920px) {
  .l-footer .block_newsletter {
    margin-top: 80px !important;
  }
}
@media (min-width: 1200px) and (max-height: 820px) {
  .l-footer .block_newsletter {
    margin-top: 200px !important;
  }
}
.l-footer .min-vh-75 {
  min-height: 62vh !important;
}
.l-footer .min-vh-35 {
  min-height: 35vh !important;
}
.l-footer .blobit {
  position: relative;
  content: "";
  background: url(/themes/befava/assets//img-dist/4ec1f66cb22458cba24cce325aea93ea.svg) no-repeat;
  background-size: cover;
  height: 200px;
  width: 200px;
}
.l-footer .blobit:after {
  content: "";
  background: url(/themes/befava/assets//img-dist/bf0abb2868b0dbaa4b3e812e0241bc67.png) center center no-repeat;
  background-size: cover;
  width: 150px;
  height: 150px;
  display: block;
  position: absolute;
  top: 15%;
  left: 12%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .l-footer .blobit {
    width: 200px;
    background-size: contain;
  }
  .l-footer .blobit:after {
    max-width: 100px;
    background-size: 100%;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.l-footer .top-30 {
  top: 30%;
}
.l-footer .left-5 {
  left: 5%;
}
.l-footer .h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
}
.l-footer a {
  color: #fbdfd5;
  font-size: 90%;
}
.l-footer > .container, .l-footer > .container-fluid, .l-footer > .container-sm, .l-footer > .container-md, .l-footer > .container-lg, .l-footer > .container-xl, .l-footer > .container-xxl {
  /*background: $green;
  min-height: 350px;*/
  transform: translateY(1px);
}
@media (min-width: 768px) {
  .l-footer > .container:before, .l-footer > .container-fluid:before, .l-footer > .container-sm:before, .l-footer > .container-md:before, .l-footer > .container-lg:before, .l-footer > .container-xl:before, .l-footer > .container-xxl:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 110%;
    width: 100vw;
    background: url(/themes/befava/assets//img-dist/9e1961e143cc3119ee1f1f66f0c2d0cf.svg) no-repeat;
    background-size: contain;
    background-position: 50% 112%;
  }
}
.l-footer .footer-links {
  gap: 50px;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .l-footer .footer-links {
    flex-wrap: nowrap;
    gap: 13px;
  }
}
.l-footer .footer-links .footer-link-block {
  flex-wrap: inherit;
  justify-content: space-around;
  font-size: 1.1em;
  z-index: 10;
}
.l-footer .footer-links .footer-link-block a:hover {
  color: #fff;
}
.l-footer .footer-links .footer-link-block > div {
  border-left: 1px solid #eeeeee14;
  padding-left: 20px;
}
.l-footer .footer-links .footer-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  z-index: 10;
}
.l-footer .footer-links .footer-block .logo {
  width: 100px;
  display: block;
  margin: auto;
}
.l-footer .footer-links .btn {
  font-weight: bold;
}
.l-footer .footer-links .btn.btn-light {
  color: #2b503d;
}
@media (min-width: 1200px) {
  .l-footer .footer-links {
    flex-wrap: nowrap;
    gap: 13px;
  }
}
@media (max-width: 768px) {
  .l-footer .footer-links .footer-link-block {
    padding: 0;
    margin: 0;
  }
  .l-footer .footer-links .footer-link-block > div {
    border-left: none;
  }
  .l-footer .footer-links .footer-link-block > div,
.l-footer .footer-links .question-block {
    border-top: 1px solid #eeeeee14;
    padding-top: 20px;
  }
}
@media (min-width: 769px) {
  .l-footer .footer-links .question-block .block-title {
    margin: auto;
  }
}
@media (min-width: 768px) {
  .l-footer .lnk-subscribe-success {
    transform: translateY(-50px);
  }
}

.footer-container {
  padding-bottom: 10px;
  background: #2b503d;
}

@media (min-width: 768px) {
  #product .l-footer > .container:before {
    height: 120%;
  }
}

@media (max-width: 767.98px) {
  .l-footer > .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  #index .l-footer > .container:before {
    height: 110%;
    background-position: 50% 100%;
  }
}
@media (min-width: 1200px) and (max-height: 800px) {
  #index .l-footer > .container {
    margin-top: 200px !important;
  }
}

.blockreassurance .block-icon,
.blockreassurance .block-icon img,
.blockreassurance .block-icon svg {
  height: 55px !important;
}

/* HEADER STYLES */
.l-header {
  margin: 0 0 20px;
  background: #ffcccc;
  box-shadow: 0 0 1px #d1abbf;
}
@media (max-width: 767.98px) {
  .l-header {
    position: fixed;
    right: 0;
    left: 0;
    top: initial;
    bottom: 0;
    z-index: 99;
  }
}
@media (max-width: 767px) {
  .l-header > .container {
    max-width: 100%;
    align-items: center;
  }
  .l-header > .container > * {
    width: 100% !important;
    text-align: center;
  }
  .l-header > .container > * svg {
    max-width: 50px;
  }
  .l-header > .container > * img.logo {
    max-width: 80px;
  }
  .l-header > .container > * img.user {
    max-width: 30px;
  }
}

.header-top {
  padding: 10px 0;
}
@media (min-width: 768px) {
  .header-top {
    padding: 0;
  }
}
.header-top__row {
  flex-wrap: nowrap;
  align-items: center;
}
@media (min-width: 768px) {
  .header-top__row {
    flex-wrap: wrap;
  }
}
.header-top__link {
  display: block;
  padding: 5px;
  color: #495057;
  text-decoration: none;
  border-radius: 0.4rem;
}
@media (min-width: 576px) {
  .header-top__link {
    padding: 10px;
  }
}
.header-top__link:hover, .header-top__link:focus {
  color: #000;
  text-decoration: none;
  background: #f8f9fa;
}
.header-top__icon-container {
  position: relative;
}
.header-top__icon {
  display: block;
  font-size: 1.625rem;
}
@media (min-width: 576px) {
  .header-top__icon {
    font-size: 2rem;
  }
}
.header-top__badge {
  position: absolute;
  top: 0.8em;
  right: 1em;
  width: 2em;
  height: 2em;
  font-size: 0.5rem;
  font-weight: 700;
  line-height: 2em;
  color: #fff;
  text-align: center;
  background: #2b503d;
  border-radius: 50%;
}
.header-top__block a {
  font-weight: bold;
  font-size: 16px;
  text-transform: capitalize;
}
@media (max-width: 767.98px) {
  .header-top__block--search {
    flex-grow: 0;
  }
}

@media (max-width: 767.98px) {
  .ets_mm_megamenu.hook-default {
    background-color: transparent !important;
    margin-top: 0 !important;
    padding: initial !important;
    width: auto !important;
  }

  .ets_mm_megamenu .container {
    background-color: transparent !important;
  }
}
.l-main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  max-width: 100%;
}
.l-main #main .featured-products {
  max-width: 971px;
}
.l-main #main .featured-products:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 100vw;
  background: #2b503d;
  background-size: cover;
}

.product-miniature__quick-view {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  width: 1.7em;
  height: 1.7em;
  padding: 0;
  line-height: 1.7em;
  border: 0;
  font-size: 1.25rem;
}
.product-miniature__quick-view-icon {
  font-size: inherit;
  line-height: inherit;
}
.product-miniature__pricing {
  margin: 0 0 30px;
}
.product-miniature__title {
  height: 2.6em;
  overflow: hidden;
  line-height: 1.3;
}
.product-miniature--smaller .price,
.product-miniature--smaller .product-miniature__title {
  font-size: 0.9375rem;
}
.product-miniature--smaller .product-miniature__pricing {
  margin: 0;
}

.product-miniature__thumb-link .lnk-img,
.product-miniature__thumb-link .lnk-hover-img {
  transition: 0.5s opacity;
  max-height: 100%;
}
.product-miniature__thumb-link .lnk-hover-img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.product-miniature__thumb-link:hover .lnk-img {
  opacity: 0;
}
.product-miniature__thumb-link:hover .lnk-hover-img {
  opacity: 1;
}

.product-flags {
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  pointer-events: none;
}
.product-flags__flag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
  margin-bottom: 10px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
  pointer-events: auto;
  background: #2b503d;
}
.product-flags__flag--online-only {
  position: absolute;
  right: 0;
  z-index: 1;
  margin-top: 0;
}
.product-flags__flag--discount-percentage, .product-flags__flag--discount-amount, .product-flags__flag--discount {
  background-color: #c69d6b;
}
.product-flags__flag--on-sale {
  order: -1;
  width: 100%;
  text-align: center;
  background: #c69d6b;
}

.customization-modal .modal-content {
  border: 1px solid #e9ecef;
  border-radius: 0;
}
.customization-modal .modal-content .modal-body {
  padding-top: 0;
}
.customization-modal .modal-content .modal-body .product-customization-line {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #e9ecef;
}
.customization-modal .modal-content .modal-body .product-customization-line .label {
  font-weight: 700;
  text-align: right;
}
.customization-modal .modal-content .modal-body .product-customization-line:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.price {
  font-size: 1.125rem;
  font-weight: 700;
  color: #004f38;
}
.price--regular {
  font-weight: 400;
  color: #2b503dad;
  text-decoration: line-through;
}
.price--lg {
  font-size: calc(1.3rem + 0.7258064516vw);
}
@media (min-width: 992px) {
  .price--lg {
    font-size: 1.75rem;
  }
}
.price--sm {
  font-size: 1rem;
}

.star-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}
.star-content .star,
.star-content .star-on,
.star-content .star-hover {
  display: block;
  flex: auto;
  width: 20px;
  height: 20px;
  margin-left: 3px;
  background: url(/themes/befava/assets//img-dist/27811373db6ee26ff2a77e33a9841f0f.svg) no-repeat 0 0 transparent;
  background-size: 20px;
}
.star-content .star-on,
.star-content .star-hover {
  background-image: url(/themes/befava/assets//img-dist/4e38059285d4b263c06b1fb87e2d193c.svg);
}
.star-content .star-hover {
  cursor: pointer;
}
.small-stars .star-content .star,
.small-stars .star-content .star-on,
.small-stars .star-content .star-hover {
  width: 16px;
  height: 16px;
  margin-left: 2px;
  background-size: 16px;
}

.grade-stars {
  position: relative;
  display: inline-block;
  min-width: 120px;
  height: 20px;
}
.grade-stars.small-stars {
  min-width: 70px;
  height: 16px;
}

.product-list-reviews {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.4);
}
.product-list-reviews .grade-stars {
  display: block;
}

.products-list__block {
  padding: 0 0.625rem;
  margin-bottom: 1.25rem;
}
.products-list__block--grid {
  flex: 0 0 auto;
  width: 50%;
}
@media (min-width: 992px) {
  .layout-left-column .products-list__block--grid {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .layout-full-width .products-list__block--grid {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .layout-full-width .products-list__block--grid {
    flex: 0 0 auto;
    width: 25%;
  }
}
.products-list__block--list {
  flex: 0 0 auto;
  width: 100%;
}

.product-slider {
  margin-right: -5px;
  margin-left: -5px;
}
@media (min-width: 576px) {
  .product-slider {
    margin-right: -10px;
    margin-left: -10px;
  }
}
.product-slider__item {
  padding-right: 5px;
  padding-left: 5px;
}
@media (min-width: 576px) {
  .product-slider__item {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.comments-pagination ul {
  margin: 0;
}
.comments-pagination span {
  cursor: pointer;
}

.product-miniature__quick-view {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  width: 1.7em;
  height: 1.7em;
  padding: 0;
  line-height: 1.7em;
  border: 0;
  font-size: 1.25rem;
}
.product-miniature__quick-view-icon {
  font-size: inherit;
  line-height: inherit;
}
.product-miniature__pricing {
  margin: 0 0 30px;
}
.product-miniature__title {
  height: 2.6em;
  overflow: hidden;
  line-height: 1.3;
}
.product-miniature--smaller .price,
.product-miniature--smaller .product-miniature__title {
  font-size: 0.9375rem;
}
.product-miniature--smaller .product-miniature__pricing {
  margin: 0;
}

.product-miniature__thumb-link .lnk-img,
.product-miniature__thumb-link .lnk-hover-img {
  transition: 0.5s opacity;
  max-height: 100%;
}
.product-miniature__thumb-link .lnk-hover-img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.product-miniature__thumb-link:hover .lnk-img {
  opacity: 0;
}
.product-miniature__thumb-link:hover .lnk-hover-img {
  opacity: 1;
}

.address__header {
  background-color: transparent;
}
.address__body {
  line-height: 1.75;
}
.address__body address {
  margin: 0;
}
.address__footer {
  display: flex;
  padding: 0;
}
.address__footer a {
  flex: 0 0 auto;
  width: 50%;
  padding: 10px;
  color: #212529;
  text-align: center;
}
.address__footer a:first-child {
  border-right: 1px solid #efe2d3;
}
.address__footer a:hover, .address__footer a:focus {
  text-decoration: none;
  background: #e9ecef;
}

.customer-links {
  margin: 0 0 20px;
}
@media (min-width: 992px) {
  .customer-links {
    margin: 0;
  }
}
.customer-links .link-item {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .customer-links__list {
    display: flex;
    flex-wrap: nowrap;
    margin: 1.25rem 0 0;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .customer-links__list::-webkit-scrollbar {
    display: none;
  }
}
.customer-links a {
  display: block;
  flex: 0 0;
  max-width: inherit;
  padding: 10px;
  font-weight: 700;
  color: #343a40;
  white-space: nowrap;
  border-radius: 0.4rem;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .customer-links a {
    white-space: normal;
  }
}
.customer-links a:hover, .customer-links a:focus {
  color: #2b503d;
  text-decoration: none;
}
.customer-links a.active {
  color: #fff;
  background: #2b503d;
}
.customer-links a.active::after {
  display: block;
}
.customer-links a.active i {
  color: inherit;
}
.customer-links a i {
  margin-right: 5px;
  color: #2b503d;
  font-size: calc(1.2875rem + 0.5443548387vw);
}
@media (min-width: 992px) {
  .customer-links a i {
    font-size: 1.625rem;
  }
}
@media (min-width: 768px) {
  .customer-links a i {
    margin-right: 10px;
  }
}
.customer-links__logout {
  text-align: center;
}
.customer-links__logout::after, .customer-links__logout::before {
  display: none;
}

.user-form {
  max-width: 800px;
  margin: 0 auto;
}
.user-form--sm {
  max-width: 600px;
}

.product-table {
  margin: 0;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .product-table__head {
    display: none;
  }
}
.product-table__head th {
  border-top: 0;
}
@media (min-width: 576px) {
  .product-table__row {
    margin-top: -1px;
  }
}
@media (max-width: 767.98px) {
  .product-table tbody {
    display: block;
  }
}

.table thead tr {
  border-bottom: 1px solid #eee;
}
.table thead tr th {
  color: #ababab;
  font-weight: 200;
  font-size: 1em;
  text-align: center;
}

.product-line {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.product-line:last-child {
  border-bottom: 0;
}
.product-line--first {
  border-top: 1px solid #dee2e6;
}
@media (min-width: 768px) {
  .product-line {
    display: table-row;
    padding: 0;
    padding: 10px 0;
    border-bottom: 1px solid #dee2e6;
  }
}
.product-line .product-line__cell {
  padding: 10px;
}
@media (min-width: 576px) {
  .product-line .product-line__cell {
    padding: 0.75rem;
    vertical-align: middle;
  }
}
.product-line__qty-input .bootstrap-touchspin {
  margin: 0 auto;
}
.product-line__cell {
  border-bottom: 0;
}
.product-line__cell--img {
  width: 7.5rem;
}
@media (max-width: 767.98px) {
  .product-line__cell--img {
    order: -3;
    width: auto;
    flex: 0 0 5.625rem;
    max-width: 5.625rem;
  }
}
@media (max-width: 767.98px) {
  .product-line__cell--prod {
    order: -2;
    flex: 0 0 calc(100% - 5.625rem);
    max-width: calc(100% - 5.625rem);
  }
}
@media (max-width: 767.98px) {
  .product-line__cell--delete {
    order: -1;
    flex: 0 0 2.5rem;
    max-width: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .product-line__cell--price, .product-line__cell--total, .product-line__cell--qty {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (max-width: 767.98px) {
  .product-line__cell--total {
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  .product-line__cell[data-title]::before {
    font-size: 0.6875rem;
    display: block;
    margin: 0 0 5px;
    content: attr(data-title);
  }
}
.product-line__price {
  font-size: 1rem;
}
.product-line__checkbox-block {
  position: static;
}
.product-line__checkbox-block::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .product-line--return .product-line__cell--checkbox {
    order: -3;
    flex: 0 0 2.5rem;
    max-width: 2.5rem;
  }
  .product-line--return .product-line__cell--img {
    flex: 0 0 4.375rem;
    max-width: 4.375rem;
    padding-left: 0;
  }
  .product-line--return .product-line__cell--prod {
    flex: 0 0 calc(100% - 6.875rem);
    max-width: calc(100% - 6.875rem);
  }
  .product-line--return .product-line__cell--qty, .product-line--return .product-line__cell--price {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .product-line--extended .product-line__cell--price, .product-line--extended .product-line__cell--qty, .product-line--extended .product-line__cell--returned, .product-line--extended .product-line__cell--total {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 575.98px) {
  .product-line--extended .product-line__cell--price, .product-line--extended .product-line__cell--qty, .product-line--extended .product-line__cell--returned, .product-line--extended .product-line__cell--total {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .product-line--extended .product-line__cell--qty {
    text-align: right;
  }
}

.blockcart__dropdown {
  width: 20rem;
  min-width: inherit;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid #fef1f8;
  border-radius: 0.4rem;
  box-shadow: 0 2px 8px #fef1f8;
}
.blockcart .fixed-total {
  margin-left: -20px;
  border-top: 1px solid #fef1f8;
}
.blockcart .simplebar-scrollbar::before {
  background: #d980ae;
}
.blockcart .fixed-blockcart {
  top: 140px;
  right: 0;
  height: calc(100vh - 200px);
  z-index: 9;
  position: fixed;
  width: 24rem;
  background: #fff;
  padding: 15px 5px 15px 15px;
  overflow-y: auto;
  transition: all 0.3s ease-in-out;
  transform: translate(0px, 0px);
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.blockcart .fixed-blockcart .lnk-open-setup .arrow-slider-r {
  display: block;
}
.blockcart .fixed-blockcart .lnk-open-setup .arrow-slider-g {
  display: none;
}
.blockcart .fixed-blockcart .bfv-cart-total {
  display: none !important;
}
.blockcart .fixed-blockcart.closed {
  right: -300px;
  z-index: 1;
}
.blockcart .fixed-blockcart.closed .bfv-cart-total {
  display: block !important;
}
.blockcart .fixed-blockcart.closed .cart-products {
  padding: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  height: 4rem;
  margin-bottom: 0 !important;
}
.blockcart .fixed-blockcart.closed .cart-products .cart-products__thumb img {
  max-width: 60%;
}
.blockcart .fixed-blockcart.closed .cart-products .cart-products__desc,
.blockcart .fixed-blockcart.closed .cart-products .cart-products__remove {
  visibility: hidden;
}
.blockcart .fixed-blockcart.closed .lnk-open-setup .arrow-slider-r {
  display: none;
}
.blockcart .fixed-blockcart.closed .lnk-open-setup .arrow-slider-g {
  display: block;
}
.blockcart .fixed-blockcart.closed .cart-summary-line-shipping,
.blockcart .fixed-blockcart.closed .cart-summary-line-discount,
.blockcart .fixed-blockcart.closed .is-cart-block-button,
.blockcart .fixed-blockcart.closed .is-subtotal,
.blockcart .fixed-blockcart.closed .alert-warning {
  visibility: hidden;
}
.blockcart .fixed-blockcart .fixed-total {
  margin-left: -15px;
  border-top: 0;
}
.blockcart .fixed-blockcart .lnk-open-setup {
  width: 33px;
  height: 36px;
  padding: 3px 5px;
  cursor: pointer;
}
.blockcart .fixed-blockcart .fixed-height {
  max-height: calc(100vh - 470px);
  overflow: hidden;
  overflow-y: auto;
  padding-right: 5px;
}
.blockcart .fixed-blockcart .fixed-height::-webkit-scrollbar {
  width: 2px;
}
.blockcart .fixed-blockcart .fixed-height::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #fbdfd5;
}
.blockcart .fixed-blockcart .fixed-height::-webkit-scrollbar-thumb {
  background-color: #004f38;
  outline: 1px solid #2b503d;
}
@media (max-width: 767.98px) {
  .blockcart .fixed-blockcart {
    width: 100%;
    right: 0px;
    left: 0;
    bottom: 74px;
    overflow: initial;
    height: auto;
    max-height: 50px;
    top: auto;
    padding: 10px 15px 10px;
    transition: all 0.5s ease-in-out;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .blockcart .fixed-blockcart .lnk-open-setup-mobile {
    display: block;
    position: absolute;
    top: -40px;
    right: -2px;
    padding: 5px 10px;
    background: rgba(251, 223, 213, var(--bs-bg-opacity));
    border-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    cursor: pointer;
  }
  .blockcart .fixed-blockcart .fixed-height {
    max-height: 80px;
    overflow: hidden;
    display: none;
  }
  .blockcart .fixed-blockcart.open-mobile {
    max-height: calc(100vh - 140px);
    height: 80%;
    padding-top: 15px;
  }
  .blockcart .fixed-blockcart.open-mobile .lnk-open-setup-mobile svg {
    transform: rotate(0deg);
  }
  .blockcart .fixed-blockcart.open-mobile .fixed-height {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    display: block;
  }
  .blockcart .fixed-blockcart .lnk-open-setup-mobile .arrow-down {
    height: 25px;
  }
  .blockcart .fixed-blockcart .lnk-open-setup-mobile svg {
    height: 25px;
    width: 20px;
  }
  .blockcart .fixed-blockcart .lnk-open-setup-mobile .arrow-down {
    height: 25px;
    width: 20px;
  }
  .blockcart .fixed-blockcart .lnk-open-setup-mobile svg {
    transform: rotate(180deg);
  }
}

@media (min-width: 768px) {
  body#category.opencart section#products {
    padding-right: 70px;
  }
}
@media (max-width: 767.98px) {
  body#category.opencart .l-footer {
    padding-bottom: 150px;
  }
}

@media (max-width: 767.98px) {
  .blockcart .fixed-blockcart.closed .bfv-cart-total {
    display: none !important;
  }
}
.cart-dropdown__content {
  padding: 10px 20px 20px;
  max-height: 31.25rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.cart-dropdown__products {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
.cart-dropdown__close {
  font-size: 1.375rem;
  color: #6c757d;
}
.cart-dropdown__close:hover, .cart-dropdown__close:focus {
  color: #000;
}

.cart-products {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.cart-products__thumb {
  flex: 0 0 6.25rem;
  max-width: 6.25rem;
  padding-right: 10px;
}
.cart-products__desc {
  flex: 1 1;
  padding-right: 10px;
}
.cart-products__remove {
  flex: 0 0;
}

.cart-loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
}
.cart-loading .cart-loader {
  display: flex;
}

.cart-summary-line {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
}
.cart-summary-line:not(:last-child) {
  margin-bottom: 5px;
}
.cart-summary-line.cart-total {
  font-size: 1.125rem;
}
.cart-summary-line .label {
  margin-right: 10px;
}
.cart-summary-line .value {
  font-weight: 700;
}

.cms-content ol,
.cms-content ul {
  padding-left: 0.75rem;
  list-style: inherit;
  list-style-position: inside;
}
.cms-content img {
  max-width: 100%;
  height: auto;
}

.main-menu__item-header {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .main-menu__item-header {
    display: block;
  }
}
.main-menu__dropdown {
  margin: 1rem 1rem 20px;
  border-bottom: 1px solid #dee2e6;
}
@media (min-width: 768px) {
  .main-menu__dropdown {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    border: 0;
  }
}
@media (min-width: 768px) {
  .main-menu__list {
    margin: 0 0 10px;
  }
  .main-menu__list--1 {
    flex-wrap: wrap;
    display: flex;
  }
}
.main-menu__item-link {
  display: block;
  padding: 1rem;
}
@media (min-width: 768px) {
  .main-menu__item-link {
    display: inline-block;
    padding: 0;
  }
}
.main-menu__item-link--top {
  font-size: 1.125rem;
  font-weight: 700;
  color: #212529;
}
.main-menu__item-link--top:hover, .main-menu__item-link--top:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .main-menu__item-link--top {
    padding: 20px 30px;
  }
}
.main-menu__item-link--sub {
  color: #212529;
}
@media (min-width: 768px) {
  .main-menu__item-link--sub {
    margin: 0 0 5px;
  }
}
.main-menu__item-link--1 {
  font-weight: 700;
}
.main-menu__item-link--2 {
  padding-left: 1.625rem;
}
@media (min-width: 768px) {
  .main-menu__item-link--2 {
    padding: 0;
  }
}
.main-menu__item-link--3 {
  padding-left: 2.25rem;
}
@media (min-width: 768px) {
  .main-menu__item-link--3 {
    padding-left: 10px;
  }
}
.main-menu__item-link--4 {
  padding-left: 2.875rem;
}
@media (min-width: 768px) {
  .main-menu__item-link--4 {
    padding-left: 10px;
  }
}
.main-menu__item {
  border-top: 1px solid #dee2e6;
}
.main-menu__item--top:first-child {
  border: 0;
}
@media (min-width: 768px) {
  .main-menu__item {
    border: 0;
  }
}
@media (min-width: 768px) {
  .main-menu__item--active .main-menu__sub {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 768px) {
  .main-menu__item--1 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.main-menu__sub {
  background: #f8f9fa;
}
@media (min-width: 768px) {
  .main-menu__sub {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 100;
    padding: 30px 30px 20px;
    visibility: hidden;
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: 0.2s ease-in;
    transform: translateY(5px);
  }
}

#products #main .page-header,
#pagenotfound #main .page-header {
  margin: 2rem 0 3rem;
}
#products #main .page-content,
#pagenotfound #main .page-content {
  margin-bottom: 10rem;
}
#products .page-not-found,
#pagenotfound .page-not-found {
  max-width: 570px;
  padding: 1rem;
  margin: 0 auto;
  font-size: 0.875rem;
  color: #6c757d;
  background: #fff;
}
#products .page-not-found h4, #products .page-not-found .h4,
#pagenotfound .page-not-found h4,
#pagenotfound .page-not-found .h4 {
  margin: 0.5rem 0 1rem;
  font-size: 1rem;
  font-weight: 700;
}
#products .page-not-found .search-widget,
#pagenotfound .page-not-found .search-widget {
  float: none;
}
#products .page-not-found .search-widget input,
#pagenotfound .page-not-found .search-widget input {
  width: 100%;
}

#left-column .block_newsletter {
  padding: 1.563rem 1.25rem;
  margin-bottom: 1.563rem;
}

.homeslider {
  min-height: 500px;
}
.homeslider__img {
  background: #f8f9fa;
}
.homeslider__list, .homeslider__slide, .homeslider__slide .img-fluid {
  min-height: 76vh;
  height: 76vh;
}
.homeslider__slide .img-fluid {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeslider__list, .homeslider__slide {
  margin: 0;
}
.homeslider__slider {
  position: relative;
}
.homeslider__title {
  font-family: "Hangbird";
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1rem;
  color: #2b503d;
}
@media (max-width: 767.98px) {
  .homeslider__title {
    max-width: 95%;
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .homeslider__title {
    font-size: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .homeslider__title {
    font-size: 2em;
  }
}

.homeslider__caption {
  text-align: center;
  position: absolute;
  bottom: 0%;
  left: 50%;
  width: 39%;
  transform: translateY(-50%);
}
.homeslider__caption#slide_home_28 {
  top: 55%;
} 
 .homeslider__caption#slide_home_29  {
      bottom: 10%;
  }


@media (min-width: 768px) and (max-width: 1199.98px) {
  .homeslider__title {
    max-width: 100%;
  }


  .homeslider__caption#slide_home_28 {
    top: 60%;
    width: auto;
  } 
 
}

@media (max-width: 767.98px) {
  .homeslider__caption {
    top: 30% !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .homeslider__caption {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .homeslider {
    height: 74vh;
  }
}
@media (max-width: 767.98px) {
    .homeslider__caption {
  bottom: unset;  
}
    .homeslider__caption#slide_home_29 {
    bottom: 6% !important;
    top: unset !important;
}

@media (max-width: 400px) {

  .homeslider__caption#slide_home_28 {
    top: 20% !important;
  }
  
}
 

  .homeslider {
    min-height: 500px;
  }
  .homeslider img, .homeslider source {
    position: absolute;
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    z-index: 1;
  }
  .homeslider__caption {
    left: 15px;
    right: 15px;
    width: 95%;
    top: 50%;
    transform: translateY(0);
    z-index: 99;
  }
}
.homeslider__desc .slide-subtitle {
  text-transform: uppercase;
  font-weight: 700;
  color: #e1a49e;
  font-family: "Mont Bold", Arial, Helvetica, sans-serif;
}
.homeslider__desc * {
  color: #2b503d;
  line-height: normal;
}
@media (max-width: 767.98px) {
  .homeslider__desc * {
    max-width: 95%;
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .homeslider__desc * {
    font-size: 0.9rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .homeslider__desc * {
    max-width: 80%;
    margin: 0rem auto 1rem;
  }
}
@media (max-width: 767.98px) {
  .homeslider__desc .slide-text {
    display: none;
  }
}
.homeslider__action {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.homeslider__action a {
  background: #c69d6b;
  padding: 10px 20px;
  border-radius: 8px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  display: flex !important;
  gap: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .homeslider__action {
    max-width: 95%;
    font-size: 0.7rem;
    margin: 2rem 0;
  }
}
.homeslider__arrow {
  top: 0;
  bottom: 0;
  padding: 0 20px;
  line-height: 1;
}
.homeslider__arrow > * {
  font-size: 2.5rem;
}
.homeslider__arrow--prev {
  left: 0;
}
.homeslider__arrow--next {
  right: 0;
}

@media (max-width: 767.98px) {
  .search-modal .lnk-toggle-display-search {
    display: none;
  }
}
.search-modal .search-form__form-group {
  position: relative;
}
.search-modal .search-form__input {
  padding-right: 30px;
  margin: 15px 0 7px;
}
.search-modal .search-form__btn {
  position: absolute;
  top: 7px;
  right: 5px;
  padding: 0;
}

.header-top__block .lnk-toggle-display-search {
  cursor: pointer;
}
.header-top__block .search-form {
  position: absolute;
  right: 0;
  transform: translate(8px, 10px);
  margin: 0 auto;
  z-index: 11000;
}
@media (min-width: 768px) {
  .header-top__block .search-form {
    display: none;
  }
}
.header-top__block .search-form__form-group {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  float: right;
}
@media (min-width: 992px) {
  .search-result-open .header-top__block .search-form__form-group {
    z-index: 101;
  }
}
.header-top__block .search-form__input {
  padding: 8px 38px 8px 14px;
  color: #212529;
  border-width: 1px;
  border-radius: 99em;
  width: 250px;
  font-size: 0.9em;
}
.header-top__block .search-form__input:focus {
  background: #f8f9fa;
  box-shadow: none;
}
.header-top__block .search-form__btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 10px;
  line-height: 1;
  color: #2b503d;
}
.header-top__block .search-modal .modal-body {
  padding-top: 2.5rem;
}
.header-top__block .search-modal .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.4375rem 0.625rem;
}

.js-search-result {
  width: 300px;
  top: 0;
  left: 50%;
  border-radius: 10px;
  height: 400px;
  overflow: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (min-width: 768px) {
  .js-search-result {
    position: absolute;
    transform: translate(-50%, 80px);
    z-index: 99;
    margin-top: -1.4375rem;
    background: #fff;
    border: 1px solid #dee2e6;
  }
}
@media (max-width: 767.98px) {
  .js-search-result {
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
  }
}
.js-search-result::-webkit-scrollbar {
  width: 10px;
}
.js-search-result::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: inherit;
}
.js-search-result::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: inherit;
}
.js-search-result::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@media (min-width: 768px) {
  .search-result {
    padding: 20px;
  }
}
.search-result__products {
  margin: 20px -10px 0;
}
.search-result__products .products-list__block {
  padding: 0 10px;
  margin: 0 0 20px;
  width: 100% !important;
  flex: 0 0 auto;
  width: 50%;
}
@media (min-width: 768px) {
  .search-result__products .products-list__block {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
.search-result__bottom {
  /* stylelint-disable */
  position: sticky;
  /* stylelint-enable */
  right: 0;
  bottom: 1rem;
  left: 0;
  z-index: 1;
  padding: 10px 20px;
  margin: 0 -10px;
  background: #fff;
}
@media (min-width: 768px) {
  .search-result__bottom {
    padding: 0;
    margin: 0;
  }
}

.page-loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
}
.page-loader-active .page-loader {
  display: flex;
}

.links-list {
  padding: 0 0 30px;
  margin: 0;
}
@media (min-width: 992px) {
  .links-list {
    padding: 0;
  }
}
.links-list__elem:not(:last-child) {
  margin: 0 0 10px;
}
.links-list__link {
  color: #6c757d;
}
.links-list__link:hover, .links-list__link:focus {
  color: #212529;
}

img.lazyload:not(.loaded) {
  background: #e9ecef;
}

.product-flags__flag--new {
  transform: translate(-7px, 7px);
  background-color: #FFF;
  color: #2b503d;
  font-weight: 500;
  border-radius: 2px !important;
  font-size: 1em;
  box-shadow: 0 0 1px #000;
}

.notifications .alert {
  text-align: center;
  border-radius: 30px;
  padding: 7px;
  font-weight: 500;
  font-size: 0.9em;
}
.notifications .alert.alert-warning {
  background-color: #ffeddd;
  color: #e08c42;
}

label,
.label {
  color: #212529;
}

.ff-secondary {
  font-family: "Hangbird", Arial, Helvetica, sans-serif !important;
}

.fw-500 {
  font-weight: 500;
}

.fs-sm {
  font-size: 12px;
}

@media (min-width: 1200px) {
  .mm_columns_ul {
    background: url(/themes/befava/assets//img-dist/f24caf8639ced6b8a5ef5dfb083384bb.svg) !important;
    background-color: #fff !important;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed !important;
    top: 110px !important;
    padding: 10px 16% !important;
  }
}

ul.mm_blocks_ul .product-thumbnail,
ul.mm_blocks_ul .price,
ul.mm_blocks_ul .product_combination,
ul.mm_blocks_ul .product-list-reviews {
  display: none !important;
}

@media (max-width: 1199px) {
  .changestatus.transition_floating .mm_menus_ul.active,
.changestatus.ets_mm_megamenu .mm_menus_ul .close_menu {
    background: #fff !important;
  }

  .changestatus .mm_menus_li.mm_sub_align_full {
    max-height: 80%;
    overflow-y: auto;
    border-color: #ffbaba;
  }
  .changestatus .mm_menus_li.mm_sub_align_full > a {
    background: #ffcccc !important;
  }
  .changestatus .mm_menus_li.mm_sub_align_full > a .mm_menu_content_title {
    color: #333;
  }
  .changestatus .mm_menus_li.mm_sub_align_full .ets_mm_block > span,
.changestatus .mm_menus_li.mm_sub_align_full .ets_mm_block > span a {
    font-size: 14px !important;
    color: #c69d6b;
  }
  .changestatus .mm_menus_li.mm_sub_align_full .ets_mm_block .ets_mm_block_content a {
    font-size: 14px;
    font-weight: 500;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .mm_menus_ul .mm_menu_content_title {
    padding: 20px 15px;
  }
}
@media (max-width: 1200px) {
  .changestatus.transition_floating.ets_mm_megamenu .mm_menus_ul .close_menu {
    flex-direction: row !important;
    float: none !important;
    display: flex !important;
    justify-content: space-between !important;
  }
  .changestatus.transition_floating.ets_mm_megamenu .mm_menus_ul .close_menu img {
    width: 30px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .changestatus.transition_floating.ets_mm_megamenu .mm_menus_ul .close_menu .fullname {
    display: none;
  }
}
@media (min-width: 768px) {
  .ets_mm_block_content li {
    font-weight: 700;
    color: #2b503d;
  }

  .jconfirm.jconfirm-material .jconfirm-box {
    padding: 30px 10px 10px 10px;
  }
}
.ets_mm_block_content a {
  font-size: 14px;
  font-weight: 500;
}
.ets_mm_block_content a.new {
  position: relative;
}
.ets_mm_block_content a.new::after {
  content: "NEW";
  position: absolute;
  top: -13px;
  right: -30px;
  font-size: 0.7em;
  opacity: 0.8;
}
.ets_mm_block_content a.promo {
  position: relative;
}
.ets_mm_block_content a.promo::after {
  content: "PROMO";
  position: absolute;
  top: -13px;
  right: -40px;
  font-size: 0.7em;
  opacity: 0.8;
}

.logo {
  width: 180px;
}

.fs-7 {
  font-size: 0.85rem !important;
}

.jconfirm .jconfirm-box.jconfirm-type-blue {
  border-color: #bb9d6f !important;
}

.bg-green-shape {
  background-color: #2b503d;
  background-repeat: no-repeat;
}
.bg-green-shape.bg-top {
  background-image: url(/themes/befava/assets//img-dist/dd267c62d69d5a46e215fd7c0bdc340d.svg);
  background-position: bottom;
  height: 140px;
}
.bg-green-shape.bg-middle {
  min-height: 200px;
}
.bg-green-shape.bg-bottom {
  background-image: url(/themes/befava/assets//img-dist/3373a23872cf13b9a3c5b843f2b9f1e6.svg);
  background-position: top;
  height: 50px;
}

.bg-beige-color {
  background-color: #fdf8f6 !important;
}

.bg-green-color {
  background-color: #2b503d !important;
}

.bg-beige-shape2 {
  background-repeat: no-repeat;
}
.bg-beige-shape2 .elementor-widget-text-editor {
  color: #2b503d;
}
.bg-beige-shape2.bg-top {
  background-image: url(/themes/befava/assets//img-dist/e702314890c6572a72eb790dee6a767b.png);
  background-position: bottom;
  height: 150px;
}
.bg-beige-shape2.bg-middle {
  background-color: #fdf8f6;
}
.bg-beige-shape2.bg-bottom {
  background-image: url(/themes/befava/assets//img-dist/56f8261de39cd8aabe6e284ebe028c29.png);
  background-position: top;
  height: 50px;
}

.bfv-homepage-only {
  display: none;
}

#index .bfv-homepage-only {
  display: block;
}

.bfv-slidebg {
  border: 2px solid #edd;
}

.bfv-slidebg,
.bfv-slidebg-mobile {
  padding: 2rem 1rem;
  background-color: #fdece7dd;
  border-radius: 3rem 3px;
}

#elementor-only-homepage,
.elementor-only-homepage {
  display: none;
}

#index #elementor-only-homepage,
#index .elementor-only-homepage {
  display: block;
}

#bfv_desc_title h1, #bfv_desc_title .h1, #bfv_desc_title h2, #bfv_desc_title .h2, #bfv_desc_title h3, #bfv_desc_title .h3, #bfv_desc_title h4, #bfv_desc_title .h4, #bfv_desc_title h5, #bfv_desc_title .h5, #bfv_desc_title h6, #bfv_desc_title .h6,
#bfv_acc_title h1,
#bfv_acc_title .h1,
#bfv_acc_title h2,
#bfv_acc_title .h2,
#bfv_acc_title h3,
#bfv_acc_title .h3,
#bfv_acc_title h4,
#bfv_acc_title .h4,
#bfv_acc_title h5,
#bfv_acc_title .h5,
#bfv_acc_title h6,
#bfv_acc_title .h6 {
  color: #2b503d;
}

#bfv_acc_question .elementor-accordion-item {
  border: 0;
  border-radius: 0.4rem !important;
  padding: 10px;
  margin-bottom: 1rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
#bfv_acc_question .elementor-accordion-item .elementor-tab-title {
  color: #2b503d;
  text-transform: uppercase;
}
#bfv_acc_question .elementor-accordion-item .elementor-tab-title.elementor-active {
  color: #EF9A7F;
}
#bfv_acc_question .elementor-accordion-item .elementor-tab-content {
  border-top: 0;
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  #bfv_acc_question .elementor-accordion-item .elementor-tab-content {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

#blockEmailSubscription_displayCEWidget {
  background: transparent;
}
#blockEmailSubscription_displayCEWidget .secondlogo {
  display: none;
}
#blockEmailSubscription_displayCEWidget .newsletter-content {
  display: none;
}
#blockEmailSubscription_displayCEWidget .newsletter-content-home {
  display: block;
}
#blockEmailSubscription_displayCEWidget #gdpr_consent span {
  display: inline-block !important;
}
#blockEmailSubscription_displayCEWidget .nl-home {
  display: block;
}
#blockEmailSubscription_displayCEWidget .nl-main {
  display: none;
}

.nl-main {
  display: block;
}

.nl-home {
  display: none;
}

.newsletter-content-home {
  display: none;
}

.bfv-stretch {
  position: relative;
  width: 100vw;
  right: 50%;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.bg-beige-shape {
  background-repeat: no-repeat;
}
.bg-beige-shape .elementor-widget-text-editor {
  color: #2b503d;
  font-weight: 500;
}
.bg-beige-shape.bg-top {
  background-image: url(/themes/befava/assets//img-dist/dd261c36bf71ae1a1378b0a366a75727.png);
  background-position: bottom;
  height: 150px;
}
.bg-beige-shape.bg-middle {
  background-color: #fdf8f6;
}
.bg-beige-shape.bg-bottom {
  background-image: url(/themes/befava/assets//img-dist/792351aa25a455f5c42b26a0bf0d1a62.png);
  background-position: top;
  height: 50px;
}

.bg-green-shape2 {
  background-color: #2b503d;
  background-repeat: no-repeat;
}
.bg-green-shape2 .elementor-widget-text-editor {
  color: white;
  font-weight: 500;
}
.bg-green-shape2.bg-top {
  background-image: url(/themes/befava/assets//img-dist/5b8dd599039ca891a8227a7ac4d68d69.png);
  background-position: bottom;
  height: 150px;
  background-size: contain;
  background-color: transparent;
}
.bg-green-shape2.bg-middle {
  min-height: 130px;
}
.bg-green-shape2.bg-bottom, .bg-green-shape2.bg-bottom-light {
  background-position: top;
  height: 90px;
  background-size: contain;
  background-color: transparent;
}
.bg-green-shape2.bg-bottom {
  background-image: url(/themes/befava/assets//img-dist/313e68c4a6024f4d762bf72fe2b50c62.png);
}
.bg-green-shape2.bg-bottom-light {
  background-image: url(/themes/befava/assets//img-dist/3dbbb5c2fa51070c27730b556fd8fd07.png);
}

.bfv-welcoming-products .elementor-widget-image-box {
  margin-bottom: 0px !important;
}

.psgdpr_consent_checkboxes {
  width: 7rem;
  margin-right: 0.4rem;
}

.mm_columns_ul .av_category_stars {
  display: none;
}

@media (max-width: 768px) {
  #AV_widget_iframe {
    height: 320px;
  }
}

#slide_home_18 {
  left: 45%;
  top: 48%;
}

#slide_home_18 .homeslider__title {
  font-size: 3rem;
  margin-bottom: 0;
}

#slide_home_18 .slide-subtitle-icon {
  font-family: "Hangbird";
  color: #e20b18;
  font-size: 3.7rem;
  margin-bottom: 0rem;
}

#slide_home_18 .slide-subtitle {
  font-family: "Hangbird";
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
  color: #2b503d;
  font-size: 2.6rem;
  text-transform: capitalize;
}

/*
#slide_home_18 .slide-text {
  color: #e1a49e;
  padding: 22px 66px;
  width: 100%;
  font-size: 1.525rem;
}
*/
@media (min-width: 769px) and (max-width: 1199px) {
  #slide_home_18 {
    left: 38%;
    top: 49%;
  }

  #slide_home_18 .slide-subtitle-icon {
    font-size: 2rem;
  }

  #slide_home_18 .slide-subtitle {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  #slide_home_18 {
    top: 30% !important;
    background-color: #ffffffde;
    border-radius: 3rem 3px;
    padding: 2rem 1rem;
    left: 2%;
  }

  #slide_home_18 .homeslider__title {
    font-size: 2rem;
    margin-bottom: 0;
  }

  #slide_home_18 .slide-subtitle-icon {
    font-family: "Hangbird";
    color: #e20b18;
    font-size: 3rem;
    margin-bottom: 0rem;
  }

  #slide_home_18 .slide-subtitle {
    font-size: 2.6rem;
    text-transform: capitalize;
  }

  .agJsWidget {
    bottom: 8vh !important;
    z-index: 500 !important;
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .leftmenu {
    width: 76rem !important;
  }
}
@media (min-width: 1199px) {
  .leftmenu {
    top: 6.299rem;
    position: absolute !important;
    width: 96rem;
  }

  #header {
   /* padding-bottom: 10.25rem !important; TO REMOVE*/
    background-color: #fff;
    max-height: 8rem;
  }

  .new_things {
    margin-right: 26%;
  }

  .mm_columns_ul {
    top: 7.8rem !important;
  }

  .mm_menu_content_title {
    font-size: 0.9rem;
  }
}
.cms-id-22 .breadcrumb,
.cms-id-23 .breadcrumb,
.cms-id-24 .breadcrumb {
  display: none;
}

.cms-id-22 .nq-c-Cms-title,
.cms-id-23 .nq-c-Cms-title,
.cms-id-24 .nq-c-Cms-title {
  color: #2b503d !important;
  margin-top: 4%;
}

.type_infusion_section .elementor-image-box-title {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
  border-radius: 50px;
  background-color: #2b503d;
  color: white !important;
  padding: 2rem;
}
.type_infusion_section .elementor-image-box-description {
  border: 1px solid #b1b1b1;
  padding: 2em;
  border-radius: 50px;
  font-size: 1rem;
  color: #2b503d !important;
}

.products_cat_section .elementor-image-box-title {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}
.products_cat_section .elementor-image-box-description {
  border: 1px solid #b1b1b1;
  padding: 2em;
  border-radius: 50px;
  /*height: 16rem;*/
  font-size: 1rem;
}

#product .card {
  border: none;
}

.lnk-product-info-item {
  position: relative;
}

.lnk-product-info-item::before {
  content: "";
  margin-right: 3px;
  width: 20px;
  height: 20px;
  background-color: #f4a69f;
  position: absolute;
  border-radius: 50%;
  left: 0;
}

.lnk-product-subtitle {
  font-family: Hangbird, Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: var(--bs-secondary);
}

.lnk_subscribe_top {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 30px;
  font-size: 14px;
}

.lnk_product_subc_button {
  min-width: 288px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .lnk_product_subc_button {
    min-width: 200px;
  }
  .lnk_product_subc_button .lnk-sub-option-header .lnk-sub-option-header-name {
    font-size: 1.05rem;
  }
}

.review_container {
  margin-right: 85px;
}

.lnk_product_container {
  max-width: 1320px;
  margin: auto !important;
  padding-right: 85px;
}

@media (max-width: 1200px) {
  .lnk_product_container {
    max-width: 1140px;
  }
  
}

@media (max-width: 992px) {
  .lnk_product_container {
    max-width: 960px;
  }
  
}

@media (min-width: 768px) {
  #product .lnk_block_blockreassurance {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .review_container {
    margin-right: initial;
  }

  .lnk_product_container {
    padding-right: initial;
  }
}
