.elementor-19 .elementor-element.elementor-element-0bc65b4{--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-37e5827 */.qg-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  backdrop-filter: blur(10px);
  background: rgba(247, 244, 238, 0.8);
  border-bottom: 1px solid #e0d7cb;
}

.qg-header__container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.qg-logo a {
  font-weight: 900;
  font-size: 20px;
  text-decoration: none;
  color: #1f2933;
  letter-spacing: .05em;
}

.qg-nav {
  display: flex;
  gap: 24px;
}

.qg-nav a {
  text-decoration: none;
  font-weight: 600;
  color: #444;
  transition: .2s;
}

.qg-nav a:hover {
  color: #5d7f55;
}

.qg-header__actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.qg-burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.qg-burger span {
  width: 22px;
  height: 2px;
  background: #000;
  display: block;
}

.qg-mobile-menu {
  display: none;
  flex-direction: column;
  padding: 20px;
  background: #f7f4ee;
  border-top: 1px solid #e0d7cb;
}

.qg-mobile-menu a {
  padding: 12px 0;
  text-decoration: none;
  color: #333;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .qg-nav {
    display: none;
  }

  .qg-burger {
    display: flex;
  }
}
.qg-logo a {
  font-weight: 900;
  font-size: 20px;
  text-decoration: none;
  letter-spacing: .05em;

  background: linear-gradient(
    90deg,
    #e40303,
    #ff8c00,
    #ffed00,
    #008026,
    #004dff,
    #750787
  );

  background-size: 200% auto;
  animation: qgRainbow 4s linear infinite;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@keyframes qgRainbow {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}/* End custom CSS */