.elementor-210 .elementor-element.elementor-element-92b2f99{--display:flex;}/* Start custom CSS for html, class: .elementor-element-347f854 *//* =========================
   HLWL X HEADER - PRO
   Fully responsive / no overflow / no zoom
========================= */

html,
body{
  overflow-x:hidden;
}

.hlwlx-header,
.hlwlx-header *,
.hlwlx-header *::before,
.hlwlx-header *::after{
  box-sizing:border-box;
}

:root{
  --hlwlx-text:#0f172a;
  --hlwlx-text-soft:#5b6478;
  --hlwlx-line:rgba(15,23,42,.08);
  --hlwlx-line-strong:rgba(15,23,42,.12);
  --hlwlx-white:#ffffff;
  --hlwlx-primary:#635bff;
  --hlwlx-secondary:#0ea5e9;
  --hlwlx-bg-soft:#f7f9ff;
  --hlwlx-shadow:0 18px 45px rgba(15,23,42,.08);
  --hlwlx-shadow-soft:0 10px 28px rgba(80,92,145,.07);
  --hlwlx-radius:18px;
  --hlwlx-radius-lg:24px;
  --hlwlx-container:1200px;
}

.hlwlx-container{
  width:100%;
  max-width:var(--hlwlx-container);
  margin-inline:auto;
  padding-inline:16px;
}

/* header root */
.hlwlx-header{
  position:sticky;
  top:0;
  z-index:9999;
  width:100%;
  isolation:isolate;
}

/* topline */
.hlwlx-header__topline{
  position:relative;
  overflow:hidden;
  border-bottom:1px solid rgba(15,23,42,.05);
  background:
    radial-gradient(circle at 0% 50%, rgba(99,91,255,.14), transparent 22%),
    radial-gradient(circle at 100% 50%, rgba(14,165,233,.14), transparent 22%),
    linear-gradient(90deg,#f8fbff 0%,#edf5ff 100%);
}

.hlwlx-header__topline::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg, transparent 10%, rgba(255,255,255,.45) 45%, transparent 75%);
  transform:translateX(-120%);
  animation:hlwlxShine 7s linear infinite;
  pointer-events:none;
}

@keyframes hlwlxShine{
  to{ transform:translateX(120%); }
}

.hlwlx-header__topline-inner{
  min-height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  text-align:center;
  padding-block:6px;
}

.hlwlx-header__topline p{
  margin:0;
  font-size:13px;
  line-height:1.45;
  font-weight:700;
  color:var(--hlwlx-text);
}

.hlwlx-header__topline a{
  position:relative;
  display:inline-flex;
  align-items:center;
  flex-shrink:0;
  text-decoration:none;
  font-size:13px;
  font-weight:800;
  color:var(--hlwlx-primary);
}

.hlwlx-header__topline a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-2px;
  width:100%;
  height:1px;
  background:currentColor;
  transform:scaleX(.35);
  transform-origin:left;
  transition:transform .28s ease;
}

.hlwlx-header__topline a:hover::after{
  transform:scaleX(1);
}

/* main header */
.hlwlx-header__main{
  width:100%;
  background:rgba(255,255,255,.78);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(15,23,42,.06);
  transition:background .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.hlwlx-header__row{
  min-height:82px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  transition:min-height .3s ease;
}

.hlwlx-header.is-scrolled .hlwlx-header__main{
  background:rgba(255,255,255,.92);
  box-shadow:0 12px 34px rgba(15,23,42,.06);
  border-bottom-color:rgba(15,23,42,.08);
}

.hlwlx-header.is-scrolled .hlwlx-header__row{
  min-height:72px;
}

/* brand */
.hlwlx-brand{
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  flex:0 0 auto;
  min-width:0;
  text-decoration:none;
}

.hlwlx-brand__logo{
  display:block;
  width:auto;
  max-width:100%;
  height:auto;
  max-height:42px;
  transition:max-height .3s ease, transform .3s ease;
}

.hlwlx-header.is-scrolled .hlwlx-brand__logo{
  max-height:38px;
}

.hlwlx-brand:hover .hlwlx-brand__logo{
  transform:translateY(-1px);
}

/* desktop nav */
.hlwlx-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  min-width:0;
  flex:1 1 auto;
  padding:6px;
  border:1px solid rgba(15,23,42,.06);
  border-radius:999px;
  background:rgba(255,255,255,.72);
  box-shadow:0 8px 18px rgba(80,92,145,.05);
  overflow:hidden;
}

.hlwlx-nav a{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 14px;
  border-radius:999px;
  text-decoration:none;
  color:var(--hlwlx-text-soft);
  font-size:14px;
  line-height:1;
  font-weight:800;
  white-space:nowrap;
  transition:color .28s ease, transform .28s ease, background .28s ease;
}

.hlwlx-nav a::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:linear-gradient(135deg, rgba(99,91,255,.10), rgba(14,165,233,.08));
  opacity:0;
  transform:scale(.94);
  transition:opacity .28s ease, transform .28s ease;
}

.hlwlx-nav a::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:7px;
  transform:translateX(-50%);
  width:0;
  height:2px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--hlwlx-primary),var(--hlwlx-secondary));
  transition:width .28s ease;
}

.hlwlx-nav a span{
  position:relative;
  z-index:1;
}

.hlwlx-nav a:hover{
  color:var(--hlwlx-text);
  transform:translateY(-1px);
}

.hlwlx-nav a:hover::before{
  opacity:1;
  transform:scale(1);
}

.hlwlx-nav a:hover::after{
  width:22px;
}

.hlwlx-nav a.is-active{
  color:var(--hlwlx-text);
  background:linear-gradient(135deg, rgba(99,91,255,.10), rgba(14,165,233,.08));
}

.hlwlx-nav a.is-active::after{
  width:22px;
}

/* actions */
.hlwlx-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  flex:0 0 auto;
}

.hlwlx-btn{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 18px;
  border-radius:999px;
  border:1px solid transparent;
  text-decoration:none;
  font-size:14px;
  line-height:1;
  font-weight:800;
  white-space:nowrap;
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}

.hlwlx-btn:hover{
  transform:translateY(-2px);
}

.hlwlx-btn--primary{
  color:#fff;
  background:linear-gradient(135deg,var(--hlwlx-primary),var(--hlwlx-secondary));
  box-shadow:0 16px 30px rgba(99,91,255,.22);
}

.hlwlx-btn--primary:hover{
  box-shadow:0 20px 36px rgba(99,91,255,.28);
}

.hlwlx-btn--light{
  color:var(--hlwlx-text);
  background:rgba(255,255,255,.95);
  border-color:var(--hlwlx-line);
  box-shadow:var(--hlwlx-shadow-soft);
}

.hlwlx-btn--light:hover{
  background:#fff;
}

.hlwlx-btn--soft{
  color:var(--hlwlx-text);
  background:linear-gradient(135deg,#ecfeff,#eef2ff);
  border-color:rgba(99,91,255,.08);
}

.hlwlx-btn--full{
  width:100%;
}

/* menu button */
.hlwlx-menu-btn{
  display:none;
  width:48px;
  height:48px;
  padding:0;
  border:none;
  border-radius:16px;
  background:rgba(255,255,255,.96);
  border:1px solid var(--hlwlx-line);
  box-shadow:var(--hlwlx-shadow-soft);
  cursor:pointer;
  flex:0 0 auto;
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.hlwlx-menu-btn:hover{
  transform:translateY(-2px);
}

.hlwlx-menu-btn span{
  display:block;
  width:20px;
  height:2px;
  margin:4px auto;
  border-radius:999px;
  background:var(--hlwlx-text);
  transition:transform .28s ease, opacity .28s ease;
}

.hlwlx-menu-btn.is-active span:nth-child(1){
  transform:translateY(6px) rotate(45deg);
}

.hlwlx-menu-btn.is-active span:nth-child(2){
  opacity:0;
}

.hlwlx-menu-btn.is-active span:nth-child(3){
  transform:translateY(-6px) rotate(-45deg);
}

/* overlay */
.hlwlx-overlay{
  position:fixed;
  inset:0;
  background:rgba(8,12,24,.42);
  backdrop-filter:blur(3px);
  -webkit-backdrop-filter:blur(3px);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .3s ease, visibility .3s ease;
  z-index:9997;
}

.hlwlx-overlay.is-active{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}

/* mobile panel */
.hlwlx-mobile{
  position:fixed;
  top:0;
  right:0;
  width:min(92vw, 390px);
  max-width:100%;
  height:100dvh;
  background:
    radial-gradient(circle at top right, rgba(99,91,255,.16), transparent 32%),
    radial-gradient(circle at bottom left, rgba(14,165,233,.12), transparent 28%),
    linear-gradient(180deg,#ffffff 0%,#f6f9ff 100%);
  box-shadow:-18px 0 46px rgba(15,23,42,.16);
  transform:translate3d(100%,0,0);
  transition:transform .42s cubic-bezier(.22,.61,.36,1);
  z-index:9998;
  overflow:hidden;
  will-change:transform;
}

.hlwlx-mobile.is-active{
  transform:translate3d(0,0,0);
}

.hlwlx-mobile__inner{
  height:100%;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  padding:18px;
  display:flex;
  flex-direction:column;
  gap:16px;
}

.hlwlx-mobile__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.hlwlx-close-btn{
  position:relative;
  width:48px;
  height:48px;
  flex:0 0 auto;
  border:none;
  border-radius:16px;
  background:#fff;
  border:1px solid var(--hlwlx-line);
  box-shadow:var(--hlwlx-shadow-soft);
  cursor:pointer;
}

.hlwlx-close-btn span{
  position:absolute;
  left:50%;
  top:50%;
  width:18px;
  height:2px;
  border-radius:999px;
  background:var(--hlwlx-text);
}

.hlwlx-close-btn span:first-child{
  transform:translate(-50%,-50%) rotate(45deg);
}

.hlwlx-close-btn span:last-child{
  transform:translate(-50%,-50%) rotate(-45deg);
}

.hlwlx-mobile__hero{
  position:relative;
  overflow:hidden;
  padding:20px;
  border-radius:24px;
  background:linear-gradient(135deg, rgba(99,91,255,.10), rgba(14,165,233,.09));
  border:1px solid rgba(99,91,255,.08);
  box-shadow:0 12px 30px rgba(99,91,255,.08);
}

.hlwlx-mobile__hero::before{
  content:"";
  position:absolute;
  width:120px;
  height:120px;
  top:-40px;
  right:-30px;
  border-radius:50%;
  background:rgba(255,255,255,.25);
  filter:blur(8px);
}

.hlwlx-mobile__eyebrow{
  display:inline-flex;
  margin-bottom:10px;
  font-size:11px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--hlwlx-primary);
}

.hlwlx-mobile__hero h3{
  margin:0 0 8px;
  color:var(--hlwlx-text);
  font-size:21px;
  line-height:1.2;
  font-weight:900;
}

.hlwlx-mobile__hero p{
  margin:0;
  color:var(--hlwlx-text-soft);
  font-size:14px;
  line-height:1.7;
  font-weight:600;
}

.hlwlx-mobile__nav{
  display:grid;
  gap:10px;
}

.hlwlx-mobile__nav a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:15px 16px;
  border-radius:20px;
  text-decoration:none;
  color:var(--hlwlx-text);
  background:rgba(255,255,255,.94);
  border:1px solid rgba(15,23,42,.06);
  box-shadow:0 10px 24px rgba(80,92,145,.05);
  transform:translateY(12px);
  opacity:0;
}

.hlwlx-mobile.is-active .hlwlx-mobile__nav a{
  animation:hlwlxFadeUp .42s ease forwards;
}

.hlwlx-mobile.is-active .hlwlx-mobile__nav a:nth-child(1){animation-delay:.04s;}
.hlwlx-mobile.is-active .hlwlx-mobile__nav a:nth-child(2){animation-delay:.08s;}
.hlwlx-mobile.is-active .hlwlx-mobile__nav a:nth-child(3){animation-delay:.12s;}
.hlwlx-mobile.is-active .hlwlx-mobile__nav a:nth-child(4){animation-delay:.16s;}
.hlwlx-mobile.is-active .hlwlx-mobile__nav a:nth-child(5){animation-delay:.20s;}
.hlwlx-mobile.is-active .hlwlx-mobile__nav a:nth-child(6){animation-delay:.24s;}

@keyframes hlwlxFadeUp{
  from{
    opacity:0;
    transform:translateY(12px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

.hlwlx-mobile__nav strong{
  display:block;
  font-size:15px;
  line-height:1.2;
  font-weight:900;
  color:var(--hlwlx-text);
}

.hlwlx-mobile__nav small{
  display:block;
  margin-top:4px;
  font-size:12px;
  line-height:1.5;
  font-weight:700;
  color:var(--hlwlx-text-soft);
}

.hlwlx-mobile__nav i{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  font-style:normal;
  font-size:18px;
  font-weight:900;
  color:var(--hlwlx-primary);
  transition:transform .25s ease;
}

.hlwlx-mobile__nav a:hover i{
  transform:translateX(3px);
}

.hlwlx-mobile__actions{
  display:grid;
  gap:12px;
  margin-top:auto;
  padding-top:4px;
}

body.hlwlx-lock{
  overflow:hidden;
}

/* =========================
   Responsive
========================= */

@media (max-width:1180px){
  .hlwlx-nav,
  .hlwlx-actions{
    display:none;
  }

  .hlwlx-menu-btn{
    display:inline-block;
  }

  .hlwlx-header__row{
    justify-content:space-between;
  }
}

@media (max-width:767px){
  .hlwlx-container{
    padding-inline:14px;
  }

  .hlwlx-header__topline-inner{
    min-height:auto;
    flex-wrap:wrap;
    gap:4px 10px;
    padding-block:8px;
  }

  .hlwlx-header__topline p,
  .hlwlx-header__topline a{
    font-size:12px;
  }

  .hlwlx-header__row{
    min-height:72px;
    gap:12px;
  }

  .hlwlx-brand{
    max-width:calc(100% - 60px);
  }

  .hlwlx-brand__logo{
    max-height:36px;
  }

  .hlwlx-header.is-scrolled .hlwlx-brand__logo{
    max-height:34px;
  }

  .hlwlx-menu-btn{
    width:46px;
    height:46px;
    border-radius:14px;
  }

  .hlwlx-mobile{
    width:min(100vw, 380px);
  }

  .hlwlx-mobile__inner{
    padding:16px;
  }

  .hlwlx-mobile__hero{
    padding:18px;
    border-radius:22px;
  }

  .hlwlx-mobile__hero h3{
    font-size:19px;
  }
}

@media (max-width:480px){
  .hlwlx-container{
    padding-inline:12px;
  }

  .hlwlx-header__row{
    min-height:68px;
  }

  .hlwlx-brand__logo{
    max-height:33px;
  }

  .hlwlx-mobile{
    width:100%;
  }

  .hlwlx-mobile__inner{
    padding:14px;
  }

  .hlwlx-mobile__nav a{
    padding:14px 14px;
    border-radius:18px;
  }

  .hlwlx-btn{
    min-height:44px;
    font-size:13px;
    padding:0 16px;
  }
}/* End custom CSS */