.elementor-1239 .elementor-element.elementor-element-0dde15c{--display:flex;}/* Start custom CSS for html, class: .elementor-element-0a29b1e */.tms-cookie-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: none;
  background: #0d194a;
  border-top: 1px solid #142a63;
  box-shadow: 0 -8px 24px rgba(13, 25, 74, 0.25);
  padding: 18px 24px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.tms-cookie-bar.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.tms-cookie-bar__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.tms-cookie-bar__text {
  margin: 0;
  flex: 1 1 420px;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #e6eaf1;
}
.tms-cookie-bar__text a {
  color: #ff6a1a;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.tms-cookie-bar__text a:hover {
  color: #ff8a4a;
}
.tms-cookie-bar__actions {
  display: flex;
  gap: 12px;
  flex: 0 0 auto;
  flex-wrap: wrap;
}
.tms-cookie-bar__btn {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 11px 22px;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}
.tms-cookie-bar__btn--solid {
  background: #ff6a1a;
  color: #ffffff;
}
.tms-cookie-bar__btn--solid:hover {
  background: #e85c10;
  transform: translateY(-1px);
}
.tms-cookie-bar__btn--ghost {
  background: transparent;
  color: #e6eaf1;
  border-color: rgba(230, 234, 241, 0.35);
}
.tms-cookie-bar__btn--ghost:hover {
  border-color: #e6eaf1;
  background: rgba(230, 234, 241, 0.08);
}
.tms-cookie-bar__btn:focus-visible {
  outline: 2px solid #ff6a1a;
  outline-offset: 2px;
}
@media (max-width: 680px) {
  .tms-cookie-bar {
    padding: 16px;
  }
  .tms-cookie-bar__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .tms-cookie-bar__actions {
    justify-content: stretch;
  }
  .tms-cookie-bar__btn {
    flex: 1 1 0;
    text-align: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  .tms-cookie-bar {
    transition: none;
  }
}/* End custom CSS */