:host {
  display: block;
}

html:has(body.hbcx-has-custom-footer),
body.hbcx-has-custom-footer {
  min-height: 100%;
  background: var(--hbcx-color-page-background, #3f394f) !important;
  overscroll-behavior-y: none;
}

body.hbcx-has-custom-footer {
  overflow-x: hidden;
}

.hbcx-site-header-host,
.hbcx-site-footer-host,
.hbcx-hero-carousel-host {
  display: block;
  opacity: 0;
}

.hbcx-hero-carousel-host {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
}

.hbcx-site-header-host.hbcx-is-ready,
.hbcx-site-footer-host.hbcx-is-ready,
.hbcx-hero-carousel-host.hbcx-is-ready {
  opacity: 1;
}

body.hbcx-has-custom-header .elementor-location-header,
body.hbcx-has-custom-header header[data-elementor-type="header"],
body.hbcx-has-custom-header #site-header,
body.hbcx-has-custom-header #masthead,
body.hbcx-has-custom-header .site-header,
body.hbcx-has-custom-header .main-header-bar,
body.hbcx-has-custom-header .ast-primary-header-bar,
body.hbcx-has-custom-header .wp-site-blocks > header.wp-block-template-part,
body.hbcx-has-custom-header .wp-block-template-part > header,
body.hbcx-has-custom-header > header:not(.hbcx-site-header),
body.hbcx-has-custom-header > .header,
body.hbcx-has-custom-header > .main-header,
body.hbcx-has-custom-header > .navbar,
body.hbcx-has-custom-header > .navigation,
body.hbcx-has-custom-header > .site-navigation {
  display: none !important;
}

body.hbcx-has-custom-footer .elementor-location-footer,
body.hbcx-has-custom-footer footer[data-elementor-type="footer"],
body.hbcx-has-custom-footer #colophon,
body.hbcx-has-custom-footer .site-footer,
body.hbcx-has-custom-footer .wp-site-blocks > footer.wp-block-template-part,
body.hbcx-has-custom-footer .wp-block-template-part > footer,
body.hbcx-has-custom-footer > footer:not(.hbcx-site-footer),
body.hbcx-has-custom-footer > .footer {
  display: none !important;
}

body.hbcx-has-custom-header {
  padding-top: calc(var(--hbcx-header-top-height, 145px) + var(--hbcx-header-nav-height, 85px));
}

body.hbcx-menu-scroll-locked {
  overflow: hidden;
  touch-action: none;
}

body.admin-bar .hbcx-site-header-host {
  --hbcx-admin-offset: 32px;
}

body.hbcx-has-custom-header {
  margin-top: 0;
}

.hbcx-site-header {
  position: fixed;
  top: var(--hbcx-admin-offset, 0);
  right: 0;
  left: 0;
  z-index: 9999;
  --hbcx-header-top-height: 145px;
  --hbcx-header-nav-height: 85px;
  --hbcx-header-logo-width: 292px;
  --hbcx-header-logo-offset-x: -44px;
  --hbcx-header-sticky-logo-width: 152px;
  --hbcx-header-sticky-logo-offset-x: 0px;
  --hbcx-header-sticky-logo-width-tablet: 132px;
  --hbcx-header-sticky-logo-width-mobile: 112px;
  --hbcx-header-sticky-logo-offset-x-tablet: 0px;
  --hbcx-header-sticky-logo-offset-x-mobile: 0px;
  --hbcx-header-nav-gap: 20px;
  --hbcx-header-nav-offset-x: 0px;
  --hbcx-header-action-gap: 12px;
  --hbcx-header-content-padding-x: 88px;
  color: var(--hbcx-color-text, #070b23);
  font-family: var(--hbcx-font-body, Helvetica, Arial, sans-serif);
  transition: transform .28s ease, opacity .18s ease;
}

.hbcx-site-header,
.hbcx-site-header *,
.hbcx-site-header *::before,
.hbcx-site-header *::after {
  box-sizing: border-box;
}

.hbcx-site-header__top {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(34px, 4.6vw, 76px);
  width: 100%;
  min-height: var(--hbcx-header-top-height, 145px);
  padding: 20px max(34px, var(--hbcx-header-content-padding-x, 88px));
  background: color-mix(in srgb, var(--hbcx-color-surface, #fff) 96%, transparent);
  box-shadow: 0 16px 54px rgba(5, 9, 31, .08);
  transition: transform .3s ease, opacity .22s ease;
}

.hbcx-site-header__brand {
  display: inline-flex;
  align-items: center;
  color: var(--hbcx-color-text, #071025);
  text-decoration: none;
}

.hbcx-site-header__brand img {
  display: block;
  width: clamp(150px, var(--hbcx-header-logo-width, 292px), 420px);
  height: auto;
  max-height: 92px;
  object-fit: contain;
  transform: translateX(var(--hbcx-header-logo-offset-x, -44px));
}

.hbcx-site-header__pillars {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.hbcx-site-header__pillar {
  position: relative;
  display: inline-grid;
  grid-template-columns: 34px auto;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 0 clamp(18px, 2.3vw, 38px);
  color: var(--hbcx-color-text, #071025);
}

.hbcx-site-header__pillar + .hbcx-site-header__pillar {
  border-left: 1px solid rgba(7, 16, 37, .12);
}

.hbcx-site-header__pillar-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--hbcx-color-accent, #6c39f0);
  width: 34px;
  height: 34px;
}

.hbcx-site-header__pillar-icon svg {
  display: block !important;
  width: 34px !important;
  height: 34px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.hbcx-site-header__pillar--innovation .hbcx-site-header__pillar-icon {
  color: #058bb1;
}

.hbcx-site-header__pillar--connectivity .hbcx-site-header__pillar-icon {
  color: #5f656b;
}

.hbcx-site-header__pillar strong,
.hbcx-site-header__pillar small {
  display: block;
}

.hbcx-site-header__pillar strong {
  font-size: 14px;
  line-height: 1.1;
  text-transform: uppercase;
}

.hbcx-site-header__pillar small {
  margin-top: 5px;
  color: rgba(7, 16, 37, .72);
  font-size: 13px;
  line-height: 1.1;
}

.hbcx-site-header__socials {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-left: clamp(22px, 3vw, 46px);
  border-left: 1px solid rgba(7, 16, 37, .10);
}

.hbcx-site-header__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
  color: var(--hbcx-color-text, #071025);
  box-shadow: 0 12px 32px rgba(5, 9, 31, .10);
  font: 800 18px/1 Helvetica, Arial, sans-serif;
  text-decoration: none;
}

.hbcx-site-header__socials svg {
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  fill: currentColor !important;
}

.hbcx-site-header__socials img {
  display: block !important;
  width: 23px !important;
  height: 23px !important;
  object-fit: contain !important;
}

.hbcx-site-header__socials a:first-child {
  color: #0b78a8;
}

.hbcx-site-header__socials a:nth-child(2) {
  color: #168fd2;
}

@media (min-width: 1181px) {
  .hbcx-site-header .hbcx-site-header__top {
    min-height: 104px;
    padding: 14px max(40px, calc((100vw - 1744px) / 2));
    gap: clamp(24px, 3vw, 56px);
    background: #faf9fc;
    border-bottom: 1px solid #e6e1ef;
    box-shadow: none;
  }

  .hbcx-site-header .hbcx-site-header__brand img {
    width: 240px;
    max-height: 76px;
    transform: none;
  }

  .hbcx-site-header .hbcx-site-header__pillar {
    grid-template-columns: 26px auto;
    padding: 0 clamp(14px, 1.8vw, 30px);
    gap: 10px;
  }

  .hbcx-site-header .hbcx-site-header__pillar + .hbcx-site-header__pillar {
    border-left: 0;
  }

  .hbcx-site-header .hbcx-site-header__pillar-icon,
  .hbcx-site-header .hbcx-site-header__pillar-icon svg {
    width: 26px !important;
    height: 26px !important;
  }

  .hbcx-site-header .hbcx-site-header__pillar strong {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: none;
    letter-spacing: -.01em;
  }

  .hbcx-site-header .hbcx-site-header__pillar small {
    font-size: 11px;
    line-height: 1.4;
    margin-top: 3px;
    color: #686174;
  }

  .hbcx-site-header .hbcx-site-header__socials {
    gap: 8px;
    padding-left: 20px;
  }

  .hbcx-site-header .hbcx-site-header__socials a {
    width: 36px;
    height: 36px;
    border: 1px solid #e4dfec;
    border-radius: 10px;
    box-shadow: none;
    background: transparent;
    transition: background .18s ease, border-color .18s ease;
  }

  .hbcx-site-header .hbcx-site-header__socials a:hover,
  .hbcx-site-header .hbcx-site-header__socials a:focus-visible {
    background: #ece7f5;
    border-color: #9782bd;
  }
}

.hbcx-site-header__nav-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 20px;
  min-height: var(--hbcx-header-nav-height, 85px);
  padding: 0 max(34px, var(--hbcx-header-content-padding-x, 88px));
  border-bottom: 0;
  background:
    radial-gradient(circle at 4% 30%, rgba(100, 57, 240, .25), transparent 28%),
    linear-gradient(90deg, var(--hbcx-color-primary, #050a25) 0%, color-mix(in srgb, var(--hbcx-color-primary, #07102f) 86%, var(--hbcx-color-secondary, #3431ff)) 48%, #040923 100%);
  box-shadow: none;
  color: #fff;
  transition: transform .3s ease, min-height .25s ease;
}

.hbcx-site-header__sticky-brand {
  display: none;
  align-items: center;
  min-width: 0;
  opacity: 0;
  pointer-events: none;
  text-decoration: none;
  transform: translateX(calc(var(--hbcx-header-sticky-logo-offset-x, 0px) - 10px));
  transition: opacity .22s ease, transform .22s ease;
}

.hbcx-site-header__sticky-brand img {
  display: block;
  width: clamp(70px, var(--hbcx-header-sticky-logo-width, 152px), 240px);
  max-height: clamp(30px, calc(var(--hbcx-header-nav-height, 85px) * .58), 58px);
  object-fit: contain;
}

.hbcx-site-header.hbcx-is-scrolled .hbcx-site-header__sticky-brand:not([hidden]) {
  display: flex;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(var(--hbcx-header-sticky-logo-offset-x, 0px));
}

@media (max-width: 1180px) {
  .hbcx-site-footer__bottom { padding-right: 52px; flex-wrap: wrap; }
  .hbcx-site-footer__bottom nav { flex-wrap: wrap; }
  .hbcx-site-header__sticky-brand {
    transform: translateX(calc(var(--hbcx-header-sticky-logo-offset-x-tablet, var(--hbcx-header-sticky-logo-offset-x, 0px)) - 8px));
  }

  .hbcx-site-header__sticky-brand img {
    width: clamp(70px, var(--hbcx-header-sticky-logo-width-tablet, var(--hbcx-header-sticky-logo-width, 132px)), 220px);
  }

  .hbcx-site-header.hbcx-is-scrolled .hbcx-site-header__sticky-brand:not([hidden]) {
    transform: translateX(var(--hbcx-header-sticky-logo-offset-x-tablet, var(--hbcx-header-sticky-logo-offset-x, 0px)));
  }
}

@media (max-width: 560px) {
  .hbcx-site-header__sticky-brand {
    transform: translateX(calc(var(--hbcx-header-sticky-logo-offset-x-mobile, 0px) - 6px));
  }

  .hbcx-site-header__sticky-brand img {
    width: clamp(70px, var(--hbcx-header-sticky-logo-width-mobile, 112px), 190px);
  }

  .hbcx-site-header.hbcx-is-scrolled .hbcx-site-header__sticky-brand:not([hidden]) {
    transform: translateX(var(--hbcx-header-sticky-logo-offset-x-mobile, 0px));
  }
}

.hbcx-site-header.hbcx-is-scrolled .hbcx-site-header__top {
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
}

.hbcx-site-header.hbcx-is-scrolled .hbcx-site-header__nav-row {
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  transform: translateY(calc(-1 * var(--hbcx-header-top-height, 145px)));
  min-height: clamp(58px, calc(var(--hbcx-header-nav-height, 85px) * .8), 76px);
  box-shadow: none;
}

.hbcx-site-header.hbcx-is-scrolled .hbcx-site-header__nav a {
  height: clamp(58px, calc(var(--hbcx-header-nav-height, 85px) * .8), 76px);
}

.hbcx-site-header.hbcx-is-scrolled .hbcx-site-header__nav a::after {
  bottom: clamp(13px, calc(var(--hbcx-header-nav-height, 85px) * .2), 19px);
}

.hbcx-site-header.hbcx-is-scrolled .hbcx-site-header__cta {
  height: clamp(46px, calc(var(--hbcx-header-nav-height, 85px) * .58), 56px);
}

.hbcx-site-header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--hbcx-header-nav-gap, 20px);
  min-width: 0;
  transform: translateX(var(--hbcx-header-nav-offset-x, 0px));
}

.hbcx-site-header__nav a,
.hbcx-site-header__cta {
  color: rgba(255,255,255,.88);
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.hbcx-site-header__nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: var(--hbcx-header-nav-height, 85px);
  font: 800 clamp(11px, .78vw, var(--hbcx-type-nav-size, 14px))/1 var(--hbcx-font-body, Helvetica, Arial, sans-serif);
  letter-spacing: .018em;
  transition: color .2s ease;
}

.hbcx-site-header__nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 24px;
  left: 0;
  height: 3px;
  border-radius: var(--hbcx-radius-small, 8px);
  background: var(--hbcx-color-accent, #9d79ff);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .22s ease;
}

.hbcx-site-header__nav a.hbcx-is-active,
.hbcx-site-header__nav a:hover,
.hbcx-site-header__nav a:focus-visible {
  color: #d8c8ff;
}

.hbcx-site-header__nav a.hbcx-is-active::after,
.hbcx-site-header__nav a:hover::after,
.hbcx-site-header__nav a:focus-visible::after {
  transform: scaleX(1);
}

.hbcx-site-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 188px;
  height: clamp(46px, calc(var(--hbcx-header-nav-height, 85px) * .68), 66px);
  padding: 0 14px 0 17px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--hbcx-radius-medium, 14px);
  background: rgba(255,255,255,.04);
  color: #fff;
  font: 800 12px/1 var(--hbcx-font-body, Helvetica, Arial, sans-serif);
  letter-spacing: .018em;
  transition: transform .2s ease, box-shadow .2s ease;
}

.hbcx-site-header__actions {
  display: flex;
  align-items: center;
  gap: var(--hbcx-header-action-gap, 12px);
}

.hbcx-site-header__flag {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 14px;
  overflow: hidden;
}

.hbcx-site-header__flag svg {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
}

.hbcx-site-header__cta--fi {
  border: 0;
  background:
    linear-gradient(135deg, rgba(255,255,255,.16), rgba(255,255,255,0) 45%),
    linear-gradient(135deg, var(--hbcx-color-secondary, #2458d8) 0%, var(--hbcx-color-accent, #6d46f2) 54%, #b22dff 100%);
  box-shadow: 0 12px 30px rgba(109, 70, 242, .28);
}

.hbcx-site-header__cta--eu {
  border-color: rgba(255, 216, 77, .42);
  background:
    linear-gradient(135deg, rgba(255,216,77,.10), rgba(255,255,255,0) 48%),
    linear-gradient(135deg, #071c70 0%, #091240 58%, #05091f 100%);
  box-shadow: 0 12px 30px rgba(7, 28, 112, .26);
}

.hbcx-site-header__languages {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 4px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.065);
  box-shadow: inset 0 1px rgba(255,255,255,.08), 0 10px 26px rgba(0,0,0,.16);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.hbcx-site-header__language {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 50px;
  height: 38px;
  padding: 0 9px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: rgba(255,255,255,.68);
  font: 850 10px/1 var(--hbcx-font-body, Helvetica, Arial, sans-serif);
  letter-spacing: .08em;
  text-decoration: none;
  transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}

.hbcx-site-header__language:hover,
.hbcx-site-header__language:focus-visible {
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.10);
  color: #fff;
  transform: translateY(-1px);
}

.hbcx-site-header__language.hbcx-is-active {
  border-color: rgba(174,145,255,.62);
  background: linear-gradient(135deg, rgba(109,70,242,.95), rgba(87,53,211,.88));
  color: #fff;
  box-shadow: 0 7px 18px rgba(76,48,193,.34), inset 0 1px rgba(255,255,255,.17);
  cursor: default;
}

.hbcx-site-header__language .hbcx-site-header__flag {
  width: 19px;
  height: 19px;
  margin: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255,255,255,.18);
}

.hbcx-site-header__language .hbcx-site-header__flag svg {
  width: 19px !important;
  height: 19px !important;
}

.hbcx-site-header__cta::after {
  content: "→";
  margin-left: 16px;
  font-size: 20px;
  font-weight: 400;
}

.hbcx-site-header__cta:hover,
.hbcx-site-header__cta:focus-visible {
  color: #fff;
  border-color: rgba(216, 200, 255, .65);
  background: #443565;
  box-shadow: 0 14px 36px rgba(0,0,0,.30);
  transform: translateY(-1px);
}

.hbcx-site-header__toggle {
  display: none;
}

.hbcx-site-header__toggle:hover,
.hbcx-site-header__toggle:focus-visible {
  background: #443565;
  border-color: #d8c8ff;
}

.hbcx-hero-carousel {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: clamp(360px, var(--hbcx-hero-height-desktop, 620px), 900px);
  min-height: clamp(360px, var(--hbcx-hero-height-desktop, 620px), 900px);
  max-height: clamp(360px, var(--hbcx-hero-height-desktop, 620px), 900px);
  margin: 0;
  overflow: hidden;
  background: var(--hbcx-color-primary, #080b27);
  box-sizing: border-box;
  font-family: var(--hbcx-font-body, Helvetica, Arial, sans-serif);
  text-align: left;
  isolation: isolate;
}

.hbcx-hero-carousel,
.hbcx-hero-carousel *,
.hbcx-hero-carousel *::before,
.hbcx-hero-carousel *::after {
  box-sizing: border-box;
}

.hbcx-hero-carousel a,
.hbcx-hero-carousel button,
.hbcx-hero-carousel [role="button"] {
  box-sizing: border-box;
  font-family: inherit;
  cursor: pointer;
}

.hbcx-hero-carousel__backgrounds {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hbcx-hero-carousel__bg {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.025);
  transition:
    opacity 1600ms cubic-bezier(.22, .61, .36, 1),
    transform 7600ms cubic-bezier(.22, .61, .36, 1);
}

.hbcx-hero-carousel__bg.hbcx-is-active {
  opacity: 1;
  transform: scale(1);
}

.hbcx-hero-carousel__bg--one {
  background-image: url("hero-pic-blockchain.webp");
}

.hbcx-hero-carousel__bg--two {
  background-image: url("research-block-chain.webp");
}

.hbcx-hero-carousel__bg--three {
  background-image: url("block-chain-forum-eu.webp");
}

.hbcx-hero-carousel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 7, 35, .34) 0%, rgba(9, 7, 35, .14) 46%, rgba(9, 7, 35, .24) 100%),
    linear-gradient(180deg, rgba(9, 8, 34, .18) 0%, rgba(8, 7, 30, .44) 100%);
  z-index: 1;
}

.hbcx-hero-carousel::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 61%;
  background:
    linear-gradient(115deg, rgba(57, 28, 101, .92) 0 32%, transparent 32.1%),
    linear-gradient(115deg, transparent 0 23%, rgba(12, 47, 91, .88) 23.1% 69%, transparent 69.1%);
  z-index: 2;
  pointer-events: none;
}

.hbcx-hero-carousel__header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(20px, 2.4vw, 46px);
  width: 100%;
  min-height: 76px;
  padding: 0 clamp(38px, 5.6vw, 104px);
  border-top: 1px solid rgba(113, 96, 185, .28);
  border-bottom: 1px solid rgba(113, 96, 185, .34);
  background: rgba(3, 13, 38, .92);
  box-shadow: 0 18px 58px rgba(0,0,0,.30);
  box-sizing: border-box;
}

.hbcx-hero-carousel__header::before {
  content: "";
  display: none;
}

.hbcx-hero-carousel__menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(22px, 2.8vw, 58px);
  min-width: 0;
}

.hbcx-hero-carousel__menu a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 27px 0;
  color: rgba(255,255,255,.92);
  font: 700 clamp(12px, .95vw, var(--hbcx-type-nav-size, 18px))/1 var(--hbcx-font-body, Helvetica, Arial, sans-serif);
  letter-spacing: .015em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.hbcx-hero-carousel__menu a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 17px;
  left: 0;
  height: 4px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--hbcx-color-accent, #8f67ff);
  transition: transform .22s ease;
}

.hbcx-hero-carousel__menu a.hbcx-is-active,
.hbcx-hero-carousel__menu a:hover,
.hbcx-hero-carousel__menu a:focus-visible {
  color: var(--hbcx-color-accent, #9d79ff);
}

.hbcx-hero-carousel__menu a.hbcx-is-active::after,
.hbcx-hero-carousel__menu a:hover::after,
.hbcx-hero-carousel__menu a:focus-visible::after {
  transform: scaleX(1);
}

.hbcx-hero-carousel__actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
}

.hbcx-hero-carousel__forum-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  text-decoration: none;
  box-sizing: border-box;
}

.hbcx-hero-carousel__forum-link {
  min-width: 236px;
  padding: 0 20px;
  border-radius: var(--hbcx-radius-medium, 7px);
  background: var(--hbcx-color-surface, #fff);
  color: var(--hbcx-color-primary, #09091e);
  font: 800 clamp(12px, .9vw, var(--hbcx-type-button-size, 13px))/1 var(--hbcx-font-body, Helvetica, Arial, sans-serif);
  letter-spacing: .015em;
  text-transform: uppercase;
}

.hbcx-hero-carousel__forum-link::after {
  content: "→";
  margin-left: auto;
  padding-left: 18px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.hbcx-hero-carousel__menu-toggle {
  display: none;
}

.hbcx-hero-carousel__slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-start;
  padding: var(--hbcx-hero-content-offset-y, clamp(118px, 11vw, 182px)) 0 0 var(--hbcx-hero-content-offset-x, 7.85vw);
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px);
  filter: blur(8px);
  transition:
    opacity 850ms cubic-bezier(.22, .61, .36, 1),
    transform 950ms cubic-bezier(.22, .61, .36, 1),
    filter 850ms cubic-bezier(.22, .61, .36, 1),
    visibility 0s linear 850ms;
  z-index: 3;
  box-sizing: border-box;
}

.hbcx-hero-carousel__slide.hbcx-is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  filter: blur(0);
  transition-delay: 0s;
}

.hbcx-hero-carousel__slide--forum {
  padding-top: max(94px, calc(var(--hbcx-hero-content-offset-y, 145px) - 18px));
}

.hbcx-hero-carousel__slide--forum .hbcx-hero-carousel__counter,
.hbcx-hero-carousel__slide--forum .hbcx-hero-carousel__label {
  margin-bottom: 14px;
  font-size: clamp(22px, 1.75vw, 26px);
}

.hbcx-hero-carousel__slide--forum .hbcx-hero-carousel__content h1 {
  max-width: min(100%, 780px, var(--hbcx-hero-content-width, 780px));
  margin-bottom: 18px;
  font-size: clamp(42px, min(var(--hbcx-hero-title-size, 64px), 4.6vw), 72px);
  line-height: .98;
}

.hbcx-hero-carousel__slide--forum .hbcx-hero-carousel__content p {
  max-width: 640px;
  margin-bottom: 24px;
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.34;
}

@media (min-width: 1600px) {
  .hbcx-hero-carousel__slide--forum {
    padding-top: max(82px, calc(var(--hbcx-hero-content-offset-y, 145px) - 50px));
  }

  .hbcx-hero-carousel__slide--forum .hbcx-hero-carousel__content {
    width: min(calc(var(--hbcx-hero-content-width, 780px) + clamp(100px, 9.375vw, 240px)), calc(100vw - 22vw));
    max-width: none;
  }

  .hbcx-hero-carousel__slide--forum .hbcx-hero-carousel__content h1 {
    max-width: min(100%, 12.15em);
    font-size: clamp(66px, 3.3vw, 84px);
  }

  .hbcx-hero-carousel__slide--forum .hbcx-hero-carousel__content p {
    max-width: clamp(640px, 39vw, 760px);
  }
}

.hbcx-hero-carousel.hbcx-is-transitioning .hbcx-hero-carousel__prev,
.hbcx-hero-carousel.hbcx-is-transitioning .hbcx-hero-carousel__next,
.hbcx-hero-carousel.hbcx-is-transitioning .hbcx-hero-carousel__dots button {
  pointer-events: none;
}

.hbcx-hero-carousel__content {
  max-width: var(--hbcx-hero-content-width, 660px);
  color: var(--hbcx-color-surface, #fff);
}

.hbcx-hero-carousel__counter,
.hbcx-hero-carousel__label {
  display: block;
  margin-bottom: 22px;
  color: color-mix(in srgb, var(--hbcx-color-surface, #fff) 68%, var(--hbcx-color-accent, #7a5fff));
  font-family: var(--hbcx-font-body, "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif);
  font-size: var(--hbcx-type-label-size, 28px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.hbcx-hero-carousel__content h1 {
  max-width: min(100%, var(--hbcx-hero-content-width, 620px));
  font-family: var(--hbcx-font-heading, "Arial Narrow", "HelveticaNeue-CondensedBold", "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif);
  font-weight: 700;
  font-size: clamp(42px, var(--hbcx-hero-title-size, 66px), 92px);
  line-height: .985;
  letter-spacing: .01em;
  text-transform: uppercase;
  margin: 0 0 26px;
  color: var(--hbcx-color-surface, #fff);
}

.hbcx-hero-carousel__content p {
  max-width: min(100%, var(--hbcx-hero-content-width, 690px));
  font-family: var(--hbcx-font-body, "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif);
  font-size: clamp(14px, 1.18vw, var(--hbcx-type-body-size, 20px));
  font-weight: 400;
  line-height: var(--hbcx-type-line-height, 1.42);
  letter-spacing: .025em;
  text-transform: uppercase;
  margin: 0 0 var(--hbcx-hero-button-offset-y, 32px);
  color: color-mix(in srgb, var(--hbcx-color-surface, #fff) 82%, transparent);
}

.hbcx-hero-carousel__content a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 230px;
  height: 56px;
  padding: 0 18px 0 24px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--hbcx-radius-medium, 6px);
  background:
    linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,0) 48%),
    color-mix(in srgb, var(--hbcx-color-primary, #000) 72%, #000);
  box-shadow: 0 18px 42px rgba(0,0,0,.28);
  color: var(--hbcx-color-surface, #fff);
  font-family: var(--hbcx-font-body, Helvetica, Arial, sans-serif);
  font-size: var(--hbcx-type-button-size, 17px);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-sizing: border-box;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}

.hbcx-hero-carousel__content a::after {
  content: "→";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-left: 22px;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  font-size: 22px;
  line-height: 1;
  transition: transform .22s ease, background .22s ease;
}

.hbcx-hero-carousel__content a:hover,
.hbcx-hero-carousel__content a:focus-visible {
  border-color: rgba(255,255,255,.38);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--hbcx-color-accent, #8f67ff) 34%, transparent), rgba(255,255,255,0) 52%),
    color-mix(in srgb, var(--hbcx-color-primary, #000) 78%, #000);
  box-shadow: 0 22px 54px rgba(0,0,0,.36);
  transform: translateY(-2px);
}

.hbcx-hero-carousel__content a:hover::after,
.hbcx-hero-carousel__content a:focus-visible::after {
  background: rgba(255,255,255,.2);
  transform: translateX(3px);
}

.hbcx-hero-carousel__prev,
.hbcx-hero-carousel__next {
  position: absolute;
  top: 55%;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.30);
  background: rgba(3, 13, 38, .34);
  color: var(--hbcx-color-surface, #fff);
  font-size: 29px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background .2s ease, border-color .2s ease, opacity .2s ease;
  appearance: none;
  padding: 0;
}

.hbcx-hero-carousel__prev:hover,
.hbcx-hero-carousel__next:hover,
.hbcx-hero-carousel__prev:focus-visible,
.hbcx-hero-carousel__next:focus-visible {
  border-color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.12);
  opacity: 1;
}

.hbcx-hero-carousel__prev { left: clamp(42px, 4.6vw, 78px); }
.hbcx-hero-carousel__next { right: clamp(42px, 4.6vw, 78px); }

.hbcx-hero-carousel__dots {
  position: absolute;
  right: 7.7vw;
  bottom: var(--hbcx-hero-dots-offset-y, clamp(49px, 6.55vh, 67px));
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hbcx-hero-carousel__dots button {
  display: block;
  width: 54px;
  height: 5px;
  border: 0;
  border-radius: 99px;
  padding: 0;
  background: rgba(151, 144, 212, .58);
  cursor: pointer;
  appearance: none;
}

.hbcx-hero-carousel__dots button.hbcx-is-active {
  background: var(--hbcx-color-surface, #fff);
}

@media (max-width: 768px) {
  body.admin-bar .hbcx-site-header-host {
    --hbcx-admin-offset: 46px;
  }

  .hbcx-hero-carousel {
    height: var(--hbcx-hero-height-mobile, 540px);
    min-height: var(--hbcx-hero-height-mobile, 540px);
    max-height: none;
  }

  .hbcx-hero-carousel__bg {
    background-position: 58% center;
  }

  .hbcx-hero-carousel__bg--two {
    background-position: 54% center;
  }

  .hbcx-hero-carousel::after {
    width: 100%;
    background:
      linear-gradient(105deg, rgba(57, 28, 101, .92) 0 58%, transparent 58.2%),
      linear-gradient(105deg, transparent 0 26%, rgba(12, 47, 91, .88) 26.2% 100%);
  }

  .hbcx-hero-carousel__slide {
    padding: var(--hbcx-hero-content-offset-y, 118px) 28px 0;
  }

  .hbcx-hero-carousel__counter,
  .hbcx-hero-carousel__label {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .hbcx-hero-carousel__content h1 {
    font-size: clamp(34px, var(--hbcx-hero-title-size, 44px), 52px);
    line-height: 1;
  }

  .hbcx-hero-carousel__content p {
    font-size: 16px;
    max-width: min(92%, var(--hbcx-hero-content-width, 92%));
  }

  .hbcx-hero-carousel__content a {
    max-width: calc(100vw - 56px);
    min-width: min(230px, calc(100vw - 56px));
  }

  .hbcx-hero-carousel__slide--forum {
    padding-top: max(84px, calc(var(--hbcx-hero-content-offset-y, 118px) - 24px));
  }

  .hbcx-hero-carousel__slide--forum .hbcx-hero-carousel__counter,
  .hbcx-hero-carousel__slide--forum .hbcx-hero-carousel__label {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .hbcx-hero-carousel__slide--forum .hbcx-hero-carousel__content h1 {
    max-width: min(100%, 720px, var(--hbcx-hero-content-width, 720px));
    margin-bottom: 16px;
    font-size: clamp(40px, min(var(--hbcx-hero-title-size, 54px), 6vw), 58px);
    line-height: .98;
  }

  .hbcx-hero-carousel__slide--forum .hbcx-hero-carousel__content p {
    max-width: min(92%, var(--hbcx-hero-content-width, 92%));
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.32;
  }

  .hbcx-hero-carousel__prev,
  .hbcx-hero-carousel__next {
    display: none;
  }

  .hbcx-hero-carousel__dots {
    right: auto;
    bottom: var(--hbcx-hero-dots-offset-y, 28px);
    left: 28px;
    transform: none;
  }

  .hbcx-hero-carousel__dots button {
    width: 38px;
  }
}

@media (min-width: 769px) and (max-width: 1180px) {
  .hbcx-hero-carousel {
    height: clamp(420px, var(--hbcx-hero-height-desktop, 540px), 760px);
    min-height: clamp(420px, var(--hbcx-hero-height-desktop, 540px), 760px);
    max-height: clamp(420px, var(--hbcx-hero-height-desktop, 540px), 760px);
  }

  .hbcx-hero-carousel__slide {
    padding: var(--hbcx-hero-content-offset-y, 118px) 0 0 var(--hbcx-hero-content-offset-x, 7.4vw);
  }

  .hbcx-hero-carousel__content {
    max-width: var(--hbcx-hero-content-width, 620px);
  }

  .hbcx-hero-carousel__counter,
  .hbcx-hero-carousel__label {
    margin-bottom: 18px;
    font-size: 24px;
  }

  .hbcx-hero-carousel__content h1 {
    max-width: min(100%, var(--hbcx-hero-content-width, 610px));
    margin-bottom: 22px;
    font-size: clamp(42px, var(--hbcx-hero-title-size, 50px), 76px);
    line-height: 1;
  }

  .hbcx-hero-carousel__slide--forum .hbcx-hero-carousel__content h1 {
    max-width: min(100%, 720px, var(--hbcx-hero-content-width, 720px));
    margin-bottom: 18px;
    font-size: clamp(40px, min(var(--hbcx-hero-title-size, 54px), 6vw), 58px);
    line-height: .98;
  }

  .hbcx-hero-carousel__content p {
    max-width: min(100%, var(--hbcx-hero-content-width, 620px));
    margin-bottom: 26px;
    font-size: 17px;
    line-height: 1.36;
  }

  .hbcx-hero-carousel__content a {
    min-width: 214px;
    height: 52px;
    padding: 0 16px 0 22px;
    font-size: 16px;
  }

  .hbcx-hero-carousel__content a::after {
    width: 32px;
    height: 32px;
    margin-left: 18px;
  }

  .hbcx-hero-carousel__prev,
  .hbcx-hero-carousel__next {
    display: none;
  }

  .hbcx-hero-carousel__dots {
    right: 7.4vw;
    bottom: 48px;
  }
}

@media (max-width: 1500px) {
  .hbcx-hero-carousel__header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    min-height: 72px;
    padding: 0 34px;
  }

  .hbcx-hero-carousel__menu {
    gap: 26px;
  }

  .hbcx-hero-carousel__menu a {
    padding: 25px 0;
    font-size: 14px;
  }

  .hbcx-hero-carousel__menu a::after {
    bottom: 15px;
  }

  .hbcx-hero-carousel__forum-link {
    min-width: 220px;
    height: 44px;
    padding: 0 18px;
    font-size: 12px;
  }

  .hbcx-hero-carousel__forum-link::after {
    padding-left: 16px;
    font-size: 21px;
  }
}

@media (max-width: 1280px) and (min-width: 1181px) {
  body.hbcx-has-custom-header {
    padding-top: 213px;
  }

  .hbcx-site-header__top {
    gap: 28px;
    min-height: var(--hbcx-header-top-height, 145px);
    padding-right: 44px;
    padding-left: 44px;
  }

  .hbcx-site-header__brand img {
    width: min(var(--hbcx-header-logo-width, 214px), 214px);
    max-height: 72px;
  }

  .hbcx-site-header__pillar {
    grid-template-columns: 30px auto;
    gap: 10px;
    padding: 0 18px;
  }

  .hbcx-site-header__pillar-icon,
  .hbcx-site-header__pillar-icon svg {
    width: 29px;
    height: 29px;
  }

  .hbcx-site-header__pillar strong {
    font-size: 12px;
  }

  .hbcx-site-header__pillar small {
    font-size: 12px;
  }

  .hbcx-site-header__socials {
    gap: 10px;
    padding-left: 18px;
  }

  .hbcx-site-header__socials a {
    width: 40px;
    height: 40px;
  }

  .hbcx-site-header__nav-row {
    grid-template-columns: 1fr auto;
    min-height: min(var(--hbcx-header-nav-height, 68px), 76px);
    padding: 0 44px;
  }

  .hbcx-site-header.hbcx-is-scrolled .hbcx-site-header__nav-row {
    min-height: clamp(58px, calc(var(--hbcx-header-nav-height, 85px) * .76), 70px);
  }

  .hbcx-site-header__toggle {
    position: relative;
    z-index: 3;
    display: inline-flex;
    grid-column: 2;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    background: rgba(255,255,255,.075);
    box-shadow: 0 10px 30px rgba(0,0,0,.22);
    cursor: pointer;
    appearance: none;
  }

  .hbcx-site-header__toggle span {
    display: block;
    width: 17px;
    height: 2px;
    margin: 0 auto;
    border-radius: 99px;
    background: #fff;
    transition: transform .22s ease, opacity .22s ease;
  }

  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__toggle span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__toggle span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .hbcx-site-header__nav,
  .hbcx-site-header__actions {
    display: none;
  }

  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__nav,
  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__actions {
    position: absolute;
    right: 0;
    left: 0;
    display: flex;
    background: rgba(3, 9, 34, .99);
  }

  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__nav {
    top: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 44px 8px;
    border-top: 1px solid rgba(129, 104, 224, .30);
    box-shadow: 0 22px 54px rgba(0,0,0,.32);
  }

  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__actions {
    top: calc(100% + 284px);
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 0 44px 22px;
    box-shadow: 0 26px 54px rgba(0,0,0,.32);
  }

  .hbcx-site-header__nav a {
    justify-content: flex-start;
    height: auto;
    padding: 14px 0;
    font-size: 15px;
  }

  .hbcx-site-header__nav a::after {
    display: none;
  }

  .hbcx-site-header__cta {
    width: 100%;
    min-width: 0;
    height: 50px;
    border-radius: var(--hbcx-radius-medium, 10px);
    font-size: 13px;
  }
}

@media (max-width: 1700px) and (min-width: 1200px) {
  .hbcx-site-header__nav-row {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 10px;
    min-height: 72px;
    padding-right: 44px;
    padding-left: clamp(34px, 5vw, 88px);
  }

  .hbcx-site-header.hbcx-is-scrolled .hbcx-site-header__nav-row {
    min-height: 62px;
  }

  .hbcx-site-header__toggle {
    display: none;
  }

  .hbcx-site-header__nav,
  .hbcx-site-header__actions,
  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__nav,
  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__actions {
    position: static;
    display: flex;
    background: transparent;
    box-shadow: none;
  }

  .hbcx-site-header__nav {
    flex-direction: row;
    align-items: center;
    gap: 11px;
    padding: 0;
    border-top: 0;
  }

  .hbcx-site-header__nav a,
  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__nav a {
    height: 72px;
    padding: 0;
    font-size: 11px;
  }

  .hbcx-site-header.hbcx-is-scrolled .hbcx-site-header__nav a {
    height: 62px;
  }

  .hbcx-site-header__nav a::after {
    display: block;
    bottom: 20px;
  }

  .hbcx-site-header.hbcx-is-scrolled .hbcx-site-header__nav a::after {
    bottom: 15px;
  }

  .hbcx-site-header__actions,
  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__actions {
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 0;
  }

	.hbcx-site-header__cta {
    width: auto;
    min-width: 154px;
    height: 50px;
    padding: 0 11px 0 12px;
    border-radius: var(--hbcx-radius-medium, 12px);
    font-size: 10.5px;
	}

  .hbcx-site-header__flag {
    width: 20px;
    height: 20px;
    margin-right: 9px;
  }

  .hbcx-site-header__flag svg {
    width: 20px !important;
    height: 20px !important;
  }

  .hbcx-site-header__cta::after {
    margin-left: 10px;
    font-size: 17px;
  }
}


/* Laptop navigation keeps all primary links visible without full-size forum CTAs. */
@media (min-width: 1200px) {
  .hbcx-site-header.hbcx-is-scrolled .hbcx-site-header__nav-row { grid-template-columns:minmax(0,1fr) auto auto; }
  .hbcx-site-header.hbcx-is-scrolled .hbcx-site-header__sticky-brand:not([hidden]) { display:none; }
}
@media (min-width: 1200px) and (max-width: 1700px) {
  .hbcx-site-header .hbcx-site-header__brand img { width:204px; max-height:72px; transform:none; object-fit:contain; }
  .hbcx-site-header__nav-row,
  .hbcx-site-header.hbcx-is-scrolled .hbcx-site-header__nav-row {
    grid-template-columns: minmax(0,1fr) auto auto;
    padding-inline: 28px;
    gap: 18px;
  }
  .hbcx-site-header__nav { gap:14px; transform:none; }
  .hbcx-site-header__nav a { font-size:12px; }
  .hbcx-site-header__language-code { display:none; }
  .hbcx-site-header__language { min-width:40px; padding-inline:8px; }
  .hbcx-site-header__cta { min-width:112px; height:44px; padding-inline:12px; }
  .hbcx-site-header__cta>span:last-child { font-size:0; }
  .hbcx-site-header__cta--eu>span:last-child:after { content:'Forum EU'; font-size:11px; }
  .hbcx-site-header__cta--fi>span:last-child:after { content:'Forum FI'; font-size:11px; }
  .hbcx-site-header__cta::after { display:none; }
}

@media (max-width: 1199px) {
  body.hbcx-has-custom-header {
    padding-top: 176px;
  }

  .hbcx-site-header {
    color: #fff;
  }

  .hbcx-site-header__top {
    grid-template-columns: auto auto;
    min-height: min(var(--hbcx-header-top-height, 108px), 108px);
    gap: 18px;
    padding: 18px 18px;
  }

  .hbcx-site-header__brand img {
    width: min(var(--hbcx-header-logo-width, 204px), 204px);
    max-height: 64px;
  }

  .hbcx-site-header__pillars {
    display: none;
  }

  .hbcx-site-header__socials {
    justify-self: end;
    gap: 10px;
    padding-left: 0;
    border-left: 0;
  }

  .hbcx-site-header__socials a {
    width: 44px;
    height: 44px;
    font-size: 14px;
  }

  .hbcx-site-header__nav-row {
    grid-template-columns: minmax(0, 1fr) auto auto;
    min-height: min(var(--hbcx-header-nav-height, 68px), 72px);
    gap: 14px;
    padding: 0 16px;
  }

  .hbcx-site-header.hbcx-is-scrolled .hbcx-site-header__nav-row {
    transform: translateY(calc(-1 * var(--hbcx-header-top-height, 108px)));
    min-height: clamp(58px, calc(var(--hbcx-header-nav-height, 85px) * .74), 66px);
  }

  .hbcx-site-header__toggle {
    position: relative;
    z-index: 3;
    display: inline-flex;
    grid-column: 3;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    background: rgba(255,255,255,.075);
    box-shadow: 0 10px 30px rgba(0,0,0,.22);
    cursor: pointer;
    appearance: none;
    transition: background .2s ease, border-color .2s ease;
  }

  .hbcx-site-header__toggle span {
    display: block;
    width: 17px;
    height: 2px;
    margin: 0 auto;
    border-radius: 99px;
    background: #fff;
    transition: transform .22s ease, opacity .22s ease;
  }

  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__toggle span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__toggle span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .hbcx-site-header__nav,
  .hbcx-site-header__actions {
    display: none;
  }

  .hbcx-site-header__languages {
    grid-column: 2;
    gap: 2px;
    padding: 3px;
    width: max-content;
    justify-self: end;
  }

  .hbcx-site-header__language {
    min-width: 42px;
    height: 44px;
    padding: 0 7px;
  }

  .hbcx-site-header__language-code {
    display: none;
  }

  .hbcx-site-header__language .hbcx-site-header__flag,
  .hbcx-site-header__language .hbcx-site-header__flag svg {
    width: 20px !important;
    height: 20px !important;
  }

  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__nav,
  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__actions {
    position: static;
    display: grid;
    width: min(100%, 880px);
    margin-right: auto;
    margin-left: auto;
    background: transparent;
  }

  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__nav-row {
    grid-template-rows: auto auto auto;
    align-content: start;
    height: calc(100dvh - var(--hbcx-header-top-height, 108px));
    max-height: calc(100dvh - var(--hbcx-header-top-height, 108px));
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(197, 191, 216, .62) transparent;
    background:
      radial-gradient(circle at 8% 0%, rgba(64, 48, 112, .62), transparent 32%),
      radial-gradient(circle at 92% 100%, rgba(32, 88, 112, .24), transparent 34%),
      linear-gradient(145deg, #090d20 0%, #05091b 62%, #0a1024 100%);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .38);
  }

  .hbcx-site-header.hbcx-is-menu-open.hbcx-is-scrolled .hbcx-site-header__nav-row {
    height: 100dvh;
    max-height: 100dvh;
  }

  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__nav {
    grid-column: 1 / -1;
    grid-row: 2;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    padding: 16px 6px 9px;
    border-top: 1px solid rgba(197, 191, 216, .20);
  }

  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__actions {
    grid-column: 1 / -1;
    grid-row: 3;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 3px 6px max(18px, env(safe-area-inset-bottom));
  }

  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__nav a {
    justify-content: flex-start;
    min-height: 56px;
    height: auto;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 12px;
    background: rgba(255, 255, 255, .045);
    color: rgba(255, 255, 255, .90);
    font-size: 14px;
    letter-spacing: .025em;
    transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
  }

  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__nav a::after {
    content: "↗";
    position: static;
    display: block;
    width: auto;
    height: auto;
    margin-left: auto;
    border-radius: 0;
    background: none;
    color: rgba(255, 255, 255, .48);
    font-size: 17px;
    font-weight: 400;
    transform: none;
  }

  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__nav a.hbcx-is-active {
    border-color: rgba(32, 88, 112, .82);
    background: linear-gradient(135deg, rgba(32, 88, 112, .30), rgba(64, 48, 112, .22));
    color: #fff;
  }

  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__nav a:hover,
  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__nav a:focus-visible {
    border-color: rgba(197, 191, 216, .50);
    background: rgba(255, 255, 255, .09);
    color: #fff;
    transform: translateY(-1px);
  }

  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__cta {
    width: 100%;
    min-width: 0;
    height: 56px;
    border-radius: 12px;
    font-size: 12px;
  }

  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__languages {
    grid-row: 1;
    justify-self: end;
  }

  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__toggle {
    grid-row: 1;
  }

  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__sticky-brand:not([hidden]) {
    display: none;
  }

  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__language-code {
    display: inline;
  }

  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__language {
    min-width: 52px;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (max-width: 560px) {
  body.hbcx-has-custom-header {
    padding-top: 150px;
  }

  .hbcx-site-header__top {
    min-height: min(var(--hbcx-header-top-height, 88px), 88px);
    padding: 14px 16px;
  }

  .hbcx-site-header__brand img {
    width: min(var(--hbcx-header-logo-width, 154px), 154px);
    max-height: 50px;
    transform: none;
  }

  .hbcx-site-header__socials a {
    width: 44px;
    height: 44px;
  }

  .hbcx-site-header__nav-row {
    min-height: min(var(--hbcx-header-nav-height, 62px), 62px);
  }

  .hbcx-site-header.hbcx-is-scrolled .hbcx-site-header__nav-row {
    transform: translateY(calc(-1 * var(--hbcx-header-top-height, 88px)));
  }

  .hbcx-site-header__cta {
    padding: 0 14px;
  }
}

@media (max-width: 1199px) {
  .hbcx-site-header__brand img {
    transform: none;
  }
}

/* Compact mobile header: keep content visible in WebKit and Android Chrome. */
@media (max-width: 560px) {
  body.hbcx-has-custom-header {
    padding-top: 126px;
  }

  .hbcx-site-header__top {
    min-height: 72px;
    height: 72px;
    padding: 9px 14px;
  }

  .hbcx-site-header__brand img {
    width: min(var(--hbcx-header-logo-width, 132px), 132px);
    max-height: 44px;
  }

  .hbcx-site-header__socials {
    gap: 7px;
  }

  .hbcx-site-header__socials a {
    width: 44px;
    height: 44px;
  }

  .hbcx-site-header__nav-row,
  .hbcx-site-header.hbcx-is-scrolled .hbcx-site-header__nav-row {
    min-height: 54px;
    height: 54px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .hbcx-site-header.hbcx-is-scrolled .hbcx-site-header__nav-row {
    transform: translateY(-72px);
  }

  .hbcx-site-header__toggle {
    width: 44px;
    height: 44px;
  }

  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__nav-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    height: calc(100dvh - 72px);
    min-height: 54px;
    max-height: calc(100dvh - 72px);
  }

  .hbcx-site-header.hbcx-is-menu-open.hbcx-is-scrolled .hbcx-site-header__nav-row {
    height: 100dvh;
    max-height: 100dvh;
  }

  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__languages {
    grid-column: 1;
    justify-self: start;
  }

  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__toggle {
    grid-column: 2;
  }

  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__nav,
  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__actions {
    grid-template-columns: 1fr;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__nav {
    gap: 6px;
    padding-top: 10px;
    padding-bottom: 7px;
  }

  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__nav a,
  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__cta {
    min-height: 46px;
    height: 46px;
  }

  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__actions {
    gap: 7px;
    padding-bottom: max(12px, env(safe-area-inset-bottom));
  }
}

/* Tablets use a content-height dropdown, not a phone-sized full-screen sheet. */
@media (min-width: 561px) and (max-width: 1199px) {
  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__nav-row,
  .hbcx-site-header.hbcx-is-menu-open.hbcx-is-scrolled .hbcx-site-header__nav-row {
    height:auto;
    max-height:calc(100dvh - var(--hbcx-header-top-height,108px));
    padding-block:10px 16px;
    border-radius:0 0 22px 22px;
  }
  .hbcx-site-header.hbcx-is-menu-open.hbcx-is-scrolled .hbcx-site-header__nav-row { max-height:100dvh; }
}

@media (max-width: 560px) and (max-height: 720px) {
  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__nav {
    grid-template-columns: 1fr;
  }

  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__nav a {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .hbcx-hero-carousel__slide,
  .hbcx-hero-carousel__slide--forum {
    padding: 96px 28px 74px;
  }

  .hbcx-hero-carousel__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    height: 376px;
  }

  .hbcx-hero-carousel__counter,
  .hbcx-hero-carousel__label,
  .hbcx-hero-carousel__slide--forum .hbcx-hero-carousel__counter,
  .hbcx-hero-carousel__slide--forum .hbcx-hero-carousel__label {
    margin-bottom: 14px;
    font-size: 20px;
  }

  .hbcx-hero-carousel__label {
    display: none;
  }

  .hbcx-hero-carousel__content h1,
  .hbcx-hero-carousel__slide--forum .hbcx-hero-carousel__content h1 {
    max-width: 92%;
    margin-bottom: 18px;
    font-size: 38px;
    line-height: .98;
  }

  .hbcx-hero-carousel__slide--forum .hbcx-hero-carousel__content h1 {
    font-size: clamp(32px, 9.7vw, 38px);
  }

  .hbcx-hero-carousel__content p,
  .hbcx-hero-carousel__slide--forum .hbcx-hero-carousel__content p {
    max-width: 92%;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.34;
  }

  .hbcx-hero-carousel__content a {
    width: min(100%, 244px);
    min-width: 0;
    max-width: calc(100vw - 56px);
    height: 56px;
    margin-top: auto;
  }
}

@media (max-width: 360px) {
  .hbcx-hero-carousel__slide--forum .hbcx-hero-carousel__content h1 {
    margin-bottom: 14px;
    font-size: 32px;
  }

  .hbcx-hero-carousel__slide--forum .hbcx-hero-carousel__content p {
    font-size: 13px;
    line-height: 1.3;
  }
}

.hbcx-contact-form-modal,
.hbcx-contact-form-modal *,
.hbcx-contact-form-modal *::before,
.hbcx-contact-form-modal *::after {
  box-sizing: border-box;
}

.hbcx-contact-modal-open {
  overflow: hidden;
}

.hbcx-contact-form-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  padding: 28px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .22s ease, visibility .22s ease;
}

.hbcx-contact-form-modal[aria-hidden="false"],
.hbcx-contact-form-modal:target {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.hbcx-contact-form-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(1, 4, 22, .76);
  cursor: pointer;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hbcx-contact-form-panel {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  max-height: min(760px, calc(100vh - 56px));
  overflow: auto;
  padding: 34px;
  border: 1px solid rgba(141, 91, 255, .38);
  border-radius: var(--hbcx-radius-large, 16px);
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  background:
    radial-gradient(circle at 18% 12%, rgba(116, 62, 231, .28), transparent 32%),
    linear-gradient(135deg, #070f43 0%, #03082d 58%, #020622 100%);
  box-shadow: 0 34px 100px rgba(0,0,0,.48);
}

.hbcx-contact-form-panel__close {
  position: absolute !important;
  top: 18px !important;
  right: 18px !important;
  z-index: 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  min-width: 42px !important;
  max-width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  margin: 0 !important;
  border: 1px solid rgba(149, 111, 255, .34) !important;
  border-radius: 50% !important;
  padding: 0 !important;
  background: rgba(18, 14, 61, .96) !important;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.08) !important;
  font-size: 0 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  cursor: pointer;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.hbcx-contact-form-panel__close span {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  display: block !important;
  width: 18px !important;
  height: 2px !important;
  margin: -1px 0 0 -9px !important;
  border-radius: 99px !important;
  background: currentColor !important;
  pointer-events: none !important;
}

.hbcx-contact-form-panel__close span:first-child {
  transform: rotate(45deg);
}

.hbcx-contact-form-panel__close span:last-child {
  transform: rotate(-45deg);
}

.hbcx-contact-form-panel__inner {
  display: grid;
  grid-template-columns: minmax(250px, .58fr) minmax(0, 1fr);
  gap: clamp(28px, 4.2vw, 56px);
  align-items: start;
  width: 100%;
  margin: 0 auto;
}

.hbcx-contact-form-panel__copy span {
  display: inline-block;
  margin-bottom: 14px;
  color: #ad72ff;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hbcx-contact-form-panel__copy h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(32px, 3.2vw, 46px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.hbcx-contact-form-panel__copy p {
  max-width: 320px;
  margin: 0;
  color: rgba(231, 225, 255, .76);
  font-size: 16px;
  line-height: 1.5;
}

.hbcx-contact-form-panel__form {
  padding: 28px;
  border: 1px solid rgba(141, 91, 255, .38);
  border-radius: var(--hbcx-radius-medium, 14px);
  background:
    linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,0) 58%),
    rgba(52, 27, 113, .24);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 26px 70px rgba(0,0,0,.18);
}

.hbcx-contact-form-panel .wpcf7 form {
  margin: 0;
}

.hbcx-contact-form-panel .wpcf7 p {
  margin: 0 0 15px;
}

.hbcx-contact-form-panel .wpcf7 p:last-of-type {
  margin-bottom: 0;
}

.hbcx-contact-form-panel label {
  display: grid;
  gap: 7px;
  color: rgba(255,255,255,.9);
  font-size: 14px;
  font-weight: 700;
}

.hbcx-cf7-bot-check {
  display: grid;
  gap: 7px;
  margin: 0 0 15px;
  color: rgba(255,255,255,.9);
  font-size: 14px;
  font-weight: 700;
}

.hbcx-cf7-bot-check > p {
  margin: 0;
}

.hbcx-cf7-bot-check .wpcf7-form-control-wrap {
  display: block;
}

.hbcx-cf7-bot-check .wpcf7-form-control-wrap label {
  display: grid;
  gap: 7px;
}

.hbcx-cf7-bot-check .wpcf7-quiz-label {
  color: rgba(226, 219, 255, .78);
  font-size: 13px;
  font-weight: 700;
}

.hbcx-contact-form-panel input,
.hbcx-contact-form-panel textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(148, 104, 255, .33);
  border-radius: var(--hbcx-radius-small, 7px);
  background: rgba(255,255,255,.055);
  color: #fff;
  font: 400 16px/1.3 Helvetica, Arial, sans-serif;
  outline: none;
}

.hbcx-contact-form-panel input {
  height: 48px;
  padding: 0 16px;
}

.hbcx-contact-form-panel textarea {
  min-height: 118px;
  padding: 15px 16px;
  resize: vertical;
}

.hbcx-contact-form-panel input::placeholder,
.hbcx-contact-form-panel textarea::placeholder {
  color: rgba(216, 207, 255, .54);
}

.hbcx-contact-form-panel input:focus,
.hbcx-contact-form-panel textarea:focus {
  border-color: rgba(184, 129, 255, .78);
}

.hbcx-contact-form-panel input[type="submit"] {
  display: inline-flex;
  width: auto;
  min-width: 164px;
  height: 50px;
  padding: 0 24px;
  border-color: rgba(190, 127, 255, .52);
  background: linear-gradient(135deg, #6a29e6 0%, #b925ff 100%);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 18px 38px rgba(104, 25, 216, .32), 0 0 0 1px rgba(255,255,255,.08) inset;
}

.hbcx-contact-form-panel .wpcf7-spinner {
  margin-left: 12px;
}

.hbcx-contact-form-panel .wpcf7-not-valid-tip,
.hbcx-contact-form-panel .wpcf7-response-output {
  color: #ffd2d2;
  font-size: 14px;
}

.hbcx-contact-form-panel .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 12px 14px;
  border-color: rgba(190, 127, 255, .52);
  border-radius: var(--hbcx-radius-small, 7px);
}

.hbcx-newsletter-status-modal,
.hbcx-newsletter-status-modal * {
  box-sizing: border-box;
}

.hbcx-newsletter-status-modal {
  position: fixed;
  inset: 0;
  z-index: 1000000;
  display: grid;
  place-items: center;
  padding: 24px;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
}

.hbcx-newsletter-status-modal[aria-hidden="true"] {
  pointer-events: none;
}

.hbcx-newsletter-status-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(3, 7, 34, .72);
  backdrop-filter: blur(12px);
  cursor: pointer;
}

.hbcx-newsletter-status-panel {
  position: relative;
  z-index: 1;
  width: min(440px, 100%);
  overflow: hidden;
  padding: 34px 30px 30px;
  border: 1px solid rgba(148, 104, 255, .42);
  border-radius: var(--hbcx-radius-medium, 14px);
  background:
    radial-gradient(circle at 20% 0%, rgba(123, 74, 255, .3), transparent 36%),
    linear-gradient(145deg, rgba(20, 15, 58, .98), rgba(8, 12, 45, .98));
  box-shadow: 0 30px 90px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.08);
  text-align: center;
  animation: hbcxNewsletterModalIn .36s ease both;
}

.hbcx-newsletter-status-modal.hbcx-is-closing .hbcx-newsletter-status-panel {
  animation: hbcxNewsletterModalOut .32s ease both;
}

.hbcx-newsletter-status-panel__close {
  position: absolute !important;
  top: 14px !important;
  right: 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  min-width: 38px !important;
  max-width: 38px !important;
  height: 38px !important;
  min-height: 38px !important;
  max-height: 38px !important;
  margin: 0 !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  border-radius: 50% !important;
  padding: 0 !important;
  background: rgba(255,255,255,.06) !important;
  color: #fff !important;
  font-size: 0 !important;
  line-height: 1 !important;
  cursor: pointer;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.hbcx-newsletter-status-panel__close span {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  display: block !important;
  width: 16px !important;
  height: 2px !important;
  margin: -1px 0 0 -8px !important;
  border-radius: 99px !important;
  background: #fff !important;
  pointer-events: none !important;
}

.hbcx-newsletter-status-panel__close span:first-child {
  transform: rotate(45deg);
}

.hbcx-newsletter-status-panel__close span:last-child {
  transform: rotate(-45deg);
}

.hbcx-newsletter-status-panel__icon {
  display: inline-grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3ddc97, #6f8cff);
  box-shadow: 0 18px 42px rgba(61, 220, 151, .28);
}

.hbcx-newsletter-status-panel__icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: #fff;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hbcx-newsletter-status-panel h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 27px;
  line-height: 1.12;
  letter-spacing: 0;
}

.hbcx-newsletter-status-panel p {
  margin: 0;
  color: rgba(226, 219, 255, .78);
  font-size: 15px;
  line-height: 1.55;
}

.hbcx-newsletter-status-panel__timer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #3ddc97, #b026f4);
  transform-origin: left center;
  animation: hbcxNewsletterTimer 5.2s linear both;
}

@keyframes hbcxNewsletterModalIn {
  from {
    opacity: 0;
    transform: translateY(14px) scale(.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes hbcxNewsletterModalOut {
  from {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  to {
    opacity: 0;
    transform: translateY(12px) scale(.98);
  }
}

@keyframes hbcxNewsletterTimer {
  from {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}

.hbcx-cf7-grid {
  display: grid;
  margin-bottom: 15px;
}

.hbcx-cf7-grid p {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin: 0;
}

.hbcx-cf7-grid br {
  display: none;
}

.hbcx-cf7-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.hbcx-site-footer,
.hbcx-site-footer *,
.hbcx-site-footer *::before,
.hbcx-site-footer *::after {
  box-sizing: border-box;
}

.hbcx-site-footer {
  position: relative;
  overflow: hidden;
  --hbcx-footer-cta-height: 218px;
  --hbcx-footer-side-padding: 88px;
  --hbcx-footer-main-padding-y: 58px;
  --hbcx-footer-grid-gap: 44px;
  --hbcx-footer-brand-mark-width: 76px;
  --hbcx-footer-newsletter-padding: 30px;
  --hbcx-footer-bottom-spacing: 48px;
  color: var(--hbcx-color-surface, #fff);
  font-family: var(--hbcx-font-body, Helvetica, Arial, sans-serif);
  background: var(--hbcx-color-primary, #030722);
}

.hbcx-site-footer a {
  color: inherit;
  text-decoration: none;
}

.hbcx-site-footer svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hbcx-site-footer__cta-band {
  position: relative;
  overflow: hidden;
  min-height: var(--hbcx-footer-cta-height, 218px);
  border-bottom: 1px solid rgba(181, 163, 255, .34);
  background:
    linear-gradient(90deg, rgba(8, 3, 36, .62) 0%, rgba(8, 5, 38, .36) 42%, rgba(5, 9, 38, .26) 100%),
    linear-gradient(180deg, rgba(7, 4, 32, .18), rgba(7, 4, 32, .34)),
    url("helping-footer-bg-new.webp") center center / cover no-repeat,
    linear-gradient(105deg, #150058 0%, #080b38 48%, #03122f 100%);
}

.hbcx-site-footer__cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .18;
  background: radial-gradient(circle at 30% 65%, rgba(132, 63, 255, .55), transparent 34%);
}

.hbcx-site-footer__cta-band::after {
  display: none;
}

.hbcx-site-footer__cta-inner,
.hbcx-site-footer__grid,
.hbcx-site-footer__bottom {
  width: min(1280px, calc(100% - var(--hbcx-footer-side-padding, 88px)));
  margin: 0 auto;
}

.hbcx-site-footer__cta-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  min-height: var(--hbcx-footer-cta-height, 218px);
}

.hbcx-site-footer__cta-inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -44px;
  width: min(720px, 62vw);
  height: 130px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: radial-gradient(ellipse at 30% 50%, rgba(5, 7, 32, .58), rgba(5, 7, 32, .26) 48%, transparent 72%);
  pointer-events: none;
}

.hbcx-site-footer__cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 1px solid color-mix(in srgb, var(--hbcx-color-accent, #b270ff) 45%, transparent);
  border-radius: 50%;
  background: color-mix(in srgb, var(--hbcx-color-accent, #6e20da) 30%, transparent);
  color: var(--hbcx-color-surface, #fff);
  box-shadow: 0 18px 44px rgba(42, 0, 112, .35);
}

.hbcx-site-footer__cta-icon svg {
  width: 30px;
  height: 30px;
  stroke-width: 2.6;
}

.hbcx-site-footer__cta-copy h2 {
  margin: 0 0 10px;
  color: var(--hbcx-color-surface, #fff);
  font-family: var(--hbcx-font-heading, Helvetica, Arial, sans-serif);
  font-size: clamp(24px, 1.75vw, 30px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
  text-shadow: 0 3px 18px rgba(0,0,0,.58), 0 1px 2px rgba(0,0,0,.45);
}

.hbcx-site-footer__cta-copy p {
  margin: 0;
  color: rgba(246, 242, 255, .92);
  font-size: clamp(14px, 1.05vw, var(--hbcx-type-body-size, 19px));
  font-weight: 500;
  line-height: var(--hbcx-type-line-height, 1.35);
  text-shadow: 0 2px 12px rgba(0,0,0,.54), 0 1px 2px rgba(0,0,0,.40);
}

.hbcx-site-footer__cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-width: 178px;
  height: 56px;
  padding: 0 24px;
  border: 1px solid rgba(190, 127, 255, .52);
  border-radius: var(--hbcx-radius-medium, 6px);
  background: linear-gradient(135deg, var(--hbcx-color-secondary, #6a29e6) 0%, var(--hbcx-color-accent, #b925ff) 100%);
  color: var(--hbcx-color-surface, #fff);
  font-family: var(--hbcx-font-body, Helvetica, Arial, sans-serif);
  font-size: var(--hbcx-type-button-size, 17px);
  font-weight: 800;
  text-shadow: 0 1px 2px rgba(0,0,0,.34);
  box-shadow: 0 20px 46px rgba(104, 25, 216, .42), 0 0 0 1px rgba(255,255,255,.08) inset;
}

.hbcx-site-footer__cta-button svg {
  width: 24px;
  height: 24px;
  stroke-width: 2.5;
}

.hbcx-site-footer__main {
  position: relative;
  overflow: hidden;
  padding: var(--hbcx-footer-main-padding-y, 58px) 0 calc(var(--hbcx-footer-main-padding-y, 58px) + 2px);
  background:
    radial-gradient(circle at 14% 12%, rgba(92, 44, 210, .30), transparent 31%),
    radial-gradient(circle at 88% 4%, rgba(0, 151, 201, .18), transparent 29%),
    linear-gradient(135deg, #090625 0%, #07112d 48%, #061923 100%);
}

.hbcx-site-footer__main::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .42;
  background:
    radial-gradient(circle at 8% 18%, rgba(124, 75, 255, .38) 0 1px, transparent 1.8px),
    radial-gradient(circle at 33% 62%, rgba(124, 75, 255, .28) 0 1px, transparent 1.8px),
    radial-gradient(circle at 76% 18%, rgba(124, 75, 255, .3) 0 1px, transparent 1.8px);
}

.hbcx-site-footer__main::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .12;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent, #000 30%, #000 70%, transparent);
}

.hbcx-site-footer__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(292px, 1.05fr) minmax(142px, .56fr) minmax(260px, .9fr) minmax(300px, .94fr);
  gap: var(--hbcx-footer-grid-gap, clamp(30px, 3.5vw, 58px));
  align-items: start;
}

.hbcx-site-footer__brand {
  display: inline-grid;
  grid-template-columns: var(--hbcx-footer-brand-mark-width, 76px) auto;
  align-items: start;
  gap: 16px;
  width: auto;
  max-width: 100%;
  margin-bottom: 22px;
}

.hbcx-site-footer__brand-mark {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: var(--hbcx-footer-brand-mark-width, 76px);
  height: calc(var(--hbcx-footer-brand-mark-width, 76px) * 1.47);
  overflow: hidden;
}

.hbcx-site-footer__brand-mark img {
  display: block;
  width: var(--hbcx-footer-brand-mark-width, 76px);
  height: calc(var(--hbcx-footer-brand-mark-width, 76px) * 1.47);
  object-fit: contain;
}

.hbcx-site-footer__brand > span:last-child {
  color: var(--hbcx-color-surface, #fff);
  font-family: var(--hbcx-font-heading, Helvetica, Arial, sans-serif);
  padding-top: 16px;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.hbcx-site-footer__brand-col p,
.hbcx-site-footer__newsletter p {
  margin: 0;
  color: color-mix(in srgb, var(--hbcx-color-surface, #fff) 76%, transparent);
  font-size: var(--hbcx-type-body-size, 16px);
  line-height: var(--hbcx-type-line-height, 1.5);
}

.hbcx-site-footer__brand-col p {
  max-width: 310px;
  margin-bottom: 22px;
}

.hbcx-site-footer__socials {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hbcx-site-footer__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid color-mix(in srgb, var(--hbcx-color-accent, #956fff) 28%, transparent);
  border-radius: 50%;
  background: rgba(255,255,255,.035);
  color: var(--hbcx-color-surface, #fff);
}

.hbcx-site-footer__socials svg,
.hbcx-site-footer__socials img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.hbcx-site-footer__socials svg {
  fill: currentColor;
  stroke: none;
}

.hbcx-site-footer__links :is(h2,h3),
.hbcx-site-footer__contact :is(h2,h3),
.hbcx-site-footer__newsletter :is(h2,h3) {
  position: relative;
  margin: 0 0 16px;
  color: #d7ddf4;
  font-family: var(--hbcx-font-heading, Helvetica, Arial, sans-serif);
  font-size: var(--hbcx-type-footer-heading-size, 21px);
  font-weight: 700;
  line-height: 1;
}

.hbcx-site-footer__links :is(h2,h3)::after,
.hbcx-site-footer__contact :is(h2,h3)::after {
  content: none;
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, #7750d8, #159ec4);
}

.hbcx-site-footer__links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hbcx-site-footer__links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding-left: 0;
  color: color-mix(in srgb, var(--hbcx-color-surface, #fff) 90%, transparent);
  font-size: var(--hbcx-type-body-size, 16px);
  line-height: var(--hbcx-type-line-height, 1.25);
}

.hbcx-site-footer__links a::before {
  content: none;
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.hbcx-site-footer__contact {
  color: color-mix(in srgb, var(--hbcx-color-surface, #fff) 92%, transparent);
}

.hbcx-site-footer__link-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  width: 100%;
}

.hbcx-site-footer__link-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hbcx-site-footer__link-group--languages {
  grid-column: 1 / -1;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.12);
}

.hbcx-site-footer__link-group--languages ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hbcx-site-footer__links .hbcx-site-footer__link-group--languages a {
  min-height: 44px;
  padding: 6px 10px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  font-size: 13px;
  background: rgba(255,255,255,.04);
}

.hbcx-site-footer__link-group--languages a::before {
  display: none;
}

.hbcx-site-footer__contact a,
.hbcx-site-footer__contact div {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.hbcx-site-footer__contact span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid color-mix(in srgb, var(--hbcx-color-accent, #985bff) 36%, transparent);
  border-radius: var(--hbcx-radius-small, 9px);
  background: color-mix(in srgb, var(--hbcx-color-accent, #742fe6) 35%, transparent);
  color: var(--hbcx-color-surface, #fff);
}

.hbcx-site-footer__contact svg {
  width: 19px;
  height: 19px;
  stroke-width: 2.2;
}

.hbcx-site-footer__contact strong {
  color: color-mix(in srgb, var(--hbcx-color-surface, #fff) 92%, transparent);
  font-size: var(--hbcx-type-body-size, 16px);
  font-weight: 400;
  line-height: 1.45;
}

.hbcx-site-footer__newsletter {
  padding: var(--hbcx-footer-newsletter-padding, 30px) max(20px, calc(var(--hbcx-footer-newsletter-padding, 30px) - 4px)) max(18px, calc(var(--hbcx-footer-newsletter-padding, 30px) - 2px));
  border: 1px solid rgba(141, 91, 255, .38);
  border-radius: var(--hbcx-radius-medium, 14px);
  background:
    linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,0) 58%),
    rgba(52, 27, 113, .24);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 26px 70px rgba(0,0,0,.18);
}

.hbcx-site-footer__newsletter :is(h2,h3) {
  margin-bottom: 16px;
  color: var(--hbcx-color-surface, #fff);
}

.hbcx-site-footer__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px;
  gap: 4px;
  margin-top: 26px;
}

.hbcx-site-footer__form > input[type="email"],
.hbcx-site-footer__form button {
  height: 52px;
  border: 1px solid rgba(148, 104, 255, .33);
  font: inherit;
}

.hbcx-site-footer__form > input[type="email"] {
  min-width: 0;
  padding: 0 16px;
  border-radius: var(--hbcx-radius-small, 7px);
  background: rgba(255,255,255,.055);
  color: var(--hbcx-color-surface, #fff);
  font-size: 15px;
  outline: none;
}

.hbcx-site-footer__form > input[type="email"]::placeholder {
  color: rgba(216, 207, 255, .54);
}

.hbcx-site-footer__form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--hbcx-radius-small, 7px);
  background: linear-gradient(135deg, var(--hbcx-color-secondary, #622ce4), var(--hbcx-color-accent, #b026f4));
  color: var(--hbcx-color-surface, #fff);
  cursor: pointer;
}

.hbcx-site-footer__form button svg {
  width: 24px;
  height: 24px;
}

.hbcx-site-footer__consent {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin-top: 10px;
  color: rgba(226, 219, 255, .76);
  font-size: 12px;
  line-height: 1.45;
}

.hbcx-site-footer__consent input {
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  accent-color: var(--hbcx-color-accent, #9d5cff);
  cursor: pointer;
}

.hbcx-site-footer__consent a {
  color: var(--hbcx-color-surface, #fff);
  text-decoration: underline;
  text-decoration-color: rgba(255,255,255,.45);
  text-underline-offset: 3px;
}

.hbcx-site-footer__privacy {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  color: rgba(221, 214, 255, .68);
  font-size: 15px;
}

.hbcx-site-footer__privacy svg {
  width: 19px;
  height: 19px;
  opacity: .55;
}

.hbcx-site-footer__bottom {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: var(--hbcx-footer-bottom-spacing, 48px);
  padding-top: 28px;
  border-top: 1px solid rgba(170, 150, 255, .20);
  color: color-mix(in srgb, var(--hbcx-color-surface, #fff) 70%, transparent);
  font-size: 14px;
}

.hbcx-site-footer__bottom p {
  margin: 0;
}

.hbcx-site-footer__bottom nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.8vw, 36px);
}

.hbcx-site-footer__bottom a {
  color: color-mix(in srgb, var(--hbcx-color-surface, #fff) 78%, transparent);
}

.hbcx-site-footer__links a,
.hbcx-site-footer__bottom a,
.hbcx-site-footer__socials a {
  transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease;
}

.hbcx-site-footer__links a:hover,
.hbcx-site-footer__links a:focus-visible,
.hbcx-site-footer__bottom a:hover,
.hbcx-site-footer__bottom a:focus-visible {
  color: #fff;
}

.hbcx-site-footer__socials a:hover,
.hbcx-site-footer__socials a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(93, 207, 255, .52);
  background: rgba(67, 42, 157, .42);
}

@media (min-width: 1181px) {
  .hbcx-site-footer__main {
    padding: 64px 0 34px;
  }

  .hbcx-site-footer__grid,
  .hbcx-site-footer__bottom {
    width: min(1400px, calc(100% - 96px));
  }

  .hbcx-site-footer__grid {
    grid-template-columns: minmax(0, .95fr) minmax(0, 1fr) minmax(0, 1.15fr);
    grid-template-areas:
      "brand links newsletter"
      "contact links newsletter";
    column-gap: clamp(28px, 3vw, 48px);
    row-gap: 26px;
  }

  .hbcx-site-footer__brand-col {
    grid-area: brand;
  }

  .hbcx-site-footer__contact {
    grid-area: contact;
  }

  .hbcx-site-footer__links {
    grid-area: links;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    column-gap: 24px;
    align-content: start;
  }

  .hbcx-site-footer__links :is(h2,h3) {
    grid-column: 1 / -1;
  }

  .hbcx-site-footer__link-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
  }

  .hbcx-site-footer__links a {
    min-height: 44px;
  }

  .hbcx-site-footer__newsletter {
    grid-area: newsletter;
    align-self: start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 0;
    padding: clamp(24px, 2vw, 32px);
    border-color: rgba(117, 93, 255, .48);
    border-radius: 22px;
    background:
      radial-gradient(circle at 100% 0%, rgba(0, 168, 220, .18), transparent 40%),
      linear-gradient(145deg, rgba(90, 44, 190, .28), rgba(12, 25, 58, .72));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 30px 80px rgba(0,0,0,.24);
  }

  .hbcx-site-footer__newsletter :is(h2,h3) {
    font-size: clamp(24px, 1.6vw, 29px);
  }

  .hbcx-site-footer__brand {
    margin-bottom: 14px;
  }

  .hbcx-site-footer__brand-col p {
    max-width: 390px;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 18px;
  }

  .hbcx-site-footer__contact :is(h2,h3),
  .hbcx-site-footer__links :is(h2,h3) {
    margin-bottom: 20px;
    font-family: var(--hbcx-font-body, Helvetica, Arial, sans-serif);
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .hbcx-site-footer__contact :is(h2,h3)::after,
  .hbcx-site-footer__links :is(h2,h3)::after,
  .hbcx-site-footer__links a::before {
    display: none;
  }

  .hbcx-site-footer__links a {
    padding-left: 0;
    font-size: 16px;
    min-height: 44px;
  }

  .hbcx-site-footer__contact a,
  .hbcx-site-footer__contact div {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 10px;
    margin-bottom: 12px;
  }

  .hbcx-site-footer__contact span {
    width: 30px;
    height: 30px;
  }

  .hbcx-site-footer__contact strong {
    font-size: 15px;
  }

  .hbcx-site-footer__newsletter p {
    max-width: 430px;
    font-size: 17px;
  }

  .hbcx-site-footer__form {
    margin-top: 28px;
  }

  .hbcx-site-footer__bottom {
    margin-top: 34px;
    padding-top: 24px;
  }
}

@media (max-width: 1180px) {
  .hbcx-contact-form-panel {
    width: min(900px, 100%);
    padding: 32px;
  }

  .hbcx-contact-form-panel__inner {
    grid-template-columns: minmax(230px, .54fr) minmax(0, 1fr);
    gap: 32px;
  }

  .hbcx-site-footer__cta-inner,
  .hbcx-site-footer__grid,
  .hbcx-site-footer__bottom {
    width: min(100% - min(var(--hbcx-footer-side-padding, 48px), 48px), 960px);
  }

  .hbcx-site-footer__cta-inner {
    grid-template-columns: 56px minmax(0, 1fr) auto;
    gap: 20px;
  }

  .hbcx-site-footer__cta-icon {
    width: 56px;
    height: 56px;
  }

  .hbcx-site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas: "brand links" "contact links" "newsletter newsletter";
    gap: 28px 40px;
  }

  .hbcx-site-footer__brand-col {
    max-width: 430px;
    grid-area: brand;
  }

  .hbcx-site-footer__links { grid-area: links; min-width: 0; }
  .hbcx-site-footer__contact { grid-area: contact; }

  .hbcx-site-footer__newsletter {
    grid-area: newsletter;
    width: 100%;
  }
}

@media (max-width: 900px) {
  .hbcx-contact-form-panel {
    width: min(700px, 100%);
    padding: 28px;
  }

  .hbcx-contact-form-panel__inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hbcx-contact-form-panel__copy {
    max-width: 560px;
  }

  .hbcx-contact-form-panel__copy h2 {
    max-width: 520px;
    padding-right: 54px;
    font-size: 36px;
  }

  .hbcx-contact-form-panel__copy p {
    max-width: 520px;
    font-size: 15px;
  }

  .hbcx-contact-form-panel__form {
    padding: 24px;
  }

  .hbcx-contact-form-panel .wpcf7 p {
    margin-bottom: 12px;
  }

  .hbcx-contact-form-panel input {
    height: 46px;
  }

  .hbcx-contact-form-panel textarea {
    min-height: 92px;
  }

  .hbcx-contact-form-panel input[type="submit"] {
    height: 48px;
  }

  .hbcx-site-footer__cta-inner {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .hbcx-site-footer__cta-button {
    grid-column: 2;
    justify-self: start;
  }

  .hbcx-site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 28px;
  }

  .hbcx-site-footer__brand {
    grid-template-columns: min(var(--hbcx-footer-brand-mark-width, 70px), 78px) auto;
    gap: 14px;
  }

  .hbcx-site-footer__brand-mark,
  .hbcx-site-footer__brand-mark img {
    width: min(var(--hbcx-footer-brand-mark-width, 70px), 78px);
    height: calc(min(var(--hbcx-footer-brand-mark-width, 70px), 78px) * 1.47);
  }

  .hbcx-site-footer__brand > span:last-child {
    font-size: 24px;
  }
}

@media (min-width: 701px) and (max-width: 900px) {
  .hbcx-contact-form-panel {
    padding: 24px;
  }

  .hbcx-contact-form-panel__inner {
    gap: 16px;
  }

  .hbcx-contact-form-panel__copy span {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .hbcx-contact-form-panel__copy h2 {
    margin-bottom: 8px;
    font-size: 32px;
  }

  .hbcx-contact-form-panel__copy p {
    font-size: 14px;
  }

  .hbcx-contact-form-panel__form {
    padding: 18px;
  }

  .hbcx-contact-form-panel label {
    gap: 5px;
    font-size: 13px;
  }

  .hbcx-contact-form-panel input {
    height: 42px;
    font-size: 15px;
  }

  .hbcx-contact-form-panel textarea {
    min-height: 72px;
    font-size: 15px;
  }
}

@media (max-width: 700px) {
	.hbcx-site-header.hbcx-footer-visible:not(.hbcx-is-menu-open) {
		transform: translateY(-110%);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}
  .hbcx-contact-form-modal {
    align-items: start;
    padding: 14px;
    overflow-y: auto;
  }

  .hbcx-contact-form-panel {
    max-height: none;
    padding: 24px 22px;
    border-radius: var(--hbcx-radius-large, 14px);
  }

  .hbcx-contact-form-panel__close {
    top: 14px !important;
    right: 14px !important;
  }

  .hbcx-contact-form-panel__inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hbcx-contact-form-panel__copy span {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .hbcx-contact-form-panel__copy h2 {
    margin-bottom: 12px;
    padding-right: 48px;
    font-size: 31px;
  }

  .hbcx-contact-form-panel__copy p {
  font-size: var(--hbcx-type-body-size, 16px);
  }

  .hbcx-contact-form-panel__form {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .hbcx-cf7-grid {
    grid-template-columns: 1fr;
  }

  .hbcx-cf7-grid p {
    grid-template-columns: 1fr;
  }

  .hbcx-contact-form-panel textarea {
    min-height: 150px;
  }

  .hbcx-site-footer__cta-band {
    min-height: auto;
    background-position: 58% center;
  }

  .hbcx-site-footer__cta-inner {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 16px;
    min-height: 0;
    padding: min(var(--hbcx-footer-main-padding-y, 38px), 48px) 0;
  }

  .hbcx-site-footer__cta-icon {
    width: 54px;
    height: 54px;
  }

  .hbcx-site-footer__cta-copy h2 {
    font-size: 24px;
  }

  .hbcx-site-footer__cta-copy p {
    font-size: 16px;
  }

  .hbcx-site-footer__cta-button {
    grid-column: auto;
    width: min(100%, 190px);
    height: 52px;
  }

  .hbcx-site-footer__main {
    padding: 40px 0 28px;
  }

  .hbcx-site-footer__grid {
    grid-template-columns: 1fr;
    grid-template-areas: "brand" "contact" "links" "newsletter";
    gap: 22px;
  }

  .hbcx-site-footer__links {
    display: block;
  }

  .hbcx-site-footer__newsletter {
    padding: 22px 18px;
    border-radius: var(--hbcx-radius-medium, 14px);
  }

  .hbcx-site-footer__brand {
    grid-template-columns: min(var(--hbcx-footer-brand-mark-width, 72px), 78px) auto;
    gap: 14px;
    margin-bottom: 18px;
  }

  .hbcx-site-footer__brand-mark {
    width: min(var(--hbcx-footer-brand-mark-width, 72px), 78px);
    height: calc(min(var(--hbcx-footer-brand-mark-width, 72px), 78px) * 1.47);
  }

  .hbcx-site-footer__brand-mark img {
    width: min(var(--hbcx-footer-brand-mark-width, 72px), 78px);
    height: calc(min(var(--hbcx-footer-brand-mark-width, 72px), 78px) * 1.47);
  }

  .hbcx-site-footer__brand > span:last-child {
    padding-top: 8px;
    font-size: 21px;
  }

  .hbcx-site-footer__brand-col p,
  .hbcx-site-footer__newsletter p,
  .hbcx-site-footer__links a,
  .hbcx-site-footer__contact strong {
    font-size: 15px;
  }

  .hbcx-site-footer__links :is(h2,h3),
  .hbcx-site-footer__contact :is(h2,h3),
  .hbcx-site-footer__newsletter :is(h2,h3) {
    margin-bottom: 14px;
    font-size: 18px;
  }

  .hbcx-site-footer__newsletter :is(h2,h3) {
    margin-bottom: 14px;
  }

  .hbcx-site-footer__form {
    grid-template-columns: minmax(0, 1fr) 56px;
    margin-top: 18px;
  }

  .hbcx-site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    margin-top: min(var(--hbcx-footer-bottom-spacing, 28px), 34px);
    padding-top: 24px;
    font-size: 13px;
  }

  .hbcx-site-footer__bottom nav {
    flex-wrap: wrap;
    gap: 4px 20px;
  }
}

@media (max-width: 480px) {
  .hbcx-site-footer__cta-inner,
  .hbcx-site-footer__grid,
  .hbcx-site-footer__bottom {
    width: calc(100% - 36px);
  }

  .hbcx-site-footer__socials {
    gap: 10px;
  }

  .hbcx-site-footer__socials a {
    width: 42px;
    height: 42px;
  }

  .hbcx-site-footer__cta-inner {
    padding: 34px 0;
  }

  .hbcx-site-footer__cta-copy h2 {
    max-width: 330px;
    font-size: 24px;
  }

  .hbcx-site-footer__cta-copy p {
    max-width: 330px;
    font-size: 15px;
  }

  .hbcx-site-footer__brand {
    grid-template-columns: min(var(--hbcx-footer-brand-mark-width, 68px), 72px) minmax(0, 1fr);
    gap: 13px;
  }

  .hbcx-site-footer__brand-mark,
  .hbcx-site-footer__brand-mark img {
    width: min(var(--hbcx-footer-brand-mark-width, 68px), 72px);
    height: calc(min(var(--hbcx-footer-brand-mark-width, 68px), 72px) * 1.47);
  }

  .hbcx-site-footer__brand > span:last-child {
    padding-top: 14px;
    font-size: 22px;
  }

  .hbcx-site-footer__contact a,
  .hbcx-site-footer__contact div {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
  }

  .hbcx-site-footer__contact span {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 380px) {
  .hbcx-site-footer__brand {
    grid-template-columns: min(var(--hbcx-footer-brand-mark-width, 62px), 66px) minmax(0, 1fr);
    gap: 12px;
  }

  .hbcx-site-footer__brand-mark,
  .hbcx-site-footer__brand-mark img {
    width: min(var(--hbcx-footer-brand-mark-width, 62px), 66px);
    height: calc(min(var(--hbcx-footer-brand-mark-width, 62px), 66px) * 1.47);
  }

  .hbcx-site-footer__brand > span:last-child {
    font-size: 21px;
  }

  .hbcx-site-footer__form {
    grid-template-columns: minmax(0, 1fr) 52px;
  }
}
