/* This file is generated from SCSS. Do not edit it directly. */
:root {
  --bs-primary: #0f766e;
  --bs-secondary: #164e63;
  --bs-warning: #f59e0b;
  --bs-body-color: #0f172a;
  --bs-body-bg: #ffffff;
  --bs-border-color: #e2e8f0;
  --insignia-color-primary: #0f766e;
  --insignia-color-secondary: #164e63;
  --insignia-color-accent: #f59e0b;
  --insignia-color-background: #ffffff;
  --insignia-color-text: #0f172a;
  --insignia-link-color: #0f766e;
  --insignia-color-muted: #475569;
  --insignia-color-surface: #f8fafc;
  --insignia-color-border: #e2e8f0;
  --insignia-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  --insignia-radius: 16px;
  --insignia-container: 1200px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--insignia-color-text);
  background: var(--insignia-color-background);
  font-family: var(--bs-body-font-family, "Helvetica Neue", Helvetica, Arial, sans-serif);
  line-height: 1.6;
}

a {
  color: var(--insignia-link-color);
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

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

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--insignia-container);
  width: 100%;
}

.site-header,
.site-footer,
.site-main,
.widget-area {
  padding: 2rem 0;
}

.site-header {
  background: color-mix(in srgb, var(--insignia-color-background) 92%, transparent);
  border-bottom: 1px solid var(--insignia-color-border);
  position: sticky;
  top: 0;
  backdrop-filter: blur(12px);
}

.site-header__inner,
.site-footer__inner,
.site-branding {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.site-branding__text p {
  margin: 0;
}

.site-title {
  font-size: 1.25rem;
  font-weight: 700;
}

.site-description {
  color: color-mix(in srgb, var(--insignia-color-text) 72%, transparent);
  font-size: 0.95rem;
}

.main-navigation ul,
.footer-navigation ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.insignia-header {
  padding: 0;
  z-index: 1020;
}

.insignia-header__subheader {
  background: #0b1324;
  color: #ffffff;
  font-size: 0.875rem;
}

.insignia-header__subnav ul,
.insignia-header__nav ul,
.insignia-header__hidden-panel ul,
.insignia-header__mobile-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.insignia-header__subnav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0.5rem 0;
}

.insignia-header__subnav a {
  color: #ffffff;
}

.insignia-header__main {
  background: color-mix(in srgb, var(--insignia-color-background) 96%, transparent);
}

.insignia-header__mobile-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 76px;
}

.insignia-header__brand,
.insignia-header__mobile-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.insignia-header__brand .custom-logo,
.insignia-header__mobile-brand .custom-logo,
.insignia-header__about-logo {
  height: var(--insignia-header-logo-height, auto);
  max-height: var(--insignia-header-logo-height, 48px);
  width: var(--insignia-header-logo-width, auto);
}

.insignia-header__brand-link {
  align-items: center;
  color: var(--insignia-color-text);
  display: inline-flex;
  margin: var(--insignia-header-logo-margin, 0);
  padding: var(--insignia-header-logo-padding, 0);
}
.insignia-header__brand-link:hover, .insignia-header__brand-link:focus {
  text-decoration: none;
}

.insignia-header .custom-logo-link {
  display: inline-flex;
  margin: var(--insignia-header-logo-margin, 0);
  padding: var(--insignia-header-logo-padding, 0);
}

.insignia-header-one__main-inner {
  align-items: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  min-height: 88px;
}

.insignia-header-one__brand {
  flex-direction: column;
  gap: 0.25rem;
  justify-content: center;
  text-align: center;
}

.insignia-header-one__brand .insignia-header__about-logo,
.insignia-header-one__brand .custom-logo {
  max-height: var(--insignia-header-logo-height, 64px);
}

.insignia-header-one__nav ul,
.insignia-header-two__nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.insignia-header-one__nav--left ul {
  justify-content: flex-end;
}

.insignia-header-one__nav--right ul,
.insignia-header-two__nav ul {
  justify-content: flex-start;
}

.insignia-header-one__right {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: flex-start;
  min-width: 0;
}

.insignia-header-one__nav a,
.insignia-header-two__nav a {
  border-radius: 999px;
  color: var(--insignia-color-text);
  display: inline-flex;
  font-weight: 600;
  padding: 0.5rem 0.85rem;
}

.insignia-header-one__nav a:hover,
.insignia-header-one__nav a:focus,
.insignia-header-two__nav a:hover,
.insignia-header-two__nav a:focus {
  background: var(--insignia-color-surface);
  color: var(--insignia-link-color);
  text-decoration: none;
}

.insignia-header-two__main-inner {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  min-height: 84px;
}

.insignia-header-two__brand {
  flex: 0 0 auto;
}

.insignia-header-two__nav {
  margin-left: auto;
}

.insignia-header-two__nav ul {
  justify-content: flex-end;
}

.insignia-header-two__widget-box {
  align-items: center;
  background: var(--insignia-color-surface);
  border: 1px solid var(--insignia-color-border);
  border-radius: 8px;
  display: flex;
  flex: 0 0 auto;
  min-height: 48px;
  padding: 0.5rem 0.75rem;
}

.insignia-header-two__widget-box .widget {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

.insignia-header-two__widget-box .widget-title,
.insignia-header-two__widget-box p {
  margin: 0;
}

.insignia-header--three {
  background: transparent;
  border-bottom: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  top: 0;
  width: 280px;
}

body:has(.insignia-header--three) .site {
  padding-left: 280px;
}

body:has(.insignia-header--three) .insignia-header--three {
  padding-left: 0;
}

.insignia-header-three__sidebar {
  background: color-mix(in srgb, var(--insignia-color-background) 97%, transparent);
  border-right: 1px solid var(--insignia-color-border);
  box-shadow: 8px 0 30px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  height: 100%;
  overflow-y: auto;
  padding: 2rem 1.25rem;
}

.insignia-header-three__brand {
  align-items: flex-start;
  flex-direction: column;
}

.insignia-header-three__brand .insignia-header__about-logo,
.insignia-header-three__brand .custom-logo {
  max-height: var(--insignia-header-logo-height, 72px);
}

.insignia-header-three__nav ul,
.insignia-header-three__utility ul {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.insignia-header-three__nav a,
.insignia-header-three__utility a {
  border-radius: 8px;
  color: var(--insignia-color-text);
  display: block;
  font-weight: 650;
  padding: 0.65rem 0.75rem;
}

.insignia-header-three__nav a:hover,
.insignia-header-three__nav a:focus,
.insignia-header-three__utility a:hover,
.insignia-header-three__utility a:focus {
  background: var(--insignia-color-surface);
  color: var(--insignia-link-color);
  text-decoration: none;
}

.insignia-header-three__utility {
  border-top: 1px solid var(--insignia-color-border);
  margin-top: auto;
  padding-top: 1rem;
}

.insignia-header-three__utility a {
  color: color-mix(in srgb, var(--insignia-color-text) 72%, transparent);
  font-size: 0.925rem;
  font-weight: 600;
}

.insignia-header-three__hidden-menu {
  position: relative;
}

.insignia-header-three__hidden-menu summary {
  justify-content: center;
  list-style: none;
  width: 100%;
}

.insignia-header-three__hidden-menu summary::-webkit-details-marker {
  display: none;
}

.insignia-header-three__hidden-menu .insignia-header__hidden-panel {
  bottom: 0;
  left: calc(100% + 0.75rem);
  right: auto;
  top: auto;
}

.insignia-header__hidden-menu,
.insignia-header__mobile-menu {
  position: relative;
}

.insignia-header__hidden-menu summary,
.insignia-header__mobile-menu summary {
  list-style: none;
}

.insignia-header__hidden-menu summary::-webkit-details-marker,
.insignia-header__mobile-menu summary::-webkit-details-marker {
  display: none;
}

.insignia-header__icon-button,
.insignia-header__menu-button {
  align-items: center;
  background: var(--insignia-color-text);
  border: 1px solid var(--insignia-color-text);
  border-radius: 999px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  min-height: 42px;
  padding: 0.5rem 0.9rem;
}

.insignia-header__icon-button {
  justify-content: center;
  min-width: 42px;
  padding: 0;
}

.insignia-header__icon-button span,
.insignia-header__icon-button span::before,
.insignia-header__icon-button span::after {
  background: currentColor;
  border-radius: 999px;
  content: "";
  display: block;
  height: 2px;
  width: 16px;
}

.insignia-header__icon-button span {
  position: relative;
}

.insignia-header__icon-button span::before,
.insignia-header__icon-button span::after {
  left: 0;
  position: absolute;
}

.insignia-header__icon-button span::before {
  top: -5px;
}

.insignia-header__icon-button span::after {
  top: 5px;
}

.insignia-header__hidden-panel,
.insignia-header__mobile-panel {
  background: var(--insignia-color-background);
  border: 1px solid var(--insignia-color-border);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  min-width: 240px;
  padding: 0.75rem;
  position: absolute;
  right: 0;
  top: calc(100% + 0.75rem);
}

.insignia-header__hidden-panel a,
.insignia-header__mobile-panel a {
  border-radius: 6px;
  color: var(--insignia-color-text);
  display: block;
  padding: 0.55rem 0.65rem;
}

.insignia-header__hidden-panel a:hover,
.insignia-header__hidden-panel a:focus,
.insignia-header__mobile-panel a:hover,
.insignia-header__mobile-panel a:focus {
  background: var(--insignia-color-surface);
  text-decoration: none;
}

.insignia-header__mobile {
  display: none;
}

.entry,
.comments-area,
.widget,
.no-results,
.error-404 {
  background: var(--insignia-color-surface);
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.entry-title,
.page-title,
.widget-title {
  margin-top: 0;
}

.entry-thumbnail {
  margin: 1rem 0;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  clip: auto;
  white-space: normal;
}

@media (max-width: 768px) {
  .site-footer__inner,
  .site-branding {
    flex-direction: column;
    align-items: flex-start;
  }
  .main-navigation ul,
  .footer-navigation ul {
    flex-direction: column;
    gap: 0.5rem;
  }
  .insignia-header__main {
    display: none;
  }
  body:has(.insignia-header--three) .site {
    padding-left: 0;
  }
  .insignia-header--three {
    bottom: auto;
    left: auto;
    position: sticky;
    top: 0;
    width: auto;
  }
  .insignia-header-three__sidebar {
    display: none;
  }
  .insignia-header__mobile {
    display: block;
    background: color-mix(in srgb, var(--insignia-color-background) 96%, transparent);
  }
  .insignia-header__mobile-brand {
    flex-direction: row;
    align-items: center;
  }
  .insignia-header__mobile-panel {
    width: min(80vw, 320px);
  }
}
.insignia-chat {
  --insignia-chat-offset: 24px;
  --insignia-chat-button-bg: #0f766e;
  --insignia-chat-button-radius: 50%;
  --insignia-chat-window-bg: var(--insignia-color-background);
  --insignia-chat-window-padding: 1rem;
  --insignia-chat-window-border-color: transparent;
  --insignia-chat-window-border-style: solid;
  --insignia-chat-window-border-width: 0;
  --insignia-chat-window-border-radius: 12px;
  --insignia-chat-window-margin: 0;
  --insignia-chat-customer-color: var(--insignia-color-text);
  --insignia-chat-user-color: #ffffff;
  --insignia-chat-customer-bg: var(--insignia-color-surface);
  --insignia-chat-user-bg: #01477d;
  --insignia-chat-submit-radius: 7px;
  --insignia-chat-submit-color: #ffffff;
  --insignia-chat-submit-bg: #01477d;
  --insignia-chat-header-color: var(--insignia-color-text);
  --insignia-chat-header-bg: var(--insignia-color-background);
  --insignia-chat-header-padding: 0;
  --insignia-chat-header-margin: 0;
  --insignia-chat-header-close-size: 1.25rem;
  --insignia-chat-header-close-color: var(--insignia-color-text);
  --insignia-chat-header-close-padding: 0;
  --insignia-chat-header-close-margin: 0;
  --insignia-chat-translate-x: 0;
  --insignia-chat-translate-y: 0;
  display: inline-flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 0.75rem;
  position: relative;
}

.insignia-chat--fixed {
  position: fixed;
  transform: translate(var(--insignia-chat-translate-x), var(--insignia-chat-translate-y));
  z-index: 9999;
}

.insignia-chat--vertical-top {
  flex-direction: column;
  top: var(--insignia-chat-offset);
}

.insignia-chat--vertical-center {
  top: 50%;
  --insignia-chat-translate-y: -50%;
}

.insignia-chat--vertical-bottom {
  bottom: var(--insignia-chat-offset);
}

.insignia-chat--horizontal-left {
  align-items: flex-start;
  left: var(--insignia-chat-offset);
}

.insignia-chat--horizontal-center {
  align-items: center;
  left: 50%;
  --insignia-chat-translate-x: -50%;
}

.insignia-chat--horizontal-right {
  right: var(--insignia-chat-offset);
}

.insignia-chat__button {
  background: var(--insignia-chat-button-bg);
  border: 0;
  border-radius: var(--insignia-chat-button-radius);
  color: #ffffff;
  cursor: pointer;
  font-weight: 700;
  padding: 0.75rem 1rem;
}

.insignia-chat__button {
  align-items: center;
  display: inline-flex;
  gap: 0.5rem;
}

.insignia-chat__button[hidden] {
  display: none;
}

.insignia-chat__button--icon-only {
  aspect-ratio: 1;
  justify-content: center;
  padding: 0.75rem;
}

.insignia-chat__button-icon {
  display: inline-flex;
  height: 1.125rem;
  width: 1.125rem;
}
.insignia-chat__button-icon svg {
  display: block;
  fill: none;
  height: 100%;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 100%;
}

.insignia-chat__window {
  background: var(--insignia-chat-window-bg);
  border-color: var(--insignia-chat-window-border-color);
  border-radius: var(--insignia-chat-window-border-radius);
  border-style: var(--insignia-chat-window-border-style);
  border-width: var(--insignia-chat-window-border-width);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-height: min(620px, 100vh - 6rem);
  margin: var(--insignia-chat-window-margin);
  overflow: hidden;
  padding: var(--insignia-chat-window-padding);
  width: min(360px, 100vw - 2rem);
}

.insignia-chat__window[hidden] {
  display: none;
}

.insignia-chat__header {
  background: var(--insignia-chat-header-bg);
  color: var(--insignia-chat-header-color);
  margin: var(--insignia-chat-header-margin);
  padding: var(--insignia-chat-header-padding);
  padding-bottom: 0.75rem;
}
.insignia-chat__header button {
  align-items: center;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  justify-content: space-between;
  padding: 0;
  text-align: left;
  width: 100%;
}
.insignia-chat__header button span[aria-hidden] {
  color: var(--insignia-chat-header-close-color);
  font-size: var(--insignia-chat-header-close-size);
  line-height: 1;
  margin: var(--insignia-chat-header-close-margin);
  padding: var(--insignia-chat-header-close-padding);
}

.insignia-chat__messages {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  min-height: 160px;
  overflow-y: auto;
}

.insignia-chat__message {
  background: var(--insignia-chat-customer-bg);
  border-radius: 8px;
  color: var(--insignia-chat-customer-color);
  padding: 0.625rem;
}
.insignia-chat__message p {
  margin: 0.25rem 0 0;
}

.insignia-chat__message--visitor {
  background: var(--insignia-chat-customer-bg);
  color: var(--insignia-chat-customer-color);
}

.insignia-chat__message--user {
  background: var(--insignia-chat-user-bg);
  color: var(--insignia-chat-user-color);
}

.insignia-chat__identity,
.insignia-chat__form {
  display: grid;
  gap: 0.5rem;
}

.insignia-chat__identity input,
.insignia-chat__form textarea {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font: inherit;
  padding: 0.625rem;
  width: 100%;
}

.insignia-chat__form button {
  background: var(--insignia-chat-submit-bg);
  border: 0;
  border-radius: var(--insignia-chat-submit-radius);
  color: var(--insignia-chat-submit-color);
  cursor: pointer;
  font-weight: 700;
  padding: 0.75rem 1rem;
}

.insignia-chat__status {
  color: #475569;
  font-size: 0.875rem;
  margin: 0;
}
.insignia-chat__status a {
  color: #0f766e;
  font-weight: 700;
}