.bm-skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100000;
  padding: 10px 14px;
  border-radius: 4px;
  background: #143f2b;
  color: #fff;
  font-weight: 700;
  transform: translateY(-140%);
}

.bm-skip-link:focus {
  transform: translateY(0);
}

.bm-cookie,
.bm-cookie-modal,
.bm-a11y {
  font-family: inherit;
}

.bm-cookie[hidden],
.bm-cookie-modal[hidden],
.bm-a11y__panel[hidden] {
  display: none !important;
}

.bm-cookie {
  position: fixed;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 99998;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.bm-cookie__box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  width: min(1180px, 100%);
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: #18231d;
  color: #fff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .25);
  pointer-events: auto;
}

.bm-cookie__copy strong {
  display: block;
  margin-bottom: 3px;
  font-size: 16px;
}

.bm-cookie__copy p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  line-height: 1.35;
}

.bm-cookie__copy a,
.bm-a11y__panel a {
  display: inline-block;
  margin-top: 8px;
  color: #cce6c8;
  font-weight: 700;
}

.bm-cookie__copy a {
  margin-top: 4px;
  font-size: 13px;
}

.bm-cookie__actions,
.bm-cookie-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

.bm-button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid #78ad75;
  border-radius: 5px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.bm-button--primary {
  background: #78ad75;
  color: #102517;
}

.bm-button--ghost {
  background: transparent;
  color: #fff;
}

.bm-cookie .bm-button {
  min-height: 36px;
  padding: 0 12px;
  font-size: 13px;
}

.bm-cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
}

.bm-cookie-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .52);
}

.bm-cookie-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(620px, calc(100% - 32px));
  margin: 8vh auto;
  padding: 28px;
  border-radius: 8px;
  background: #fff;
  color: #1d251f;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
}

.bm-cookie-modal__dialog h2 {
  margin: 0 0 10px;
  font-size: 28px;
}

.bm-cookie-modal__dialog p {
  margin: 0 0 18px;
  color: #5c6a60;
}

.bm-cookie-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #f2f5f0;
  color: #1d251f;
  cursor: pointer;
  font-size: 24px;
}

.bm-consent-list {
  display: grid;
  gap: 10px;
  margin: 20px 0 24px;
}

.bm-consent-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px;
  border: 1px solid #d8e2d5;
  border-radius: 6px;
  cursor: pointer;
}

.bm-consent-row input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  accent-color: #78ad75;
}

.bm-consent-row strong,
.bm-consent-row small {
  display: block;
}

.bm-consent-row small {
  margin-top: 4px;
  color: #657267;
  line-height: 1.4;
}

.bm-consent-row--locked {
  cursor: default;
  background: #f6f8f4;
}

.bm-cookie-settings-link {
  position: fixed;
  left: 14px;
  bottom: 14px;
  z-index: 9990;
  padding: 7px 10px;
  border: 1px solid rgba(20, 63, 43, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  color: #143f2b;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}

.bm-cookie-settings-link--inline {
  position: static;
  display: inline-flex;
}

.bm-a11y {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9991;
}

.bm-a11y__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: #0f58ff;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .25);
}

.bm-a11y__icon,
.bm-a11y__icon svg {
  display: block;
}

.bm-a11y__icon svg {
  width: 30px;
  height: 30px;
  overflow: visible;
}

.bm-a11y__icon circle,
.bm-a11y__icon path {
  fill: none;
  stroke: currentColor;
  stroke-width: 4.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bm-a11y__panel {
  position: absolute;
  right: 0;
  bottom: 60px;
  display: grid;
  gap: 8px;
  width: min(300px, calc(100vw - 28px));
  padding: 14px;
  border: 1px solid #d8e2d5;
  border-radius: 8px;
  background: #fff;
  color: #1d251f;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .22);
}

.bm-a11y__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 4px;
}

.bm-a11y__head button,
.bm-a11y__panel button {
  min-height: 38px;
  border: 1px solid #d8e2d5;
  border-radius: 5px;
  background: #fff;
  color: #143f2b;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  text-align: left;
}

.bm-a11y__panel button {
  padding: 0 12px;
}

.bm-a11y__panel button[aria-pressed="true"] {
  border-color: #78ad75;
  background: #eef7eb;
}

html.bm-a11y-text {
  font-size: 112.5%;
}

html.bm-a11y-contrast body {
  background: #fff !important;
  color: #111 !important;
}

html.bm-a11y-contrast a {
  color: #003b7a !important;
}

html.bm-a11y-links a {
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

html.bm-a11y-motion *,
html.bm-a11y-motion *::before,
html.bm-a11y-motion *::after {
  scroll-behavior: auto !important;
  animation-duration: .001ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: .001ms !important;
}

.bm-a11y button:focus-visible,
.bm-cookie button:focus-visible,
.bm-cookie-modal button:focus-visible,
.bm-cookie a:focus-visible,
.bm-a11y a:focus-visible {
  outline: 3px solid #0f58ff;
  outline-offset: 2px;
}

@media (max-width: 720px) {
  .bm-cookie {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .bm-cookie__box {
    grid-template-columns: 1fr;
  }

  .bm-cookie__actions,
  .bm-cookie-modal__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .bm-cookie-modal__dialog {
    margin: 5vh auto;
    padding: 22px 18px;
  }
}
