.elementor-19 .elementor-element.elementor-element-d5bcce5{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-4bdc524 */.vs-site-header,
.vs-site-header * {
  box-sizing: border-box;
}

.vs-site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  background:
    radial-gradient(
      circle at 72% 18%,
      rgba(71, 93, 255, 0.17),
      transparent 34%
    ),
    radial-gradient(
      circle at 15% 75%,
      rgba(129, 76, 238, 0.09),
      transparent 28%
    ),
    #050816;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.vs-header-container {
  width: 100%;
  max-width: 1240px;
  min-height: 82px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 25px;
}

/* Brand */

.vs-header-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex-shrink: 0;
  text-decoration: none;
}

.vs-header-brand-mark {
  width: 43px;
  height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: linear-gradient(135deg, #426dff, #8757f6);
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  box-shadow: 0 13px 32px rgba(66, 109, 255, 0.3);
}

.vs-header-brand-text {
  color: #ffffff;
  font-size: 22px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: -0.7px;
  white-space: nowrap;
}

.vs-header-brand-text span {
  background: linear-gradient(90deg, #9db2ff, #9b7eff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Navigation */

.vs-header-navigation {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 2px;
}

.vs-header-navigation a {
  position: relative;
  padding: 12px 11px;
  border-radius: 10px;
  color: #aab6cc;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  transition:
    color 0.25s ease,
    background 0.25s ease;
}

.vs-header-navigation a:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
}

.vs-header-navigation a::after {
  content: "";
  position: absolute;
  right: 11px;
  bottom: 5px;
  left: 11px;
  height: 2px;
  border-radius: 10px;
  background: linear-gradient(90deg, #426dff, #8757f6);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}

.vs-header-navigation a:hover::after {
  transform: scaleX(1);
}

/* Actions */

.vs-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.vs-header-support {
  min-height: 45px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
  color: #d4dbee;
  text-decoration: none;
  font-size: 13px;
  font-weight: 750;
  transition:
    color 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}

.vs-header-support:hover {
  color: #ffffff;
  border-color: rgba(112, 142, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
}

.vs-header-primary-button {
  min-height: 45px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: linear-gradient(135deg, #426dff, #8757f6);
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 13px 32px rgba(66, 109, 255, 0.25);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.vs-header-primary-button:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(66, 109, 255, 0.38);
}

.vs-header-primary-button svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Mobile controls */

.vs-navigation-toggle,
.vs-navigation-button {
  display: none;
}

/* Smaller desktop */

@media (max-width: 1130px) {
  .vs-header-navigation a {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 12px;
  }

  .vs-header-support {
    display: none;
  }
}

/* Mobile header */

@media (max-width: 900px) {
  .vs-header-container {
    position: relative;
    min-height: 72px;
    padding: 0 16px;
  }

  .vs-header-brand-mark {
    width: 39px;
    height: 39px;
    border-radius: 12px;
    font-size: 18px;
  }

  .vs-header-brand-text {
    font-size: 20px;
  }

  .vs-navigation-button {
    width: 44px;
    height: 44px;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    cursor: pointer;
  }

  .vs-navigation-button > span {
    width: 20px;
    height: 2px;
    border-radius: 10px;
    background: #ffffff;
    transition:
      transform 0.25s ease,
      opacity 0.25s ease;
  }

  .vs-header-navigation {
    position: absolute;
    top: calc(100% + 10px);
    right: 16px;
    left: 16px;
    display: none;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    padding: 13px;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: rgba(9, 15, 30, 0.98);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }

  .vs-header-navigation a {
    width: 100%;
    padding: 14px 15px;
    font-size: 14px;
  }

  .vs-header-navigation a::after {
    display: none;
  }

  .vs-header-actions {
    display: none;
  }

  .vs-navigation-toggle:checked ~ .vs-header-navigation {
    display: flex;
  }

  .vs-navigation-toggle:checked + .vs-navigation-button > span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .vs-navigation-toggle:checked + .vs-navigation-button > span:nth-child(2) {
    opacity: 0;
  }

  .vs-navigation-toggle:checked + .vs-navigation-button > span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}/* End custom CSS */