/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Settings
Custom fonts and theme variables
*/

/* Custom Fonts - FreightSans Pro */

/* Light (300) - Regular */
@font-face {
  font-family: 'FreightSans Pro';
  src: url('https://3070390.fs1.hubspotusercontent-na1.net/hubfs/3070390/raw_assets/public/Broadridge%20Advisor/fonts/FreightSansProLight-Regular.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Light (300) - Italic */
@font-face {
  font-family: 'FreightSans Pro';
  src: url('https://3070390.fs1.hubspotusercontent-na1.net/hubfs/3070390/raw_assets/public/Broadridge%20Advisor/fonts/FreightSansProLight-Italic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Book (350) - Regular */
@font-face {
  font-family: 'FreightSans Pro';
  src: url('https://3070390.fs1.hubspotusercontent-na1.net/hubfs/3070390/raw_assets/public/Broadridge%20Advisor/fonts/FreightSansProBook-Regular.woff2') format('woff2');
  font-weight: 350;
  font-style: normal;
  font-display: swap;
}

/* Book (350) - Italic */
@font-face {
  font-family: 'FreightSans Pro';
  src: url('https://3070390.fs1.hubspotusercontent-na1.net/hubfs/3070390/raw_assets/public/Broadridge%20Advisor/fonts/FreightSansProBook-Italic.woff2') format('woff2');
  font-weight: 350;
  font-style: italic;
  font-display: swap;
}

/* Medium (500) - Regular */
@font-face {
  font-family: 'FreightSans Pro';
  src: url('https://3070390.fs1.hubspotusercontent-na1.net/hubfs/3070390/raw_assets/public/Broadridge%20Advisor/fonts/FreightSansProMedium-Regular.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Medium (500) - Italic */
@font-face {
  font-family: 'FreightSans Pro';
  src: url('https://3070390.fs1.hubspotusercontent-na1.net/hubfs/3070390/raw_assets/public/Broadridge%20Advisor/fonts/FreightSansProMedium-Italic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* Semibold (600) - Regular */
@font-face {
  font-family: 'FreightSans Pro';
  src: url('https://3070390.fs1.hubspotusercontent-na1.net/hubfs/3070390/raw_assets/public/Broadridge%20Advisor/fonts/FreightSansProSemibold-Regular.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Semibold (600) - Italic */
@font-face {
  font-family: 'FreightSans Pro';
  src: url('https://3070390.fs1.hubspotusercontent-na1.net/hubfs/3070390/raw_assets/public/Broadridge%20Advisor/fonts/FreightSansProSemibold-Italic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/* Bold (700) - Regular */
@font-face {
  font-family: 'FreightSans Pro';
  src: url('https://3070390.fs1.hubspotusercontent-na1.net/hubfs/3070390/raw_assets/public/Broadridge%20Advisor/fonts/FreightSansProBold-Regular.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Bold (700) - Italic */
@font-face {
  font-family: 'FreightSans Pro';
  src: url('https://3070390.fs1.hubspotusercontent-na1.net/hubfs/3070390/raw_assets/public/Broadridge%20Advisor/fonts/FreightSansProBold-Italic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Black (900) - Regular */
@font-face {
  font-family: 'FreightSans Pro';
  src: url('https://3070390.fs1.hubspotusercontent-na1.net/hubfs/3070390/raw_assets/public/Broadridge%20Advisor/fonts/FreightSansProBlack-Regular.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Black (900) - Italic */
@font-face {
  font-family: 'FreightSans Pro';
  src: url('https://3070390.fs1.hubspotusercontent-na1.net/hubfs/3070390/raw_assets/public/Broadridge%20Advisor/fonts/FreightSansProBlack-Italic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

/* Elements
Base HTML elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/

/* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page (e.g. horizontal scrolling). It is preferred to reduce font sizes on mobile to address this, with this CSS specifically helping with extreme scenarios where a reduction in font size is not possible. */

body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

/* Handles word breaking for a few specific languages which handle breaks in words differently. If your content is not translated into these languages, you can safely remove this.  */

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.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;
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

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 {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form textarea {
  resize: vertical;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


  /* Search button input field and suggestions */
  .body-container-wrapper .hs-search-field__button {
    padding: 15px;
  }

  .body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
    margin-left: 6px;
    margin-bottom: 0;
  }

  .body-container-wrapper .hs-search-field__button svg {
    height: 15px;
    fill: #fff;
  }

  .body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
    padding: 10px;
  }

  .body-container-wrapper .hs-search-field__suggestions li a {
    color: #494A52;
    padding: 0.35rem 0.7rem;
    text-decoration: none;
    transition: background-color 0.3s;
  }

/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/**
 * Custom Header Component
 * ============================================
 * Modern navigation with CTAs and mobile menu
 */

.header-custom {
  background: #FFFFFF;
  border-bottom: 1px solid #E5E7EB;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.header-custom__container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
}

/* Skip Link */
.header-custom__skip {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 16px;
  background: #001F5A;
  color: #FFFFFF;
  text-decoration: none;
}

.header-custom__skip:focus {
  left: 0;
  top: 0;
}

/* Logo */
.header-custom__logo {
  flex-shrink: 0;
  max-width: 200px;
}

.header-custom__logo img {
  max-width: 100%;
  height: auto;
}

/* Desktop Navigation */
.header-custom__nav {
  flex: 1;
  display: flex;
  justify-content: center;
  padding: 0 32px;
}

.header-custom__nav .menu--desktop {
  display: block;
}

.header-custom__nav .menu--mobile {
  display: none;
}

.header-custom__nav .menu__wrapper {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-custom__nav .menu__item {
  position: relative;
}

.header-custom__nav .menu__link {
  font-family: 'FreightSans Pro', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #001F5A;
  text-decoration: none;
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s;
}

.header-custom__nav .menu__link:hover,
.header-custom__nav .menu__link:focus {
  color: var(--module-purple-cta);
}

/* Dropdown indicator */
.header-custom__nav .menu__item--has-submenu > .menu__link::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  margin-left: 4px;
}

/* Submenu - Clean Dropdown */
.header-custom__nav .menu__submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-width: 240px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all 0.2s ease;
  margin-top: 8px;
  padding: 12px 0;
  list-style: none;
}

.header-custom__nav .menu__item--has-submenu:hover > .menu__submenu,
.header-custom__nav .menu__item--has-submenu:focus-within > .menu__submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header-custom__nav .menu__submenu .menu__item {
  padding: 0;
}

.header-custom__nav .menu__submenu .menu__link {
  padding: 12px 20px;
  display: block;
  color: #001F5A;
  font-size: 15px;
  font-weight: 400;
  transition: background-color 0.2s, color 0.2s;
  font-family: 'FreightSans Pro', sans-serif;
}

.header-custom__nav .menu__submenu .menu__link:hover,
.header-custom__nav .menu__submenu .menu__link:focus {
  background: #F9FAFB;
  color: #5469D4;
}

/* CTA Buttons */
.header-custom__ctas {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.header-custom__btn {
  font-family: 'FreightSans Pro', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.header-custom__btn--primary {
  background: #5469D4;
  color: #FFFFFF;
  border: 2px solid #5469D4;
}

.header-custom__btn--primary:hover {
  background: #4055C1;
  border-color: #4055C1;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(84, 105, 212, 0.3);
}

.header-custom__btn--secondary {
  background: transparent;
  color: #001F5A;
  border: 2px solid #D1D5DB;
}

.header-custom__btn--secondary:hover {
  border-color: #001F5A;
  background: #F9FAFB;
}

.header-custom__btn--block {
  width: 100%;
}

/* Hamburger Menu - Mobile */
.header-custom__hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10;
}

.header-custom__hamburger-line {
  width: 30px;
  height: 3px;
  background: #001F5A;
  border-radius: 2px;
  transition: all 0.3s linear;
  position: relative;
  transform-origin: center;
}

.header-custom__hamburger.active .header-custom__hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(7px, 7px);
}

.header-custom__hamburger.active .header-custom__hamburger-line:nth-child(2) {
  opacity: 0;
}

.header-custom__hamburger.active .header-custom__hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

/* Mobile Menu Overlay */
.header-custom__mobile-menu {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  overflow-y: auto;
  z-index: 999;
  padding: 24px 32px;
}

.header-custom__mobile-menu.active {
  opacity: 1;
  visibility: visible;
}

.header-custom__mobile-nav .menu--desktop {
  display: none;
}

.header-custom__mobile-nav .menu--mobile {
  display: block;
}

.header-custom__mobile-nav .menu__wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-custom__mobile-nav .menu__item {
  border-bottom: 1px solid #E5E7EB;
}

.header-custom__mobile-nav .menu__link {
  display: block;
  padding: 16px 0;
  font-family: 'FreightSans Pro', sans-serif;
  font-size: 18px;
  color: #001F5A;
  text-decoration: none;
  font-weight: 400;
}

.header-custom__mobile-nav .menu__link:hover {
  color: var(--module-purple-cta);
}

.header-custom__mobile-nav .menu__submenu {
  list-style: none;
  padding-left: 20px;
  margin: 0;
}

.header-custom__mobile-nav .menu__submenu .menu__link {
  font-size: 16px;
  padding: 12px 0;
}

.header-custom__mobile-ctas {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

body.mobile-menu-open {
  overflow: hidden;
}

/* Responsive Breakpoints */
@media (max-width: 1024px) {
  .header-custom__nav {
    display: none;
  }
  
  .header-custom__ctas {
    display: none;
  }
  
  .header-custom__hamburger {
    display: flex;
  }
  
  .header-custom__mobile-menu {
    display: block;
  }
}

@media (max-width: 768px) {
  .header-custom__container {
    padding: 0 16px;
    min-height: 70px;
  }
  
  .header-custom__mobile-menu {
    top: 70px;
    padding: 20px 16px;
  }
  
  .header-custom__logo {
    max-width: 150px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}
/* ============================================
   1. Form Container
   ============================================ */

.hs-form-frame,
.hs-form-frame form,
.hs_cos_wrapper_type_form form,
form.hs-form {
  background-color: var(--module-white);
  border-radius: var(--module-border-radius-md);
  padding: 32px;
  font-family: var(--module-font-family);
}

/* Remove default form wrapper background when inside styled container */
.banner-form-50__form-wrapper form,
.banner-content-form-50__form-wrapper form,
.schedule-demo-banner__form-wrapper form {
  background: transparent;
  padding: 0;
  border: none;
}

/* ============================================
   2. Form Labels
   ============================================ */

.hs-form label,
.hs-form-frame label {
  display: block;
  font-family: var(--module-font-family);
  font-size: 16px;
  font-weight: 500;
  color: var(--module-dark-navy);
  margin-bottom: 8px;
  line-height: 1.25;
}

/* Required field indicator */
.hs-form .hs-form-required,
.hs-form-frame .hs-form-required {
  color: #C41E3A;
  margin-left: 2px;
}

/* ============================================
   3. Input Fields
   ============================================ */

.hs-form input[type="text"],
.hs-form input[type="email"],
.hs-form input[type="tel"],
.hs-form input[type="number"],
.hs-form input[type="password"],
.hs-form input[type="search"],
.hs-form textarea,
.hs-form-frame input[type="text"],
.hs-form-frame input[type="email"],
.hs-form-frame input[type="tel"],
.hs-form-frame input[type="number"],
.hs-form-frame input[type="password"],
.hs-form-frame input[type="search"],
.hs-form-frame textarea {
  width: 100%;
  height: 56px;
  padding: 16px;
  font-family: var(--module-font-family);
  font-size: 16px;
  font-weight: 350;
  color: var(--module-dark-navy);
  background-color: #F9F9F9;
  border: 1px solid #E6E6E6;
  border-radius: var(--module-border-radius-sm);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}

/* Textarea should have auto height */
.hs-form textarea,
.hs-form-frame textarea {
  height: auto;
  min-height: 120px;
}

/* Placeholder styling */
.hs-form input::placeholder,
.hs-form textarea::placeholder,
.hs-form-frame input::placeholder,
.hs-form-frame textarea::placeholder {
  color: #737373;
  font-family: var(--module-font-family);
  font-weight: 350;
  letter-spacing: 0.015em;
  line-height: 1;
}

/* Focus state */
.hs-form input:focus,
.hs-form textarea:focus,
.hs-form-frame input:focus,
.hs-form-frame textarea:focus {
  border-color: var(--module-primary-blue);
  box-shadow: 0 0 0 3px rgba(38, 98, 252, 0.15);
}

/* Field spacing */
.hs-form .hs-form-field,
.hs-form-frame .hs-form-field {
  margin-bottom: 20px;
}

/* ============================================
   4. Select/Dropdown Fields
   ============================================ */

.hs-form select,
.hs-form-frame select {
  width: 100%;
  height: 56px;
  padding: 16px 40px 16px 16px;
  font-family: var(--module-font-family);
  font-size: 16px;
  font-weight: 350;
  color: var(--module-dark-navy);
  background-color: #F9F9F9;
  border: 1px solid #E6E6E6;
  border-radius: var(--module-border-radius-sm);
  outline: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23000C36' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.hs-form select:focus,
.hs-form-frame select:focus {
  border-color: var(--module-primary-blue);
  box-shadow: 0 0 0 3px rgba(38, 98, 252, 0.15);
}

/* Placeholder option styling */
.hs-form select option:first-child,
.hs-form-frame select option:first-child {
  color: #737373;
}

/* ============================================
   5. Checkbox & Radio
   ============================================ */

.hs-form .hs-form-booleancheckbox,
.hs-form .hs-form-radio,
.hs-form-frame .hs-form-booleancheckbox,
.hs-form-frame .hs-form-radio {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.hs-form .hs-form-booleancheckbox-display,
.hs-form-frame .hs-form-booleancheckbox-display {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.hs-form input[type="checkbox"],
.hs-form input[type="radio"],
.hs-form-frame input[type="checkbox"],
.hs-form-frame input[type="radio"] {
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin: 0;
  cursor: pointer;
  accent-color: var(--module-purple-cta);
  border: 2px solid var(--module-dark-navy);
  border-radius: var(--module-border-radius-xs);
}

.hs-form input[type="radio"],
.hs-form-frame input[type="radio"] {
  border-radius: 50%;
}

/* Checkbox/Radio label */
.hs-form .hs-form-booleancheckbox-display span,
.hs-form .hs-form-radio-display span,
.hs-form-frame .hs-form-booleancheckbox-display span,
.hs-form-frame .hs-form-radio-display span {
  font-size: var(--module-font-size-xxs);
  color: var(--module-dark-navy);
  line-height: 1.5;
  font-weight: var(--module-font-weight-medium);
}

/* GDPR/Legal consent */
.hs-form .legal-consent-container,
.hs-form-frame .legal-consent-container {
  margin-top: 16px;
  margin-bottom: 20px;
}

.hs-form .legal-consent-container p,
.hs-form-frame .legal-consent-container p {
  font-size: 14px;
  color: var(--module-dark-navy);
  line-height: 1.5;
  margin: 0;
}

.hs-form .legal-consent-container a,
.hs-form-frame .legal-consent-container a {
  color: var(--module-primary-blue);
  text-decoration: underline;
}

/* ============================================
   6. Phone Input (intl-tel-input)
   ============================================ */

.hs-form .hs-fieldtype-phonenumber input,
.hs-form-frame .hs-fieldtype-phonenumber input {
  background-color: #E6E6E6;
  border-color: #E6E6E6;
}

.hs-form .hs-fieldtype-phonenumber .iti,
.hs-form-frame .hs-fieldtype-phonenumber .iti {
  width: 100%;
}

.hs-form .hs-fieldtype-phonenumber .iti__selected-flag,
.hs-form-frame .hs-fieldtype-phonenumber .iti__selected-flag {
  background-color: #E5E5E5;
  border-radius: var(--module-border-radius-sm) 0 0 var(--module-border-radius-sm);
  padding: 0 12px;
}

/* Only apply extra left padding when country selector (iti) is present */
.hs-form .hs-fieldtype-phonenumber .iti input,
.hs-form-frame .hs-fieldtype-phonenumber .iti input {
  padding-left: 90px;
}

/* ============================================
   7. Submit Button
   ============================================ */

.hs-form input[type="submit"],
.hs-form .hs-button,
.hs-form-frame input[type="submit"],
.hs-form-frame .hs-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 16px 32px;
  font-family: var(--module-font-family);
  font-size: var(--module-font-size-xxs);
  font-weight: var(--module-font-weight-semibold);
  color: var(--module-white);
  background-color: var(--module-purple-cta);
  border: 2px solid var(--module-purple-cta);
  border-radius: var(--module-border-radius-sm);
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  text-transform: none;
  letter-spacing: 0;
}

.hs-form input[type="submit"]:hover,
.hs-form .hs-button:hover,
.hs-form-frame input[type="submit"]:hover,
.hs-form-frame .hs-button:hover {
  background-color: #9B35DC;
  border-color: #9B35DC;
  box-shadow: 0 4px 12px rgba(180, 63, 252, 0.3);
}

.hs-form input[type="submit"]:active,
.hs-form .hs-button:active,
.hs-form-frame input[type="submit"]:active,
.hs-form-frame .hs-button:active {
  box-shadow: none;
}

.hs-form input[type="submit"]:disabled,
.hs-form .hs-button:disabled,
.hs-form-frame input[type="submit"]:disabled,
.hs-form-frame .hs-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Submit button with icon */
.hs-form .hs-button svg,
.hs-form-frame .hs-button svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

/* ============================================
   8. Error States
   ============================================ */

.hs-form .hs-error-msgs,
.hs-form-frame .hs-error-msgs {
  list-style: none;
  padding: 0;
  margin: 8px 0 0 0;
}

.hs-form .hs-error-msg,
.hs-form-frame .hs-error-msg {
  color: #C41E3A;
  font-size: 14px;
  font-weight: var(--module-font-weight-medium);
}

.hs-form input.invalid.error,
.hs-form select.invalid.error,
.hs-form textarea.invalid.error,
.hs-form-frame input.invalid.error,
.hs-form-frame select.invalid.error,
.hs-form-frame textarea.invalid.error {
  border-color: #C41E3A;
}

.hs-form input.invalid.error:focus,
.hs-form select.invalid.error:focus,
.hs-form textarea.invalid.error:focus,
.hs-form-frame input.invalid.error:focus,
.hs-form-frame select.invalid.error:focus,
.hs-form-frame textarea.invalid.error:focus {
  box-shadow: 0 0 0 3px rgba(196, 30, 58, 0.15);
}

/* ============================================
   9. Form Title
   ============================================ */

/* Form Header/Title - Heading 4 style from Figma */
.hs-form .form-title,
.hs-form-frame .form-title,
.form-title,
.hs-form h3,
.hs-form h4,
.hs_cos_wrapper_type_form h3,
.hs_cos_wrapper_type_form h4 {
  font-family: var(--module-font-family); /* FreightSans Pro */
  font-size: 32px;
  font-weight: 350; /* Book */
  font-style: normal;
  color: #000C36; /* Deep Blue */
  margin: 0 0 24px 0;
  line-height: 1.2; /* 120% */
  letter-spacing: 0;
}

/* Hide empty form titles */
.form-title:empty,
.hs-form .form-title:empty,
.hs_cos_wrapper.form-title:empty,
.hs-form h3:empty,
.hs_cos_wrapper_type_form h3:empty {
  display: none;
}

/* ============================================
   10. Two-Column Layout
   ============================================ */

/* HubSpot forms support multi-column layouts via fieldset */
.hs-form fieldset,
.hs-form-frame fieldset {
  max-width: 100% !important;
  border: none;
  padding: 0;
  margin: 0;
}


.hs-form fieldset.form-columns-1 .hs-input,
.hs-form-frame fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}

.hs-form fieldset.form-columns-2,
.hs-form-frame fieldset.form-columns-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.hs-form fieldset.form-columns-2 .hs-form-field,
.hs-form-frame fieldset.form-columns-2 .hs-form-field {
  flex: 1 1 calc(50% - 8px);
  min-width: 0;
}

.hs-form fieldset.form-columns-3,
.hs-form-frame fieldset.form-columns-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.hs-form fieldset.form-columns-3 .hs-form-field,
.hs-form-frame fieldset.form-columns-3 .hs-form-field {
  flex: 1 1 calc(33.333% - 11px);
  min-width: 0;
}

/* ============================================
   11. Responsive Styles
   ============================================ */

@media (max-width: 767px) {
  .hs-form-frame,
  .hs-form-frame form,
  .hs_cos_wrapper_type_form form,
  form.hs-form {
    padding: 24px 16px;
  }

  /* Stack two-column fields on mobile */
  .hs-form fieldset.form-columns-2 .hs-form-field,
  .hs-form-frame fieldset.form-columns-2 .hs-form-field,
  .hs-form fieldset.form-columns-3 .hs-form-field,
  .hs-form-frame fieldset.form-columns-3 .hs-form-field {
    flex: 1 1 100%;
  }

  .hs-form input[type="submit"],
  .hs-form .hs-button,
  .hs-form-frame input[type="submit"],
  .hs-form-frame .hs-button {
    padding: 14px 24px;
    font-size: 15px;
  }

  .hs-form .form-title,
  .hs-form-frame .form-title,
  .form-title {
    font-size: var(--module-font-size-body);
  }
}

/* ============================================
   12. Form Wrapper Variants
   ============================================ */

/* Card-style form wrapper */
.hs-form-card {
  background: var(--module-white);
  border-radius: var(--module-border-radius-md);
  padding: 32px;
  box-shadow: 0 4px 16px rgba(0, 31, 90, 0.08);
  border: 1px solid var(--module-clear-blue);
}

.hs-form-card form {
  background: transparent;
  padding: 0;
  border: none;
}

/* Light blue background variant */
.hs-form-light {
  background: var(--module-light-blue-bg);
  border-radius: var(--module-border-radius-md);
  padding: 32px;
}

.hs-form-light form {
  background: var(--module-white);
  border-radius: var(--module-border-radius-md);
  padding: 32px;
}

/* ============================================
   13. Rich Text in Forms
   ============================================ */

.hs-form .hs-richtext,
.hs-form-frame .hs-richtext {
  font-size: 14px;
  color: var(--module-dark-navy);
  line-height: 1.6;
  margin-bottom: 20px;
}

.hs-form .hs-richtext p,
.hs-form-frame .hs-richtext p {
  margin: 0 0 12px 0;
}

.hs-form .hs-richtext a,
.hs-form-frame .hs-richtext a {
  color: var(--module-primary-blue);
  text-decoration: underline;
}

/* ============================================
   14. Success Message
   ============================================ */

.hs-form .submitted-message,
.hs-form-frame .submitted-message {
  background-color: var(--module-white);
  border-radius: var(--module-border-radius-md);
  padding: 32px;
  text-align: center;
  color: var(--module-dark-navy);
  font-size: var(--module-font-size-xxs);
  line-height: 1.6;
}

.hs-form .submitted-message p,
.hs-form-frame .submitted-message p {
  margin: 0;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}