  .hwv2-menu-btn span {
    display: block;
    height: 2px;
    width: 18px;
    border-radius: 9999px;
    background: #008cd2;
    transition:
      transform 0.22s ease,
      opacity 0.22s ease;
  }

  .hwv2-nav-open {
    overflow: hidden;
  }

  .hwv2-mobile-nav.is-open {
    opacity: 1;
    transform: translateY(0);
    max-height: 70vh;
    pointer-events: auto;
  }

  .hwv2-mobile-nav {
    opacity: 0;
    transform: translateY(-8px);
    max-height: 0;
    pointer-events: none;
    transition:
      opacity 0.24s ease,
      transform 0.24s ease,
      max-height 0.28s ease;
    will-change: opacity, transform, max-height;
  }

  .hwv2-mobile-nav.is-closing {
    opacity: 0;
    transform: translateY(-8px);
    max-height: 0;
    pointer-events: none;
  }

  .hwv2-top-actions nav a,
  .hwv2-mobile-nav a {
    color: #152542 !important;
  }

  .hwv2-top-actions nav a:hover,
  .hwv2-top-actions nav a:focus-visible,
  .hwv2-mobile-nav a:hover,
  .hwv2-mobile-nav a:focus-visible {
    color: #008cd2 !important;
  }

  .hwv2-footer a:hover,
  .hwv2-footer a:focus-visible {
    color: #008cd2 !important;
  }

  .hwv2-hero-badge,
  .hwv2-hero-badge span {
    color: #008cd2 !important;
  }

  .hwv2-member-card,
  .hwv2-blog-card {
    transition:
      box-shadow 0.24s ease,
      transform 0.24s ease,
      border-color 0.24s ease;
    will-change: box-shadow, transform;
  }

  .hwv2-member-card:hover,
  .hwv2-member-card:focus-visible {
    box-shadow: 0 10px 24px rgba(0, 140, 210, 0.12) !important;
    transform: translateY(-1px);
    border-color: rgba(0, 140, 210, 0.3) !important;
  }

  .hwv2-blog-card:hover,
  .hwv2-blog-card:focus-within {
    box-shadow: 0 12px 28px rgba(0, 140, 210, 0.13) !important;
    transform: translateY(-2px);
    border-color: rgba(0, 140, 210, 0.3) !important;
  }

  .hwv2-members .hwv2-tab,
  .hwv2-members .hwv2-member-meta strong,
  .hwv2-members .hwv2-member-meta small,
  .hwv2-blog .hwv2-blog-bar,
  .hwv2-blog .hwv2-blog-meta h3,
  .hwv2-blog .hwv2-blog-meta time {
    color: #152542 !important;
  }

  .hwv2-blog .hwv2-outline-btn {
    color: #008cd2 !important;
    border-color: rgba(0, 140, 210, 0.35) !important;
  }

  .hwv2-members .hwv2-section-title,
  .hwv2-blog .hwv2-section-title {
    color: #152542 !important;
    font-size: 1.125rem;
  }

  .hwv2-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
  }

  .hwv2-footer-brand-logo {
    width: 1.05rem;
    height: 1.05rem;
    object-fit: contain;
    flex-shrink: 0;
  }

  .hwv2-footer-brand-text {
    background: linear-gradient(90deg, #008cd2 0%, #00aacc 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
  }

  .hwv2-hero-brand-text {
    background: linear-gradient(90deg, #008cd2 0%, #00aacc 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
  }

  @media (min-width: 640px) {

    .hwv2-members .hwv2-section-title,
    .hwv2-blog .hwv2-section-title {
      font-size: 1.25rem;
    }
  }

  .hwv2-blog .hwv2-outline-btn:hover,
  .hwv2-blog .hwv2-outline-btn:focus-visible {
    background: #008cd2 !important;
    border-color: #008cd2 !important;
    color: #ffffff !important;
  }

  .hwv2-members .hwv2-tab[aria-selected="true"] {
    background: #008cd2 !important;
    border-color: #008cd2 !important;
    color: #ffffff !important;
    box-shadow: 0 8px 18px rgba(0, 140, 210, 0.35);
  }

  .hwv2-members .hwv2-tab {
    box-shadow: 0 3px 10px rgba(0, 140, 210, 0.15);
  }

  .hwv2-members .hwv2-tab:hover,
  .hwv2-members .hwv2-tab:focus-visible {
    box-shadow: 0 6px 14px rgba(0, 140, 210, 0.24);
  }

  .hwv2-hero,
  .hwv2-members,
  .hwv2-blog,
  .hwv2-footer,
  .hwv2-header {
    opacity: 0;
    transform: translateY(16px);
    transition:
      opacity 0.5s ease,
      transform 0.5s ease;
  }

  .is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  .hwv2-reveal {
    opacity: 1;
    transform: none;
  }

  .hwv2-hero .hwv2-outline-btn {
    position: relative;
    z-index: 6;
    background: #ffffff;
    border-color: rgba(0, 140, 210, 0.35) !important;
    color: #008cd2 !important;
  }

  .hwv2-hero .hwv2-outline-btn:hover,
  .hwv2-hero .hwv2-outline-btn:focus-visible {
    background: #008cd2 !important;
    border-color: #008cd2 !important;
    color: #ffffff !important;
  }

  /* Keep decorative rellax objects visible but always below interactive content */
  .rellax[class*="page_obj_"] {
    z-index: 1 !important;
    pointer-events: none;
  }

  .hwv2-header,
  .hwv2-hero,
  .hwv2-members,
  .hwv2-blog,
  .hwv2-footer {
    position: relative;
    z-index: 5;
  }

  .hwv2-panel {
    opacity: 0;
    transform: translateY(10px);
    transition:
      opacity 0.28s ease,
      transform 0.28s ease;
  }

  .hwv2-panel.is-active {
    opacity: 1;
    transform: translateY(0);
  }

  .hwv2-panel[hidden] {
    display: none !important;
  }

  @media (prefers-reduced-motion: reduce) {
    .hwv2-panel {
      transition: none;
      transform: none;
    }

    .hwv2-mobile-nav {
      transition: none;
      transform: none;
    }
  }

  /* @group obj */

  .rellax {
    -ms-filter: blur(4px);
    filter: blur(4px);
  }

  .obj_01 {
    position: absolute;
    top: 1500px;
    left: 100px;
  }

  .obj_02 {
    position: absolute;
    top: 2000px;
    right: 100px;
  }

  .obj_03 {
    position: absolute;
    top: 2200px;
    left: 200px;
  }

  .obj_04 {
    position: absolute;
    top: 2300px;
    right: 150px;
  }

  .obj_05 {
    position: absolute;
    top: 2600px;
    left: 70px;
  }

  .obj_06 {
    position: absolute;
    top: 2800px;
    right: 60px;
  }

  .obj_07 {
    position: absolute;
    top: 3000px;
    left: 500px;
  }

  .obj_08 {
    position: absolute;
    top: 4000px;
    left: 50%;
  }

  .obj_09 {
    position: absolute;
    top: 4500px;
    left: 60%;
  }

  .obj_10 {
    position: absolute;
    top: 5000px;
    left: 30px;
  }

  .obj_11 {
    position: absolute;
    top: 5200px;
    right: 40%;
  }

  .obj_12 {
    position: absolute;
    top: 4500px;
    left: 50px;
  }

  .obj_13 {
    position: absolute;
    top: 4600px;
    right: 450px;
  }

  .obj_14 {
    position: absolute;
    top: 4600px;
    left: 500px;
  }

  .obj_15 {
    position: absolute;
    top: 5800px;
    left: 60px;
  }

  .obj_16 {
    position: absolute;
    top: 5000px;
    right: 200px;
  }

  .obj_17 {
    position: absolute;
    top: 5000px;
    left: 50%;
  }

  .obj_18 {
    position: absolute;
    top: 5500px;
    right: 5%;
  }

  .page_obj_01 {
    position: absolute;
    top: 00px;
    left: 100px;
    z-index: -1;
  }

  .page_obj_02 {
    position: absolute;
    top: 220px;
    right: 100px;
    z-index: -1;
  }

  .page_obj_03 {
    position: absolute;
    top: 200px;
    left: 250px;
    z-index: -1;
  }

  .page_obj_04 {
    position: absolute;
    top: 270px;
    right: 150px;
    z-index: -1;
  }

  .page_obj_05 {
    position: absolute;
    top: 800px;
    left: 10px;
    z-index: -1;
  }

  .page_obj_06 {
    position: absolute;
    top: 380px;
    right: 60px;
    z-index: -1;
  }

  .page_obj_07 {
    position: absolute;
    top: 500px;
    left: 300px;
    z-index: -1;
  }

  .page_obj_08 {
    position: absolute;
    top: 240px;
    left: 50%;
    z-index: -1;
  }

  .page_obj_09 {
    position: absolute;
    top: 350px;
    left: 60%;
    z-index: -1;
  }

  .page_obj_10 {
    position: absolute;
    top: 1500px;
    left: 30px;
    z-index: -1;
  }

  .page_obj_11 {
    position: absolute;
    top: 1400px;
    right: 40%;
    z-index: -1;
  }

  .page_obj_12 {
    position: absolute;
    top: 1100px;
    left: 50px;
  }

  .page_obj_13 {
    position: absolute;
    top: 1200px;
    right: 450px;
    z-index: -1;
  }

  .page_obj_14 {
    position: absolute;
    top: 1200px;
    left: 500px;
    z-index: -1;
  }

  .page_obj_15 {
    position: absolute;
    top: 1300px;
    left: 60px;
    z-index: -1;
  }

  .page_obj_16 {
    position: absolute;
    top: 1400px;
    right: 200px;
    z-index: -1;
  }

  .page_obj_17 {
    position: absolute;
    top: 1300px;
    left: 50%;
    z-index: -1;
  }

  .page_obj_18 {
    position: absolute;
    top: 1400px;
    right: 5%;
    z-index: -1;
  }

  .page_obj_01 img {
    box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
    transition-duration: 0s;
  }

  .page_obj_01 img:hover {
    box-shadow:
      0 0px 0px 0 rgba(0, 0, 0, 0),
      0 0px 0px 0 rgba(0, 0, 0, 0);
  }

  .page_obj_02 img {
    box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
    transition-duration: 0s;
  }

  .page_obj_02 img:hover {
    box-shadow:
      0 0px 0px 0 rgba(0, 0, 0, 0),
      0 0px 0px 0 rgba(0, 0, 0, 0);
  }

  .page_obj_03 img {
    box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
    transition-duration: 0s;
  }

  .page_obj_03 img:hover {
    box-shadow:
      0 0px 0px 0 rgba(0, 0, 0, 0),
      0 0px 0px 0 rgba(0, 0, 0, 0);
  }

  .page_obj_04 img {
    box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
    transition-duration: 0s;
  }

  .page_obj_05 img:hover {
    box-shadow:
      0 0px 0px 0 rgba(0, 0, 0, 0),
      0 0px 0px 0 rgba(0, 0, 0, 0);
  }

  .page_obj_05 img {
    box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
    transition-duration: 0s;
  }

  .page_obj_05 img:hover {
    box-shadow:
      0 0px 0px 0 rgba(0, 0, 0, 0),
      0 0px 0px 0 rgba(0, 0, 0, 0);
  }

  .page_obj_06 img {
    box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
    transition-duration: 0s;
  }

  .page_obj_06 img:hover {
    box-shadow:
      0 0px 0px 0 rgba(0, 0, 0, 0),
      0 0px 0px 0 rgba(0, 0, 0, 0);
  }

  .page_obj_07 img {
    box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
    transition-duration: 0s;
  }

  .page_obj_07 img:hover {
    box-shadow:
      0 0px 0px 0 rgba(0, 0, 0, 0),
      0 0px 0px 0 rgba(0, 0, 0, 0);
  }

  .page_obj_08 img {
    box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
    transition-duration: 0s;
  }

  .page_obj_08 img:hover {
    box-shadow:
      0 0px 0px 0 rgba(0, 0, 0, 0),
      0 0px 0px 0 rgba(0, 0, 0, 0);
  }

  .page_obj_09 img {
    box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
    transition-duration: 0s;
  }

  .page_obj_09 img:hover {
    box-shadow:
      0 0px 0px 0 rgba(0, 0, 0, 0),
      0 0px 0px 0 rgba(0, 0, 0, 0);
  }

  .page_obj_10 img {
    box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
    transition-duration: 0s;
  }

  .page_obj_10 img:hover {
    box-shadow:
      0 0px 0px 0 rgba(0, 0, 0, 0),
      0 0px 0px 0 rgba(0, 0, 0, 0);
  }

  .page_obj_11 img {
    box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
    transition-duration: 0s;
  }

  .page_obj_11 img:hover {
    box-shadow:
      0 0px 0px 0 rgba(0, 0, 0, 0),
      0 0px 0px 0 rgba(0, 0, 0, 0);
  }

  .page_obj_12 img {
    box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
    transition-duration: 0s;
  }

  .page_obj_12 img:hover {
    box-shadow:
      0 0px 0px 0 rgba(0, 0, 0, 0),
      0 0px 0px 0 rgba(0, 0, 0, 0);
  }

  .page_obj_13 img {
    box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
    transition-duration: 0s;
  }

  .page_obj_13 img:hover {
    box-shadow:
      0 0px 0px 0 rgba(0, 0, 0, 0),
      0 0px 0px 0 rgba(0, 0, 0, 0);
  }

  .page_obj_14 img {
    box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
    transition-duration: 0s;
  }

  .page_obj_14 img:hover {
    box-shadow:
      0 0px 0px 0 rgba(0, 0, 0, 0),
      0 0px 0px 0 rgba(0, 0, 0, 0);
  }

  .page_obj_15 img {
    box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
    transition-duration: 0s;
  }

  .page_obj_15 img:hover {
    box-shadow:
      0 0px 0px 0 rgba(0, 0, 0, 0),
      0 0px 0px 0 rgba(0, 0, 0, 0);
  }

  .page_obj_16 img {
    box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
    transition-duration: 0s;
  }

  .page_obj_16 img:hover {
    box-shadow:
      0 0px 0px 0 rgba(0, 0, 0, 0),
      0 0px 0px 0 rgba(0, 0, 0, 0);
  }

  .page_obj_17 img {
    box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
    transition-duration: 0s;
  }

  .page_obj_17 img:hover {
    box-shadow:
      0 0px 0px 0 rgba(0, 0, 0, 0),
      0 0px 0px 0 rgba(0, 0, 0, 0);
  }

  .page_obj_18 img {
    box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
    transition-duration: 0s;
  }

  .page_obj_18 img:hover {
    box-shadow:
      0 0px 0px 0 rgba(0, 0, 0, 0),
      0 0px 0px 0 rgba(0, 0, 0, 0);
  }