.elementor-469 .elementor-element.elementor-element-f70d01c{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--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-3caec9b */.ng-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.82) 0%,
      rgba(0, 0, 0, 0.42) 70%,
      rgba(0, 0, 0, 0) 100%
    );
    border-bottom: none;
    font-family: Arial, Helvetica, sans-serif;
  }

  .ng-header * {
    box-sizing: border-box;
  }

  .ng-header::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: rgba(255,255,255,0.05);
  }

  .ng-header-inner {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
  }

  .ng-header-row {
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
  }

  .ng-header-brand,
  .ng-header-brand:visited,
  .ng-header-brand:hover,
  .ng-header-brand:active,
  .ng-header-brand:focus {
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    line-height: 1;
  }

  .ng-header-brand:hover {
    opacity: 0.82;
  }

  .ng-header-nav {
    display: flex;
    align-items: center;
    gap: 34px;
  }

  .ng-header-nav a,
  .ng-header-nav a:visited {
    color: rgba(255,255,255,0.76);
    text-decoration: none;
    font-size: 0.94rem;
    font-weight: 500;
    line-height: 1;
    transition: color 0.3s ease, opacity 0.3s ease;
  }

  .ng-header-nav a:hover,
  .ng-header-nav a:focus {
    color: #ffffff;
  }

  .ng-header-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.14);
    background: transparent;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
  }

  @media (max-width: 1024px) {
    .ng-header-nav {
      gap: 22px;
    }

    .ng-header-nav a {
      font-size: 0.9rem;
    }
  }

  @media (max-width: 767px) {
    .ng-header-inner {
      padding: 0 18px;
    }

    .ng-header-row {
      height: 72px;
    }

    .ng-header-brand {
      font-size: 0.92rem;
      letter-spacing: 0.18em;
    }

    .ng-header-toggle {
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    .ng-header-nav {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      display: none;
      flex-direction: column;
      align-items: flex-start;
      gap: 0;
      background: rgba(0,0,0,0.96);
      border-bottom: 1px solid rgba(255,255,255,0.06);
      padding: 10px 18px 16px;
      backdrop-filter: blur(10px);
    }

    .ng-header-nav.is-open {
      display: flex;
    }

    .ng-header-nav a {
      width: 100%;
      padding: 14px 0;
      border-bottom: 1px solid rgba(255,255,255,0.05);
    }

    .ng-header-nav a:last-child {
      border-bottom: none;
    }
  }/* End custom CSS */