@charset "UTF-8";
/**
 * Header component styles.
 * SCSS: assets/css/components/header.scss
 * CSS (compiled by IDE): assets/css/components/header.css
 *
 * Layout: .h-c9a7656 > .c-7a0348c > .h-fec6128
 * Sticky on desktop; fixed on mobile with .h-7a495a6 + .h-da68bb5 menu.
 */
.l-a940327 .h-c9a7656.i-9d458d7 {
  top: 32px;
}

.h-7a495a6 {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 90;
}

.h-7a495a6.i-2390721 {
  opacity: 1;
  visibility: visible;
}

body.m-0bc5463 {
  overflow: hidden;
}
body.m-0bc5463 .h-c9a7656 {
  z-index: 100;
}

.h-c9a7656 {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 20px var(--site-gutter, 15px);
  background: var(--header-bg, var(--block-bg, transparent));
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: box-shadow 0.3s ease, background 0.3s ease;
}
.h-c9a7656 > .c-7a0348c {
  padding-left: 0;
  padding-right: 0;
}
.h-c9a7656.i-9d458d7 {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.h-fec6128 {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.h-d734a79 {
  flex-shrink: 0;
}
.h-d734a79 img,
.h-d734a79 .h-8975bce {
  display: block;
  max-width: 180px;
  height: auto;
}
.h-7204268 {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
  min-width: 0;
}
.h-0f85dcd {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex: 1;
  min-width: 0;
}
.h-4547894, .h-693ff82 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto;
  padding: 12px 16px;
  border: 1px solid var(--header-btn-border, var(--text-color));
  border-radius: var(--button-border-radius, 10px);
  background: var(--header-btn-bg, transparent);
  color: var(--header-btn-text, var(--text-color));
  text-decoration: none;
  text-transform: uppercase;
  font-size: var(--button-font-size, 14px);
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.h-4547894.h-c1a6e8f, .h-693ff82.h-c1a6e8f {
  border-color: var(--header-btn-border, var(--text-color));
}
.h-4547894.h-38ae8a0, .h-693ff82.h-38ae8a0 {
  border-color: transparent;
}
.h-4547894.h-283afa3, .h-693ff82.h-283afa3 {
  background: transparent;
}
.h-4547894.h-37cd398, .h-693ff82.h-37cd398 {
  background: var(--header-btn-bg, var(--additional-c-elements));
}
.h-4547894:hover, .h-693ff82:hover {
  opacity: 0.85;
}
.h-056f811 {
  display: inline-flex;
  align-items: center;
}
.h-056f811 img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.h-7e547aa {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-left: auto;
  flex-shrink: 0;
}
.h-89e8aaa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 1px solid var(--header-btn-border, transparent);
  border-radius: var(--button-border-radius, 10px);
  background: var(--header-btn-bg, var(--additional-c-elements));
  color: var(--header-btn-text, var(--button-text-color, #000));
  text-decoration: none;
  text-transform: uppercase;
  font-size: var(--button-font-size, 16px);
  font-family: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.h-89e8aaa.h-c1a6e8f {
  border-color: var(--header-btn-border, var(--text-color));
}
.h-89e8aaa.h-38ae8a0 {
  border-color: transparent;
}
.h-89e8aaa.h-283afa3 {
  background: transparent;
}
.h-89e8aaa.h-37cd398 {
  background: var(--header-btn-bg, var(--additional-c-elements));
}
.h-89e8aaa:hover {
  opacity: 0.85;
}
.h-9f085b4 {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  margin-left: auto;
  border: 1px solid var(--additional-c-elements);
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
}
.h-9f085b4 span {
  width: 22px;
  height: 2px;
  margin: 0 auto;
  background: var(--text-color);
  transition: 0.3s ease;
}
.h-9f085b4.i-2390721 span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.h-9f085b4.i-2390721 span:nth-child(2) {
  opacity: 0;
}
.h-9f085b4.i-2390721 span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.h-da68bb5 {
  display: none;
}

@media (max-width: 990px) {
  .h-d734a79 img,
  .h-d734a79 .h-8975bce {
    max-width: 140px;
  }
}
@media (max-width: 768px) {
  .l-a940327 .h-c9a7656,
  .l-a940327 .h-c9a7656.i-9d458d7 {
    top: var(--wp-admin--admin-bar--height, 46px);
  }
  /* Fixed header is out of flow — clear it on main. Section blocks keep their own spacing. */
  main,
  main.p-b2cddd4,
  main.main-content {
    padding-top: var(--header-height, 84px);
  }
  .l-a940327 main,
  .l-a940327 main.p-b2cddd4,
  .l-a940327 main.main-content {
    padding-top: calc(var(--header-height, 84px) + var(--wp-admin--admin-bar--height, 46px));
  }
  .h-c9a7656 {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
  }
  .h-fec6128 {
    justify-content: space-between;
  }
  .h-7204268 {
    display: none;
  }
  .h-9f085b4 {
    display: flex;
  }
  .h-c9a7656 {
    /* Full-bleed under the bar; escapes the inner .c-7a0348c column. */
  }
  .h-da68bb5 {
    display: block;
    position: absolute;
    left: 50%;
    right: auto;
    top: 100%;
    width: 100vw;
    transform: translateX(-50%);
    background: var(--header-bg, var(--block-bg, transparent));
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    z-index: 2;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.45s ease, opacity 0.3s ease, visibility 0.3s ease;
  }
  .h-da68bb5.i-20f89b4 {
    max-height: calc(100dvh - var(--header-height, 84px));
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1;
    visibility: visible;
    -webkit-overflow-scrolling: touch;
  }
  .h-014cf67 {
    width: 100%;
    max-width: var(--site-container-width, 1200px);
    margin: 0 auto;
    padding: 20px var(--site-gutter, 15px);
    box-sizing: border-box;
  }
  .h-8ecdabf {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .h-693ff82 {
    width: 100%;
  }
  .h-e33924c {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
  }
  .h-89e8aaa {
    flex: 1 1 calc(50% - 5px);
    min-width: 0;
  }
}
