.elementor-3922 .elementor-element.elementor-element-a912878{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-99877af */.cg-site-header-nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 48px;
  background-color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  box-sizing: border-box;
  width: 100%;
}

.cg-brand-identity-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  user-select: none;
  cursor: pointer;
}

.cg-brand-identity-primary {
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #000000;
  border-bottom: 1px solid #000000;
  padding-bottom: 2px;
  margin-bottom: 3px;
  line-height: 1;
}

.cg-brand-identity-secondary {
  font-size: 22px;
  font-weight: 300;
  color: #000000;
  letter-spacing: 0.5px;
  line-height: 1;
}

.cg-interactive-elements-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cg-utility-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}

.cg-utility-btn:hover {
  opacity: 0.5;
}

.cg-visual-separator-line {
  width: 1px;
  height: 32px;
  background-color: #b3b3b3; 
  margin: 0 8px;
}

@media (max-width: 768px) {
  .cg-site-header-nav-wrap {
    padding: 16px 24px;
  }
  .cg-brand-identity-primary {
    font-size: 26px;
  }
  .cg-brand-identity-secondary {
    font-size: 16px;
  }
  .cg-visual-separator-line {
    height: 24px;
    margin: 0 4px;
  }
}/* End custom CSS */