.eds-header {
  background: #f3f3f3;
  border-bottom: 1px solid #e4e4e4;
  padding: 1.4rem 0;
}
.eds-header__inner {
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 2.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.eds-header__left {
  flex: 0 1 auto;
  min-width: 0;
}
.eds-header__right {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex: 0 0 auto;
}
.eds-header__brand {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  text-decoration: none;
  color: #1e1e1e;
}
.eds-header__logo-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.eds-header__logo-mark img {
  display: block;
  max-height: 4.8rem;
  width: auto;
}
.eds-header__logo-mark .custom-logo-link {
  display: inline-flex;
  align-items: center;
}
.eds-header__logo-fallback {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background: #111;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 700;
}
.eds-header__brand-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}
.eds-header__icon-button, .eds-header__lang-button {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 0.8rem;
  border: 0.2rem solid #1f9db4;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 2rem;
  transition: 0.2s ease;
}
.eds-header__icon-button:hover, .eds-header__lang-button:hover {
  transform: translateY(-0.1rem);
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.08);
}
.eds-header__lang-button {
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  padding: 0;
  font-size: 2rem;
}
.eds-header__search {
  position: relative;
  width: 18rem;
  flex: 0 0 auto;
}
.eds-header__search-icon {
  position: absolute;
  left: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #444;
  pointer-events: none;
}
.eds-header__search-input {
  width: 100%;
  height: 4.4rem;
  border: 0;
  border-radius: 0.8rem;
  background: #e9e9e9;
  padding: 0 1.2rem 0 3.8rem;
  font-size: 1.4rem;
  color: #222;
}
.eds-header__search-input::placeholder {
  color: #8b8b8b;
}
.eds-header__search-input:focus {
  outline: 0.2rem solid #1f9db4;
  outline-offset: 0.1rem;
}
.eds-header__donate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4.4rem;
  padding: 0 2rem;
  border-radius: 0.8rem;
  background: #37c78f;
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
  transition: 0.2s ease;
}
.eds-header__donate:hover {
  background: #2fb07e;
}
.eds-header__nav {
  max-width: 128rem;
  margin: 1.2rem auto 0;
  padding: 0 2.4rem;
}
.eds-header__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.eds-header__menu li {
  margin: 0;
  padding: 0;
}
.eds-header__menu a {
  text-decoration: none;
  color: #222;
  font-size: 1.5rem;
  font-weight: 600;
}
.eds-header__menu a:hover {
  color: #1f9db4;
}

.screen-reader-text {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  padding: 0;
  margin: -0.1rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 991px) {
  .eds-header__inner {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .eds-header__left, .eds-header__right {
    width: 100%;
  }
  .eds-header__right {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .eds-header__brand-text {
    white-space: normal;
    font-size: 1.6rem;
  }
  .eds-header__search {
    width: 100%;
    order: 10;
  }
  .eds-header__menu {
    gap: 1.2rem 1.6rem;
  }
}
@media (max-width: 640px) {
  .eds-header {
    padding: 1rem 0;
  }
  .eds-header__inner {
    padding: 0 1.6rem;
  }
  .eds-header__nav {
    padding: 0 1.6rem;
  }
  .eds-header__brand {
    gap: 1rem;
  }
  .eds-header__brand-text {
    font-size: 1.4rem;
  }
  .eds-header__icon-button, .eds-header__lang-button, .eds-header__donate, .eds-header__search-input {
    min-height: 4rem;
    height: 4rem;
  }
  .eds-header__donate {
    padding: 0 1.4rem;
    font-size: 1.4rem;
  }
}
.sb-hero {
  flex-direction: column;
}

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