















html {
  --container-max-width: 1309px;
  --maximum-document-width: (2560 / 16);

  max-width: calc(var(--maximum-document-width) * 1em);
  margin: 0 auto;

  --spacing-vertical: 100px;

  --dnd-section-min-height: 0;
  --spacing-vertical-multiplier: 1;

  
  
  
    --spacing-vertical-fluid: calc(var(--spacing-vertical-multiplier) * clamp(40px, 11.8208px + 7.5145vw, 105px));
  

  --section-inset-horizontal-spacing-multiplier: 1;

  
  
  
      --section-inset-horizontal-spacing-fluid: calc(var(--section-inset-horizontal-spacing-multiplier) * 0px);
  

  --vertical-rhythm-multiplier: 1;
  
  
  
  
    --vertical-rhythm: calc(var(--vertical-rhythm-multiplier) * 24px);
  
  
  --system-font-stack: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  --font-family-primary: , var(--system-font-stack);
  --font-family-secondary: , var(--system-font-stack);
  --system-font-stack-monospace: ui-monospace, "Cascadia Mono", "Segoe UI Mono", "Liberation Mono", Menlo, Monaco, Consolas, monospace;
  --font-family-monospace: , var(--system-font-stack-monospace);

  --font-scale-multiplier: 1;

  --body-font-scale-multiplier: var(--font-scale-multiplier);
  --heading-font-scale-multiplier: var(--font-scale-multiplier);

  --font-size-body: calc(20px * var(--body-font-scale-multiplier));

  --font-size-h1:   calc(56px * var(--heading-font-scale-multiplier));
  --font-size-h2:   calc(40px * var(--heading-font-scale-multiplier));
  --font-size-h3:   calc(32px * var(--heading-font-scale-multiplier));
  --font-size-h4:   calc(24px * var(--heading-font-scale-multiplier));
  --font-size-h5:   calc(18px * var(--heading-font-scale-multiplier));
  --font-size-h6:   calc(14px * var(--heading-font-scale-multiplier));

  --button-border-radius: 8px;

}

@media (max-width: 768px) {
  :root {
    --font-size-body: 16px;
  }
}

html,
[data-theme="light"],
.dnd-section:has(.dnd-section__bg.surface--text-dark),
:not(.section--inset).surface--default,
.section--inset.surface--default > .row-fluid {
  --black: #000;
  --white: #FFF;

  --text-link: #6696f0;
  --text-link-hover: #4a7dc9;

  --text-primary: #111;
  --text-secondary: #1a2942;
  --text-muted: rgba(0, 0, 0, 0.7);

  --text-gradient-1: linear-gradient(
    90deg,
    #25669f 0%,
    #000 100%
  );

  color: var(--text-primary);

  /* --icon-fill: var(--text);
  --icon-accent-1: var(--text);
  --icon-accent-2: var(--text);
  --icon-accent-3: var(--text);
  --icon-accent-4: var(--text); */

  --bg-primary: #FFF;
  --bg-secondary: #f5f7fa;

  /* DONE! */
  --bg-card-1: #243f67;
  --bg-card-2: #1a2f4d;
  --bg-patient-full: linear-gradient(
    75deg,
    #274e6c 0%,
    #dfebff 100%
  );

  --bg-news-roller: linear-gradient(
    90deg,
    #132d63 0%,
    #1c7cb0 100%
  );

  --bg-modal: rgba(0, 0, 0, 0.5);

  --marquee-color: #e1e1e1;
  --marquee-opacity: 1;

  --circle-bg-1: linear-gradient(
    135deg,
    #FFF 0%,
    #FFF 100%
  );
  --circle-bg-2: linear-gradient(
    135deg,
    #749abb 0%,
    #60a5fa 100%
  );
  --circle-bg-3: linear-gradient(
    135deg,
    #25669f 0%,
    #60a5fa 100%
  );


  --theme-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;

  /* LEGACY ITEMS */
  --bg-hero: linear-gradient(
    180deg,
    #050a13 0%,
    #1a2942 100%
  );

  
  --bg-footer: linear-gradient(
    180deg,
    #0a1628 0%,
    #050a13 100%
  ); 
}

/* [data-theme="dark"].dnd-section:not(:has()) img.icon  {
  filter: brightness(0) invert(1);
} */

[data-theme="dark"],
[data-theme="dark"] :not(.section--inset).surface--default,
[data-theme="dark"] .section--inset.surface--default > .row-fluid {
  --text-link: #6696f0;
  --text-link-hover: #4a7dc9;

  --text-primary: #FFF;
  --text-secondary: #e0e6ed;
  --text-muted: rgba(255, 255, 255, 0.7);

  --bg-primary: #0a0e1a;
  --bg-secondary: #151923;
  
  --text-gradient-1: linear-gradient(
    90deg,
    #60a5fa 0%,
    #ffffff 100%
  );

  --icon-fill: #FFF;
  --icon-accent-1: var(--text);
  --icon-accent-2: var(--text);
  --icon-accent-3: var(--text);
  --icon-accent-4: var(--text); */

  
  --bg-card-1: #1a2332;
  --bg-card-2: #141b26;

  --bg-news-roller: linear-gradient(
    90deg,
    #0a1a3d 0%,
    #0e4a6b 100%
  );
  --bg-patient-full: linear-gradient(
    135deg,
    #1a2942 0%,
    #243f67 100%
  );

  --marquee-color: #7289a5;
  --marquee-opacity: 0.6;

  --circle-bg-1: linear-gradient(
    135deg,
    #1a1a1a 0%,
    #2a2a2a 100%
  ); 
  --circle-bg-2: linear-gradient(
    135deg,
    #25669f 0%,
    #3b82f6 100%
  );
  --circle-bg-3: linear-gradient(
    135deg,
    #1a4d7a 0%,
    #3b82f6 100%
  );

  --theme-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;


  --bg-hero: linear-gradient(180deg, #000000 0%, #0f1419 100%); /* Dark hero */
  --bg-footer: linear-gradient(
    180deg,
    #050810 0%,
    #000000 100%
  );

}

body {
  color: var(--text-primary);
  font-size: var(--font-size-body);
  transition: var(--theme-transition);
  background-color: var(--bg-primary);
}

.row-fluid {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.row-fluid [class*='span'] {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-left: 2.127659574%;
}
.row-fluid [class*='span']:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 99.99999998999999%;
}
.row-fluid .span11 {
  width: 91.489361693%;
}
.row-fluid .span10 {
  width: 82.97872339599999%;
}
.row-fluid .span9 {
  width: 74.468085099%;
}
.row-fluid .span8 {
  width: 65.95744680199999%;
}
.row-fluid .span7 {
  width: 57.446808505%;
}
.row-fluid .span6 {
  width: 48.93617020799999%;
}
.row-fluid .span5 {
  width: 40.425531911%;
}
.row-fluid .span4 {
  width: 31.914893614%;
}
.row-fluid .span3 {
  width: 23.404255317%;
}
.row-fluid .span2 {
  width: 14.89361702%;
}
.row-fluid .span1 {
  width: 6.382978723%;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .row-fluid [class*='span'] {
    width: 100%;
    margin-left: 0;
  }
  .row-fluid [class*='span'] ~ [class*='span'] {
    margin-top: 2.5rem;
  }
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone,
.visible-tablet,
.hidden-desktop {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-phone,
  .hidden-desktop {
    display: inherit !important;
  }
  .hidden-phone,
  .visible-desktop {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet,
  .hidden-desktop {
    display: inherit !important;
  }
  .hidden-tablet,
  .visible-desktop {
    display: none !important;
  }
}
.dnd-section {
  position: relative;
  --dnd-section-padding: calc(var(--dnd-section-padding-multiplier, 1) * var(--spacing-vertical-fluid));
  padding: var(--dnd-section-padding) 0;
  min-height: var(--dnd-section-min-height, 0);
}
.container-fluid .dnd-section:first-child:has(.dnd-section) {
  padding-top: 0;
}
.section--gap {
  padding-bottom: var(--dnd-section-padding);
  margin-bottom: calc(-1 * var(--vertical-rhythm));
}
/* Generalize this to generic class for all 'collapsed' rows / sections that are isolated ?? */
.dnd-section:has(.dnd-section) + .dnd-section:has(.jump-nav-wrapper) .jump-nav-wrapper,
.dnd-section:has(.dnd-section__bg) + .dnd-section:has(.jump-nav-wrapper) .jump-nav-wrapper {
  margin-top: calc(-1 * var(--dnd-section-padding));
}
.container,
.dnd-section > .row-fluid {
  margin: 0 auto;
  padding: 0 1rem;
  max-width: calc(var(--container-max-width) + 1rem);
}
.row-depth-1:has(.bg-module) {
  margin-top: 0 !important;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* Vertical rhythm for stacked elements */
.stack > *:not(.media) + *,
.row-depth-1 + .row-depth-1:not(.dnd-section),
[class*="span"] > .row-fluid + .row-fluid,
.span12 > *:not(.dnd-section) + *,
.dnd-row + .dnd-row:not(.row-depth-1) {
  margin-top: var(--vertical-rhythm) !important;
}


/* Prevent double padding effect ... */
.dnd-section:has(.dnd-section) + .dnd-section:has(.dnd-section),
.dnd-section:not([class*="background-layers"]):not(.section--bg):not(:has(.dnd-section__bg)) + .dnd-section:not([class*="background-layers"]):not(.section--bg):not(:has(.dnd-section__bg)) {
  padding-top: 0;
}

.dnd-section:has(.dnd-section):has(+ .dnd-section[class*="background-layers"]),
.dnd-section:has(.rcg-section):has(+ .dnd-section[class*="background-layers"]) {
  padding-bottom: 0 !important;
}

/* Need to work out inner vs outer section--inset when used in modules vs regexing on el itself .... */
.dnd-section > *,
.section--inset:not(.dnd-section),
.section--inset > div {
  margin: 0 auto;
  max-width: calc(var(--container-max-width) - 1rem);
  padding: 0 1rem;
  width: 100%;
}
.section--inset > div {
  padding: var(--dnd-section-padding)  var(--section-inset-horizontal-spacing-fluid);
  max-width: calc(var(--container-max-width) - 1rem);
}

@media (min-width:768px) {
  .dnd-section.section--inset {
    margin: 0 1rem;
  }
}
.dnd-section--inset {
    padding: 60px 80px;
    border-radius: 20px;
    border: 1px solid rgba(0, 123, 255, 0.1);
}
@media (max-width: 768px) {
    .dnd-section--inset {
        padding: 40px 30px;
    }
}

.relative,
.dnd-section:has(.image-module--absolute),
.dnd-section:has(.image-module--accent-img) {
  overflow: hidden;
  position: relative;
}

.image-module--accent-img {
  z-index: -2 !important;
}

.dnd-section:has(.image-module--accent-img) {
  overflow: visible !important;
}

[data-global-resource-path*="header"] .nav__item a,
[data-global-resource-path*="header"] .nav__item .link {
    display: block;
    padding: 10px 13px;
    font-size: 12px;
    text-transform: uppercase;
}
[data-global-resource-path*="header"] .nav__item--has-dropdown a:hover,
[data-global-resource-path*="header"] .nav__item--has-dropdown .link:hover,
[data-global-resource-path*="header"] .nav__item--has-dropdown:has(.nav__item--open) {
    color: #0F3A7D !important;
    background: #FFF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
[data-global-resource-path*="header"] .nav__item--has-dropdown:has(.nav__item--open) .nav__item--open {
  color: #0F3A7D !important;
}
[data-global-resource-path*="header"] .nav__list {
  gap: 0;
}
[data-global-resource-path*="footer"] .dnd-section:first-child {
  --icon-color: #FFF;

  --text-link: #FFF;
  --text-primary: #FFF;
  --text-secondary: #FFF;

  padding: 0 !important;
  color: var(--text-primary);
  background: radial-gradient(138.12% 391.93% at 25% -163.49%,#082858 48.13%,#0f3a7d 65.96%,#f15b55 100%);
}
[data-global-resource-path*="footer"] .dnd-section:first-child {
  padding-bottom: 57px !important;
}
[data-global-resource-path*="footer"] .dnd-section:last-child {
  padding: 29px 0 !important;
  --icon-color: #FFF;

  --text-link: #FFF;
  --text-primary: #FFF;
  --text-secondary: #FFF;
  color: var(--text-primary);
  background: #072555;
}

[data-global-resource-path*="footer"] .dnd-section:last-child {
  font-size: 12px;
  font-weight: 700;
}

[data-global-resource-path*="footer"] .dnd-section:last-child a {
  text-decoration: underline;
}
[data-global-resource-path*="footer"] .hs-menu-wrapper ul {
  list-style: none;
}
[data-global-resource-path*="footer"] .hs-menu-wrapper ul > li + li {
  margin-top: 14px;
}
[data-global-resource-path*="footer"] .hs-menu-wrapper a {
  font-size: 12px;
}
[data-global-resource-path*="footer"] .section-heading * {
  font-size: 12px !important;
  font-weight: 500px !important;
}

.media__container,
.dnd-section:has(.dnd-section__bg) {
  overflow: hidden;
  position: relative;
}
.dnd-section__bg,
.media__container > .media {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  position: absolute;
}
.media__container > .media {
  font-size: 0;
  line-height: 0;
  border-radius: 0;
  object-fit: cover;
  object-position: center;
}
.dnd-section__bg {
  z-index: -1;
}

.row-depth-1:has(.dnd-section__bg) + .row-depth-1 {
  margin-top: 0 !important;
}

main img {
  content-visibility: auto; /* Only render when in viewport */
}
.lazy-img {
  z-index: 0;
  filter: blur(32px);
  transform: scale(1.05);
  transition: filter 500ms linear, transform 500ms linear;
}
.lazy-img.loaded {
  filter: blur(0);
  transform: scale(1);
}

.btn-outer {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.accent__layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: visible;
}
.accent {
  --left: 50%;
  --top:  50%;
  --tx:   -50%;
  --ty:   -50%;

  position: absolute;
  left:     var(--left);
  top:      var(--top);
  transform: translate(var(--tx), var(--ty));
  pointer-events: none;
}
.accent--ribbon {
  overflow: hidden;
  pointer-events: none;
}
.accent__ribbon {
  display: block;
  white-space: nowrap;
  padding: 0.25em 2em;
  background-color: currentColor;
  color: var(--ribbon-text-color, #fff);
  font-size: var(--ribbon-size, 0.75rem);
  font-weight: 600;
  text-align: center;
  transform: rotate(-45deg);
  transform-origin: center;
}
.accent__dot {
  display: flex;
  align-items: center;
  justify-content: center;
  width:  var(--dot-size, 8px);
  height: var(--dot-size, 8px);
  border-radius: 50%;
  background-color: var(--dot-color, currentColor);
  font-size: calc(var(--dot-size, 8px) * 0.55);
  font-weight: 600;
  color: #fff;
  line-height: 1;
}
.accent__pulse {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width:  var(--pulse-size, 24px);
  height: var(--pulse-size, 24px);
}
.accent__pulse > span {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid var(--pulse-color, currentColor);
  opacity: 0;
  animation: accent-pulse var(--pulse-duration, 1.4s) ease-out infinite;
}
.accent__pulse > span:nth-child(1) { animation-delay: 0s;    }
.accent__pulse > span:nth-child(2) { animation-delay: 0.35s; }
.accent__pulse > span:nth-child(3) { animation-delay: 0.7s;  }
.accent__pulse > span:nth-child(4) { animation-delay: 1.05s; }
.accent__pulse[data-speed="slow"]   { --pulse-duration: 2s;   }
.accent__pulse[data-speed="normal"] { --pulse-duration: 1.4s; }
.accent__pulse[data-speed="fast"]   { --pulse-duration: 0.7s; }
@keyframes accent-pulse {
  0%   { transform: scale(1);    opacity: 0.7; }
  100% { transform: scale(2.5);  opacity: 0;   }
}
.accent--image img,
.accent--image svg,
.accent--svg svg,
.accent--svg img {
  display: block;
  max-width: 100%;
  height: auto;
}
.accent--lottie dotlottie-player,
.accent--lottie lottie-player {
  display: block;
}
.accent--video video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}









button,
.button,
.hs-button,
form input[type=reset],
form input[type=submit],
.hs-blog-post-listing__post-button {
  --_palette: var(--primary);
  --_palette-contrast: var(--primary-contrast);
  --_bg: var(--_palette);
  --_text: var(--_palette-contrast);
  --_border: var(--_palette);

  white-space: normal;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  justify-content: center;
  gap: 0.5em;
  
  ;

  border-radius: var(--button-border-radius);
  
  font-family: inherit;
  font-size: calc(1em * (1 + 0.0));
  font-weight: 400;
  text-decoration: none;
  
  background: var(--_bg);
  color: var(--_text);
  border: 1px solid var(--_border);
  
  transition: filter 0.2s, transform 0.2s, background 0.2s, color 0.2s;
  cursor: pointer;
}

button:hover,
.button:hover,
.hs-button:hover,
form input[type=reset]:hover,
form input[type=submit]:hover {
  background: color-mix(in oklch, var(--_bg), black 10%);
}

button:active,
.button:active,
.hs-button:active,
form input[type=reset]:active,
form input[type=submit]:active {
  background: color-mix(in oklch, var(--_bg), black 5%);
}

button:focus-visible,
.button:focus-visible,
.hs-button:focus-visible,
form input[type=reset]:focus-visible,
form input[type=submit]:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}
button[disabled="true"],
.button[disabled="true"],
button[aria-disabled="true"],
.button[aria-disabled="true"] {
  opacity: 0.5;
  filter: grayscale(100%);
  background-color: unset;
  color: initial;
  border-color: initial;
  cursor: not-allowed;
}

.button--primary {
  --_palette: var(--primary);
  --_palette-contrast: var(--primary-contrast);
}
.button--secondary {
  --_palette: var(--secondary);
  --_palette-contrast: var(--secondary-contrast);
}
.button--tertiary {
  --_palette: var(--tertiary);
  --_palette-contrast: var(--tertiary-contrast);
}

.button--outline {
  --_bg: transparent;
  --_text: var(--_palette);
  --_border: var(--_palette);
}
.button--outline:hover {
  --_bg: var(--_palette);
  --_text: var(--_palette-contrast);
}
.button--ghost {
  --_bg: transparent;
  --_text: var(--_palette);
  --_border: transparent;
}
.button--ghost:hover {
  --_bg: color-mix(in oklch, var(--_palette) 10%, transparent);
}

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

@media (max-width: 768px) {
  button,
  .button,
  .hs-button {
    width: 100%;
  }
}

.rh-btn,
form .hs-button ,
form input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 50px;
  border-radius: 999px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
  border: none;
}
.rh-btn:hover {
  opacity: 0.88;
}

form .hs-button,
form input[type=submit],
.rh-btn--gradient {
  background: linear-gradient(92.09deg, #20ACF7 0.31%, #F15B55 99.69%);
  color: #fff;
  border: none;
}
.rh-btn--outline {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.rh-btn--outline:hover {
  background: rgba(255, 255, 255, 0.1);
  opacity: 1;
}
@media (max-width: 768px) {
  .rh-btn {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .rh-btn { width: 100%; padding: 13px 24px; }
}
.button--icon {
  display: inline-flex;
  align-items: center;
  gap: 1ch;
}
.button--icon svg,
.button--icon img {
  flex-shrink: 0;
  width:  1em;
  height: 1em;
  fill: currentColor;
  object-fit: contain;
}

:is(button, .button, input[type="submit"], input[type="reset"]):not(.btn-demo) {
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
}
:is(button, .button, input[type="submit"], input[type="reset"]):not(.btn-demo):hover {
  transform: scale(1.05);
}

.hero-notice-banner {
  display: inline-flex;
  align-items: center;
  position: relative;
  gap: clamp(0.5625rem, 0.35vw + 0.45rem, 0.875rem);
  padding:
    clamp(0.625rem, 0.3vw + 0.5rem, 0.875rem)
    clamp(1.125rem, 0.9vw + 0.9rem, 1.625rem);
  background: rgba(96, 165, 250, 0.1);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(96, 165, 250, 0.25);
  border-radius: 999px;
  box-shadow: 0 4px 24px rgba(96, 165, 250, 0.2);
}
.notice-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: clamp(1.5rem, 0.6vw + 1.2rem, 2rem);
  height: clamp(1.5rem, 0.6vw + 1.2rem, 2rem);
  border-radius: 50%;
  background:
    linear-gradient(
      135deg,
      rgba(96, 165, 250, 0.3),
      rgba(59, 130, 246, 0.3)
    );
  color: rgba(147, 197, 253, 1);
}
.notice-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  line-height: 1.3;
}
.notice-main-text {
  font-size: clamp(0.6875rem, 0.35vw + 0.55rem, 0.9375rem);
  color: rgba(255, 255, 255, 0.95);
}
.notice-date {
  font-size: clamp(0.8125rem, 0.35vw + 0.7rem, 1.0625rem);
  font-weight: 600;
  background: var(--text-gradient--light-blue);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media (max-width: 768px) {
  .hero-notice-banner {
    margin-inline: auto;
  }
}


form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border: 1px solid #DDD;
  background-color: #FFF;
  border-radius: 6px;
  padding: 8px 12px;
  width: 100%;
}

::-webkit-input-placeholder {
  /* color: var(--form-placeholder); */
}

::-moz-placeholder {
  /* color: var(--form-placeholder); */
}

:-ms-input-placeholder {
  /* color: var(--form-placeholder); */
}

::placeholder {
  /* color: var(--form-placeholder); */
}

form input[type=text]:hover,
form input[type=search]:hover,
form input[type=email]:hover,
form input[type=password]:hover,
form input[type=tel]:hover,
form input[type=number]:hover,
form select:hover,
form textarea:hover {
  /* border-color: var(--secondary); */
}

form input[type=text]:focus,
form input[type=search]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form select:focus,
form textarea:focus {
  box-shadow: 0 0 0 3px rgba(#000, 0.15);
  outline: none;
}

.fn-date-picker td.is-selected .pika-button {
  /* background: var(--primary); */
}
.fn-date-picker td .pika-button:hover {
  /* background-color: var(--primary) !important; */
}
.fn-date-picker td.is-today .pika-button {
  /* color: var(--primary); */
}

.hs-form-field {
	margin-bottom: 1.4rem;
}
form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
}
/* GDPR */
.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 0 !important;
}
form legend {
  font-size: 0.875rem;
}

label {
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 0.35rem;
}
label + :not(:empty) {
  margin-top: 1rem;
}
label + :empty + * {
  margin-top: 1rem;
}
legend:not(:empty) + * {
  margin-top: 1rem;
}
.hs-error-msgs {
  margin-top: 1rem;
}
.hs-error-msgs>*+* {
  margin-top: 1rem;
}
/* Mobile only when things have stacked do we need subsequent margin... */
@media (max-width:47.9375em) {
  fieldset>*+* {
    margin-top: 1rem;
  }
}
fieldset+fieldset {
  margin-top: 1rem;
}
.inputs-list > li + li {
  margin-top: 1rem;
}
.legal-consent-container > *+* {
  margin-top: 1rem;
}
.hs-recaptcha {
  margin-top: 1rem;
}
.hs-submit {
  margin-top: 1rem;
}

form .inputs-list > li {
  margin: 0.7rem 0;
}
form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

legend {display:table}
progress {vertical-align: baseline}
::-webkit-file-upload-button{-webkit-appearance: button;font:inherit}

.error,
:focus-visible {
  box-shadow: var(--ring)
}
.error {
  /* --ring-color: #EF6B51; */
  border: 1px solid #EF6B51 !important;
}

.hs-form-radio input,
.hs-form-checkbox input,
.hs-form-booleancheckbox input {
  border: 1px solid #000;
  border-radius: 3px;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
}

.hs-form-radio input:checked,
.hs-form-checkbox input:checked,
.hs-form-booleancheckbox input:checked {
  background: #24314d;
}

.hs-form-radio label span,
.hs-form-checkbox label span,
.hs-form-booleancheckbox label span {
  width: 100%;
}

.hs-form-radio input {
  border-radius: 50%;
}

.hs_recaptcha  {
  display: flex;
  justify-content: flex-start;
}

.hs-form-radio label,
.hs-form-checkbox label,
.hs-form-booleancheckbox label {
  display: flex;
  gap: 1ch;
  align-items: center;
  justify-content: flex-start;
}

.inputs-list,
.no-list {
  list-style: none;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Captcha */
.grecaptcha-badge {margin: 0 auto}

textarea,
select,
input {
  font-size: 16px;
}

form label {
  text-transform: capitalize;
}

.hs-form-radio label,
.hs-form-checkbox label,
.hs-form-booleancheckbox label,
.hs-error-msg {
  text-transform: unset !important;
}















table {
  
  background-color: var(--table-bg);
}
td,
th {
  
  
  color: var(--table-text);
}
thead th {
  background-color: var(--table-header-bg);
  color: var(--table-header-text);
}
tfoot td {
  background-color: var(--table-footer-bg);
  color: var(--table-footer-text);
}


/* Vertical Rhythm for all Prose */
.hs_cos_wrapper_type_rich_text>*+*,
.hs_cos_wrapper_type_rich_text ul>*+*,
.hs_cos_wrapper_type_rich_text ol>*+*,
.hs_cos_wrapper_type_rich_text dl>*+* {
  margin-top: 1.25rem;
}
.hs_cos_wrapper_type_rich_text ul,
.hs_cos_wrapper_type_rich_text ol,
.hs_cos_wrapper_type_rich_text dl {
  padding-left: 1.2rem;
}

/* Anchors */
a {
  color: var(--text-link);
}
a:hover {
  text-decoration: underline;
}

h1, .h1 {
  font-size: var(--font-size-h1);
}

h2, .h2 {
  font-size: var(--font-size-h2);
}

h3, .h3 {
  font-size: var(--font-size-h3);
}

h4,.h4 {
  font-size: var(--font-size-h4);
}

h5, .h5 {
  font-size: var(--font-size-h5);
}

h6, .h6 {
  font-size: var(--font-size-h6);
}

blockquote {
  border-left-color: var(--secondary);
}

.theme-toggle {
    position: relative;
    width: auto;
    height: auto;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.theme-toggle:hover {
    transform: scale(1.1);
    opacity: 0.8;
}

.theme-toggle svg {
    fill: #FFF;
    width: 16px;
    height: 16px;
    display: none;
    transition: all 0.3s ease;
}

body[data-theme="dark"] .theme-toggle > :first-child {
    display: block;
}
body:not([data-theme="dark"]) .theme-toggle > :last-child {
    display: block;
}
.chat-bubble-container {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9000;
}
.chat-bubble-btn {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #25669f 0%, #1a4d7a 100%);
    border: none;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(37, 102, 159, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    overflow: visible;
    opacity: 1;
    transform: scale(1);
}

.chat-bubble-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 32px rgba(37, 102, 159, 0.5);
}

.chat-bubble-btn::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, transparent 70%);
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
}

.chat-icon {
    font-size: 24px;
    font-weight: 700;
    color: white;
    font-family: 'Inter', sans-serif;
    letter-spacing: 1px;
}

.chat-notification {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 24px;
    height: 24px;
    background: #ff4757;
    border-radius: 50%;
    color: white;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
    animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

.chat-window {
    position: absolute;
    bottom: 90px;
    right: 0;
    width: 380px;
    height: 550px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    display: none;
    flex-direction: column;
    overflow: hidden;
    opacity: 0;
    transform: scale(0.8) translateY(20px);
    pointer-events: none;
    visibility: hidden;
}

.chat-window.active {
    display: flex;
    opacity: 1;
    transform: scale(1) translateY(0);
    pointer-events: all;
    visibility: visible;
}

.chat-header {
    background: linear-gradient(135deg, #25669f 0%, #1a4d7a 100%);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
}

.chat-header-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.chat-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.chat-header-text h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.chat-status {
    margin: 0;
    font-size: 12px;
    opacity: 0.9;
    display: flex;
    align-items: center;
    gap: 6px;
}

.chat-status::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #2ecc71;
    border-radius: 50%;
    display: inline-block;
    animation: statusPulse 2s ease-in-out infinite;
}

@keyframes statusPulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

.chat-close-btn {
    background: transparent;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.chat-close-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
}

.chat-messages {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    background: #f5f7fa;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.chat-messages::-webkit-scrollbar {
    width: 6px;
}

.chat-messages::-webkit-scrollbar-track {
    background: #e1e8ed;
}

.chat-messages::-webkit-scrollbar-thumb {
    background: #25669f;
    border-radius: 3px;
}

.chat-message {
    display: flex;
    gap: 10px;
    animation: messageSlideIn 0.3s ease-out;
}

@keyframes messageSlideIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.message-avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: linear-gradient(135deg, #25669f 0%, #1a4d7a 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
}

.user-message .message-avatar {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    order: 2;
}

.user-message {
    flex-direction: row-reverse;
}

.message-content {
    background: white;
    padding: 12px 16px;
    border-radius: 18px;
    max-width: 70%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.user-message .message-content {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.message-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

.chat-input-container {
    padding: 20px;
    background: white;
    border-top: 1px solid #e1e8ed;
    display: flex;
    gap: 10px;
}

.chat-input {
    flex: 1;
    padding: 12px 16px;
    border: 2px solid #e1e8ed;
    border-radius: 25px;
    font-size: 14px;
    outline: none;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
}

.chat-input:focus {
    border-color: #25669f;
    box-shadow: 0 0 0 3px rgba(37, 102, 159, 0.1);
}

.chat-send-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: linear-gradient(135deg, #25669f 0%, #1a4d7a 100%);
    border: none;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.chat-send-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(37, 102, 159, 0.4);
}

.chat-send-btn i {
    font-size: 16px;
}

/* Typing indicator */
.typing-indicator {
    display: flex;
    gap: 4px;
    padding: 12px 16px;
}

.typing-dot {
    width: 8px;
    height: 8px;
    background: #25669f;
    border-radius: 50%;
    animation: typingDot 1.4s ease-in-out infinite;
}

.typing-dot:nth-child(2) {
    animation-delay: 0.2s;
}

.typing-dot:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes typingDot {
    0%, 60%, 100% {
        transform: translateY(0);
        opacity: 0.5;
    }
    30% {
        transform: translateY(-10px);
        opacity: 1;
    }
}

/* Chat Options Menu */
.chat-options-menu {
    position: absolute;
    bottom: 90px;
    right: 0;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    padding: 8px;
    display: none;
    flex-direction: column;
    gap: 4px;
    opacity: 0;
    transform: scale(0.8) translateY(10px);
    pointer-events: none;
    visibility: hidden;
    min-width: 200px;
}

.chat-options-menu.active {
    display: flex;
    opacity: 1;
    transform: scale(1) translateY(0);
    pointer-events: all;
    visibility: visible;
}

.chat-option-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: transparent;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
    color: #2c3e50;
    font-family: 'Inter', sans-serif;
    text-align: left;
}

.chat-option-btn:hover {
    background: linear-gradient(135deg, #25669f 0%, #1a4d7a 100%);
    color: white;
    transform: translateX(4px);
}

.chat-option-btn i {
    font-size: 18px;
    width: 20px;
    text-align: center;
}

/* AI Avatar Window */
.avatar-window {
    position: absolute;
    bottom: 90px;
    right: 0;
    width: 640px;

    height: 420px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    display: none;
    flex-direction: column;
    overflow: hidden;
    opacity: 0;
    transform: scale(0.8) translateY(20px);
    pointer-events: none;
    visibility: hidden;
}

.avatar-window.active {
    display: flex;
    opacity: 1;
    transform: scale(1) translateY(0);
    pointer-events: all;
    visibility: visible;
}

.avatar-header {
    background: linear-gradient(135deg, #25669f 0%, #1a4d7a 100%);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
}

.avatar-close-btn {
    background: transparent;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.avatar-close-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
}
.avatar-content {
    flex: 1;
    background: #f5f7fa;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    min-height: 0;
}
#heygen-avatar-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
#heygen-avatar-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    overflow: hidden;
}

/* Fix for text-box-trim: trim-both collapsing this ... */
.logo a {
  display: block;
}
/* Fix whitespace on image causing inset from perfect alignment ... */
.brand__logo {
  margin-left: -6px;
}

.global-header-mega-menus .dnd-section:not(.active) {
  display: none;
}
@media (max-width: 768px) {
  .hs-tools-menu {
    display: none !important
  }
}


/* Prevent layout shifts ... */
.news-roller-section {
    background: var(--bg-news-roller);
    padding: 0;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s ease;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
}
.news-roller-section.hidden {
    transform: translateY(100%);
}

.blockchain-canvas {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  /* clamp(40vw, 40vw + 0.024vw, 50vw) !important */
  height: 100%;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .blockchain-canvas {
    width: 45%;
  }
}
@media (max-width: 1200px) {
  .blockchain-canvas {
    width: 40%;
  }
}
@media (max-width: 1024px) {
  .blockchain-canvas {
    width: 35%;
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .blockchain-canvas {
    display: none;
  }
}

.bg-accent__circles {
  inset: 0;
  z-index: 0;
  position: absolute;
  overflow: visible;
  pointer-events: none;
}

.bg-accent__circles .circle {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  animation: circle-scale 3s cubic-bezier(0.6, 0, 0.4, 1) infinite alternate;
  transition: var(--theme-transition);
  transform-origin: center;
  transform: translate(50%, -50%) scale(1);
}

.circle-small {
  width: 300px;
  height: 300px;
  background: var(--circle-bg-1);
  opacity: 0.15;
  animation-delay: 0s;
}
.circle-medium {
  width: 600px;
  height: 600px;
  background: var(--circle-bg-2);
  opacity: 0.12;
  animation-delay: 0.3s;
}
.circle-large {
  width: 900px;
  height: 900px;
  background: var(--circle-bg-3);
  opacity: 0.09;
  animation-delay: 0.6s;
}
.circle-xlarge {
  width: 1200px;
  height: 1200px;
  background: var(--circle-bg-3);
  opacity: 0.06;
  animation-delay: 0.9s;
}
.circle-xxlarge {
  width: 1500px;
  height: 1500px;
  background: var(--circle-bg-3);
  opacity: 0.03;
  animation-delay: 1.2s;
}
@keyframes circle-scale {
  from {
    transform: translate(50%, -50%) scale(1);
  }
  to {
    transform: translate(50%, -50%) scale(1.1);
  }
}