.elementor-257 .elementor-element.elementor-element-85e2977{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-583483a */.hh-float-wrap{
  position:relative;
  width:100%;
  padding:20px 20px 0;
  z-index:5;
}

#hh-menu-toggle{
  display:none;
}

.hh-float-nav{
  max-width:100%;
  margin:0 auto;
  min-height:52px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:6px 24px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,0.28);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.35), rgba(255,255,255,0.08)),
    rgba(248,247,244,0.45);
  -webkit-backdrop-filter:blur(26px) saturate(180%);
  backdrop-filter:blur(26px) saturate(180%);
  box-shadow:
    0 14px 40px rgba(0,0,0,0.10),
    inset 0 1px 0 rgba(255,255,255,0.55);
  position:relative;
  overflow:hidden;
}

.hh-brand{
  display:flex;
  align-items:center;
  text-decoration:none;
}

.hh-logo-icon{
  width:28px;
  height:28px;
  display:block;
}

.hh-desktop-menu{
  display:flex;
  gap:6px;
  padding:4px;
  border-radius:999px;
  background:rgba(255,255,255,0.15);
  border:1px solid rgba(255,255,255,0.20);
}

.hh-desktop-menu a{
  text-decoration:none;
  font-size:13px;
  font-weight:500;
  padding:7px 12px;
  border-radius:999px;
  color:#1d1d1f;
}

.hh-actions{
  display:flex;
  gap:8px;
  align-items:center;
}

.hh-menu-btn{
  width:34px;
  height:34px;
  display:none;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  border:1px solid rgba(255,255,255,0.25);
  background:rgba(255,255,255,0.20);
  flex-direction:column;
  gap:4px;
  cursor:pointer;
}

.hh-menu-btn span{
  width:16px;
  height:1.8px;
  border-radius:999px;
  background:#1d1d1f;
  display:block;
}

.hh-mobile-menu{
  max-width:100%;
  margin:10px auto 0;
  opacity:0;
  visibility:hidden;
  transform:translateY(-10px) scale(0.985);
  pointer-events:none;
  transition:all .35s ease;
}

#hh-menu-toggle:checked ~ .hh-mobile-menu{
  opacity:1;
  visibility:visible;
  transform:translateY(0) scale(1);
  pointer-events:auto;
}

.hh-mobile-menu-inner{
  padding:10px;
  border-radius:20px;
  border:1px solid rgba(255,255,255,0.28);
  background:rgba(248,247,244,0.88);
  -webkit-backdrop-filter:blur(24px) saturate(180%);
  backdrop-filter:blur(24px) saturate(180%);
}

.hh-mobile-menu a{
  display:block;
  padding:14px 12px;
  text-decoration:none;
  color:#1d1d1f;
  border-radius:14px;
  font-size:15px;
  font-weight:500;
}

@media (max-width:820px){
  .hh-desktop-menu{
    display:none;
  }

  .hh-menu-btn{
    display:flex;
  }
}/* End custom CSS */