/* [project]/src/components/Header.module.css [app-client] (css) */
.Header-module__hBw1pG__header {
  z-index: 30;
  color: #203b34;
  background: #fff;
  border-bottom: 1px solid #dce1dc;
  position: sticky;
  top: 0;
}

.Header-module__hBw1pG__shell {
  align-items: center;
  gap: 24px;
  width: min(1280px, 100% - 96px);
  min-height: 86px;
  margin: auto;
  display: flex;
}

.Header-module__hBw1pG__brand {
  flex: none;
  align-items: center;
  gap: 11px;
  display: flex;
}

.Header-module__hBw1pG__brand > span {
  gap: 5px;
  display: grid;
}

.Header-module__hBw1pG__brand strong {
  letter-spacing: -.6px;
  font-size: 19px;
  font-weight: 750;
  line-height: 1;
}

.Header-module__hBw1pG__brand strong span {
  font-weight: 400;
}

.Header-module__hBw1pG__brand small {
  letter-spacing: 1.1px;
  font-size: 6.8px;
  font-weight: 600;
  line-height: 1.5;
}

.Header-module__hBw1pG__nav {
  align-items: center;
  gap: 25px;
  margin-left: auto;
  display: flex;
}

.Header-module__hBw1pG__nav a {
  color: #44524c;
  padding: 16px 0;
  font-size: 11px;
}

.Header-module__hBw1pG__nav a:hover {
  color: #0d6657;
}

.Header-module__hBw1pG__cta {
  color: #fff;
  white-space: nowrap;
  background: #145a50;
  align-items: center;
  gap: 24px;
  padding: 14px 18px;
  font-size: 11px;
  display: flex;
}

.Header-module__hBw1pG__cta:hover {
  background: #073e37;
}

.Header-module__hBw1pG__cta span {
  font-size: 17px;
}

.Header-module__hBw1pG__mobile {
  display: none;
}

.Header-module__hBw1pG__header a:focus-visible, .Header-module__hBw1pG__mobile summary:focus-visible {
  outline-offset: 4px;
  outline: 3px solid #bb7627;
}

.Header-module__hBw1pG__skip {
  color: #123f38;
  z-index: 50;
  background: #fff;
  padding: 15px;
  position: absolute;
  top: -100px;
  left: 20px;
}

.Header-module__hBw1pG__skip:focus {
  top: 10px;
}

@media (max-width: 1100px) {
  .Header-module__hBw1pG__shell {
    gap: 16px;
    width: calc(100% - 64px);
  }

  .Header-module__hBw1pG__nav {
    gap: 17px;
  }

  .Header-module__hBw1pG__brand strong {
    font-size: 17px;
  }

  .Header-module__hBw1pG__brand small {
    letter-spacing: .75px;
    font-size: 6px;
  }

  .Header-module__hBw1pG__brand {
    gap: 8px;
  }

  .Header-module__hBw1pG__cta {
    gap: 12px;
  }
}

@media (max-width: 900px) {
  .Header-module__hBw1pG__shell {
    width: calc(100% - 40px);
    min-height: 76px;
  }

  .Header-module__hBw1pG__nav {
    display: none;
  }

  .Header-module__hBw1pG__cta {
    margin-left: auto;
  }

  .Header-module__hBw1pG__mobile {
    display: block;
  }

  .Header-module__hBw1pG__mobile summary {
    cursor: pointer;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 8px 0 8px 8px;
    font-size: 12px;
    list-style: none;
    display: flex;
  }

  .Header-module__hBw1pG__mobile summary::-webkit-details-marker {
    display: none;
  }

  .Header-module__hBw1pG__mobile summary > span:last-child {
    font-size: 20px;
  }

  .Header-module__hBw1pG__mobile nav {
    background: #fff;
    border-top: 1px solid #dce1dc;
    padding: 12px 20px 20px;
    display: grid;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 16px 24px #203b3415;
  }

  .Header-module__hBw1pG__mobile nav a {
    border-bottom: 1px solid #edf0eb;
    padding: 14px 8px;
    font-size: 14px;
  }

  .Header-module__hBw1pG__mobile nav a:hover {
    background: #f0f3ee;
  }
}

@media (max-width: 480px) {
  .Header-module__hBw1pG__shell {
    gap: 10px;
    min-height: 72px;
  }

  .Header-module__hBw1pG__brand img {
    width: 29px;
    height: 29px;
  }

  .Header-module__hBw1pG__brand strong {
    font-size: 16px;
  }

  .Header-module__hBw1pG__brand small {
    letter-spacing: .6px;
    font-size: 5px;
  }

  .Header-module__hBw1pG__cta {
    display: none;
  }

  .Header-module__hBw1pG__mobile {
    margin-left: auto;
  }

  .Header-module__hBw1pG__mobile summary {
    font-size: 11px;
  }
}

/*# sourceMappingURL=src_components_Header_module_1l1y2zn.css.map*/