.elementor-176 .elementor-element.elementor-element-69b6e19{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-ebf010f */.lz-header {
  position: fixed;
  top: 42px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: calc(100% - 48px);
  max-width: 1180px;
  height: 68px;
  padding: 0 18px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: space-between;

  background:
    linear-gradient(180deg, rgba(10,14,22,.86), rgba(5,7,12,.72));

  border: 1px solid rgba(77,162,255,.16);
  backdrop-filter: blur(22px);
  box-shadow:
    0 24px 80px rgba(0,0,0,.38),
    inset 0 1px 0 rgba(255,255,255,.05);
}

.lz-header-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 1.2px;
  font-size: 14px;
}

.lz-header-logo:hover {
  color: #fff;
}

.lz-header-logo img {
  width: 22px;
  height: 22px;
  filter:
    brightness(0)
    saturate(100%)
    invert(63%)
    sepia(93%)
    saturate(1266%)
    hue-rotate(178deg)
    brightness(105%)
    contrast(101%)
    drop-shadow(0 0 14px rgba(77,162,255,.48));
}

.lz-header-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.lz-header-nav a {
  color: rgba(255,255,255,.68);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 14px;
  border-radius: 999px;
  transition: .25s ease;
}

.lz-header-nav a:hover {
  color: #fff;
  background: rgba(77,162,255,.14);
  box-shadow: 0 0 22px rgba(77,162,255,.16);
}

.lz-header-cta {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  padding: 12px 18px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, #256DFF, #4DA2FF);
  box-shadow:
    0 0 34px rgba(77,162,255,.28),
    inset 0 1px 0 rgba(255,255,255,.18);
  transition: .25s ease;
}

.lz-header-cta:hover {
  color: #fff;
  transform: translateY(-2px);
  background:
    linear-gradient(90deg, #2F78FF, #63B3FF);
}

@media(max-width: 768px) {
  .lz-header {
    top: 14px;
    width: calc(100% - 28px);
    height: 62px;
  }

  .lz-header-nav {
    display: none;
  }

  .lz-header-cta {
    padding: 11px 16px;
  }
}/* End custom CSS */