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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

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

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
.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 {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alert-heading {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/* packages/core/src/css/flag-offsets.css */
:root {
  --iti-flag-width: 20px;
  --iti-flag-count: 244;
}

.iti__ac {
  --iti-flag-offset: 0;
}

.iti__ad {
  --iti-flag-offset: -1;
}

.iti__ae {
  --iti-flag-offset: -2;
}

.iti__af {
  --iti-flag-offset: -3;
}

.iti__ag {
  --iti-flag-offset: -4;
}

.iti__ai {
  --iti-flag-offset: -5;
}

.iti__al {
  --iti-flag-offset: -6;
}

.iti__am {
  --iti-flag-offset: -7;
}

.iti__ao {
  --iti-flag-offset: -8;
}

.iti__ar {
  --iti-flag-offset: -9;
}

.iti__as {
  --iti-flag-offset: -10;
}

.iti__at {
  --iti-flag-offset: -11;
}

.iti__au {
  --iti-flag-offset: -12;
}

.iti__aw {
  --iti-flag-offset: -13;
}

.iti__ax {
  --iti-flag-offset: -14;
}

.iti__az {
  --iti-flag-offset: -15;
}

.iti__ba {
  --iti-flag-offset: -16;
}

.iti__bb {
  --iti-flag-offset: -17;
}

.iti__bd {
  --iti-flag-offset: -18;
}

.iti__be {
  --iti-flag-offset: -19;
}

.iti__bf {
  --iti-flag-offset: -20;
}

.iti__bg {
  --iti-flag-offset: -21;
}

.iti__bh {
  --iti-flag-offset: -22;
}

.iti__bi {
  --iti-flag-offset: -23;
}

.iti__bj {
  --iti-flag-offset: -24;
}

.iti__bl {
  --iti-flag-offset: -25;
}

.iti__bm {
  --iti-flag-offset: -26;
}

.iti__bn {
  --iti-flag-offset: -27;
}

.iti__bo {
  --iti-flag-offset: -28;
}

.iti__bq {
  --iti-flag-offset: -29;
}

.iti__br {
  --iti-flag-offset: -30;
}

.iti__bs {
  --iti-flag-offset: -31;
}

.iti__bt {
  --iti-flag-offset: -32;
}

.iti__bw {
  --iti-flag-offset: -33;
}

.iti__by {
  --iti-flag-offset: -34;
}

.iti__bz {
  --iti-flag-offset: -35;
}

.iti__ca {
  --iti-flag-offset: -36;
}

.iti__cc {
  --iti-flag-offset: -37;
}

.iti__cd {
  --iti-flag-offset: -38;
}

.iti__cf {
  --iti-flag-offset: -39;
}

.iti__cg {
  --iti-flag-offset: -40;
}

.iti__ch {
  --iti-flag-offset: -41;
}

.iti__ci {
  --iti-flag-offset: -42;
}

.iti__ck {
  --iti-flag-offset: -43;
}

.iti__cl {
  --iti-flag-offset: -44;
}

.iti__cm {
  --iti-flag-offset: -45;
}

.iti__cn {
  --iti-flag-offset: -46;
}

.iti__co {
  --iti-flag-offset: -47;
}

.iti__cr {
  --iti-flag-offset: -48;
}

.iti__cu {
  --iti-flag-offset: -49;
}

.iti__cv {
  --iti-flag-offset: -50;
}

.iti__cw {
  --iti-flag-offset: -51;
}

.iti__cx {
  --iti-flag-offset: -52;
}

.iti__cy {
  --iti-flag-offset: -53;
}

.iti__cz {
  --iti-flag-offset: -54;
}

.iti__de {
  --iti-flag-offset: -55;
}

.iti__dj {
  --iti-flag-offset: -56;
}

.iti__dk {
  --iti-flag-offset: -57;
}

.iti__dm {
  --iti-flag-offset: -58;
}

.iti__do {
  --iti-flag-offset: -59;
}

.iti__dz {
  --iti-flag-offset: -60;
}

.iti__ec {
  --iti-flag-offset: -61;
}

.iti__ee {
  --iti-flag-offset: -62;
}

.iti__eg {
  --iti-flag-offset: -63;
}

.iti__eh {
  --iti-flag-offset: -64;
}

.iti__er {
  --iti-flag-offset: -65;
}

.iti__es {
  --iti-flag-offset: -66;
}

.iti__et {
  --iti-flag-offset: -67;
}

.iti__fi {
  --iti-flag-offset: -68;
}

.iti__fj {
  --iti-flag-offset: -69;
}

.iti__fk {
  --iti-flag-offset: -70;
}

.iti__fm {
  --iti-flag-offset: -71;
}

.iti__fo {
  --iti-flag-offset: -72;
}

.iti__fr {
  --iti-flag-offset: -73;
}

.iti__ga {
  --iti-flag-offset: -74;
}

.iti__gb {
  --iti-flag-offset: -75;
}

.iti__gd {
  --iti-flag-offset: -76;
}

.iti__ge {
  --iti-flag-offset: -77;
}

.iti__gf {
  --iti-flag-offset: -78;
}

.iti__gg {
  --iti-flag-offset: -79;
}

.iti__gh {
  --iti-flag-offset: -80;
}

.iti__gi {
  --iti-flag-offset: -81;
}

.iti__gl {
  --iti-flag-offset: -82;
}

.iti__gm {
  --iti-flag-offset: -83;
}

.iti__gn {
  --iti-flag-offset: -84;
}

.iti__gp {
  --iti-flag-offset: -85;
}

.iti__gq {
  --iti-flag-offset: -86;
}

.iti__gr {
  --iti-flag-offset: -87;
}

.iti__gt {
  --iti-flag-offset: -88;
}

.iti__gu {
  --iti-flag-offset: -89;
}

.iti__gw {
  --iti-flag-offset: -90;
}

.iti__gy {
  --iti-flag-offset: -91;
}

.iti__hk {
  --iti-flag-offset: -92;
}

.iti__hn {
  --iti-flag-offset: -93;
}

.iti__hr {
  --iti-flag-offset: -94;
}

.iti__ht {
  --iti-flag-offset: -95;
}

.iti__hu {
  --iti-flag-offset: -96;
}

.iti__id {
  --iti-flag-offset: -97;
}

.iti__ie {
  --iti-flag-offset: -98;
}

.iti__il {
  --iti-flag-offset: -99;
}

.iti__im {
  --iti-flag-offset: -100;
}

.iti__in {
  --iti-flag-offset: -101;
}

.iti__io {
  --iti-flag-offset: -102;
}

.iti__iq {
  --iti-flag-offset: -103;
}

.iti__ir {
  --iti-flag-offset: -104;
}

.iti__is {
  --iti-flag-offset: -105;
}

.iti__it {
  --iti-flag-offset: -106;
}

.iti__je {
  --iti-flag-offset: -107;
}

.iti__jm {
  --iti-flag-offset: -108;
}

.iti__jo {
  --iti-flag-offset: -109;
}

.iti__jp {
  --iti-flag-offset: -110;
}

.iti__ke {
  --iti-flag-offset: -111;
}

.iti__kg {
  --iti-flag-offset: -112;
}

.iti__kh {
  --iti-flag-offset: -113;
}

.iti__ki {
  --iti-flag-offset: -114;
}

.iti__km {
  --iti-flag-offset: -115;
}

.iti__kn {
  --iti-flag-offset: -116;
}

.iti__kp {
  --iti-flag-offset: -117;
}

.iti__kr {
  --iti-flag-offset: -118;
}

.iti__kw {
  --iti-flag-offset: -119;
}

.iti__ky {
  --iti-flag-offset: -120;
}

.iti__kz {
  --iti-flag-offset: -121;
}

.iti__la {
  --iti-flag-offset: -122;
}

.iti__lb {
  --iti-flag-offset: -123;
}

.iti__lc {
  --iti-flag-offset: -124;
}

.iti__li {
  --iti-flag-offset: -125;
}

.iti__lk {
  --iti-flag-offset: -126;
}

.iti__lr {
  --iti-flag-offset: -127;
}

.iti__ls {
  --iti-flag-offset: -128;
}

.iti__lt {
  --iti-flag-offset: -129;
}

.iti__lu {
  --iti-flag-offset: -130;
}

.iti__lv {
  --iti-flag-offset: -131;
}

.iti__ly {
  --iti-flag-offset: -132;
}

.iti__ma {
  --iti-flag-offset: -133;
}

.iti__mc {
  --iti-flag-offset: -134;
}

.iti__md {
  --iti-flag-offset: -135;
}

.iti__me {
  --iti-flag-offset: -136;
}

.iti__mf {
  --iti-flag-offset: -137;
}

.iti__mg {
  --iti-flag-offset: -138;
}

.iti__mh {
  --iti-flag-offset: -139;
}

.iti__mk {
  --iti-flag-offset: -140;
}

.iti__ml {
  --iti-flag-offset: -141;
}

.iti__mm {
  --iti-flag-offset: -142;
}

.iti__mn {
  --iti-flag-offset: -143;
}

.iti__mo {
  --iti-flag-offset: -144;
}

.iti__mp {
  --iti-flag-offset: -145;
}

.iti__mq {
  --iti-flag-offset: -146;
}

.iti__mr {
  --iti-flag-offset: -147;
}

.iti__ms {
  --iti-flag-offset: -148;
}

.iti__mt {
  --iti-flag-offset: -149;
}

.iti__mu {
  --iti-flag-offset: -150;
}

.iti__mv {
  --iti-flag-offset: -151;
}

.iti__mw {
  --iti-flag-offset: -152;
}

.iti__mx {
  --iti-flag-offset: -153;
}

.iti__my {
  --iti-flag-offset: -154;
}

.iti__mz {
  --iti-flag-offset: -155;
}

.iti__na {
  --iti-flag-offset: -156;
}

.iti__nc {
  --iti-flag-offset: -157;
}

.iti__ne {
  --iti-flag-offset: -158;
}

.iti__nf {
  --iti-flag-offset: -159;
}

.iti__ng {
  --iti-flag-offset: -160;
}

.iti__ni {
  --iti-flag-offset: -161;
}

.iti__nl {
  --iti-flag-offset: -162;
}

.iti__no {
  --iti-flag-offset: -163;
}

.iti__np {
  --iti-flag-offset: -164;
}

.iti__nr {
  --iti-flag-offset: -165;
}

.iti__nu {
  --iti-flag-offset: -166;
}

.iti__nz {
  --iti-flag-offset: -167;
}

.iti__om {
  --iti-flag-offset: -168;
}

.iti__pa {
  --iti-flag-offset: -169;
}

.iti__pe {
  --iti-flag-offset: -170;
}

.iti__pf {
  --iti-flag-offset: -171;
}

.iti__pg {
  --iti-flag-offset: -172;
}

.iti__ph {
  --iti-flag-offset: -173;
}

.iti__pk {
  --iti-flag-offset: -174;
}

.iti__pl {
  --iti-flag-offset: -175;
}

.iti__pm {
  --iti-flag-offset: -176;
}

.iti__pr {
  --iti-flag-offset: -177;
}

.iti__ps {
  --iti-flag-offset: -178;
}

.iti__pt {
  --iti-flag-offset: -179;
}

.iti__pw {
  --iti-flag-offset: -180;
}

.iti__py {
  --iti-flag-offset: -181;
}

.iti__qa {
  --iti-flag-offset: -182;
}

.iti__re {
  --iti-flag-offset: -183;
}

.iti__ro {
  --iti-flag-offset: -184;
}

.iti__rs {
  --iti-flag-offset: -185;
}

.iti__ru {
  --iti-flag-offset: -186;
}

.iti__rw {
  --iti-flag-offset: -187;
}

.iti__sa {
  --iti-flag-offset: -188;
}

.iti__sb {
  --iti-flag-offset: -189;
}

.iti__sc {
  --iti-flag-offset: -190;
}

.iti__sd {
  --iti-flag-offset: -191;
}

.iti__se {
  --iti-flag-offset: -192;
}

.iti__sg {
  --iti-flag-offset: -193;
}

.iti__sh {
  --iti-flag-offset: -194;
}

.iti__si {
  --iti-flag-offset: -195;
}

.iti__sj {
  --iti-flag-offset: -196;
}

.iti__sk {
  --iti-flag-offset: -197;
}

.iti__sl {
  --iti-flag-offset: -198;
}

.iti__sm {
  --iti-flag-offset: -199;
}

.iti__sn {
  --iti-flag-offset: -200;
}

.iti__so {
  --iti-flag-offset: -201;
}

.iti__sr {
  --iti-flag-offset: -202;
}

.iti__ss {
  --iti-flag-offset: -203;
}

.iti__st {
  --iti-flag-offset: -204;
}

.iti__sv {
  --iti-flag-offset: -205;
}

.iti__sx {
  --iti-flag-offset: -206;
}

.iti__sy {
  --iti-flag-offset: -207;
}

.iti__sz {
  --iti-flag-offset: -208;
}

.iti__tc {
  --iti-flag-offset: -209;
}

.iti__td {
  --iti-flag-offset: -210;
}

.iti__tg {
  --iti-flag-offset: -211;
}

.iti__th {
  --iti-flag-offset: -212;
}

.iti__tj {
  --iti-flag-offset: -213;
}

.iti__tk {
  --iti-flag-offset: -214;
}

.iti__tl {
  --iti-flag-offset: -215;
}

.iti__tm {
  --iti-flag-offset: -216;
}

.iti__tn {
  --iti-flag-offset: -217;
}

.iti__to {
  --iti-flag-offset: -218;
}

.iti__tr {
  --iti-flag-offset: -219;
}

.iti__tt {
  --iti-flag-offset: -220;
}

.iti__tv {
  --iti-flag-offset: -221;
}

.iti__tw {
  --iti-flag-offset: -222;
}

.iti__tz {
  --iti-flag-offset: -223;
}

.iti__ua {
  --iti-flag-offset: -224;
}

.iti__ug {
  --iti-flag-offset: -225;
}

.iti__us {
  --iti-flag-offset: -226;
}

.iti__uy {
  --iti-flag-offset: -227;
}

.iti__uz {
  --iti-flag-offset: -228;
}

.iti__va {
  --iti-flag-offset: -229;
}

.iti__vc {
  --iti-flag-offset: -230;
}

.iti__ve {
  --iti-flag-offset: -231;
}

.iti__vg {
  --iti-flag-offset: -232;
}

.iti__vi {
  --iti-flag-offset: -233;
}

.iti__vn {
  --iti-flag-offset: -234;
}

.iti__vu {
  --iti-flag-offset: -235;
}

.iti__wf {
  --iti-flag-offset: -236;
}

.iti__ws {
  --iti-flag-offset: -237;
}

.iti__xk {
  --iti-flag-offset: -238;
}

.iti__ye {
  --iti-flag-offset: -239;
}

.iti__yt {
  --iti-flag-offset: -240;
}

.iti__za {
  --iti-flag-offset: -241;
}

.iti__zm {
  --iti-flag-offset: -242;
}

.iti__zw {
  --iti-flag-offset: -243;
}

/* packages/core/src/css/intlTelInput.css */
:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: #ccc;
  --iti-country-selector-bg: white;
  --iti-icon-color: #555;
  --iti-spacer-horizontal: 10px;
  --iti-flag-height: calc(var(--iti-flag-width) * 3 / 4);
  --iti-globe-icon-size: 17px;
  --iti-clear-icon-size: 15px;
  --iti-border-width: 1px;
  --iti-arrow-size: 5px;
  --iti-arrow-width: 1.5px;
  --iti-arrow-padding: 7px;
  --iti-mobile-popup-margin: 30px;
  --iti-strict-reject-flash-color: rgba(255, 0, 0, 0.12);
}

.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
}
.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  display: block;
  min-width: 100%;
  margin: 0 !important;
}

.iti__a11y-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}

.iti__country-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: var(--iti-border-width);
}

.iti__selected-country {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}

.iti__selected-country-primary {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
}

.iti__selected-dial-code {
  margin-left: 4px;
}

.iti__arrow {
  margin-left: var(--iti-arrow-padding);
  margin-top: -2px;
  width: var(--iti-arrow-size);
  height: var(--iti-arrow-size);
  box-sizing: border-box;
  border-right: var(--iti-arrow-width) solid var(--iti-icon-color);
  border-bottom: var(--iti-arrow-width) solid var(--iti-icon-color);
  transform: rotate(45deg);
}

.iti__arrow--up {
  margin-top: 4px;
  transform: rotate(-135deg);
}

.iti__country-selector {
  border-radius: 3px;
  background-color: var(--iti-country-selector-bg);
}
.iti--inline-country-selector .iti__country-selector {
  border: var(--iti-border-width) solid var(--iti-border-color);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.iti--inline-country-selector:not(.iti--detached-country-selector) .iti__country-selector {
  position: absolute;
  z-index: 2;
  left: 0;
}

.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
  padding-left: calc(var(--iti-spacer-horizontal) + var(--iti-globe-icon-size) + var(--iti-spacer-horizontal));
  padding-right: calc(var(--iti-spacer-horizontal) + var(--iti-clear-icon-size) + var(--iti-spacer-horizontal));
}
[dir=rtl] .iti__search-input {
  padding-left: inherit;
  padding-right: 30px;
  background-position: right 8px center;
}
.iti__search-input::-webkit-search-cancel-button {
  appearance: none;
}

.iti__search-input,
.iti__country {
  padding-top: 8px;
  padding-bottom: 8px;
}

.iti__search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--iti-border-color);
}

.iti__search-icon {
  position: absolute;
  left: var(--iti-spacer-horizontal);
  display: flex;
  pointer-events: none;
}
[dir=rtl] .iti__search-icon {
  left: auto;
  right: var(--iti-spacer-horizontal);
}

.iti__search-icon-svg {
  width: var(--iti-globe-icon-size);
  height: var(--iti-globe-icon-size);
  display: block;
  stroke: var(--iti-icon-color);
  fill: none;
  stroke-width: 3;
}

.iti__search-clear {
  position: absolute;
  right: calc(var(--iti-spacer-horizontal) / 2);
  background: transparent;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  padding: calc(var(--iti-spacer-horizontal) / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.15s ease;
}
.iti__search-clear .iti__search-clear-x {
  stroke-width: 2;
}
.iti__search-clear .iti__search-clear-bg {
  fill: var(--iti-icon-color);
}
[dir=rtl] .iti__search-clear {
  right: auto;
  left: var(--iti-spacer-horizontal);
}
.iti__search-clear:hover, .iti__search-clear:focus-visible {
  background: var(--iti-hover-color);
  outline: none;
}

.iti__search-clear-svg {
  width: var(--iti-clear-icon-size);
  height: var(--iti-clear-icon-size);
  display: block;
}

.iti__no-results {
  text-align: center;
  padding: 30px 0;
}

.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti--inline-country-selector .iti__country-list {
  max-height: 185px;
}

.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}
@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}

.iti__country {
  display: flex;
  align-items: center;
  padding-left: var(--iti-spacer-horizontal);
  padding-right: var(--iti-spacer-horizontal);
  outline: none;
}
.iti__country.iti__highlight {
  background-color: var(--iti-hover-color);
}

.iti__country-name {
  flex-grow: 1;
}

.iti__country-check {
  margin-left: var(--iti-spacer-horizontal);
  display: flex;
  align-items: center;
  color: var(--iti-icon-color);
}

.iti__country-check-svg {
  width: var(--iti-clear-icon-size);
  height: var(--iti-clear-icon-size);
  display: block;
}

.iti__country-list .iti__flag {
  margin-right: var(--iti-spacer-horizontal);
  flex-shrink: 0;
}
[dir=rtl] .iti__country-list .iti__flag {
  margin-right: 0;
  margin-left: var(--iti-spacer-horizontal);
}

.iti--has-country-selector .iti__country-container:has(+ input[disabled]) button.iti__selected-country,
.iti--has-country-selector .iti__country-container:has(+ input[readonly]) button.iti__selected-country {
  cursor: not-allowed;
}
.iti--has-country-selector .iti__country-container:has(+ input[disabled]) button.iti__selected-country .iti__arrow,
.iti--has-country-selector .iti__country-container:has(+ input[readonly]) button.iti__selected-country .iti__arrow {
  visibility: hidden;
}
.iti--has-country-selector .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--has-country-selector .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__country-selector:hover) .iti__selected-country-primary {
  background-color: var(--iti-hover-color);
}

.iti--detached-country-selector {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
}
.iti--detached-country-selector:hover {
  cursor: pointer;
}

.iti--detached-country-selector {
  top: calc(anchor(bottom) + 3px);
  left: anchor(left);
  position-try-fallbacks: --iti-flip-above;
}

@position-try --iti-flip-above {
  top: auto;
  bottom: calc(anchor(top) + 3px);
}
.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti--fullscreen-popup.iti--detached-country-selector {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: var(--iti-mobile-popup-margin);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.iti--fullscreen-popup .iti__country-selector {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative;
}
.iti--fullscreen-popup .iti__country,
.iti--fullscreen-popup .iti__search-input {
  padding-top: 10px;
  padding-bottom: 10px;
}
.iti--fullscreen-popup .iti__country {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.5em;
}

.iti__flag {
  height: var(--iti-flag-height);
  width: var(--iti-flag-width);
  border-radius: 1px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: image-set(var(--iti-path-flags-1x) 1x, var(--iti-path-flags-2x) 2x);
  background-repeat: no-repeat;
  background-position: calc(var(--iti-flag-offset, 100) * var(--iti-flag-width)) 0;
  background-size: calc(var(--iti-flag-count) * var(--iti-flag-width)) var(--iti-flag-height);
}

.iti__loading {
  position: relative;
  background: none;
  box-shadow: none;
}
.iti__loading::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: var(--iti-flag-height);
  height: var(--iti-flag-height);
  box-sizing: border-box;
  border: 2px solid var(--iti-icon-color);
  border-right-color: transparent;
  border-radius: 50%;
  animation: iti-spinner 1s linear infinite;
}

@keyframes iti-spinner {
  to {
    transform: rotate(360deg);
  }
}
.iti__strict-reject-animation .iti__tel-input,
.iti__strict-reject-animation .iti__selected-country {
  animation: iti-strict-reject-shake 0.3s cubic-bezier(0.36, 0.07, 0.19, 0.97);
}
@media (prefers-reduced-motion: reduce) {
  .iti__strict-reject-animation .iti__tel-input {
    animation: iti-strict-reject-flash 0.3s ease-out both;
  }
  .iti__strict-reject-animation .iti__selected-country {
    animation: none;
  }
}

@keyframes iti-strict-reject-shake {
  10%, 90% {
    transform: translateX(-1px);
  }
  20%, 80% {
    transform: translateX(2px);
  }
  30%, 50%, 70% {
    transform: translateX(-3px);
  }
  40%, 60% {
    transform: translateX(3px);
  }
}
@keyframes iti-strict-reject-flash {
  40% {
    background-color: var(--iti-strict-reject-flash-color);
  }
}
.iti__globe {
  background: none;
  box-shadow: none;
  height: var(--iti-globe-icon-size);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.iti__globe .iti__globe-svg {
  width: 100%;
  height: 100%;
  fill: var(--iti-icon-color);
}

@supports (-webkit-appearance: none) and (not (background: -webkit-canvas(foo))) {
  .iti__tel-input:focus {
    outline-offset: 1px;
  }
}
@font-face {
  font-family: "Tripsis";
  src: url("../../fonts/tripsis/TripsisL-Regular.woff2") format("woff2"), url("../../fonts/tripsis/TripsisL-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
._font-heading {
  font-family: "Tripsis", Georgia, serif;
}

._font-content {
  font-family: "Inter", sans-serif;
}

._font-label {
  font-family: "Afacad", sans-serif;
}

._white {
  color: #ffffff;
}

._dark {
  color: #1a3649;
}

/*=============================================================================
    ECRAN
 ============================================================================== */
/**********************HAUTEURS*/
/*=============================================================================
    MIXINS MEDIA QUERIES
 ============================================================================== */
/*=============================================================================
    MIXINS MEDIA QUERIES HEIGHT
 ============================================================================== */
/*=============================================================================
    ANIMATIONS
 ============================================================================== */
@-webkit-keyframes move {
  from {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
  }
  to {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
  }
}
@keyframes move {
  from {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
  }
  to {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
  }
}
@-webkit-keyframes scaleBG {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.12);
  }
}
@keyframes scaleBG {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.12);
  }
}
.transition_1 {
  -webkit-transition-delay: 80ms !important;
  -moz-transition-delay: 80ms !important;
  -o-transition-delay: 80ms !important;
  transition-delay: 80ms !important;
}

.transition_2 {
  -webkit-transition-delay: 160ms !important;
  -moz-transition-delay: 160ms !important;
  -o-transition-delay: 160ms !important;
  transition-delay: 160ms !important;
}

.transition_3 {
  -webkit-transition-delay: 240ms !important;
  -moz-transition-delay: 240ms !important;
  -o-transition-delay: 240ms !important;
  transition-delay: 240ms !important;
}

.transition_4 {
  -webkit-transition-delay: 320ms !important;
  -moz-transition-delay: 320ms !important;
  -o-transition-delay: 320ms !important;
  transition-delay: 320ms !important;
}

.transition_5 {
  -webkit-transition-delay: 400ms !important;
  -moz-transition-delay: 400ms !important;
  -o-transition-delay: 400ms !important;
  transition-delay: 400ms !important;
}

.transition_6 {
  -webkit-transition-delay: 480ms !important;
  -moz-transition-delay: 480ms !important;
  -o-transition-delay: 480ms !important;
  transition-delay: 480ms !important;
}

.transition_7 {
  -webkit-transition-delay: 560ms !important;
  -moz-transition-delay: 560ms !important;
  -o-transition-delay: 560ms !important;
  transition-delay: 560ms !important;
}

.transition_8 {
  -webkit-transition-delay: 640ms !important;
  -moz-transition-delay: 640ms !important;
  -o-transition-delay: 640ms !important;
  transition-delay: 640ms !important;
}

.transition_9 {
  -webkit-transition-delay: 720ms !important;
  -moz-transition-delay: 720ms !important;
  -o-transition-delay: 720ms !important;
  transition-delay: 720ms !important;
}

.transition_10 {
  -webkit-transition-delay: 800ms !important;
  -moz-transition-delay: 800ms !important;
  -o-transition-delay: 800ms !important;
  transition-delay: 800ms !important;
}

.transition_11 {
  -webkit-transition-delay: 880ms !important;
  -moz-transition-delay: 880ms !important;
  -o-transition-delay: 880ms !important;
  transition-delay: 880ms !important;
}

.transition_12 {
  -webkit-transition-delay: 960ms !important;
  -moz-transition-delay: 960ms !important;
  -o-transition-delay: 960ms !important;
  transition-delay: 960ms !important;
}

.transition_13 {
  -webkit-transition-delay: 1040ms !important;
  -moz-transition-delay: 1040ms !important;
  -o-transition-delay: 1040ms !important;
  transition-delay: 1040ms !important;
}

.transition_14 {
  -webkit-transition-delay: 1120ms !important;
  -moz-transition-delay: 1120ms !important;
  -o-transition-delay: 1120ms !important;
  transition-delay: 1120ms !important;
}

.transition_15 {
  -webkit-transition-delay: 1200ms !important;
  -moz-transition-delay: 1200ms !important;
  -o-transition-delay: 1200ms !important;
  transition-delay: 1200ms !important;
}

.transition_16 {
  -webkit-transition-delay: 1280ms !important;
  -moz-transition-delay: 1280ms !important;
  -o-transition-delay: 1280ms !important;
  transition-delay: 1280ms !important;
}

.transition_17 {
  -webkit-transition-delay: 1360ms !important;
  -moz-transition-delay: 1360ms !important;
  -o-transition-delay: 1360ms !important;
  transition-delay: 1360ms !important;
}

.transition_18 {
  -webkit-transition-delay: 1440ms !important;
  -moz-transition-delay: 1440ms !important;
  -o-transition-delay: 1440ms !important;
  transition-delay: 1440ms !important;
}

.transition_19 {
  -webkit-transition-delay: 1520ms !important;
  -moz-transition-delay: 1520ms !important;
  -o-transition-delay: 1520ms !important;
  transition-delay: 1520ms !important;
}

.transition_20 {
  -webkit-transition-delay: 1600ms !important;
  -moz-transition-delay: 1600ms !important;
  -o-transition-delay: 1600ms !important;
  transition-delay: 1600ms !important;
}

.transition_21 {
  -webkit-transition-delay: 1680ms !important;
  -moz-transition-delay: 1680ms !important;
  -o-transition-delay: 1680ms !important;
  transition-delay: 1680ms !important;
}

.transition_22 {
  -webkit-transition-delay: 1760ms !important;
  -moz-transition-delay: 1760ms !important;
  -o-transition-delay: 1760ms !important;
  transition-delay: 1760ms !important;
}

.transition_23 {
  -webkit-transition-delay: 1840ms !important;
  -moz-transition-delay: 1840ms !important;
  -o-transition-delay: 1840ms !important;
  transition-delay: 1840ms !important;
}

.transition_24 {
  -webkit-transition-delay: 1920ms !important;
  -moz-transition-delay: 1920ms !important;
  -o-transition-delay: 1920ms !important;
  transition-delay: 1920ms !important;
}

.transition_25 {
  -webkit-transition-delay: 2000ms !important;
  -moz-transition-delay: 2000ms !important;
  -o-transition-delay: 2000ms !important;
  transition-delay: 2000ms !important;
}

.transition_26 {
  -webkit-transition-delay: 2080ms !important;
  -moz-transition-delay: 2080ms !important;
  -o-transition-delay: 2080ms !important;
  transition-delay: 2080ms !important;
}

.transition_27 {
  -webkit-transition-delay: 2160ms !important;
  -moz-transition-delay: 2160ms !important;
  -o-transition-delay: 2160ms !important;
  transition-delay: 2160ms !important;
}

.transition_28 {
  -webkit-transition-delay: 2240ms !important;
  -moz-transition-delay: 2240ms !important;
  -o-transition-delay: 2240ms !important;
  transition-delay: 2240ms !important;
}

.transition_29 {
  -webkit-transition-delay: 2320ms !important;
  -moz-transition-delay: 2320ms !important;
  -o-transition-delay: 2320ms !important;
  transition-delay: 2320ms !important;
}

.transition_30 {
  -webkit-transition-delay: 2400ms !important;
  -moz-transition-delay: 2400ms !important;
  -o-transition-delay: 2400ms !important;
  transition-delay: 2400ms !important;
}

.delay_1 {
  -webkit-animation-delay: 1s !important;
  -moz-animation-delay: 1s !important;
  animation-delay: 1s !important;
}

.delay_2 {
  -webkit-animation-delay: 2s !important;
  -moz-animation-delay: 2s !important;
  animation-delay: 2s !important;
}

.delay_3 {
  -webkit-animation-delay: 3s !important;
  -moz-animation-delay: 3s !important;
  animation-delay: 3s !important;
}

.delay_4 {
  -webkit-animation-delay: 4s !important;
  -moz-animation-delay: 4s !important;
  animation-delay: 4s !important;
}

.delay_5 {
  -webkit-animation-delay: 5s !important;
  -moz-animation-delay: 5s !important;
  animation-delay: 5s !important;
}

.delay_6 {
  -webkit-animation-delay: 6s !important;
  -moz-animation-delay: 6s !important;
  animation-delay: 6s !important;
}

.delay_7 {
  -webkit-animation-delay: 7s !important;
  -moz-animation-delay: 7s !important;
  animation-delay: 7s !important;
}

.delay_8 {
  -webkit-animation-delay: 8s !important;
  -moz-animation-delay: 8s !important;
  animation-delay: 8s !important;
}

.delay_9 {
  -webkit-animation-delay: 9s !important;
  -moz-animation-delay: 9s !important;
  animation-delay: 9s !important;
}

.delay_10 {
  -webkit-animation-delay: 10s !important;
  -moz-animation-delay: 10s !important;
  animation-delay: 10s !important;
}

.delay_11 {
  -webkit-animation-delay: 11s !important;
  -moz-animation-delay: 11s !important;
  animation-delay: 11s !important;
}

.delay_12 {
  -webkit-animation-delay: 12s !important;
  -moz-animation-delay: 12s !important;
  animation-delay: 12s !important;
}

.delay_13 {
  -webkit-animation-delay: 13s !important;
  -moz-animation-delay: 13s !important;
  animation-delay: 13s !important;
}

.delay_14 {
  -webkit-animation-delay: 14s !important;
  -moz-animation-delay: 14s !important;
  animation-delay: 14s !important;
}

.delay_15 {
  -webkit-animation-delay: 15s !important;
  -moz-animation-delay: 15s !important;
  animation-delay: 15s !important;
}

.delay_16 {
  -webkit-animation-delay: 16s !important;
  -moz-animation-delay: 16s !important;
  animation-delay: 16s !important;
}

.delay_17 {
  -webkit-animation-delay: 17s !important;
  -moz-animation-delay: 17s !important;
  animation-delay: 17s !important;
}

.delay_18 {
  -webkit-animation-delay: 18s !important;
  -moz-animation-delay: 18s !important;
  animation-delay: 18s !important;
}

.delay_19 {
  -webkit-animation-delay: 19s !important;
  -moz-animation-delay: 19s !important;
  animation-delay: 19s !important;
}

.delay_20 {
  -webkit-animation-delay: 20s !important;
  -moz-animation-delay: 20s !important;
  animation-delay: 20s !important;
}

.delay_21 {
  -webkit-animation-delay: 21s !important;
  -moz-animation-delay: 21s !important;
  animation-delay: 21s !important;
}

.delay_22 {
  -webkit-animation-delay: 22s !important;
  -moz-animation-delay: 22s !important;
  animation-delay: 22s !important;
}

.delay_23 {
  -webkit-animation-delay: 23s !important;
  -moz-animation-delay: 23s !important;
  animation-delay: 23s !important;
}

.delay_24 {
  -webkit-animation-delay: 24s !important;
  -moz-animation-delay: 24s !important;
  animation-delay: 24s !important;
}

.delay_25 {
  -webkit-animation-delay: 25s !important;
  -moz-animation-delay: 25s !important;
  animation-delay: 25s !important;
}

.delay_26 {
  -webkit-animation-delay: 26s !important;
  -moz-animation-delay: 26s !important;
  animation-delay: 26s !important;
}

.delay_27 {
  -webkit-animation-delay: 27s !important;
  -moz-animation-delay: 27s !important;
  animation-delay: 27s !important;
}

.delay_28 {
  -webkit-animation-delay: 28s !important;
  -moz-animation-delay: 28s !important;
  animation-delay: 28s !important;
}

.delay_29 {
  -webkit-animation-delay: 29s !important;
  -moz-animation-delay: 29s !important;
  animation-delay: 29s !important;
}

.delay_30 {
  -webkit-animation-delay: 30s !important;
  -moz-animation-delay: 30s !important;
  animation-delay: 30s !important;
}

.duration_1 {
  -webkit-animation-duration: 1000ms !important;
  -moz-animation-duration: 1000ms !important;
  animation-duration: 1000ms !important;
}

.duration_2 {
  -webkit-animation-duration: 2000ms !important;
  -moz-animation-duration: 2000ms !important;
  animation-duration: 2000ms !important;
}

.duration_3 {
  -webkit-animation-duration: 3000ms !important;
  -moz-animation-duration: 3000ms !important;
  animation-duration: 3000ms !important;
}

.duration_4 {
  -webkit-animation-duration: 4000ms !important;
  -moz-animation-duration: 4000ms !important;
  animation-duration: 4000ms !important;
}

.duration_5 {
  -webkit-animation-duration: 5000ms !important;
  -moz-animation-duration: 5000ms !important;
  animation-duration: 5000ms !important;
}

/*=============================================================================
    MIXINS
 ============================================================================== */
ul {
  list-style-type: none;
  margin-bottom: 0;
}

._lp_flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

a, a:hover {
  text-decoration: none;
  color: #10212d;
}

.shadowbox_60 {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
}

input[type=text], input[type=email], input[type=file], select, textarea {
  padding: 10px;
  background-color: #ffffff;
  display: block;
  margin-bottom: 10px;
}

input[type=submit], .btn_cancel {
  padding: 10px;
  background-color: #10212d;
  color: #ffffff;
  border: 2px solid #10212d;
  display: inline-block;
  text-transform: uppercase;
  margin: auto;
}
input[type=submit]:hover, .btn_cancel:hover {
  background-color: #ffffff;
  color: #10212d;
}

i {
  margin-right: 15px;
}

.wait_animated {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

._hide_load {
  position: fixed;
  z-index: 801;
  background: #ffffff;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
}

._sep_right:after {
  background: #10212d;
  position: absolute;
  content: "";
  right: 0;
  height: 90%;
  top: 5%;
  width: 1px;
}

._shadow_left {
  background: url("../../img/SITE/GENERAL/_shadow_left.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right top;
  position: absolute;
  width: 25px;
  height: 250px;
  left: -25px;
}
._shadow_left._top {
  top: 0;
}
._shadow_left._bottom {
  bottom: 0;
}

._shadow_right {
  background: url("../../img/SITE/GENERAL/_shadow_right.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left top;
  position: absolute;
  width: 25px;
  height: 250px;
  right: -25px;
}
._shadow_right._top {
  top: 0;
}
._shadow_right._bottom {
  bottom: 0;
}

._cover_fit {
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 50% 50%;
  -o-object-position: 50% 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
}

._contain_fit {
  -o-object-fit: contain;
  object-fit: contain;
  object-position: 50% 50%;
  -o-object-position: 50% 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
}

.svg-defs {
  position: absolute;
  width: 0;
  height: 0;
  display: none;
}

._margin_page {
  margin-top: 150px;
  min-height: -moz-calc(100vh - 150px);
  min-height: -webkit-calc(100vh - 150px);
  min-height: calc(100vh - 150px);
}
@media all and (max-width: 992px) {
  ._margin_page {
    margin-top: 90px;
    min-height: -moz-calc(100vh - 90px);
    min-height: -webkit-calc(100vh - 90px);
    min-height: calc(100vh - 90px);
  }
}

._shadow {
  background: url("../../img/SITE/GENERAL/_shadow.png?v=10");
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 100;
}

._btn_close {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  width: 33px;
  height: 34px;
  z-index: 1000;
  cursor: pointer;
  display: inline-block;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._btn_close:before, ._btn_close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 30px;
  width: 2px;
  background-color: #FAFAFA;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
._btn_close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
._btn_close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
._btn_close:hover:before, ._btn_close:hover:after {
  background: #FAFAFA;
  -webkit-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  transform: rotate(-270deg);
  height: 28px;
  width: 2px;
  top: 2px;
}

.b-lazy, .hideMe {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

@-webkit-keyframes fadeGal {
  from {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeGal {
  from {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeGal {
  from {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.lazyload,
.lazyloading {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.lazyloaded {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-animation-name: fadeGal;
  -moz-animation-name: fadeGal;
  animation-name: fadeGal;
  transform: translate3d(0, 0, 0);
  perspective: 1000;
  backface-visibility: hidden;
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}

@-webkit-keyframes move_line {
  from {
    width: 0;
    left: 50%;
  }
  to {
    width: 50%;
    left: 25%;
  }
}
@-moz-keyframes move_line {
  from {
    width: 0;
    left: 50%;
  }
  to {
    width: 50%;
    left: 25%;
  }
}
@keyframes move_line {
  from {
    width: 0;
    left: 50%;
  }
  to {
    width: 50%;
    left: 25%;
  }
}
@-webkit-keyframes close_line {
  from {
    width: 40%;
    left: 30%;
  }
  to {
    width: 0;
    left: 50%;
  }
}
@-moz-keyframes close_line {
  from {
    width: 40%;
    left: 30%;
  }
  to {
    width: 0;
    left: 50%;
  }
}
@keyframes close_line {
  from {
    width: 40%;
    left: 30%;
  }
  to {
    width: 0;
    left: 50%;
  }
}
@-webkit-keyframes move_txt {
  from {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}
@-moz-keyframes move_txt {
  from {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}
@keyframes move_txt {
  from {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}
@-webkit-keyframes move_title {
  from {
    width: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  to {
    width: 70px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes move_title {
  from {
    width: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  to {
    width: 70px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes move_title {
  from {
    width: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  to {
    width: 70px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes move_title_back {
  from {
    width: 70px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    width: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-moz-keyframes move_title_back {
  from {
    width: 70px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    width: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes move_title_back {
  from {
    width: 70px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    width: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@media all and (max-width: 992px) {
  @-webkit-keyframes move_title {
    from {
      width: 0;
      -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
      transform: translateX(-20px);
    }
    to {
      width: 50px;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @-moz-keyframes move_title {
    from {
      width: 0;
      -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
      transform: translateX(-20px);
    }
    to {
      width: 50px;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @keyframes move_title {
    from {
      width: 0;
      -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
      transform: translateX(-20px);
    }
    to {
      width: 50px;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
  }
}
/*****************************ANIMATION BG*/
@-webkit-keyframes move_bg {
  0% {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transform: matrix(1.15, 0, 0, 1.15, 0, 0), rotate(0.02deg);
    -ms-transform: matrix(1.15, 0, 0, 1.15, 0, 0), rotate(0.02deg);
    transform: matrix(1.15, 0, 0, 1.15, 0, 0), rotate(0.02deg);
  }
  100% {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0), rotate(0.02deg);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0), rotate(0.02deg);
    transform: matrix(1, 0, 0, 1, 0, 0), rotate(0.02deg);
  }
}
@-moz-keyframes move_bg {
  0% {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transform: matrix(1.15, 0, 0, 1.15, 0, 0), rotate(0.02deg);
    -ms-transform: matrix(1.15, 0, 0, 1.15, 0, 0), rotate(0.02deg);
    transform: matrix(1.15, 0, 0, 1.15, 0, 0), rotate(0.02deg);
  }
  100% {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0), rotate(0.02deg);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0), rotate(0.02deg);
    transform: matrix(1, 0, 0, 1, 0, 0), rotate(0.02deg);
  }
}
@keyframes move_bg {
  0% {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transform: matrix(1.15, 0, 0, 1.15, 0, 0), rotate(0.02deg);
    -ms-transform: matrix(1.15, 0, 0, 1.15, 0, 0), rotate(0.02deg);
    transform: matrix(1.15, 0, 0, 1.15, 0, 0), rotate(0.02deg);
  }
  100% {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0), rotate(0.02deg);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0), rotate(0.02deg);
    transform: matrix(1, 0, 0, 1, 0, 0), rotate(0.02deg);
  }
}
@-webkit-keyframes anim_cas {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0), rotate(0.02deg);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0), rotate(0.02deg);
    transform: matrix(1, 0, 0, 1, 0, 0), rotate(0.02deg);
  }
  50% {
    -webkit-transform: matrix(1.02, 0, 0, 1.02, 0, 0), rotate(0.02deg);
    -ms-transform: matrix(1.02, 0, 0, 1.02, 0, 0), rotate(0.02deg);
    transform: matrix(1.02, 0, 0, 1.02, 0, 0), rotate(0.02deg);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0), rotate(0.02deg);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0), rotate(0.02deg);
    transform: matrix(1, 0, 0, 1, 0, 0), rotate(0.02deg);
  }
}
@-moz-keyframes anim_cas {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0), rotate(0.02deg);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0), rotate(0.02deg);
    transform: matrix(1, 0, 0, 1, 0, 0), rotate(0.02deg);
  }
  50% {
    -webkit-transform: matrix(1.02, 0, 0, 1.02, 0, 0), rotate(0.02deg);
    -ms-transform: matrix(1.02, 0, 0, 1.02, 0, 0), rotate(0.02deg);
    transform: matrix(1.02, 0, 0, 1.02, 0, 0), rotate(0.02deg);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0), rotate(0.02deg);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0), rotate(0.02deg);
    transform: matrix(1, 0, 0, 1, 0, 0), rotate(0.02deg);
  }
}
@keyframes anim_cas {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0), rotate(0.02deg);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0), rotate(0.02deg);
    transform: matrix(1, 0, 0, 1, 0, 0), rotate(0.02deg);
  }
  50% {
    -webkit-transform: matrix(1.02, 0, 0, 1.02, 0, 0), rotate(0.02deg);
    -ms-transform: matrix(1.02, 0, 0, 1.02, 0, 0), rotate(0.02deg);
    transform: matrix(1.02, 0, 0, 1.02, 0, 0), rotate(0.02deg);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0), rotate(0.02deg);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0), rotate(0.02deg);
    transform: matrix(1, 0, 0, 1, 0, 0), rotate(0.02deg);
  }
}
@-webkit-keyframes stop_anim_cas {
  to {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0), rotate(0.02deg);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0), rotate(0.02deg);
    transform: matrix(1, 0, 0, 1, 0, 0), rotate(0.02deg);
  }
}
@-moz-keyframes stop_anim_cas {
  to {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0), rotate(0.02deg);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0), rotate(0.02deg);
    transform: matrix(1, 0, 0, 1, 0, 0), rotate(0.02deg);
  }
}
@keyframes stop_anim_cas {
  to {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0), rotate(0.02deg);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0), rotate(0.02deg);
    transform: matrix(1, 0, 0, 1, 0, 0), rotate(0.02deg);
  }
}
@-webkit-keyframes zoom_logo {
  from {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transform: matrix(0.9, 0, 0, 0.9, 0, 0), rotate(0.02deg);
    -ms-transform: matrix(0.9, 0, 0, 0.9, 0, 0), rotate(0.02deg);
    transform: matrix(0.9, 0, 0, 0.9, 0, 0), rotate(0.02deg);
  }
  to {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0), rotate(0.02deg);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0), rotate(0.02deg);
    transform: matrix(1, 0, 0, 1, 0, 0), rotate(0.02deg);
  }
}
@-moz-keyframes zoom_logo {
  from {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transform: matrix(0.9, 0, 0, 0.9, 0, 0), rotate(0.02deg);
    -ms-transform: matrix(0.9, 0, 0, 0.9, 0, 0), rotate(0.02deg);
    transform: matrix(0.9, 0, 0, 0.9, 0, 0), rotate(0.02deg);
  }
  to {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0), rotate(0.02deg);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0), rotate(0.02deg);
    transform: matrix(1, 0, 0, 1, 0, 0), rotate(0.02deg);
  }
}
@keyframes zoom_logo {
  from {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transform: matrix(0.9, 0, 0, 0.9, 0, 0), rotate(0.02deg);
    -ms-transform: matrix(0.9, 0, 0, 0.9, 0, 0), rotate(0.02deg);
    transform: matrix(0.9, 0, 0, 0.9, 0, 0), rotate(0.02deg);
  }
  to {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0), rotate(0.02deg);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0), rotate(0.02deg);
    transform: matrix(1, 0, 0, 1, 0, 0), rotate(0.02deg);
  }
}
.move_bg {
  animation-fill-mode: both;
  -webkit-animation-name: move_bg;
  -moz-animation-name: move_bg;
  animation-name: move_bg;
  transform: translate3d(0, 0, 0);
  perspective: 1000;
  backface-visibility: hidden;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s;
}

._nav_slides {
  position: absolute;
  z-index: 400;
  display: inline-block;
  height: 30px;
  right: 50px;
  bottom: 0;
}
._nav_slides li {
  display: inline-block;
  float: right;
  color: #ffffff;
  font-family: "light";
  height: 30px;
  line-height: 30px;
}
._nav_slides li._nums {
  padding: 0 5px;
}

.hidden-h1 {
  width: 0;
  height: 0;
  visibility: hidden;
  margin: 0;
  padding: 0;
}

.promo-banner {
  position: relative;
  background: #1a3649;
  color: #ffffff;
  text-align: center;
  padding: 10px 48px;
  font-family: "Afacad", sans-serif;
  font-size: 0.75em;
  letter-spacing: 0.06em;
  max-height: 60px;
  overflow: hidden;
  transition: max-height 0.5s ease 0.5s, padding 0.5s ease 0.5s, opacity 0.4s ease 0.5s;
}
.promo-banner__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.promo-banner__link {
  color: #ffffff;
  text-decoration: none;
}
.promo-banner__link:hover {
  text-decoration: underline;
}
.promo-banner__close {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: color 0.2s ease;
}
.promo-banner__close:hover {
  color: #ffffff;
}
.site-header.is-scrolled .promo-banner {
  border-bottom: 1px solid rgba(16, 33, 45, 0.1);
}
.promo-banner.is-hidden {
  display: none;
}
@media all and (max-width: 768px) {
  .site-header.is-mobile-nav-open .promo-banner {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    transition: max-height 0.5s ease, padding 0.5s ease, opacity 0.3s ease;
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
  background: transparent;
  transition: background 0.35s ease, transform 0.35s ease;
}
.site-header.is-nav-hidden {
  transform: translateY(-100%);
}
.site-header.is-mobile-nav-open {
  z-index: 990;
}
@media all and (max-width: 768px) {
  .site-header.is-scrolled.has-promo-banner:not(.is-nav-hidden):not(.is-mobile-nav-open) {
    transform: translateY(calc(-1 * var(--bc-promo-h, 38px)));
  }
}
.site-header.is-scrolled:not(.mega-open):not(.is-mobile-nav-open) .site-header__inner {
  background: #ffffff;
  border-radius: 8px;
  width: calc(100% - 16px);
  max-width: 1664px;
  margin: 8px auto 0;
  box-shadow: 0 2px 20px rgba(16, 33, 45, 0.08);
}
.site-header.is-nav-dark:not(.mega-open):not(.is-scrolled) {
  border-bottom: 1px solid #e5decf;
}
.site-header.is-nav-dark:not(.mega-open):not(.is-scrolled) .site-header__inner {
  background: #fcf7ed;
  border-radius: 0;
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  box-shadow: none;
}
.site-header.mega-open .site-header__inner {
  background: #ffffff;
  border-radius: 8px 8px 0 0;
  width: calc(100% - 16px);
  max-width: 1664px;
  margin: 8px auto 0;
  box-shadow: none;
}
.site-header.mega-open .mega-menu {
  width: calc(100% - 16px);
  max-width: 1664px;
  margin: 0 auto;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 8px 32px rgba(16, 33, 45, 0.12);
}
.site-header.mega-open.is-scrolled .site-header__inner {
  border-radius: 8px 8px 0 0;
}
.site-header.is-nav-minimal, .site-header.is-nav-minimal.is-scrolled, .site-header.is-nav-minimal.mega-open {
  background: transparent !important;
}
.site-header.is-nav-minimal .site-header__inner, .site-header.is-nav-minimal.is-scrolled .site-header__inner, .site-header.is-nav-minimal.mega-open .site-header__inner {
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  width: 100% !important;
  max-width: 1680px !important;
  margin: 0 auto !important;
}
.site-header.is-nav-minimal .site-header__logo, .site-header.is-nav-minimal.is-scrolled .site-header__logo, .site-header.is-nav-minimal.mega-open .site-header__logo {
  color: #10212d;
}

.site-header__inner {
  position: relative;
  z-index: 980;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
  padding: 0 48px;
  max-width: 1680px;
  margin: 0 auto;
}
@media all and (max-width: 1281px) {
  .site-header__inner {
    padding: 0 32px;
  }
}
@media all and (max-width: 992px) {
  .site-header__inner {
    padding: 0 20px;
  }
}
@media all and (max-width: 768px) {
  .site-header__inner {
    height: 68px;
    padding: 12px 16px;
    background: transparent;
    border-bottom: 1px solid #e5decf;
    transition: background 0.3s ease 0.6s, border-color 0.3s ease 0.6s;
    display: grid;
    grid-template-columns: repeat(2, 44px) 1fr repeat(2, 44px);
    column-gap: 8px;
    align-items: center;
  }
  .site-header__inner .site-header__burger {
    grid-column: 1;
  }
  .site-header__inner .site-header__actions {
    display: contents;
  }
  .site-header__inner .site-header__actions [data-action=search] {
    grid-column: 2;
  }
  .site-header__inner .site-header__actions .site-header__action-btn:not([data-action=search]) {
    grid-column: 4;
  }
  .site-header__inner .site-header__actions .site-header__cart {
    grid-column: 5;
  }
  .site-header.is-mobile-nav-open .site-header__inner .site-header__actions > * {
    display: none;
  }
}

.site-header__logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #ffffff;
  transition: color 0.35s ease;
  z-index: 1;
  pointer-events: auto;
}
.site-header.is-scrolled .site-header__logo, .site-header.is-nav-dark .site-header__logo, .site-header.mega-open .site-header__logo, .site-header.is-mobile-nav-open .site-header__logo {
  color: #10212d;
}

.site-header.is-scrolled:not(.is-mobile-nav-open) .site-header__inner,
.site-header.mega-open .site-header__inner {
  padding-left: 40px;
  padding-right: 40px;
}
@media all and (max-width: 1281px) {
  .site-header.is-scrolled:not(.is-mobile-nav-open) .site-header__inner,
  .site-header.mega-open .site-header__inner {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media all and (max-width: 992px) {
  .site-header.is-scrolled:not(.is-mobile-nav-open) .site-header__inner,
  .site-header.mega-open .site-header__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media all and (max-width: 768px) {
  .site-header.is-scrolled .site-header__inner,
  .site-header.is-nav-dark .site-header__inner {
    background: #ffffff;
    border-bottom: 1px solid rgba(16, 33, 45, 0.12);
    transition: background 0.16s ease, border-color 0.16s ease;
  }
}

@media all and (max-width: 768px) {
  .site-header.is-mobile-nav-open .site-header__inner {
    background: #ffffff;
    border-bottom: 1px solid rgba(16, 33, 45, 0.12);
    transition: background 0.2s ease, border-color 0.2s ease;
  }
}

.site-header__logo-svg {
  display: block;
  height: 42px;
  width: auto;
}
@media all and (max-width: 768px) {
  .site-header__logo-svg {
    height: 30px;
  }
}

.site-header__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 38px;
  height: 38px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0 6px;
  flex-shrink: 0;
}
.site-header__burger span {
  display: block;
  width: 100%;
  height: 1px;
  background: #ffffff;
  transform-origin: center;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease;
}
.site-header.is-scrolled .site-header__burger span, .site-header.is-nav-dark .site-header__burger span, .site-header.is-mobile-nav-open .site-header__burger span {
  background: #10212d;
}
.site-header__burger.is-open span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}
.site-header__burger.is-open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.site-header__burger.is-open span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}
@media all and (max-width: 768px) {
  .site-header__burger {
    display: flex;
    width: 44px;
    height: 44px;
    padding: 0 12px;
    border-radius: 40px;
    background: #ffffff;
  }
  .site-header__burger span {
    background: #10212d;
  }
}

.site-header__nav {
  display: flex;
  align-items: center;
  flex: 1;
}
.site-header__nav--left {
  justify-content: flex-start;
}
.site-header__nav--right {
  justify-content: flex-end;
}
@media all and (max-width: 768px) {
  .site-header__nav {
    display: none;
  }
}

.site-header__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  height: 72px;
}

.site-header__nav-item {
  list-style: none;
  display: flex;
  align-items: center;
}

.site-header__nav-link {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 12px 16px;
  height: 44px;
  box-sizing: border-box;
  font-family: "Afacad", sans-serif;
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.35;
  white-space: nowrap;
  transition: color 0.2s ease, background 0.2s ease;
  background: transparent;
  border: none;
  cursor: pointer;
  border-radius: 100px;
}
.site-header__nav-link:hover {
  color: #ffffff;
  background: transparent;
  opacity: 0.75;
}
.site-header.is-scrolled .site-header__nav-link, .site-header.is-nav-dark .site-header__nav-link, .site-header.mega-open .site-header__nav-link {
  color: #485e6d;
}
.site-header.is-scrolled .site-header__nav-link:hover, .site-header.is-nav-dark .site-header__nav-link:hover, .site-header.mega-open .site-header__nav-link:hover {
  opacity: 1;
  color: #10212d;
  background: #e1eaf9;
}
.site-header__nav-link--lang {
  font-size: 0.72em;
  padding: 7px 10px;
}

.lang-switcher {
  position: relative;
}
.lang-switcher:hover .lang-switcher__trigger, .lang-switcher:focus-within .lang-switcher__trigger {
  border-radius: 6px 6px 0 0;
  opacity: 1;
  background: #ffffff;
  color: #10212d;
}
.lang-switcher:hover .lang-switcher__dropdown, .lang-switcher:focus-within .lang-switcher__dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.lang-switcher:hover .lang-switcher__arrow, .lang-switcher:focus-within .lang-switcher__arrow {
  transform: rotate(180deg);
}

.lang-switcher__trigger {
  transition: color 0.2s ease, background 0.2s ease, border-radius 0.15s ease, opacity 0.2s ease;
}

.lang-switcher__arrow {
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.lang-switcher__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 0;
  border-radius: 0 0 6px 6px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 0.15s ease, transform 0.15s ease;
  z-index: 910;
  overflow: hidden;
  background: #ffffff;
}

.lang-switcher__option {
  display: block;
  padding: 6px 10px 10px;
  border-top: 1px solid rgba(16, 33, 45, 0.12);
  font-family: "Afacad", sans-serif;
  font-size: 0.72em;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #485e6d;
  text-decoration: none;
  text-align: center;
  transition: color 0.15s ease;
}
.lang-switcher__option:hover {
  color: #10212d;
}

.site-header__nav-arrow {
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.site-header__nav-item--has-mega:hover .site-header__nav-arrow {
  transform: rotate(180deg);
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  margin-left: 12px;
}
@media all and (max-width: 768px) {
  .site-header__actions {
    margin-left: 0;
    gap: 4px;
  }
}

.site-header__cart, .site-header__action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  background: #ffffff;
  color: #10212d;
  transition: background 0.2s ease, color 0.2s ease;
}
.site-header__cart:hover, .site-header__action-btn:hover {
  background: #10212d;
  color: #ffffff;
}

.site-header__cart {
  position: relative;
}

.site-header.is-scrolled .site-header__inner .site-header__action-btn,
.site-header.is-scrolled .site-header__inner .site-header__cart,
.site-header.is-nav-dark.is-scrolled .site-header__inner .site-header__action-btn,
.site-header.is-nav-dark.is-scrolled .site-header__inner .site-header__cart,
.site-header.mega-open .site-header__inner .site-header__action-btn,
.site-header.mega-open .site-header__inner .site-header__cart,
.site-header.is-mobile-nav-open .site-header__inner .site-header__action-btn,
.site-header.is-mobile-nav-open .site-header__inner .site-header__cart {
  background: #e1eaf9;
  color: #10212d;
}
.site-header.is-scrolled .site-header__inner .site-header__action-btn:hover,
.site-header.is-scrolled .site-header__inner .site-header__cart:hover,
.site-header.is-nav-dark.is-scrolled .site-header__inner .site-header__action-btn:hover,
.site-header.is-nav-dark.is-scrolled .site-header__inner .site-header__cart:hover,
.site-header.mega-open .site-header__inner .site-header__action-btn:hover,
.site-header.mega-open .site-header__inner .site-header__cart:hover,
.site-header.is-mobile-nav-open .site-header__inner .site-header__action-btn:hover,
.site-header.is-mobile-nav-open .site-header__inner .site-header__cart:hover {
  background: #10212d;
  color: #ffffff;
}
@media all and (max-width: 768px) {
  .site-header.is-scrolled .site-header__inner .site-header__action-btn,
  .site-header.is-scrolled .site-header__inner .site-header__cart,
  .site-header.is-nav-dark.is-scrolled .site-header__inner .site-header__action-btn,
  .site-header.is-nav-dark.is-scrolled .site-header__inner .site-header__cart,
  .site-header.mega-open .site-header__inner .site-header__action-btn,
  .site-header.mega-open .site-header__inner .site-header__cart,
  .site-header.is-mobile-nav-open .site-header__inner .site-header__action-btn,
  .site-header.is-mobile-nav-open .site-header__inner .site-header__cart {
    width: 44px;
    height: 44px;
    background: #ffffff;
  }
}

.site-header::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 970;
  background: rgba(16, 33, 45, 0.92);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.site-header.is-mobile-nav-open::before {
  opacity: 1;
  pointer-events: auto;
}

html:has(body.mobile-nav-open),
body.mobile-nav-open {
  overflow: hidden;
}

.site-header__cart-count {
  position: absolute;
  top: -1px;
  right: -1px;
  background: #d9261c;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  text-align: center;
}
.site-header__cart-count.is-empty {
  display: none;
}

.mega-menu {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease;
}
.mega-menu.is-open {
  max-height: 400px;
  opacity: 1;
  pointer-events: auto;
}

.mega-menu__inner {
  background: #ffffff;
  display: flex;
  align-items: stretch;
  max-width: 1680px;
  margin: 0 auto;
  padding: 20px 48px;
  gap: 12px;
}
@media all and (max-width: 1281px) {
  .mega-menu__inner {
    padding: 16px 32px;
  }
}
@media all and (max-width: 992px) {
  .mega-menu__inner {
    padding: 14px 20px;
  }
}

.mega-menu__track {
  display: flex;
  flex: 1;
  gap: 12px;
}
.mega-menu__track.swiper {
  overflow: hidden;
}

.mega-menu__card {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  height: 340px;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  background: #1a3649;
  display: block;
}
.mega-menu__card.swiper-slide {
  flex: 0 0 220px;
}
.mega-menu__card:hover .mega-menu__card-img {
  transform: scale(1.06);
}
.mega-menu__card:hover .__btn._inverse {
  background: #fcf7ed;
  border-color: #fcf7ed;
}

.mega-menu__card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.mega-menu__card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 16px 16px;
  background: linear-gradient(to top, rgba(16, 33, 45, 0.85) 0%, transparent 100%);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.mega-menu__card-label {
  font-family: "Afacad", sans-serif;
  font-size: 0.78em;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.3;
}

.mobile-nav {
  position: fixed;
  top: 68px;
  max-height: calc(100dvh - 68px);
  left: 0;
  right: 0;
  z-index: 975;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #ffffff;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 12px 40px rgba(16, 33, 45, 0.12);
  transform: translateY(-120%);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-nav.is-open {
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.55s;
}

.mobile-nav__header {
  display: none;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  min-height: 68px;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(16, 33, 45, 0.12);
  flex-shrink: 0;
}

.mobile-nav__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 40px;
  border: none;
  background: #d6e3f7;
  color: #10212d;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.mobile-nav__close:hover {
  background: #bcd4f9;
  color: #10212d;
}

.mobile-nav__logo {
  display: flex;
  align-items: center;
  color: #10212d;
  text-decoration: none;
}

.mobile-nav__logo-svg {
  display: block;
  height: 30px;
  width: auto;
}

.mobile-nav__content {
  position: relative;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: contain;
}

.mobile-nav__panel {
  padding: 16px;
  transition: transform 0.28s ease, opacity 0.2s ease;
}

.mobile-nav__panel--main {
  display: flex;
  flex-direction: column;
  gap: 24px;
  transition: transform 0.3s ease 0.25s, opacity 0.25s ease 0.25s;
}
.mobile-nav.is-sub-open .mobile-nav__panel--main {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateX(-12%);
  pointer-events: none;
  transition: transform 0.3s ease, opacity 0.25s ease;
}

.mobile-nav__panel--sub {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateX(100%);
  pointer-events: none;
  overflow-y: auto;
  background: #ffffff;
  transition: transform 0.3s ease, opacity 0.25s ease;
}
.mobile-nav.is-sub-open .mobile-nav__panel--sub {
  position: relative;
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
  transition: transform 0.3s ease, opacity 0.25s ease;
}

.mobile-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-nav__item {
  list-style: none;
  border-bottom: 1px solid rgba(16, 33, 45, 0.12);
}

.mobile-nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 0 13px;
  color: #10212d;
  text-align: left;
  text-decoration: none;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: color 0.2s ease;
  margin: 0;
}
.mobile-nav__link:hover {
  color: #d9261c;
}

.mobile-nav__link.__heading-04, .bc-legal-content__body h2.mobile-nav__link, .bc-legal-content__body .mobile-nav__link.h2,
.bc-legal-content__body h3.mobile-nav__link,
.bc-legal-content__body .mobile-nav__link.h3, .bc-roaster-editorial h2.mobile-nav__link, .bc-roaster-editorial .mobile-nav__link.h2,
.bc-roaster-editorial h3.mobile-nav__link,
.bc-roaster-editorial .mobile-nav__link.h3, .bc-article-detail__content h3.mobile-nav__link, .bc-article-detail__content .mobile-nav__link.h3 {
  margin: 0;
}

.mobile-nav__arrow {
  flex-shrink: 0;
  color: #10212d;
}

.mobile-nav__footer {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.mobile-nav__lang {
  display: flex;
  align-items: center;
  gap: 0.75em;
}

.mobile-nav__lang-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.5em;
  padding: 0.7em 1.2em;
  border: 1px solid #d1d7db;
  border-radius: 0.5em;
  color: #768692;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
.mobile-nav__lang-btn.__ui-label-01 {
  font-size: 1em;
}
.mobile-nav__lang-btn:hover {
  color: #10212d;
  border-color: #768692;
}
.mobile-nav__lang-btn.is-active {
  color: #ffffff;
  border-color: #10212d;
  background: #10212d;
}

.mobile-nav__cta {
  text-align: left;
}
.mobile-nav__cta .__btn {
  flex-shrink: 0;
}

.mobile-nav__back {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin: 0;
  padding: 12px 0 18px;
  background: transparent;
  border: none;
  color: #10212d;
  text-align: left;
  cursor: pointer;
}

.mobile-nav__back.__heading-04, .bc-legal-content__body h2.mobile-nav__back, .bc-legal-content__body .mobile-nav__back.h2,
.bc-legal-content__body h3.mobile-nav__back,
.bc-legal-content__body .mobile-nav__back.h3, .bc-roaster-editorial h2.mobile-nav__back, .bc-roaster-editorial .mobile-nav__back.h2,
.bc-roaster-editorial h3.mobile-nav__back,
.bc-roaster-editorial .mobile-nav__back.h3, .bc-article-detail__content h3.mobile-nav__back, .bc-article-detail__content .mobile-nav__back.h3 {
  margin: 0;
}

.mobile-nav__cat-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-nav__cat-item {
  border-bottom: 1px solid rgba(16, 33, 45, 0.12);
}
.mobile-nav__cat-item:last-child {
  border-bottom: none;
}

.mobile-nav__cat-link {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 122px;
  padding: 8px 0;
  color: #10212d;
  text-decoration: none;
}

.mobile-nav__cat-media {
  position: relative;
  display: block;
  flex: 0 0 84px;
  width: 84px;
  height: 106px;
  overflow: hidden;
  border-radius: 4px;
  background: #bcd4f9;
}
.mobile-nav__cat-media picture,
.mobile-nav__cat-media img {
  display: block;
  width: 100%;
  height: 100%;
}
.mobile-nav__cat-media img {
  object-fit: cover;
}

.mobile-nav__cat-label {
  flex: 1;
  margin: 0;
  color: #10212d;
}

.mobile-nav__cat-icon {
  display: flex;
  flex-shrink: 0;
  color: #10212d;
}

.bc-footer {
  background: #1a3649;
  color: #ffffff;
  font-family: "Inter", sans-serif;
}
.bc-footer__top {
  padding: 64px 0 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.bc-footer__edito {
  padding-right: 40px;
}
@media all and (max-width: 768px) {
  .bc-footer__edito {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.bc-footer__logo-link {
  display: inline-block;
  color: #ffffff;
  margin-bottom: 20px;
  text-decoration: none;
}
.bc-footer__logo-link:hover {
  color: #f0e9d8;
}
.bc-footer__logo-svg {
  display: block;
  height: 36px;
  width: auto;
}
.bc-footer__tagline {
  margin: 0;
  max-width: 340px;
}
@media all and (max-width: 992px) {
  .bc-footer__tagline {
    font-size: 1.125em;
  }
}
@media all and (max-width: 768px) {
  .bc-footer__tagline {
    font-size: 1em;
  }
}
@media all and (max-width: 768px) {
  .bc-footer__cats {
    margin-top: 8px;
  }
}
.bc-footer__cats-list {
  margin: 0;
}
.bc-footer__cats-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.56);
}
.bc-footer__cats-item:last-child {
  border-bottom: none;
}
.bc-footer__cats-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 12px 0 13px;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease, padding-right 0.2s ease;
}
.bc-footer__cats-link .__heading-05 {
  margin: 0;
}
.bc-footer__cats-link:hover {
  color: #f0e9d8;
  padding-right: 4px;
}
.bc-footer__cats-link:hover .bc-footer__cats-arrow {
  transform: translateX(4px);
}
.bc-footer__cats-arrow {
  flex-shrink: 0;
  transition: transform 0.2s ease;
  color: #ffffff;
}
.bc-footer__bottom {
  padding: 48px 0 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.bc-footer__col {
  margin-bottom: 32px;
}
.bc-footer__col-title {
  margin: 0 0 16px;
}
.bc-footer__col-list {
  margin: 0;
}
.bc-footer__col-list li {
  margin-bottom: 10px;
}
.bc-footer__col-list li a, .bc-footer__col-list li button {
  position: relative;
  display: inline-flex;
  background: none;
  border: 0;
  padding: 0;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.15s ease;
}
.bc-footer__col-list li a::after, .bc-footer__col-list li button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.16em;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.28s ease;
}
.bc-footer__col-list li a:hover, .bc-footer__col-list li a.is-active, .bc-footer__col-list li button:hover, .bc-footer__col-list li button.is-active {
  color: #f0e9d8;
}
.bc-footer__col-list li a:hover::after, .bc-footer__col-list li a.is-active::after, .bc-footer__col-list li button:hover::after, .bc-footer__col-list li button.is-active::after {
  transform: scaleX(1);
}
.bc-footer__contact-hours {
  color: rgba(255, 255, 255, 0.56);
  margin-bottom: 14px;
}
.bc-footer__accordion-toggle {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.bc-footer__accordion-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  cursor: default;
  pointer-events: none;
}
.bc-footer__accordion-summary .bc-footer__col-title {
  margin: 0;
}
.bc-footer__accordion-icon {
  display: none;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #ffffff;
}
.bc-footer__accordion-icon-minus {
  display: none;
}
.bc-footer__social {
  display: flex;
  gap: 6px;
  margin-top: 4px;
}
.bc-footer__social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #10212d;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.bc-footer__social-btn .bc-icon--instagram,
.bc-footer__social-btn .bc-icon--youtube {
  width: 18.59px;
  height: 18px;
}
.bc-footer__social-btn:hover {
  background: #fcf7ed;
  border-color: #fcf7ed;
  color: #10212d;
}
.bc-footer__bar {
  padding: 18px 0;
}
.bc-footer__copy, .bc-footer__rights {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}
@media all and (max-width: 1080px) {
  .bc-footer__col-list, .bc-footer__contact-hours {
    font-size: 16px;
  }
}
@media all and (max-width: 768px) {
  .bc-footer__top {
    padding: 48px 0 36px;
  }
  .bc-footer__bottom {
    padding: 36px 0 24px;
  }
  .bc-footer__col {
    margin-bottom: 0;
  }
  .bc-footer__accordion {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
  .bc-footer__accordion-summary {
    padding: 12px 0;
    cursor: pointer;
    pointer-events: auto;
  }
  .bc-footer__accordion-content {
    display: none;
    padding-bottom: 16px;
  }
  .bc-footer__accordion-icon {
    display: inline-flex;
  }
  .bc-footer .bc-footer__accordion-toggle:focus-visible ~ .bc-footer__accordion {
    outline: 2px solid #ffffff;
    outline-offset: 2px;
  }
  .bc-footer .bc-footer__accordion-toggle:checked ~ .bc-footer__accordion .bc-footer__accordion-content {
    display: block;
  }
  .bc-footer .bc-footer__accordion.is-open .bc-footer__accordion-content {
    display: block;
  }
  .bc-footer .bc-footer__accordion-toggle:checked ~ .bc-footer__accordion .bc-footer__accordion-icon-plus {
    display: none;
  }
  .bc-footer .bc-footer__accordion-toggle:checked ~ .bc-footer__accordion .bc-footer__accordion-icon-minus {
    display: inline-flex;
  }
  .bc-footer .bc-footer__accordion.is-open .bc-footer__accordion-icon-plus {
    display: none;
  }
  .bc-footer .bc-footer__accordion.is-open .bc-footer__accordion-icon-minus {
    display: inline-flex;
  }
  .bc-footer__col--social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 16px;
  }
  .bc-footer__col--social .bc-footer__col-title {
    margin: 0;
  }
  .bc-footer__col--social .bc-footer__social {
    margin-top: 0;
  }
}
@media all and (max-width: 600px) {
  .bc-footer__top {
    padding: 36px 0 28px;
  }
  .bc-footer__bar .d-flex {
    flex-direction: column;
    gap: 6px;
    text-align: center;
  }
}

.search-drawer {
  position: fixed;
  inset: 0;
  z-index: 950;
  pointer-events: none;
}
.search-drawer.is-open {
  pointer-events: auto;
}
.search-drawer.is-open .search-drawer__overlay {
  opacity: 1;
}
.search-drawer.is-open .search-drawer__panel-wrap {
  transform: translateX(0);
}

.search-drawer__overlay {
  position: absolute;
  inset: 0;
  background: rgba(16, 33, 45, 0.3);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity 0.35s ease;
  cursor: pointer;
}

.search-drawer__panel-wrap {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  transform: translateX(calc(100% + 40px));
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media all and (max-width: 768px) {
  .search-drawer__panel-wrap {
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
    gap: 0;
    flex-direction: column;
  }
}

.search-drawer__close {
  flex-shrink: 0;
  margin-top: 16px;
  padding: 0.875em 1.5em;
  background: #ffffff;
  border: 1px solid #e5decf;
  border-radius: 100px;
  cursor: pointer;
  font-family: "Afacad", sans-serif;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #10212d;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
  box-shadow: 0 4px 16px rgba(16, 33, 45, 0.12);
}
.search-drawer__close:hover {
  background: #e1eaf9;
  color: #10212d;
}
@media all and (max-width: 768px) {
  .search-drawer__close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 1;
    margin-top: 0;
  }
}

.search-drawer__panel {
  width: 600px;
  height: 100%;
  min-height: 0;
  background: #fcf7ed;
  border-radius: 8px;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 48px rgba(16, 33, 45, 0.16);
  border-right: 6px solid #fcf7ed;
}
.search-drawer__panel::-webkit-scrollbar {
  width: 4px;
}
.search-drawer__panel::-webkit-scrollbar-track {
  background: transparent;
  margin: 12px 0;
}
.search-drawer__panel::-webkit-scrollbar-thumb {
  background: #ded8c9;
  border-radius: 100px;
}
.search-drawer__panel::-webkit-scrollbar-thumb:hover {
  background: #a3afb6;
}
.search-drawer__panel {
  scrollbar-width: thin;
  scrollbar-color: #ded8c9 transparent;
}
@media all and (max-width: 992px) {
  .search-drawer__panel {
    width: 520px;
  }
}
@media all and (max-width: 768px) {
  .search-drawer__panel {
    width: 100%;
    border-right: none;
  }
}

.search-drawer__content {
  padding: 32px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1 0 auto;
}
.search-drawer__content .search-drawer__title {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .search-drawer__content {
    padding: 24px 20px 32px;
  }
}

.search-drawer__empty-state {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}

.search-drawer__section {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.search-drawer__section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-drawer__section-title {
  font-family: "Inter", sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.5;
  color: #485e6d;
  margin: 0;
}

.search-drawer__popular-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.search-drawer__popular-list li:last-child .search-drawer__popular-item {
  border-bottom: none;
}

.search-drawer__popular-item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 9px 0;
  border: none;
  border-bottom: 1px solid #e5decf;
  border-radius: 0;
  background: transparent;
  font-family: "Inter", sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  color: #1a3649;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  transition: color 0.15s ease;
}
.search-drawer__popular-item svg {
  color: #1a3649;
  flex-shrink: 0;
}
.search-drawer__popular-item:hover {
  color: #10212d;
}
.search-drawer__popular-item:hover svg {
  color: #10212d;
}

.search-drawer__section--favorites {
  flex-shrink: 0;
  margin-top: auto;
  padding-top: 20px;
  overflow: hidden;
}

.search-drawer__section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-drawer__fav-nav {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
}

.search-drawer__fav-prev,
.search-drawer__fav-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #ded8c9;
  background: transparent;
  color: #1a3649;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.search-drawer__fav-prev:hover,
.search-drawer__fav-next:hover {
  background: #10212d;
  border-color: #10212d;
  color: #ffffff;
}
.search-drawer__fav-prev.swiper-button-disabled,
.search-drawer__fav-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

.search-drawer__fav-swiper {
  overflow: visible;
  width: 100%;
}
.search-drawer__fav-swiper .swiper-wrapper {
  will-change: transform;
}

.search-drawer__fav-card {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 8px;
  overflow: hidden;
  background: transparent;
  transition: opacity 0.15s ease;
}
.search-drawer__fav-card:hover {
  opacity: 0.88;
}

.search-drawer__fav-img {
  position: relative;
  width: 100%;
  height: 248px;
  overflow: hidden;
  background: #f0e9d8;
  flex-shrink: 0;
}
.search-drawer__fav-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  display: block;
  transition: transform 0.3s ease;
}
.search-drawer__fav-card:hover .search-drawer__fav-img img {
  transform: scale(1.04);
}

.search-drawer__fav-tags {
  position: absolute;
  top: 8px;
  left: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  z-index: 2;
}

.search-drawer__fav-tag {
  font-family: "Afacad", sans-serif;
  font-size: 0.85em;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 3px 8px;
  border-radius: 0.25em;
  background: #ffffff;
  color: #1a3649;
  white-space: nowrap;
}
.search-drawer__fav-tag--more {
  color: #768692;
}

.search-drawer__fav-add {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #10212d;
  border: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: background 0.15s ease, transform 0.15s ease;
  flex-shrink: 0;
}
.search-drawer__fav-add:hover {
  background: #485e6d;
  transform: scale(1.08);
}
.search-drawer__fav-add:disabled, .search-drawer__fav-add.is-disabled {
  background: #a3afb6;
  color: #fcf7ed;
  cursor: not-allowed;
  transform: none;
}

.search-drawer__fav-stock {
  color: #d9261c;
  font-weight: 600;
  white-space: nowrap;
}

.search-drawer__fav-body {
  padding: 10px 10px 14px;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 3px;
}

.search-drawer__fav-name {
  font-family: "Inter", sans-serif;
  font-size: 1em;
  font-weight: 500;
  color: #1a3649;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.search-drawer__fav-eyebrow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35em;
  margin-bottom: 0.3em;
}

.search-drawer__fav-type,
.search-drawer__fav-roaster {
  font-family: "Afacad", sans-serif;
  font-weight: 700;
  font-size: 0.625em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.3em 0.55em;
  border: 0.0625em solid transparent;
  border-radius: 0.25em;
}

.search-drawer__fav-type {
  color: #1a3649;
  background: #f0e9d8;
}

.search-drawer__fav-roaster {
  color: #485e6d;
  background: transparent;
  border-color: #ded8c9;
}

.search-drawer__fav-desc {
  font-family: "Inter", sans-serif;
  font-size: 0.75em;
  color: #768692;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px !important;
}

.search-drawer__fav-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-end;
  gap: 4px;
  width: 100%;
  margin-top: auto !important;
  padding-top: 8px;
  border-top: 1px solid #e5decf;
}
.search-drawer__fav-price-row > span {
  flex-shrink: 0;
  white-space: nowrap;
}

.search-drawer__fav-price-label {
  font-family: "Inter", sans-serif;
  font-size: 0.7em;
  color: #768692;
  font-weight: 400;
}

.search-drawer__fav-price-value {
  font-family: "Inter", sans-serif;
  font-size: 1.05em;
  font-weight: 500;
  color: #10212d;
}

.search-drawer__fav-price-old,
.search-drawer__result-price-old {
  color: #768692;
  text-decoration: line-through;
}

.search-drawer__fav-promo-badge,
.search-drawer__result-promo-badge {
  display: inline-block;
  flex-shrink: 0;
  white-space: nowrap;
  padding: 2px 4px;
  border-radius: 3px;
  color: #ffffff;
  background: #d9261c;
  font-weight: 600;
}

.search-drawer__nav-arrows {
  display: flex;
  gap: 4px;
}

.search-drawer__nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid #e7e1d9;
  border-radius: 50%;
  background: transparent;
  color: #485e6d;
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.search-drawer__nav-btn:hover {
  border-color: #10212d;
  color: #10212d;
}

.search-drawer__tabs {
  display: flex;
  gap: 1em;
  border-bottom: 2px solid #e7e1d9;
  margin-bottom: 4px;
}

.search-drawer__tab {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 0;
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  font-family: "Inter", sans-serif;
  font-size: 1.364em;
  font-weight: 400;
  letter-spacing: -0.0142em;
  line-height: 1.35;
  color: #a3afb6;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.search-drawer__tab.is-active {
  color: #10212d;
  border-bottom-color: #10212d;
}
.search-drawer__tab:hover:not(.is-active) {
  color: #485e6d;
}
.search-drawer__tab:disabled, .search-drawer__tab.is-disabled {
  color: #d1d7db;
  cursor: default;
  pointer-events: none;
}

.search-drawer__tab-count {
  font-family: "Afacad", sans-serif;
  font-size: 0.6em;
  font-weight: 600;
  color: #768692;
}
.search-drawer__tab-count:empty {
  display: none;
}

.search-drawer__result-list {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.search-drawer__result-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 10px;
  border-radius: 8px;
  border-bottom: 1px solid #e5decf;
  text-decoration: none;
  transition: background 0.15s ease;
}
.search-drawer__result-item:hover {
  background: #e1eaf9;
}

li:last-child .search-drawer__result-item {
  border-bottom: none;
}

.search-drawer__result-img {
  width: 6.5em;
  height: 6.5em;
  padding: 0.25em;
  border-radius: 0.25em;
  background: #f0e9d8;
  overflow: hidden;
  flex-shrink: 0;
}
.search-drawer__result-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}
.search-drawer__result-img--photo {
  padding: 0;
}
.search-drawer__result-img--photo img {
  mix-blend-mode: normal;
}

.search-drawer__result-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.search-drawer__result-name {
  font-family: "Inter", sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  color: #1a3649;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-drawer__result-brand {
  font-family: "Inter", sans-serif;
  font-size: 0.75em;
  color: #485e6d;
  letter-spacing: 0.015em;
}

.search-drawer__result-desc {
  font-family: "Inter", sans-serif;
  font-size: 0.75em;
  color: #485e6d;
  letter-spacing: 0.015em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-drawer__result-date {
  margin-top: 0.5em;
  font-family: "Afacad", sans-serif;
  font-size: 0.8125em;
  color: #768692;
  letter-spacing: 0.015em;
}

.search-drawer__result-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 2px;
}

.search-drawer__tag {
  font-family: "Inter", sans-serif;
  font-size: 0.75em;
  font-weight: 500;
  letter-spacing: 0.015em;
  padding: 0.25em 0.5em;
  border-radius: 0.25em;
  background: #d6e3f7;
  color: #1a3649;
}

.search-drawer__result-price {
  flex-shrink: 0;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}

.search-drawer__result-price-label {
  font-family: "Inter", sans-serif;
  font-size: 0.75em;
  color: #485e6d;
  letter-spacing: 0.015em;
  white-space: nowrap;
}

.search-drawer__result-price-value {
  font-family: "Inter", sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  color: #1a3649;
  white-space: nowrap;
}

.search-drawer__no-results {
  padding: 24px 0;
  font-family: "Inter", sans-serif;
  font-size: 0.92em;
  color: #768692;
  text-align: center;
}

.search-drawer__loader {
  display: flex;
  justify-content: center;
  padding: 32px 0;
  color: #a3afb6;
}

.search-drawer__loader-icon {
  animation: bc-spin 0.8s linear infinite;
}

@keyframes bc-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.quick-add-modal {
  position: fixed;
  inset: 0;
  z-index: 960;
  pointer-events: none;
}
.quick-add-modal.is-open {
  pointer-events: auto;
}
.quick-add-modal.is-open .quick-add-modal__overlay {
  opacity: 1;
}
.quick-add-modal.is-open .quick-add-modal__wrap {
  opacity: 1;
  transform: translateY(0);
}

.quick-add-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(16, 33, 45, 0.56);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.quick-add-modal__wrap {
  position: absolute;
  bottom: 24px;
  right: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media all and (max-width: 768px) {
  .quick-add-modal__wrap {
    right: 0;
    bottom: 0;
    left: 0;
    align-items: stretch;
  }
}

.quick-add-modal__close {
  background: #ffffff;
  border: none;
  border-radius: 9999px;
  padding: 14px 24px;
  font-family: "Afacad", sans-serif;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1a3649;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
  box-shadow: 0 4px 16px rgba(16, 33, 45, 0.12);
}
.quick-add-modal__close:hover {
  background: #e1eaf9;
}
@media all and (max-width: 768px) {
  .quick-add-modal__close {
    display: none;
  }
}

.quick-add-modal__panel {
  background: #fcf7ed;
  border-radius: 8px;
  padding: 24px;
  width: 580px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  box-shadow: 0 8px 48px rgba(16, 33, 45, 0.16);
}
@media all and (max-width: 992px) {
  .quick-add-modal__panel {
    width: 520px;
  }
}
@media all and (max-width: 768px) {
  .quick-add-modal__panel {
    width: 100%;
    border-radius: 16px 16px 0 0;
    padding: 20px;
    gap: 24px;
  }
}

.quick-add-modal__recap {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.quick-add-modal__thumb {
  width: 188px;
  height: 188px;
  flex-shrink: 0;
  background: #f0e9d8;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 12px;
}
.quick-add-modal__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
@media all and (max-width: 768px) {
  .quick-add-modal__thumb {
    width: 100px;
    height: 100px;
  }
}

.quick-add-modal__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.quick-add-modal__name {
  font-family: "Inter", sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  color: #1a3649;
  margin: 0;
  line-height: 1.5;
}

.quick-add-modal__meta {
  font-family: "Inter", sans-serif;
  font-size: 0.75em;
  color: #485e6d;
  margin: 0;
  display: flex;
  gap: 4px;
  align-items: center;
  letter-spacing: 0.015em;
}

.quick-add-modal__price-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
}

.quick-add-modal__price {
  font-family: "Inter", sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  color: #1a3649;
}

.quick-add-modal__price-old {
  font-family: "Inter", sans-serif;
  font-size: 0.875em;
  color: #768692;
  text-decoration: line-through;
}

.quick-add-modal__discount {
  align-self: center;
  padding: 0.3em 0.5em;
  border-radius: 0.25em;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.75em;
  line-height: 1;
  background: #d9261c;
  color: #ffffff;
}

.quick-add-modal__price-kilo {
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 0.8125em;
  color: #768692;
}

.quick-add-modal__selector {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.quick-add-modal__selector-label {
  font-family: "Inter", sans-serif;
  font-size: 0.875em;
  font-weight: 400;
  color: #485e6d;
  margin: 0;
  letter-spacing: 0.015em;
}

.quick-add-modal__chips {
  display: flex;
  gap: 8px;
}

.quick-add-modal__chip {
  flex: 1;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ded8c9;
  border-radius: 4px;
  background: transparent;
  font-family: "Inter", sans-serif;
  font-size: 0.875em;
  font-weight: 500;
  color: #1a3649;
  cursor: pointer;
  transition: border-color 0.15s ease, border-width 0.15s ease;
  white-space: nowrap;
  padding: 0 12px;
}
.quick-add-modal__chip.is-selected {
  border: 1.5px solid #1a3649;
}
.quick-add-modal__chip:hover:not(.is-selected):not(.is-only) {
  border-color: #a3afb6;
}
.quick-add-modal__chip.is-only {
  flex: 0 1 auto;
  min-width: 4.5em;
  padding: 0 1.5em;
  cursor: default;
}

.quick-add-modal__actions {
  display: flex;
  gap: 8px;
  align-items: center;
}

.quick-add-modal__qty {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 9999px;
  height: 52px;
  flex-shrink: 0;
}

.quick-add-modal__qty-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: #1a3649;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.15s ease;
  flex-shrink: 0;
}
.quick-add-modal__qty-btn:hover {
  background: #fcf7ed;
}

.quick-add-modal__qty-val {
  font-family: "Inter", sans-serif;
  font-size: 1em;
  font-weight: 500;
  color: #1a3649;
  min-width: 32px;
  text-align: center;
  flex-shrink: 0;
}

.quick-add-modal__submit {
  flex: 1;
  height: 52px;
  background: #1a3649;
  color: #ffffff;
  border: none;
  border-radius: 9999px;
  font-family: "Afacad", sans-serif;
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: background 0.2s ease;
  white-space: nowrap;
  min-width: 0;
  padding: 0 20px;
}
.quick-add-modal__submit:hover {
  background: #10212d;
}
.quick-add-modal__submit:disabled {
  opacity: 0.6;
  cursor: default;
}

.search-drawer__clear {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid #d1d7db;
  border-radius: 50%;
  background: transparent;
  color: #a3afb6;
  cursor: pointer;
  flex-shrink: 0;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.search-drawer__clear:hover {
  color: #10212d;
  border-color: #a3afb6;
}

body.has-recipe-drawer-open {
  overflow: hidden;
}

.recipe-drawer {
  position: fixed;
  inset: 0;
  z-index: 960;
  pointer-events: none;
}
.recipe-drawer.is-open {
  pointer-events: auto;
}
.recipe-drawer.is-open .recipe-drawer__overlay {
  opacity: 1;
}
.recipe-drawer.is-open .recipe-drawer__panel-wrap {
  transform: translateX(0);
}

.recipe-drawer__overlay {
  position: absolute;
  inset: 0;
  background: rgba(16, 33, 45, 0.56);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.35s ease;
  cursor: pointer;
}

.recipe-drawer__panel-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
  transform: translateX(calc(100% + 6em));
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.recipe-drawer__close {
  flex-shrink: 0;
  width: 6.8em;
  height: 3.25em;
  margin-top: 2.25em;
  padding: 0 1.5em;
  border: 0;
  border-radius: 100px;
  background: #ffffff;
  color: #1a3649;
  font-family: "Afacad", sans-serif;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 0.25em 1em rgba(16, 33, 45, 0.12);
  transition: background 0.2s ease, color 0.2s ease;
}
.recipe-drawer__close:hover {
  background: #e1eaf9;
  color: #10212d;
}

.recipe-drawer__panel {
  width: min(65.75vw, 59.125em);
  height: calc(100vh - 1em);
  margin: 0.5em 0.5em 0.5em 0;
  border-radius: 0.5em;
  background: #fcf7ed;
  box-shadow: 0 0.5em 3em rgba(16, 33, 45, 0.16);
  overflow: hidden;
}

.recipe-drawer__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5em;
  height: 100%;
  padding: 2em 1.5em 1em;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #ded8c9 transparent;
}
.recipe-drawer__content::-webkit-scrollbar {
  width: 0.25em;
}
.recipe-drawer__content::-webkit-scrollbar-track {
  background: transparent;
}
.recipe-drawer__content::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: #ded8c9;
}

.recipe-drawer__main {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}

.recipe-drawer__title {
  margin: 0;
  color: #d9261c;
  text-align: center;
}

.recipe-drawer__description {
  margin: 0;
  color: #1a3649;
}

.recipe-drawer__media {
  position: relative;
  width: 100%;
  aspect-ratio: 2/1;
  overflow: hidden;
  border-radius: 0.5em;
  background: #ffffff;
}
.recipe-drawer__media iframe,
.recipe-drawer__media video,
.recipe-drawer__media picture,
.recipe-drawer__media img {
  display: block;
  width: 100%;
  height: 100%;
}
.recipe-drawer__media iframe {
  border: 0;
}
.recipe-drawer__media img,
.recipe-drawer__media video {
  object-fit: cover;
}

.recipe-drawer__params {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.recipe-drawer__param-row {
  display: flex;
  align-items: flex-start;
  gap: 1em;
  padding: 0.5em 0;
  border-bottom: 1px solid #e5decf;
}
.recipe-drawer__param-row:last-child {
  border-bottom: 0;
}
.recipe-drawer__param-row dt,
.recipe-drawer__param-row dd {
  flex: 1;
  margin: 0;
}
.recipe-drawer__param-row dt {
  color: #485e6d;
}
.recipe-drawer__param-row dd {
  color: #1a3649;
  text-align: right;
}

.recipe-drawer__message {
  margin: 0;
  color: #485e6d;
  text-align: center;
}

.recipe-drawer__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1em;
  padding-top: 1em;
}

.recipe-drawer__nav-btn[hidden] {
  display: none;
}

@media all and (max-width: 992px) {
  .recipe-drawer__panel {
    width: min(80vw, 46em);
  }
}
@media all and (max-width: 768px) {
  .recipe-drawer__panel-wrap {
    left: 0.5em;
    right: 0.5em;
    bottom: 0.5em;
    flex-direction: column;
    gap: 0;
  }
  .recipe-drawer__close {
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 1;
    width: auto;
    margin-top: 0;
  }
  .recipe-drawer__panel {
    width: 100%;
    height: 100%;
    margin: 0.5em 0 0;
  }
  .recipe-drawer__content {
    padding: 4.75em 1em 1em;
  }
  .recipe-drawer__footer {
    align-items: stretch;
    flex-direction: column;
  }
  .recipe-drawer__footer .__btn {
    width: 100%;
    max-width: none;
  }
}
.bc-newsletter {
  padding: 0 24px 24px;
}
.bc-newsletter--dark {
  background: #1a3649;
}
.bc-newsletter__scallop {
  display: block;
  line-height: 0;
  margin-bottom: -2px;
}
.bc-newsletter__scallop img {
  width: 100%;
  height: 21px;
  display: block;
}
.bc-newsletter__inner {
  position: relative;
  background: #bcd4f9;
  border-radius: 0 0 8px 8px;
  padding: 64px 24px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bc-newsletter__watermark {
  position: absolute;
  left: 50%;
  top: 9.6%;
  bottom: 14.14%;
  transform: translateX(-50%);
  pointer-events: none;
  aspect-ratio: 95/132;
  height: 100%;
  max-height: 76.26%;
}
.bc-newsletter__watermark img {
  width: 100%;
  height: 100%;
  display: block;
}
.bc-newsletter__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  text-align: center;
}
.bc-newsletter__title {
  color: #1a3649;
  margin: 0;
}
@media all and (max-width: 992px) {
  .bc-newsletter__inner {
    padding: 56px 24px;
  }
  .bc-newsletter__content {
    gap: 48px;
  }
}
@media all and (max-width: 768px) {
  .bc-newsletter {
    padding: 0 16px 16px;
  }
  .bc-newsletter__inner {
    padding: 48px 20px;
  }
  .bc-newsletter__content {
    gap: 36px;
  }
}
@media all and (max-width: 600px) {
  .bc-newsletter__inner {
    padding: 40px 16px;
  }
  .bc-newsletter__content {
    gap: 28px;
  }
  .bc-newsletter .container {
    padding-left: 0;
    padding-right: 0;
  }
}

section.bc-newsletter._little_padding {
  padding-left: 20px;
  padding-right: 20px;
}

@media all and (max-width: 600px) {
  section.bc-newsletter._little_padding {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.bc-nl-modal {
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.bc-nl-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.bc-nl-modal.is-open .bc-nl-modal__panel {
  transform: translateY(0) scale(1);
}
.bc-nl-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(16, 33, 45, 0.56);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  cursor: pointer;
}
.bc-nl-modal__stack {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  width: 100%;
  max-width: 689px;
}
.bc-nl-modal__close-wrap {
  flex-shrink: 0;
}
.bc-nl-modal__close {
  background: #ffffff !important;
  color: #1a3649 !important;
  border: none !important;
  border-radius: 9999px !important;
  padding: 14px 24px !important;
  font-family: "Afacad", sans-serif !important;
  font-size: 0.75em !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  cursor: pointer;
  transition: background 0.2s ease;
}
.bc-nl-modal__close:hover {
  background: #fcf7ed !important;
}
.bc-nl-modal__panel {
  background: #fcf7ed;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transform: translateY(24px) scale(0.98);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.bc-nl-modal__img-wrap {
  height: 160px;
  padding: 4px;
  overflow: hidden;
}
.bc-nl-modal__img-wrap picture {
  display: block;
  width: 100%;
  height: 100%;
}
.bc-nl-modal__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
  display: block;
}
.bc-nl-modal__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 32px;
}
.bc-nl-modal__title {
  font-family: "Tripsis", Georgia, serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.01em;
  color: #1a3649;
  margin: 0;
  white-space: pre-line;
}
.bc-nl-modal__promo {
  font-family: "Inter", sans-serif;
  font-size: 0.9375em;
  line-height: 1.5;
  color: #485e6d;
  margin: 0;
}
.bc-nl-modal__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}
.bc-nl-modal__result.bc-field-embed {
  display: none;
  justify-content: center;
  text-align: center;
}
.bc-nl-modal__retry {
  display: none;
}
.bc-nl-modal__result.is-error .bc-nl-modal__retry {
  display: block;
}
.bc-nl-modal__form.is-active .bc-nl-modal__form-row {
  display: none;
}
.bc-nl-modal__form.is-active .bc-nl-modal__result {
  display: flex;
}
.bc-nl-modal__result.is-success {
  background: #2d7a4f;
}
.bc-nl-modal__feedback {
  font-family: "Inter", sans-serif;
  font-size: 1.05em;
  margin: 0;
  min-height: 1.4em;
}
.bc-nl-modal__feedback.is-success {
  color: #ffffff;
}
.bc-nl-modal__feedback.is-error {
  color: #d9261c;
}
@media all and (max-width: 768px) {
  .bc-nl-modal {
    padding: 12px;
  }
  .bc-nl-modal__stack {
    gap: 12px;
  }
  .bc-nl-modal__img-wrap {
    height: 120px;
  }
  .bc-nl-modal__content {
    padding: 24px 20px;
    gap: 24px;
  }
  .bc-nl-modal__title {
    font-size: 1.625em;
  }
}
@media all and (max-width: 600px) {
  .bc-nl-modal__img-wrap {
    height: 100px;
  }
  .bc-nl-modal__content {
    padding: 20px 16px;
  }
}

.bc-cart-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.bc-cart-overlay[hidden] {
  display: none;
}
.bc-cart-overlay.is-visible .bc-cart-overlay__backdrop {
  opacity: 1;
}
.bc-cart-overlay.is-visible .bc-cart-overlay__modal {
  transform: translateY(0);
  opacity: 1;
}
.bc-cart-overlay__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(16, 33, 45, 0.56);
  backdrop-filter: blur(4px);
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.25s ease;
}
.bc-cart-overlay__modal {
  position: absolute;
  bottom: 1em;
  right: 1em;
  max-width: calc(100% - 2em);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1em;
  opacity: 0;
  transform: translateY(1.5em);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
}

.bc-cart-toast {
  width: 36.1875em;
  max-width: 100%;
  padding: 1.5em;
  border-radius: 0.5em;
  background: #fcf7ed;
  color: #1a3649;
}
.bc-cart-toast__content {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
.bc-cart-toast__title {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.bc-cart-toast__title .__heading-04, .bc-cart-toast__title .bc-legal-content__body h2, .bc-legal-content__body .bc-cart-toast__title h2, .bc-cart-toast__title .bc-legal-content__body .h2, .bc-legal-content__body .bc-cart-toast__title .h2,
.bc-cart-toast__title .bc-legal-content__body h3,
.bc-legal-content__body .bc-cart-toast__title h3,
.bc-cart-toast__title .bc-legal-content__body .h3,
.bc-legal-content__body .bc-cart-toast__title .h3, .bc-cart-toast__title .bc-roaster-editorial h2, .bc-roaster-editorial .bc-cart-toast__title h2, .bc-cart-toast__title .bc-roaster-editorial .h2, .bc-roaster-editorial .bc-cart-toast__title .h2,
.bc-cart-toast__title .bc-roaster-editorial h3,
.bc-roaster-editorial .bc-cart-toast__title h3,
.bc-cart-toast__title .bc-roaster-editorial .h3,
.bc-roaster-editorial .bc-cart-toast__title .h3, .bc-cart-toast__title .bc-article-detail__content h3, .bc-article-detail__content .bc-cart-toast__title h3, .bc-cart-toast__title .bc-article-detail__content .h3, .bc-article-detail__content .bc-cart-toast__title .h3 {
  margin: 0;
}
.bc-cart-toast__product {
  display: flex;
  align-items: flex-start;
  gap: 1.25em;
}
.bc-cart-toast__thumb {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.75em;
  height: 11.75em;
  padding: 1.5em 1.25em;
  border-radius: 0.25em;
  background: #f0e9d8;
}
.bc-cart-toast__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.bc-cart-toast__info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25em;
}
.bc-cart-toast__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1em;
}
.bc-cart-toast__meta {
  min-width: 0;
}
.bc-cart-toast__name {
  margin: 0;
  font-size: 1.125em;
  font-weight: 500;
}
.bc-cart-toast__sub {
  margin: 0.375em 0 0;
  color: #485e6d;
  font-size: 0.75em;
  letter-spacing: 0.0208em;
}
.bc-cart-toast__price {
  flex-shrink: 0;
  margin: 0;
  font-size: 1.125em;
  white-space: nowrap;
}
.bc-cart-toast__details {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  color: #485e6d;
  font-size: 0.75em;
  letter-spacing: 0.0208em;
}
.bc-cart-toast__details > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bc-cart-toast__details dt, .bc-cart-toast__details dd {
  margin: 0;
  font-weight: 400;
}
.bc-cart-toast__actions {
  margin-top: 1.5em;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.bc-cart-toast__actions .__btn {
  width: 100%;
}

@media all and (max-width: 600px) {
  .bc-cart-overlay__modal {
    left: 1em;
    right: 1em;
    align-items: stretch;
  }
  .bc-cart-toast {
    width: 100%;
  }
  .bc-cart-toast__product {
    flex-direction: column;
  }
  .bc-cart-toast__thumb {
    width: 100%;
    height: 14em;
  }
}
hr {
  border-color: #e7e1d9;
  border-width: 1px;
  border-style: solid;
}
hr.__sep {
  border-color: transparent;
  margin: 20px 0 30px;
  position: relative;
  height: 5px;
}
hr.__sep:before {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 3px;
  background: #d9261c;
}

.__wrap_content {
  height: auto;
}
.__wrap_content._80 {
  width: 80%;
  margin: 0 auto;
}
@media all and (max-width: 1281px) {
  .__wrap_content._80 {
    width: 90%;
  }
}
@media all and (max-width: 768px) {
  .__wrap_content._80 {
    width: 100%;
    padding: 0 15px;
  }
}
.__wrap_content._60 {
  width: 60%;
  margin: 0 auto;
  overflow: hidden;
}
@media all and (max-width: 1281px) {
  .__wrap_content._60 {
    width: 80%;
  }
}
@media all and (max-width: 992px) {
  .__wrap_content._60 {
    width: 90%;
  }
}
@media all and (max-width: 768px) {
  .__wrap_content._60 {
    width: 100%;
    padding: 0 15px;
  }
}

.__content {
  font-size: 1em;
  font-weight: 400;
  width: 100%;
  display: block;
  position: relative;
  padding: 20px 0px;
  color: #485e6d;
}
.__content._exergue {
  font-size: 1.2em;
}
.__content._no_marge_bottom {
  padding-bottom: 0;
}
.__content._no_marge_top {
  padding-top: 0;
}
.__content._point {
  padding-left: 20px;
}
.__content._point:before {
  content: "";
  position: absolute;
  top: 26px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #768692;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.__content._point_green:before {
  background: #d9261c;
}
.__content._block {
  overflow: hidden;
}
.__content strong {
  font-weight: 600;
  color: #10212d;
  font-size: 1.2em;
  display: block;
  margin-top: 30px;
}
.__content p {
  margin-bottom: 10px;
}
.__content p strong {
  font-weight: 600;
  color: #10212d;
  font-size: 1.1em;
  display: inline;
}
.__content p em {
  font-style: italic;
}
.__content ul {
  margin: 10px 0;
  padding: 0;
}
.__content ul li {
  list-style-type: none;
  padding-left: 15px;
  position: relative;
}
.__content ul li strong {
  display: inline;
  font-size: 1em;
}
.__content ul li::before {
  background: #d9261c;
  position: absolute;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 10px;
  top: 0.6em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.__content ul._arrow {
  margin: 20px 0;
}
.__content ul._arrow li {
  margin-bottom: 0.5em;
  padding-left: 30px;
}
.__content ul._arrow li::before {
  background: url("../../img/SITE/SVG/tinego/arrow_li.svg") transparent !important;
  width: 15px;
  height: 15px;
  top: 0.3em;
  left: 0px;
  background-size: contain !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.__content._white {
  color: #ffffff;
}
.__content._white a {
  color: #ffffff;
  text-decoration: underline;
}
.__content._white ul li::before {
  background: #ffffff;
}
.__content._white._point:before {
  background: #ffffff;
}
.__content._center {
  text-align: center;
}
.__content._60 {
  width: 60%;
}
@media all and (max-width: 1560px) {
  .__content._60 {
    width: 70%;
  }
}
@media all and (max-width: 1281px) {
  .__content._60 {
    width: 90%;
  }
}
@media all and (max-width: 768px) {
  .__content._60 {
    width: 100%;
  }
}
.__content._80 {
  width: 80%;
}
@media all and (max-width: 1560px) {
  .__content._80 {
    width: 100%;
  }
}
@media all and (max-width: 992px) {
  .__content._80 {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .__content._80 {
    width: 100%;
  }
}
.__content._90 {
  width: 90%;
}
@media all and (max-width: 1560px) {
  .__content._90 {
    width: 95%;
  }
}
@media all and (max-width: 768px) {
  .__content._90 {
    width: 100%;
  }
}
.__content img {
  max-width: 100%;
  height: auto;
}
.__content a {
  text-decoration: underline;
}
@media all and (max-width: 1700px) {
  .__content {
    font-size: 1em;
  }
  .__content._exergue {
    font-size: 1.3em;
  }
}
@media all and (max-width: 1560px) {
  .__content {
    font-size: 0.95em;
    padding: 20px 0px;
  }
  .__content._exergue {
    font-size: 1.2em;
  }
}
@media all and (max-width: 1281px) {
  .__content {
    font-size: 0.9em;
  }
  .__content._exergue {
    font-size: 1em;
  }
}
@media all and (max-width: 992px) {
  .__content {
    padding: 20px 0;
  }
  .__content._point {
    padding-left: 15px;
  }
  .__content._point:before {
    width: 6px;
    height: 6px;
  }
}
@media all and (max-width: 600px) {
  .__content {
    padding: 15px 0;
    font-size: 0.85em;
  }
  .__content._point:before {
    top: 20px;
  }
  .__content ul li::before {
    width: 4px;
    height: 4px;
    toop: 1;
  }
}
ul {
  margin-left: 20px;
}
ul li {
  list-style-type: disc;
}

.bc-aroma-tags > span {
  font-size: 0.75em;
}
@media all and (max-width: 600px) {
  .bc-aroma-tags > span:nth-child(n+3) {
    display: none;
  }
  .bc-aroma-tags:has(> span:nth-child(3))::after {
    content: "…";
    align-self: center;
    font-size: 0.75em;
    color: #1a3649;
  }
}

.__images {
  display: contents;
}

.bc-quote, .bc-roaster-editorial blockquote {
  position: relative;
  margin: 48px 0;
  padding: 0 0 0 1.5em;
  font-style: italic;
  font-family: "Inter", sans-serif;
  font-size: 1.875em;
  line-height: 1.55;
  color: #10212d;
}
.bc-quote::before, .bc-roaster-editorial blockquote::before {
  content: "";
  position: absolute;
  top: -0.05em;
  left: 0;
  width: 2em;
  aspect-ratio: 64/52;
  background-color: #10212d;
  opacity: 0.1;
  pointer-events: none;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 52'%3E%3Cpath d='M15.6903 52C12.6624 52 10.1849 51.381 8.25806 50.1429C6.33118 48.9048 4.74839 47.3228 3.50968 45.3968C2.13333 43.0582 1.16989 40.6508 0.619355 38.1746C0.206452 35.5608 0 33.4286 0 31.7778C0 25.037 1.72043 18.9153 5.16129 13.4127C8.60215 7.91006 13.9699 3.43916 21.2645 0L23.1226 3.71429C18.8559 5.50265 15.1398 8.32275 11.9742 12.1746C8.94624 16.0265 7.43226 19.9471 7.43226 23.9365C7.43226 25.5873 7.63871 27.0317 8.05161 28.2698C10.2538 26.4815 12.8 25.5873 15.6903 25.5873C19.2688 25.5873 22.3656 26.7566 24.9806 29.0952C27.5957 31.4339 28.9032 34.6667 28.9032 38.7937C28.9032 42.6455 27.5957 45.8095 24.9806 48.2857C22.3656 50.7619 19.2688 52 15.6903 52ZM50.7871 52C47.7591 52 45.2817 51.381 43.3548 50.1429C41.428 48.9048 39.8452 47.3228 38.6065 45.3968C37.2301 43.0582 36.2667 40.6508 35.7161 38.1746C35.3032 35.5608 35.0968 33.4286 35.0968 31.7778C35.0968 25.037 36.8172 18.9153 40.2581 13.4127C43.6989 7.91006 49.0667 3.43916 56.3613 0L58.2194 3.71429C53.9527 5.50265 50.2366 8.32275 47.071 12.1746C44.043 16.0265 42.529 19.9471 42.529 23.9365C42.529 25.5873 42.7355 27.0317 43.1484 28.2698C45.3505 26.4815 47.8968 25.5873 50.7871 25.5873C54.3656 25.5873 57.4624 26.7566 60.0774 29.0952C62.6925 31.4339 64 34.6667 64 38.7937C64 42.6455 62.6925 45.8095 60.0774 48.2857C57.4624 50.7619 54.3656 52 50.7871 52Z' fill='black'/%3E%3C/svg%3E") no-repeat center/contain;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 52'%3E%3Cpath d='M15.6903 52C12.6624 52 10.1849 51.381 8.25806 50.1429C6.33118 48.9048 4.74839 47.3228 3.50968 45.3968C2.13333 43.0582 1.16989 40.6508 0.619355 38.1746C0.206452 35.5608 0 33.4286 0 31.7778C0 25.037 1.72043 18.9153 5.16129 13.4127C8.60215 7.91006 13.9699 3.43916 21.2645 0L23.1226 3.71429C18.8559 5.50265 15.1398 8.32275 11.9742 12.1746C8.94624 16.0265 7.43226 19.9471 7.43226 23.9365C7.43226 25.5873 7.63871 27.0317 8.05161 28.2698C10.2538 26.4815 12.8 25.5873 15.6903 25.5873C19.2688 25.5873 22.3656 26.7566 24.9806 29.0952C27.5957 31.4339 28.9032 34.6667 28.9032 38.7937C28.9032 42.6455 27.5957 45.8095 24.9806 48.2857C22.3656 50.7619 19.2688 52 15.6903 52ZM50.7871 52C47.7591 52 45.2817 51.381 43.3548 50.1429C41.428 48.9048 39.8452 47.3228 38.6065 45.3968C37.2301 43.0582 36.2667 40.6508 35.7161 38.1746C35.3032 35.5608 35.0968 33.4286 35.0968 31.7778C35.0968 25.037 36.8172 18.9153 40.2581 13.4127C43.6989 7.91006 49.0667 3.43916 56.3613 0L58.2194 3.71429C53.9527 5.50265 50.2366 8.32275 47.071 12.1746C44.043 16.0265 42.529 19.9471 42.529 23.9365C42.529 25.5873 42.7355 27.0317 43.1484 28.2698C45.3505 26.4815 47.8968 25.5873 50.7871 25.5873C54.3656 25.5873 57.4624 26.7566 60.0774 29.0952C62.6925 31.4339 64 34.6667 64 38.7937C64 42.6455 62.6925 45.8095 60.0774 48.2857C57.4624 50.7619 54.3656 52 50.7871 52Z' fill='black'/%3E%3C/svg%3E") no-repeat center/contain;
}
.bc-quote p, .bc-roaster-editorial blockquote p {
  margin: 0;
}
@media all and (max-width: 768px) {
  .bc-quote, .bc-roaster-editorial blockquote {
    font-size: 1.5em;
    margin: 32px 0;
  }
}
@media all and (max-width: 600px) {
  .bc-quote, .bc-roaster-editorial blockquote {
    font-size: 1.25em;
  }
}

.bc-split {
  display: flex;
  gap: 48px;
  margin: 48px 0;
  align-items: flex-start;
}
.bc-split .bc-split-label {
  flex: 0 0 220px;
  font-family: "Tripsis", Georgia, serif;
  font-size: 1.8em;
  color: #10212d;
  line-height: 1.2;
}
.bc-split .bc-split-label p {
  margin: 0;
  font-size: inherit;
  font-family: inherit;
}
.bc-split .bc-split-body {
  flex: 1;
  min-width: 0;
  color: #485e6d;
  line-height: 1.75;
}
.bc-split .bc-split-body p:first-child {
  margin-top: 0;
}
.bc-split .bc-split-body p:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 992px) {
  .bc-split {
    gap: 32px;
  }
  .bc-split .bc-split-label {
    flex: 0 0 180px;
    font-size: 1.5em;
  }
}
@media all and (max-width: 768px) {
  .bc-split {
    flex-direction: column;
    gap: 16px;
  }
  .bc-split .bc-split-label {
    flex: none;
    font-size: 1.3em;
  }
}

.bc-gallery-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  margin: 40px 0;
}
.bc-gallery-2 .bc-gallery-item,
.bc-gallery-2 > picture,
.bc-gallery-2 > img {
  width: 100%;
  min-width: 0;
  margin: 0;
}
.bc-gallery-2 .bc-gallery-item img,
.bc-gallery-2 > picture img,
.bc-gallery-2 > img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}
@media all and (max-width: 600px) {
  .bc-gallery-2 {
    grid-template-columns: 1fr;
  }
  .bc-gallery-2 .bc-gallery-item img,
  .bc-gallery-2 > picture img,
  .bc-gallery-2 > img {
    height: 220px;
  }
}

.bc-img-full {
  margin: 40px 0;
}
.bc-img-full img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
}
.bc-img-full figcaption {
  font-size: 0.78em;
  color: #768692;
  font-style: italic;
  margin-top: 8px;
}

._blend_difference {
  mix-blend-mode: difference;
}

._blend_multiply {
  mix-blend-mode: multiply;
}

._blend_lighten {
  mix-blend-mode: lighten;
}

._blend_overlay {
  mix-blend-mode: overlay;
}

._blend_color {
  mix-blend-mode: luminosity;
}

._isolate {
  isolation: isolate;
}

.__img {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
}
.__img._contain img {
  object-fit: contain;
}

._illustration_bottom {
  padding: 70px 15px;
}
._illustration_bottom img {
  width: auto;
  height: auto;
  max-width: 80%;
}
._illustration_bottom._no_bottom {
  padding-bottom: 0;
}
@media all and (max-width: 1560px) {
  ._illustration_bottom {
    padding: 60px 30px;
  }
  ._illustration_bottom img {
    max-width: 70%;
  }
}
@media all and (max-width: 1281px) {
  ._illustration_bottom {
    padding: 60px 15px;
  }
  ._illustration_bottom img {
    max-width: 60%;
  }
}
@media all and (max-width: 768px) {
  ._illustration_bottom img {
    max-width: 70%;
  }
}
@media all and (max-width: 600px) {
  ._illustration_bottom img {
    max-width: 90%;
  }
}
@media all and (max-width: 419px) {
  ._illustration_bottom img {
    max-width: none;
    width: 100%;
  }
}

.-split-lines {
  opacity: 0; /* Conteneur invisible par défaut */
  transition: opacity 0.8s ease-in-out;
}
.-split-lines._ready {
  opacity: 1; /* Conteneur visible lorsqu'il est prêt */
}
.-split-lines .line {
  position: relative;
  display: block;
  width: 100%;
  text-align: start;
}
.-split-lines .line > .line-content {
  position: relative;
  overflow: hidden;
}

.view-opacity {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.6s, transform 1.2s cubic-bezier(0.12, 0.65, 0.23, 0.98);
  -moz-transition: opacity 0.6s, transform 1.2s cubic-bezier(0.12, 0.65, 0.23, 0.98);
  -o-transition: opacity 0.6s, transform 1.2s cubic-bezier(0.12, 0.65, 0.23, 0.98);
  transition: opacity 0.6s, transform 1.2s cubic-bezier(0.12, 0.65, 0.23, 0.98);
}

.view-opacity-visible {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.view-opacity-exit {
  transform: translateY(-100px) !important;
  opacity: 0 !important;
}

.reveal_progress {
  opacity: 0; /* Commence invisible */
  transform: translateY(50px); /* Commence légèrement décalé vers le bas */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out; /* Transition fluide */
}

.reveal_progress[data-scroll] {
  opacity: calc(var(--progress)); /* Utilise la variable CSS --progress pour l'opacité */
  transform: translateY(calc(50px * (1 - var(--progress)))); /* Utilise --progress pour ajuster la translation */
}

.reveal {
  position: relative;
}

.reveal-visible {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.reveal-container span {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.reveal-container span.reveal-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal_img {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  -moz-transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  -o-transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.reveal-img-visible {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.reveal_op {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out;
  -moz-transition: opacity 0.6s ease-out;
  -o-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}

.reveal_op-visible {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

._reveal_title {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  -moz-transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  -o-transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.reveal_title_visible {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.reveal-txt-visible {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  color: inherit;
}

.reveal,
.reveal_img,
.reveal_op,
._reveal_title,
.line,
.reveal-txt {
  will-change: opacity, transform, color;
}

.reveal_img {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.reveal-delay-1 {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}

.reveal-delay-2 {
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}

.reveal-delay-3 {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}

.reveal-delay-4 {
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
}

.reveal-delay-5 {
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.reveal-delay-6 {
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.reveal-delay-7 {
  -webkit-transition-delay: 1400ms;
  -moz-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  transition-delay: 1400ms;
}

.reveal-delay-8 {
  -webkit-transition-delay: 1600ms;
  -moz-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
  transition-delay: 1600ms;
}

.reveal-delay-9 {
  -webkit-transition-delay: 1800ms;
  -moz-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  transition-delay: 1800ms;
}

.reveal-delay-10 {
  -webkit-transition-delay: 2000ms;
  -moz-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  transition-delay: 2000ms;
}

.reveal-delay-11 {
  -webkit-transition-delay: 2200ms;
  -moz-transition-delay: 2200ms;
  -o-transition-delay: 2200ms;
  transition-delay: 2200ms;
}

.reveal-delay-12 {
  -webkit-transition-delay: 2400ms;
  -moz-transition-delay: 2400ms;
  -o-transition-delay: 2400ms;
  transition-delay: 2400ms;
}

.reveal-delay-13 {
  -webkit-transition-delay: 2600ms;
  -moz-transition-delay: 2600ms;
  -o-transition-delay: 2600ms;
  transition-delay: 2600ms;
}

.reveal-delay-14 {
  -webkit-transition-delay: 2800ms;
  -moz-transition-delay: 2800ms;
  -o-transition-delay: 2800ms;
  transition-delay: 2800ms;
}

.reveal-delay-15 {
  -webkit-transition-delay: 3000ms;
  -moz-transition-delay: 3000ms;
  -o-transition-delay: 3000ms;
  transition-delay: 3000ms;
}

.reveal-delay-16 {
  -webkit-transition-delay: 3200ms;
  -moz-transition-delay: 3200ms;
  -o-transition-delay: 3200ms;
  transition-delay: 3200ms;
}

.reveal-delay-17 {
  -webkit-transition-delay: 3400ms;
  -moz-transition-delay: 3400ms;
  -o-transition-delay: 3400ms;
  transition-delay: 3400ms;
}

.reveal-delay-18 {
  -webkit-transition-delay: 3600ms;
  -moz-transition-delay: 3600ms;
  -o-transition-delay: 3600ms;
  transition-delay: 3600ms;
}

.reveal-delay-19 {
  -webkit-transition-delay: 3800ms;
  -moz-transition-delay: 3800ms;
  -o-transition-delay: 3800ms;
  transition-delay: 3800ms;
}

.reveal-delay-20 {
  -webkit-transition-delay: 4000ms;
  -moz-transition-delay: 4000ms;
  -o-transition-delay: 4000ms;
  transition-delay: 4000ms;
}

.reveal-delay-21 {
  -webkit-transition-delay: 4200ms;
  -moz-transition-delay: 4200ms;
  -o-transition-delay: 4200ms;
  transition-delay: 4200ms;
}

.reveal-delay-22 {
  -webkit-transition-delay: 4400ms;
  -moz-transition-delay: 4400ms;
  -o-transition-delay: 4400ms;
  transition-delay: 4400ms;
}

.reveal-delay-23 {
  -webkit-transition-delay: 4600ms;
  -moz-transition-delay: 4600ms;
  -o-transition-delay: 4600ms;
  transition-delay: 4600ms;
}

.reveal-delay-24 {
  -webkit-transition-delay: 4800ms;
  -moz-transition-delay: 4800ms;
  -o-transition-delay: 4800ms;
  transition-delay: 4800ms;
}

.reveal-delay-25 {
  -webkit-transition-delay: 5000ms;
  -moz-transition-delay: 5000ms;
  -o-transition-delay: 5000ms;
  transition-delay: 5000ms;
}

.reveal-delay-26 {
  -webkit-transition-delay: 5200ms;
  -moz-transition-delay: 5200ms;
  -o-transition-delay: 5200ms;
  transition-delay: 5200ms;
}

.reveal-delay-27 {
  -webkit-transition-delay: 5400ms;
  -moz-transition-delay: 5400ms;
  -o-transition-delay: 5400ms;
  transition-delay: 5400ms;
}

.reveal-delay-28 {
  -webkit-transition-delay: 5600ms;
  -moz-transition-delay: 5600ms;
  -o-transition-delay: 5600ms;
  transition-delay: 5600ms;
}

.reveal-delay-29 {
  -webkit-transition-delay: 5800ms;
  -moz-transition-delay: 5800ms;
  -o-transition-delay: 5800ms;
  transition-delay: 5800ms;
}

.reveal-delay-30 {
  -webkit-transition-delay: 6000ms;
  -moz-transition-delay: 6000ms;
  -o-transition-delay: 6000ms;
  transition-delay: 6000ms;
}

@media (max-width: 768px) {
  .reveal,
  .reveal_img,
  .reveal_op,
  ._reveal_title {
    -webkit-transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  }
}
.__contain_nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 60px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1500;
}
.__contain_nav .__btn_nav {
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: background 1s ease, transform 0.8s ease;
  -moz-transition: background 1s ease, transform 0.8s ease;
  -o-transition: background 1s ease, transform 0.8s ease;
  transition: background 1s ease, transform 0.8s ease;
  display: inline-block;
  cursor: pointer;
  float: left;
  height: 60px;
  width: 70px;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
}
.__contain_nav .__btn_nav ._contain {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.__contain_nav .__btn_nav ._contain svg {
  display: inline-block;
  margin: 0 auto;
  width: 30px;
  -webkit-transition: all 0.8s 0.2s cubic-bezier(0.23, 0.65, 0.12, 1);
  -moz-transition: all 0.8s 0.2s cubic-bezier(0.23, 0.65, 0.12, 1);
  -o-transition: all 0.8s 0.2s cubic-bezier(0.23, 0.65, 0.12, 1);
  transition: all 0.8s 0.2s cubic-bezier(0.23, 0.65, 0.12, 1);
}
.__contain_nav .__btn_nav ._contain svg use {
  fill: #ffffff;
}
.__contain_nav .__btn_nav.__prev-nav {
  padding-right: 0;
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
}
.__contain_nav .__btn_nav.__prev-nav ._contain svg {
  -webkit-transform-origin: centre;
  -ms-transform-origin: centre;
  transform-origin: centre;
  -webkit-transform: translateX(10px) rotate(-180deg);
  -ms-transform: translateX(10px) rotate(-180deg);
  transform: translateX(10px) rotate(-180deg);
}
.__contain_nav .__btn_nav.__next-nav {
  float: right;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
}
.__contain_nav .__btn_nav.__next-nav ._contain svg {
  -webkit-transform-origin: centre;
  -ms-transform-origin: centre;
  transform-origin: centre;
  -webkit-transform: translateX(-10px) rotate(0deg);
  -ms-transform: translateX(-10px) rotate(0deg);
  transform: translateX(-10px) rotate(0deg);
}
.__contain_nav .__btn_nav:hover {
  background: #ffffff;
}
.__contain_nav .__btn_nav:hover.__prev-nav {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}
.__contain_nav .__btn_nav:hover.__prev-nav ._contain svg {
  -webkit-transform: translateX(0) rotate(-180deg);
  -ms-transform: translateX(0) rotate(-180deg);
  transform: translateX(0) rotate(-180deg);
}
.__contain_nav .__btn_nav:hover.__prev-nav ._contain svg use {
  fill: #1a3649;
}
.__contain_nav .__btn_nav:hover.__next-nav {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.__contain_nav .__btn_nav:hover.__next-nav ._contain svg {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.__contain_nav .__btn_nav:hover.__next-nav ._contain svg use {
  fill: #1a3649;
}

#tarteaucitronRoot {
  font-family: "Inter", sans-serif;
  color: #10212d;
}
#tarteaucitronRoot *, #tarteaucitronRoot button, #tarteaucitronRoot a {
  font-family: "Inter", sans-serif;
}
#tarteaucitronRoot button {
  box-shadow: none;
}
#tarteaucitronRoot button:focus-visible {
  outline: 2px solid #d9261c;
  outline-offset: 2px;
}
#tarteaucitronRoot.tarteaucitronSize-bottom #tarteaucitronAlertBig {
  position: fixed;
  inset: auto auto calc(16px + var(--bc-cookie-banner-lift, 0px)) 16px;
}
#tarteaucitronRoot.tarteaucitronSize-bottom #tarteaucitronAlertBig:not([style*="display: none"]) {
  display: grid !important;
}
#tarteaucitronRoot.tarteaucitronSize-bottom #tarteaucitronAlertBig {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(440px, 100vw - 32px);
  padding: 0;
  overflow: hidden;
  background: #ffffff;
  border: 4px solid #e5decf;
  border-radius: 12px;
  box-shadow: 0 18px 50px rgba(16, 33, 45, 0.24);
  color: #10212d;
  text-align: left;
  z-index: 2147483646;
}
#tarteaucitronRoot.tarteaucitronSize-bottom #tarteaucitronAlertBig .bc-cookie-banner-title {
  grid-column: 1/-1;
  display: block;
  margin: 0;
  padding: 18px 20px;
  background: #10212d;
  color: #ffffff;
  font-family: "Afacad", sans-serif;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
}
#tarteaucitronRoot.tarteaucitronSize-bottom #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
  grid-column: 1/-1;
  display: block;
  width: auto;
  margin: 0;
  padding: 18px 20px;
  color: #1a3649;
  font-size: 0.8125em;
  font-weight: 400;
  line-height: 1.55;
  text-align: left;
}
#tarteaucitronRoot.tarteaucitronSize-bottom #tarteaucitronAlertBig #tarteaucitronPersonalize2,
#tarteaucitronRoot.tarteaucitronSize-bottom #tarteaucitronAlertBig #tarteaucitronAllDenied2,
#tarteaucitronRoot.tarteaucitronSize-bottom #tarteaucitronAlertBig #tarteaucitronCloseAlert {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  min-height: 52px;
  margin: 0;
  padding: 10px 8px;
  background: #ffffff;
  border: 0;
  border-top: 1px solid #e5decf;
  border-right: 1px solid #e5decf;
  border-radius: 0;
  color: #10212d;
  font-family: "Afacad", sans-serif;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease;
}
#tarteaucitronRoot.tarteaucitronSize-bottom #tarteaucitronAlertBig #tarteaucitronPersonalize2:hover,
#tarteaucitronRoot.tarteaucitronSize-bottom #tarteaucitronAlertBig #tarteaucitronAllDenied2:hover,
#tarteaucitronRoot.tarteaucitronSize-bottom #tarteaucitronAlertBig #tarteaucitronCloseAlert:hover {
  background: #fcf7ed;
  color: #d9261c;
}
#tarteaucitronRoot.tarteaucitronSize-bottom #tarteaucitronAlertBig #tarteaucitronCloseAlert {
  border-right: 0;
}
#tarteaucitronRoot.tarteaucitronSize-bottom #tarteaucitronAlertBig #tarteaucitronPrivacyUrl {
  display: none;
}
#tarteaucitronRoot #tarteaucitronPercentage,
#tarteaucitronRoot #tarteaucitronIcon,
#tarteaucitronRoot .tarteaucitronSelfLink {
  display: none;
}
#tarteaucitronRoot .tarteaucitronCheck,
#tarteaucitronRoot .tarteaucitronCross,
#tarteaucitronRoot .tarteaucitronPlus {
  display: none;
}
#tarteaucitronRoot #tarteaucitronBack {
  background: rgba(16, 33, 45, 0.4);
  backdrop-filter: blur(4px);
}
#tarteaucitronRoot #tarteaucitron {
  width: min(720px, 100vw - 32px);
  max-height: min(760px, 100vh - 32px);
  overflow: hidden;
  background: #fefbf6;
  border: 1px solid #e7e1d9;
  border-radius: 16px;
  box-shadow: 0 24px 70px rgba(16, 33, 45, 0.4);
}
#tarteaucitronRoot #tarteaucitronClosePanel {
  top: 16px;
  right: 16px !important;
  z-index: 5;
  min-width: auto;
  margin: 0;
  padding: 10px 16px;
  background: #10212d;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  font-family: "Afacad", sans-serif;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: background 0.2s ease;
}
#tarteaucitronRoot #tarteaucitronClosePanel:hover {
  background: #485e6d;
}
#tarteaucitronRoot #tarteaucitronServices {
  max-height: min(720px, 100vh - 72px);
  margin-top: 0;
  overflow-y: auto;
  background: #fefbf6;
  border-radius: 16px;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronMainLine {
  display: block;
  margin: 0 !important;
  padding: 32px 24px 24px !important;
  background: #fefbf6 !important;
  border: 0 !important;
  border-radius: 0;
  color: #10212d;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronH1 {
  display: block;
  margin: 0 0 12px;
  color: #10212d;
  font-family: "Tripsis", Georgia, serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.1;
  text-align: left;
  width: 100%;
}
#tarteaucitronRoot #tarteaucitron #tarteaucitronInfo {
  position: static !important;
  display: block !important;
  width: auto !important;
  max-width: 560px !important;
  height: auto;
  margin: 0 0 22px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0;
  color: #485e6d !important;
  font-size: 0.8125em;
  font-weight: 400;
  line-height: 1.55;
  text-align: left !important;
}
#tarteaucitronRoot #tarteaucitronInfo #tarteaucitronPrivacyUrlDialog {
  margin-top: 12px;
  padding: 0;
  background: transparent;
  border: 0;
  color: #10212d;
  font-size: 1em;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName {
  display: none;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk {
  display: flex;
  float: none;
  gap: 8px;
  margin: 0;
  text-align: left;
}
#tarteaucitronRoot #tarteaucitronServices #tarteaucitronAllAllowed,
#tarteaucitronRoot #tarteaucitronServices #tarteaucitronAllDenied,
#tarteaucitronRoot #tarteaucitronSaveButton {
  min-height: 36px;
  margin: 0;
  padding: 0 16px;
  border: 1.5px solid #10212d;
  border-radius: 100px;
  font-family: "Afacad", sans-serif;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
#tarteaucitronRoot #tarteaucitronServices #tarteaucitronAllAllowed,
#tarteaucitronRoot #tarteaucitronServices #tarteaucitronAllDenied {
  background: transparent;
  color: #10212d;
}
#tarteaucitronRoot #tarteaucitronServices #tarteaucitronAllAllowed:hover,
#tarteaucitronRoot #tarteaucitronServices #tarteaucitronAllDenied:hover {
  background: #fcf7ed;
}
#tarteaucitronRoot #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected,
#tarteaucitronRoot #tarteaucitronServices #tarteaucitronAllDenied.tarteaucitronIsSelected {
  background: #10212d;
  border-color: #10212d;
  color: #ffffff;
}
#tarteaucitronRoot #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected:hover,
#tarteaucitronRoot #tarteaucitronServices #tarteaucitronAllDenied.tarteaucitronIsSelected:hover {
  background: #485e6d;
  border-color: #485e6d;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronBorder {
  background: #fefbf6;
  border: 0;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronTitle {
  padding: 14px 20px 6px;
  background: #fefbf6;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronTitle button,
#tarteaucitronRoot #tarteaucitronServices .asCatToggleBtn {
  margin: 0;
  padding: 0;
  background: transparent;
  color: #10212d;
  font-family: "Afacad", sans-serif;
  font-size: 0.8125em;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronDetails,
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronTitle + [id^=tarteaucitronDetails] {
  width: auto;
  margin: 0;
  padding: 0 20px 12px;
  background: #fefbf6;
  color: #485e6d;
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1.5;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine,
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine:hover {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 20px 12px;
  padding: 16px;
  background: #fefbf6;
  border: 1px solid #e7e1d9 !important;
  border-radius: 10px;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine .tarteaucitronName {
  float: none;
  width: auto;
  margin: 0;
  color: #10212d;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine .tarteaucitronName .tarteaucitronH3 {
  color: #10212d;
  font-size: 0.875em;
  font-weight: 700;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine .tarteaucitronName a,
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine .tarteaucitronName .tacCurrentStatus,
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine .tarteaucitronName .tarteaucitronReadmoreSeparator {
  color: #485e6d;
  font-size: 0.75em;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine .tarteaucitronAsk {
  display: flex;
  flex-shrink: 0;
  float: none;
  gap: 6px;
  margin: 0;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny {
  min-width: 92px;
  margin: 0;
  padding: 9px 12px;
  background: #fefbf6;
  border: 1px solid #a3afb6;
  border-radius: 100px;
  color: #10212d;
  font-family: "Afacad", sans-serif;
  font-size: 0.75em;
  font-weight: 700;
  text-shadow: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow:hover,
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny:hover {
  background: #f0e9d8;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow {
  background: #2d7a6d;
  border-color: #2d7a6d;
  color: #ffffff;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow:hover {
  background: #2d7a6d;
  opacity: 0.85;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny {
  background: #d9261c;
  border-color: #d9261c;
  color: #ffffff;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny:hover {
  background: #d9261c;
  opacity: 0.85;
}
#tarteaucitronRoot #tarteaucitronServices_mandatory .tarteaucitronAsk {
  display: none;
}
#tarteaucitronRoot #tarteaucitronSave {
  position: sticky;
  bottom: 0;
  padding: 16px 20px 20px;
  background: #fefbf6;
  border-top: 1px solid #e7e1d9;
  text-align: right;
}
#tarteaucitronRoot #tarteaucitronSaveButton {
  background: #10212d;
  border-color: #10212d;
  color: #ffffff;
}
#tarteaucitronRoot #tarteaucitronSaveButton:hover {
  background: #485e6d;
  border-color: #485e6d;
}
@media all and (max-width: 768px) {
  #tarteaucitronRoot.tarteaucitronSize-bottom #tarteaucitronAlertBig {
    inset: auto 12px calc(12px + var(--bc-cookie-banner-lift, 0px)) 12px;
    width: auto;
  }
  #tarteaucitronRoot #tarteaucitron {
    width: calc(100vw - 24px);
    max-height: calc(100vh - 24px);
  }
  #tarteaucitronRoot #tarteaucitronServices {
    max-height: calc(100vh - 64px);
  }
  #tarteaucitronRoot #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine,
  #tarteaucitronRoot #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine:hover {
    align-items: flex-start;
    flex-direction: column;
  }
  #tarteaucitronRoot #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine .tarteaucitronName {
    width: 100%;
  }
}
@media all and (max-width: 419px) {
  #tarteaucitronRoot.tarteaucitronSize-bottom #tarteaucitronAlertBig #tarteaucitronPersonalize2,
  #tarteaucitronRoot.tarteaucitronSize-bottom #tarteaucitronAlertBig #tarteaucitronAllDenied2,
  #tarteaucitronRoot.tarteaucitronSize-bottom #tarteaucitronAlertBig #tarteaucitronCloseAlert {
    min-height: 44px;
    padding: 8px 4px;
    word-break: break-word;
  }
  #tarteaucitronRoot #tarteaucitronServices .tarteaucitronMainLine {
    padding: 28px 18px 20px;
  }
  #tarteaucitronRoot #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk,
  #tarteaucitronRoot #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine .tarteaucitronAsk {
    width: 100%;
  }
  #tarteaucitronRoot #tarteaucitronServices #tarteaucitronAllAllowed,
  #tarteaucitronRoot #tarteaucitronServices #tarteaucitronAllDenied,
  #tarteaucitronRoot #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
  #tarteaucitronRoot #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny {
    flex: 1;
    min-width: 0;
  }
}

@media print {
  #tarteaucitronRoot {
    display: none;
  }
}
html:has(:is(.search-drawer, .recipe-drawer, .bc-filter-drawer, .bc-founder-drawer, .bc-region-drawer).is-open),
body:has(:is(.search-drawer, .recipe-drawer, .bc-filter-drawer, .bc-founder-drawer, .bc-region-drawer).is-open) {
  overflow: hidden !important;
}

.__modal {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1000000000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: table-cell;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  background: rgba(16, 33, 45, 0);
  -webkit-transition: background 0.8s ease;
  -moz-transition: background 0.8s ease;
  -o-transition: background 0.8s ease;
  transition: background 0.8s ease;
}
.__modal ._contain {
  width: auto;
  min-width: 30%;
  max-width: 90%;
  height: auto;
  display: block;
  margin: 0 auto;
  background: #ffffff;
  padding: 40px 25px;
  position: relative;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.1s transform 0.6s 0.1s ease;
  -moz-transition: opacity 0.5s ease 0.1s transform 0.6s 0.1s ease;
  -o-transition: opacity 0.5s ease 0.1s transform 0.6s 0.1s ease;
  transition: opacity 0.5s ease 0.1s transform 0.6s 0.1s ease;
}
@media all and (max-width: 768px) {
  .__modal ._contain {
    width: 100%;
    max-width: none;
    height: 100%;
    padding: 30px 20px;
  }
}
.__modal ._contain .__close_modal {
  pointer-events: auto;
  display: flex;
  align-items: center;
  right: 20px;
  top: 20px;
  position: absolute;
  cursor: pointer;
  width: 30px;
  height: 30px;
  z-index: 200;
  border: 1px solid #1a3649;
  -webkit-transition: background 0.8s ease;
  -moz-transition: background 0.8s ease;
  -o-transition: background 0.8s ease;
  transition: background 0.8s ease;
}
.__modal ._contain .__close_modal svg {
  width: 20px;
  height: 20px;
  pointer-events: none;
  position: relative;
  display: block;
  margin: 0 auto;
}
.__modal ._contain .__close_modal svg use {
  fill: #1a3649;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.__modal ._contain .__close_modal:hover {
  background: #1a3649;
}
.__modal ._contain .__close_modal:hover svg use {
  fill: #fefbf6;
}
.__modal ._contain .__close_modal._modal_btn {
  position: relative;
  width: 100%;
  height: auto;
  top: 0;
  right: auto;
  text-align: right;
}
.__modal ._contain .__close_modal._modal_btn ._tinego_btn {
  float: right;
  position: relative;
  top: -5px;
  right: -10px;
}
.__modal ._contain ._msg {
  text-align: center;
  display: block;
  padding: 40px 20px 20px;
}
.__modal ._contain ._msg span {
  display: block;
  color: #1a3649;
  font-size: 1em;
  font-weight: 500;
}
.__modal ._contain ._msg span._yellow {
  color: #e8524a;
}
.__modal ._contain ._msg span._red {
  color: #bcd4f9;
  font-family: "Spartan";
  font-size: 3em;
  font-weight: 600;
  margin-bottom: 20px;
}
.__modal ._contain ._msg._error span {
  color: #d9261c;
}
.__modal.__contact ._contain, .__modal.__newsletter ._contain {
  width: 60vw;
  max-height: 95vh;
  overflow-y: auto;
  overflow-x: none;
}
@media all and (max-width: 1281px) {
  .__modal.__contact ._contain, .__modal.__newsletter ._contain {
    width: 70vw;
  }
}
@media all and (max-width: 992px) {
  .__modal.__contact ._contain, .__modal.__newsletter ._contain {
    width: 80vw;
  }
}
@media all and (max-width: 600px) {
  .__modal.__contact ._contain, .__modal.__newsletter ._contain {
    width: 100vw;
    max-height: none;
    height: 100%;
  }
}
.__modal ._contain_contact {
  padding: 40px 20px;
}
.__modal ._contain_contact .hs-form-frame {
  margin: 0 -30px;
}
.__modal.__mentions ._contain, .__modal.__confidentialite ._contain {
  width: 90%;
  height: 90vh;
  overflow-y: auto;
  padding: 40px 50px;
}
@media all and (max-width: 1281px) {
  .__modal.__mentions ._contain, .__modal.__confidentialite ._contain {
    padding: 40px;
  }
}
@media all and (max-width: 768px) {
  .__modal.__mentions ._contain, .__modal.__confidentialite ._contain {
    width: 100%;
    height: 100vh;
    overflow-y: auto;
  }
  .__modal.__mentions ._contain .__close_modal, .__modal.__confidentialite ._contain .__close_modal {
    position: fixed;
    top: 20px;
    right: 20px;
  }
}
.__modal.__connexion_modal, .__modal.__forget_modal {
  background: rgba(16, 33, 45, 0);
}
.__modal.__connexion_modal ._contain, .__modal.__forget_modal ._contain {
  background: none;
  padding: 0;
  min-width: 450px;
  max-width: 450px;
}
.__modal.__connexion_modal ._contain ._connexion_container, .__modal.__forget_modal ._contain ._connexion_container {
  width: 100%;
  background: #ffffff;
  padding: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.__modal.__connexion_modal ._contain ._connexion_container ._desc_forget_pwd, .__modal.__forget_modal ._contain ._connexion_container ._desc_forget_pwd {
  font-size: 0.8em;
  font-weight: 500;
  text-align: center;
  display: block;
}
.__modal.__connexion_modal ._contain ._connexion_container ._success_confirmation, .__modal.__connexion_modal ._contain ._connexion_container ._error_connexion, .__modal.__forget_modal ._contain ._connexion_container ._success_confirmation, .__modal.__forget_modal ._contain ._connexion_container ._error_connexion {
  font-weight: 500;
  font-size: 0.75em;
  display: block;
  text-align: center;
  background: #d9261c;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
  color: #1a3649;
}
.__modal.__connexion_modal ._contain ._connexion_container ._success_confirmation._error, .__modal.__connexion_modal ._contain ._connexion_container ._error_connexion._error, .__modal.__forget_modal ._contain ._connexion_container ._success_confirmation._error, .__modal.__forget_modal ._contain ._connexion_container ._error_connexion._error {
  background: #d9261c;
  color: #ffffff;
  text-transform: none;
}
.__modal.__connexion_modal ._contain ._connexion_container ._success_confirmation a, .__modal.__connexion_modal ._contain ._connexion_container ._error_connexion a, .__modal.__forget_modal ._contain ._connexion_container ._success_confirmation a, .__modal.__forget_modal ._contain ._connexion_container ._error_connexion a {
  display: block;
  padding: 10px 15px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #ffffff;
  color: #1a3649;
  text-transform: upperacse;
  margin: 20px 0 0;
}
.__modal.__connexion_modal ._contain ._connexion_container ._forget_pwd, .__modal.__forget_modal ._contain ._connexion_container ._forget_pwd {
  font-size: 0.8em;
  text-align: center;
  display: block;
}
.__modal.__connexion_modal ._contain ._connexion_container ._forget_pwd:hover, .__modal.__forget_modal ._contain ._connexion_container ._forget_pwd:hover {
  text-decoration: underline;
}
.__modal.__connexion_modal ._contain ._connexion_container ._connexion_subs span, .__modal.__forget_modal ._contain ._connexion_container ._connexion_subs span {
  font-size: 0.7em;
  display: inline;
}
.__modal.__connexion_modal ._contain ._connexion_container ._connexion_subs a, .__modal.__forget_modal ._contain ._connexion_container ._connexion_subs a {
  font-size: 0.7em;
  font-weight: 500;
}
.__modal.__connexion_modal ._contain ._connexion_container ._connexion_subs a:hover, .__modal.__forget_modal ._contain ._connexion_container ._connexion_subs a:hover {
  text-decoration: underline;
}
.__modal.__success_send ._contain {
  background: #d9261c;
}
.__modal.__success_send ._contain ._msg span {
  display: block;
  color: #1a3649;
  text-align: center;
}
.__modal.__video_contain ._contain {
  width: 70%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.__modal._show {
  visibility: visible;
  background: rgba(16, 33, 45, 0.95);
}
.__modal._show.__connexion_modal, .__modal._show.__forget_modal {
  background: rgba(16, 33, 45, 0.95);
}
.__modal._show ._contain {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media all and (max-width: 1560px) {
  .__modal ._contain {
    min-width: 50%;
  }
}
@media all and (max-width: 1281px) {
  .__modal ._contain {
    width: 70%;
  }
  .__modal ._contain ._msg {
    padding: 30px 15px;
  }
  .__modal ._contain ._msg span {
    font-size: 1em;
  }
}
@media all and (max-width: 992px) {
  .__modal {
    width: 100%;
    left: 0;
  }
}
@media all and (max-width: 600px) {
  .__modal ._contain {
    width: 95%;
  }
  .__modal ._contain .__close_msg {
    top: 15px;
    right: 15px;
  }
  .__modal ._contain ._msg {
    padding: 20px 10px;
  }
  .__modal ._contain ._msg span {
    font-size: 0.95em;
  }
}

.__modal_galerie {
  position: fixed;
  inset: 0;
  z-index: 10000000000000000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.__modal_galerie._open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.__modal_galerie .__overlay {
  position: absolute;
  inset: 0;
  background: rgba(16, 33, 45, 0.8);
}
.__modal_galerie .__container {
  position: relative;
  z-index: 2;
  width: calc(100vw - 60px);
  height: calc(100vh - 60px);
  margin: 30px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.__modal_galerie .__content {
  max-width: calc(100% - 180px);
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.__modal_galerie .__content img {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 120px);
  width: auto;
  height: auto;
  border-radius: 12px;
  object-fit: contain;
}
.__modal_galerie .__close_modal {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 4;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  outline: none;
  border: 0;
}
.__modal_galerie .__close_modal svg {
  height: 20px;
  width: 20px;
}
.__modal_galerie .__close_modal svg use {
  fill: #10212d;
}
.__modal_galerie .__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.__modal_galerie .__nav svg {
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.__modal_galerie .__nav svg use {
  fill: #10212d;
}
.__modal_galerie .__nav_prev {
  left: 20px;
}
.__modal_galerie .__nav_prev svg {
  transform: rotate(225deg);
}
.__modal_galerie .__nav_next {
  right: 20px;
}
@media (max-width: 767px) {
  .__modal_galerie .__container {
    width: calc(100vw - 20px);
    height: calc(100vh - 20px);
    margin: 10px auto;
  }
  .__modal_galerie .__content {
    max-width: calc(100% - 80px);
  }
  .__modal_galerie .__nav {
    width: 42px;
    height: 42px;
  }
}

.bc-field-embed {
  display: flex;
  align-items: center;
  gap: 8px;
  border: none;
  border-radius: 8px;
  padding: 6px 6px 6px 16px;
  background: #ffffff;
  min-height: 56px;
}
.bc-field-embed__input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  font-family: "Inter", sans-serif;
  font-size: 0.95em;
  color: #10212d;
  padding: 0;
  margin: 0 !important;
  height: 44px;
  line-height: 44px;
  align-self: center;
}
.bc-field-embed__input::placeholder {
  color: #a3afb6;
  font-style: normal;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
  -webkit-text-fill-color: #10212d !important;
  transition: background-color 5000s ease-in-out 0s;
}

.__field {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  width: 100%;
}
.__field__label {
  font-family: "Inter", sans-serif;
  font-size: 0.875em;
  font-weight: 500;
  color: #485e6d;
  line-height: 1.5;
}
.__field__wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 3.25em;
}
.__field__input {
  width: 100%;
  height: 3.25em;
  line-height: 3.25em;
  padding: 0 0.5em 0 0.75em;
  font-family: "Inter", sans-serif;
  font-size: 0.875em;
  color: #10212d;
  background: #ffffff;
  border: 1px solid rgba(16, 33, 45, 0.08);
  border-radius: 0.5em;
  outline: none;
  -webkit-appearance: none;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.__field__input::placeholder {
  color: #a3afb6;
  font-style: normal;
}
.__field__input:focus {
  border-color: rgba(16, 33, 45, 0.35);
}
.__field__input:disabled {
  background: #fefbf6;
  border-color: rgba(16, 33, 45, 0.06);
  color: #a3afb6;
  cursor: not-allowed;
}
.__field__input:disabled::placeholder {
  color: #d1d7db;
}
.__field__input._error {
  border-color: #d9261c;
  box-shadow: 0 0 0 3px rgba(217, 38, 28, 0.08);
}
.__field__input._has-icon-right {
  padding-right: 3.25em;
}
.__field__input[rows] {
  height: auto;
  padding: 0.875em 0.75em;
  resize: vertical;
  line-height: 1.5;
}
.__field__wrap .__field__input {
  margin-bottom: 0;
}
.__field__icon-right {
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25em;
  height: 2.25em;
  border-radius: 9999px;
  color: #485e6d;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  margin-block: 0;
  flex-shrink: 0;
  line-height: 1;
  -webkit-transition: color 0.15s ease, background 0.15s ease;
  -moz-transition: color 0.15s ease, background 0.15s ease;
  -o-transition: color 0.15s ease, background 0.15s ease;
  transition: color 0.15s ease, background 0.15s ease;
}
.__field__icon-right:hover {
  color: #10212d;
  background: rgba(16, 33, 45, 0.06);
}
.__field__icon-right svg {
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  display: block;
}
.__field__helper {
  font-family: "Inter", sans-serif;
  font-size: 0.75em;
  line-height: 1.5;
  letter-spacing: 0.004em;
  color: #768692;
}
.__field__helper._error {
  color: #d9261c;
}
.__field__error-msg {
  display: none;
  font-family: "Inter", sans-serif;
  font-size: 0.8em;
  color: #d9261c;
  line-height: 1.4;
}
.__field__error-msg.is-visible {
  display: block;
}

.iti__flag {
  background-image: url("/dist/img/flags.webp");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("/dist/img/flags@2x.webp");
  }
}

.__field--phone .iti {
  width: 100%;
}
.__field--phone .iti__tel-input {
  width: 100%;
  height: 3.25em;
  line-height: 3.25em;
  padding: 0 0.75em 0 0.75em;
  font-family: "Inter", sans-serif;
  font-size: 0.875em;
  color: #10212d;
  background: #ffffff;
  border: 1px solid rgba(16, 33, 45, 0.08);
  border-radius: 0.5em;
  outline: none;
  -webkit-appearance: none;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.__field--phone .iti__tel-input::placeholder {
  color: #a3afb6;
}
.__field--phone .iti__tel-input:focus {
  border-color: rgba(16, 33, 45, 0.35);
}
.__field--phone .iti__flag-container,
.__field--phone .iti__selected-country {
  background: transparent;
  border: none;
  border-right: 1px solid rgba(16, 33, 45, 0.08);
  border-radius: 0.5em 0 0 0.5em;
  padding: 0 0.625em;
  height: 3.25em;
  font-family: "Inter", sans-serif;
  font-size: 0.875em;
  color: #10212d;
}
.__field--phone .iti__selected-dial-code {
  font-family: "Inter", sans-serif;
  font-size: 0.875em;
  font-weight: 500;
  color: #10212d;
  margin-left: 0.375em;
}
.__field--phone .iti__dropdown-content {
  border: 1px solid rgba(16, 33, 45, 0.12);
  border-radius: 0.5em;
  box-shadow: 0 8px 24px rgba(16, 33, 45, 0.08);
  font-family: "Inter", sans-serif;
  font-size: 0.875em;
}
.__field--phone .iti__search-input {
  border-bottom: 1px solid rgba(16, 33, 45, 0.08);
  padding: 0.5em 0.75em;
  font-family: "Inter", sans-serif;
  font-size: 0.875em;
  color: #10212d;
  outline: none;
}
.__field--phone .iti__search-input::placeholder {
  color: #a3afb6;
}
.__field--phone .iti__country.iti__highlight,
.__field--phone .iti__country:hover {
  background: #fefbf6;
}
.__field--phone .iti__dial-code {
  color: #768692;
}

.__field--search .__field__wrap {
  border: 1.5px solid #e7e1d9;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.__field--search .__field__wrap:focus-within {
  border-color: #10212d;
}
.__field--search .__field__input {
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding-right: 48px;
}
.__field--search .__field__clear {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid #e7e1d9;
  background: transparent;
  color: #485e6d;
  cursor: pointer;
  -webkit-transition: border-color 0.15s ease, color 0.15s ease;
  -moz-transition: border-color 0.15s ease, color 0.15s ease;
  -o-transition: border-color 0.15s ease, color 0.15s ease;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.__field--search .__field__clear:hover {
  border-color: #10212d;
  color: #10212d;
}
.__field--search .__field__clear svg {
  width: 14px;
  height: 14px;
}

.__field__select {
  width: 100%;
  height: 52px;
  padding: 0 40px 0 16px;
  font-family: "Inter", sans-serif;
  font-size: 0.95em;
  color: #10212d;
  background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%231c2b3a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 14px center;
  border: 1.5px solid #e7e1d9;
  border-radius: 8px;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -moz-transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -o-transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.__field__select:focus {
  border-color: #10212d;
  box-shadow: 0 0 0 3px rgba(16, 33, 45, 0.08);
}
.__field__select:disabled {
  background-color: #fefbf6;
  color: #a3afb6;
  cursor: not-allowed;
}

.__checkbox, .__radio {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  user-select: none;
  line-height: 1;
}
.__checkbox input[type=checkbox], .__radio input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.__checkbox__box {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1.5px solid #e7e1d9;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  -webkit-transition: background 0.15s ease, border-color 0.15s ease;
  -moz-transition: background 0.15s ease, border-color 0.15s ease;
  -o-transition: background 0.15s ease, border-color 0.15s ease;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.__checkbox__box::after {
  content: "";
  display: block;
  width: 11px;
  height: 8px;
  background: #ffffff;
  opacity: 0;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 14%, 80% 0%, 43% 62%);
  -webkit-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
.__checkbox input[type=checkbox]:checked ~ .__checkbox__box, .__radio input[type=checkbox]:checked ~ .__checkbox__box, .__checkbox.is-checked .__checkbox__box, .is-checked.__radio .__checkbox__box {
  background: #10212d;
  border-color: #10212d;
}
.__checkbox input[type=checkbox]:checked ~ .__checkbox__box::after, .__radio input[type=checkbox]:checked ~ .__checkbox__box::after, .__checkbox.is-checked .__checkbox__box::after, .is-checked.__radio .__checkbox__box::after {
  opacity: 1;
}
.__checkbox input[type=checkbox]:indeterminate ~ .__checkbox__box, .__radio input[type=checkbox]:indeterminate ~ .__checkbox__box, .__checkbox.is-indeterminate .__checkbox__box, .is-indeterminate.__radio .__checkbox__box {
  background: #10212d;
  border-color: #10212d;
}
.__checkbox input[type=checkbox]:indeterminate ~ .__checkbox__box::after, .__radio input[type=checkbox]:indeterminate ~ .__checkbox__box::after, .__checkbox.is-indeterminate .__checkbox__box::after, .is-indeterminate.__radio .__checkbox__box::after {
  clip-path: none;
  width: 10px;
  height: 2px;
  border-radius: 1px;
  opacity: 1;
}
.__checkbox:hover:not(.__checkbox--disabled) .__checkbox__box, .__radio:hover:not(.__checkbox--disabled) .__checkbox__box {
  border-color: #485e6d;
}
.__checkbox input[type=checkbox]:focus-visible ~ .__checkbox__box, .__radio input[type=checkbox]:focus-visible ~ .__checkbox__box {
  box-shadow: 0 0 0 3px rgba(16, 33, 45, 0.12);
}
.__checkbox--disabled,
.__checkbox input[type=checkbox]:disabled ~ .__checkbox__box,
.__radio input[type=checkbox]:disabled ~ .__checkbox__box {
  opacity: 0.38;
  cursor: not-allowed;
  pointer-events: none;
}
.__checkbox__label {
  font-family: "Inter", sans-serif;
  font-size: 1em;
  font-weight: 400;
  color: #10212d;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.__checkbox__desc {
  font-size: 0.87em;
  font-weight: 400;
  color: #768692;
}

.__radio .__checkbox__box, .__radio__box {
  border-radius: 50%;
}
.__radio .__checkbox__box::after, .__radio__box::after {
  clip-path: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0;
}
.__radio input[type=radio]:checked ~ .__checkbox__box {
  background: #10212d;
  border-color: #10212d;
}
.__radio input[type=radio]:checked ~ .__checkbox__box::after {
  opacity: 1;
}

._page_top {
  padding-top: 150px;
}
@media all and (max-width: 992px) {
  ._page_top {
    padding-top: 100px;
  }
}
@media all and (max-width: 600px) {
  ._page_top {
    padding-top: 30px;
  }
}

._section {
  height: auto;
  padding: 80px 15px;
  position: relative;
}
._section._big_section {
  padding: 200px 15px;
}
._section._section_swiper {
  padding: 40px 0 40px 30px;
}
._section._no_padding {
  padding: 0 15px;
}
._section._middle_padding {
  padding: 60px 15px;
}
._section._little_padding {
  padding: 20px 15px;
}
._section._no_top_padding {
  padding-top: 0;
}
._section._no_bottom_padding {
  padding-bottom: 0;
}
._section._little_bottom_padding {
  padding-bottom: 40px;
}
._section._center {
  display: table-cell;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
._section._center .__wrap_section {
  top: 0;
}
._section._border .__wrap_section {
  border: 1px solid red;
}
._section.__full {
  height: 100vh;
}
._section.__full .container {
  height: 100%;
}
._section.__min_height {
  min-height: 100vh;
}
@media all and (max-width: 768px) {
  ._section.__mobile_full {
    padding: 0;
  }
  ._section.__mobile_full .__wrap_section {
    width: 100%;
  }
}
@media all and (max-width: 1700px) {
  ._section {
    padding: 80px 15px;
  }
  ._section._big_padding {
    padding: 80px 15px;
  }
  ._section._little_bottom_padding {
    padding-bottom: 30px;
  }
  ._section._big_section {
    padding: 180px 15px;
  }
}
@media all and (max-width: 1281px) {
  ._section {
    padding: 60px 15px;
  }
  ._section._big_padding {
    padding: 60px 15px;
  }
  ._section._big_section {
    padding: 120px 15px;
  }
  ._section._section_swiper {
    padding: 30px 0 30px 30px;
  }
  ._section._little_bottom_padding {
    padding-bottom: 20px;
  }
}
@media all and (max-width: 992px) {
  ._section._big_section {
    padding: 100px 15px;
  }
  ._section._middle_padding {
    padding: 50px 15px;
  }
}
@media all and (max-width: 768px) {
  ._section {
    padding: 50px 30px;
  }
  ._section.__full .__wrap_section {
    height: 100% !important;
  }
  ._section._big_padding {
    padding: 80px 15px;
  }
}
@media all and (max-width: 768px) {
  ._section {
    padding: 60px 30px;
  }
  ._section._big_padding {
    padding: 60px 0;
  }
  ._section._big_section {
    padding: 80px 15px;
  }
}
@media all and (max-width: 600px) {
  ._section {
    padding: 40px 20px;
  }
  ._section._big_padding {
    padding: 50px 0;
  }
  ._section._middle_padding {
    padding: 40px 15px;
  }
  ._section._section_swiper {
    padding: 40px 0 40px 10px;
  }
}

._70 {
  width: 70%;
}
@media all and (max-width: 992px) {
  ._70 {
    width: 100%;
  }
}

._80 {
  width: 80%;
}
@media all and (max-width: 992px) {
  ._80 {
    width: 100%;
  }
}

.height_full {
  height: 100%;
}

@media all and (max-width: 1700px) {
  ._stick_menu {
    width: 20%;
  }
}

._stick_content._no_left {
  margin-left: 0;
}
@media all and (max-width: 1700px) {
  ._stick_content {
    width: 80%;
    margin-left: 20%;
  }
  ._stick_content._no_left {
    margin-left: 0;
  }
}
@media all and (max-width: 992px) {
  ._stick_content {
    width: 100%;
    margin-left: 0;
  }
}

.container {
  height: 100%;
  position: relative;
  z-index: 10;
  width: 75%;
  margin: 0 auto;
  max-width: none !important;
}
.container.container_padding {
  padding: 50px 50px;
}
.container._normal_padding {
  padding: 0 15px;
}
.container._full {
  width: 100% !important;
  padding: 0;
}
@media all and (min-width: 1700px) {
  .container {
    width: 80% !important;
  }
  .container._full {
    width: 100% !important;
  }
}
@media all and (max-width: 1700px) {
  .container {
    width: 85% !important;
  }
  .container._normal_padding {
    padding: 0 15px;
  }
}
@media all and (max-width: 1560px) {
  .container {
    width: 95% !important;
  }
  .container._normal_padding {
    padding: 0 15px;
  }
  .container.container_padding {
    padding: 50px 40px;
  }
  .container._full {
    padding: 0;
    width: 100% !important;
  }
}
@media all and (max-width: 1281px) {
  .container {
    width: 90% !important;
    max-width: none;
  }
  .container._full {
    padding: 0;
    width: 100% !important;
  }
}
@media all and (min-width: 993px) and (max-width: 1560px) {
  .container {
    width: 85% !important;
  }
}
@media all and (max-width: 992px) {
  .container {
    padding: 0 30px;
  }
  .container.container_padding {
    padding: 40px 30px;
  }
}
@media all and (max-width: 768px) {
  .container {
    width: 100% !important;
    left: 0;
  }
}
@media all and (max-width: 600px) {
  .container.container_padding {
    padding: 0px 20px;
  }
}
@media all and (max-width: 419px) {
  .container {
    padding: 0 20px;
  }
}
.container._padding_right {
  padding-right: 0;
}

._no_padding {
  padding: 0;
}

._padding_right {
  padding-right: 50px;
}
._padding_right._plus {
  padding-right: 100px;
}
@media all and (max-width: 1281px) {
  ._padding_right._plus {
    padding-right: 80px;
  }
}
@media all and (max-width: 992px) {
  ._padding_right._plus {
    padding-right: 60px;
  }
}
@media all and (max-width: 768px) {
  ._padding_right {
    padding-right: 20px;
  }
  ._padding_right._plus {
    padding-right: 20px;
  }
}

@media all and (max-width: 768px) {
  ._no_padding_middle {
    padding: 0;
  }
}

._no_padding_top {
  padding-top: 0;
}

._padding-left_plus {
  padding-left: 150px;
}
@media all and (max-width: 1700px) {
  ._padding-left_plus {
    padding-left: 70px;
  }
}
@media all and (max-width: 1560px) {
  ._padding-left_plus {
    padding-left: 40px;
  }
}
@media all and (max-width: 1281px) {
  ._padding-left_plus {
    padding-left: 20px;
  }
}
@media all and (max-width: 768px) {
  ._padding-left_plus {
    padding-left: 15px;
  }
}

.__padding-left {
  padding-left: 60px;
}
@media all and (max-width: 1700px) {
  .__padding-left {
    padding-left: 40px;
  }
}
@media all and (max-width: 1560px) {
  .__padding-left {
    padding-left: 30px;
  }
}
@media all and (max-width: 768px) {
  .__padding-left {
    padding-left: 0;
  }
}

@media all and (max-width: 768px) {
  ._marge_mobile {
    margin-top: 30px;
  }
}

.bc-faq-block__inner {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.bc-faq-block__inner h2, .bc-faq-block__inner .h2 {
  margin-bottom: 24px;
}
@media all and (max-width: 768px) {
  .bc-faq-block > .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (max-width: 768px) {
  ._center_mobile a {
    margin: 0 auto;
  }
}

@media all and (max-width: 1560px) {
  ._marge_offset_left {
    margin-left: 10%;
    width: 85%;
  }
}
@media all and (max-width: 992px) {
  ._marge_offset_left {
    margin-left: 0;
    width: 100%;
  }
}

@media all and (max-width: 768px) {
  ._marge_offset_full {
    margin-left: 0;
    width: 100%;
  }
}

.w_70 {
  width: 70%;
}

.w_80 {
  width: 80%;
}
@media all and (max-width: 768px) {
  .w_80 {
    width: 90%;
  }
}
@media all and (max-width: 600px) {
  .w_80 {
    width: 100%;
  }
}

._section--compact {
  height: auto;
  padding: 40px 24px;
  position: relative;
}
@media all and (max-width: 768px) {
  ._section--compact {
    padding: 32px 16px;
  }
}

._section--flush {
  height: auto;
  padding: 0;
  position: relative;
}

._page-header-offset {
  padding-top: calc(var(--bc-header-h, 116px) + 64px);
}
@media all and (max-width: 768px) {
  ._page-header-offset {
    padding-top: calc(var(--bc-header-h, 112px) + 40px);
  }
}

._block_confirm {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._block_confirm ._back_confirm {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 33, 45, 0.5);
  display: table-cell;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
._block_confirm ._back_confirm ._confirm {
  background: #ffffff;
  width: auto;
  min-width: 400px;
  max-width: 90%;
  padding: 30px;
  margin: 0 auto;
  display: block;
}
._block_confirm ._back_confirm ._confirm span {
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
}

/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom; /* direct pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox { /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container { /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}

/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container { /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools { /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools { /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer { /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger { /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px; /* minimum dragger height */
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px; /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px; /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px; /* minimum dragger width */
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px; /* auto-expanded scrollbar */
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px; /* auto-expanded scrollbar */
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper { /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; /* non-visible scrollbar */
  margin-left: 0;
}

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
----------------------------------------
6.1 THEMES
----------------------------------------
*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background: rgb(2.6229508197, 5.4098360656, 7.3770491803);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png); /* css sprites */
  background-repeat: no-repeat;
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  opacity: 0.4;
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*
  sprites locations
  light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
  dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
  */
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*
  sprites locations
  light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
  dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
  */
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*
  sprites locations
  light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
  dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
  */
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*
  sprites locations
  light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
  dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
  */
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #ffffff;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #1a3649;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #1a3649;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #1a3649;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* LIGHT WHITE */
.mCS-white.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgb(194.4142857143, 34.0448979592, 25.0857142857);
}

.mCS-white.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #ffffff;
}

.mCS-white.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #ffffff;
}

.mCS-white.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-white.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #ffffff;
}

.mCS-white.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-white.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-white.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-white.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px; /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px; /* auto-expanded scrollbar */
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px; /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px; /* auto-expanded scrollbar */
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
  z-index: 9999;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

/* ---------------------------------------- */
.__bg-white {
  background: #ffffff;
}

.__bg-white_grey {
  background: linear-gradient(to bottom, #ffffff 0%, #fcf7ed 90%);
}

.__bg_green-light {
  background: #fcf7ed;
}

.__bg_green-dark {
  background: #10212d;
}

.__icon_symbol {
  position: absolute;
  bottom: -15%;
  right: -20%;
  width: 60vw;
  height: 70vh;
}
.__icon_symbol svg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.__icon_symbol svg use {
  fill: #d1d7db;
  filter: alpha(opacity=10);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  opacity: 0.1;
}
.__icon_symbol._light svg use {
  fill: #fcf7ed;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5;
}

[data-scroll-sticky] {
  position: sticky;
  top: 100px;
  transform: translateZ(0);
  will-change: transform, top;
  transition: none; /* Pas de transition pendant le scroll */
}

._relative {
  position: relative;
}

.tooltip-error {
  position: absolute;
  bottom: 100%; /* Toujours positionner au-dessus du champ */
  left: 0;
  transform: translateY(-10px); /* Décaler légèrement pour éviter d'être collé */
  color: #1a3649;
  font-weight: 500;
  background-color: #ffffff;
  font-size: 0.85em;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 10px 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: none;
  max-width: 300px;
}

/* Triangle indicateur pour la bulle */
.tooltip-error::after {
  content: "";
  position: absolute;
  top: 100%; /* Triangle au bas du tooltip */
  left: 20px; /* Ajustez pour centrer */
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff; /* Même couleur que le fond */
}

/**
 * Swiper 6.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 5, 2021
 */
@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;
}

.swiper-blog .swiper-slide {
  width: auto !important;
}

/* 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 {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  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(-1 * 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-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.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: 50px;
  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: 20px;
  height: 5px;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: width 0.8s ease;
  -moz-transition: width 0.8s ease;
  -o-transition: width 0.8s ease;
  transition: width 0.8s ease;
  transform-origin: center;
  background: #1a3649;
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  opacity: 0.4;
}
.swiper-pagination-bullet._white {
  background: #ffffff;
}

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 {
  width: 80px;
  opacity: 1;
  background: #1a3649;
}
.swiper-pagination-bullet-active._white {
  background: #ffffff;
}

.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-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.amsify-suggestags-area .amsify-suggestags-input-area-default {
  cursor: pointer;
  border: 1px solid #cccccc;
  min-height: 20px;
  padding: 8px 5px;
}

.amsify-suggestags-area {
  margin-bottom: 40px;
}

.amsify-suggestags-area .amsify-suggestags-input-area {
  text-align: left;
  height: auto;
}

.amsify-suggestags-area .amsify-suggestags-input-area:hover {
  cursor: text;
}

.amsify-suggestags-area .amsify-suggestags-input-area .amsify-suggestags-input {
  border: 0;
}

.amsify-suggestags-area .amsify-suggestags-input-area .amsify-suggestags-input:focus {
  outline: 0;
}

.amsify-focus-light {
  border-color: #cacaca;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(189, 189, 189, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(189, 189, 189, 0.6);
}

.amsify-suggestags-area .amsify-suggestags-label {
  cursor: pointer;
  min-height: 20px;
}

.amsify-toggle-suggestags {
  float: right;
  cursor: pointer;
}

.__delete_tag {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
  z-index: 100;
  text-align: center;
}
.__delete_tag svg {
  margin: 0 auto;
}

.amsify-suggestags-area .amsify-suggestags-list {
  display: none;
  position: absolute;
  background: #ffffff;
  margin-top: -6px;
  margin-left: 2px;
  z-index: 1;
  padding: 20px 10px;
}

.amsify-suggestags-area .amsify-suggestags-list ul.amsify-list {
  list-style: none;
  padding: 3px 0px;
  max-height: 150px;
  overflow-y: auto;
  margin: 0;
}

.amsify-suggestags-area .amsify-suggestags-list ul.amsify-list li.amsify-list-item {
  text-align: left;
  cursor: pointer;
  padding: 5px 10px;
}

.amsify-suggestags-area .amsify-suggestags-list ul.amsify-list li.amsify-list-item:active {
  background: #FAFAFA;
}

.amsify-suggestags-area .amsify-suggestags-list ul.amsify-list li.amsify-list-group {
  text-align: left;
  padding: 0px 10px;
  font-weight: bold;
}

.amsify-suggestags-area .amsify-suggestags-list ul.amsify-list li.amsify-item-pad {
  padding-left: 30px;
}

.amsify-suggestags-area .amsify-suggestags-list ul.amsify-list li.amsify-item-noresult {
  display: none;
  color: #ff6060;
  font-weight: bold;
  text-align: center;
}

.amsify-suggestags-area .amsify-suggestags-list .amsify-select-input {
  display: none;
}

.amsify-suggestags-area .amsify-suggestags-list ul.amsify-list li.active {
  background: #d9d8d8;
}

.amsify-suggestags-area .amsify-suggestags-list ul.amsify-list li.amsify-item-pad.active {
  font-weight: normal;
}

.amsify-suggestags-input-area .amsify-select-tag,
.amsify-suggestags-input-area .amsify-plus-tag {
  padding: 5px 10px;
  margin: 0px 5px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  font-size: 0.8em;
  font-weight: 500;
}
.amsify-suggestags-input-area .amsify-select-tag svg,
.amsify-suggestags-input-area .amsify-plus-tag svg {
  margin-left: 6px;
}

.amsify-suggestags-input-area .amsify-select-tag.col-bg {
  background: #d9261c;
  color: #1a3649;
  cursor: pointer;
}

.amsify-suggestags-input-area .amsify-plus-tag.show-plus-bg {
  background: #767676;
  color: white;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/*.amsify-suggestags-input-area
.amsify-select-tag:hover {
	background: #737373;
    color: white;
}*/
.amsify-suggestags-input-area .disabled.amsify-select-tag {
  background: #eaeaea;
  color: #b9b9b9;
  pointer-events: none;
}

.amsify-suggestags-input-area .flash.amsify-select-tag {
  background-color: #f57f7f;
  -webkit-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}

.amsify-suggestags-input-area .amsify-remove-tag {
  cursor: pointer;
}

.amsify-no-suggestion {
  display: none;
  opacity: 0.7;
}

.awesomplete input:hover, .awesomplete input:focus {
  outline: none;
  border: 0;
}
.awesomplete ul {
  background: #ffffff;
  z-index: 3000;
  position: absolute;
  top: 42px;
  padding: 0;
  margin: 0;
  width: 100%;
  left: 0;
  border: 0;
  border-bottom-left-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  border: 1px solid #bcd4f9;
  border-top: 0;
  padding: 10px;
}
.awesomplete ul._hidden {
  visibility: hidden;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.awesomplete ul li {
  display: block;
  margin: 0;
  height: auto;
  line-height: normal;
  cursor: pointer;
}
.awesomplete ul li .__block {
  display: table-cell;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px;
  border-bottom: 1px solid #FAFAFA;
}
.awesomplete ul li .__block._sub_block {
  border: 0;
  padding: 7px 10px;
  display: block;
  text-transform: uppercase;
}
.awesomplete ul li .__block ._c_img {
  display: table-cell;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  margin-right: 10px;
}
.awesomplete ul li .__block ._c_name {
  display: table-cell;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: -moz-calc(100% - 70px);
  width: -webkit-calc(100% - 70px);
  width: calc(100% - 70px);
}
.awesomplete ul li .__block ._c_name small, .awesomplete ul li .__block ._c_name .small {
  font-size: 0.6em;
  line-height: normal;
  text-transform: uppercase;
  display: block;
  color: #FAFAFA;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-top: 2px;
}
.awesomplete ul li .__block ._c_name span {
  font-size: 0.9em;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  color: #FAFAFA;
  text-align: left;
  margin: 0;
}
.awesomplete ul li .__block ._c_name._sub_label small, .awesomplete ul li .__block ._c_name._sub_label .small {
  font-size: 0.7em;
  color: #FAFAFA;
  margin: 0;
  font-weight: 600;
}
.awesomplete ul li .__block ._img {
  position: relative;
  width: 60px;
  height: 50px;
  overflow: hidden;
  padding: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.awesomplete ul li .__block ._img._no_img {
  background: #e8524a;
}
.awesomplete ul li .__block ._img img {
  margin: 0;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.awesomplete ul li:last-child {
  border: 0;
}
.awesomplete ul li:last-child .__block {
  border: 0;
}
.awesomplete ul li:hover {
  background: #FAFAFA;
}
.awesomplete ul li:hover .__block ._c_name span, .awesomplete ul li:hover .__block ._c_name small, .awesomplete ul li:hover .__block ._c_name .small {
  color: #e8524a;
}

.tippy-box[data-theme~=aragor] {
  background-color: #bcd4f9;
  color: #ffffff;
  padding: 20px 30px;
  max-width: none;
}
.tippy-box[data-theme~=aragor] strong {
  font-family: "Spartan";
  font-weight: 600;
  font-size: 1.2em;
  display: block;
  margin-bottom: 10px;
}
.tippy-box[data-theme~=aragor] span, .tippy-box[data-theme~=aragor] a {
  font-size: 1em;
  font-family: "Spartan";
  display: block;
  margin-bottom: 5px;
}
.tippy-box[data-theme~=aragor] span._adress, .tippy-box[data-theme~=aragor] a._adress {
  font-size: 1.2em;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.tippy-box[data-theme~=aragor] span._adress:after, .tippy-box[data-theme~=aragor] a._adress:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 20px;
  height: 1px;
  background: #ffffff;
}
.tippy-box[data-theme~=aragor] a {
  text-decoration: none;
  color: #ffffff;
}
@media all and (max-width: 1560px) {
  .tippy-box[data-theme~=aragor] {
    padding: 15px 20px;
  }
  .tippy-box[data-theme~=aragor] strong {
    font-size: 1em;
    margin-bottom: 10px;
  }
  .tippy-box[data-theme~=aragor] span, .tippy-box[data-theme~=aragor] a {
    font-size: 0.95em;
  }
  .tippy-box[data-theme~=aragor] span._adress, .tippy-box[data-theme~=aragor] a._adress {
    font-size: 1em;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .tippy-box[data-theme~=aragor] span._adress:after, .tippy-box[data-theme~=aragor] a._adress:after {
    width: 10px;
  }
}
@media all and (max-width: 768px) {
  .tippy-box[data-theme~=aragor] {
    padding: 10px;
    max-width: 200px;
  }
  .tippy-box[data-theme~=aragor] strong {
    font-size: 0.9em;
    margin-bottom: 5px;
  }
  .tippy-box[data-theme~=aragor] span, .tippy-box[data-theme~=aragor] a {
    font-size: 0.9em;
  }
  .tippy-box[data-theme~=aragor] span._adress, .tippy-box[data-theme~=aragor] a._adress {
    font-size: 0.9em;
  }
}

.tippy-box[data-theme~=aragor][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #bcd4f9;
}

.tippy-box[data-theme~=aragor][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #bcd4f9;
}

.tippy-box[data-theme~=aragor][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #bcd4f9;
}

.tippy-box[data-theme~=aragor][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #bcd4f9;
}

/**
 * Minified by jsDelivr using clean-css v5.3.2.
 * Original file: /npm/@tarekraafat/autocomplete.js@10.2.7/dist/css/autoComplete.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
.autoComplete_wrapper {
  display: block;
  position: relative;
  width: 100%;
}

.autoComplete_wrapper > input {
  margin: 0 auto !important;
  width: 60% !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 1rem;
  text-overflow: ellipsis;
  outline: 0;
  transition: all 0.4s ease;
  -webkit-transition: all -webkit-transform 0.4s ease;
}

.autoComplete_wrapper > input::placeholder {
  color: rgba(255, 122, 122, 0.5);
  transition: all 0.3s ease;
  -webkit-transition: all -webkit-transform 0.3s ease;
}

.autoComplete_wrapper > input:hover::placeholder {
  color: rgba(255, 122, 122, 0.6);
  transition: all 0.3s ease;
  -webkit-transition: all -webkit-transform 0.3s ease;
}

.autoComplete_wrapper > input:focus::placeholder {
  padding: 0.1rem 0.6rem;
  font-size: 0.95rem;
  color: rgba(255, 122, 122, 0.4);
}

.autoComplete_wrapper > input:focus::selection {
  background-color: rgba(255, 122, 122, 0.15);
}

.autoComplete_wrapper > input::selection {
  background-color: rgba(255, 122, 122, 0.15);
}

.autoComplete_wrapper > input:hover {
  color: rgba(255, 122, 122, 0.8);
  transition: all 0.3s ease;
  -webkit-transition: all -webkit-transform 0.3s ease;
}

.autoComplete_wrapper > input:focus {
  color: #ff7a7a;
  border: 0.06rem solid rgba(255, 122, 122, 0.8);
}

.autoComplete_wrapper > ul {
  position: absolute;
  max-height: 300px;
  overflow-y: scroll;
  box-sizing: border-box;
  left: 0;
  right: 0;
  margin: 0 auto !important;
  width: 60% !important;
  padding: 20px;
  z-index: 1;
  list-style: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
  border: 1px solid rgba(33, 33, 33, 0.07);
  box-shadow: 0 3px 6px rgba(149, 157, 165, 0.15);
  outline: 0;
  transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
}

.autoComplete_wrapper > ul:empty, .autoComplete_wrapper > ul[hidden] {
  display: block;
  opacity: 0;
  transform: scale(0);
}

.autoComplete_wrapper > ul > li {
  margin: 0.3rem;
  padding: 0.3rem 0.5rem;
  text-align: left;
  font-size: 0.9em;
  color: #10212d;
  border-radius: 0.35rem;
  background-color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
}

.autoComplete_wrapper > ul > li mark, .autoComplete_wrapper > ul > li .mark {
  background-color: transparent;
  color: #ff7a7a;
  font-weight: 700;
}

.autoComplete_wrapper > ul > li:hover {
  cursor: pointer;
  background: rgba(102.3636363636, 160.9090909091, 200.6363636364, 0.3);
}

.autoComplete_wrapper > ul > li[aria-selected=true] {
  background-color: rgba(255, 122, 122, 0.15);
}

@media only screen and (max-width: 600px) {
  .autoComplete_wrapper > input {
    width: 18rem;
  }
}

.__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Afacad", sans-serif;
  font-weight: 700;
  font-size: 0.875em;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border: 1.5px solid transparent;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, opacity 0.25s ease;
  -moz-transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, opacity 0.25s ease;
  -o-transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, opacity 0.25s ease;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, opacity 0.25s ease;
  white-space: nowrap;
  position: relative;
  outline: none;
  padding: 0 24px;
  height: 52px;
}
.__btn._sm {
  height: 36px;
  padding: 0 16px;
  font-size: 0.75em;
}
.__btn._md {
  height: 44px;
  padding: 0 20px;
}
.__btn._auto {
  height: auto;
  padding: 16px 24px;
}
.__btn._wide-card {
  width: 100%;
  min-height: 76px;
  height: auto;
  justify-content: space-between;
  padding: 16px;
  border-radius: 8px;
}
.__btn._block {
  display: flex;
  width: 100%;
  max-width: 70%;
}
.__btn._full {
  width: 100%;
  max-width: none;
}
.__btn._fit {
  width: auto;
}
.__btn._icon-only {
  padding: 0;
  width: 52px;
}
.__btn._icon-only._md {
  width: 44px;
}
.__btn._icon-only._sm {
  width: 36px;
}
.__btn._primary {
  background: #1a3649;
  border-color: #1a3649;
  color: #ffffff;
}
.__btn._primary:hover:not(:disabled):not(._disabled) {
  background: #10212d;
  border-color: #10212d;
}
.__btn._primary:active:not(:disabled):not(._disabled) {
  background: #485e6d;
  border-color: #485e6d;
}
.__btn._secondary {
  background: transparent;
  border-color: #1a3649;
  color: #1a3649;
}
.__btn._secondary:hover:not(:disabled):not(._disabled) {
  background: rgba(16, 33, 45, 0.04);
}
.__btn._secondary:active:not(:disabled):not(._disabled) {
  background: rgba(16, 33, 45, 0.08);
}
.__btn._emphasis {
  background: #d9261c;
  border-color: #d9261c;
  color: #ffffff;
}
.__btn._emphasis:hover:not(:disabled):not(._disabled) {
  background: #68292c;
  border-color: #68292c;
}
.__btn._emphasis:active:not(:disabled):not(._disabled) {
  background: #e8524a;
  border-color: #e8524a;
}
.__btn._emphasis-dark {
  background: #68292c;
  border-color: #68292c;
  color: #ffffff;
}
.__btn._emphasis-dark:hover:not(:disabled):not(._disabled) {
  background: #d9261c;
  border-color: #d9261c;
}
.__btn._inverse {
  background: #fefbf6;
  border-color: #fefbf6;
  color: #1a3649;
}
.__btn._inverse:hover:not(:disabled):not(._disabled) {
  background: #fcf7ed;
  border-color: #fcf7ed;
}
.__btn._inverse:active:not(:disabled):not(._disabled) {
  background: #f0e9d8;
  border-color: #f0e9d8;
}
.__btn._soft {
  background: #d6e3f7;
  border-color: #d6e3f7;
  color: #10212d;
}
.__btn._soft:hover:not(:disabled):not(._disabled) {
  background: #bcd4f9;
  border-color: #bcd4f9;
}
.__btn._soft:active:not(:disabled):not(._disabled) {
  background: #bcd4f9;
  border-color: #bcd4f9;
}
.__btn._white {
  background: #ffffff;
  border-color: #ffffff;
  color: #10212d;
}
.__btn._white:hover:not(:disabled):not(._disabled) {
  background: #10212d;
  border-color: #10212d;
  color: #ffffff;
}
.__btn._white:active:not(:disabled):not(._disabled) {
  background: #1a3649;
  border-color: #1a3649;
  color: #ffffff;
}
.__btn._ghost {
  background: transparent;
  border-color: transparent;
  color: #10212d;
}
.__btn._ghost:hover:not(:disabled):not(._disabled) {
  background: #e1eaf9;
  border-color: #e1eaf9;
}
.__btn._ghost:active:not(:disabled):not(._disabled) {
  background: #d6e3f7;
  border-color: #d6e3f7;
}
.__btn:disabled, .__btn._disabled {
  opacity: 0.38;
  cursor: not-allowed;
  pointer-events: none;
}
.__btn._nav-disabled, .__btn._nav-disabled:disabled {
  background: rgba(16, 33, 45, 0.04);
  border-color: #a3afb6;
  color: #768692;
  opacity: 1;
  cursor: default;
  pointer-events: none;
}
.__btn svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  -webkit-transition: transform 0.25s ease;
  -moz-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
}
.__btn:hover svg {
  -webkit-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px);
}
.__btn._back:hover svg {
  -webkit-transform: translateX(-2px);
  -ms-transform: translateX(-2px);
  transform: translateX(-2px);
}
.__btn._icon-only:hover svg {
  transform: none;
}
@media all and (max-width: 768px) {
  .__btn {
    font-size: 1.0625em;
  }
}
@media all and (max-width: 600px) {
  .__btn {
    width: 100%;
    justify-content: center;
  }
  .__btn._auto {
    width: auto;
  }
  .__btn._fit {
    width: auto;
  }
  .__btn._block {
    max-width: none;
  }
}

@media all and (max-width: 600px) {
  .bc-selection__actions > .__btn {
    width: 100%;
    max-width: none;
  }
}

.bc-checkout-contact__item > .__btn {
  flex: 0 0 auto;
  margin-left: auto;
}
@media all and (max-width: 992px) {
  .bc-checkout-contact__item > .__btn {
    grid-column: 1/-1;
    width: 100%;
    margin-left: 0;
  }
}

.__btn-text {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Afacad", sans-serif;
  font-weight: 700;
  font-size: 0.875em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
  border: 0;
  background: transparent;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  position: relative;
  text-decoration: none;
}
.__btn-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.15em;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.__btn-text:hover::after, .__btn-text:focus-visible::after {
  transform: scaleX(1);
}
.__btn-text._primary {
  color: #1a3649;
}
.__btn-text._primary:hover {
  color: #1a3649;
}
.__btn-text._secondary {
  color: #768692;
}
.__btn-text._secondary:hover {
  color: #1a3649;
}
.__btn-text._inverse {
  color: #ffffff;
}
.__btn-text._inverse:hover {
  color: #fcf7ed;
}
.__btn-text._underline {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.__btn-text._underline::after {
  content: none;
}
.__btn-text svg {
  width: 14px;
  height: 14px;
  -webkit-transition: transform 0.25s ease;
  -moz-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
}
.__btn-text:hover svg {
  -webkit-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px);
}

.__link {
  display: inline;
  font-family: "Inter", sans-serif;
  font-size: inherit;
  font-weight: 500;
  color: #1a3649;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
  -webkit-transition: color 0.2s ease, text-decoration-color 0.2s ease;
  -moz-transition: color 0.2s ease, text-decoration-color 0.2s ease;
  -o-transition: color 0.2s ease, text-decoration-color 0.2s ease;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
.__link._muted {
  color: #768692;
}
.__link._muted:hover {
  color: #1a3649;
}
.__link._inverse {
  color: #ffffff;
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
.__link._inverse:hover {
  text-decoration-color: #ffffff;
}
.__link._no-underline {
  text-decoration: none;
}
.__link._label {
  font-family: "Afacad", sans-serif;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.__link:disabled, .__link._disabled {
  opacity: 0.38;
  cursor: not-allowed;
  pointer-events: none;
}

@media all and (max-width: 1080px) {
  .bc-footer__cats-link .__heading-05 {
    font-size: 22px;
  }
  .bc-footer__col-title.__ui-label-01 {
    font-size: 16px;
  }
}
@media all and (max-width: 600px) {
  .bc-quiz .bc-quiz__question {
    font-size: 32px;
  }
}
@media all and (max-width: 768px) {
  .bc-product-detail__intro .__heading-01 {
    font-size: 40px;
    line-height: 1.05;
  }
  .bc-product-profile-detail h2, .bc-product-profile-detail .h2,
  .bc-product-roaster h2,
  .bc-product-roaster .h2,
  .bc-product-suggestions h2,
  .bc-product-suggestions .h2 {
    font-size: 32px;
    line-height: 1.1;
  }
  .bc-roaster-detail__identity h1, .bc-roaster-detail__identity .h1 {
    font-size: 36px;
    line-height: 1.05;
  }
}
.__display-01 {
  font-family: "Tripsis", Georgia, serif;
  font-weight: 400;
  font-size: 6.5em;
  line-height: 0.95;
  letter-spacing: 0.02em;
  margin: 0;
}
.__display-01._white {
  color: #ffffff;
}
@media all and (max-width: 1560px) {
  .__display-01 {
    font-size: 5em;
  }
}
@media all and (max-width: 1281px) {
  .__display-01 {
    font-size: 5em;
  }
}
@media all and (max-width: 992px) {
  .__display-01 {
    font-size: 3.75em;
  }
}
@media all and (max-width: 768px) {
  .__display-01 {
    font-size: 3.125em;
  }
}
@media all and (max-width: 600px) {
  .__display-01 {
    font-size: 2.5em;
  }
  .__display-01._hero {
    font-size: 3.5em;
    line-height: 1;
  }
}

.__display-02 {
  font-family: "Tripsis", Georgia, serif;
  font-weight: 400;
  font-size: 5em;
  line-height: 0.95;
  letter-spacing: 0.015em;
  margin: 0;
}
@media all and (max-width: 1281px) {
  .__display-02 {
    font-size: 3.75em;
  }
}
@media all and (max-width: 992px) {
  .__display-02 {
    font-size: 3em;
  }
}
@media all and (max-width: 768px) {
  .__display-02 {
    font-size: 2.75em;
  }
}
@media all and (max-width: 600px) {
  .__display-02 {
    font-size: 2.25em;
  }
}

.__heading-01 {
  font-family: "Tripsis", Georgia, serif;
  font-weight: 400;
  font-size: 4em;
  line-height: 1.1;
  letter-spacing: 0.02em;
  margin: 0 0 0.5em;
}
@media all and (max-width: 1560px) {
  .__heading-01 {
    font-size: 3.64em;
    line-height: 1.05;
  }
}
@media all and (max-width: 1281px) {
  .__heading-01 {
    font-size: 3.25em;
  }
}
@media all and (max-width: 992px) {
  .__heading-01 {
    font-size: 2.75em;
  }
}
@media all and (max-width: 768px) {
  .__heading-01 {
    font-size: 2.5em;
  }
}
@media all and (max-width: 600px) {
  .__heading-01 {
    font-size: 1.9em;
  }
}

.__heading-02, .bc-roaster-pagination__label {
  font-family: "Tripsis", Georgia, serif;
  font-weight: 400;
  font-size: 3.25em;
  line-height: 1.1;
  letter-spacing: 0.015em;
  margin: 0 0 0.5em;
}
@media all and (max-width: 1560px) {
  .__heading-02, .bc-roaster-pagination__label {
    font-size: 2.9em;
  }
}
@media all and (max-width: 1281px) {
  .__heading-02, .bc-roaster-pagination__label {
    font-size: 2.75em;
  }
}
@media all and (max-width: 992px) {
  .__heading-02, .bc-roaster-pagination__label {
    font-size: 2.375em;
  }
}
@media all and (max-width: 768px) {
  .__heading-02, .bc-roaster-pagination__label {
    font-size: 2.25em;
  }
}
@media all and (max-width: 600px) {
  .__heading-02, .bc-roaster-pagination__label {
    font-size: 1.8em;
  }
}

.__heading-03, .bc-article-detail__content h2, .bc-article-detail__content .h2 {
  font-family: "Tripsis", Georgia, serif;
  font-weight: 400;
  font-size: 2.5em;
  line-height: 1.1;
  letter-spacing: 0.01em;
  margin: 0 0 0.5em;
}
@media all and (max-width: 1281px) {
  .__heading-03, .bc-article-detail__content h2, .bc-article-detail__content .h2 {
    font-size: 2.25em;
  }
}
@media all and (max-width: 992px) {
  .__heading-03, .bc-article-detail__content h2, .bc-article-detail__content .h2 {
    font-size: 2em;
  }
}
@media all and (max-width: 768px) {
  .__heading-03, .bc-article-detail__content h2, .bc-article-detail__content .h2 {
    font-size: 2.25em;
  }
}
@media all and (max-width: 600px) {
  .__heading-03, .bc-article-detail__content h2, .bc-article-detail__content .h2 {
    font-size: 2em;
  }
}

.__heading-04, .bc-legal-content__body h2, .bc-legal-content__body .h2,
.bc-legal-content__body h3,
.bc-legal-content__body .h3, .bc-roaster-editorial h2, .bc-roaster-editorial .h2,
.bc-roaster-editorial h3,
.bc-roaster-editorial .h3, .bc-article-detail__content h3, .bc-article-detail__content .h3 {
  font-family: "Tripsis", Georgia, serif;
  font-weight: 400;
  font-size: 2em;
  line-height: 1.1;
  letter-spacing: 0.01em;
  margin: 0 0 0.5em;
}
@media all and (max-width: 992px) {
  .__heading-04, .bc-legal-content__body h2, .bc-legal-content__body .h2,
  .bc-legal-content__body h3,
  .bc-legal-content__body .h3, .bc-roaster-editorial h2, .bc-roaster-editorial .h2,
  .bc-roaster-editorial h3,
  .bc-roaster-editorial .h3, .bc-article-detail__content h3, .bc-article-detail__content .h3 {
    font-size: 1.75em;
  }
}
@media all and (max-width: 768px) {
  .__heading-04, .bc-legal-content__body h2, .bc-legal-content__body .h2,
  .bc-legal-content__body h3,
  .bc-legal-content__body .h3, .bc-roaster-editorial h2, .bc-roaster-editorial .h2,
  .bc-roaster-editorial h3,
  .bc-roaster-editorial .h3, .bc-article-detail__content h3, .bc-article-detail__content .h3 {
    font-size: 1.5em;
  }
}
@media all and (max-width: 600px) {
  .__heading-04, .bc-legal-content__body h2, .bc-legal-content__body .h2,
  .bc-legal-content__body h3,
  .bc-legal-content__body .h3, .bc-roaster-editorial h2, .bc-roaster-editorial .h2,
  .bc-roaster-editorial h3,
  .bc-roaster-editorial .h3, .bc-article-detail__content h3, .bc-article-detail__content .h3 {
    font-size: 1.4em;
  }
}

.__heading-05 {
  font-family: "Tripsis", Georgia, serif;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.1;
  letter-spacing: 0.01em;
  margin: 0 0 0.5em;
}
@media all and (max-width: 1560px) {
  .__heading-05 {
    font-size: 1.25em;
  }
}
@media all and (max-width: 768px) {
  .__heading-05 {
    font-size: 1.25em;
  }
}
@media all and (max-width: 600px) {
  .__heading-05 {
    font-size: 1.15em;
  }
}

.__lead-01 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.35;
  letter-spacing: -0.0167em;
  padding: 0.5em 0;
}
@media all and (max-width: 1560px) {
  .__lead-01 {
    font-size: 1.25em;
  }
}
@media all and (max-width: 992px) {
  .__lead-01 {
    font-size: 1.125em;
  }
}
@media all and (max-width: 768px) {
  .__lead-01 {
    font-size: 1em;
  }
}

.__lead-02 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.35;
  letter-spacing: -0.0104em;
}
@media all and (max-width: 1560px) {
  .__lead-02 {
    font-size: 1.365em;
  }
}
@media all and (max-width: 992px) {
  .__lead-02 {
    font-size: 1.375em;
  }
}
@media all and (max-width: 768px) {
  .__lead-02 {
    font-size: 1.25em;
  }
}

.__body-01 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.125em;
  line-height: 1.5;
  letter-spacing: 0;
}

.__body-02, .bc-article-detail__content strong, .bc-article-detail__content p,
.bc-article-detail__content li, .bc-footer__col-list li a, .bc-footer__col-list li button {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: 0;
}

.__body-03, .bc-catalogue-card--figma .bc-catalogue-card__meta {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.5;
  letter-spacing: 0.018em;
}

.__caption {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 1.5;
  letter-spacing: 0.004em;
}

.__ui-label-01 {
  font-family: "Afacad", sans-serif;
  font-weight: 700;
  font-size: 0.875em;
  line-height: 1.35;
  letter-spacing: 0.036em;
  text-transform: uppercase;
}

.__ui-label-02, .bc-catalogue-card--figma .bc-catalogue-card__type-badge,
.bc-catalogue-card--figma .bc-catalogue-card__roaster {
  font-family: "Afacad", sans-serif;
  font-weight: 700;
  font-size: 0.75em;
  line-height: 1.35;
  letter-spacing: 0.042em;
  text-transform: uppercase;
}

.__body-01._medium, .__body-02._medium, .bc-article-detail__content strong._medium, .bc-article-detail__content p._medium,
.bc-article-detail__content li._medium, .bc-footer__col-list li a._medium, .bc-footer__col-list li button._medium, .__body-03._medium, .bc-catalogue-card--figma ._medium.bc-catalogue-card__meta, .__caption._medium {
  font-weight: 500;
}
.__body-01._bold, .__body-02._bold, .bc-article-detail__content strong._bold, .bc-article-detail__content p._bold,
.bc-article-detail__content li._bold, .bc-footer__col-list li a._bold, .bc-footer__col-list li button._bold, .__body-03._bold, .bc-catalogue-card--figma ._bold.bc-catalogue-card__meta, .__caption._bold {
  font-weight: 700;
}

.__heading-01, .__heading-02, .bc-roaster-pagination__label, .__heading-03, .bc-article-detail__content h2, .bc-article-detail__content .h2, .__heading-04, .bc-legal-content__body h2, .bc-legal-content__body .h2,
.bc-legal-content__body h3,
.bc-legal-content__body .h3, .bc-roaster-editorial h2, .bc-roaster-editorial .h2,
.bc-roaster-editorial h3,
.bc-roaster-editorial .h3, .bc-article-detail__content h3, .bc-article-detail__content .h3, .__heading-05,
.__display-01, .__display-02,
.__lead-01, .__lead-02 {
  color: #1a3649;
}
.__heading-01._white, .__heading-02._white, ._white.bc-roaster-pagination__label, .__heading-03._white, .bc-article-detail__content h2._white, .bc-article-detail__content ._white.h2, .__heading-04._white, .bc-legal-content__body h2._white, .bc-legal-content__body ._white.h2,
.bc-legal-content__body h3._white,
.bc-legal-content__body ._white.h3, .bc-roaster-editorial h2._white, .bc-roaster-editorial ._white.h2,
.bc-roaster-editorial h3._white,
.bc-roaster-editorial ._white.h3, .bc-article-detail__content h3._white, .bc-article-detail__content ._white.h3, .__heading-05._white,
.__display-01._white, .__display-02._white,
.__lead-01._white, .__lead-02._white {
  color: #ffffff;
}
.__heading-01._accent, .__heading-02._accent, ._accent.bc-roaster-pagination__label, .__heading-03._accent, .bc-article-detail__content h2._accent, .bc-article-detail__content ._accent.h2, .__heading-04._accent, .bc-legal-content__body h2._accent, .bc-legal-content__body ._accent.h2,
.bc-legal-content__body h3._accent,
.bc-legal-content__body ._accent.h3, .bc-roaster-editorial h2._accent, .bc-roaster-editorial ._accent.h2,
.bc-roaster-editorial h3._accent,
.bc-roaster-editorial ._accent.h3, .bc-article-detail__content h3._accent, .bc-article-detail__content ._accent.h3, .__heading-05._accent,
.__display-01._accent, .__display-02._accent,
.__lead-01._accent, .__lead-02._accent {
  color: #d9261c;
}
.__heading-01._muted, .__heading-02._muted, ._muted.bc-roaster-pagination__label, .__heading-03._muted, .bc-article-detail__content h2._muted, .bc-article-detail__content ._muted.h2, .__heading-04._muted, .bc-legal-content__body h2._muted, .bc-legal-content__body ._muted.h2,
.bc-legal-content__body h3._muted,
.bc-legal-content__body ._muted.h3, .bc-roaster-editorial h2._muted, .bc-roaster-editorial ._muted.h2,
.bc-roaster-editorial h3._muted,
.bc-roaster-editorial ._muted.h3, .bc-article-detail__content h3._muted, .bc-article-detail__content ._muted.h3, .__heading-05._muted,
.__display-01._muted, .__display-02._muted,
.__lead-01._muted, .__lead-02._muted {
  color: #485e6d;
}

@-webkit-keyframes gradientAnimation {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradientAnimation {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.__landing_hero {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.__landing_hero img {
  height: 200px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.__landing_hero ._btn_down {
  display: inline-block;
  border: 2px solid #ffffff;
  width: 120px;
  height: 120px;
  margin: 30px auto 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
}
.__landing_hero ._btn_down svg {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.__landing_hero ._btn_down svg use {
  fill: #d1d7db;
}
@media all and (max-width: 1281px) {
  .__landing_hero ._btn_down {
    width: 100px;
    height: 100px;
  }
  .__landing_hero ._btn_down svg {
    width: 40px;
    height: 40px;
  }
}
@media all and (max-width: 768px) {
  .__landing_hero ._btn_down {
    width: 80px;
    height: 80px;
  }
  .__landing_hero ._btn_down svg {
    width: 35px;
    height: 35px;
  }
}
.__landing_hero h2, .__landing_hero .h2 {
  color: #fefbf6;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 2.6em;
  display: block;
}
.__landing_hero h2 span, .__landing_hero .h2 span {
  color: #d1d7db;
}
@media all and (max-width: 1560px) {
  .__landing_hero h2, .__landing_hero .h2 {
    font-size: 2em;
  }
  .__landing_hero img {
    height: 160px;
  }
}
@media all and (max-width: 992px) {
  .__landing_hero h2, .__landing_hero .h2 {
    font-size: 1.5em;
  }
  .__landing_hero img {
    height: 140px;
  }
}
@media all and (max-width: 600px) {
  .__landing_hero {
    height: auto;
    padding: 150px 0 100px;
  }
  .__landing_hero h2, .__landing_hero .h2 {
    font-size: 1.3em;
  }
}

.__background_img {
  background: url("../../img/SITE/LANDING/background_hero.jpg");
  background-size: cover;
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  height: 140%;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5;
}

.__background_gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1a3649;
}

.__landing_presentation {
  position: relative;
  background: #1a3649;
}
.__landing_presentation ._background_footer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../img/SITE/SVG/background_tree_plan.svg?v=500");
  opacity: 0.2;
  background-size: cover;
  background-position: center;
}
@media all and (max-width: 768px) {
  .__landing_presentation ._background_footer {
    display: none;
  }
}

.__arbor_propos {
  position: relative;
}
.__arbor_propos .__icon_symbol {
  position: absolute;
  bottom: -10%;
  right: -15vw;
  width: 60vw;
  height: 80vh;
}
.__arbor_propos .__icon_symbol svg {
  width: 100%;
  height: 100%;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  opacity: 0.8;
}
.__arbor_propos .__icon_symbol svg use {
  fill: #fcf7ed;
}

._objectifs {
  margin: 30px 0;
  padding: 0;
}
@media all and (max-width: 768px) {
  ._objectifs {
    margin: 20px 0;
    border-top: 1px solid #d1d7db;
  }
}
._objectifs ._line {
  position: relative;
}
._objectifs ._line:after {
  content: "";
  position: absolute;
  height: 50%;
  background: #d1d7db;
  width: 1px;
  right: 0;
  top: 25%;
}
@media all and (max-width: 768px) {
  ._objectifs ._line:after {
    display: none;
  }
}
._objectifs .__contain_obj {
  padding: 20px 40px;
}
._objectifs h4, ._objectifs .h4 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 1.6em;
  display: block;
  color: #485e6d;
}
@media all and (max-width: 1560px) {
  ._objectifs h4, ._objectifs .h4 {
    font-size: 1.5em;
  }
}
@media all and (max-width: 1281px) {
  ._objectifs h4, ._objectifs .h4 {
    font-size: 1.3em;
  }
  ._objectifs .__contain_obj {
    padding: 20px 30px;
  }
}
@media all and (max-width: 768px) {
  ._objectifs h4, ._objectifs .h4 {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
  ._objectifs .__contain_obj {
    padding: 20px 0 0;
  }
}

.__arbor_partenaires {
  position: relative;
  background: #fcf7ed;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
}
@media all and (max-width: 1281px) {
  .__arbor_partenaires {
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }
}
@media all and (max-width: 768px) {
  .__arbor_partenaires {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
.__arbor_partenaires .__inner {
  display: flex;
  align-items: center;
  gap: 60px;
}
.__arbor_partenaires {
  /* LEFT */
}
.__arbor_partenaires .__left {
  flex: 1;
}
.__arbor_partenaires {
  /* RIGHT (video) */
}
.__arbor_partenaires .__right {
  flex-shrink: 0;
  width: 400px;
}
.__arbor_partenaires {
  /* VIDEO */
}
.__arbor_partenaires .__video_img {
  width: 100%;
  display: block;
}
.__arbor_partenaires {
  /* PLAY */
}
.__arbor_partenaires ._play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.__arbor_partenaires {
  /* MOBILE */
}
@media (max-width: 992px) {
  .__arbor_partenaires .__inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .__arbor_partenaires .__right {
    width: 100%;
  }
  .__arbor_partenaires ._video {
    width: 100%;
  }
}
.__arbor_partenaires .__partenaires {
  margin-top: 150px;
}
.__arbor_partenaires ._partenaire {
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.__arbor_partenaires ._partenaire:last-of-type {
  border: 0;
}
.__arbor_partenaires ._partenaire h4, .__arbor_partenaires ._partenaire .h4 {
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.5em;
  color: #485e6d;
  display: block;
}
.__arbor_partenaires ._partenaire ._contain_desc {
  width: 90%;
}
.__arbor_partenaires ._partenaire ._contain_desc._right {
  margin-left: auto;
  left: 10%;
  float: right;
}
.__arbor_partenaires ._partenaire ._contain_desc._right h4, .__arbor_partenaires ._partenaire ._contain_desc._right .h4 {
  text-align: right;
}
@media all and (max-width: 768px) {
  .__arbor_partenaires ._partenaire ._contain_desc {
    width: 100%;
  }
  .__arbor_partenaires ._partenaire ._contain_desc._right {
    left: 0;
    float: none;
  }
  .__arbor_partenaires ._partenaire ._contain_desc._right h4, .__arbor_partenaires ._partenaire ._contain_desc._right .h4 {
    text-align: left;
  }
}
.__arbor_partenaires ._partenaire .__img_part {
  background: #fefbf6;
  padding: 20px;
  width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.__arbor_partenaires ._partenaire .__img_part img {
  height: 200px;
  width: 100%;
  object-fit: contain;
}
@media all and (max-width: 1560px) {
  .__arbor_partenaires ._partenaire h4, .__arbor_partenaires ._partenaire .h4 {
    font-size: 1.4em;
  }
  .__arbor_partenaires ._partenaire .__img_part img {
    height: 180px;
  }
}
@media all and (max-width: 992px) {
  .__arbor_partenaires ._partenaire h4, .__arbor_partenaires ._partenaire .h4 {
    font-size: 1.3em;
  }
  .__arbor_partenaires ._partenaire .__img_part {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .__arbor_partenaires ._partenaire .__img_part img {
    height: 160px;
  }
}
@media all and (max-width: 768px) {
  .__arbor_partenaires ._partenaire .__img_part {
    padding: 10px;
    margin-bottom: 30px;
  }
  .__arbor_partenaires ._partenaire .__img_part img {
    height: 130px;
  }
}
@media all and (max-width: 600px) {
  .__arbor_partenaires ._partenaire h4, .__arbor_partenaires ._partenaire .h4 {
    font-size: 1em;
  }
  .__arbor_partenaires ._partenaire .__img_part img {
    height: 120px;
  }
}

.__landing_programme {
  position: relative;
}
.__landing_programme ._programme {
  border-bottom: 1px solid #e7e1d9;
}
.__landing_programme ._programme h3, .__landing_programme ._programme .h3 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  margin: 0;
  padding: 20px 0;
  cursor: pointer;
  color: #485e6d;
}
.__landing_programme ._programme h3 .__title_programme, .__landing_programme ._programme .h3 .__title_programme {
  max-width: -moz-calc(100% - 40px);
  max-width: -webkit-calc(100% - 40px);
  max-width: calc(100% - 40px);
}
.__landing_programme ._programme h3 .__title_programme strong, .__landing_programme ._programme .h3 .__title_programme strong, .__landing_programme ._programme h3 .__title_programme span, .__landing_programme ._programme .h3 .__title_programme span {
  display: inline;
}
.__landing_programme ._programme h3 .__title_programme strong, .__landing_programme ._programme .h3 .__title_programme strong {
  font-size: 1.2em;
}
.__landing_programme ._programme h3 svg, .__landing_programme ._programme .h3 svg {
  height: 30px;
  width: 25px;
  -webkit-transition: transform 0.8s cubic-bezier(0.12, 0.65, 0.34, 0.9);
  -moz-transition: transform 0.8s cubic-bezier(0.12, 0.65, 0.34, 0.9);
  -o-transition: transform 0.8s cubic-bezier(0.12, 0.65, 0.34, 0.9);
  transition: transform 0.8s cubic-bezier(0.12, 0.65, 0.34, 0.9);
  transform-origin: center;
  position: relative;
}
.__landing_programme ._programme h3 svg use, .__landing_programme ._programme .h3 svg use {
  fill: #485e6d;
}
.__landing_programme ._programme ._contenu_programme {
  display: none;
}
.__landing_programme ._programme._open h3 svg, .__landing_programme ._programme._open .h3 svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.__landing_programme ._programme._open ._contenu_programme {
  display: block;
}
@media all and (max-width: 1281px) {
  .__landing_programme ._programme h3, .__landing_programme ._programme .h3 {
    font-size: 1.3em;
  }
}
@media all and (max-width: 992px) {
  .__landing_programme ._programme h3, .__landing_programme ._programme .h3 {
    font-size: 1em;
  }
}
@media all and (max-width: 600px) {
  .__landing_programme ._programme h3, .__landing_programme ._programme .h3 {
    font-size: 0.95em;
    line-height: 1em;
  }
}
@media all and (max-width: 1281px) {
  .__landing_programme {
    margin-top: -100px;
    margin-bottom: -100px;
  }
  .__landing_programme .container {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}
@media all and (max-width: 600px) {
  .__landing_programme {
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .__landing_programme .container {
    padding-top: 40px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}

.__landing_financement {
  position: relative;
}
.__landing_financement .__bloc {
  position: relative;
  overflow: hidden;
  z-index: 5;
}
.__landing_financement .__bloc .__bg_symb {
  position: absolute;
  left: -20%;
  top: 20%;
  width: 400px;
  height: 400px;
  z-index: -1;
}
.__landing_financement .__bloc .__bg_symb svg {
  height: 100%;
  width: 100%;
}
.__landing_financement .__bloc .__bg_symb svg use {
  fill: rgb(22.6885245902, 46.7950819672, 63.8114754098);
}
.__landing_financement .__bloc .__bg_symb._right {
  left: auto;
  right: -30%;
  bottom: -30px;
  top: auto;
}
.__landing_financement h3, .__landing_financement .h3 {
  font-weight: 700;
  font-size: 2.5em;
  display: block;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  margin: 0 0 20px;
}
.__landing_financement h4, .__landing_financement .h4 {
  font-weight: 400;
  text-align: center;
  font-size: 3em;
  font-family: "Josefin Sans", sans-serif;
  display: block;
  margin: 0;
}
@media all and (max-width: 1560px) {
  .__landing_financement h3, .__landing_financement .h3 {
    font-size: 2.3em;
  }
  .__landing_financement h4, .__landing_financement .h4 {
    font-size: 2.5em;
  }
}
@media all and (max-width: 992px) {
  .__landing_financement h3, .__landing_financement .h3 {
    font-size: 2em;
  }
  .__landing_financement h4, .__landing_financement .h4 {
    font-size: 2.2em;
  }
}
@media all and (max-width: 768px) {
  .__landing_financement h3, .__landing_financement .h3 {
    font-size: 1.6em;
  }
  .__landing_financement h4, .__landing_financement .h4 {
    font-size: 2em;
  }
}
@media all and (max-width: 600px) {
  .__landing_financement h3, .__landing_financement .h3 {
    font-size: 1.3em;
  }
  .__landing_financement h4, .__landing_financement .h4 {
    font-size: 1.6em;
  }
}
.__landing_financement .__duree_projet {
  margin-top: 50px;
}
@media all and (max-width: 768px) {
  .__landing_financement .__duree_projet {
    margin-top: 0;
  }
}
.__landing_financement .__duree {
  color: #10212d;
  margin-top: 40px;
}
.__landing_financement .__duree h3, .__landing_financement .__duree .h3 {
  text-align: center;
  margin-bottom: 0;
}
.__landing_financement .__duree h4, .__landing_financement .__duree .h4 {
  font-weight: 800;
}
.__landing_financement .__duree span {
  display: block;
  font-size: 1.8em;
  font-weight: 400;
}
@media all and (max-width: 1560px) {
  .__landing_financement .__duree span {
    font-size: 1.6em;
  }
}
@media all and (max-width: 768px) {
  .__landing_financement .__duree img {
    height: 60px;
  }
  .__landing_financement .__duree span {
    font-size: 1.2em;
  }
}
.__landing_financement .__bloc {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #10212d;
  padding: 50px;
  color: #fefbf6;
  width: 90%;
  margin: 0 auto;
}
@media all and (max-width: 1281px) {
  .__landing_financement .__bloc {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 40px;
  }
}
@media all and (max-width: 768px) {
  .__landing_financement .__bloc {
    padding: 30px;
    width: 100%;
    margin: 20px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
}

.__partenaires_projet {
  margin-top: 90px;
}
@media all and (max-width: 1281px) {
  .__partenaires_projet {
    margin-top: 70px;
  }
}
@media all and (max-width: 768px) {
  .__partenaires_projet {
    margin-top: 50px;
  }
}

.__partenaire {
  border-bottom: 1px dashed rgba(209, 215, 219, 0.6);
  padding: 20px 0;
}
.__partenaire:last-of-type {
  border: 0;
}
.__partenaire ._header {
  cursor: pointer;
}
.__partenaire ._header h3, .__partenaire ._header .h3 {
  margin: 0;
  margin-left: 30px;
}
.__partenaire ._header ._h3_partenaire {
  max-width: -moz-calc(100% - 35px);
  max-width: -webkit-calc(100% - 35px);
  max-width: calc(100% - 35px);
}
.__partenaire ._header svg {
  height: 30px;
  width: 30px;
  cursor: pointer;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
  transition: transform 0.8s ease;
}
@media all and (max-width: 1281px) {
  .__partenaire ._header h3, .__partenaire ._header .h3 {
    font-size: 1.2em;
  }
}
@media all and (max-width: 768px) {
  .__partenaire ._header ._logo_partenaire {
    width: 100%;
    margin-bottom: 20px;
  }
  .__partenaire ._header svg {
    height: 25px;
    width: 25px;
  }
}
@media all and (max-width: 600px) {
  .__partenaire ._header h3, .__partenaire ._header .h3 {
    font-size: 0.9em;
    margin-left: 0;
  }
}
.__partenaire .__img._part {
  background: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 100px;
  width: 200px;
}
.__partenaire .__img._part img {
  object-fit: contain;
  object-position: center;
}
@media all and (max-width: 1281px) {
  .__partenaire .__img._part {
    height: 90px;
    width: 160px;
  }
}
@media all and (max-width: 768px) {
  .__partenaire .__img._part {
    height: 70px;
    width: 140px;
  }
}
.__partenaire ._partenaire_content {
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}
.__partenaire._open ._header svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.__partenaire._open ._partenaire_content {
  display: block;
}

.__galerie_swipe {
  height: 350px;
  overflow: visible;
  margin-top: 80px;
}
.__galerie_swipe button {
  outline: none;
  background: none;
  border: 0;
  height: 100%;
  width: 100%;
}
.__galerie_swipe .__img {
  height: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media all and (max-width: 1560px) {
  .__galerie_swipe {
    height: 300px;
  }
}
@media all and (max-width: 992px) {
  .__galerie_swipe {
    height: 280px;
  }
}
@media all and (max-width: 600px) {
  .__galerie_swipe {
    margin-top: 0;
    height: 200px;
  }
}

._hubspot_gate {
  width: 50vw;
  margin: 60px auto 0;
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: linear-gradient(155deg, #fcf7ed 0%, rgb(249.8142857143, 241.1714285714, 223.8857142857) 100%);
  padding: 40px 20px 0;
}
._hubspot_gate ._contain_title {
  padding: 0 30px;
}
@media all and (max-width: 1281px) {
  ._hubspot_gate {
    width: 60vw;
  }
}
@media all and (max-width: 768px) {
  ._hubspot_gate {
    width: 80vw;
    padding: 40px 10px 0;
  }
}
@media all and (max-width: 600px) {
  ._hubspot_gate {
    width: 100%;
    padding: 40px 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 30px auto 0;
  }
}

._ressources_columns {
  column-count: 2;
  column-gap: 60px;
  margin-top: 80px;
  display: none;
}
._ressources_columns._show {
  display: block;
}
@media all and (max-width: 1560px) {
  ._ressources_columns {
    column-count: 1;
    column-gap: 0;
    margin-top: 60px;
  }
}
@media all and (max-width: 600px) {
  ._ressources_columns {
    margin-top: 40px;
  }
}

._bloc_ressources {
  display: inline-block;
  width: 100%;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  margin: 0 0 35px 0;
}
._bloc_ressources ul {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
._bloc_ressources li {
  margin: 0 0 12px 0;
}
._bloc_ressources a {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  text-decoration: none;
  vertical-align: top;
  max-width: 100%;
}
._bloc_ressources a:hover {
  text-decoration: underline;
}
._bloc_ressources svg {
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  margin-top: 3px;
}
._bloc_ressources svg use {
  fill: #d9261c;
}
._bloc_ressources span {
  display: inline;
  min-width: 0;
}
@media all and (max-width: 1560px) {
  ._bloc_ressources a {
    font-size: 0.9em;
  }
}
@media all and (max-width: 600px) {
  ._bloc_ressources a {
    font-size: 0.75em;
  }
}

.__programmes ._programme {
  border-bottom: 1px dashed #e7e1d9;
}
.__programmes ._programme h3, .__programmes ._programme .h3 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  margin: 0;
  padding: 20px 0;
  cursor: pointer;
  color: #485e6d;
}
.__programmes ._programme h3 .__title_programme, .__programmes ._programme .h3 .__title_programme {
  max-width: -moz-calc(100% - 40px);
  max-width: -webkit-calc(100% - 40px);
  max-width: calc(100% - 40px);
}
.__programmes ._programme h3 .__title_programme strong, .__programmes ._programme .h3 .__title_programme strong, .__programmes ._programme h3 .__title_programme span, .__programmes ._programme .h3 .__title_programme span {
  display: inline;
}
.__programmes ._programme h3 .__title_programme strong, .__programmes ._programme .h3 .__title_programme strong {
  font-size: 1.2em;
}
.__programmes ._programme h3 svg, .__programmes ._programme .h3 svg {
  height: 30px;
  width: 25px;
  -webkit-transition: transform 0.8s cubic-bezier(0.12, 0.65, 0.34, 0.9);
  -moz-transition: transform 0.8s cubic-bezier(0.12, 0.65, 0.34, 0.9);
  -o-transition: transform 0.8s cubic-bezier(0.12, 0.65, 0.34, 0.9);
  transition: transform 0.8s cubic-bezier(0.12, 0.65, 0.34, 0.9);
  transform-origin: center;
  position: relative;
}
.__programmes ._programme h3 svg use, .__programmes ._programme .h3 svg use {
  fill: #485e6d;
}
.__programmes ._programme ._contenu_programme {
  display: none;
}
.__programmes ._programme._open h3 svg, .__programmes ._programme._open .h3 svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.__programmes ._programme._open ._contenu_programme {
  display: block;
}
@media all and (max-width: 1281px) {
  .__programmes ._programme h3, .__programmes ._programme .h3 {
    font-size: 1.3em;
  }
}
@media all and (max-width: 992px) {
  .__programmes ._programme h3, .__programmes ._programme .h3 {
    font-size: 1em;
  }
}
@media all and (max-width: 600px) {
  .__programmes ._programme h3, .__programmes ._programme .h3 {
    font-size: 0.95em;
    line-height: 1em;
  }
}

.__page_hero, .__actualite_hero {
  position: relative;
}
@media all and (max-width: 768px) {
  .__page_hero, .__actualite_hero {
    padding-top: 0;
  }
}

._background_hero {
  position: absolute;
  height: 100vh;
  width: 70vw;
  right: -20vw;
  top: -40%;
}
._background_hero._left {
  right: auto;
  left: -15vw;
  top: -2vh;
}
._background_hero svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=5);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
  opacity: 0.05;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
._background_hero svg use {
  fill: #d1d7db;
}
._background_hero._hero_actualite {
  left: -30%;
  top: -10%;
  -webkit-transform: rotate(-100deg);
  -ms-transform: rotate(-100deg);
  transform: rotate(-100deg);
}
._background_hero._hero_actualite svg {
  filter: alpha(opacity=5);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
  opacity: 0.05;
}
._background_hero._hero_actualite svg path {
  fill: rgb(82.1436464088, 107.2430939227, 124.3563535912);
}
@media all and (max-width: 768px) {
  ._background_hero {
    display: none;
  }
}

@media all and (max-width: 768px) {
  ._contain_hero_bg {
    width: -moz-calc(100% + 60px);
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    position: relative;
    left: -30px;
  }
}

.hero_bg {
  margin-top: 30px;
  height: 60vh;
  width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.hero_bg._big {
  height: 60vh;
}
.hero_bg .__img {
  height: 100%;
}
@media all and (max-width: 1281px) {
  .hero_bg {
    height: 40vh;
  }
  .hero_bg._big {
    height: 50vh;
  }
}
@media all and (max-width: 600px) {
  .hero_bg {
    position: relative;
    height: 300px;
    margin-top: 0;
    margin-bottom: 50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .hero_bg img[data-scroll] {
    transform: none !important;
    will-change: auto;
  }
  .hero_bg._big {
    height: 300px;
  }
}

._contain_hero {
  padding: 0 30px 0 60px;
}
._contain_hero span._hero_subtitle {
  display: block;
  margin-top: 30px;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.2em;
  width: 80%;
  color: #485e6d;
}
@media all and (max-width: 1281px) {
  ._contain_hero {
    padding: 0 20px;
  }
  ._contain_hero span._hero_subtitle {
    font-size: 1.2em;
    width: 90%;
  }
}
@media all and (max-width: 600px) {
  ._contain_hero {
    padding: 0;
  }
  ._contain_hero span._hero_subtitle {
    margin-top: 20px;
    font-size: 1em;
    width: 100%;
  }
}

.__items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 80px;
}
.__items > .d-flex {
  width: calc(25% - 22.5px);
}
.__items ._item {
  background: linear-gradient(180deg, #d1d7db 0%, rgb(200.4170731707, 207.5365853659, 212.2829268293) 100%);
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 260px;
}
.__items ._icon {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.__items ._icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.__items ._icon svg * {
  fill: #fefbf6;
}
.__items ._icon svg [fill]:not([fill=none]) {
  fill: #fefbf6;
}
.__items h4, .__items .h4 {
  color: #10212d;
  font-size: 1.45rem;
  line-height: 1.15;
  font-weight: 700;
  margin: 0 0 14px;
}
.__items span {
  display: block;
  color: #1a3649;
  font-size: 1rem;
  line-height: 1.45;
  margin: 0 auto;
}
@media all and (max-width: 1560px) {
  .__items {
    gap: 20px;
  }
  .__items > .d-flex {
    width: calc(50% - 10px);
  }
  .__items ._item {
    min-height: 235px;
    padding: 28px 20px 24px;
  }
  .__items ._icon {
    width: 78px;
    height: 78px;
    margin-bottom: 18px;
  }
  .__items h4, .__items .h4 {
    font-size: 1.25rem;
    margin-bottom: 12px;
  }
  .__items span {
    font-size: 0.95rem;
    max-width: 100%;
  }
}
@media all and (max-width: 992px) {
  .__items {
    gap: 16px;
  }
  .__items > .d-flex {
    width: calc(50% - 8px);
  }
  .__items ._item {
    min-height: 220px;
    padding: 24px 18px 22px;
    border-radius: 12px;
  }
  .__items ._icon {
    width: 70px;
    height: 70px;
    margin-bottom: 16px;
  }
  .__items h4, .__items .h4 {
    font-size: 1.1rem;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .__items span {
    font-size: 0.92rem;
    line-height: 1.4;
  }
}
@media all and (max-width: 600px) {
  .__items {
    gap: 14px;
    margin-top: 30px;
  }
  .__items > .d-flex {
    width: 100%;
  }
  .__items ._item {
    min-height: auto;
    padding: 22px 16px 20px;
    border-radius: 10px;
  }
  .__items ._icon {
    width: 62px;
    height: 62px;
    margin-bottom: 14px;
  }
  .__items h4, .__items .h4 {
    font-size: 1rem;
    margin-bottom: 8px;
  }
  .__items span {
    font-size: 0.9rem;
    line-height: 1.35;
  }
}

.accueil_video, .__projet_videos, .__arbor_partenaires {
  position: relative;
}
.accueil_video .__videos, .__projet_videos .__videos, .__arbor_partenaires .__videos {
  margin: 0;
  padding: 0;
  margin-top: 60px;
}
@media all and (max-width: 992px) {
  .accueil_video .__videos, .__projet_videos .__videos, .__arbor_partenaires .__videos {
    margin-top: 50px;
  }
}
@media all and (max-width: 600px) {
  .accueil_video .__videos, .__projet_videos .__videos, .__arbor_partenaires .__videos {
    margin-top: 40px;
  }
}
.accueil_video ._video, .__projet_videos ._video, .__arbor_partenaires ._video {
  position: relative;
  width: 100%;
  max-width: 980px;
  min-width: 350px;
  margin: 0 auto;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  background: #1a3649;
  cursor: pointer;
}
.accueil_video ._video::before, .__projet_videos ._video::before, .__arbor_partenaires ._video::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.accueil_video ._video ._poster,
.accueil_video ._video .__img,
.accueil_video ._video ._iframe, .__projet_videos ._video ._poster,
.__projet_videos ._video .__img,
.__projet_videos ._video ._iframe, .__arbor_partenaires ._video ._poster,
.__arbor_partenaires ._video .__img,
.__arbor_partenaires ._video ._iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.accueil_video ._video .__img img, .__projet_videos ._video .__img img, .__arbor_partenaires ._video .__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.accueil_video ._video:hover .__img img, .__projet_videos ._video:hover .__img img, .__arbor_partenaires ._video:hover .__img img {
  transform: scale(1.03);
}
.accueil_video ._video:hover ._play, .__projet_videos ._video:hover ._play, .__arbor_partenaires ._video:hover ._play {
  transform: translate(-50%, -50%) scale(1.06);
}
.accueil_video ._video ._play, .__projet_videos ._video ._play, .__arbor_partenaires ._video ._play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  z-index: 5;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.accueil_video ._video ._play svg, .__projet_videos ._video ._play svg, .__arbor_partenaires ._video ._play svg {
  width: 100%;
  height: 100%;
  display: block;
}
.accueil_video ._video ._play circle, .__projet_videos ._video ._play circle, .__arbor_partenaires ._video ._play circle {
  fill: rgba(255, 255, 255, 0.08);
  stroke: #fff;
  stroke-width: 2.5;
}
.accueil_video ._video ._play polygon, .__projet_videos ._video ._play polygon, .__arbor_partenaires ._video ._play polygon {
  fill: #fff;
}
.accueil_video ._video ._iframe iframe, .__projet_videos ._video ._iframe iframe, .__arbor_partenaires ._video ._iframe iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.accueil_video ._video._loaded, .__projet_videos ._video._loaded, .__arbor_partenaires ._video._loaded {
  cursor: default;
}
.accueil_video ._video._loaded ._poster, .accueil_video ._video._loaded .__img, .__projet_videos ._video._loaded ._poster, .__projet_videos ._video._loaded .__img, .__arbor_partenaires ._video._loaded ._poster, .__arbor_partenaires ._video._loaded .__img {
  display: none;
}
@media all and (max-width: 1560px) {
  .accueil_video ._video, .__projet_videos ._video, .__arbor_partenaires ._video {
    max-width: 100%;
    border-radius: 18px;
  }
  .accueil_video ._video ._play, .__projet_videos ._video ._play, .__arbor_partenaires ._video ._play {
    width: 120px;
    height: 120px;
  }
}
@media all and (max-width: 992px) {
  .accueil_video ._video, .__projet_videos ._video, .__arbor_partenaires ._video {
    border-radius: 14px;
  }
  .accueil_video ._video ._play, .__projet_videos ._video ._play, .__arbor_partenaires ._video ._play {
    width: 95px;
    height: 95px;
  }
}
@media all and (max-width: 600px) {
  .accueil_video ._video, .__projet_videos ._video, .__arbor_partenaires ._video {
    min-width: unset;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .accueil_video ._video_home, .__projet_videos ._video_home, .__arbor_partenaires ._video_home {
    border-radius: 10px;
  }
  .accueil_video ._video_home ._play, .__projet_videos ._video_home ._play, .__arbor_partenaires ._video_home ._play {
    width: 78px;
    height: 78px;
  }
}

.__partenaires {
  position: relative;
  margin-top: 80px;
}
.__partenaires ._partenaire {
  min-height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: relative;
  z-index: 2;
}
.__partenaires ._partenaire:nth-child(1), .__partenaires ._partenaire:nth-child(2), .__partenaires ._partenaire:nth-child(4), .__partenaires ._partenaire:nth-child(5) {
  border-right: 1px dashed #d1d7db;
}
.__partenaires ._partenaire:nth-child(1), .__partenaires ._partenaire:nth-child(2), .__partenaires ._partenaire:nth-child(3) {
  border-bottom: 1px dashed #d1d7db;
}
.__partenaires a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.__partenaires .__img {
  width: 90%;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.__partenaires .__img picture {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.__partenaires .__img img {
  object-fit: contain;
}
@media all and (max-width: 1560px) {
  .__partenaires {
    margin-top: 35px;
  }
  .__partenaires ._partenaire {
    min-height: 180px;
  }
}
@media all and (max-width: 992px) {
  .__partenaires ._partenaire {
    min-height: 165px;
  }
}
@media all and (max-width: 600px) {
  .__partenaires {
    margin-top: 25px;
  }
  .__partenaires ._partenaire {
    height: 150px;
    padding: 5px 0;
  }
  .__partenaires ._partenaire:nth-child(1), .__partenaires ._partenaire:nth-child(2), .__partenaires ._partenaire:nth-child(3), .__partenaires ._partenaire:nth-child(4), .__partenaires ._partenaire:nth-child(5) {
    border: 0;
    border-bottom: 1px dashed #d1d7db;
  }
  .__partenaires ._partenaire:last-of-type {
    border: 0;
  }
  .__partenaires .__img {
    padding: 10px;
    border: 0;
  }
  .__partenaires::before, .__partenaires::after,
  .__partenaires .__partenaires_line_v2 {
    display: none;
  }
}

.__linkedin {
  margin-top: 70px;
  overflow: unset;
}
.__linkedin .swiper-wrapper {
  align-items: stretch;
}
.__linkedin .__linkedin_card {
  display: flex;
  flex-direction: column;
  height: auto;
  border: 1px solid #ffffff;
  background: #f0e9d8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.__linkedin .__linkedin_img {
  height: 350px;
  flex-shrink: 0;
}
.__linkedin .__linkedin_img picture,
.__linkedin .__linkedin_img img {
  display: block;
  width: 100%;
  height: 100%;
}
.__linkedin .__linkedin_img img {
  object-fit: cover;
}
.__linkedin .__linkedin_content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px 20px 20px;
}
.__linkedin .__linkedin_desc {
  margin: 0;
  font-size: 0.9em;
  line-height: 1.55;
}
.__linkedin .__linkedin_action {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
  padding-top: 28px;
}
.__linkedin .__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 1560px) {
  .__linkedin {
    margin-top: 50px;
  }
  .__linkedin .__linkedin_img {
    height: 300px;
  }
}
@media all and (max-width: 992px) {
  .__linkedin .__linkedin_img {
    height: 280px;
  }
  .__linkedin .__linkedin_desc {
    font-size: 0.85em;
  }
}
@media all and (max-width: 600px) {
  .__linkedin {
    margin-top: 30px;
  }
  .__linkedin .__linkedin_img {
    height: 200px;
  }
  .__linkedin .__linkedin_content {
    padding: 18px 16px 16px;
  }
  .__linkedin .__linkedin_desc {
    font-size: 0.8em;
    line-height: 1.45;
  }
  .__linkedin .__linkedin_action {
    padding-top: 22px;
  }
}

._plan {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media all and (max-width: 768px) {
  ._plan {
    margin-top: 40px;
  }
}
._plan li {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 18px 0 16px;
  border-bottom: 1px dashed rgba(209, 215, 219, 0.55);
}
._plan li:first-child {
  padding-top: 0;
}
._plan li:last-child {
  border: 0;
}
@media all and (max-width: 600px) {
  ._plan li {
    gap: 20px;
    padding: 16px 0;
  }
}
._plan li .__num {
  flex: 0 0 92px;
  align-items: center;
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: 1;
  font-weight: 700;
  color: #d9261c;
  letter-spacing: -0.04em;
}
@media all and (max-width: 600px) {
  ._plan li .__num {
    flex: 0 0 68px;
  }
}
._plan li h3, ._plan li .h3 {
  display: flex;
  align-items: center;
}
@media all and (max-width: 600px) {
  ._plan li h3, ._plan li .h3 {
    font-size: 1em !important;
  }
}

._arbor_actualite {
  padding-top: 100px;
}

.__actualite_content {
  background: #ffffff;
  border-top-right-radius: 60px;
  border-top-left-radius: 60px;
}
@media all and (max-width: 768px) {
  .__actualite_content {
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
  }
}

.bc-detail-split {
  background: #fcf7ed;
  color: #1a3649;
}
.bc-detail-split__layout {
  display: grid;
  grid-template-columns: minmax(0, 66.95%) minmax(22.5em, 33.05%);
  align-items: stretch;
  min-height: 100vh;
}
.bc-detail-split__main {
  min-width: 0;
  background: transparent;
}
.bc-detail-split__reading {
  width: min(56.25em, 100% - 3em);
  margin: 0 auto;
  padding: 0 0 4em;
}
.bc-detail-split__aside {
  position: relative;
  min-width: 0;
}
.bc-detail-split__aside::before {
  content: "";
  position: absolute;
  inset: -4em 0 0;
  background: #e5decf;
}
.bc-detail-split__sticky {
  position: sticky;
  top: calc(var(--bc-header-h, 6em) + 4em);
  padding: 0 1.5em 2.5em;
}
@media all and (max-width: 992px) {
  .bc-detail-split__layout {
    grid-template-columns: 1fr;
  }
  .bc-detail-split__main {
    order: 2;
  }
  .bc-detail-split__aside {
    order: 1;
  }
  .bc-detail-split__sticky {
    position: relative;
    top: auto;
    padding: 1em 1em 3.5em;
  }
  .bc-detail-split__reading {
    width: calc(100% - 2em);
    padding: 4em 0 2em;
  }
}

.bc-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background: linear-gradient(135deg, #1a3649 0%, #10212d 50%, #68292c 100%);
}
.bc-hero__bg {
  position: absolute;
  top: -10%;
  left: 0;
  right: 0;
  height: 120%;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.bc-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.bc-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  min-height: 100vh;
  padding-bottom: 64px;
}
.bc-hero__content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
}
.bc-hero__card {
  width: 344px;
  min-height: 128px;
  flex: 0 0 344px;
  display: flex;
  align-items: stretch;
  border-radius: 8px;
  overflow: hidden;
}
.bc-hero__card-main {
  flex: 1;
  background: #ffffff;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
}
.bc-hero__card-text {
  color: #10212d;
  margin: 0;
}
.bc-hero__card-cta {
  align-self: flex-start;
}
.bc-hero__card-icon {
  width: 128px;
  flex-shrink: 0;
  background: #68292c;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e8524a;
}
.bc-hero__card-icon picture,
.bc-hero__card-icon img {
  display: block;
}
.bc-hero__card-icon img {
  width: 68px;
  height: 70px;
}
@media all and (max-width: 992px) {
  .bc-hero {
    min-height: 100svh;
  }
  .bc-hero__inner {
    min-height: 100svh;
    padding-bottom: 16px;
  }
  .bc-hero__content {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
  .bc-hero__card {
    width: 100%;
    min-height: 128px;
    flex-basis: 128px;
  }
}
@media all and (max-width: 768px) {
  .bc-hero__bg img {
    object-position: 57% top;
  }
  .bc-hero__card {
    display: inline-flex;
    width: 280px;
    max-width: 100%;
    align-self: flex-end;
  }
  .bc-hero__card-icon {
    width: 96px;
  }
}
@media all and (max-width: 600px) {
  .bc-hero {
    min-height: 70svh;
  }
  .bc-hero__inner {
    min-height: 70svh;
    padding-top: 6em;
  }
  .bc-hero__content {
    gap: 3.5em;
  }
  .bc-hero__card {
    width: 240px;
  }
  .bc-hero__card-icon {
    width: 80px;
  }
}
@media all and (max-width: 600px) {
  .bc-hero .container.bc-hero__content {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.bc-hero-intro {
  padding: 48px 0;
}
@media all and (max-width: 768px) {
  .bc-hero-intro {
    padding: 36px 0;
  }
}
@media all and (max-width: 600px) {
  .bc-hero-intro {
    padding: 24px 0 16px;
  }
}
.bc-hero-intro .__text {
  color: #485e6d !important;
}

.bc-selection {
  padding: 1.5em 0 5.75em;
  background: #fcf7ed;
}
.bc-selection > .container {
  max-width: 80%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  column-gap: 24px;
  row-gap: 2em;
}
@media all and (max-width: 992px) {
  .bc-selection > .container {
    max-width: 100%;
    display: block;
  }
}
@media all and (max-width: 992px) {
  .bc-selection {
    padding: 1.25em 0 4em;
  }
}
@media all and (max-width: 768px) {
  .bc-selection {
    padding: 1em 0 3em;
  }
}
.bc-selection__header {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 0;
}
@media all and (max-width: 992px) {
  .bc-selection__header {
    margin-bottom: 2.5em;
  }
}
.bc-selection__nav {
  display: none;
  gap: 0.5em;
}
.bc-selection__header-text {
  flex: 1;
}
.bc-selection__title {
  margin: 0;
}
.bc-selection__list {
  grid-column: 1/-1;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.bc-selection__item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  min-height: 480px;
  margin-bottom: 0;
}
@media all and (max-width: 992px) {
  .bc-selection__item {
    grid-template-columns: 1fr 1.2fr;
    min-height: auto;
    margin-bottom: 40px;
  }
  .bc-selection__item:last-child {
    margin-bottom: 0;
  }
}
@media all and (max-width: 768px) {
  .bc-selection__item {
    display: flex;
    flex-direction: column;
    min-height: auto;
    margin-bottom: 0;
  }
}
.bc-selection__img-wrap {
  grid-column: 2;
  display: block;
  align-self: center;
  justify-self: center;
  position: relative;
  top: -2vh;
  overflow: hidden;
  border-radius: 8px;
  background: #f0e9d8;
  aspect-ratio: 4/5;
  width: min(100%, 56vh);
  max-height: 70vh;
}
@media all and (max-width: 992px) {
  .bc-selection__img-wrap {
    grid-column: auto;
    align-self: stretch;
    justify-self: stretch;
    top: auto;
    aspect-ratio: 1/1;
    max-height: none;
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .bc-selection__img-wrap {
    order: -1;
    min-height: 240px;
    flex-shrink: 0;
    align-self: auto;
  }
}
.bc-selection__img-link {
  position: absolute;
  inset: 0;
  display: block;
  color: inherit;
  text-decoration: none;
}
.bc-selection__img-link picture {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.bc-selection__img-link .__img {
  position: absolute;
  inset: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  mix-blend-mode: multiply;
  transition: transform 0.5s ease;
}
.bc-selection__item:hover .bc-selection__img-link .__img {
  transform: scale(1.03);
}
.bc-selection__img-placeholder {
  position: absolute;
  inset: 0;
  background: #fcf7ed;
}
.bc-selection__tags {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  pointer-events: none;
}
.bc-selection__tag {
  color: #1a3649;
  background: #ffffff;
  border-radius: 4px;
  padding: 4px 8px;
}
.bc-selection__info {
  grid-column: 1;
  grid-row: 1;
  padding: 48px 40px 48px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
  align-items: flex-end;
}
.bc-selection__info--right {
  grid-column: 3;
  padding: 48px 0 48px 40px;
  text-align: left;
  align-items: flex-start;
}
.bc-selection__info--right .bc-selection__price-row {
  align-items: flex-start;
}
@media all and (max-width: 992px) {
  .bc-selection__info {
    grid-column: auto;
    grid-row: auto;
    padding: 36px 32px;
    text-align: left;
    align-items: flex-start;
  }
}
@media all and (max-width: 768px) {
  .bc-selection__info {
    padding: 28px 24px;
    flex: 1;
  }
}
.bc-selection__name {
  margin: 0 0 0.25em;
}
.bc-selection__name-link {
  color: inherit;
  text-decoration: none;
}
.bc-selection__meta {
  color: #485e6d;
  margin: 0 0 1.5em;
}
.bc-selection__price-row {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25em;
  margin-bottom: 1.5em;
}
.bc-selection__price-main {
  display: flex;
  align-items: baseline;
  gap: 0.5em;
  flex-wrap: wrap;
}
.bc-selection__price-old {
  color: #768692;
  text-decoration: line-through;
}
.bc-selection__promo-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.25em 0.5em;
  border-radius: 4px;
  color: #ffffff;
  background: #d9261c;
  line-height: 1;
}
.bc-selection__price-kilo {
  color: #485e6d;
}
.bc-selection__weights {
  margin-bottom: 1.75em;
}
.bc-selection__weights-label {
  color: #485e6d;
  margin-bottom: 0.625em;
}
.bc-selection__weights-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.bc-selection__weight-btn {
  color: #1a3649;
  background: transparent;
  border: 1.5px solid #e7e1d9;
  border-radius: 4px;
  padding: 12px 24px;
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.bc-selection__weight-btn:hover {
  border-color: #485e6d;
  color: #10212d;
}
.bc-selection__weight-btn.is-active {
  border-color: #1a3649;
  color: #10212d;
  background: transparent;
}
.bc-selection__prepare--mobile {
  display: none;
}
.bc-selection__prepare--desktop {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 3;
  margin: 0;
}
.bc-selection__actions {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  display: flex;
  justify-content: flex-end;
  margin-top: 0;
}
@media all and (max-width: 992px) {
  .bc-selection__actions {
    grid-column: auto;
    grid-row: auto;
    justify-content: center;
    margin-top: 48px;
  }
}
@media all and (max-width: 768px) {
  .bc-selection {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
  .bc-selection__nav {
    display: flex;
  }
  .bc-selection__actions {
    margin-top: 1.75em;
  }
  .bc-selection__list {
    overflow: hidden;
    width: calc(100% + var(--bs-gutter-x) * 0.5);
  }
  .bc-selection__list .swiper-wrapper {
    align-items: stretch;
  }
  .bc-selection__item {
    display: flex;
    flex-direction: column !important;
    min-height: auto;
    height: auto;
    border-radius: 4px;
    width: 82vw !important;
    max-width: 420px;
    flex-shrink: 0;
  }
  .bc-selection__img-wrap {
    min-height: 0;
    aspect-ratio: 295/351;
    flex-shrink: 0;
  }
  .bc-selection__info {
    padding: 6px 16px 18px !important;
  }
  .bc-selection__info > .__btn._primary {
    margin-top: 1.6em;
  }
  .bc-selection__name {
    font-size: 1.375em;
    margin-bottom: 0.2em;
  }
  .bc-selection__meta, .bc-selection__price-row {
    margin-bottom: 0.5em;
  }
  .bc-selection__weights {
    margin-bottom: 0.75em;
  }
  .bc-selection__prepare--desktop {
    display: none;
  }
  .bc-selection__prepare--mobile {
    display: inline-flex;
    margin-bottom: 0.75em;
  }
  .bc-selection .__btn._primary {
    align-self: stretch;
    justify-content: center;
  }
}
.bc-selection__cta-mobile {
  display: none;
}
@media all and (max-width: 600px) {
  .bc-selection {
    padding-top: 0;
  }
  .bc-selection__cta-desktop {
    display: none;
  }
  .bc-selection__cta-mobile {
    display: inline;
  }
  .bc-selection__price {
    font-size: 1.05em;
    line-height: 1.2;
  }
  .bc-selection__price-row {
    flex-direction: row;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.5em;
  }
}

.bc-categories {
  padding: 80px 0;
  background: #fefbf6;
}
@media all and (max-width: 768px) {
  .bc-categories {
    padding: 56px 0 24px;
  }
}
.bc-categories__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1em;
}
.bc-categories__title {
  margin: 0 0 56px;
}
@media all and (max-width: 768px) {
  .bc-categories__title {
    margin-bottom: 40px;
  }
}
.bc-categories__nav {
  display: flex;
  gap: 0.5em;
  flex-shrink: 0;
}
.bc-categories__nav .swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}
.bc-categories__swiper {
  overflow: hidden;
}
.bc-categories__list {
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
  margin: 0;
  padding: 0;
}
.bc-categories__item {
  list-style: none;
  flex: 0 0 auto;
  height: auto;
}
.bc-categories__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.75em 1em;
  text-decoration: none;
  gap: 0.875em;
}
@media all and (max-width: 768px) {
  .bc-categories__link {
    padding: 1em 1em 0.5em;
  }
}
.bc-categories__link:hover .bc-categories__icon, .bc-categories__link:focus-visible .bc-categories__icon {
  transform: translateY(-0.4em);
}
.bc-categories__link:hover .bc-categories__label::after, .bc-categories__link:focus-visible .bc-categories__label::after {
  transform: translateX(-50%) scaleX(1);
}
.bc-categories__icon {
  width: 12em;
  height: 12em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
@media all and (max-width: 1560px) {
  .bc-categories__icon {
    width: 9em;
    height: 9em;
  }
}
.bc-categories__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bc-categories__icon-placeholder {
  display: block;
  width: 4.5em;
  height: 4.5em;
  border-radius: 50%;
  background: #f0e9d8;
}
.bc-categories__label {
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 1.875em;
  font-weight: 400;
  color: #d9261c;
  letter-spacing: -0.5px;
  line-height: 1.35;
  text-align: center;
}
.bc-categories__label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.05em;
  width: 1.4em;
  height: 0.06em;
  background: #d9261c;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
@media all and (max-width: 1560px) {
  .bc-categories__label {
    font-size: 1.5em;
  }
}
.bc-categories__sub {
  font-family: "Afacad", sans-serif;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #485e6d;
  text-align: center;
}
@media all and (max-width: 1560px) {
  .bc-categories__sub {
    font-size: 0.875em;
  }
}

.bc-image-fixe {
  width: 100%;
  height: 60vh;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 1560px) {
  .bc-image-fixe {
    height: 50vh;
  }
}
@media all and (max-width: 992px) {
  .bc-image-fixe {
    height: 380px;
  }
}
@media all and (max-width: 768px) {
  .bc-image-fixe {
    height: 280px;
  }
}
.bc-image-fixe__inner {
  width: 100%;
  height: 140%;
  position: absolute;
  top: -20%;
  left: 0;
  background-image: url("../../img/SITE/home/image-fixe.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media all and (max-width: 768px) {
  .bc-image-fixe__inner {
    background-attachment: scroll;
    height: 100%;
    top: 0;
  }
}

.bc-histoire {
  min-height: 48em;
  background: #fcf7ed;
  overflow: hidden;
}
.bc-histoire__inner {
  position: relative;
  min-height: 38em;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.bc-histoire__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100%, 42.625em);
  margin-top: 7.3125em;
  text-align: center;
}
.bc-histoire__title {
  margin: 0;
  color: #1a3649;
}
.bc-histoire__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100%, 28.25em);
  margin-top: 7.75em;
  gap: 2em;
}
.bc-histoire__desc {
  margin: 0;
  color: #1a3649;
}
.bc-histoire__awards {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5em;
  margin-top: 3.5em;
}
.bc-histoire__award {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625em;
  max-width: 18em;
  text-align: center;
  padding: 1.75em 1.5em;
  border: 1px solid #f0e9d8;
  border-radius: 0.375em;
}
.bc-histoire__award-icon {
  width: 5em;
  height: 5em;
  object-fit: contain;
  color: #485e6d;
  margin-bottom: 0.375em;
}
.bc-histoire__award-year {
  color: #1a3649;
  font-family: "Tripsis", Georgia, serif;
  font-weight: 400;
  font-size: 1.5em;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #f0e9d8;
}
.bc-histoire__award-medal {
  color: #1a3649;
  margin-bottom: -0.375em;
}
.bc-histoire__award-title {
  color: #485e6d;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
.bc-histoire__img {
  position: absolute;
  z-index: 3;
  width: 13.75em;
  height: 16.5em;
  pointer-events: none;
}
.bc-histoire__img--right {
  top: 1.75em;
  right: 7.5em;
  width: 11em;
}
.bc-histoire__img--right .bc-histoire__img-wrap {
  transform: rotate(-8deg);
}
.bc-histoire__img--left {
  left: 6.25em;
  top: 13em;
}
.bc-histoire__img--left .bc-histoire__img-wrap {
  transform: rotate(4deg);
}
.bc-histoire__img-wrap {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.25em;
  background: #f0e9d8;
  transform-origin: center;
}
.bc-histoire__img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media all and (max-width: 1281px) {
  .bc-histoire {
    min-height: 44em;
  }
  .bc-histoire__inner {
    min-height: 33em;
  }
  .bc-histoire__img {
    width: 12em;
    height: 14.4em;
  }
  .bc-histoire__img--right {
    right: 0;
  }
  .bc-histoire__img--left {
    left: 0;
  }
}
@media all and (max-width: 992px) {
  .bc-histoire {
    min-height: 0;
  }
  .bc-histoire__inner {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 2em;
  }
  .bc-histoire__content {
    display: contents;
    margin-top: 0;
  }
  .bc-histoire__title {
    grid-column: 1;
    grid-row: 1;
    text-align: center;
  }
  .bc-histoire__body {
    grid-column: 1;
    grid-row: 3;
    justify-self: center;
    margin-top: 0;
  }
  .bc-histoire__awards {
    grid-column: 1;
    grid-row: 4;
    margin-top: 0;
  }
  .bc-histoire__award-icon {
    width: 4em;
    height: 4em;
  }
  .bc-histoire__img {
    display: block;
    position: relative;
    grid-column: 1;
    grid-row: 2;
    justify-self: center;
    width: 8.75em;
    height: 10.5em;
  }
  .bc-histoire__img--right {
    top: auto;
    right: auto;
    left: 3.625em;
    align-self: start;
  }
  .bc-histoire__img--left {
    top: auto;
    right: auto;
    bottom: auto;
    left: -4em;
    align-self: start;
    margin-top: 8.375em;
    margin-bottom: 0.5625em;
  }
}
.bc-roaster {
  padding: 5.75em 0;
  background: #1a3649;
}
.bc-roaster__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(22em, 0.9fr);
  gap: 1em;
  align-items: center;
}
.bc-roaster__media {
  position: relative;
  width: min(100%, 36em);
  justify-self: center;
  aspect-ratio: 515/488;
  overflow: hidden;
}
.bc-roaster__media picture,
.bc-roaster__media img {
  display: block;
  width: 100%;
  height: 100%;
}
.bc-roaster__media img {
  object-fit: contain;
}
.bc-roaster__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: min(100%, 28.25em);
  min-height: 38em;
  gap: 2.5em;
}
.bc-roaster__head {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}
.bc-roaster__name {
  margin: 0;
  color: #bcd4f9;
}
.bc-roaster__meta {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin: 0;
  color: #bcd4f9;
}
.bc-roaster__dot {
  opacity: 0.7;
}
.bc-roaster__quote-wrap {
  display: flex;
  align-items: flex-start;
  width: min(100%, 21em);
  color: #10212D;
}
.bc-roaster__quote-mark {
  display: block;
  flex: 0 0 4em;
  width: 4em;
  height: auto;
  margin-right: -0.75em;
  color: #10212D;
}
.bc-roaster__testimony {
  margin: 0;
  color: #bcd4f9;
}

@media all and (max-width: 1281px) {
  .bc-roaster__inner {
    grid-template-columns: minmax(0, 1.15fr) minmax(21em, 0.85fr);
  }
  .bc-roaster__media {
    width: min(100%, 32em);
  }
}
@media all and (max-width: 992px) {
  .bc-roaster {
    padding: 4em 0;
  }
  .bc-roaster__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3em;
  }
  .bc-roaster__media {
    width: min(100%, 32em);
  }
  .bc-roaster__content {
    width: 100%;
    min-height: 0;
    align-items: flex-start;
    text-align: left;
  }
  .bc-roaster__meta, .bc-roaster__quote-wrap {
    justify-content: flex-start;
  }
}
@media all and (max-width: 768px) {
  .bc-roaster {
    padding: 3em 0;
  }
  .bc-roaster__inner {
    gap: 0.75em;
  }
  .bc-roaster__media {
    width: min(100%, 22em);
  }
  .bc-roaster__content {
    gap: 2em;
  }
  .bc-roaster__content > .__btn {
    align-self: center;
  }
  .bc-roaster__quote-wrap {
    width: min(100%, 19em);
  }
  .bc-roaster__quote-mark {
    flex-basis: 3em;
    width: 3em;
    margin-right: -0.5em;
  }
}
@media all and (max-width: 600px) {
  .bc-roaster__inner {
    display: flex;
    flex-direction: column;
    gap: 2em;
  }
  .bc-roaster__content {
    display: contents;
  }
  .bc-roaster__head {
    order: 1;
  }
  .bc-roaster__media {
    order: 2;
    align-self: center;
  }
  .bc-roaster__quote-wrap {
    order: 3;
  }
  .bc-roaster__content > .__btn {
    order: 4;
  }
}
.bc-coffrets {
  padding: 5.75em 0;
  background: #fcf7ed;
}
.bc-coffrets__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2em;
  margin-bottom: 2.5em;
}
.bc-coffrets__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1em;
  flex: 1;
}
.bc-coffrets__nav {
  display: none;
  gap: 0.5em;
  flex-shrink: 0;
}
.bc-coffrets__nav .swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}
.bc-coffrets__title {
  width: min(100%, 9em);
  margin: 0;
  color: #1a3649;
}
.bc-coffrets__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1em;
}
.bc-coffrets__list--swiper {
  display: block;
  overflow: hidden;
}

.bc-coffrets__list--swiper .swiper-wrapper {
  align-items: stretch;
}
.bc-coffrets__list--swiper .swiper-slide {
  height: auto;
}

@media all and (max-width: 992px) {
  .bc-coffrets {
    padding: 4em 0;
  }
  .bc-coffrets__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media all and (max-width: 768px) {
  .bc-coffrets {
    padding: 3em 0;
  }
  .bc-coffrets__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5em;
    margin-bottom: 2em;
  }
  .bc-coffrets__heading {
    width: 100%;
  }
  .bc-coffrets__nav {
    display: flex;
  }
  .bc-coffrets__list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) and (min-width: 601px) {
  .bc-coffrets__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    margin-bottom: 1em;
  }
  .bc-coffrets__heading {
    display: contents;
  }
  .bc-coffrets__title {
    grid-column: 1;
    grid-row: 1;
  }
  .bc-coffrets__header > .__btn {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }
  .bc-coffrets__nav {
    grid-column: 1/-1;
    grid-row: 2;
    justify-self: end;
  }
}
.bc-quiz-backdrop {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: rgba(16, 33, 45, 0.56);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  pointer-events: none;
}

.bc-quiz {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: fixed;
  inset: 10px;
  border-radius: 14px;
  overflow: hidden;
  z-index: 1000;
  background: #fcf7ed;
  border: 1px solid rgba(255, 255, 255, 0.24);
}
.bc-quiz__photo {
  position: relative;
  overflow: hidden;
  padding: 10px 0 10px 10px;
}
.bc-quiz__photo-stack {
  position: relative;
  width: 100%;
  height: 100%;
}
.bc-quiz__photo-layer {
  display: block;
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity 1s cubic-bezier(0.12, 0.65, 0.23, 0.98), transform 1.4s cubic-bezier(0.12, 0.65, 0.23, 0.98);
}
.bc-quiz__photo-layer.is-active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}
.bc-quiz__photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}
.bc-quiz__panel {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  padding: 40px 56px 0;
  position: relative;
}
.bc-quiz__back {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  z-index: 2;
}
.bc-quiz__back--mobile {
  display: none;
}
.bc-quiz__panel:has([data-step]:not([data-step="0"]):not([data-step=result]).is-active) .bc-quiz__back {
  display: none;
}
.bc-quiz__steps-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.bc-quiz__step {
  display: none;
  flex-direction: column;
  flex: 1;
}
.bc-quiz__step.is-active {
  display: flex;
}
.bc-quiz__step-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex: 1;
  gap: 28px;
  max-width: none;
  padding: 2.5em 0;
}
.bc-quiz__step-inner--intro {
  align-items: center;
  text-align: center;
  max-width: none;
  padding: 80px 48px;
  gap: 32px;
}
.bc-quiz__intro-title {
  font-family: "Tripsis", Georgia, serif;
  font-size: 3.25em;
  font-weight: 400;
  color: #1a3649;
  line-height: 1.1;
  letter-spacing: 0.015em;
  margin: 0;
}
.bc-quiz__intro-text {
  font-family: "Inter", sans-serif;
  font-size: 1em;
  color: #1a3649;
  line-height: 1.5;
  margin: 0;
  width: 100%;
  padding: 0 8px;
}
.bc-quiz__intro-text p {
  margin: 0 0 8px;
}
.bc-quiz__intro-text p:last-child {
  margin-bottom: 0;
}
.bc-quiz__intro-text strong {
  font-weight: 700;
  color: #10212d;
}
.bc-quiz__start {
  margin-top: 8px;
}
.bc-quiz__step-cat {
  font-family: "Inter", sans-serif;
  font-size: 0.875em;
  font-weight: 500;
  color: #d9261c;
  letter-spacing: 0.025em;
  margin: 0;
}
.bc-quiz__question {
  font-family: "Tripsis", Georgia, serif;
  font-size: 2.5em;
  font-weight: 400;
  color: #1a3649;
  line-height: 1.1;
  margin: 0;
  padding: 0 2.25em;
}
.bc-quiz__answers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.625em;
  list-style: none;
  padding: 0;
  margin: 0;
}
.bc-quiz__answer-item {
  list-style: none;
}
.bc-quiz__answer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625em;
  padding: 0.8125em 1.5625em;
  border: 1px solid #ded8c9;
  border-radius: 0.25em;
  background: transparent;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.018em;
  color: #1a3649;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}
.bc-quiz__answer:hover {
  background: rgba(16, 33, 45, 0.05);
  border-color: #768692;
  color: #10212d;
}
.bc-quiz__answer.is-selected {
  border: 1.5px solid #1a3649;
  background: transparent;
  color: #10212d;
}
.bc-quiz__answer-img {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border-radius: 50%;
  flex-shrink: 0;
}
.bc-quiz__step[data-step-type=slider] .bc-quiz__step-inner {
  max-width: none;
}
.bc-quiz__slider-wrap {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: calc(100% + 112px);
  margin-left: -56px;
  margin-right: -56px;
  align-self: stretch;
}
.bc-quiz__slider-track {
  position: relative;
  padding: 24px 56px;
}
.bc-quiz__slider-track::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 56px;
  right: 56px;
  height: 2px;
  background: #f0e9d8;
  transform: translateY(-50%);
  border-radius: 2px;
  pointer-events: none;
}
.bc-quiz__slider-fill {
  position: absolute;
  top: 50%;
  left: 56px;
  height: 2px;
  width: 0;
  background: #10212d;
  transform: translateY(-50%);
  border-radius: 2px;
  pointer-events: none;
  transition: width 0.08s ease;
}
.bc-quiz__slider-input {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 2px;
  background: transparent;
  outline: none;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
}
.bc-quiz__slider-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  border: 3px solid #10212d;
  box-shadow: 0 2px 10px rgba(16, 33, 45, 0.15);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.bc-quiz__slider-input::-moz-range-thumb {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  border: 3px solid #10212d;
  box-shadow: 0 2px 10px rgba(16, 33, 45, 0.15);
  transition: transform 0.15s ease;
}
.bc-quiz__slider-input:hover::-webkit-slider-thumb, .bc-quiz__slider-input:focus::-webkit-slider-thumb {
  transform: scale(1.1);
  box-shadow: 0 2px 16px rgba(16, 33, 45, 0.25);
}
.bc-quiz__slider-input:hover::-moz-range-thumb, .bc-quiz__slider-input:focus::-moz-range-thumb {
  transform: scale(1.1);
}
.bc-quiz__slider-labels {
  display: flex;
  justify-content: space-between;
  padding: 0 56px;
  margin-top: 4px;
}
.bc-quiz__slider-labels span {
  font-family: "Afacad", sans-serif;
  font-size: 0.82em;
  font-weight: 600;
  color: #768692;
  letter-spacing: 0.04em;
}
.bc-quiz__slider-labels span:first-child {
  text-align: left;
}
.bc-quiz__slider-labels span:last-child {
  text-align: right;
}
.bc-quiz__slider-labels span:not(:first-child):not(:last-child) {
  text-align: center;
}
.bc-quiz__slider-desc {
  font-family: "Inter", sans-serif;
  font-size: 1em;
  color: #485e6d;
  margin: 24px 0 0;
  min-height: 2.8em;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
.bc-quiz__nav {
  position: sticky;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0 32px;
  background: #fcf7ed;
  border-top: 1px solid #f0e9d8;
  margin-top: auto;
}
.bc-quiz__nav[hidden] {
  display: none;
}
.bc-quiz__nav-count {
  display: flex;
  align-items: baseline;
  gap: 2px;
  user-select: none;
}
.bc-quiz__nav-num {
  font-family: "Tripsis", Georgia, serif;
  font-size: 4em;
  font-weight: 400;
  color: #10212d;
  line-height: 1;
  min-width: 2ch;
  text-align: right;
}
.bc-quiz__nav-total {
  font-family: "Tripsis", Georgia, serif;
  font-size: 1.5em;
  font-weight: 400;
  color: rgba(26, 54, 73, 0.35);
  line-height: 1;
  align-self: flex-end;
  padding-bottom: 0.1em;
}
.bc-quiz__nav-prev:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.bc-quiz--result {
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
}
.bc-quiz--result .bc-quiz__steps-wrap {
  min-height: 0;
}
.bc-quiz--result .bc-quiz__photo {
  display: none;
}
.bc-quiz--result .bc-quiz__panel {
  padding: 0;
  background: #fcf7ed;
  overflow: hidden;
}
.bc-quiz--result .bc-quiz__nav {
  display: none;
}
.bc-quiz--result .bc-quiz__back {
  display: none;
}
.bc-quiz__step--result {
  position: relative;
  height: 100%;
  min-height: 0;
}
.bc-quiz__result-back {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 3;
}
.bc-quiz__result-body {
  display: grid;
  grid-template-columns: 38% minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  min-height: 0;
  height: 100%;
  overflow: hidden;
}
.bc-quiz__result-profile {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 92px 48px 24px 24px;
  border-right: 1px solid #f0e9d8;
  overflow-y: auto;
  background: #fcf7ed;
}
.bc-quiz__result-label {
  font-family: "Afacad", sans-serif;
  font-size: 0.72em;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #768692;
  margin: 0;
}
.bc-quiz__result-name {
  font-family: "Tripsis", Georgia, serif;
  font-size: 3.25em;
  font-weight: 400;
  color: #1a3649;
  line-height: 1.1;
  letter-spacing: 0.015em;
  margin: 0;
}
.bc-quiz__result-desc {
  font-family: "Inter", sans-serif;
  font-size: 1em;
  color: #485e6d;
  margin: 0;
  line-height: 1.5;
}
.bc-quiz__result-panel {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 0;
  min-width: 0;
  padding: 92px 24px 24px 40px;
}
.bc-quiz__result-panel-title {
  font-family: "Inter", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: -0.015em;
  color: #1a3649;
  margin: 0 0 32px;
  flex-shrink: 0;
}
.bc-quiz__result-products {
  flex: 1;
  min-height: 0;
  overscroll-behavior: contain;
  overflow-y: auto;
  padding-right: 6px;
  margin-right: -6px;
}
.bc-quiz__result-footer {
  flex-shrink: 0;
  position: sticky;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  background: #fcf7ed;
  padding: 24px 0 0;
  border-top: 1px solid #e5decf;
  margin-top: 24px;
}
.bc-quiz__result-footer[hidden] {
  display: none;
}
.bc-quiz__result-sep {
  display: none;
}
.bc-quiz__rp-card {
  display: flex;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid #e5decf;
}
.bc-quiz__rp-card:first-child {
  padding-top: 0;
}
.bc-quiz__rp-card:last-child {
  border-bottom: 0;
}
.bc-quiz__rp-thumb {
  width: 172px;
  height: 172px;
  border-radius: 4px;
  background: #f0e9d8;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.bc-quiz__rp-thumb picture {
  display: block;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 992px) {
  .bc-quiz__rp-thumb {
    width: 96px;
    height: 96px;
  }
}
.bc-quiz__rp-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
}
.bc-quiz__rp-img--empty {
  display: block;
  width: 100%;
  height: 100%;
}
.bc-quiz__rp-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.bc-quiz__rp-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.bc-quiz__rp-name {
  font-family: "Inter", sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  color: #1a3649;
  margin: 0;
  line-height: 1.5;
}
.bc-quiz__rp-meta {
  font-family: "Inter", sans-serif;
  font-size: 0.75em;
  color: #485e6d;
  letter-spacing: 0.018em;
  margin: 3px 0 0;
  font-weight: 400;
}
.bc-quiz__rp-price-wrap {
  text-align: right;
  flex-shrink: 0;
}
.bc-quiz__rp-price-label {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 0.75em;
  color: #485e6d;
  letter-spacing: 0.018em;
  font-weight: 400;
  white-space: nowrap;
}
.bc-quiz__rp-price {
  font-family: "Inter", sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  color: #1a3649;
  white-space: nowrap;
}
.bc-quiz__rp-price.is-promo {
  color: #d9261c;
}
.bc-quiz__rp-price-old {
  display: block;
  color: #768692;
  font-size: 0.75em;
}
.bc-quiz__rp-price-old[hidden] {
  display: none;
}
.bc-quiz__rp-price-kilo {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 0.75em;
  color: #485e6d;
  letter-spacing: 0.018em;
  font-weight: 400;
  white-space: nowrap;
}
.bc-quiz__rp-desc {
  font-family: "Inter", sans-serif;
  font-size: 0.875em;
  color: #485e6d;
  letter-spacing: 0.018em;
  margin: 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bc-quiz__rp-more {
  font-family: "Afacad", sans-serif;
  font-size: 0.72em;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #768692;
  text-decoration: none;
  transition: color 0.2s ease;
}
.bc-quiz__rp-more:hover {
  color: #10212d;
}
.bc-quiz__rp-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 4px;
}
.bc-quiz__rp-weights {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.bc-quiz__rp-weight {
  font-family: "Afacad", sans-serif;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 5px 12px;
  border: 1px solid #ded8c9;
  border-radius: 100px;
  background: transparent;
  color: #1a3649;
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.bc-quiz__rp-weight:hover {
  border-color: #485e6d;
}
.bc-quiz__rp-weight.is-active {
  border: 1.5px solid #1a3649;
}
.bc-quiz__rp-add {
  flex-shrink: 0;
  white-space: nowrap;
}
.bc-quiz__rp-add.is-added {
  background: transparent;
  border-color: #1a3649;
  color: #1a3649;
}
.bc-quiz__rp-add:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.bc-quiz__rp-check {
  margin-left: 4px;
}
.bc-quiz__rp-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 4px;
}
.bc-quiz__rp-chip {
  font-family: "Inter", sans-serif;
  font-size: 0.75em;
  font-weight: 500;
  letter-spacing: 0.018em;
  padding: 4px 8px;
  border-radius: 4px;
  color: #1a3649;
  background: #d6e3f7;
}
.bc-quiz__rp-details {
  margin: 8px 0 4px;
}
.bc-quiz__rp-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 32px;
  border-top: 1px solid #fcf7ed;
  padding-top: 12px;
}
.bc-quiz__rp-specs-left, .bc-quiz__rp-specs-right {
  display: flex;
  flex-direction: column;
}
.bc-quiz__rp-spec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 0;
}
.bc-quiz__rp-spec--bar {
  justify-content: space-between;
}
.bc-quiz__rp-spec-label {
  font-family: "Afacad", sans-serif;
  font-size: 0.8em;
  color: #768692;
  font-weight: 500;
  flex-shrink: 0;
}
.bc-quiz__rp-spec-val {
  font-family: "Inter", sans-serif;
  font-size: 0.85em;
  font-weight: 600;
  color: #10212d;
  text-align: right;
}
.bc-quiz__rp-bars {
  display: flex;
  gap: 4px;
  align-items: center;
}
.bc-quiz__rp-bar {
  width: 22px;
  height: 3px;
  border-radius: 2px;
  background: #f0e9d8;
}
.bc-quiz__rp-bar.is-on {
  background: #10212d;
}
.bc-quiz__rp-expand {
  align-self: flex-start;
  text-align: left;
  background: none;
  border: none;
  padding: 4px 0;
  font-family: "Afacad", sans-serif;
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #1a3649;
  cursor: pointer;
  transition: color 0.2s ease;
  margin-bottom: 4px;
}
.bc-quiz__rp-expand:hover {
  color: #10212d;
}
@media all and (max-width: 992px) {
  .bc-quiz {
    grid-template-columns: 1fr;
  }
  .bc-quiz__photo {
    display: none;
  }
  .bc-quiz__panel {
    padding: 32px 32px 0;
  }
  .bc-quiz__nav {
    padding-left: 0;
    padding-right: 0;
  }
  .bc-quiz__question {
    font-size: 1.8em;
  }
  .bc-quiz__result-body {
    grid-template-columns: 220px 1fr;
  }
  .bc-quiz__result-profile {
    padding: 72px 32px 32px 32px;
  }
  .bc-quiz__result-panel {
    padding: 72px 32px 0 32px;
  }
  .bc-quiz__slider-wrap {
    width: calc(100% + 64px);
    margin-left: -32px;
    margin-right: -32px;
  }
  .bc-quiz__slider-track {
    padding-left: 32px;
    padding-right: 32px;
  }
  .bc-quiz__slider-track::before {
    left: 32px;
    right: 32px;
  }
  .bc-quiz__slider-fill {
    left: 32px;
  }
  .bc-quiz__slider-labels {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media all and (max-width: 768px) {
  .bc-quiz {
    inset: 0;
    border-radius: 0;
    border: 0;
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
  }
  .bc-quiz__photo {
    display: block;
    flex: 0 0 231px;
    height: 231px;
    padding: 2px;
    order: 1;
  }
  .bc-quiz__photo-img {
    border-radius: 6px;
  }
  .bc-quiz__panel {
    order: 2;
    flex: 1;
    min-height: 0;
    padding: 0 16px;
    overflow-y: auto;
  }
  .bc-quiz__back--desktop {
    display: none;
  }
  .bc-quiz__back--mobile {
    display: inline-flex;
    top: 16px;
    right: 16px;
    width: max-content;
    max-width: calc(100% - 32px);
  }
  .bc-quiz__step-inner {
    gap: 20px;
    padding: 16px 0;
  }
  .bc-quiz__intro-title {
    font-size: 2.25em;
  }
  .bc-quiz__question {
    font-size: 1.5em;
    padding: 0 16px;
  }
  .bc-quiz__step-inner--intro {
    justify-content: flex-start;
    padding: 56px 16px 96px;
    gap: 24px;
  }
  .bc-quiz__intro-text {
    padding: 0;
  }
  .bc-quiz__start {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    width: calc(100% - 32px);
  }
}
@media all and (max-width: 768px) and (max-width: 600px) {
  .bc-quiz__nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 0;
  }
  .bc-quiz__nav-count {
    grid-column: 1/-1;
    grid-row: 1;
    justify-content: center;
    white-space: nowrap;
  }
  .bc-quiz__step-inner:not(.bc-quiz__step-inner--intro) {
    justify-content: flex-start;
    padding-top: 32px;
  }
  .bc-quiz__answers {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .bc-quiz__answer-item {
    width: 100%;
  }
  .bc-quiz__answer {
    width: 100%;
    white-space: normal;
    text-align: center;
    font-size: 0.8125em;
    padding: 0.75em 1em;
  }
}
@media all and (max-width: 768px) {
  .bc-quiz__nav {
    position: sticky;
    bottom: 0;
    padding: 16px 0 16px;
  }
  .bc-quiz__nav-num {
    font-size: 1.8em;
  }
  .bc-quiz__slider-wrap {
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-right: -24px;
  }
  .bc-quiz__slider-track {
    padding-left: 24px;
    padding-right: 24px;
  }
  .bc-quiz__slider-track::before {
    left: 24px;
    right: 24px;
  }
  .bc-quiz__slider-fill {
    left: 24px;
  }
  .bc-quiz__slider-labels {
    padding-left: 24px;
    padding-right: 24px;
  }
  .bc-quiz__result-body {
    display: block;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .bc-quiz__result-profile {
    padding: 72px 24px 24px;
    border-right: 0;
    border-bottom: 1px solid #f0e9d8;
    overflow-y: visible;
    background: #fcf7ed;
  }
  .bc-quiz__result-name {
    font-size: 1.8em;
  }
  .bc-quiz__result-panel {
    padding: 24px 24px 0;
    overflow: visible;
  }
  .bc-quiz__result-products {
    flex: none;
    overflow: visible;
  }
  .bc-quiz__result-body:has([data-result-footer]:not([hidden])) {
    padding-bottom: 100px;
  }
  .bc-quiz__result-back {
    top: 16px;
    right: 16px;
  }
  .bc-quiz__result-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 16px 24px;
  }
  .bc-quiz__rp-foot {
    flex-direction: column;
    align-items: stretch;
  }
  .bc-quiz__rp-weights {
    gap: 6px;
  }
  .bc-quiz__rp-specs {
    grid-template-columns: 1fr;
  }
}

.bc-panier {
  min-height: 60vh;
  background: #fcf7ed;
}
.bc-panier__vide {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  padding: 80px 0 96px;
  text-align: center;
}
.bc-panier__vide-msg {
  margin: 0;
  color: #1a3649;
}
.bc-panier__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 414px;
  align-items: start;
  min-height: 560px;
}
.bc-panier__col-items {
  align-self: stretch;
  padding: 0 52px 72px 0;
  border-right: 1px solid #e5decf;
}
.bc-panier__col-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.bc-panier__titre {
  margin: 0;
}
.bc-panier__count {
  margin: 0;
  color: #485e6d;
}
.bc-panier__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.bc-panier__item {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) 120px;
  gap: 20px;
  min-height: 142px;
  padding: 20px 0;
  border-top: 1px solid #e5decf;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.bc-panier__item:first-child {
  padding-top: 0;
  border-top: 0;
}
.bc-panier__item.is-loading {
  pointer-events: none;
  opacity: 0.56;
}
.bc-panier__item.is-removing {
  pointer-events: none;
  opacity: 0;
  transform: translateX(1.25em);
}
.bc-panier__item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  padding: 12px;
  overflow: hidden;
  border-radius: 0.25em;
  background: #f0e9d8;
  color: inherit;
  text-decoration: none;
}
.bc-panier__item-img picture {
  display: block;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
.bc-panier__item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bc-panier__item-body {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  min-width: 0;
}
.bc-panier__item-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.bc-panier__item-info a {
  color: inherit;
  text-decoration: none;
}
.bc-panier__item-name, .bc-panier__item-roaster, .bc-panier__item-meta {
  margin: 0;
}
.bc-panier__item-name {
  color: #1a3649;
}
.bc-panier__item-roaster, .bc-panier__item-meta {
  color: #485e6d;
}
.bc-panier__item-qty {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  height: 36px;
  padding: 0 2px;
  overflow: hidden;
  border: 1px solid #e5decf;
  border-radius: 999px;
  background: #ffffff;
}
.bc-panier__qty-btn {
  width: 32px;
  height: 32px;
  min-width: 32px;
  padding: 0;
  color: #1a3649;
}
.bc-panier__qty-val {
  min-width: 30px;
  color: #1a3649;
  text-align: center;
}
.bc-panier__qty-icon {
  display: none;
  align-items: center;
  justify-content: center;
}
.bc-panier__item[data-qty-single="1"] .bc-panier__qty-icon--trash, .bc-panier__item[data-qty-single="0"] .bc-panier__qty-icon--minus {
  display: flex;
}
.bc-panier__item-price {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 4px;
  padding-top: 2px;
  color: #1a3649;
  text-align: right;
}
.bc-panier__item-price-val, .bc-panier__item-price-kg, .bc-panier__item-price-old {
  display: block;
}
.bc-panier__item-price-kg {
  color: #768692;
}
.bc-panier__item-price-old {
  color: #768692;
  text-decoration: line-through;
}
.bc-panier__item-price--promo .bc-panier__item-price-val {
  color: #d9261c;
}
.bc-panier__col-recap {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 0 72px 40px;
}
.bc-panier__recap-titre {
  margin: 0;
}
.bc-panier__coupon.bc-field-embed .__btn {
  border-radius: 8px;
}
.bc-panier__coupon-suggestions {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bc-panier__coupon-suggestion {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  width: 100%;
  padding: 10px 14px;
  background: #ffffff;
  border: 1px solid #e5decf;
  border-radius: 0.5em;
  cursor: pointer;
  text-align: left;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.bc-panier__coupon-suggestion:hover {
  border-color: #a3afb6;
  background: #f0e9d8;
}
.bc-panier__coupon-suggestion.is-applied, .bc-panier__coupon-suggestion:disabled {
  cursor: default;
  opacity: 0.55;
}
.bc-panier__coupon-suggestion.is-applied:hover, .bc-panier__coupon-suggestion:disabled:hover {
  border-color: #e5decf;
  background: #ffffff;
}
.bc-panier__coupon-suggestion-code {
  font-weight: 600;
  color: #1a3649;
}
.bc-panier__coupon-suggestion-desc {
  color: #485e6d;
}
.bc-panier__coupon-applied {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px;
  background: rgba(45, 122, 109, 0.08);
  border: 1px solid rgba(45, 122, 109, 0.3);
  border-radius: 0.375em;
  color: #2d7a6d;
}
.bc-panier__coupon-feedback {
  margin: 0;
  width: 100%;
}
.bc-panier__coupon-feedback:not(:empty) {
  margin-top: -12px;
  padding: 0.625em 0.875em;
  background: rgba(217, 38, 28, 0.08);
  border: 1px solid rgba(217, 38, 28, 0.3);
  border-radius: 0.375em;
  color: #68292c;
}
.bc-panier__totaux {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 4px;
}
.bc-panier__totaux-ligne {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  color: #1a3649;
}
.bc-panier__totaux-ligne--discount, .bc-panier__totaux-ligne--gift {
  color: #2d7a6d;
}
.bc-panier__totaux-ligne--total {
  padding-top: 16px;
  margin-top: 6px;
  border-top: 1px solid #e5decf;
}
.bc-panier__livraison-offerte {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  border-radius: 0.5em;
  background: #f0e9d8;
}
.bc-panier__livraison-titre, .bc-panier__livraison-reste {
  margin: 0;
  color: #1a3649;
  text-align: center;
}
.bc-panier__livraison-reste {
  color: #485e6d;
}
.bc-panier__livraison-bar {
  height: 6px;
  margin-top: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
}
.bc-panier__livraison-fill {
  height: 100%;
  border-radius: inherit;
  background: #1a3649;
  transition: width 0.3s ease;
}
.bc-panier__livraison-fill._p-0 {
  width: 0%;
}
.bc-panier__livraison-fill._p-1 {
  width: 1%;
}
.bc-panier__livraison-fill._p-2 {
  width: 2%;
}
.bc-panier__livraison-fill._p-3 {
  width: 3%;
}
.bc-panier__livraison-fill._p-4 {
  width: 4%;
}
.bc-panier__livraison-fill._p-5 {
  width: 5%;
}
.bc-panier__livraison-fill._p-6 {
  width: 6%;
}
.bc-panier__livraison-fill._p-7 {
  width: 7%;
}
.bc-panier__livraison-fill._p-8 {
  width: 8%;
}
.bc-panier__livraison-fill._p-9 {
  width: 9%;
}
.bc-panier__livraison-fill._p-10 {
  width: 10%;
}
.bc-panier__livraison-fill._p-11 {
  width: 11%;
}
.bc-panier__livraison-fill._p-12 {
  width: 12%;
}
.bc-panier__livraison-fill._p-13 {
  width: 13%;
}
.bc-panier__livraison-fill._p-14 {
  width: 14%;
}
.bc-panier__livraison-fill._p-15 {
  width: 15%;
}
.bc-panier__livraison-fill._p-16 {
  width: 16%;
}
.bc-panier__livraison-fill._p-17 {
  width: 17%;
}
.bc-panier__livraison-fill._p-18 {
  width: 18%;
}
.bc-panier__livraison-fill._p-19 {
  width: 19%;
}
.bc-panier__livraison-fill._p-20 {
  width: 20%;
}
.bc-panier__livraison-fill._p-21 {
  width: 21%;
}
.bc-panier__livraison-fill._p-22 {
  width: 22%;
}
.bc-panier__livraison-fill._p-23 {
  width: 23%;
}
.bc-panier__livraison-fill._p-24 {
  width: 24%;
}
.bc-panier__livraison-fill._p-25 {
  width: 25%;
}
.bc-panier__livraison-fill._p-26 {
  width: 26%;
}
.bc-panier__livraison-fill._p-27 {
  width: 27%;
}
.bc-panier__livraison-fill._p-28 {
  width: 28%;
}
.bc-panier__livraison-fill._p-29 {
  width: 29%;
}
.bc-panier__livraison-fill._p-30 {
  width: 30%;
}
.bc-panier__livraison-fill._p-31 {
  width: 31%;
}
.bc-panier__livraison-fill._p-32 {
  width: 32%;
}
.bc-panier__livraison-fill._p-33 {
  width: 33%;
}
.bc-panier__livraison-fill._p-34 {
  width: 34%;
}
.bc-panier__livraison-fill._p-35 {
  width: 35%;
}
.bc-panier__livraison-fill._p-36 {
  width: 36%;
}
.bc-panier__livraison-fill._p-37 {
  width: 37%;
}
.bc-panier__livraison-fill._p-38 {
  width: 38%;
}
.bc-panier__livraison-fill._p-39 {
  width: 39%;
}
.bc-panier__livraison-fill._p-40 {
  width: 40%;
}
.bc-panier__livraison-fill._p-41 {
  width: 41%;
}
.bc-panier__livraison-fill._p-42 {
  width: 42%;
}
.bc-panier__livraison-fill._p-43 {
  width: 43%;
}
.bc-panier__livraison-fill._p-44 {
  width: 44%;
}
.bc-panier__livraison-fill._p-45 {
  width: 45%;
}
.bc-panier__livraison-fill._p-46 {
  width: 46%;
}
.bc-panier__livraison-fill._p-47 {
  width: 47%;
}
.bc-panier__livraison-fill._p-48 {
  width: 48%;
}
.bc-panier__livraison-fill._p-49 {
  width: 49%;
}
.bc-panier__livraison-fill._p-50 {
  width: 50%;
}
.bc-panier__livraison-fill._p-51 {
  width: 51%;
}
.bc-panier__livraison-fill._p-52 {
  width: 52%;
}
.bc-panier__livraison-fill._p-53 {
  width: 53%;
}
.bc-panier__livraison-fill._p-54 {
  width: 54%;
}
.bc-panier__livraison-fill._p-55 {
  width: 55%;
}
.bc-panier__livraison-fill._p-56 {
  width: 56%;
}
.bc-panier__livraison-fill._p-57 {
  width: 57%;
}
.bc-panier__livraison-fill._p-58 {
  width: 58%;
}
.bc-panier__livraison-fill._p-59 {
  width: 59%;
}
.bc-panier__livraison-fill._p-60 {
  width: 60%;
}
.bc-panier__livraison-fill._p-61 {
  width: 61%;
}
.bc-panier__livraison-fill._p-62 {
  width: 62%;
}
.bc-panier__livraison-fill._p-63 {
  width: 63%;
}
.bc-panier__livraison-fill._p-64 {
  width: 64%;
}
.bc-panier__livraison-fill._p-65 {
  width: 65%;
}
.bc-panier__livraison-fill._p-66 {
  width: 66%;
}
.bc-panier__livraison-fill._p-67 {
  width: 67%;
}
.bc-panier__livraison-fill._p-68 {
  width: 68%;
}
.bc-panier__livraison-fill._p-69 {
  width: 69%;
}
.bc-panier__livraison-fill._p-70 {
  width: 70%;
}
.bc-panier__livraison-fill._p-71 {
  width: 71%;
}
.bc-panier__livraison-fill._p-72 {
  width: 72%;
}
.bc-panier__livraison-fill._p-73 {
  width: 73%;
}
.bc-panier__livraison-fill._p-74 {
  width: 74%;
}
.bc-panier__livraison-fill._p-75 {
  width: 75%;
}
.bc-panier__livraison-fill._p-76 {
  width: 76%;
}
.bc-panier__livraison-fill._p-77 {
  width: 77%;
}
.bc-panier__livraison-fill._p-78 {
  width: 78%;
}
.bc-panier__livraison-fill._p-79 {
  width: 79%;
}
.bc-panier__livraison-fill._p-80 {
  width: 80%;
}
.bc-panier__livraison-fill._p-81 {
  width: 81%;
}
.bc-panier__livraison-fill._p-82 {
  width: 82%;
}
.bc-panier__livraison-fill._p-83 {
  width: 83%;
}
.bc-panier__livraison-fill._p-84 {
  width: 84%;
}
.bc-panier__livraison-fill._p-85 {
  width: 85%;
}
.bc-panier__livraison-fill._p-86 {
  width: 86%;
}
.bc-panier__livraison-fill._p-87 {
  width: 87%;
}
.bc-panier__livraison-fill._p-88 {
  width: 88%;
}
.bc-panier__livraison-fill._p-89 {
  width: 89%;
}
.bc-panier__livraison-fill._p-90 {
  width: 90%;
}
.bc-panier__livraison-fill._p-91 {
  width: 91%;
}
.bc-panier__livraison-fill._p-92 {
  width: 92%;
}
.bc-panier__livraison-fill._p-93 {
  width: 93%;
}
.bc-panier__livraison-fill._p-94 {
  width: 94%;
}
.bc-panier__livraison-fill._p-95 {
  width: 95%;
}
.bc-panier__livraison-fill._p-96 {
  width: 96%;
}
.bc-panier__livraison-fill._p-97 {
  width: 97%;
}
.bc-panier__livraison-fill._p-98 {
  width: 98%;
}
.bc-panier__livraison-fill._p-99 {
  width: 99%;
}
.bc-panier__livraison-fill._p-100 {
  width: 100%;
}
.bc-panier__checkout-btn {
  width: 100%;
  min-height: 52px;
  justify-content: center;
  margin-top: 40px;
}
.bc-panier__reassurance {
  display: flex;
  flex-direction: column;
  border: 1px solid #e5decf;
  border-radius: 0.5em;
  background: transparent;
}
.bc-panier__reassurance-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
}
.bc-panier__reassurance-item > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.bc-panier__reassurance-item strong,
.bc-panier__reassurance-item p {
  margin: 0;
  color: #1a3649;
}
.bc-panier__reassurance-item p {
  color: #485e6d;
}
.bc-panier__reassurance-icon {
  flex: 0 0 auto;
  margin-top: 2px;
  color: #1a3649;
}
.bc-panier__reassurance-sep {
  height: 1px;
  background: #e5decf;
}

.bc-panier-cross {
  padding: 68px 0 76px;
  border-top: 1px solid #e5decf;
  background: #fcf7ed;
}
.bc-panier-cross__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}
.bc-panier-cross__heading h2, .bc-panier-cross__heading .h2 {
  margin: 0;
}
.bc-panier-cross__controls {
  display: flex;
  gap: 8px;
}
.bc-panier-cross__rail {
  display: flex;
  gap: 16px;
  overflow: hidden;
}

.bc-panier-cross-card {
  position: relative;
  flex: 0 0 calc((100% - 32px) / 3);
  min-width: 0;
}
.bc-panier-cross-card__media-wrap {
  position: relative;
}
.bc-panier-cross-card__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 414px;
  padding: 20px;
  overflow: hidden;
  border-radius: 0.25em;
  background: #f0e9d8;
  color: inherit;
  text-decoration: none;
}
.bc-panier-cross-card__media picture {
  display: block;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
.bc-panier-cross-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bc-panier-cross-card__tags {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.bc-panier-cross-card__tags span {
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 0.25em;
  background: #ffffff;
  color: #1a3649;
}
.bc-panier-cross-card__add {
  position: absolute;
  right: 12px;
  bottom: 12px;
}
.bc-panier-cross-card__body {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 3px;
  padding-top: 20px;
}
.bc-panier-cross-card__body a {
  color: inherit;
  text-decoration: none;
}
.bc-panier-cross-card__body h3, .bc-panier-cross-card__body .h3,
.bc-panier-cross-card__body p {
  margin: 0;
}
.bc-panier-cross-card__body > span, .bc-panier-cross-card__body__meta {
  color: #485e6d;
}
.bc-panier-cross-card__meta {
  color: #485e6d;
}
.bc-panier-cross-card__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 10px !important;
}
.bc-panier-cross-card__price span {
  color: #768692;
}
.bc-panier-cross-card__price strong {
  color: #1a3649;
  font-weight: 400;
}

@media all and (max-width: 1080px) {
  .bc-panier__layout {
    grid-template-columns: minmax(0, 1fr) 376px;
  }
  .bc-panier__col-items {
    padding-right: 32px;
  }
  .bc-panier__col-recap {
    padding-left: 32px;
  }
}
@media all and (max-width: 992px) {
  .bc-panier__layout {
    grid-template-columns: 1fr;
  }
  .bc-panier__col-items {
    padding-right: 0;
    border-right: 0;
  }
  .bc-panier__col-recap {
    position: static;
    padding: 32px 0 64px;
    border-top: 1px solid #e5decf;
  }
}
@media all and (max-width: 768px) {
  .bc-panier__layout {
    min-height: 0;
  }
  .bc-panier__col-items {
    padding-bottom: 32px;
  }
  .bc-panier__col-header {
    margin-bottom: 20px;
  }
  .bc-panier__item {
    grid-template-columns: 114px minmax(0, 1fr);
    gap: 16px;
    min-height: 140px;
    padding: 16px 0;
  }
  .bc-panier__item-img {
    width: 114px;
    height: 114px;
    grid-row: span 2;
  }
  .bc-panier__item-body {
    gap: 12px;
  }
  .bc-panier__item-info {
    gap: 0;
  }
  .bc-panier__item-price {
    align-items: flex-start;
    grid-column: 2;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-top: 0;
    text-align: left;
  }
  .bc-panier__item-price-kg {
    align-self: center;
  }
  .bc-panier__item-qty {
    height: 34px;
  }
  .bc-panier__col-recap {
    gap: 16px;
    padding: 24px 0 48px;
  }
  .bc-panier-cross {
    padding: 48px 0 56px;
  }
  .bc-panier-cross__heading {
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .bc-panier-cross__rail {
    margin-right: -16px;
    overflow: hidden;
  }
  .bc-panier-cross-card {
    flex-basis: 295px;
  }
  .bc-panier-cross-card__media {
    height: 350px;
  }
}
@media all and (max-width: 600px) {
  .bc-panier-cross__controls {
    display: none;
  }
}
.bc-checkout {
  min-height: 100vh;
  background: #fcf7ed;
  color: #1a3649;
}
.bc-checkout a {
  color: inherit;
  text-decoration: none;
}

.bc-checkout-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5em;
  min-height: 6.25em;
  padding: 1.5em 8.875em;
  border-bottom: 1px solid #e5decf;
}
.bc-checkout-nav__side {
  display: flex;
  width: 15em;
}
.bc-checkout-nav__side--end {
  justify-content: flex-end;
}
.bc-checkout-nav__logo {
  display: block;
  width: 9.5625em;
  height: 3em;
  color: #10212d;
}
.bc-checkout-nav__logo svg {
  display: block;
  width: 100%;
  height: 100%;
}

.bc-checkout__content {
  border-bottom: 1px solid #e5decf;
}

.bc-checkout-mobile-recap {
  display: none;
  width: 100%;
  border: 0;
  background: none;
  font: inherit;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.bc-checkout-cart-backdrop {
  display: none;
}

.bc-checkout__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 26.75em;
  align-items: stretch;
  min-height: calc(100vh - 6.25em);
}

.bc-checkout__main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3.5em;
  padding: 4em 3em 6em 0;
  border-right: 1px solid #e5decf;
}

.bc-checkout-steps {
  display: flex;
  flex-direction: column;
}

.bc-checkout-step {
  padding: 2em 0;
  border-bottom: 1px solid #e5decf;
  scroll-margin-top: 1em;
}
.bc-checkout-step:first-child {
  padding-top: 0;
}
.bc-checkout-step:last-child {
  border-bottom: 0;
}
.bc-checkout-step.is-active {
  padding-bottom: 2em;
}
.bc-checkout-step.is-disabled {
  color: rgba(16, 33, 45, 0.4);
}
.bc-checkout-step.is-complete {
  padding-bottom: 1.5em;
}
.bc-checkout-step h1, .bc-checkout-step .h1,
.bc-checkout-step h2,
.bc-checkout-step .h2,
.bc-checkout-step p {
  margin: 0;
}
.bc-checkout-step__inner {
  display: flex;
  flex-direction: column;
  gap: 2.5em;
}
.bc-checkout-step__title {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.bc-checkout-step__title p {
  color: #485e6d;
}
.bc-checkout-step__actions {
  display: flex;
  flex-direction: row;
  gap: 0.75em;
}
.bc-checkout-step__guest {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
  padding-top: 0.75em;
}
.bc-checkout-step__btn {
  width: 100%;
}
.bc-checkout-step__actions .bc-checkout-step__btn {
  width: auto;
  flex: 1;
}
@media all and (max-width: 600px) {
  .bc-checkout-step__actions {
    flex-direction: column;
  }
  .bc-checkout-step__actions .bc-checkout-step__btn {
    width: 100%;
  }
}
.bc-checkout-step__summary-heading, .bc-checkout-step__details-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5em;
}
.bc-checkout-step__summary-title {
  display: flex;
  align-items: center;
  gap: 0.75em;
}
.bc-checkout-step__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #bcd4f9;
  color: #1a3649;
}
.bc-checkout-step__details-heading {
  margin-bottom: 2em;
}
.bc-checkout-step__details-heading > div {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.bc-checkout-step__details-heading p {
  color: #485e6d;
}

.bc-checkout-details-form {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
.bc-checkout-details-form__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1em;
}
.bc-checkout-details-form__billing {
  display: flex;
  align-items: center;
  gap: 0.75em;
  padding: 1.25em;
  border: 1px solid #e5decf;
  border-radius: 0.5em;
  cursor: pointer;
}
.bc-checkout-details-form__billing input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.bc-checkout-details-form__billing input:not(:checked) + .bc-checkout-details-form__checkbox svg {
  opacity: 0;
}
.bc-checkout-details-form__checkbox {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25em;
  height: 1.25em;
  flex: 0 0 auto;
  border-radius: 0.25em;
  background: #1a3649;
  color: #ffffff;
}
.bc-checkout-details-form__billing-fields {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  margin-top: -0.5em;
}
.bc-checkout-details-form__billing-title {
  margin: 0;
  color: #10212d;
}
.bc-checkout-details-form__actions {
  display: flex;
  justify-content: center;
}

.bc-checkout-details-summary {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-top: 1.5em;
}
.bc-checkout-details-summary__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1em;
  padding: 1.25em;
  border: 1px solid #e5decf;
  border-radius: 0.5em;
}
.bc-checkout-details-summary__row > div {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}
.bc-checkout-details-summary__row > div + div {
  padding-left: 1.5em;
  border-left: 1px solid #e5decf;
}
.bc-checkout-details-summary__row span {
  color: #485e6d;
}

.bc-checkout-delivery-summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5em;
  margin-top: 1.5em;
  padding: 1.25em;
  border: 1px solid #e5decf;
  border-radius: 0.5em;
}
.bc-checkout-delivery-summary__content {
  display: flex;
  flex-direction: column;
  gap: 0.2em;
}
.bc-checkout-delivery-summary__content > span:last-child {
  color: #485e6d;
  white-space: pre-line;
}
.bc-checkout-delivery-summary__distance {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  color: #1a3649;
  white-space: nowrap;
}
.bc-checkout-delivery-summary__distance svg {
  flex: 0 0 auto;
}

.bc-checkout-step__summary,
.bc-checkout-step__content,
.bc-checkout-step__disabled-title {
  width: 100%;
}

.bc-checkout-delivery-form {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
.bc-checkout-delivery-form__methods {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.bc-checkout-delivery-form__actions {
  display: flex;
  justify-content: center;
}

.bc-checkout-delivery-option {
  display: grid;
  grid-template-columns: 1.25em 5.5em minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75em;
  padding: 1.25em;
  border: 1px solid rgba(16, 33, 45, 0.08);
  border-radius: 0.5em;
  background: #ffffff;
  cursor: pointer;
}
.bc-checkout-delivery-option > input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.bc-checkout-delivery-option__radio {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25em;
  height: 1.25em;
  flex: 0 0 auto;
  border: 1px solid #485e6d;
  border-radius: 50%;
  background: transparent;
}
.bc-checkout-delivery-option__radio::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0;
}
input:checked + .bc-checkout-delivery-option__radio {
  border-color: #1a3649;
  background: #1a3649;
}
input:checked + .bc-checkout-delivery-option__radio::after {
  opacity: 1;
}
.bc-checkout-delivery-option__carrier {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a3649;
}
.bc-checkout-delivery-option__carrier picture {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bc-checkout-delivery-option__carrier-logo {
  display: block;
  width: 100%;
  max-width: 5.5em;
  height: 2.75em;
  object-fit: contain;
}
.bc-checkout-delivery-option__copy {
  display: flex;
  flex-direction: column;
  gap: 0.125em;
}
.bc-checkout-delivery-option__copy span {
  color: #485e6d;
}
.bc-checkout-delivery-option__price {
  white-space: nowrap;
}

.bc-checkout-relay {
  display: none;
  flex-direction: column;
  gap: 0.75em;
}
.bc-checkout-relay.is-visible {
  display: flex;
}
.bc-checkout-relay__heading, .bc-checkout-relay__address {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
}
.bc-checkout-relay__address {
  align-items: flex-start;
  padding: 1.25em;
  border: 1px solid #e5decf;
  border-radius: 0.5em;
}
.bc-checkout-relay__address > div {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}
.bc-checkout-relay__address > span {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  white-space: nowrap;
}
.bc-checkout-relay__status {
  margin: 0;
  color: #485e6d;
}
.bc-checkout-relay__search {
  display: none;
  flex-direction: column;
  gap: 0.75em;
}
.bc-checkout-relay__search.is-open {
  display: flex;
}
.bc-checkout-relay__search p {
  margin: 0;
}
.bc-checkout-relay__search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.5em;
}
.bc-checkout-relay__search-row .__field {
  margin: 0;
}
.bc-checkout-relay__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5em;
}
.bc-checkout-relay__points {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.bc-checkout-relay__points.is-selected-view .bc-checkout-relay-point:not(:has(input:checked)) {
  display: none;
}
.bc-checkout-relay__points.is-selected-view .bc-checkout-relay-point:has(input:checked) {
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 1.25em;
  border-color: #e5decf;
  background: #ffffff;
}
.bc-checkout-relay__points.is-selected-view .bc-checkout-relay-point:has(input:checked) input {
  display: none;
}
.bc-checkout-relay__points:not(.is-open):not(.is-selected-view) .bc-checkout-relay-point:nth-child(n+6) {
  display: none;
}
.bc-checkout-relay__show-more {
  align-self: flex-start;
}

.bc-checkout-relay-point {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75em;
  padding: 1em;
  margin: 0;
  border: 1px solid #e5decf;
  border-radius: 0.5em;
  background: transparent;
  cursor: pointer;
}
.bc-checkout-relay-point:has(input:checked) {
  border-color: #1a3649;
  background: #ffffff;
}
.bc-checkout-relay-point input {
  width: 1.25em;
  height: 1.25em;
  margin: 0;
  accent-color: #1a3649;
}
.bc-checkout-relay-point__body {
  display: flex;
  flex-direction: column;
  gap: 0.2em;
  color: #1a3649;
}
.bc-checkout-relay-point__distance {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  color: #485e6d;
  white-space: nowrap;
}
.bc-checkout-relay-point__distance svg {
  flex: 0 0 auto;
  color: #1a3649;
}

.bc-checkout-form-feedback {
  min-height: 1.5em;
  margin: 0;
  color: #d9261c;
  text-align: center;
}

.bc-checkout-payment {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
.bc-checkout-payment__element {
  min-height: 8em;
  padding: 1.25em;
  border: 1px solid #e5decf;
  border-radius: 0.5em;
  background: #ffffff;
}
.bc-checkout-payment__actions {
  display: flex;
  justify-content: center;
}

.bc-checkout-processing {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5em;
  background: rgba(16, 33, 45, 0.56);
}
.bc-checkout-processing[hidden] {
  display: none;
}
.bc-checkout-processing__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  width: 100%;
  max-width: 24em;
  padding: 2.75em 2em;
  border-radius: 0.75em;
  background: #ffffff;
  text-align: center;
}
.bc-checkout-processing__spinner {
  display: inline-flex;
  color: #485e6d;
  animation: bc-checkout-processing-spin 1s linear infinite;
}
.bc-checkout-processing__spinner svg {
  display: block;
}
.bc-checkout-processing__title {
  margin: 0;
  color: #1a3649;
}
.bc-checkout-processing__hint {
  margin: 0;
  color: #768692;
}

@keyframes bc-checkout-processing-spin {
  to {
    transform: rotate(360deg);
  }
}
.bc-checkout-error {
  position: fixed;
  inset: 0;
  z-index: 210;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5em;
  background: rgba(16, 33, 45, 0.56);
}
.bc-checkout-error[hidden] {
  display: none;
}
.bc-checkout-error__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  width: 100%;
  max-width: 26em;
  padding: 2.5em 2em;
  border-radius: 0.75em;
  background: #ffffff;
  text-align: center;
}
.bc-checkout-error__icon {
  display: inline-flex;
  color: #d9261c;
}
.bc-checkout-error__icon svg {
  display: block;
}
.bc-checkout-error__title {
  margin: 0;
  color: #1a3649;
}
.bc-checkout-error__message {
  margin: 0;
  color: #485e6d;
}
.bc-checkout-error .__btn {
  margin-top: 0.5em;
}

.bc-order-confirmation {
  min-height: 100vh;
  background: #fcf7ed;
  color: #1a3649;
}
.bc-order-confirmation a {
  color: inherit;
  text-decoration: none;
}
.bc-order-confirmation__hero {
  padding: 3.5em 0;
  border-bottom: 1px solid #e5decf;
}
.bc-order-confirmation__hero p {
  color: #485e6d;
}
.bc-order-confirmation__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 29.4375em;
  gap: 3.5em;
  align-items: start;
}
.bc-order-confirmation__hero-grid.is-solo {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  text-align: center;
}
.bc-order-confirmation__hero-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1em;
}
.bc-order-confirmation__hero-main h1, .bc-order-confirmation__hero-main .h1,
.bc-order-confirmation__hero-main p {
  margin: 0;
}
.is-solo .bc-order-confirmation__hero-main {
  align-items: center;
}
.bc-order-confirmation__order-number {
  color: #1a3649;
}
.bc-order-confirmation__order-number strong {
  font-weight: 600;
}
.bc-order-confirmation__hero-aside .bc-guest-account__inner {
  max-width: none;
  margin: 0;
}
.bc-order-confirmation__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 29.4375em;
  align-items: stretch;
}
.bc-order-confirmation__main {
  display: flex;
  flex-direction: column;
  gap: 3.5em;
  padding: 4em 3em 6em 0;
  border-right: 1px solid #e5decf;
}
.bc-order-confirmation__main h2, .bc-order-confirmation__main .h2 {
  margin: 0 0 1.25em;
}
.bc-order-confirmation__items {
  padding: 0;
  margin: 0;
  list-style: none;
}
.bc-order-confirmation__delivery {
  padding-bottom: 2em;
  border-bottom: 1px solid #e5decf;
}
.bc-order-confirmation__delivery h3, .bc-order-confirmation__delivery .h3,
.bc-order-confirmation__delivery p,
.bc-order-confirmation__delivery address {
  margin: 0;
}
.bc-order-confirmation__delivery p {
  color: #485e6d;
}
.bc-order-confirmation__delivery address {
  margin-top: 0.75em;
  font-style: normal;
}
.bc-order-confirmation__summary {
  padding: 4em 0 6em 3em;
}
.bc-order-confirmation__summary h2, .bc-order-confirmation__summary .h2 {
  margin: 0 0 1.25em;
}
.bc-order-confirmation__totals {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}
.bc-order-confirmation__totals > div {
  display: flex;
  justify-content: space-between;
  gap: 1.5em;
  font-family: "Inter", sans-serif;
  font-size: 0.875em;
  line-height: 1.5;
  letter-spacing: 0.018em;
}
.bc-order-confirmation__total {
  padding-top: 1.25em;
}

.bc-order-confirmation-item {
  display: grid;
  grid-template-columns: 7.5em minmax(0, 1fr);
  gap: 1.25em;
  padding: 1em 0;
  border-bottom: 1px solid #e5decf;
}
.bc-order-confirmation-item:first-child {
  padding-top: 0;
}
.bc-order-confirmation-item__media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.5em;
  height: 7.5em;
  padding: 1.25em;
  overflow: hidden;
  border-radius: 0.25em;
  background: #f0e9d8;
}
.bc-order-confirmation-item__media picture,
.bc-order-confirmation-item__media img {
  display: block;
  width: 100%;
  height: 100%;
}
.bc-order-confirmation-item__media picture {
  mix-blend-mode: multiply;
}
.bc-order-confirmation-item__media img {
  object-fit: contain;
}
.bc-order-confirmation-item__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25em;
  min-width: 0;
}
.bc-order-confirmation-item__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5em;
}
.bc-order-confirmation-item__heading h3, .bc-order-confirmation-item__heading .h3,
.bc-order-confirmation-item__heading p {
  margin: 0;
}
.bc-order-confirmation-item__heading p {
  color: #485e6d;
}
.bc-order-confirmation-item__heading > span {
  white-space: nowrap;
}
.bc-order-confirmation-item__details {
  width: 15em;
  margin: 0;
  color: #485e6d;
}
.bc-order-confirmation-item__details div {
  display: flex;
  justify-content: space-between;
  gap: 1em;
}
.bc-order-confirmation-item__details dt,
.bc-order-confirmation-item__details dd {
  margin: 0;
}

.bc-checkout-contact {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
  padding: 1.25em;
  border-radius: 0.5em;
  background: #f0e9d8;
}
.bc-checkout-contact__item {
  display: flex;
  align-items: center;
  gap: 0.75em;
  color: #1a3649;
}
.bc-checkout-contact__item svg {
  flex: 0 0 auto;
  margin-top: 0.125em;
}
.bc-checkout-contact__item > div {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
  gap: 0.25em;
}
@media all and (max-width: 992px) {
  .bc-checkout-contact__item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
  }
}
.bc-checkout-contact__item strong,
.bc-checkout-contact__item p {
  margin: 0;
}
.bc-checkout-contact__item p {
  color: #485e6d;
}
.bc-checkout-contact__sep {
  height: 1px;
  background: #e5decf;
}

.bc-checkout-summary {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  padding: 4em 0 6em 3em;
}
.bc-checkout-summary__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
}
.bc-checkout-summary__heading h2, .bc-checkout-summary__heading .h2 {
  margin: 0;
}
.bc-checkout-summary__items {
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding: 0;
  margin: 0;
  list-style: none;
}
.bc-checkout-summary__item {
  display: grid;
  grid-template-columns: 5.5em minmax(0, 1fr) auto;
  gap: 1em;
  align-items: start;
}
.bc-checkout-summary__media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.5em;
  height: 5.5em;
  padding: 0.75em;
  overflow: hidden;
  border-radius: 0.25em;
  background: #f0e9d8;
}
.bc-checkout-summary__media picture {
  display: block;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
.bc-checkout-summary__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bc-checkout-summary__item-body {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  min-width: 0;
}
.bc-checkout-summary__item-body h3, .bc-checkout-summary__item-body .h3,
.bc-checkout-summary__item-body p {
  margin: 0;
}
.bc-checkout-summary__item-body p {
  color: #485e6d;
}
.bc-checkout-summary__qty {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  height: 2.25em;
  padding: 0 0.125em;
  overflow: hidden;
  border-radius: 999px;
  background: #ffffff;
}
.bc-checkout-summary__qty .__btn {
  width: 2em;
  min-width: 2em;
  height: 2em;
  padding: 0;
}
.bc-checkout-summary__qty span {
  min-width: 2em;
  text-align: center;
}
.bc-checkout-summary__price {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 0.25em;
  padding-top: 2.75em;
  text-align: right;
}
.bc-checkout-summary__price strong {
  white-space: nowrap;
}
.bc-checkout-summary__price span {
  color: #485e6d;
  white-space: nowrap;
}
.bc-checkout-summary__coupon.bc-field-embed .__btn {
  border-radius: 8px;
}
.bc-checkout-summary__coupon-suggestions {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.bc-checkout-summary__coupon-suggestion {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.125em;
  width: 100%;
  padding: 0.625em 0.875em;
  background: #ffffff;
  border: 1px solid rgba(16, 33, 45, 0.08);
  border-radius: 0.5em;
  cursor: pointer;
  text-align: left;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.bc-checkout-summary__coupon-suggestion:hover {
  border-color: #a3afb6;
  background: #f0e9d8;
}
.bc-checkout-summary__coupon-suggestion.is-applied, .bc-checkout-summary__coupon-suggestion:disabled {
  cursor: default;
  opacity: 0.55;
}
.bc-checkout-summary__coupon-suggestion.is-applied:hover, .bc-checkout-summary__coupon-suggestion:disabled:hover {
  border-color: rgba(16, 33, 45, 0.08);
  background: #ffffff;
}
.bc-checkout-summary__coupon-suggestion-code {
  font-weight: 600;
  color: #1a3649;
}
.bc-checkout-summary__coupon-suggestion-desc {
  color: #485e6d;
}
.bc-checkout-summary__coupon-applied {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75em;
  padding: 0.625em 0.875em;
  background: rgba(45, 122, 109, 0.08);
  border: 1px solid rgba(45, 122, 109, 0.3);
  border-radius: 0.375em;
  color: #2d7a6d;
}
.bc-checkout-summary__coupon-feedback {
  margin: 0;
  width: 100%;
}
.bc-checkout-summary__coupon-feedback:not(:empty) {
  margin-top: -1.1em;
  padding: 0.625em 0.875em;
  background: rgba(217, 38, 28, 0.08);
  border: 1px solid rgba(217, 38, 28, 0.3);
  border-radius: 0.375em;
  color: #68292c;
}
.bc-checkout-summary__totals {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}
.bc-checkout-summary__line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1em;
}
.bc-checkout-summary__line--discount, .bc-checkout-summary__line--gift {
  color: #2d7a6d;
}
.bc-checkout-summary__line--total {
  padding-top: 1.5em;
}
.bc-checkout-summary__reassurance {
  display: flex;
  flex-direction: column;
  border: 1px solid #e5decf;
  border-radius: 0.5em;
}
.bc-checkout-summary__reassurance-item {
  display: flex;
  gap: 0.75em;
  padding: 0.75em;
}
.bc-checkout-summary__reassurance-item svg {
  flex: 0 0 auto;
  margin-top: 0.125em;
}
.bc-checkout-summary__reassurance-item div {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}
.bc-checkout-summary__reassurance-item strong,
.bc-checkout-summary__reassurance-item p {
  margin: 0;
}
.bc-checkout-summary__reassurance-item p {
  color: #485e6d;
}
.bc-checkout-summary__sep {
  height: 1px;
  background: #e5decf;
}

@media all and (max-width: 1560px) {
  .bc-checkout-nav {
    padding-right: 4em;
    padding-left: 4em;
  }
}
@media all and (max-width: 992px) {
  .bc-checkout-nav {
    padding-right: 2em;
    padding-left: 2em;
  }
  .bc-checkout-nav__side {
    width: 12em;
  }
  .bc-checkout__layout {
    grid-template-columns: 1fr;
  }
  .bc-checkout__main {
    padding-right: 0;
    border-right: 0;
  }
  .bc-checkout-summary {
    padding: 3em 0 4em;
    border-top: 1px solid #e5decf;
  }
  .bc-order-confirmation__layout {
    grid-template-columns: 1fr;
  }
  .bc-order-confirmation__main {
    padding-right: 0;
    border-right: 0;
  }
  .bc-order-confirmation__summary {
    padding: 3em 0 4em;
    border-top: 1px solid #e5decf;
  }
}
@media all and (max-width: 768px) {
  .bc-checkout__content > .container {
    padding-right: 1em;
    padding-left: 1em;
  }
  .bc-checkout-nav {
    min-height: 0;
    padding: 0.75em 1em;
  }
  .bc-checkout-nav__side {
    width: auto;
  }
  .bc-checkout-nav__side:first-child .__btn {
    aspect-ratio: 1;
    padding: 0;
  }
  .bc-checkout-nav__side:first-child .__btn span {
    display: none;
  }
  .bc-checkout-nav__logo {
    width: 6em;
    height: 1.875em;
  }
  .bc-checkout__layout {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .bc-checkout__main {
    display: contents;
  }
  .bc-checkout-mobile-recap {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.75em;
    padding: 1em;
    background: #f0e9d8;
  }
  .bc-checkout-mobile-recap svg {
    color: #1a3649;
    transition: transform 0.25s ease;
  }
  .bc-checkout-steps {
    order: 1;
    padding-top: 2em;
  }
  .bc-checkout-step {
    padding: 1.5em 0;
  }
  .bc-checkout-step__inner {
    gap: 1.5em;
  }
  .bc-checkout-step__details-heading {
    flex-direction: column;
  }
  .bc-checkout-details-form__columns,
  .bc-checkout-details-summary__row {
    grid-template-columns: 1fr;
  }
  .bc-checkout-delivery-summary {
    flex-direction: column;
  }
  .bc-checkout-delivery-option {
    grid-template-columns: 1.25em minmax(0, 1fr) auto;
  }
  .bc-checkout-delivery-option__carrier {
    display: none;
  }
  .bc-checkout-relay__heading, .bc-checkout-relay__address {
    align-items: flex-start;
  }
  .bc-checkout-relay__heading {
    flex-direction: column;
  }
  .bc-checkout-relay__search-row {
    grid-template-columns: 1fr;
  }
  .bc-checkout-relay__search-row .__btn {
    justify-self: flex-start;
  }
  .bc-checkout-summary {
    order: 2;
    padding: 2em 0 0;
    border-top: 0;
  }
  .bc-checkout-summary__heading, .bc-checkout-summary__items, .bc-checkout-summary__coupon, .bc-checkout-summary__coupon-applied, .bc-checkout-summary__coupon-feedback, .bc-checkout-summary__totals {
    display: none;
  }
  .bc-checkout-summary__reassurance {
    width: 100%;
  }
  .bc-checkout-summary__item {
    grid-template-columns: 5em minmax(0, 1fr);
  }
  .bc-checkout-summary__media {
    width: 5em;
    height: 5em;
  }
  .bc-checkout-summary__price {
    grid-column: 2;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 0.5em;
    text-align: left;
  }
  .bc-checkout-contact {
    order: 3;
    margin: 2em 0 3.5em;
  }
  .bc-checkout.is-cart-open .bc-checkout-mobile-recap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 60;
  }
  .bc-checkout.is-cart-open .bc-checkout-mobile-recap svg {
    transform: rotate(180deg);
  }
  .bc-checkout.is-cart-open .bc-checkout-cart-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 55;
    background: rgba(16, 33, 45, 0.56);
  }
  .bc-checkout.is-cart-open .bc-checkout-summary {
    position: fixed;
    top: var(--bc-cart-recap-h, 3.5em);
    left: 0;
    right: 0;
    z-index: 58;
    max-height: calc(100dvh - var(--bc-cart-recap-h, 3.5em));
    padding: 2em 1em 2.5em;
    overflow-y: auto;
    border-radius: 0 0 0.75em 0.75em;
    background: #fcf7ed;
  }
  .bc-checkout.is-cart-open .bc-checkout-summary__heading, .bc-checkout.is-cart-open .bc-checkout-summary__items, .bc-checkout.is-cart-open .bc-checkout-summary__totals {
    display: flex;
  }
  .bc-checkout.is-cart-open .bc-checkout-summary__coupon-applied:not([hidden]) {
    display: flex;
  }
  .bc-checkout.is-cart-open .bc-checkout-summary__coupon:not([hidden]) {
    display: flex;
  }
  .bc-checkout.is-cart-open .bc-checkout-summary__coupon-feedback {
    display: block;
  }
  .bc-checkout.is-cart-open .bc-checkout-summary__reassurance {
    display: none;
  }
  .bc-order-confirmation__hero {
    padding: 2.5em 0;
  }
  .bc-order-confirmation__hero p br {
    display: none;
  }
  .bc-order-confirmation__hero-grid {
    grid-template-columns: 1fr;
    gap: 2em;
  }
  .bc-order-confirmation__hero-main {
    align-items: flex-start;
    text-align: left;
  }
  .bc-order-confirmation__content > .container {
    padding-right: 1em;
    padding-left: 1em;
  }
  .bc-order-confirmation__main {
    gap: 2.5em;
    padding: 2.5em 0;
  }
  .bc-order-confirmation-item {
    grid-template-columns: 5.5em minmax(0, 1fr);
  }
  .bc-order-confirmation-item__media {
    width: 5.5em;
    height: 5.5em;
    padding: 0.75em;
  }
  .bc-order-confirmation-item__heading {
    flex-direction: column;
    gap: 0.5em;
  }
  .bc-order-confirmation-item__details {
    width: 100%;
  }
}
@media all and (max-width: 600px) {
  .bc-checkout-summary__price {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.bc-compte__section {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4em 1.25em;
}
.bc-compte__card {
  font-size: 1rem;
  border-radius: 0.5em;
  padding: 2em 2.5em;
  width: 100%;
  max-width: 42.75em;
}
.bc-compte__login-form {
  display: flex;
  flex-direction: column;
  gap: 2.5em;
}
.bc-compte__top {
  display: flex;
  flex-direction: column;
  gap: 2.5em;
}
.bc-compte__top > .__heading-02, .bc-compte__top > .bc-roaster-pagination__label {
  margin: 0;
  text-align: center;
}
.bc-compte__fields {
  display: flex;
  flex-direction: column;
  gap: 0.3125em;
}
.bc-compte__actions {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.bc-compte__submit {
  width: 100%;
}
.bc-compte__alt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25em;
  text-align: center;
}
.bc-compte__alt p {
  color: #10212d;
  margin: 0;
}
.bc-compte__alt-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  color: #10212d;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  transition: color 0.2s ease;
}
.bc-compte__alt-link:hover {
  color: #1a3649;
}
.bc-compte__forgot {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  color: #10212d;
  text-decoration: none;
  transition: color 0.2s ease;
}
.bc-compte__forgot:hover {
  color: #485e6d;
}
.bc-compte__alert {
  background: rgba(217, 38, 28, 0.08);
  border: 1px solid rgba(217, 38, 28, 0.3);
  border-radius: 0.375em;
  padding: 0.875em 1em;
  font-family: "Inter", sans-serif;
  font-size: 0.875em;
  color: #68292c;
}
.bc-compte__success {
  display: flex;
  align-items: flex-start;
  gap: 0.75em;
  background: #f0e9d8;
  border-radius: 0.375em;
  padding: 0.875em 1em;
  color: #10212d;
}
.bc-compte__success svg {
  flex-shrink: 0;
  margin-top: 0.125em;
}
.bc-compte__success p {
  font-family: "Inter", sans-serif;
  font-size: 0.875em;
  line-height: 1.5;
  margin: 0;
}
.bc-compte__intro {
  font-family: "Inter", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  color: #485e6d;
  text-align: center;
  margin: 0;
}
.bc-compte__error {
  font-family: "Inter", sans-serif;
  font-size: 0.75em;
  color: #d9261c;
}
.bc-compte__banner {
  background: #f0e9d8;
  border-radius: 0.25em;
  padding: 1.5em;
  display: flex;
  flex-direction: column;
  gap: 0.75em;
}
.bc-compte__banner--white {
  background: #ffffff;
}
.bc-compte__banner-title {
  color: #10212d;
  margin: 0;
}
.bc-compte__banner-desc {
  color: #1a3649;
  margin: 0;
}
.bc-compte__form-wrap {
  display: flex;
  flex-direction: column;
  gap: 2.5em;
}
.bc-compte__form {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.bc-compte__form-section {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
}
.bc-compte__form-section > .__body-01 {
  margin: 0;
  color: #10212d;
}
.bc-compte__form-section > .__fields-stack {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.bc-compte__chips-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.bc-compte__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75em 1.5em;
  border-radius: 0.25em;
  border: 1.5px solid #ded8c9;
  background: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 0.875em;
  font-weight: 400;
  color: #10212d;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
  user-select: none;
}
.bc-compte__chip input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}
.bc-compte__chip:has(input:checked) {
  border-color: #10212d;
  font-weight: 500;
}
.bc-compte__chip:hover {
  border-color: #485e6d;
}
.bc-compte__checkboxes {
  border: 1px solid #e5decf;
  border-radius: 0.5em;
  padding: 1.25em;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.bc-compte__checkboxes-divider {
  border: none;
  border-top: 1px solid #e5decf;
  margin: 0;
}
@media all and (max-width: 768px) {
  .bc-compte__card {
    padding: 1.75em 1.25em;
    gap: 1.75em;
  }
}
@media all and (max-width: 600px) {
  .bc-compte__section {
    padding-left: 16px;
    padding-right: 16px;
  }
  .bc-compte__card {
    padding: 1.25em 0;
  }
}

.bc-compte-dashboard {
  background: #fcf7ed;
  min-height: calc(100vh - 6em);
}
.bc-compte-dashboard__layout {
  display: flex;
  min-height: inherit;
}
.bc-compte-dashboard__sidebar {
  width: 26.111%;
  flex-shrink: 0;
  padding: 4em 3em 4em 1.5em;
  display: flex;
  flex-direction: column;
  gap: 2em;
  border-right: 1px solid rgba(16, 33, 45, 0.08);
}
.bc-compte-dashboard__content {
  flex: 1;
  padding: 4em 8.75em 6em 7.25em;
  display: flex;
  flex-direction: column;
  gap: 3.5em;
}
.bc-compte-dashboard__title {
  font-family: "Tripsis", Georgia, serif;
  font-size: 2.5em;
  font-weight: 400;
  color: #1a3649;
  margin: 0;
  line-height: 1.1;
  letter-spacing: 0.015em;
}
.bc-compte-dashboard__back {
  display: none;
  align-items: center;
  gap: 0.5em;
  font-family: "Afacad", sans-serif;
  font-size: 0.875em;
  font-weight: 700;
  color: #10212d;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none;
  margin-bottom: -0.5em;
}
.bc-compte-dashboard__back svg {
  color: #10212d;
}

.bc-compte-sidebar__header {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}
.bc-compte-sidebar__title {
  font-family: "Tripsis", Georgia, serif;
  font-size: 3.25em;
  font-weight: 400;
  color: #1a3649;
  margin: 0;
  line-height: 1.1;
  letter-spacing: 0.015em;
}
.bc-compte-sidebar__since {
  font-family: "Inter", sans-serif;
  font-size: 0.875em;
  font-weight: 400;
  color: #485e6d;
  margin: 0;
}
.bc-compte-sidebar__nav {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.bc-compte-sidebar__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625em;
  min-height: 3.5em;
  padding: 0.875em 0;
  font-family: "Inter", sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  color: rgba(16, 33, 45, 0.4);
  text-decoration: none;
  border-bottom: 1px solid rgba(16, 33, 45, 0.06);
  transition: color 0.15s ease;
}
.bc-compte-sidebar__item > span {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}
.bc-compte-sidebar__item:first-child {
  border-top: 1px solid rgba(16, 33, 45, 0.06);
}
.bc-compte-sidebar__item svg {
  flex-shrink: 0;
  color: rgba(16, 33, 45, 0.4);
  transition: color 0.15s ease, transform 0.15s ease;
}
.bc-compte-sidebar__item.is-active {
  color: #1a3649;
}
.bc-compte-sidebar__item.is-active svg {
  color: #1a3649;
}
.bc-compte-sidebar__item.is-active .bc-compte-sidebar__badge {
  background: #1a3649;
}
.bc-compte-sidebar__item:hover:not(.is-active) {
  color: #1a3649;
}
.bc-compte-sidebar__item:hover:not(.is-active) svg {
  transform: translateX(0.25em);
}
.bc-compte-sidebar__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75em;
  height: 1.75em;
  margin-top: -0.2em;
  border-radius: 50%;
  background: rgba(16, 33, 45, 0.4);
  color: #ffffff;
  font-size: 0.55em;
  font-weight: 600;
  line-height: 1;
}
.bc-compte-sidebar__logout {
  display: inline-flex;
  align-items: center;
  font-family: "Afacad", sans-serif;
  font-size: 0.875em;
  font-weight: 700;
  color: #10212d;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  transition: color 0.15s ease;
}
.bc-compte-sidebar__logout:hover {
  color: #485e6d;
}

.bc-compte-info-rows {
  display: flex;
  flex-direction: column;
}

.bc-compte-info-row {
  padding: 1.5em 0;
  border-bottom: 1px solid rgba(16, 33, 45, 0.08);
}
.bc-compte-info-row:first-child {
  border-top: 1px solid rgba(16, 33, 45, 0.08);
}
.bc-compte-info-row__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2em;
}
.bc-compte-info-row--multiline .bc-compte-info-row__main {
  align-items: flex-start;
}
.bc-compte-info-row__text {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  flex: 1;
  min-width: 0;
}
.bc-compte-info-row__label {
  font-family: "Inter", sans-serif;
  font-size: 0.875em;
  font-weight: 700;
  color: #10212d;
  line-height: 1.5;
}
.bc-compte-info-row__value {
  font-family: "Inter", sans-serif;
  font-size: 1em;
  font-weight: 500;
  color: #485e6d;
  line-height: 1.5;
}
.bc-compte-info-row__action {
  flex-shrink: 0;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-family: "Afacad", sans-serif;
  font-size: 0.875em;
  font-weight: 700;
  color: #10212d;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  white-space: nowrap;
  transition: color 0.15s ease;
}
.bc-compte-info-row__action:hover {
  color: #485e6d;
}
.bc-compte-info-row__edit {
  margin-top: 1.25em;
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: flex-start;
}
.bc-compte-info-row__edit[hidden] {
  display: none;
}

.bc-compte-edit-form {
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: flex-start;
  width: 100%;
}
.bc-compte-edit-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
  width: 100%;
}
@media all and (max-width: 600px) {
  .bc-compte-edit-form__grid {
    grid-template-columns: 1fr;
  }
}

.bc-compte-preferences {
  display: flex;
  flex-direction: column;
}
.bc-compte-preferences__section {
  display: flex;
  flex-direction: column;
  gap: 2em;
  padding-bottom: 2em;
}
.bc-compte-preferences__section + .bc-compte-preferences__section {
  padding-top: 2em;
}
.bc-compte-preferences__heading {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.bc-compte-preferences__heading h3, .bc-compte-preferences__heading .h3,
.bc-compte-preferences__heading p {
  margin: 0;
  color: #1a3649;
}
.bc-compte-preferences__heading p {
  color: #485e6d;
}
.bc-compte-preferences__panel {
  display: flex;
  flex-direction: column;
  border: 1px solid #e5decf;
  border-radius: 0.5em;
  overflow: hidden;
  padding: 1.25em;
}
.bc-compte-preferences__row {
  min-height: 1.5em;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 1em;
  margin: 0;
}
.bc-compte-preferences__row + .bc-compte-preferences__row {
  border-top: 1px solid #e5decf;
  margin-top: 1em;
  padding-top: 1em;
}
.bc-compte-preferences__label {
  flex: 1;
  min-width: 0;
  color: #1a3649;
}
.bc-compte-preferences__options {
  display: flex;
  align-items: center;
  gap: 1.5em;
  flex-shrink: 0;
}
.bc-compte-preferences__option {
  display: inline-flex;
  align-items: center;
  gap: 0.75em;
  color: #1a3649;
  cursor: pointer;
  margin: 0;
}
.bc-compte-preferences__option input[type=radio] {
  appearance: none;
  width: 1.25em;
  height: 1.25em;
  margin: 0;
  border: 1px solid #485e6d;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.bc-compte-preferences__option input[type=radio]:checked {
  border-color: #1a3649;
  box-shadow: inset 0 0 0 0.375em #1a3649;
}
.bc-compte-preferences__option input[type=radio]:focus-visible {
  outline: 2px solid #a3afb6;
  outline-offset: 2px;
}
@media all and (max-width: 600px) {
  .bc-compte-preferences__section {
    gap: 1.5em;
  }
  .bc-compte-preferences__row {
    align-items: flex-start;
  }
  .bc-compte-preferences__options {
    gap: 1em;
  }
  .bc-compte-preferences__option {
    gap: 0.5em;
  }
}

.bc-compte-offers {
  display: flex;
  flex-direction: column;
}
.bc-compte-offers__section {
  display: flex;
  flex-direction: column;
  gap: 2em;
  padding-bottom: 2em;
}
.bc-compte-offers__section + .bc-compte-offers__section {
  padding-top: 2em;
}
.bc-compte-offers__heading {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.bc-compte-offers__heading h3, .bc-compte-offers__heading .h3,
.bc-compte-offers__heading p {
  margin: 0;
}
.bc-compte-offers__heading h3, .bc-compte-offers__heading .h3 {
  color: #1a3649;
}
.bc-compte-offers__heading p {
  color: #485e6d;
}
.bc-compte-offers__code-box {
  display: flex;
  align-items: center;
  gap: 1em;
  padding: 1.25em;
  border: 1px solid #e5decf;
  border-radius: 0.5em;
}
.bc-compte-offers__code {
  flex: 1;
  color: #1a3649;
}
.bc-compte-offers__actions {
  display: flex;
  gap: 0.5em;
  flex-shrink: 0;
}
.bc-compte-offers__coupons {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
}
.bc-compte-offers__coupon-row {
  display: flex;
  align-items: center;
  gap: 1em;
  min-height: 4.375em;
  padding: 0.75em 1em;
  border-radius: 0.5em;
  background: #ffffff;
  color: #1a3649;
}
.bc-compte-offers__coupon-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25em;
  height: 2.25em;
  flex-shrink: 0;
  border-radius: 50%;
  background: #f0e9d8;
  color: #1a3649;
}
.bc-compte-offers__coupon-main {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}
.bc-compte-offers__coupon-code {
  color: #1a3649;
}
.bc-compte-offers__coupon-discount {
  color: #485e6d;
}
.bc-compte-offers__coupon-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.75em;
  margin-top: 0.25em;
  color: #768692;
}
.bc-compte-offers__history {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
}
.bc-compte-offers__history-row {
  display: flex;
  align-items: center;
  min-height: 4.375em;
  padding: 0.75em 1em;
  border-radius: 0.5em;
  background: #ffffff;
  color: #1a3649;
}
.bc-compte-offers__person, .bc-compte-offers__reward {
  display: flex;
  flex-direction: column;
}
.bc-compte-offers__reward {
  align-items: flex-end;
  margin-left: auto;
}
.bc-compte-offers__empty {
  margin: 0;
  color: #485e6d;
}
.bc-compte-offers__faq {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.bc-compte-offers__faq-item {
  border-radius: 0.5em;
  background: #f0e9d8;
  color: #1a3649;
}
.bc-compte-offers__faq-item summary {
  display: flex;
  align-items: center;
  gap: 1.5em;
  padding: 1em 1.25em;
  cursor: pointer;
  list-style: none;
}
.bc-compte-offers__faq-item summary::-webkit-details-marker {
  display: none;
}
.bc-compte-offers__faq-item summary > span:first-child {
  flex: 1;
}
.bc-compte-offers__faq-item[open] .bc-compte-offers__faq-icon {
  transform: rotate(45deg);
}
.bc-compte-offers__faq-content {
  padding: 0 1.25em 1.25em;
  color: #485e6d;
}
.bc-compte-offers__faq-content > *:first-child {
  margin-top: 0;
}
.bc-compte-offers__faq-content > *:last-child {
  margin-bottom: 0;
}
.bc-compte-offers__faq-content ul {
  margin: 0.5em 0;
  padding-left: 1.25em;
  list-style: disc;
}
.bc-compte-offers__faq-content li {
  margin: 0.25em 0;
}
.bc-compte-offers__faq-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25em;
  height: 2.25em;
  flex-shrink: 0;
  border-radius: 50%;
  background: #ffffff;
  transition: transform 0.15s ease;
}
@media all and (max-width: 600px) {
  .bc-compte-offers__section {
    gap: 1.5em;
  }
  .bc-compte-offers__code-box {
    align-items: stretch;
    flex-direction: column;
  }
  .bc-compte-offers__actions {
    flex-wrap: wrap;
  }
  .bc-compte-offers__coupon-row {
    align-items: stretch;
    flex-direction: column;
  }
}

@media all and (max-width: 1281px) {
  .bc-compte-dashboard__content {
    padding: 3em 5em 4em 4em;
  }
  .bc-compte-dashboard__sidebar {
    width: 28%;
    padding: 3em 2em 3em 1.25em;
  }
}
@media all and (max-width: 1080px) {
  .bc-compte-dashboard__content {
    padding: 2.5em 3em 3em 3em;
  }
  .bc-compte-dashboard__sidebar {
    width: 30%;
    padding: 2.5em 1.5em 2.5em 1em;
  }
  .bc-compte-dashboard__title {
    font-size: 2.75em;
  }
}
@media all and (max-width: 992px) {
  .bc-compte-dashboard__content {
    padding: 2em 2em 3em 2em;
  }
  .bc-compte-dashboard__sidebar {
    width: 32%;
    padding: 2em 1.25em 2em 1em;
  }
  .bc-compte-dashboard__title {
    font-size: 2.25em;
  }
}
@media all and (max-width: 768px) {
  .bc-compte-dashboard {
    min-height: 0;
  }
  .bc-compte-dashboard__layout {
    flex-direction: column;
    min-height: 0;
    padding-left: 16px;
    padding-right: 16px;
  }
  .bc-compte-dashboard__layout .bc-compte-dashboard__content {
    display: none;
  }
  .bc-compte-dashboard__layout.is-content-visible .bc-compte-dashboard__sidebar {
    display: none;
  }
  .bc-compte-dashboard__layout.is-content-visible .bc-compte-dashboard__content {
    display: flex;
  }
  .bc-compte-dashboard__layout:not(.is-content-visible) .bc-compte-sidebar__item {
    color: #1a3649;
  }
  .bc-compte-dashboard__layout:not(.is-content-visible) .bc-compte-sidebar__item svg {
    color: #1a3649;
  }
  .bc-compte-dashboard__sidebar {
    display: flex;
    width: 100%;
    padding: 1.5em 0 3em;
    border-right: none;
  }
  .bc-compte-dashboard__content {
    padding: 1.5em 0 3em;
    gap: 2em;
  }
  .bc-compte-dashboard__title {
    font-size: 2.25em;
  }
  .bc-compte-dashboard__back {
    display: inline-flex;
  }
}
@media all and (max-width: 600px) {
  .bc-compte-dashboard__content {
    padding: 1.25em 0 2.5em;
  }
}

@media all and (max-width: 1080px) {
  .bc-compte-sidebar__title {
    font-size: 2.1em;
  }
  .bc-compte-sidebar__item {
    font-size: 1.1em;
  }
}
@media all and (max-width: 992px) {
  .bc-compte-sidebar__title {
    font-size: 1.75em;
  }
  .bc-compte-sidebar__item {
    font-size: 1em;
  }
}

.bc-compte-login {
  min-height: calc(100vh - 6em);
  display: flex;
  flex-direction: column;
}

.bc-compte-creer {
  min-height: calc(100vh - 6em);
  display: flex;
  flex-direction: column;
}

.bc-order-empty {
  font-family: "Inter", sans-serif;
  font-size: 1em;
  color: #485e6d;
}

.bc-order-list {
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: 100%;
}

.bc-order-card {
  display: flex;
  align-items: center;
  gap: 1em;
  background: #ffffff;
  border-radius: 0.5em;
  padding: 1em 2.5em 1em 1em;
}
.bc-order-card__thumbs {
  position: relative;
  flex-shrink: 0;
  width: 6em;
  height: 6em;
}
.bc-order-card__thumb {
  position: absolute;
  border-radius: 0.25em;
  background: #f0e9d8;
  overflow: hidden;
}
.bc-order-card__thumb picture, .bc-order-card__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bc-order-card__thumb--1 {
  top: 0;
  left: 0;
  width: 5.5em;
  height: 5.5em;
  z-index: 1;
}
.bc-order-card__thumb--2 {
  bottom: 0;
  right: 0;
  width: 3em;
  height: 3em;
  border: 1px solid #ffffff;
  z-index: 2;
}
.bc-order-card__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.125em;
  width: 10em;
  flex-shrink: 0;
  height: 6em;
}
.bc-order-card__number {
  font-family: "Inter", sans-serif;
  font-size: 1em;
  font-weight: 500;
  color: #1a3649;
}
.bc-order-card__meta {
  font-family: "Inter", sans-serif;
  font-size: 0.75em;
  color: #485e6d;
  letter-spacing: 0.01em;
}
.bc-order-card__price {
  font-family: "Inter", sans-serif;
  font-size: 1em;
  color: #1a3649;
}
.bc-order-card__badge {
  margin-left: auto;
  font-family: "Inter", sans-serif;
  font-size: 0.875em;
  font-weight: 500;
  padding: 0.5em 1em;
  border-radius: 0.25em;
  white-space: nowrap;
  color: #1a3649;
  background: #f0e9d8;
}
.bc-order-card__badge--cancelled {
  color: #68292c;
  background: rgba(217, 38, 28, 0.1);
}
.bc-order-card__badge--refunded {
  color: #68292c;
  background: rgba(217, 38, 28, 0.1);
}

.bc-order-progress {
  flex: 1;
  min-width: 0;
  margin-left: auto;
}
.bc-order-progress__track {
  position: relative;
  height: 0.125em;
  background: rgba(16, 33, 45, 0.16);
  border-radius: 999px;
  margin: 0 0 0.75em;
}
.bc-order-progress__fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #1a3649;
  border-radius: 999px;
  transition: width 0.3s ease;
}
.bc-order-progress__dot {
  position: absolute;
  top: 50%;
  width: 0.5em;
  height: 0.5em;
  border-radius: 999px;
  background: #d1d7db;
  transform: translate(-50%, -50%);
}
.bc-order-progress__dot.is-done {
  background: #1a3649;
}
.bc-order-progress__labels {
  display: flex;
  justify-content: space-between;
  gap: 0.5em;
}
.bc-order-progress__labels span {
  flex: 1;
  font-family: "Inter", sans-serif;
  font-size: 0.75em;
  color: #a3afb6;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.bc-order-progress__labels span.is-done {
  color: #1a3649;
}
.bc-order-progress__labels span:first-child {
  text-align: left;
}
.bc-order-progress__labels span:last-child {
  text-align: right;
}
.bc-order-progress__labels span:not(:first-child):not(:last-child) {
  text-align: center;
}

@media all and (max-width: 768px) {
  .bc-order-card {
    flex-wrap: wrap;
    padding: 1em;
  }
  .bc-order-card__info {
    height: auto;
  }
  .bc-order-progress {
    flex-basis: 100%;
    margin-left: 0;
    margin-top: 1em;
  }
}
.bc-order-card {
  color: #1a3649;
  text-decoration: none;
}

.bc-order-detail {
  gap: 2em;
}
.bc-order-detail__back {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  align-self: flex-start;
}
.bc-order-detail__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5em;
}
.bc-order-detail__heading {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.bc-order-detail__heading .bc-compte-dashboard__title {
  margin: 0;
}
.bc-order-detail__heading p {
  margin: 0;
  color: #485e6d;
}
.bc-order-detail__heading strong {
  color: #1a3649;
}
.bc-order-detail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  justify-content: flex-end;
}
.bc-order-detail__progress {
  width: 100%;
}
.bc-order-detail__section {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  padding: 2em 0;
  border-bottom: 1px solid #e5decf;
}
.bc-order-detail__section > h3, .bc-order-detail__section > .h3 {
  margin: 0;
}
.bc-order-detail__items {
  display: flex;
  flex-direction: column;
}
.bc-order-detail__item {
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding: 1em 0;
}
.bc-order-detail__item + .bc-order-detail__item {
  border-top: 1px solid #e5decf;
}
.bc-order-detail__item-main {
  display: flex;
  align-items: center;
  gap: 1em;
}
.bc-order-detail__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6em;
  height: 6em;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 0.25em;
  background: #f0e9d8;
}
.bc-order-detail__image picture,
.bc-order-detail__image img {
  display: block;
  width: 100%;
  height: 100%;
}
.bc-order-detail__image img {
  object-fit: contain;
  mix-blend-mode: multiply;
}
.bc-order-detail__product {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.25em;
}
.bc-order-detail__product span {
  color: #485e6d;
}
.bc-order-detail__item-total {
  flex-shrink: 0;
}
.bc-order-detail__item-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5em;
  padding-left: 7em;
}
.bc-order-detail__item-meta {
  display: flex;
  width: 15.5em;
  flex-direction: column;
  margin: 0;
  color: #485e6d;
}
.bc-order-detail__item-meta div {
  display: flex;
  justify-content: space-between;
  gap: 1em;
}
.bc-order-detail__item-meta dt, .bc-order-detail__item-meta dd {
  margin: 0;
  font-weight: 400;
}
.bc-order-detail__totals {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  padding-top: 1.5em;
  border-top: 1px solid #e5decf;
}
.bc-order-detail__totals dl {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  margin: 0;
}
.bc-order-detail__totals dl div {
  display: flex;
  justify-content: space-between;
  gap: 1em;
}
.bc-order-detail__totals dl dt, .bc-order-detail__totals dl dd {
  margin: 0;
  font-weight: 400;
}
.bc-order-detail__grand-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
}
.bc-order-detail__delivery {
  border-bottom: 0;
}
.bc-order-detail__addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2em;
  padding: 1.25em;
  border: 1px solid #e5decf;
  border-radius: 0.5em;
}
.bc-order-detail__addresses > div {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}
.bc-order-detail__addresses strong {
  font-size: 0.875em;
  line-height: 1.5;
}
.bc-order-detail__addresses p {
  margin: 0;
  color: #485e6d;
  line-height: 1.5;
}
.bc-order-detail__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5em;
  padding: 2em 0 4em;
  text-align: center;
}
.bc-order-detail__contact h3, .bc-order-detail__contact .h3 {
  margin: 0;
}

.bc-order-tracking__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5em;
}
.bc-order-tracking__header h3, .bc-order-tracking__header .h3,
.bc-order-tracking__header p {
  margin: 0;
}
.bc-order-tracking__header p {
  margin-top: 0.25em;
  color: #485e6d;
}
.bc-order-tracking__summary {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 2em;
  padding: 1em;
  margin: 0;
  border: 1px solid #e5decf;
  border-radius: 0.5em;
  background: #fcf7ed;
}
.bc-order-tracking__summary div {
  display: flex;
  gap: 0.5em;
}
.bc-order-tracking__summary dt {
  color: #485e6d;
}
.bc-order-tracking__summary dd {
  margin: 0;
  font-weight: 600;
}
.bc-order-tracking__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5em;
}
.bc-order-tracking__carrier {
  align-items: center;
}
.bc-order-tracking__carrier picture,
.bc-order-tracking__carrier img {
  display: block;
}
.bc-order-tracking__carrier img {
  width: auto;
  max-width: 8em;
  height: 2em;
  object-fit: contain;
}
.bc-order-tracking__carrier-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  background: #e1eaf9;
  color: #1a3649;
}
.bc-order-tracking__number {
  align-items: center;
  margin-left: auto;
}
.bc-order-tracking__timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}
.bc-order-tracking__event {
  position: relative;
  display: grid;
  grid-template-columns: 1em 1fr;
  gap: 1em;
  min-height: 4.5em;
}
.bc-order-tracking__event::before {
  position: absolute;
  top: 1em;
  bottom: 0;
  left: 0.4375em;
  width: 1px;
  background: #d1d7db;
  content: "";
}
.bc-order-tracking__event:last-child::before {
  display: none;
}
.bc-order-tracking__event p {
  margin: 0.25em 0 0;
  color: #485e6d;
}
.bc-order-tracking__event.is-current .bc-order-tracking__dot {
  border-color: #1a3649;
  background: #1a3649;
}
.bc-order-tracking__dot {
  position: relative;
  z-index: 1;
  width: 0.875em;
  height: 0.875em;
  margin-top: 0.25em;
  border: 2px solid #a3afb6;
  border-radius: 50%;
  background: #fefbf6;
}

@media all and (max-width: 768px) {
  .bc-order-detail__header {
    align-items: flex-start;
    flex-direction: column;
  }
  .bc-order-detail__actions {
    justify-content: flex-start;
  }
  .bc-order-detail__item-bottom {
    padding-left: 0;
  }
}
@media all and (max-width: 600px) {
  .bc-order-detail__item-main {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .bc-order-detail__item-total {
    margin-left: auto;
  }
  .bc-order-detail__item-bottom {
    align-items: stretch;
    flex-direction: column;
  }
  .bc-order-detail__item-meta {
    width: 100%;
  }
  .bc-order-detail__item-bottom .__btn {
    align-self: flex-start;
  }
  .bc-order-detail__addresses {
    grid-template-columns: 1fr;
  }
  .bc-order-tracking__header {
    align-items: flex-start;
    flex-direction: column;
  }
  .bc-order-tracking__actions {
    justify-content: flex-start;
  }
  .bc-order-tracking__number {
    margin-left: 0;
  }
}
.bc-product-detail {
  color: #1a3649;
}
.bc-product-detail__top {
  display: grid;
  grid-template-columns: minmax(32em, 42.36%) minmax(0, 1fr);
  align-items: start;
  padding-bottom: 2.5em;
}
.bc-product-detail__information {
  min-width: 0;
}
.bc-product-detail__columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 13.5625em;
  gap: 2em;
  padding: 0 1.5em 1.5em;
}
.bc-product-detail__main-column {
  display: flex;
  flex-direction: column;
  gap: 2.5em;
  padding-right: 2.5em;
}
.bc-product-detail__intro {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
.bc-product-detail__intro .__heading-01 {
  margin-bottom: 0;
}
.bc-product-detail__grind {
  margin: 0;
  color: #485e6d;
}
.bc-product-detail__price {
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
}
.bc-product-detail__price .__caption {
  color: #485e6d;
}
.bc-product-detail__price-values {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.bc-product-detail__price-row {
  display: flex;
  align-items: flex-end;
  gap: 0.5em;
}
.bc-product-detail__price-row > span {
  line-height: 1;
}
.bc-product-detail__price-old {
  color: #768692;
  text-decoration: line-through;
}
.bc-product-detail__price-old[hidden], .bc-product-detail__promo-badge[hidden] {
  display: none;
}
.bc-product-detail__promo-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.2em 0.45em;
  border-radius: 0.25em;
  background: #d9261c;
  color: #ffffff;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.018em;
}
.bc-product-detail__description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75em;
}
.bc-product-detail__description p {
  margin: 0;
}

.bc-product-gallery {
  position: relative;
  align-self: start;
  box-sizing: border-box;
  height: 50.25em;
  min-height: 50.25em;
  max-height: 50.25em;
  padding: 1.5em;
}
@media all and (max-width: 1560px) {
  .bc-product-gallery {
    height: 38em;
    min-height: 38em;
    max-height: 38em;
  }
}
.bc-product-gallery__stage {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 0.5em;
  background: #f0e9d8;
}
.bc-product-gallery__picture {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5em;
  background: #f0e9d8;
}
.bc-product-gallery__picture.is-active {
  display: flex;
}
.bc-product-gallery__picture picture {
  display: block;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
.bc-product-gallery__picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bc-product-gallery__picture--cover {
  padding: 0;
}
.bc-product-gallery__picture--cover img {
  object-fit: cover;
}
.bc-product-gallery__controls {
  position: absolute;
  right: 1em;
  bottom: 1em;
  display: flex;
  gap: 0.5em;
}

.bc-product-award-badge {
  position: absolute;
  top: 1em;
  left: 1em;
  z-index: 1;
  width: 4.5em;
}
.bc-product-award-badge picture,
.bc-product-award-badge img {
  display: block;
  width: 100%;
  height: auto;
}

.bc-product-awards {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em;
}
.bc-product-awards__item {
  width: 3em;
  height: 3em;
}
.bc-product-awards__item picture,
.bc-product-awards__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bc-product-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em;
  align-items: center;
  min-height: 4.8125em;
  padding: 1.5em;
  color: #768692;
}
.bc-product-breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.bc-product-breadcrumb strong {
  color: #485e6d;
  font-weight: 500;
}

.bc-product-variants {
  margin: 0;
  padding: 0;
  border: 0;
}
.bc-product-variants legend {
  width: 100%;
  margin-bottom: 0.5em;
  color: #485e6d;
}
.bc-product-variants__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.bc-product-variants__option {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  flex: 0 1 auto;
  min-width: 4.5em;
  max-width: 100%;
  height: 2.875em;
  padding: 0 1.5em;
  border: 1px solid #ded8c9;
  border-radius: 0.25em;
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 0.018em;
  color: #1a3649;
  cursor: pointer;
}
.bc-product-variants__option.is-active {
  border: 1.5px solid #1a3649;
}
.bc-product-variants__option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.bc-product-variants__option.is-out-of-stock {
  color: #768692;
}
.bc-product-variants__option.is-out-of-stock::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(to top right, transparent calc(50% - 0.5px), #768692 calc(50% - 0.5px), #768692 calc(50% + 0.5px), transparent calc(50% + 0.5px));
}
.bc-product-variants__stock {
  margin: 0.5em 0 0;
  color: #2d7a6d;
}
.bc-product-variants__stock.is-low, .bc-product-variants__stock.is-out {
  color: #d9261c;
}

.bc-product-purchase {
  display: flex;
  gap: 0.5em;
}
.bc-product-purchase__submit {
  flex: 1;
}

.bc-product-quantity {
  display: flex;
  align-items: center;
  height: 3.25em;
  border-radius: 999px;
  background: #ffffff;
}
.bc-product-quantity output {
  width: 2em;
  text-align: center;
}

.bc-product-reassurance {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.75em;
  padding: 0.75em;
  border: 1px solid #e5decf;
  border-radius: 0.5em;
}
.bc-product-reassurance__item {
  display: flex;
  align-items: flex-start;
  gap: 0.75em;
}
.bc-product-reassurance__item + .bc-product-reassurance__item {
  padding-top: 0.75em;
  border-top: 1px solid #e5decf;
}
.bc-product-reassurance__item > svg {
  flex-shrink: 0;
}
.bc-product-reassurance__item div {
  flex: 1;
}
.bc-product-reassurance__item strong {
  display: block;
  font-size: 0.875em;
  line-height: 1.5;
}
.bc-product-reassurance__item p {
  margin: 0;
  color: #485e6d;
  font-size: 0.875em;
  line-height: 1.5;
}

.bc-product-accordions {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  padding: 2.5em 0;
  border-top: 1px solid #e5decf;
}

.bc-product-accordion {
  border-radius: 0.5em;
  background: #f0e9d8;
  color: #1a3649;
}
.bc-product-accordion summary {
  display: flex;
  align-items: center;
  gap: 1.5em;
  padding: 1.25em 1em;
  cursor: pointer;
  list-style: none;
}
.bc-product-accordion summary::-webkit-details-marker {
  display: none;
}
.bc-product-accordion summary > span:first-child {
  flex: 1;
}
.bc-product-accordion__content {
  margin: 0;
  padding: 0 1em 1.25em;
}
.bc-product-accordion__content p {
  margin: 0 0 0.75em;
}
.bc-product-accordion__content p:last-child {
  margin-bottom: 0;
}
.bc-product-accordion__content strong, .bc-product-accordion__content b {
  font-weight: 600;
}
.bc-product-accordion__content em, .bc-product-accordion__content i {
  font-style: italic;
}
.bc-product-accordion__content a {
  color: #d9261c;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.bc-product-accordion__content ul, .bc-product-accordion__content ol {
  margin: 0.5em 0 0.75em;
  padding-left: 1.25em;
  list-style: disc;
}
.bc-product-accordion__content ul:last-child, .bc-product-accordion__content ol:last-child {
  margin-bottom: 0;
}
.bc-product-accordion__content ol {
  list-style: decimal;
}
.bc-product-accordion__content li {
  list-style: inherit;
  margin-bottom: 0.25em;
}
.bc-product-accordion__content span[style*=background] {
  padding: 0 0.15em;
  border-radius: 0.15em;
}

.bc-product-accordion__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25em;
  height: 2.25em;
  flex-shrink: 0;
  border-radius: 50%;
  background: #ffffff;
  line-height: 0;
}
.bc-product-accordion__icon-plus, .bc-product-accordion__icon-minus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.bc-product-accordion__icon-minus {
  display: none;
}
.bc-product-accordion[open] .bc-product-accordion__icon .bc-product-accordion__icon-plus {
  display: none;
}
.bc-product-accordion[open] .bc-product-accordion__icon .bc-product-accordion__icon-minus {
  display: inline-flex;
}

.bc-product-brand {
  display: flex;
  align-items: flex-start;
  gap: 1em;
}
.bc-product-brand__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.75em;
  min-height: 5.75em;
  flex: 0 0 5.75em;
}
.bc-product-brand__visual picture,
.bc-product-brand__visual img {
  display: block;
  width: 100%;
}
.bc-product-brand__visual img {
  height: 5.75em;
  object-fit: contain;
}
.bc-product-brand__description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  min-width: 0;
  min-height: 5.75em;
}
.bc-product-brand__description > :first-child {
  margin-top: 0;
}
.bc-product-brand__description > :last-child {
  margin-bottom: 0;
}
.bc-product-brand__link {
  display: block;
  width: 100%;
}

@media all and (max-width: 600px) {
  .bc-product-brand {
    flex-direction: column;
  }
  .bc-product-brand__visual {
    width: 5.75em;
    min-height: auto;
    flex-basis: auto;
  }
  .bc-product-brand__description {
    min-height: auto;
  }
}
.bc-product-labels {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.bc-product-labels__item {
  display: flex;
  align-items: flex-start;
  gap: 1.75em;
}
.bc-product-labels__item + .bc-product-labels__item {
  padding-top: 1em;
  border-top: 1px solid #e5decf;
}
.bc-product-labels__picture {
  width: 3.75em;
  height: 3.75em;
  flex-shrink: 0;
}
.bc-product-labels__picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
}
.bc-product-labels__content p {
  margin: 0;
}
.bc-product-labels__content p:first-child {
  color: #485e6d;
}
@media all and (max-width: 600px) {
  .bc-product-labels__picture {
    width: 3.25em;
    height: 3.25em;
  }
}

.bc-product-profile {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
}
.bc-product-profile__row {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  padding: 0.75em 0;
  border-bottom: 1px solid #e5decf;
}
.bc-product-profile__row span {
  color: #485e6d;
  font-size: 0.875em;
  line-height: 1.5;
}
.bc-product-profile__row strong {
  font-weight: 500;
  line-height: 1.5;
}
.bc-product-profile .__link {
  align-self: flex-start;
}

.bc-product-specs__title {
  margin: 1.5em 0 0;
  padding: 1.5em 0 0;
  border-top: 1px solid #e5decf;
}

.bc-product-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 2em;
  margin: 0.5em 0 0;
}
.bc-product-specs__row {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  padding: 0.75em 0;
  border-bottom: 1px solid #e5decf;
}
.bc-product-specs__row:last-child, .bc-product-specs__row:nth-last-child(2):nth-child(odd) {
  border-bottom: 0;
}
.bc-product-specs dt {
  color: #485e6d;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.5;
}
.bc-product-specs dd {
  margin: 0;
  font-weight: 500;
  line-height: 1.5;
}
.bc-product-specs .__link {
  align-self: flex-start;
  color: #1a3649;
  text-decoration-color: currentColor;
}
.bc-product-specs .__link:hover {
  color: #1a3649;
}

.bc-product-profile-detail {
  background: #fcf7ed;
}
.bc-product-profile-detail h2, .bc-product-profile-detail .h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center;
}
.bc-product-profile-detail__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28em minmax(0, 1fr);
  align-items: center;
  justify-content: center;
  gap: 5em;
  padding: 2.5em 0 0;
}
.bc-product-profile-detail__column {
  display: flex;
  flex-direction: column;
  gap: 3em;
}
.bc-product-profile-detail__column--left {
  align-items: flex-end;
  text-align: right;
}
.bc-product-profile-detail__column--right {
  align-items: stretch;
}
.bc-product-profile-detail__row {
  min-height: 5em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.25em;
}
.bc-product-profile-detail__row span {
  color: #485e6d;
}
.bc-product-profile-detail__row strong {
  display: block;
  color: #1a3649;
}
.bc-product-profile-detail__visual {
  position: relative;
  height: 26.0625em;
  background: #fcf7ed;
  transform: scale(1.3);
}
.bc-product-profile-detail__visual picture,
.bc-product-profile-detail__visual img {
  display: block;
  width: 100%;
  height: 100%;
}
.bc-product-profile-detail__visual picture {
  mix-blend-mode: multiply;
}
.bc-product-profile-detail__visual img {
  object-fit: contain;
}
.bc-product-profile-detail__scale {
  display: flex;
  gap: 0.25em;
  width: 12.25em;
  padding: 0.5em 0;
}
.bc-product-profile-detail__scale span {
  width: 100%;
  height: 0.25em;
  border-radius: 999px;
  background: #e5decf;
}
.bc-product-profile-detail__scale span.is-active {
  background: #1a3649;
}

.bc-product-recipe-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-left: -1.6875em;
}

.bc-product-recipe-link {
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25em;
  width: 7.75em;
  color: #1a3649;
  text-align: center;
  text-decoration: none;
}
.bc-product-recipe-link__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.375em;
  height: 4.375em;
  padding: 0.125em;
  border-radius: 50%;
  background: linear-gradient(132deg, #bcd4f9, #566e93);
}
.bc-product-recipe-link__visual::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 0.625em rgba(188, 212, 249, 0.32), 0 0 0 1.125em rgba(188, 212, 249, 0.16);
  opacity: 0;
  pointer-events: none;
}
.bc-product-recipe-link__visual picture,
.bc-product-recipe-link__visual img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.bc-product-recipe-link__visual picture {
  padding: 0.1875em;
  background: #fefbf6;
}
.bc-product-recipe-link__visual img {
  object-fit: cover;
}
.bc-product-recipe-link:hover .bc-product-recipe-link__visual::before, .bc-product-recipe-link:focus-visible .bc-product-recipe-link__visual::before {
  opacity: 1;
}
.bc-product-recipe-link__play {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  color: #ffffff;
}
.bc-product-recipe-link__play svg {
  width: 1em;
  height: 1em;
}
.bc-product-recipe-link__label {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}
.bc-product-recipe-link__label strong {
  font-weight: 500;
}

.bc-product-roaster {
  display: flex;
  align-items: center;
  background: #1a3649;
  color: #bcd4f9;
}
.bc-product-roaster__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.53fr) minmax(22em, 1fr);
  gap: 1em;
  align-items: center;
  min-height: 38em;
}
.bc-product-roaster__layout--text-only {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  min-height: 0;
}
.bc-product-roaster__layout--text-only .bc-product-roaster__content {
  align-items: center;
  text-align: center;
}
.bc-product-roaster__layout--text-only .bc-product-roaster__meta {
  justify-content: center;
}
.bc-product-roaster__picture {
  display: block;
  width: min(100%, 43.25em);
  aspect-ratio: 692/608;
}
.bc-product-roaster__picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bc-product-roaster__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.5em;
  width: min(100%, 28.25em);
}
.bc-product-roaster__content h2, .bc-product-roaster__content .h2 {
  margin: 0;
  color: #bcd4f9;
}
.bc-product-roaster__content .__body-02, .bc-product-roaster__content .bc-article-detail__content strong, .bc-article-detail__content .bc-product-roaster__content strong, .bc-product-roaster__content .bc-article-detail__content p, .bc-article-detail__content .bc-product-roaster__content p,
.bc-product-roaster__content .bc-article-detail__content li,
.bc-article-detail__content .bc-product-roaster__content li, .bc-product-roaster__content .bc-footer__col-list li a, .bc-footer__col-list li .bc-product-roaster__content a, .bc-product-roaster__content .bc-footer__col-list li button, .bc-footer__col-list li .bc-product-roaster__content button,
.bc-product-roaster__content .__content {
  width: min(100%, 21em);
  margin: 0;
  color: #bcd4f9;
}
.bc-product-roaster__content .__content {
  padding: 0;
}
.bc-product-roaster__head {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}
.bc-product-roaster__meta {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin: 0;
  color: #bcd4f9;
}
.bc-product-roaster__dot {
  opacity: 0.7;
}

.bc-product-suggestions {
  background: #fcf7ed;
  border-top: 1px solid rgba(16, 33, 45, 0.08);
}
.bc-product-suggestions__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  margin-bottom: 1.5em;
}
.bc-product-suggestions__heading h2, .bc-product-suggestions__heading .h2 {
  margin: 0;
}
.bc-product-suggestions__controls {
  display: flex;
  gap: 0.5em;
}
.bc-product-suggestions__grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 25.875em;
  gap: 1em;
  overflow: hidden;
}
.bc-product-suggestions__grid--swiper {
  display: block;
}
.bc-product-suggestions__grid--swiper .swiper-wrapper {
  align-items: stretch;
}
.bc-product-suggestions__grid--swiper .swiper-slide {
  display: flex;
  width: 25.875em;
  height: auto;
}
.bc-product-suggestions__grid--swiper .bc-catalogue-card {
  width: 100%;
  height: auto;
  align-self: stretch;
}

@media all and (max-width: 1080px) {
  .bc-product-detail__top {
    grid-template-columns: 42% minmax(0, 1fr);
  }
  .bc-product-detail__columns {
    grid-template-columns: minmax(0, 1fr);
  }
  .bc-product-detail__main-column {
    padding-right: 0;
  }
  .bc-product-profile {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bc-product-profile-detail__layout {
    grid-template-columns: minmax(0, 1fr) 22em minmax(0, 1fr);
    gap: 2em;
  }
  .bc-product-profile-detail__scale {
    width: 10em;
  }
  .bc-product-suggestions__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media all and (max-width: 768px) {
  .bc-product-detail._page-header-offset {
    padding-top: calc(var(--bc-header-h, 112px) + 12px);
  }
  .bc-product-detail__top {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
  }
  .bc-product-detail__information {
    width: 100%;
  }
  .bc-product-detail__columns {
    padding: 0 16px 2em;
  }
  .bc-product-detail__main-column {
    gap: 2em;
  }
  .bc-product-accordions {
    padding: 2em 16px 1em;
  }
  .bc-product-gallery {
    position: relative;
    width: 100%;
    height: 34em;
    min-height: 34em;
    max-height: 34em;
    padding: 1em;
  }
  .bc-product-roaster__layout {
    grid-template-columns: 1fr;
  }
  .bc-product-suggestions__grid:not(.bc-product-suggestions__grid--swiper) {
    grid-auto-flow: row;
    grid-auto-columns: auto;
    grid-template-columns: 1fr;
    overflow: visible;
    gap: 1.5em;
  }
  .bc-product-roaster__layout {
    gap: 2em;
  }
  .bc-product-roaster__picture {
    width: min(100%, 38em);
    justify-self: center;
  }
  .bc-product-roaster__content {
    width: 100%;
    align-items: flex-start;
    text-align: left;
  }
  .bc-product-roaster__meta {
    justify-content: flex-start;
  }
  .bc-product-roaster .__body-02, .bc-product-roaster .bc-article-detail__content strong, .bc-article-detail__content .bc-product-roaster strong, .bc-product-roaster .bc-article-detail__content p, .bc-article-detail__content .bc-product-roaster p,
  .bc-product-roaster .bc-article-detail__content li,
  .bc-article-detail__content .bc-product-roaster li, .bc-product-roaster .bc-footer__col-list li a, .bc-footer__col-list li .bc-product-roaster a, .bc-product-roaster .bc-footer__col-list li button, .bc-footer__col-list li .bc-product-roaster button,
  .bc-product-roaster .__content {
    font-size: 16px;
  }
  .bc-product-profile-detail {
    padding-top: 1em;
  }
  .bc-product-profile-detail__layout {
    grid-template-columns: 1fr;
    gap: 1.25em;
    padding-top: 1em;
  }
  .bc-product-profile-detail__column, .bc-product-profile-detail__column--left, .bc-product-profile-detail__column--right {
    align-items: center;
    text-align: center;
    gap: 0.85em;
  }
  .bc-product-profile-detail__visual {
    order: -1;
    height: 18em;
  }
  .bc-product-profile-detail__scale {
    width: min(16em, 100%);
  }
}
@media (max-width: 768px) and (min-width: 601px) {
  .bc-product-profile-detail__layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }
  .bc-product-profile-detail__visual {
    grid-column: 1/-1;
    justify-self: start;
    width: 12.25em;
    height: 12.25em;
    transform: none;
  }
  .bc-product-profile-detail__column, .bc-product-profile-detail__column--left, .bc-product-profile-detail__column--right {
    align-items: stretch;
    text-align: left;
  }
}
@media all and (max-width: 600px) {
  .bc-product-specs {
    grid-template-columns: 1fr;
  }
  .bc-product-specs__row:nth-last-child(2):nth-child(odd) {
    border-bottom: 1px solid #e5decf;
  }
  .bc-product-specs__row:last-child {
    border-bottom: 0;
  }
  .bc-product-detail._page-header-offset {
    padding-top: var(--bc-header-h, 112px);
  }
  .bc-product-detail__top {
    padding-right: 0;
    padding-left: 0;
  }
  .bc-product-gallery {
    height: auto;
    min-height: 0;
    max-height: none;
    padding: 16px 16px 0;
  }
  .bc-product-gallery__stage {
    aspect-ratio: 358/490;
  }
  .bc-product-breadcrumb {
    min-height: 0;
    padding: 10px 16px 16px;
  }
  .bc-product-breadcrumb::before {
    content: "… /";
  }
  .bc-product-breadcrumb > * {
    display: none;
  }
  .bc-product-breadcrumb > .bc-product-breadcrumb__category {
    display: inline;
  }
  .bc-product-detail__columns {
    gap: 2em;
  }
  .bc-product-purchase {
    flex-direction: row;
  }
  .bc-product-quantity {
    flex: 0 0 136px;
  }
  .bc-product-profile {
    display: flex;
  }
  .bc-product-profile-detail__layout {
    padding-top: 1em;
  }
  .bc-product-profile-detail__visual {
    height: 20em;
    overflow: hidden;
    transform: none;
  }
  .bc-product-profile-detail__visual img {
    transform: scale(1.2);
  }
  .bc-product-profile-detail__column,
  .bc-product-profile-detail__column--left,
  .bc-product-profile-detail__column--right {
    width: 100%;
    align-items: flex-start;
    text-align: left;
  }
  .bc-product-profile-detail__row,
  .bc-product-profile-detail__scale {
    width: 100%;
  }
  .bc-product-recipe-links {
    gap: 0;
  }
  .bc-product-suggestions__heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .bc-product-suggestions__controls {
    display: none;
  }
  .bc-product-suggestions__grid--swiper .swiper-slide {
    width: 295px;
  }
  .bc-product-profile-detail,
  .bc-product-roaster,
  .bc-product-suggestions {
    padding-right: 0;
    padding-left: 0;
  }
  .bc-product-profile-detail > .container,
  .bc-product-roaster > .container,
  .bc-product-suggestions > .container {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.bc-coffret-savings {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  padding-left: 1em;
  border-left: 1px solid #ded8c9;
  color: #485e6d;
}

.bc-product-detail[data-coffret-detail] .bc-product-detail__price {
  align-items: center;
  gap: 1em;
}

.bc-coffret-item-meta {
  display: flex;
  align-items: baseline;
  color: #485e6d;
  white-space: nowrap;
}

.bc-product-detail[data-coffret-detail] .bc-product-gallery {
  position: relative;
  top: auto;
  align-self: start;
  box-sizing: border-box;
  height: 50.25em;
  min-height: 50.25em;
  max-height: 50.25em;
}

.bc-coffret-profile {
  display: flex;
  flex-direction: column;
  align-self: start;
}
.bc-coffret-profile h2, .bc-coffret-profile .h2 {
  margin: 0;
  padding-bottom: 0.75em;
  color: #485e6d;
}
.bc-coffret-profile__items {
  display: flex;
  flex-direction: column;
}
.bc-coffret-profile__item {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  padding: 0.75em 0;
  border-bottom: 1px solid #e5decf;
  color: inherit;
  text-decoration: none;
}
.bc-coffret-profile__item:last-child {
  border-bottom: 0;
}
.bc-coffret-profile__item > span {
  color: #485e6d;
}
.bc-coffret-profile__heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75em;
}
.bc-coffret-profile__heading span {
  flex: 0 0 auto;
  color: #485e6d;
}
.bc-coffret-profile__meta {
  display: flex;
  flex-direction: column;
  gap: 0.15em;
  color: #485e6d;
}

.bc-coffret-composition {
  background: #fcf7ed;
}
.bc-coffret-composition h2, .bc-coffret-composition .h2 {
  margin: 0 0 1.5em;
  text-align: center;
}
.bc-coffret-composition__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5em;
}
.bc-coffret-composition__grid.swiper {
  display: block;
}
.bc-coffret-composition__item {
  display: flex;
  flex-direction: column;
  gap: 1em;
  min-width: 0;
}
.bc-coffret-composition__link {
  display: flex;
  flex-direction: column;
  gap: 1em;
  color: inherit;
  text-decoration: none;
}
.bc-coffret-composition__link:hover h3, .bc-coffret-composition__link:hover .h3 {
  text-decoration: underline;
}
.bc-coffret-composition__media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16em;
  padding: 1.25em;
  overflow: hidden;
  border-radius: 0.25em;
  background: #f0e9d8;
}
.bc-coffret-composition__media picture {
  display: block;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
.bc-coffret-composition__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bc-coffret-composition__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15em;
}
.bc-coffret-composition__body h3, .bc-coffret-composition__body .h3, .bc-coffret-composition__body p {
  margin: 0;
}
.bc-coffret-composition__body > span {
  color: #485e6d;
}
.bc-coffret-composition__heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75em;
  width: 100%;
}
.bc-coffret-composition__heading h3, .bc-coffret-composition__heading .h3 {
  flex: 1;
}
.bc-coffret-composition__heading span {
  flex: 0 0 auto;
}
.bc-coffret-composition__meta {
  min-height: 1.5em;
  color: #485e6d;
}

@media all and (max-width: 768px) {
  .bc-product-detail[data-coffret-detail] .bc-product-gallery {
    height: 34em;
    min-height: 34em;
    max-height: 34em;
  }
  .bc-product-detail[data-coffret-detail] .bc-product-gallery__picture {
    padding: 0;
  }
  .bc-product-detail[data-coffret-detail] .bc-product-purchase {
    flex-direction: column;
    align-items: stretch;
  }
  .bc-product-detail[data-coffret-detail] .bc-product-quantity {
    align-self: flex-start;
  }
  .bc-product-detail[data-coffret-detail] .bc-product-purchase__submit {
    width: 100%;
  }
  .bc-coffret-profile {
    padding-top: 2em;
    border-top: 1px solid #e5decf;
  }
  .bc-coffret-composition h2, .bc-coffret-composition .h2 {
    text-align: left;
  }
  .bc-coffret-composition__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media all and (max-width: 600px) {
  .bc-product-detail[data-coffret-detail] .bc-product-gallery {
    height: 28em;
    min-height: 28em;
    max-height: 28em;
  }
  .bc-coffret-composition__grid {
    grid-template-columns: 1fr;
  }
}
.bc-catalogue-hero {
  position: relative;
  height: 26.25em;
  overflow: hidden;
}
.bc-catalogue-hero__media {
  position: absolute;
  top: -15%;
  left: 0;
  right: 0;
  height: 130%;
  display: block;
  will-change: transform;
}
.bc-catalogue-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bc-catalogue-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(16, 33, 45, 0.04), rgba(16, 33, 45, 0.56));
  opacity: 0.16;
}

@media all and (max-width: 1560px) {
  .bc-catalogue-hero {
    height: 22em;
  }
}
@media all and (max-width: 768px) {
  .bc-catalogue-hero {
    height: 20em;
  }
}
.bc-catalogue-heading {
  background: #fcf7ed;
}
.bc-catalogue-heading .__display-01 {
  margin-bottom: 0.3em;
}
.bc-catalogue-heading__content {
  display: grid;
  grid-template-columns: 28.375em minmax(0, 35.5em);
  gap: 1em;
  align-items: start;
}
.bc-catalogue-heading__content > p {
  margin: 0;
  color: #485e6d;
}

.bc-catalogue-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em;
  padding: 0.25em 0;
  color: #485e6d;
}
.bc-catalogue-breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.bc-catalogue-breadcrumb strong {
  color: #485e6d;
  font-weight: 500;
}

@media all and (max-width: 992px) {
  .bc-catalogue-heading__content > p {
    font-size: 0.9375em;
  }
}
@media all and (max-width: 768px) {
  .bc-catalogue-heading__content {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
  }
  .bc-catalogue-heading__content > p {
    font-size: 0.875em;
  }
}
@media all and (max-width: 600px) {
  .bc-catalogue-heading {
    padding-right: 0;
    padding-left: 0;
  }
  .bc-catalogue-heading > .container {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.bc-catalogue-products {
  background: #fcf7ed;
}
.bc-catalogue-products__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5em;
  margin-bottom: 1.5em;
}
.bc-catalogue-products__toolbar p {
  margin: 0;
}
.bc-catalogue-products__empty {
  margin: 3em 0;
  color: #485e6d;
}

.bc-catalogue-filter {
  margin-bottom: 2em;
  padding: 1.5em;
  border: 1px solid #e5decf;
  border-radius: 0.5em;
  background: #ffffff;
}
.bc-catalogue-filter form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2em;
}
.bc-catalogue-filter fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.bc-catalogue-filter legend {
  margin-bottom: 1em;
}
.bc-catalogue-filter__options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.bc-catalogue-filter__options a,
.bc-catalogue-filter__options label span {
  display: inline-flex;
  align-items: center;
  min-height: 2.875em;
  padding: 0.65em 1em;
  border: 1px solid #ded8c9;
  border-radius: 0.25em;
  color: #1a3649;
  text-decoration: none;
  cursor: pointer;
}
.bc-catalogue-filter__options a.is-active,
.bc-catalogue-filter__options input:checked + span {
  border: 1.5px solid #1a3649;
}
.bc-catalogue-filter__options input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.bc-catalogue-filter__actions {
  grid-column: 1/-1;
  display: flex;
  justify-content: flex-end;
  gap: 0.5em;
}

.bc-filter-drawer {
  position: fixed;
  inset: 0;
  z-index: 1100;
  visibility: hidden;
  pointer-events: none;
}
.bc-filter-drawer.is-open {
  visibility: visible;
  pointer-events: auto;
}
.bc-filter-drawer.is-open .bc-filter-drawer__overlay {
  opacity: 1;
}
.bc-filter-drawer.is-open .bc-filter-drawer__panel-wrap {
  transform: translateX(0);
}
.bc-filter-drawer__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(16, 33, 45, 0.56);
  backdrop-filter: blur(4px);
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.25s ease;
}
.bc-filter-drawer__panel-wrap {
  position: absolute;
  top: 0.625em;
  right: 0.625em;
  bottom: 0.625em;
  display: flex;
  align-items: flex-start;
  gap: 0.75em;
  transform: translateX(calc(100% + 2.5em));
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.bc-filter-drawer__close {
  flex-shrink: 0;
  margin-top: 1em;
  padding: 0.75em 1.25em;
  background: #ffffff;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  font-family: "Afacad", sans-serif;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #10212d;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}
.bc-filter-drawer__close:hover {
  background: #f0e9d8;
}
.bc-filter-drawer__panel {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  width: 25.75em;
  max-width: calc(100vw - 4.5em);
  height: 100%;
  padding: 1em;
  border-radius: 0.25em;
  background: #fcf7ed;
  overflow: hidden;
}
.bc-filter-drawer__panel form {
  display: flex;
  flex: 1;
  min-height: 0;
  flex-direction: column;
}
.bc-filter-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  flex-shrink: 0;
}
.bc-filter-drawer__header h2, .bc-filter-drawer__header .h2 {
  margin: 0;
}
.bc-filter-drawer__close-mobile {
  display: none;
}
.bc-filter-drawer__list {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding-right: 0.25em;
}
.bc-filter-drawer__group {
  border-bottom: 1px solid #e5decf;
}
.bc-filter-drawer__group:first-child {
  border-top: 1px solid #e5decf;
}
.bc-filter-drawer__group summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75em;
  padding: 1em 0;
  color: #1a3649;
  cursor: pointer;
  list-style: none;
}
.bc-filter-drawer__group summary::-webkit-details-marker {
  display: none;
}
.bc-filter-drawer__group summary svg {
  flex-shrink: 0;
  transition: transform 0.15s ease;
}
.bc-filter-drawer__group[open] summary svg {
  transform: rotate(180deg);
}
.bc-filter-drawer__choices {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
  padding: 0 0 1em;
}
.bc-filter-drawer__choices label {
  display: flex;
  align-items: flex-start;
  gap: 0.75em;
  color: #1a3649;
  cursor: pointer;
}
.bc-filter-drawer__choices input {
  appearance: none;
  width: 1.25em;
  height: 1.25em;
  flex-shrink: 0;
  margin: 0.125em 0 0;
  border: 1px solid #485e6d;
  background: transparent;
}
.bc-filter-drawer__choices input[type=radio] {
  border-radius: 50%;
}
.bc-filter-drawer__choices input[type=checkbox] {
  border-radius: 0.2em;
}
.bc-filter-drawer__choices input:checked {
  border-color: #1a3649;
  box-shadow: inset 0 0 0 0.3em #1a3649;
  background: #ffffff;
}
.bc-filter-drawer__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  padding: 0 0 1em;
}
.bc-filter-drawer__chip {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.875em;
  padding: 0 1em;
  border: 1px solid #ded8c9;
  border-radius: 0.25em;
  color: #1a3649;
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 0.018em;
  cursor: pointer;
}
.bc-filter-drawer__chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.bc-filter-drawer__chip:has(input:checked) {
  border: 1.5px solid #1a3649;
}
.bc-filter-drawer__profile {
  padding: 0 0 1.5em;
}
.bc-filter-drawer__profile-value {
  margin-bottom: 1em;
  text-align: right;
  color: #1a3649;
  font-size: 0.875em;
  font-weight: 500;
}
.bc-filter-drawer__profile-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5em;
  color: #485e6d;
  font-size: 0.75em;
}
.bc-filter-drawer__profile input[type=range] {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  height: 4px;
  background: transparent;
  cursor: pointer;
}
.bc-filter-drawer__profile input[type=range]::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 2px;
  background: #e5decf;
}
.bc-filter-drawer__profile input[type=range]::-moz-range-track {
  height: 4px;
  border-radius: 2px;
  background: #e5decf;
}
.bc-filter-drawer__profile input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 1.25em;
  height: 1.25em;
  margin-top: -0.5em;
  border-radius: 50%;
  background: #ffffff;
  border: 1.5px solid #1a3649;
  cursor: pointer;
}
.bc-filter-drawer__profile input[type=range]::-moz-range-thumb {
  width: 1.25em;
  height: 1.25em;
  border-radius: 50%;
  background: #ffffff;
  border: 1.5px solid #1a3649;
  cursor: pointer;
  box-sizing: border-box;
}
.bc-filter-drawer__price {
  padding: 0 0 1.5em;
}
.bc-filter-drawer__price-track {
  position: relative;
  height: 1.25em;
}
.bc-filter-drawer__price-fill {
  position: absolute;
  top: 50%;
  height: 4px;
  border-radius: 2px;
  background: #1a3649;
  transform: translateY(-50%);
}
.bc-filter-drawer__price-handle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  background: transparent;
  pointer-events: none;
  -webkit-appearance: none;
  appearance: none;
  height: 4px;
  background: transparent;
  cursor: pointer;
}
.bc-filter-drawer__price-handle::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 2px;
  background: transparent;
}
.bc-filter-drawer__price-handle::-moz-range-track {
  height: 4px;
  border-radius: 2px;
  background: transparent;
}
.bc-filter-drawer__price-handle::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 1.25em;
  height: 1.25em;
  margin-top: -0.5em;
  border-radius: 50%;
  background: #ffffff;
  border: 1.5px solid #1a3649;
  cursor: pointer;
}
.bc-filter-drawer__price-handle::-moz-range-thumb {
  width: 1.25em;
  height: 1.25em;
  border-radius: 50%;
  background: #ffffff;
  border: 1.5px solid #1a3649;
  cursor: pointer;
  box-sizing: border-box;
}
.bc-filter-drawer__price-handle {
  height: 1.25em;
}
.bc-filter-drawer__price-handle::-webkit-slider-thumb {
  pointer-events: auto;
}
.bc-filter-drawer__price-handle::-moz-range-thumb {
  pointer-events: auto;
}
.bc-filter-drawer__price-inputs {
  display: flex;
  gap: 1em;
  margin-top: 1.5em;
}
.bc-filter-drawer__price-inputs label {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.375em;
  color: #485e6d;
  font-size: 0.75em;
}
.bc-filter-drawer__price-inputs input {
  height: 2.875em;
  padding: 0 1em;
  border: 1px solid #ded8c9;
  border-radius: 0.25em;
  color: #1a3649;
  font-size: 1em;
  appearance: textfield;
}
.bc-filter-drawer__price-inputs input::-webkit-outer-spin-button, .bc-filter-drawer__price-inputs input::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}
.bc-filter-drawer__footer {
  display: flex;
  align-items: center;
  gap: 0.75em;
  padding-top: 1.5em;
}
.bc-filter-drawer__footer ._primary {
  flex: 1;
}
.bc-filter-drawer__footer ._secondary {
  flex: 0 0 auto;
}

.bc-catalogue-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 1em;
  row-gap: 3.5em;
}

.bc-catalogue-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  min-width: 0;
}
.bc-catalogue-card__media-wrap {
  position: relative;
  width: 100%;
}
.bc-catalogue-card__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1.1;
  padding: 1.5em 1.25em;
  overflow: hidden;
  border-radius: 0.25em;
  background: #f0e9d8;
}
.bc-catalogue-card__media picture {
  display: block;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
.bc-catalogue-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  -o-transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.bc-catalogue-card:hover .bc-catalogue-card__media img {
  transform: scale(1.02);
}
.bc-catalogue-card__tags {
  position: absolute;
  top: 1em;
  left: 1em;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em;
}
.bc-catalogue-card__tags span {
  padding: 0.25em 0.5em;
  border-radius: 0.25em;
  background: #ffffff;
  color: #1a3649;
}
.bc-catalogue-card__add {
  position: absolute;
  right: 0.75em;
  bottom: 0.75em;
  z-index: 1;
}
.bc-catalogue-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  padding-right: 0.5em;
}
.bc-catalogue-card__body a {
  color: inherit;
  text-decoration: none;
}
.bc-catalogue-card__body h2, .bc-catalogue-card__body .h2, .bc-catalogue-card__body p {
  margin: 0;
}
.bc-catalogue-card__eyebrow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em;
  margin-bottom: 0.5em;
}
.bc-catalogue-card__type-badge, .bc-catalogue-card__roaster {
  font-family: "Afacad", sans-serif;
  font-weight: 700;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.35em 0.6em;
  border: 0.0625em solid transparent;
  border-radius: 0.25em;
}
.bc-catalogue-card__type-badge {
  color: #1a3649;
  background: #f0e9d8;
}
.bc-catalogue-card__roaster {
  color: #485e6d;
  background: transparent;
  border-color: #ded8c9;
}
.bc-catalogue-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 0.25em;
  overflow: hidden;
  max-height: 3.5em;
  max-width: 100%;
  margin-bottom: 1.75em !important;
  font-size: 0.875em;
  color: #768692;
}
.bc-catalogue-card__meta-sep {
  display: inline-flex;
  flex-shrink: 0;
  width: 0.3em;
  height: 0.3em;
  margin: 0 0.5em;
  border-radius: 50%;
  background: #ded8c9;
}
.bc-catalogue-card__price {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
  min-height: 2.75em;
  gap: 0.5em;
  margin-top: auto !important;
  padding-top: 0.5em;
  border-top: 0.0625em solid #e5decf;
}
.bc-catalogue-card__price span {
  color: #485e6d;
  line-height: 1;
}
.bc-catalogue-card__price strong {
  font-weight: 700;
  line-height: 1;
  color: #1a3649;
}
.bc-catalogue-card__price-old {
  text-decoration: line-through;
  color: #768692;
  font-size: 0.8em;
}
.bc-catalogue-card__stock {
  margin-right: auto;
  color: #d9261c !important;
  white-space: nowrap;
}
.bc-catalogue-card__promo-badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-end;
  padding: 0.4em 0.6em;
  border-radius: 0.25em;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.8em;
  line-height: 1;
  background: #d9261c;
  color: #ffffff !important;
}
.bc-catalogue-card__price--promo strong {
  font-size: 1.3em;
}

.bc-catalogue-card--figma .bc-catalogue-card__body {
  flex: 0 0 auto;
  color: #1a3649;
  overflow-wrap: anywhere;
}
.bc-catalogue-card--figma .bc-catalogue-card__eyebrow {
  gap: 0.25em;
  min-height: 1.125em;
  margin-bottom: 0.5em;
}
.bc-catalogue-card--figma .bc-catalogue-card__type-badge,
.bc-catalogue-card--figma .bc-catalogue-card__roaster {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.bc-catalogue-card--figma .bc-catalogue-card__type-badge {
  color: #485e6d;
}
.bc-catalogue-card--figma .bc-catalogue-card__roaster {
  color: #1a3649;
}
.bc-catalogue-card--figma .bc-catalogue-card__type-badge + .bc-catalogue-card__roaster::before {
  content: "•";
  margin-right: 0.333333em;
  color: #485e6d;
}
.bc-catalogue-card--figma .bc-catalogue-card__meta {
  max-height: none;
  overflow: visible;
  margin-bottom: 0 !important;
  color: #485e6d;
}
.bc-catalogue-card--figma .bc-catalogue-card__meta-sep {
  width: auto;
  height: auto;
  margin: 0 0.285714em;
  background: transparent;
}
.bc-catalogue-card--figma .bc-catalogue-card__meta-sep::before {
  content: "•";
}
.bc-catalogue-card--figma .bc-catalogue-card__price {
  align-items: baseline;
  justify-content: flex-start;
  min-height: 0;
  margin-top: 0.75em !important;
  padding-top: 0;
  border-top: 0;
}
.bc-catalogue-card--figma .bc-catalogue-card__price span {
  line-height: 1.5;
}
.bc-catalogue-card--figma .bc-catalogue-card__price strong {
  font-weight: 500;
  line-height: 1.5;
}
.bc-catalogue-card--figma .bc-catalogue-card__price--promo strong {
  font-size: 1.125em;
}
.bc-catalogue-card--figma .bc-catalogue-card__stock {
  flex-basis: 100%;
}
.bc-catalogue-card--figma .bc-catalogue-card__promo-badge {
  align-self: center;
}

.bc-catalogue-pagination {
  display: grid;
  grid-template-columns: 15em 1fr 15em;
  align-items: center;
  min-height: 9.375em;
  margin-top: 3.5em;
}
.bc-catalogue-pagination__word {
  color: #1a3649;
  margin: 0;
  text-decoration: none;
}
.bc-catalogue-pagination__word:last-child {
  text-align: right;
}
.bc-catalogue-pagination__word.is-disabled {
  color: #d1d7db;
  pointer-events: none;
}
.bc-catalogue-pagination__pages {
  display: flex;
  justify-content: center;
  gap: 0.5em;
}

@media all and (max-width: 992px) {
  .bc-catalogue-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bc-catalogue-pagination {
    grid-template-columns: 9em 1fr 9em;
  }
}
@media all and (max-width: 768px) {
  .bc-catalogue-filter form {
    grid-template-columns: 1fr;
  }
  .bc-catalogue-grid {
    grid-template-columns: 1fr;
  }
  .bc-catalogue-card__media {
    aspect-ratio: auto;
    height: 24em;
  }
  .bc-catalogue-pagination {
    grid-template-columns: 1fr auto 1fr;
    min-height: 6em;
  }
  .bc-catalogue-pagination__word {
    font-size: 1em;
  }
  .bc-filter-drawer__panel-wrap {
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
    width: auto;
    gap: 0;
  }
  .bc-filter-drawer__close {
    display: none;
  }
  .bc-filter-drawer__panel {
    width: 100%;
    max-width: 100%;
    padding: 16px;
    border-radius: 8px;
  }
  .bc-filter-drawer__close-mobile {
    display: inline-flex;
  }
  .bc-filter-drawer__footer {
    align-items: stretch;
    padding-top: 16px;
  }
  .bc-filter-drawer__footer .__btn {
    width: 100%;
    flex: 0 0 auto;
  }
  .bc-filter-drawer__footer ._secondary {
    display: none;
  }
}
@media all and (max-width: 600px) {
  .bc-catalogue-products {
    padding-right: 0;
    padding-left: 0;
  }
  .bc-catalogue-products > .container {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.bc-news {
  background: #fcf7ed;
}

.bc-news-hero {
  position: relative;
  height: 26.25em;
  overflow: hidden;
  background: #f0e9d8;
}
.bc-news-hero picture,
.bc-news-hero img {
  display: block;
  width: 100%;
  height: 100%;
}
.bc-news-hero img {
  object-fit: cover;
  object-position: center;
}

.bc-news-heading {
  background: #fcf7ed;
}
.bc-news-heading .__display-01 {
  margin-bottom: 0.3em;
}
.bc-news-heading__content {
  display: grid;
  grid-template-columns: 28.375em minmax(0, 35.5em);
  gap: 1em;
  align-items: start;
}
.bc-news-heading__content > p {
  margin: 0;
  color: #485e6d;
}

.bc-news-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em;
  padding: 0.25em 0;
  color: #768692;
}
.bc-news-breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.bc-news-breadcrumb strong {
  color: #485e6d;
  font-weight: 500;
}

.bc-news-listing {
  background: #fcf7ed;
}

.bc-news-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5em;
  margin-bottom: 1.5em;
}
.bc-news-toolbar p {
  margin: 0;
  color: #12151b;
}

.bc-news-filter {
  position: relative;
}
.bc-news-filter summary {
  list-style: none;
  cursor: pointer;
}
.bc-news-filter summary::-webkit-details-marker {
  display: none;
}
.bc-news-filter summary svg {
  margin: 0;
  transition: transform 0.2s ease;
}
.bc-news-filter[open] summary svg {
  transform: rotate(180deg);
}
.bc-news-filter__menu {
  position: absolute;
  z-index: 20;
  top: calc(100% + 0.5em);
  right: 0;
  display: flex;
  flex-direction: column;
  min-width: 15em;
  padding: 0.5em;
  border: 1px solid #e5decf;
  border-radius: 0.25em;
  background: #ffffff;
  box-shadow: 0 0.75em 2em rgba(16, 33, 45, 0.08);
}
.bc-news-filter__menu a {
  padding: 0.65em 0.75em;
  border-radius: 0.25em;
  color: #1a3649;
  text-decoration: none;
}
.bc-news-filter__menu a.is-active, .bc-news-filter__menu a:hover {
  background: #fcf7ed;
}

.bc-news-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  column-gap: 1em;
  row-gap: 3.5em;
}

.bc-news-card {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  min-width: 0;
}
.bc-news-card.is-large {
  grid-column: span 2;
}
.bc-news-card__media {
  position: relative;
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 0.25em;
  background: #f0e9d8;
  color: inherit;
  text-decoration: none;
}
.bc-news-card__media picture,
.bc-news-card__media img {
  display: block;
  width: 100%;
  height: 100%;
}
.bc-news-card__media img {
  object-fit: cover;
}
.bc-news-card__tags {
  position: absolute;
  top: 0.75em;
  left: 0.75em;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em;
}
.bc-news-card__tags span {
  display: inline-flex;
  align-items: center;
  padding: 0.25em 0.5em;
  border-radius: 0.25em;
  background: #ffffff;
  color: #1a3649;
}
.bc-news-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25em;
}
.bc-news-card__body p,
.bc-news-card__body h2,
.bc-news-card__body .h2 {
  margin: 0;
}
.bc-news-card__body p {
  color: #485e6d;
}
.bc-news-card__body a {
  color: inherit;
  text-decoration: none;
}
.bc-news-card__body h2, .bc-news-card__body .h2 {
  display: -webkit-box;
  overflow: hidden;
  color: #1a3649;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.bc-news-empty {
  margin: 3em 0;
  color: #485e6d;
}

.bc-news-pagination {
  display: grid;
  grid-template-columns: 15em 1fr 15em;
  align-items: center;
  min-height: 9.375em;
  margin-top: 3.5em;
}
.bc-news-pagination__word {
  margin: 0;
  color: #1a3649;
  text-decoration: none;
}
.bc-news-pagination__word:last-child {
  text-align: right;
}
.bc-news-pagination__word.is-disabled {
  color: rgba(16, 33, 45, 0.16);
  pointer-events: none;
}
.bc-news-pagination__pages {
  display: flex;
  justify-content: center;
  gap: 0.5em;
}

@media all and (max-width: 992px) {
  .bc-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bc-news-pagination {
    grid-template-columns: 9em 1fr 9em;
  }
}
@media all and (max-width: 768px) {
  .bc-news-hero {
    height: 25.375em;
  }
  .bc-news-hero img {
    object-position: center;
  }
  .bc-news-heading__content {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
  }
  .bc-news-toolbar {
    align-items: flex-start;
    margin-bottom: 1em;
  }
  .bc-news-filter {
    flex-shrink: 0;
  }
  .bc-news-filter__menu {
    right: 0;
    min-width: min(18em, 100vw - 2em);
  }
  .bc-news-grid {
    grid-template-columns: 1fr;
    row-gap: 2em;
  }
  .bc-news-card {
    gap: 1em;
  }
  .bc-news-card.is-large {
    grid-column: span 1;
  }
  .bc-news-card__body h2, .bc-news-card__body .h2 {
    -webkit-line-clamp: 3;
  }
  .bc-news-pagination {
    grid-template-columns: 1fr 1fr;
    gap: 0.625em;
    min-height: 6em;
    margin-top: 2.5em;
  }
  .bc-news-pagination__word:last-child {
    text-align: right;
  }
  .bc-news-pagination__pages {
    grid-column: 1/-1;
    order: 2;
  }
}
@media all and (max-width: 419px) {
  .bc-news-heading {
    padding: 24px 0 56px;
  }
  .bc-news-listing {
    padding-top: 0;
  }
  .bc-news-grid {
    row-gap: 40px;
  }
}
@media all and (max-width: 600px) {
  .bc-news-heading,
  .bc-news-listing {
    padding-right: 0;
    padding-left: 0;
  }
  .bc-news-heading > .container,
  .bc-news-listing > .container {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.bc-article-detail {
  background: #fcf7ed;
}
.bc-article-detail__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 0.0625em solid #e5decf;
}
.bc-article-detail__back {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}
.bc-article-detail__reading {
  margin: 0;
  color: #485e6d;
  white-space: nowrap;
}
.bc-article-detail__intro {
  margin: 1em 0 2.65em;
  color: #1a3649;
}
.bc-article-detail__content {
  padding: 0;
  color: #1a3649;
}
.bc-article-detail__content h2, .bc-article-detail__content .h2 {
  margin: 1.6em 0 0.4em;
  color: #1a3649;
  text-align: left;
}
.bc-article-detail__content h3, .bc-article-detail__content .h3 {
  margin: 1.4em 0 0.4em;
  color: #1a3649;
  text-align: left;
}
.bc-article-detail__content p,
.bc-article-detail__content li {
  color: #1a3649;
}
.bc-article-detail__content p {
  margin: 0 0 1em;
}
.bc-article-detail__content ul,
.bc-article-detail__content ol {
  margin: 0 0 1.5em;
  padding-left: 1.25em;
}
.bc-article-detail__content img {
  display: block;
  width: 100%;
  height: auto;
  margin: 4em 0;
  border-radius: 0.25em;
}
.bc-article-detail__content figure {
  margin: 4em 0;
}
.bc-article-detail__content figure img {
  margin: 0;
}
.bc-article-detail__content strong {
  display: inline;
  margin: 0;
  color: inherit;
}
.bc-article-detail__side {
  display: flex;
  flex-direction: column;
  gap: 3em;
}
.bc-article-detail__cover {
  display: block;
  width: 100%;
  height: 25.5em;
  overflow: hidden;
  border-radius: 0.25em;
  background: #e5decf;
}
.bc-article-detail__cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bc-article-detail__heading {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
.bc-article-detail__title {
  margin: 0;
  color: #1a3649;
}
.bc-article-detail__divider {
  width: 100%;
  height: 0.0625em;
  background: #e5decf;
}
.bc-article-detail__meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1em;
}
.bc-article-detail__meta p {
  margin: 0;
  color: #485e6d;
}
.bc-article-detail__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.3125em;
}
.bc-article-detail__tag {
  display: inline-flex;
  align-items: center;
  padding: 0.285em 0.57em;
  border-radius: 0.285em;
  background: #ffffff;
  color: #1a3649;
}

.bc-article-nav {
  border-top: 0.0625em solid #e5decf;
  background: #fcf7ed;
}
.bc-article-nav__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1em;
}
.bc-article-nav__item {
  display: flex;
  align-items: center;
  gap: 1.5em;
  min-width: 0;
  padding-right: 4em;
  color: inherit;
  text-decoration: none;
}
.bc-article-nav__item--next {
  justify-content: flex-end;
  padding-right: 0;
  padding-left: 4em;
  text-align: right;
}
.bc-article-nav__media {
  display: block;
  flex: 0 0 10.25em;
  width: 10.25em;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 0.25em;
  background: #f0e9d8;
}
.bc-article-nav__media picture,
.bc-article-nav__media img {
  display: block;
  width: 100%;
  height: 100%;
}
.bc-article-nav__media img {
  object-fit: cover;
}
.bc-article-nav__text {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  min-width: 0;
}
.bc-article-nav__label {
  margin: 0;
  color: #1a3649;
}
.bc-article-nav__title {
  display: -webkit-box;
  overflow: hidden;
  color: #485e6d;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 768px) and (min-width: 601px) {
  .bc-article-detail__main > .container {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media all and (max-width: 768px) {
  .bc-article-detail._page-header-offset {
    padding-top: calc(var(--bc-header-h, 112px) + 12px);
  }
  .bc-article-detail__side {
    gap: 2em;
    padding-top: 1.5em;
  }
  .bc-article-detail__cover {
    height: 22em;
  }
  .bc-article-detail__meta {
    flex-direction: column;
  }
  .bc-article-detail__tags {
    justify-content: flex-start;
  }
  .bc-article-nav__grid {
    grid-template-columns: 1fr;
  }
  .bc-article-nav__item, .bc-article-nav__item--next {
    padding: 0;
    text-align: left;
    justify-content: flex-start;
  }
  .bc-article-nav__item--next .bc-article-nav__text {
    order: 2;
  }
  .bc-article-nav__media {
    flex-basis: 6.5em;
    width: 6.5em;
  }
}
@media all and (max-width: 600px) {
  .bc-article-detail._page-header-offset {
    padding-top: var(--bc-header-h, 112px);
  }
  .bc-article-detail__layout {
    display: flex;
    flex-direction: column;
    min-height: 0;
    background: #f0e9d8;
  }
  .bc-article-detail__left, .bc-article-detail__right, .bc-article-detail__side {
    display: contents;
  }
  .bc-article-detail__right::before {
    display: none;
  }
  .bc-article-detail__top {
    order: 1;
    padding: 24px 16px 16px;
  }
  .bc-article-detail__cover {
    order: 2;
    width: calc(100% - 32px);
    height: 290px;
    margin: 0 16px;
  }
  .bc-article-detail__heading {
    order: 3;
    gap: 20px;
    padding: 20px 16px 24px;
  }
  .bc-article-detail__meta {
    flex-direction: row;
  }
  .bc-article-detail__tags {
    justify-content: flex-end;
  }
  .bc-article-detail__intro {
    order: 4;
    width: 100%;
    margin: 0;
    padding: 64px 16px 0;
    background: #fcf7ed;
  }
  .bc-article-detail__content {
    order: 5;
    width: 100%;
    padding: 64px 16px 80px;
    background: #fcf7ed;
  }
  .bc-article-detail__intro + .bc-article-detail__content {
    padding-top: 56px;
  }
  .bc-article-nav {
    padding: 48px 0;
  }
  .bc-article-nav > .container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .bc-article-nav__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .bc-article-nav__item, .bc-article-nav__item--next {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 0;
  }
  .bc-article-nav__text {
    display: contents;
  }
  .bc-article-nav__label {
    order: 1;
  }
  .bc-article-nav__media {
    order: 2;
    flex-basis: 64px;
    width: 64px;
  }
  .bc-article-nav__title {
    order: 3;
    min-height: 48px;
  }
  .bc-article-nav__item--next {
    align-items: flex-end;
    text-align: right;
  }
  .bc-article-nav__item--next .bc-article-nav__text {
    order: initial;
  }
}
.bc-faq {
  background: #fcf7ed;
  color: #1a3649;
}

.bc-faq__intro {
  padding-bottom: 0;
}

.bc-faq__intro-inner,
.bc-faq__content-inner {
  width: 43em !important;
  max-width: 100%;
}

.bc-faq__intro-inner h1, .bc-faq__intro-inner .h1 {
  max-width: 5.2em;
  margin-bottom: 1.1em;
}

.bc-faq__breadcrumb {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #768692;
}
.bc-faq__breadcrumb a {
  color: #768692;
  text-decoration: none;
}
.bc-faq__breadcrumb strong {
  color: #1a3649;
  font-weight: 400;
}

.bc-faq__intro-text {
  margin: 0 0 4.5em;
  color: #1a3649;
}

.bc-faq__content {
  padding-top: 4em;
  padding-bottom: 6em;
}

.bc-faq__list {
  display: flex;
  flex-direction: column;
  gap: 5.5em;
}

.bc-faq__category {
  scroll-margin-top: 8em;
}
.bc-faq__category h2, .bc-faq__category .h2 {
  margin: 0 0 0.6em;
  color: #1a3649;
}

.bc-faq__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5em;
  padding-top: 0.5em;
  text-align: center;
}
.bc-faq__cta p {
  margin: 0;
  color: #1a3649;
}

@media all and (max-width: 992px) {
  .bc-faq__intro-inner,
  .bc-faq__content-inner {
    width: 100% !important;
  }
}
@media all and (max-width: 768px) {
  .bc-faq__intro > .container,
  .bc-faq__content-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.bc-faq-accordions {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

.bc-faq-accordion {
  border-radius: 0.5em;
  background: #f0e9d8;
  color: #1a3649;
}
.bc-faq-accordion summary {
  display: flex;
  align-items: center;
  gap: 1.5em;
  min-height: 4.75em;
  padding: 1.25em 1em;
  cursor: pointer;
  list-style: none;
}
.bc-faq-accordion summary::-webkit-details-marker {
  display: none;
}
.bc-faq-accordion summary > span:first-child {
  flex: 1;
  min-width: 0;
}
.bc-faq-accordion[open] summary {
  min-height: auto;
  padding-bottom: 0;
}
.bc-faq-accordion__content {
  margin: 0;
  padding: 1.5em 1em 1.25em;
  color: #1a3649;
}
.bc-faq-accordion__content p:last-child {
  margin-bottom: 0;
}

.bc-faq-accordion__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25em;
  height: 2.25em;
  flex-shrink: 0;
  border-radius: 50%;
  background: #ffffff;
}
.bc-faq-accordion__icon-plus, .bc-faq-accordion__icon-minus {
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.bc-faq-accordion__icon-plus svg, .bc-faq-accordion__icon-minus svg {
  display: block;
}
.bc-faq-accordion__icon-plus {
  display: flex;
}
.bc-faq-accordion__icon-minus {
  display: none;
}
.bc-faq-accordion[open] .bc-faq-accordion__icon .bc-faq-accordion__icon-plus {
  display: none;
}
.bc-faq-accordion[open] .bc-faq-accordion__icon .bc-faq-accordion__icon-minus {
  display: flex;
}

.bc-faq-anchor {
  position: fixed;
  left: 50%;
  bottom: 6.4375em;
  z-index: 120;
  width: 23.75em;
  max-width: calc(100vw - 3em);
  border-radius: 0.75em;
  background: #ffffff;
  box-shadow: 0 0.25em 0.75em rgba(16, 33, 45, 0.08);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, 0.75em, 0);
  transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.bc-faq-anchor.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(-50%, 0, 0);
}

.bc-faq-anchor__toggle {
  display: flex;
  align-items: center;
  gap: 0.5em;
  width: 100%;
  padding: 0.75em;
  border: 0;
  background: transparent;
  color: #1a3649;
  cursor: pointer;
  text-align: left;
}

.bc-faq-anchor__index {
  width: 1.714em;
  flex-shrink: 0;
  margin-left: 0.85em;
  color: #1a3649;
}

.bc-faq-anchor__label {
  flex: 1;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: #1a3649;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bc-faq-anchor__button-icon,
.bc-faq-anchor__collapse {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25em;
  height: 2.25em;
  flex-shrink: 0;
  border: 0;
  border-radius: 50%;
  background: #1a3649;
  color: #ffffff;
  cursor: pointer;
}

.bc-faq-anchor__icon--open,
.bc-faq-anchor.is-open .bc-faq-anchor__icon--closed {
  display: none;
}

.bc-faq-anchor.is-open .bc-faq-anchor__icon--open {
  display: block;
}

.bc-faq-anchor__panel {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: max-height 0.24s ease, opacity 0.18s ease, visibility 0.18s ease;
}
.bc-faq-anchor.is-open .bc-faq-anchor__panel {
  max-height: 30em;
  visibility: visible;
  opacity: 1;
}

.bc-faq-anchor__list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0.75em 1.5em 0;
  list-style: none;
}

.bc-faq-anchor__item {
  display: flex;
  align-items: center;
  gap: 0.75em;
  padding: 0.75em 0 0.8125em;
  border-bottom: 1px solid rgba(16, 33, 45, 0.08);
  color: rgba(16, 33, 45, 0.4);
  text-decoration: none;
}
.bc-faq-anchor__item:hover, .bc-faq-anchor__item.is-active {
  color: #1a3649;
}

.bc-faq-anchor__item-index {
  width: 1.714em;
  flex-shrink: 0;
}

.bc-faq-anchor__item-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bc-faq-anchor__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  padding: 0.75em;
}

.bc-faq-anchor__sommaire {
  color: #485e6d;
}

@media all and (max-width: 992px) {
  .bc-faq-anchor {
    display: none;
  }
}
.bc-torrefacteurs {
  background: #fcf7ed;
  color: #1a3649;
}

html.is-region-drawer-open,
body.is-region-drawer-open {
  height: 100%;
  overflow: hidden;
}

.bc-torrefacteurs-heading {
  padding-bottom: 1.5em;
}
.bc-torrefacteurs-heading .container {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 32px;
}

.bc-torrefacteurs-heading__content {
  display: grid;
  grid-template-columns: minmax(0, 454px) minmax(0, 567px);
  column-gap: 16px;
  max-width: 1037px;
}
.bc-torrefacteurs-heading__content p {
  margin: 0;
  color: #485e6d;
}

.bc-torrefacteurs-breadcrumb {
  display: flex;
  align-items: center;
  gap: 4px;
  min-height: 29px;
  color: #768692;
}
.bc-torrefacteurs-breadcrumb a {
  color: #768692;
  text-decoration: none;
}
.bc-torrefacteurs-breadcrumb strong {
  color: #1a3649;
  font-weight: 400;
}

@media all and (max-width: 992px) {
  .bc-torrefacteurs-heading__content {
    grid-template-columns: minmax(0, 1fr);
  }
}
.bc-torrefacteurs-listing {
  padding-bottom: 150px;
}

.bc-torrefacteurs-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 52px;
  margin-bottom: 16px;
}
.bc-torrefacteurs-toolbar p {
  margin: 0;
}

.bc-torrefacteurs-view-toggle {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
}

.bc-torrefacteurs-toolbar__count {
  display: none;
}

.bc-torrefacteurs-list {
  position: relative;
  min-height: 360px;
}

.bc-torrefacteurs-grid {
  display: none;
}

.bc-torrefacteurs-listing.is-grid-view .bc-torrefacteurs-list {
  display: none;
}
.bc-torrefacteurs-listing.is-grid-view .bc-torrefacteurs-grid {
  display: block;
}

.bc-torrefacteurs-listing.is-list-view .bc-torrefacteurs-list {
  display: block;
}

.bc-torrefacteurs-row {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 454px) minmax(0, 454px) minmax(0, 1fr);
  column-gap: 16px;
  align-items: center;
  min-height: 74px;
  border-top: 1px solid rgba(16, 33, 45, 0.08);
  color: #a3afb6;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  -webkit-transition: color 0.28s ease, border-color 0.28s ease, transform 0.28s ease;
  -moz-transition: color 0.28s ease, border-color 0.28s ease, transform 0.28s ease;
  -o-transition: color 0.28s ease, border-color 0.28s ease, transform 0.28s ease;
  transition: color 0.28s ease, border-color 0.28s ease, transform 0.28s ease;
}
.bc-torrefacteurs-row:last-of-type {
  border-bottom: 0;
}
.bc-torrefacteurs-row:hover, .bc-torrefacteurs-row:focus-visible, .bc-torrefacteurs-row.is-active {
  color: #10212d;
  border-color: rgba(16, 33, 45, 0.12);
}

.bc-torrefacteurs-row__image {
  display: none;
}

.bc-torrefacteurs-row__mobile-copy {
  display: none;
}

.bc-torrefacteurs-row__name,
.bc-torrefacteurs-row__location {
  margin: 0;
  color: inherit;
}

.bc-torrefacteurs-row__index {
  justify-self: end;
  color: #a3afb6;
}

.bc-torrefacteurs-hover {
  position: absolute;
  z-index: 5;
  top: -51px;
  right: -28px;
  width: min(306px, 22vw);
  aspect-ratio: 358/430;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(0, 18px, 0) scale(0.985) rotate(6deg);
  transform-origin: center;
  -webkit-transition: opacity 0.36s ease, transform 0.48s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: opacity 0.36s ease, transform 0.48s cubic-bezier(0.22, 1, 0.36, 1);
  -o-transition: opacity 0.36s ease, transform 0.48s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.36s ease, transform 0.48s cubic-bezier(0.22, 1, 0.36, 1);
}
.bc-torrefacteurs-hover picture {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translate3d(0, 18px, 0) scale(0.985);
  -webkit-transition: opacity 0.28s ease, transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: opacity 0.28s ease, transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  -o-transition: opacity 0.28s ease, transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.28s ease, transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}
.bc-torrefacteurs-hover img {
  display: block;
  width: 100%;
  height: 100%;
}
.bc-torrefacteurs-hover img {
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(16, 33, 45, 0.16);
}
.bc-torrefacteurs-hover.is-visible {
  opacity: 1;
}
.bc-torrefacteurs-hover .bc-torrefacteurs-hover__layer.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  z-index: 2;
}
.bc-torrefacteurs-hover .bc-torrefacteurs-hover__layer.is-previous {
  opacity: 0;
  transform: translate3d(0, -12px, 0) scale(1.01);
  z-index: 1;
}

.bc-torrefacteurs-hover .bc-torrefacteurs-hover__layer.is-entering,
.bc-torrefacteurs-hover .bc-torrefacteurs-hover__layer.is-active,
.bc-torrefacteurs-hover .bc-torrefacteurs-hover__layer.is-previous {
  visibility: visible;
  opacity: 1;
  transform: none;
}

.bc-torrefacteurs-hover .bc-torrefacteurs-hover__layer.is-active,
.bc-torrefacteurs-hover .bc-torrefacteurs-hover__layer.is-previous {
  clip-path: inset(0 0 0 0);
}

.bc-torrefacteurs-hover .bc-torrefacteurs-hover__layer.is-active {
  z-index: 2;
}

.bc-torrefacteurs-hover .bc-torrefacteurs-hover__layer.is-previous {
  z-index: 1;
}

.bc-torrefacteurs-hover .bc-torrefacteurs-hover__layer.is-active,
.bc-torrefacteurs-hover .bc-torrefacteurs-hover__layer.is-previous {
  opacity: 1;
  transform: scaleY(1);
}

.bc-torrefacteurs-hover .bc-torrefacteurs-hover__layer.is-entering {
  z-index: 2;
}

.bc-torrefacteurs-hover .bc-torrefacteurs-hover__layer.is-previous {
  z-index: 1;
}

.bc-torrefacteurs-hover {
  opacity: 0;
  transform: translate3d(0, 18px, 0) scale(0.985) rotate(6deg);
  will-change: transform, opacity;
  transition: none;
}

.bc-torrefacteurs-hover picture {
  opacity: 1;
  visibility: hidden;
  transform: none;
  clip-path: inset(100% 0 0 0);
  will-change: clip-path;
  transition: none;
}

.bc-torrefacteurs-hover > .bc-torrefacteurs-hover__layer {
  position: absolute;
  inset: -2px;
  overflow: hidden;
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  will-change: clip-path;
}

.bc-torrefacteurs-hover > .bc-torrefacteurs-hover__layer img {
  border-radius: 8px;
  will-change: transform;
}

.bc-torrefacteurs-hover > .bc-torrefacteurs-hover__layer.is-previous {
  clip-path: inset(0 0 0 0) !important;
  visibility: visible;
  z-index: 10;
}

.bc-torrefacteurs-hover > .bc-torrefacteurs-hover__layer.is-entering,
.bc-torrefacteurs-hover > .bc-torrefacteurs-hover__layer.is-active {
  visibility: visible;
  z-index: 20;
}

.bc-torrefacteurs-grid__group {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 56px 16px;
}
.bc-torrefacteurs-grid__group + .bc-torrefacteurs-grid__group {
  margin-top: 56px;
}

.bc-torrefacteurs-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.bc-torrefacteurs-card.is-large {
  grid-column: span 2;
}
.bc-torrefacteurs-card:nth-child(1) {
  grid-column: 1/span 2;
}
.bc-torrefacteurs-card:nth-child(2) {
  grid-column: 3;
}
.bc-torrefacteurs-card:nth-child(3) {
  grid-column: 4;
}
.bc-torrefacteurs-card:nth-child(4) {
  grid-column: 1;
}
.bc-torrefacteurs-card:nth-child(5) {
  grid-column: 2;
}
.bc-torrefacteurs-card:nth-child(6) {
  grid-column: 3/span 2;
}

.bc-torrefacteurs-card__image {
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #f0e9d8;
  border-radius: 8px;
}
.bc-torrefacteurs-card__image picture,
.bc-torrefacteurs-card__image img {
  display: block;
  width: 100%;
  height: 100%;
}
.bc-torrefacteurs-card__image img {
  object-fit: cover;
  -webkit-transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  -o-transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.bc-torrefacteurs-card:hover .bc-torrefacteurs-card__image img, .bc-torrefacteurs-card:focus-within .bc-torrefacteurs-card__image img {
  transform: scale(1.035);
}

.bc-torrefacteurs-card__body {
  min-height: 55px;
}
.bc-torrefacteurs-card__body h2, .bc-torrefacteurs-card__body .h2,
.bc-torrefacteurs-card__body p {
  margin: 0;
}
.bc-torrefacteurs-card__body p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  color: #485e6d;
}

.bc-torrefacteurs-empty {
  margin: 0;
  color: #485e6d;
}

@media all and (max-width: 992px) {
  .bc-torrefacteurs-list {
    display: flex;
    flex-direction: column;
    gap: 48px;
  }
  .bc-torrefacteurs-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    min-height: 0;
    padding: 0;
    border-top: 0;
  }
  .bc-torrefacteurs-row:last-of-type {
    border-bottom: 0;
  }
  .bc-torrefacteurs-row__image {
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 4px;
    background: #f0e9d8;
  }
  .bc-torrefacteurs-row__image picture,
  .bc-torrefacteurs-row__image img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .bc-torrefacteurs-row__image img {
    object-fit: cover;
  }
  .bc-torrefacteurs-grid__group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 12px;
  }
  .bc-torrefacteurs-card,
  .bc-torrefacteurs-card.is-large,
  .bc-torrefacteurs-card:nth-child(n) {
    grid-column: auto;
  }
  .bc-torrefacteurs-row__index,
  .bc-torrefacteurs-hover {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .bc-torrefacteurs-listing {
    padding-top: 0;
    padding-bottom: 56px;
  }
  .bc-torrefacteurs-toolbar {
    display: flex;
    min-height: 44px;
    margin-bottom: 24px;
  }
  .bc-torrefacteurs-toolbar__count {
    display: block;
  }
  .bc-torrefacteurs-list {
    gap: 0;
    min-height: 0;
  }
  .bc-torrefacteurs-listing.is-list-view .bc-torrefacteurs-list {
    display: flex;
  }
  .bc-torrefacteurs-row {
    gap: 0;
    padding: 16px 0 17px;
    border-bottom: 1px solid #e5decf;
  }
  .bc-torrefacteurs-row:last-of-type {
    border-bottom: 0;
  }
  .bc-torrefacteurs-row__image {
    display: none;
  }
  .bc-torrefacteurs-row__name,
  .bc-torrefacteurs-row__location {
    display: none;
  }
  .bc-torrefacteurs-row__mobile-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .bc-torrefacteurs-row__mobile-copy > span:first-child {
    color: #10212d;
  }
  .bc-torrefacteurs-row__mobile-copy > span:last-child {
    color: #485e6d;
  }
  .bc-torrefacteurs-card {
    gap: 16px;
  }
  .bc-torrefacteurs-card__body {
    min-height: 0;
  }
}
.bc-torrefacteurs-map {
  background: #f0e9d8;
  border-radius: 8px;
  overflow: hidden;
}

.bc-torrefacteurs-map__grid {
  display: grid;
  grid-template-columns: minmax(0, 453px) minmax(0, 1fr);
  column-gap: 80px;
  align-items: start;
}

.bc-torrefacteurs-map__content {
  padding-top: 56px;
}

.bc-torrefacteurs-map__intro {
  max-width: 453px;
}
.bc-torrefacteurs-map__intro h2, .bc-torrefacteurs-map__intro .h2 {
  margin-bottom: 24px;
}
.bc-torrefacteurs-map__intro p {
  margin: 0;
  color: #485e6d;
}

.bc-torrefacteurs-regions {
  margin-top: 80px;
}

.bc-torrefacteurs-region {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 84px;
  color: #1a3649;
  cursor: pointer;
  border-bottom: 1px solid rgba(16, 33, 45, 0.12);
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.bc-torrefacteurs-region:last-child {
  border-bottom: 0;
}
.bc-torrefacteurs-region span {
  margin: 0;
}
.bc-torrefacteurs-region .__btn {
  flex: 0 0 auto;
}
.bc-torrefacteurs-region:hover, .bc-torrefacteurs-region.is-active {
  color: #d9261c;
}

.bc-torrefacteurs-map__visual {
  width: 82%;
  margin-left: auto;
}
.bc-torrefacteurs-map__visual picture,
.bc-torrefacteurs-map__visual img {
  display: block;
  width: 100%;
  height: auto;
}

.bc-region-drawer {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: flex;
  justify-content: flex-end;
  background: rgba(16, 33, 45, 0.4);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.bc-region-drawer.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.bc-region-drawer__close {
  position: absolute;
  top: 36px;
  right: min(970px, 100vw - 71px);
  z-index: 2;
}

.bc-region-drawer__panel {
  width: min(946px, 100vw - 494px);
  height: calc(100vh - 20px);
  height: calc(100dvh - 20px);
  max-height: calc(100vh - 20px);
  max-height: calc(100dvh - 20px);
  margin: 10px 10px 10px 0;
  border-radius: 8px;
  background: #fefbf6;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  transform: translate3d(48px, 0, 0);
  -webkit-transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  -o-transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  scrollbar-width: thin;
  scrollbar-color: #ded8c9 transparent;
}
.bc-region-drawer__panel::-webkit-scrollbar {
  width: 4px;
}
.bc-region-drawer__panel::-webkit-scrollbar-track {
  background: transparent;
}
.bc-region-drawer__panel::-webkit-scrollbar-thumb {
  background: #ded8c9;
  border-radius: 100px;
}
.bc-region-drawer.is-open .bc-region-drawer__panel {
  transform: translate3d(0, 0, 0);
}

.bc-region-panel {
  display: none;
  padding: 12px;
}
.bc-region-panel.is-active {
  display: block;
}

.bc-region-panel__image {
  width: 100%;
  aspect-ratio: 906/391;
  overflow: hidden;
  border-radius: 8px;
  background: #f0e9d8;
}
.bc-region-panel__image picture,
.bc-region-panel__image img {
  display: block;
  width: 100%;
  height: 100%;
}
.bc-region-panel__image img {
  object-fit: cover;
}

.bc-region-panel__body {
  padding: 0 16px 72px;
}

.bc-region-panel__header {
  padding: 80px 0;
  text-align: left;
}
.bc-region-panel__header h2, .bc-region-panel__header .h2 {
  margin: 0 0 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e5decf;
}
.bc-region-panel__header p,
.bc-region-panel__header .bc-region-panel__lead {
  max-width: 874px;
  margin: 0;
}

.bc-region-panel__lead {
  color: #10212d;
}
.bc-region-panel__lead p {
  margin: 0;
}
.bc-region-panel__lead p + p {
  margin-top: 16px;
}

.bc-region-panel__section {
  display: grid;
  grid-template-columns: minmax(0, 266px) minmax(0, 584px);
  column-gap: 24px;
  padding: 0 0 80px;
}
.bc-region-panel__section h3, .bc-region-panel__section .h3 {
  margin: 0;
}

.bc-region-panel__content {
  color: #1a3649;
}
.bc-region-panel__content p {
  margin: 0 0 16px;
}

.bc-region-roasters {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 16px;
}

.bc-region-roaster-card {
  display: block;
  min-height: 367px;
  color: #10212d;
  text-decoration: none;
  -webkit-transition: transform 0.25s ease;
  -moz-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
}
.bc-region-roaster-card:hover, .bc-region-roaster-card:focus-visible {
  color: #10212d;
  transform: translateY(-2px);
  text-decoration: none;
}

.bc-region-roaster-card__image {
  aspect-ratio: 1/1;
  background: #f0e9d8;
  border-radius: 8px;
  overflow: hidden;
}
.bc-region-roaster-card__image picture,
.bc-region-roaster-card__image img {
  display: block;
  width: 100%;
  height: 100%;
}
.bc-region-roaster-card__image img {
  object-fit: cover;
}

.bc-region-roaster-card__body {
  padding: 20px 0 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.bc-region-roaster-card__body h4, .bc-region-roaster-card__body .h4,
.bc-region-roaster-card__body p {
  margin: 0;
}
.bc-region-roaster-card__body p {
  color: #768692;
}

@media all and (max-width: 992px) {
  .bc-torrefacteurs-map__grid,
  .bc-region-panel__section {
    grid-template-columns: minmax(0, 1fr);
  }
  .bc-torrefacteurs-map__visual {
    width: 100%;
    margin-left: 0;
  }
  .bc-region-drawer__close {
    top: 20px;
    right: 28px;
    width: 89px;
    height: 44px;
    padding: 0;
    justify-content: center;
  }
  .bc-region-drawer__panel {
    width: 100vw;
  }
  .bc-region-panel__section {
    row-gap: 24px;
  }
}
@media all and (max-width: 768px) {
  .bc-region-drawer {
    align-items: flex-start;
  }
  .bc-region-drawer__close {
    top: 20px;
    right: 20px;
  }
  .bc-region-drawer__panel {
    width: calc(100vw - 16px);
    height: calc(100vh - 16px);
    height: calc(100dvh - 16px);
    max-height: calc(100vh - 16px);
    max-height: calc(100dvh - 16px);
    margin: 8px;
  }
  .bc-region-panel {
    padding: 8px;
  }
  .bc-region-panel__image {
    height: 220px;
    aspect-ratio: auto;
    border-radius: 4px;
  }
  .bc-region-panel__body {
    padding: 0 0 64px;
  }
  .bc-region-panel__header {
    margin-bottom: 56px;
    padding: 0;
  }
  .bc-region-panel__header h2, .bc-region-panel__header .h2 {
    margin: 0 0 40px;
    padding: 56px 16px 40px;
    text-align: center;
  }
  .bc-region-panel__section {
    padding-bottom: 56px;
  }
  .bc-region-roasters {
    gap: 32px 12px;
  }
  .bc-region-roaster-card {
    min-height: 0;
  }
  .bc-region-roaster-card__body {
    padding-top: 16px;
  }
}
.bc-roaster-detail {
  background: #fcf7ed;
  color: #1a3649;
}

.bc-roaster-detail__breadcrumb {
  margin-bottom: 24px;
}
.bc-roaster-detail__breadcrumb a {
  color: #1a3649;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.bc-roaster-detail__breadcrumb--mobile {
  display: none;
}

.bc-roaster-detail__intro {
  margin: 0;
  color: #1a3649;
}

.bc-roaster-favorite {
  margin-top: 64px;
}
.bc-roaster-favorite h2, .bc-roaster-favorite .h2 {
  margin-bottom: 0;
}

.bc-roaster-favorite__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.bc-roaster-product-card {
  display: grid;
  grid-template-columns: 164px minmax(0, 1fr) 150px;
  gap: 20px;
  align-items: start;
  min-height: 196px;
  padding: 16px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 18px 48px rgba(16, 33, 45, 0.04);
}

.bc-roaster-product-card__media {
  display: block;
  width: 164px;
  height: 164px;
  overflow: hidden;
  background: #fcf7ed;
}
.bc-roaster-product-card__media picture,
.bc-roaster-product-card__media img {
  display: block;
  width: 100%;
  height: 100%;
}
.bc-roaster-product-card__media img {
  object-fit: contain;
  mix-blend-mode: multiply;
}

.bc-roaster-product-card__body {
  min-width: 0;
}
.bc-roaster-product-card__body h3, .bc-roaster-product-card__body .h3,
.bc-roaster-product-card__body p {
  margin: 0;
}

.bc-roaster-product-card__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  margin-top: 8px;
}

.bc-roaster-product-card__type-badge {
  display: inline-flex;
  align-items: center;
  font-family: "Afacad", sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 5px 8px;
  border-radius: 4px;
  color: #1a3649;
  background: #f0e9d8;
}

.bc-roaster-product-card__composition {
  margin: 0;
  color: #485e6d;
}

.bc-roaster-product-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 28px;
}
.bc-roaster-product-card__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  padding: 4px 8px;
  border-radius: 4px;
  background: #e1eaf9;
  color: #1a3649;
}

.bc-roaster-product-card__aside {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}

.bc-roaster-product-card__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0;
  white-space: nowrap;
}
.bc-roaster-product-card__price span {
  color: #768692;
}
.bc-roaster-product-card__price strong {
  color: #1a3649;
}

.bc-roaster-video {
  margin-top: 3em;
}
.bc-roaster-video__frame {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 0.5em;
  background: #10212d;
}
.bc-roaster-video__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.bc-roaster-editorial {
  margin-top: 64px;
  padding: 0;
  color: #1a3649;
}
.bc-roaster-editorial h2, .bc-roaster-editorial .h2,
.bc-roaster-editorial h3,
.bc-roaster-editorial .h3 {
  margin-top: 64px;
  margin-bottom: 16px;
}
.bc-roaster-editorial p {
  margin-bottom: 16px;
}
.bc-roaster-editorial img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}
.bc-roaster-editorial figure {
  margin: 64px 0;
}
.bc-roaster-editorial .bc-gallery-2 {
  margin: 64px 0;
  gap: 8px;
}
.bc-roaster-editorial .bc-gallery-2 .bc-gallery-item img {
  height: 540px;
  border-radius: 6px;
}
.bc-roaster-editorial .bc-img-full {
  margin: 64px 0;
}
.bc-roaster-editorial .bc-img-full img {
  border-radius: 6px;
}

.bc-roaster-detail__portrait {
  width: 100%;
  aspect-ratio: 428/408;
  border-radius: 8px;
  overflow: hidden;
  background: #f0e9d8;
}
.bc-roaster-detail__portrait picture,
.bc-roaster-detail__portrait img {
  display: block;
  width: 100%;
  height: 100%;
}
.bc-roaster-detail__portrait img {
  object-fit: cover;
}

.bc-roaster-detail__identity {
  margin-top: 40px;
}
.bc-roaster-detail__identity h1, .bc-roaster-detail__identity .h1 {
  margin-bottom: 16px;
}

.bc-roaster-detail__facts {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid rgba(16, 33, 45, 0.12);
}
.bc-roaster-detail__facts div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 46%);
  gap: 24px;
}
.bc-roaster-detail__facts dt,
.bc-roaster-detail__facts dd {
  margin: 0;
}
.bc-roaster-detail__facts dd {
  text-align: right;
}

.bc-roaster-pagination {
  background: transparent;
  padding: 64px 0;
  border-top: 1px solid rgba(16, 33, 45, 0.08);
}
.bc-roaster-pagination .container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.bc-roaster-pagination__item {
  display: grid;
  grid-template-columns: 164px minmax(0, 1fr);
  column-gap: 24px;
  row-gap: 4px;
  align-items: center;
  align-content: center;
  min-height: 164px;
  justify-self: start;
  color: #1a3649;
}
.bc-roaster-pagination__item:hover {
  color: #10212d;
}
.bc-roaster-pagination__item:hover .bc-roaster-pagination__media img {
  transform: scale(1.06);
}

.bc-roaster-pagination__item--next {
  grid-template-columns: minmax(0, 1fr) 164px;
  justify-self: end;
  text-align: right;
}
.bc-roaster-pagination__item--next .bc-roaster-pagination__label {
  justify-self: end;
}
.bc-roaster-pagination__item--next .bc-roaster-pagination__media {
  grid-column: 2;
  grid-row: 1/span 2;
}
.bc-roaster-pagination__item--next .bc-roaster-pagination__text {
  align-items: flex-end;
}

.bc-roaster-pagination__label {
  margin: 0;
}

.bc-roaster-pagination__media {
  grid-row: 1/span 2;
  width: 164px;
  height: 164px;
  border-radius: 8px;
  overflow: hidden;
  background: #f0e9d8;
}
.bc-roaster-pagination__media picture,
.bc-roaster-pagination__media img {
  display: block;
  width: 100%;
  height: 100%;
}
.bc-roaster-pagination__media img {
  object-fit: cover;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}

.bc-roaster-pagination__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.bc-roaster-pagination__text span {
  color: #485e6d;
}

@media all and (max-width: 992px) {
  .bc-roaster-detail__main .bc-roaster-detail__breadcrumb {
    display: none;
  }
  .bc-roaster-detail__breadcrumb--mobile {
    display: block;
    margin-bottom: 16px;
  }
  .bc-roaster-detail__portrait {
    aspect-ratio: 358/465;
  }
  .bc-roaster-detail__identity {
    margin-top: 32px;
  }
  .bc-roaster-detail__facts div {
    grid-template-columns: minmax(0, 1fr) minmax(0, 44%);
  }
  .bc-roaster-product-card {
    grid-template-columns: 114px minmax(0, 1fr);
    gap: 16px;
    min-height: 236px;
    border-radius: 8px;
  }
  .bc-roaster-product-card__media {
    width: 114px;
    height: 140px;
  }
  .bc-roaster-product-card__media img {
    padding: 30px 17px;
  }
  .bc-roaster-product-card__aside {
    grid-column: 1/-1;
    align-items: stretch;
  }
  .bc-roaster-product-card__price {
    align-self: flex-start;
  }
  .bc-roaster-product-card__aside .__btn {
    width: 100%;
  }
  .bc-roaster-product-card__tags {
    margin-top: 28px;
  }
  .bc-roaster-editorial {
    margin-top: 56px;
  }
  .bc-roaster-editorial h2, .bc-roaster-editorial .h2,
  .bc-roaster-editorial h3,
  .bc-roaster-editorial .h3 {
    margin-top: 56px;
  }
  .bc-roaster-editorial figure,
  .bc-roaster-editorial .bc-gallery-2,
  .bc-roaster-editorial .bc-img-full {
    margin: 56px 0;
  }
  .bc-roaster-editorial .bc-gallery-2 {
    flex-direction: row;
  }
  .bc-roaster-editorial .bc-gallery-2 .bc-gallery-item img {
    height: 280px;
  }
  .bc-roaster-pagination {
    padding: 48px 0;
  }
  .bc-roaster-pagination .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-left: 16px;
    padding-right: 16px;
  }
  .bc-roaster-pagination__item,
  .bc-roaster-pagination__item--next {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    min-height: 0;
  }
  .bc-roaster-pagination__item--next {
    align-items: flex-end;
  }
  .bc-roaster-pagination__media {
    width: 64px;
    height: 64px;
    order: 2;
  }
  .bc-roaster-pagination__text {
    order: 3;
  }
}
@media all and (max-width: 768px) {
  .bc-roaster-detail .bc-detail-split__aside::before {
    display: none;
  }
  .bc-roaster-detail__hero > .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .bc-roaster-detail__sticky {
    padding-left: 0;
    padding-right: 0;
  }
  .bc-roaster-detail__content {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media all and (max-width: 600px) {
  .bc-roaster-detail__intro {
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .bc-roaster-favorite {
    margin-top: 56px;
  }
  .bc-roaster-product-card {
    width: calc(100% + 8px);
  }
}
@media all and (max-width: 768px) {
  .bc-torrefacteurs > ._section {
    padding-left: 0;
    padding-right: 0;
  }
  .bc-torrefacteurs > ._section > .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.bc-legal-heading {
  padding-bottom: 48px;
}
.bc-legal-heading h1, .bc-legal-heading .h1 {
  margin-bottom: 24px;
}

.bc-legal-breadcrumb {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #768692;
}
.bc-legal-breadcrumb a {
  color: #768692;
  text-decoration: none;
}
.bc-legal-breadcrumb strong {
  color: #1a3649;
  font-weight: 400;
}

.bc-legal-content {
  padding-top: 0;
}

.bc-legal-content__body {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.bc-legal-content__body h2, .bc-legal-content__body .h2,
.bc-legal-content__body h3,
.bc-legal-content__body .h3 {
  margin-top: 64px;
  margin-bottom: 16px;
}
.bc-legal-content__body p {
  margin-bottom: 16px;
}

@media all and (max-width: 768px) {
  .bc-legal-heading > .container,
  .bc-legal-content > .container {
    padding-left: 0;
    padding-right: 0;
  }
  .bc-legal-content__body h2, .bc-legal-content__body .h2,
  .bc-legal-content__body h3,
  .bc-legal-content__body .h3 {
    margin-top: 48px;
  }
}
.bc-order-tracking__intro {
  padding-bottom: 48px;
}
.bc-order-tracking__intro h1, .bc-order-tracking__intro .h1 {
  margin-bottom: 24px;
}

.bc-order-tracking__breadcrumb {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #768692;
  margin-bottom: 24px;
}
.bc-order-tracking__breadcrumb a {
  color: #768692;
  text-decoration: none;
}
.bc-order-tracking__breadcrumb strong {
  color: #1a3649;
  font-weight: 400;
}

.bc-order-tracking__intro-text {
  max-width: 780px;
  margin: 0;
}

.bc-order-tracking__lookup {
  padding-top: 0;
}

.bc-order-tracking__form-wrap {
  max-width: 32em;
  margin: 0 auto;
}

.bc-order-tracking__fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}

.bc-order-tracking__submit {
  width: 100%;
}

.bc-order-tracking__account-hint {
  margin-top: 24px;
}

.bc-order-tracking__result {
  padding-top: 4em;
  margin-top: 4em;
  border-top: 1px solid #e5decf;
  scroll-margin-top: 8em;
}

.bc-order-tracking__result .bc-order-detail {
  max-width: 56em;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3.5em;
}

@media all and (max-width: 768px) {
  .bc-order-tracking__form-wrap {
    max-width: 100%;
  }
}
.bc-guest-account__inner {
  max-width: 32em;
  margin: 0 auto;
  padding: 2em;
  border: 1px solid #e5decf;
  border-radius: 0.5em;
  background: #fefbf6;
}
.bc-guest-account__inner h2, .bc-guest-account__inner .h2 {
  margin: 0 0 0.5em;
}
.bc-guest-account__inner > p {
  margin: 0 0 1.5em;
  color: #768692;
}
.bc-guest-account__form {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.bc-guest-account__form .__btn {
  width: 100%;
}
.bc-guest-account__cgu {
  margin: 0.25em 0 0.5em;
}

.bc-vision {
  background: #fcf7ed;
  color: #1a3649;
}

@media all and (max-width: 768px) {
  .bc-vision-hero,
  .bc-vision-promesse,
  .bc-vision-editorial,
  .bc-vision-engagement {
    padding-right: 0;
    padding-left: 0;
  }
  .bc-vision-hero > .container,
  .bc-vision-promesse > .container,
  .bc-vision-editorial > .container,
  .bc-vision-engagement > .container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .bc-vision-comparatif {
    padding-right: 0;
    padding-left: 0;
  }
  .bc-vision-comparatif > .container {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.bc-vision-hero {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-bottom: 120px;
}
@media all and (max-width: 768px) {
  .bc-vision-hero {
    min-height: calc(var(--bc-header-h, 120px) + 670px);
    align-items: flex-start;
    padding-top: calc(var(--bc-header-h, 120px) + 80px);
    padding-bottom: 0;
  }
}

.bc-vision-hero__images {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
@media all and (max-width: 768px) {
  .bc-vision-hero__images {
    display: block;
  }
}

.bc-vision-hero__image {
  position: absolute;
  width: 15.3%;
  aspect-ratio: 220/264;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 24px 48px rgba(16, 33, 45, 0.16);
}
.bc-vision-hero__image picture, .bc-vision-hero__image img {
  display: block;
  width: 100%;
  height: 100%;
}
.bc-vision-hero__image img {
  object-fit: cover;
}
.bc-vision-hero__image--a {
  left: 8.6%;
  top: 30%;
  transform: rotate(-8deg);
}
.bc-vision-hero__image--b {
  left: 73.7%;
  top: 55%;
  transform: rotate(8deg);
}

.bc-vision-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  max-width: 47.375em;
  margin: 0 auto;
  text-align: center;
}
.bc-vision-hero__content h1, .bc-vision-hero__content .h1 {
  margin: 0;
}

.bc-vision-hero__breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #485e6d;
}
.bc-vision-hero__breadcrumb a {
  color: #485e6d;
  text-decoration: none;
}
.bc-vision-hero__breadcrumb strong {
  color: #1a3649;
  font-weight: 500;
}

.bc-vision-promesse {
  border-top: 1px solid #e5decf;
}

.bc-vision-promesse__text {
  max-width: 52.25em;
  margin: 0 auto;
  text-align: center;
}

.bc-vision-interstitiel {
  height: 43em;
}
@media all and (max-width: 768px) {
  .bc-vision-interstitiel {
    height: 18.18em;
  }
}

.bc-vision-interstitiel__picture {
  display: block;
  width: 100%;
  height: 100%;
}
.bc-vision-interstitiel__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media all and (max-width: 992px) {
  .bc-vision-hero__image {
    width: 18%;
  }
}
@media all and (max-width: 768px) {
  .bc-vision-hero__image {
    box-shadow: 0 16px 32px rgba(16, 33, 45, 0.16);
  }
  .bc-vision-hero__image--a {
    top: calc(var(--bc-header-h, 120px) + 298px);
    left: 44.1%;
    width: 41.5%;
    aspect-ratio: 162/186;
  }
  .bc-vision-hero__image--b {
    top: calc(var(--bc-header-h, 120px) + 413px);
    left: 17.4%;
    width: 38.8%;
    aspect-ratio: 151/177;
  }
  .bc-vision-hero__content {
    gap: 12px;
  }
  .bc-vision-promesse {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.bc-vision-editorial__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.bc-vision-editorial__title h2, .bc-vision-editorial__title .h2 {
  margin: 20px 0 0;
}
@media all and (max-width: 768px) {
  .bc-vision-editorial__title h2, .bc-vision-editorial__title .h2 {
    margin-top: 0;
  }
}

.bc-vision-editorial__content {
  color: #1a3649;
}

@media all and (max-width: 768px) {
  .bc-vision-editorial__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.bc-vision-parallax {
  width: 100%;
  height: 70vh;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 1560px) {
  .bc-vision-parallax {
    height: 50vh;
  }
}
@media all and (max-width: 992px) {
  .bc-vision-parallax {
    height: 380px;
  }
}
@media all and (max-width: 768px) {
  .bc-vision-parallax {
    height: 280px;
  }
}
.bc-vision-parallax__inner {
  width: 100%;
  height: 140%;
  position: absolute;
  top: -20%;
  left: 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media all and (max-width: 768px) {
  .bc-vision-parallax__inner {
    background-attachment: scroll;
    height: 100%;
    top: 0;
  }
}

.bc-vision-comparatif__card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.91em;
  padding: 1.36em;
  border-radius: 0.68em;
  background: #ffffff;
}

.bc-vision-comparatif__col-title {
  margin: 0 0 0.91em;
}

.bc-vision-comparatif__list {
  list-style: none;
  margin: 0;
  padding: 0 17.8% 0 0;
}

.bc-vision-comparatif__row {
  display: flex;
  flex-direction: column;
  gap: 0.23em;
  padding: 1.36em 0;
  border-bottom: 1px solid #e5decf;
}
.bc-vision-comparatif__row:last-child {
  border-bottom: none;
}

.bc-vision-comparatif__label {
  color: #485e6d;
}

.bc-vision-comparatif__value {
  margin: 0;
}

@media all and (max-width: 768px) {
  .bc-vision-comparatif__card {
    grid-template-columns: 1fr;
    gap: 2.27em;
  }
  .bc-vision-comparatif__col + .bc-vision-comparatif__col {
    padding-top: 2.27em;
    border-top: 1px solid #e5decf;
  }
  .bc-vision-comparatif__list {
    padding-right: 0;
  }
}
.bc-vision-founders {
  background: #1a3649;
}

.bc-vision-founders__intro {
  padding: 80px 0 64px;
  text-align: center;
}
.bc-vision-founders__intro .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 52.25em;
}
.bc-vision-founders__intro h2, .bc-vision-founders__intro .h2, .bc-vision-founders__intro p {
  margin: 0;
}

.bc-vision-founders__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 0 140px 92px;
}
@media all and (max-width: 1281px) {
  .bc-vision-founders__list {
    padding: 0 40px 64px;
  }
}
@media all and (max-width: 768px) {
  .bc-vision-founders__list {
    padding: 0 16px 80px;
  }
}

.bc-vision-founders__pair {
  display: flex;
  align-items: center;
  gap: 16px;
}

.bc-vision-founders__card {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  cursor: pointer;
}
.bc-vision-founders__card:focus-visible {
  outline: 2px solid #bcd4f9;
  outline-offset: 8px;
}
.bc-vision-founders__card h3, .bc-vision-founders__card .h3 {
  color: #bcd4f9;
  margin: 0;
}
.bc-vision-founders__card--a {
  align-items: flex-end;
  text-align: right;
}
.bc-vision-founders__card--b {
  align-items: flex-start;
  text-align: left;
}

.bc-vision-founders__card-title {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.bc-vision-founders__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #bcd4f9;
}
.bc-vision-founders__card--a .bc-vision-founders__meta {
  justify-content: flex-end;
}

.bc-vision-founders__dot {
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #bcd4f9;
}

.bc-vision-founders__media {
  flex: 0 1 39.3em;
  aspect-ratio: 692/528;
  position: relative;
}
.bc-vision-founders__media picture, .bc-vision-founders__media img {
  display: block;
  width: 100%;
  height: 100%;
}
.bc-vision-founders__media img {
  object-fit: contain;
}

@media all and (max-width: 768px) {
  .bc-vision-founders__intro {
    padding: 48px 0 40px;
  }
  .bc-vision-founders__pair {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
  .bc-vision-founders__media {
    order: -1;
    flex: none;
    width: 100%;
    max-width: 22em;
    margin: 0 auto;
  }
  .bc-vision-founders__card {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }
  .bc-vision-founders__card--a, .bc-vision-founders__card--b {
    align-items: center;
    text-align: left;
  }
  .bc-vision-founders__card--a .bc-vision-founders__meta {
    justify-content: flex-start;
  }
  .bc-vision-founders__card--b > .__btn svg {
    transform: rotate(180deg);
  }
}
html.is-founder-drawer-open,
body.is-founder-drawer-open {
  overflow: hidden;
}

.bc-founder-drawer {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: flex;
  justify-content: flex-end;
  background: rgba(16, 33, 45, 0.56);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.35s ease, visibility 0.35s ease;
  -moz-transition: opacity 0.35s ease, visibility 0.35s ease;
  -o-transition: opacity 0.35s ease, visibility 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.bc-founder-drawer.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.bc-founder-drawer.side-left {
  justify-content: flex-start;
}
.bc-founder-drawer.side-left .bc-founder-drawer__wrap {
  transform: translateX(calc(-100% - 3.4em)) !important;
}
.bc-founder-drawer.side-left .bc-founder-drawer__close {
  order: 1;
}
.bc-founder-drawer.is-open .bc-founder-drawer__wrap {
  transform: translateX(0) !important;
}

.bc-founder-drawer__wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.45em;
  height: 100%;
  padding: 0.5em;
  transform: translateX(calc(100% + 3.4em));
  -webkit-transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  -o-transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.bc-founder-drawer__close {
  flex-shrink: 0;
  margin-top: 2.27em;
  box-shadow: 0 0.25em 1em rgba(16, 33, 45, 0.12);
}

.bc-founder-drawer__panel {
  position: relative;
  width: min(92vw, 45em);
  height: 100%;
}

.bc-founder-panel {
  display: none;
  height: 100%;
  padding: 0.23em;
  border-radius: 0.45em;
  background: #fcf7ed;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #ded8c9 transparent;
}
.bc-founder-panel.is-active {
  display: block;
}
.bc-founder-panel::-webkit-scrollbar {
  width: 0.25em;
}
.bc-founder-panel::-webkit-scrollbar-track {
  background: transparent;
}
.bc-founder-panel::-webkit-scrollbar-thumb {
  background: #ded8c9;
  border-radius: 100px;
}

.bc-founder-panel__image {
  width: 100%;
  height: 13.6em;
  border-radius: 0.23em;
  overflow: hidden;
  background: #f0e9d8;
}
.bc-founder-panel__image picture, .bc-founder-panel__image img {
  display: block;
  width: 100%;
  height: 100%;
}
.bc-founder-panel__image img {
  object-fit: cover;
}

.bc-founder-panel__body {
  display: flex;
  flex-direction: column;
  gap: 2.27em;
  padding: 1.14em 1.14em 4.09em;
}

.bc-founder-panel__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.23em;
  padding-bottom: 2.27em;
  border-bottom: 1px solid #e5decf;
  text-align: center;
}
.bc-founder-panel__header h2, .bc-founder-panel__header .h2 {
  margin: 0;
}

.bc-founder-panel__meta {
  display: flex;
  align-items: center;
  gap: 0.45em;
  color: #485e6d;
  margin: 0;
}

.bc-founder-panel__quote {
  display: flex;
  align-items: flex-start;
  color: #1a3649;
}
.bc-founder-panel__quote.__lead-02 {
  font-size: 1.3em;
}
.bc-founder-panel__quote p {
  margin: 0;
}

.bc-founder-panel__quote-icon {
  display: block;
  flex: 0 0 3em;
  width: 3em;
  height: auto;
  margin-right: -0.75em;
  color: #e5decf;
}

.bc-founder-panel__bio.__body-02, .bc-footer__col-list li a.bc-founder-panel__bio, .bc-footer__col-list li button.bc-founder-panel__bio, .bc-article-detail__content p.bc-founder-panel__bio,
.bc-article-detail__content li.bc-founder-panel__bio, .bc-article-detail__content strong.bc-founder-panel__bio {
  font-size: 0.91em;
}
.bc-founder-panel__bio {
  line-height: 1.6;
}
.bc-founder-panel__bio p {
  margin: 0 0 1em;
}
.bc-founder-panel__bio p:last-child {
  margin-bottom: 0;
}
.bc-founder-panel__bio h2, .bc-founder-panel__bio .h2, .bc-founder-panel__bio h3, .bc-founder-panel__bio .h3, .bc-founder-panel__bio h4, .bc-founder-panel__bio .h4 {
  font-family: "Tripsis", Georgia, serif;
  font-weight: 400;
  font-size: 2em;
  line-height: 1.1;
  letter-spacing: 0.01em;
  color: #1a3649;
  margin: 1.75em 0 0.6em;
}
.bc-founder-panel__bio > :first-child {
  margin-top: 0;
}

@media all and (max-width: 992px) {
  .bc-founder-drawer__panel {
    width: min(92vw, 34em);
  }
}
@media all and (max-width: 768px) {
  .bc-founder-drawer,
  .bc-founder-drawer.side-left {
    justify-content: center;
  }
  .bc-founder-drawer__wrap {
    display: block;
    width: 100%;
    max-width: 390px;
    padding: 8px;
  }
}
@media all and (max-width: 768px) and (max-width: 600px) {
  .bc-founder-drawer__wrap {
    max-width: none;
    padding: 8px 16px;
  }
}
@media all and (max-width: 768px) {
  .bc-founder-drawer__panel {
    width: 100%;
  }
  .bc-founder-drawer__close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    margin-top: 0;
  }
  .bc-founder-drawer.side-left .bc-founder-drawer__close {
    right: 20px;
    left: auto;
  }
  .bc-founder-panel__image {
    height: 220px;
  }
  .bc-founder-panel__body {
    gap: 40px;
    padding: 24px 12px 60px;
  }
  .bc-founder-panel__header {
    padding: 0 16px 32px;
  }
  .bc-founder-panel__quote {
    align-items: flex-start;
  }
  .bc-founder-panel__quote.__lead-02 {
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: -0.25px;
  }
  .bc-founder-panel__quote-icon {
    flex-basis: 48px;
    width: 48px;
    margin-right: -12px;
  }
  .bc-founder-panel__bio {
    padding: 0;
  }
  .bc-founder-panel__bio.__body-02, .bc-footer__col-list li a.bc-founder-panel__bio, .bc-footer__col-list li button.bc-founder-panel__bio, .bc-article-detail__content p.bc-founder-panel__bio,
  .bc-article-detail__content li.bc-founder-panel__bio, .bc-article-detail__content strong.bc-founder-panel__bio {
    font-size: 16px;
    line-height: 1.5;
  }
  .bc-founder-panel__bio h2, .bc-founder-panel__bio .h2, .bc-founder-panel__bio h3, .bc-founder-panel__bio .h3, .bc-founder-panel__bio h4, .bc-founder-panel__bio .h4 {
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: 0.01em;
    margin: 40px 0 24px;
  }
  .bc-founder-panel__bio h2:first-child, .bc-founder-panel__bio .h2:first-child, .bc-founder-panel__bio h3:first-child, .bc-founder-panel__bio .h3:first-child, .bc-founder-panel__bio h4:first-child, .bc-founder-panel__bio .h4:first-child {
    margin-top: 0;
  }
  .bc-founder-panel__bio p {
    margin-bottom: 16px;
  }
}
.bc-vision-engagement__intro {
  margin-bottom: 64px;
}

.bc-vision-engagement__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bc-vision-engagement__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 16px;
  padding: 24px 0;
  border-top: 1px solid #e5decf;
}
.bc-vision-engagement__row:last-child {
  border-bottom: 1px solid #e5decf;
}

.bc-vision-engagement__logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 6.93em;
  border-radius: 4px;
}
.bc-vision-engagement__logo picture, .bc-vision-engagement__logo img {
  display: block;
  max-width: 4.55em;
  max-height: 4.55em;
  width: auto;
  height: auto;
}
.bc-vision-engagement__logo img {
  object-fit: contain;
}

.bc-vision-engagement__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bc-vision-engagement__body h3, .bc-vision-engagement__body .h3, .bc-vision-engagement__body p {
  margin: 0;
}

@media all and (max-width: 768px) {
  .bc-vision-engagement__row {
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 16px;
  }
  .bc-vision-engagement__logo {
    min-height: 0;
  }
}
.bc-vision-anchor {
  position: fixed;
  left: 50%;
  bottom: 6.4375em;
  z-index: 120;
  width: 23.75em;
  max-width: calc(100vw - 3em);
  border-radius: 0.75em;
  background: #ffffff;
  box-shadow: 0 0.25em 0.75em rgba(16, 33, 45, 0.08);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, 0.75em, 0);
  transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.bc-vision-anchor.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(-50%, 0, 0);
}

.bc-vision-anchor__toggle {
  display: flex;
  align-items: center;
  gap: 0.5em;
  width: 100%;
  padding: 0.75em;
  border: 0;
  background: transparent;
  color: #1a3649;
  cursor: pointer;
  text-align: left;
}

.bc-vision-anchor__index {
  width: 1.714em;
  flex-shrink: 0;
  margin-left: 0.85em;
  color: #1a3649;
}

.bc-vision-anchor__label {
  flex: 1;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: #1a3649;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bc-vision-anchor__button-icon,
.bc-vision-anchor__collapse {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25em;
  height: 2.25em;
  flex-shrink: 0;
  border: 0;
  border-radius: 50%;
  background: #1a3649;
  color: #ffffff;
  cursor: pointer;
}

.bc-vision-anchor__icon--open,
.bc-vision-anchor.is-open .bc-vision-anchor__icon--closed {
  display: none;
}

.bc-vision-anchor.is-open .bc-vision-anchor__icon--open {
  display: block;
}

.bc-vision-anchor__panel {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: max-height 0.24s ease, opacity 0.18s ease, visibility 0.18s ease;
}
.bc-vision-anchor.is-open .bc-vision-anchor__panel {
  max-height: 30em;
  visibility: visible;
  opacity: 1;
}

.bc-vision-anchor__list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0.75em 1.5em 0;
  list-style: none;
}

.bc-vision-anchor__item {
  display: flex;
  align-items: center;
  gap: 0.75em;
  padding: 0.75em 0 0.8125em;
  border-bottom: 1px solid rgba(16, 33, 45, 0.08);
  color: rgba(16, 33, 45, 0.4);
  text-decoration: none;
}
.bc-vision-anchor__item:hover, .bc-vision-anchor__item.is-active {
  color: #1a3649;
}

.bc-vision-anchor__item-index {
  width: 1.714em;
  flex-shrink: 0;
}

.bc-vision-anchor__item-label {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bc-vision-anchor__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  padding: 0.75em;
}

.bc-vision-anchor__sommaire {
  color: #485e6d;
}

@media all and (max-width: 992px) {
  .bc-vision-anchor {
    display: none;
  }
}
.bc-error-404__hero {
  min-height: 100vh;
  min-height: 100svh;
  background: #10212d;
}

.bc-error-404__inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: inherit;
  overflow: hidden;
}

.bc-error-404__content {
  position: relative;
  z-index: 2;
  max-width: 640px;
  margin-left: clamp(24px, 10vw, 192px);
  padding: 48px;
  background: rgba(254, 251, 246, 0.94);
  border-radius: 8px;
}

.bc-error-404__logo {
  position: absolute;
  z-index: 3;
  top: 32px;
  left: 50%;
  width: 153px;
  color: #ffffff;
  transform: translateX(-50%);
}
.bc-error-404__logo svg {
  display: block;
  width: 100%;
  height: auto;
}

.bc-error-404__code {
  margin: 0 0 16px;
  color: #d9261c;
}

.bc-error-404__content h1, .bc-error-404__content .h1 {
  margin: 0;
}

.bc-error-404__message {
  max-width: 560px;
  margin: 24px 0 0;
  color: #485e6d;
}

.bc-error-404__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;
}

.bc-error-404__visual {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
}
.bc-error-404__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media all and (max-width: 992px) {
  .bc-error-404__content {
    max-width: 620px;
    margin-left: 40px;
  }
}
@media all and (max-width: 768px) {
  .bc-body--error-404::before,
  .bc-body--error-404::after {
    content: none;
  }
  .bc-error-404__inner {
    align-items: flex-end;
  }
  .bc-error-404__content {
    width: calc(100% - 32px);
    max-width: none;
    margin: 0 16px 16px;
    padding: 24px 20px;
    border-radius: 8px;
  }
  .bc-error-404__logo {
    top: 24px;
    width: 120px;
  }
  .bc-error-404__message {
    margin-top: 16px;
  }
  .bc-error-404__actions {
    flex-direction: column;
    align-items: stretch;
    margin-top: 32px;
  }
  .bc-error-404__actions .__btn {
    width: 100%;
  }
  .bc-error-404__visual img {
    object-position: 44% center;
  }
}
:host .vp-captions {
  display: none !important;
}

:root {
  --plyr-color-main: rgba($blue, .5);
}
:root .plyr__control--overlaid {
  -webkit-transform: scale(3, 3);
  -ms-transform: scale(3, 3);
  transform: scale(3, 3);
}

ul {
  list-style-type: none;
}
ul li {
  list-style-type: none;
}

a {
  color: #1a3649;
}
a:hover {
  color: #1a3649;
}

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

a {
  outline: none;
}
a:hover, a:focus, a:active {
  outline: none;
}

html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

html, body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.02em;
  color: #1a3649;
  background: #fefbf6;
  width: 100%;
  left: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  critical: this;
}

.g_id_signin span {
  font-family: "Sora", sans-serif !important;
  font-weight: 500 !important;
}
.g_id_signin._creation {
  display: inline-block;
  width: auto;
  margin: 0 auto;
}
.g_id_signin._creation > div[role=button] {
  padding: 10px 30px;
}

.cya11y-menu-header {
  background: #10212d !important;
}

#jsmc-log {
  height: 300px;
  max-height: 600px;
  padding: 40px 15px;
}

#jsmc-input, #jsmc-button {
  display: none;
}

body {
  overflow-x: hidden;
  left: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  min-height: 0;
  background: #fcf7ed;
  width: 100%;
  critical: this;
  font-family: "Inter", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: #1a3649;
}
@media all and (max-width: 1080px) {
  body {
    font-size: 0.9375em;
  }
}
@media all and (max-width: 600px) {
  body {
    font-size: 1em;
  }
}
@media all and (min-width: 993px) and (max-width: 1560px) {
  body {
    font-size: 0.8125em;
  }
}
body._ipad {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
body._no_hide {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
@media all and (max-width: 768px) {
  body {
    min-height: 0;
    height: auto;
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }
}
::selection {
  background: rgba(16, 33, 45, 0.4); /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: rgba(16, 33, 45, 0.4); /* Gecko Browsers */
}

._content {
  font-size: 1em;
}
@media all and (max-width: 1281px) {
  ._content {
    font-size: 0.95em;
  }
}
@media all and (max-width: 600px) {
  ._content {
    font-size: 0.9em;
  }
}
@media all and (max-width: 419px) {
  ._content {
    font-size: 0.85em;
  }
}

.__wrap_section {
  padding: 40px 0;
  margin: 0 auto;
  width: -moz-calc(100% - 200px);
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  top: 150px;
  height: -moz-calc(100% - 150px);
  height: -webkit-calc(100% - 150px);
  height: calc(100% - 150px);
  position: relative;
}
.__wrap_section._center {
  display: table-cell;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: "wrap";
  -moz-flex-wrap: "wrap";
  -ms-flex-wrap: "wrap";
  flex-wrap: "wrap";
}
.__wrap_section._center._bl_center {
  display: table-cell;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.__wrap_section._marge_top {
  margin-top: -80px;
  padding-top: 80px;
}
@media all and (max-width: 1700px) {
  .__wrap_section {
    top: 120px;
    height: -moz-calc(100% - 120px);
    height: -webkit-calc(100% - 120px);
    height: calc(100% - 120px);
  }
}
@media all and (max-width: 1560px) {
  .__wrap_section {
    padding: 20px 0;
    width: -moz-calc(100% - 150px);
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
    top: 100px;
    height: -moz-calc(100% - 100px);
    height: -webkit-calc(100% - 100px);
    height: calc(100% - 100px);
  }
}
@media all and (max-width: 1281px) {
  .__wrap_section {
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    top: 70px;
    height: -moz-calc(100% - 70px);
    height: -webkit-calc(100% - 70px);
    height: calc(100% - 70px);
    padding: 0;
  }
}
@media all and (max-width: 992px) {
  .__wrap_section {
    top: 0;
    height: 100%;
    padding: 20px 0;
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
  }
}
@media all and (max-width: 768px) {
  .__wrap_section {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    top: 0;
    height: auto;
    padding: 20px 0;
  }
}
@media all and (max-width: 600px) {
  .__wrap_section {
    width: -moz-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
  }
}
@media all and (max-width: 419px) {
  .__wrap_section {
    width: -moz-calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
  }
}
.__wrap_section.__full_width {
  width: 100%;
}
.__wrap_section._no_padding {
  padding: 0;
}
.__wrap_section._padding_40 {
  padding: 20px 0;
}
.__wrap_section._padding_60 {
  padding: 60px 0;
}
@media all and (max-width: 600px) {
  .__wrap_section._padding_60 {
    padding: 40px 0;
  }
}

._100 {
  width: 100%;
}

._symbols {
  display: none;
}

.__hide_section {
  display: none !important;
}

.__trans_background {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0.1, 0.1);
  -ms-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  visibility: hidden;
  width: 250vw;
  height: 250vw;
  margin-top: -125vw;
  margin-left: -125vw;
  z-index: 500;
  -webkit-transition: opacity 0.8s ease, transform 0.7s ease;
  -moz-transition: opacity 0.8s ease, transform 0.7s ease;
  -o-transition: opacity 0.8s ease, transform 0.7s ease;
  transition: opacity 0.8s ease, transform 0.7s ease;
}
.__trans_background.__ontransition {
  visibility: visible;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.__trans_background.__hideTransition {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.__right_menu {
  border-left: 1px solid #e7e1d9;
  padding: 40px 30px;
}
@media all and (max-width: 992px) {
  .__right_menu {
    padding: 30px 20px;
    border: 0;
  }
}

.__left_menu {
  padding-right: 50px;
}
@media all and (max-width: 1700px) {
  .__left_menu {
    padding-right: 30px;
  }
}
@media all and (max-width: 992px) {
  .__left_menu {
    pardding-right: 15px;
  }
}

.__annexes {
  margin-top: 40px;
}
@media all and (max-width: 992px) {
  .__annexes {
    margin-top: 100px;
  }
}

._hide_page {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

#barba-wrapper {
  height: auto;
}

._wrap_all {
  overflow: hidden;
}

@-webkit-keyframes progress_bar {
  from {
    width: 0;
  }
  to {
    width: 200px;
  }
}
@-moz-keyframes progress_bar {
  from {
    width: 0;
  }
  to {
    width: 200px;
  }
}
@keyframes progress_bar {
  from {
    width: 0;
  }
  to {
    width: 200px;
  }
}
@-webkit-keyframes move_line_bottom {
  from {
    width: 0;
    left: 50%;
  }
  to {
    width: 300px;
    left: -moz-calc(50% - 150px);
    left: -webkit-calc(50% - 150px);
    left: calc(50% - 150px);
  }
}
@-moz-keyframes move_line_bottom {
  from {
    width: 0;
    left: 50%;
  }
  to {
    width: 300px;
    left: -moz-calc(50% - 150px);
    left: -webkit-calc(50% - 150px);
    left: calc(50% - 150px);
  }
}
@keyframes move_line_bottom {
  from {
    width: 0;
    left: 50%;
  }
  to {
    width: 300px;
    left: -moz-calc(50% - 150px);
    left: -webkit-calc(50% - 150px);
    left: calc(50% - 150px);
  }
}
@-webkit-keyframes move_line_top {
  from {
    height: 0;
    bottom: 0;
  }
  to {
    height: 7px;
    bottom: 5px;
  }
}
@-moz-keyframes move_line_top {
  from {
    height: 0;
    bottom: 0;
  }
  to {
    height: 7px;
    bottom: 5px;
  }
}
@keyframes move_line_top {
  from {
    height: 0;
    bottom: 0;
  }
  to {
    height: 7px;
    bottom: 5px;
  }
}
@media all and (max-width: 992px) {
  .barba-container {
    overflow: hidden;
  }
}
._hidden_img {
  position: absolute;
  z-index: -1000;
  opacity: 0 !important;
}

._max_width {
  max-width: 60%;
  margin: 0 auto;
}
@media all and (max-width: 1560px) {
  ._max_width {
    max-width: none;
  }
}

._max_width_70 {
  max-width: 70%;
  margin: 0 auto;
}
@media all and (max-width: 1560px) {
  ._max_width_70 {
    max-width: none;
  }
}

._max_width_left {
  max-width: 600px;
}
@media all and (max-width: 768px) {
  ._max_width_left {
    max-width: none;
  }
}

.overlay_all {
  position: fixed;
  z-index: 300;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100vw;
}

@media all and (max-width: 768px) {
  .__wrap {
    padding-top: 80px;
  }
}

._wrap_page {
  position: relative;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

._flex {
  display: table-cell;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

._flex_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

._center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

._padding-70 {
  padding: 70px;
}
@media all and (max-width: 768px) {
  ._padding-70 {
    padding: 40px;
  }
}
@media all and (max-width: 419px) {
  ._padding-70 {
    padding: 15px;
  }
}

.height_inherit {
  height: inherit;
}

.item-flex img {
  display: block;
  margin: auto;
}

a:active, a:focus {
  text-decoration: none;
  color: inherit;
}

.table {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.cell {
  display: table-cell;
  vertical-align: middle;
}

.__back_transition {
  position: fixed;
  background: #ffffff;
  z-index: 600;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}

._reveal {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

._reveal_bl {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  -ms-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
}

._to_reveal {
  -webkit-transition: transform, opacity;
  -moz-transition: transform, opacity;
  -o-transition: transform, opacity;
  transition: transform, opacity;
  -webkit-transition-duration: 0.9s;
  -moz-transition-duration: 0.9s;
  -o-transition-duration: 0.9s;
  transition-duration: 0.9s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.28, 0.995);
  -moz-transition-timing-function: cubic-bezier(0.39, 0.575, 0.28, 0.995);
  -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.28, 0.995);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.28, 0.995);
}

._to_reveal_op {
  -webkit-transition: opacity;
  -moz-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  -webkit-transition-duration: 2s;
  -moz-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
}

.__reveal {
  will-change: opacity, transform;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transform: translate3d(0, 90px, 0);
  -ms-transform: translate3d(0, 90px, 0);
  transform: translate3d(0, 90px, 0);
  position: relative;
}
@media all and (max-width: 1281px) {
  .__reveal {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

._reveal_bg {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transform: scale(2, 2);
  -ms-transform: scale(2, 2);
  transform: scale(2, 2);
}

.__reveal_bg {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  position: relative !important;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
@media all and (max-width: 1281px) {
  .__reveal_bg {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.__hide {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.__reveal_bl {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transform: scale(0.95) translate3d(0, 50px, 0);
  -ms-transform: scale(0.95) translate3d(0, 50px, 0);
  transform: scale(0.95) translate3d(0, 50px, 0);
}

.__reveal_img {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

._reveal_op {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.block-404 {
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: url("../../img/SITE/404/404_background.jpg");
  background-size: cover;
  background-position: left bottom;
}
@media all and (max-width: 768px) {
  .block-404 {
    background-position: center bottom;
  }
}
@media all and (max-width: 768px) {
  .block-404 {
    background-position: left bottom;
  }
}
.block-404 .content-404 {
  text-align: left;
  padding: 30px;
  width: 60%;
  margin-left: 20%;
  height: 100%;
  display: table-cell;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.block-404 .content-404 h2, .block-404 .content-404 .h2 {
  font-size: 25em;
  font-family: "Hand", sans-serif;
  color: #d9261c;
  margin: 0;
  margin-bottom: 40px;
}
.block-404 .content-404 ._desc {
  display: inline-block;
  color: #ffffff;
  padding: 20px 20px 30px;
}
.block-404 .content-404 ._desc .__d {
  font-weight: 700;
  font-size: 1.4em;
  line-height: 1.2em;
  display: block;
  margin-bottom: 40px;
  color: #ffffff;
  text-align: center;
}
.block-404 .content-404 ._desc ._urps_btn {
  display: inline-block;
}
@media all and (max-width: 1281px) {
  .block-404 .content-404 h2, .block-404 .content-404 .h2 {
    font-size: 15em;
  }
  .block-404 .content-404 ._desc .__d {
    font-size: 1em;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 768px) {
  .block-404 .content-404 {
    width: 70%;
    margin-left: 30%;
  }
  .block-404 .content-404 h2, .block-404 .content-404 .h2 {
    font-size: 10em;
  }
  .block-404 .content-404 ._desc .__d {
    font-size: 0.9em;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 600px) {
  .block-404 .content-404 {
    height: 40%;
    width: 60%;
    margin-left: 20%;
  }
  .block-404 .content-404 h2, .block-404 .content-404 .h2 {
    font-size: 7em;
    margin-bottom: 20px;
  }
  .block-404 .content-404 ._desc .__d {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 419px) {
  .block-404 .content-404 {
    width: 100%;
    margin-left: 0;
  }
  .block-404 .content-404 h2, .block-404 .content-404 .h2 {
    font-size: 5em;
  }
}

.grecaptcha-badge {
  bottom: 0 !important;
  right: -300px !important;
}

img[src="http://maps.gstatic.com/mapfiles/api-3/images/google4.png"], a[href^="http://maps.google.com/maps"] {
  display: none !important;
}

a[href^="http://maps.google.com/maps"] {
  display: none !important;
}

a[href^="https://maps.google.com/maps"] {
  display: none !important;
}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
  display: none;
}

.gmnoprint div {
  background: none !important;
}

.b-lazy {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
