/* 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
*/

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






/* ========================================================================== */
/*  1. LAYOUT                                                #layout          */
/* ========================================================================== */
:root {
  --container-width: 1282px;
  --container-padding: 20px;
  --first-section-padding-top: 48px;
  --scroll-margin-top: 107px;

  /* Spacing */
  --section-spacer-margin: 32px; 
  --section-padding: var(--spacing-10x); 
  --spacing-0x: 0px;
  --spacing-05x: 0px;
  --spacing-1x: 0px;
  --spacing-2x: 4px;
  --spacing-3x: 8px;
  --spacing-4x: 12px;
  --spacing-5x: 16px;
  --spacing-6x: 20px;
  --spacing-8x: 24px;
  --spacing-10x: 32px;
  --spacing-12x: 32px;
  --spacing-14x: 32px;
  --spacing-16x: 32px;
  --spacing-18x: 32px;
  --spacing-20x: 32px;
  --spacing-24x: 32px;
  --spacing-30x: 32px;
}

@media (min-width: 640px) {
  :root {
    --first-section-padding-top: 64px;
    --scroll-margin-top: 120px;

    /* Spacing */
    --section-spacer-margin: 48px;
    --section-padding: var(--spacing-10x); 
  }
}

@media (min-width: 820px) {
  :root {
    /* Spacing */
    --spacing-05x: 2px;
    --spacing-1x: 4px;
    --spacing-2x: 8px;
    --spacing-3x: 12px;
    --spacing-4x: 16px;
    --spacing-5x: 20px;
    --spacing-6x: 24px;
    --spacing-8x: 32px;
    --spacing-10x: 40px;
    --spacing-12x: 48px;
    --spacing-14x: 56px;
    --spacing-16x: 64px;
    --spacing-18x: 72px;
    --spacing-20x: 80px;
    --spacing-24x: 96px;
    --spacing-30x: 120px;
  }
}

@media (min-width: 1050px) {
  :root {
    --first-section-padding-top: 80px;
    --scroll-margin-top: 120px;

    /* Spacing */
    --section-spacer-margin: 120px;
    --section-padding: var(--spacing-20x); 
  }
}

/* ========================================================================== */
/*  2. COLORS                                                #clrs            */
/* ========================================================================== */     

:root,
:host {
  --green-base: #b5ffd1;
	--green-50:   #f8fffa;
	--green-100:  #f0fff6;
	--green-200:  #e1ffed;
	--green-300:  #d3ffe3;
	--green-400:  #c4ffda;
	--green-600:  #8bebaf;
	--green-700:  #64d38e;
	--green-800:  #3db46a;
	--green-900:  #0c7d37;

	--navy-base:  #003848;
	--navy-50:    #f2f5f6;
	--navy-100:   #e5ebed;
	--navy-200:   #ccd7da;
	--navy-300:   #99afb6;
	--navy-400:   #668891;
	--navy-500:   #33606d;
	--navy-700:   #002834;
	--navy-800:   #001d26;
	--navy-900:   #00151b;

	--yellow-base:  #f9d78c;
	--yellow-50:    #fefbf3;
	--yellow-100:   #fef7e8;
	--yellow-200:   #ffeecb;
	--yellow-300:   #ffe7b2;
	--yellow-400:   #fadfa3;
	--yellow-600:   #ebc163;
	--yellow-700:   #daa737;
	--yellow-800:   #c69200;
	--yellow-900:   #a87100;

	--electric-blue-base: #2afaff;
	--electric-blue-50:   #eafeff;
	--electric-blue-100:  #d4feff;
	--electric-blue-200:  #aafdff;
	--electric-blue-300:  #7ffcff;
	--electric-blue-400:  #55fbff;
	--electric-blue-600:  #2bdde1;
	--electric-blue-700:  #1cbdc1;
	--electric-blue-800:  #0d999c;
	--electric-blue-900:  #00777a;

	--light-blue-base:  #ccf0ef;
	--light-blue-50:    #fafdfd;
	--light-blue-100:   #f5fcfc;
	--light-blue-200:   #ebf9f9;
	--light-blue-300:   #e0f6f5;
	--light-blue-400:   #d6f3f2;
	--light-blue-600:   #a2e3e3;
	--light-blue-700:   #78cdcd;
	--light-blue-800:   #4fb9b9;
	--light-blue-900:   #2ba4a4;

	--red-base: #f35657;
	--red-50:   #feeeee;
	--red-100:  #fddddd;
	--red-200:  #fabbbc;
	--red-300:  #f89494;
	--red-400:  #f97879;
	--red-600:  #cc2c2d;
	--red-700:  #a8191a;
	--red-800:  #871213;
	--red-900:  #720001;

	--oxblood-base: #3d1116;
	--oxblood-50:   #f5f3f3;
	--oxblood-100:  #ece7e8;
	--oxblood-200:  #dbcdcf;
	--oxblood-300:  #b1a0a2;
	--oxblood-400:  #937376;
	--oxblood-500:  #644145;
	--oxblood-700:  #2f090d;
	--oxblood-800:  #210307;
	--oxblood-900:  #180104;

	--teal-base:  #00b4b3;
	--teal-50:    #e5f7f7;
	--teal-100:   #ccf0f0;
	--teal-200:   #99e1e1;
	--teal-300:   #66d2d1;
	--teal-400:   #33c3c2;
	--teal-600:   #00a9a8;
	--teal-700:   #008a89;
	--teal-800:   #007776;
	--teal-900:   #005f5e;

	--white: #fff;
	--gray-100: #fafafa;
  --gray-200: #D9D9D9;
  --gray-700: #454f5f;

  /*** Surface Colors ***/
  --surface-green: var(--green-200);
  --surface-contrast: var(--navy-base);
  --surface-yellow: var(--yellow-200);
  --surface-blue: var(--light-blue-200);
  --surface-white: var(--white);
  --surface-teal-base: var(--teal-700);
  --surface-teal-light: var(--teal-400);

  /*** Text ***/
  --text-base: var(--navy-base);
  --text-teal: var(--teal-base);
  --text-light: var(--navy-500);
  --text-yellow: var(--yellow-600);
  --text-yellow-dark: var(--yellow-800);
  --text-white: var(--white);
  --text-blue-dark: var(--light-blue-800);

  /*** Backgrounds ***/
  --background-green: var(--green-200);
  --background-contrast: var(--navy-base);
  --background-yellow: var(--yellow-200);
  --background-blue: var(--light-blue-200);
  --background-white: var(--white);
  --background-gray: var(--gray-100);

  /*** Borders ***/
  --border-dark: var(--navy-base);
  --border-yellow: var(--yellow-400);
  --border-green: var(--green-400);
  --border-blue: var(--light-blue-400);
  --border-gray: var(--navy-200);
  --border-gray-light: var(--navy-100);

  /*** Hover States ***/
  --hover-navy: var(--navy-700);
  --hover-blue: var(--light-blue-700);
  --hover-yellow: var(--yellow-700);
  --hover-green: var(--green-700);
  --hover-teal: var(--teal-800);

  /*** Icons ***/
  --icon-green-base: var(--green-base);
  --icon-green: var(--green-800);
  --icon-navy-base: var(--navy-base);
  --icon-navy-light: var(--navy-100);
  --icon-yellow: var(--yellow-700);
  --icon-teal: var(--teal-900);
  --icon-white: var(--white);

  /*** Accent ***/
  --accent-teal: var(--teal-100);
  --accent-navy: var(--navy-300);
  --accent-blue: var(--light-blue-600);

  /*** Forms ***/
  --form-error: var(--red-base);
  --form-placeholder: var(--navy-300);
  --form-active: var(--teal-base);
  --form-border: var(--gray-200);
  --form-checkbox: var(--teal-300);
}

/* ========================================================================== */
/*  3. TYPOGRAPHY                                            #typo            */
/*=========================================================================== */
/*** Custom Fonts (uncomment for manual font-face properties) ***/
/* @font-face {
  font-family: ;
  font-weight:  ;
  font-style: ;
  src: url('') format(''),
       url('') format(''),
       url('') format('');
} */



/*  */

:root {
  /* ========================================================================== */
  /*  base                                                                      */
  --body-font: 'AkkuratLL', sans-serif;
  --heading-font: 'PlantinMTPro', serif;

  /* ========================================================================== */
  /*  Font Sizing                                                               */
  --rem-base-px: 18px;
  --base-line-height: 1.5;
  --line-height-sm: 1.3;

  /* update multiplier to change responsive sizing, unless design has specific sizing */
  --text-multiplier:      1;
  --h1-font-size:         calc(2rem * var(--text-multiplier, 1));
  --h2-font-size:         calc(1.7778rem * var(--text-multiplier, 1));
  --h3-font-size:         calc(1.6111rem * var(--text-multiplier, 1));
  --h4-font-size:         calc(1.4444rem * var(--text-multiplier, 1));
  --h5-font-size:         calc(1.2778rem * var(--text-multiplier, 1));
  --h6-font-size:         calc(1.1111rem * var(--text-multiplier, 1));
  --preheader-font-size:  20px;
  --text-lg: 1.1111rem;
  --text-sm: 0.8333rem;
  --text-xs: 0.6667rem;
}

/*** Tablet Multiplier ***/
@media (min-width: 820px) {
  :root {
    /* Typography if no multiplier is used for responsive */
    --h1-font-size:         3rem;
    --h2-font-size:         2.5rem;
    --h3-font-size:         2.0556rem;
    --h4-font-size:         1.7222rem;
    --h5-font-size:         1.4444rem;
    --h6-font-size:         1.2222rem;
  }
}

/* ========================================================================== */
/*  Line Heights                                                              */
:root {
  --h1-line-height:         var(--line-height-sm);
  --h2-line-height:         var(--line-height-sm);
  --h3-line-height:         var(--line-height-sm);
  --h4-line-height:         var(--line-height-sm);
  --h5-line-height:         var(--line-height-sm);
  --h6-line-height:         var(--line-height-sm);
  --preheader-line-height:  var(--base-line-height);;
}


/* ========================================================================== */
/*  4. Global Styles                                              #styles            */
/*=========================================================================== */

:root {
  /* General */
  --form-radius: 8px;
  --radius-md: 20px;
  --radius-xs: 4px;
  --radius-xl: 150px;
  --radius-circle: 50%;
  --btn-radius: var(--radius-xl);
  --box-shadow-xs: 0px 1px 6px 0px rgba(0, 0, 0,.07);
  --box-shadow-sm: 0px 1px 6px 0px rgba(0, 0, 0, 0.10);
  --box-shadow-md: 0px 1px 12px 0px rgba(0, 0, 0, 0.10);
  --transition: all 300ms ease-in-out;
}

/* ========================================================================== */
/*  5. FORMS                                                #form             */
/* ========================================================================== */ 

:root,
.form :before,
form :before,
.form :after,
form :after {
  /* ========================================================================== */
  /*  Labels                                                                    */
  --legend-font-size:   0.9375rem;

  --label-font-family:  var(--body-font);
  --label-font-size:    0.7778rem;
  --label-font-weight:  700;
  --label-line-height:  1;
  --label-color:        var(--text-base);
  --label-margin-b:     var(--spacing-2x);

  --label-error-font-size:          var(--text-xs);
  --label-error-font-weight:        400;
  --label-error-line-height:        1;
  --label-error-color:              var(--form-error);
  --label-error-image:              none;


  /* ========================================================================== */
  /*  Text Input                                                                */
  --input-font-size:                0.8889rem;
  --input-font-weight:              400;
  --input-line-height:              1;
  --input-color-text:               var(--text-base);
  --input-color-text-placeholder:   var(--form-placeholder);
  --input-color-required:           var(--form-error);
  --input-color-bg:                 var(--surface-white);
  --input-border:                   1px solid var(--form-border);
  --input-border-radius:            var(--form-radius);
  --input-padding:                  var(--spacing-4x);
  --input-spacing-y:                var(--spacing-4x);
  --input-transition:               var(--transition);
  --input-color-outline:            none;

  /* States */
  --input-error-color-border:       var(--form-error);
  --input-error-color-outline:      none;
  --input-focus-color-border:       var(--form-active);
  --input-disabled-color-text:      var();
  --input-disabled-color-border:    var();
  --input-disabled-color-bg:        var();

  --textarea-height:                139px; 

  /* ========================================================================== */
  /*  Checkbox                                                                  */
  --checkbox-font-family:       var(--body-font);
  --checkbox-font-size:         0.8889rem;
  --checkbox-font-weight:       400;
  --checkbox-line-height:       normal;
  --checkbox-color-text:        var(--text-light);
  --checkbox-dimensions:        20px;
  --checkbox-image-dimensions:  18px;
  --checkbox-border:            1px solid var(--form-border);
  --checkbox-border-radius:     var(--radius-xs);
  --checkbox-color-bg:          var(--surface-white);

  /* States */
  --checkbox-hover-image:                 url('https://483167.fs1.hubspotusercontent-na1.net/hubfs/483167/icons/Checkbox-checkmark.png');
  --checkbox-hover-color-border:          var(--form-checkbox);
  --checkbox-checked-image:               var(--checkbox-hover-image);
  --checkbox-checked-color-bg:            var(--form-checkbox);
  --checkbox-checked-color-border:        var(--form-checkbox);
  --checkbox-checked-hover-color-bg:      var(--form-checkbox);
  --checkbox-checked-hover-color-border:  var(--form-checkbox); 
  --checkbox-error-color-border:          var(--form-error);
  /* --checkbox-disabled-color-text:         var();
  --checkbox-disabled-color-bg:           var();
  --checkbox-disabled-color-border:       var();
  --checkbox-disabled-checked-image:      var(--checkbox-hover-image);
  --checkbox-disabled-checked-color-bg:   var(); */
  
  
  /* ========================================================================== */
  /*  Radio                                                                     */
  --radio-font-family:        var(--body-font);
  --radio-font-size:          var(--checkbox-font-size);
  --radio-font-weight:        var(--checkbox-font-weight);
  --radio-color-text:         var(--checkbox-color-text);
  --radio-line-height:        var(--checkbox-line-height);
  --radio-dimensions:         20px;
  --radio-inner-dimensions:   14px;
  --radio-color-bg:           var(--surface-white);
  --radio-border:             1px solid var(--form-border);
  --radio-border-radius:      var(--radius-xl);

  /* States */
  --radio-hover-color-inner:              var(--surface-white);
  --radio-hover-border:                   1px solid var(--form-checkbox);
  --radio-checked-color-inner:            var(--form-checkbox);
  --radio-checked-color-bg:               var(--surface-white);
  --radio-checked-color-border:           1px solid var(--form-checkbox);
  --radio-checked-hover-color-border:     1px solid var(--form-checkbox);
  --radio-error-color-border:             var(--form-error);
  /* --radio-disabled-color-text:            var();
  --radio-disabled-color-bg:              var();
  --radio-disabled-color-border:          1px solid var();
  --radio-disabled-color-inner:           var();
  --radio-disabled-checked-color-bg:      var();
  --radio-disabled-checked-color-border:  1px solid var();
  --radio-disabled-checked-color-inner:   var(); */

  /* ========================================================================== */
  /*  Select                                                                    */
  --select-icon:          url('https://483167.fs1.hubspotusercontent-na1.net/hubfs/483167/icons/form-chevron-dark.svg');

  /* ========================================================================== */
  /*  datepicker                                                                */
  /* --date-input-icon:                    url();
  --date-input-icon-height:             24px;
  --date-input-icon-width:              20px;
  --date-input-margin-right:            20px; match this to x-padding on input fields */

  /* --date-picker-font:                   var(--body-font);
  --date-picker-color:                  var();
  --date-picker-border:                 none;
  --date-picker-border-radius:          var(--radius-md); */

  /* --date-picker-number-hover-color:     var();
  --date-picker-number-hover-bg:        var();
  --date-picker-number-today-color:     var();
  --date-picker-number-selected-color:  var();
  --date-picker-number-selected-bg:     var(); */
}

/* ========================================================================== */
/*  Form Color Variants                                                       */
/* .form--style-light form, .form--style-light form :before, .form--style-light form :after {
  --input-color-bg:     var();
  --checkbox-color-bg:  transparent;
  --radio-color-bg:     transparent;
}

.form--style-dark form, .form--style-dark form :before, .form--style-dark form :after {
  --label-color:                    var();
  --label-error-color:              var();
  --label-error-image:              url();

  --input-color-text:               var();
  --input-color-text-placeholder:   var();
  --input-color-required:           var();
  --input-color-bg:                 transparent;
  --input-color-outline:            rgb();
  --input-border:                   1px solid var();
  --input-disabled-color-text:      var();
  --input-disabled-color-border:    var();
  --input-disabled-color-bg:        var();
  --input-error-color-border:       var();
  --input-error-color-outline:      0px 0px 0px 3px rgba(222, 28, 34, 0.70);

  --checkbox-color-text:                  var();
  --checkbox-border:                      1px solid var();
  --checkbox-color-bg:                    var();
  --checkbox-hover-color-border:          var();
  --checkbox-checked-image:               url();
  --checkbox-checked-color-bg:            var();
  --checkbox-checked-color-border:        var();
  --checkbox-checked-hover-color-bg:      var();
  --checkbox-checked-hover-color-border:  var();
  --checkbox-disabled-color-text:         var();
  --checkbox-disabled-color-bg:           var();
  --checkbox-disabled-color-border:       var();
  --checkbox-disabled-checked-image:      url();
  --checkbox-disabled-checked-color-bg:   var();

  --radio-color-bg:                       var();
  --radio-border:                         1px solid var();
  --radio-hover-color-inner:              var();
  --radio-hover-border:                   1px solid var();
  --radio-checked-color-inner:            var();
  --radio-checked-color-bg:               var();
  --radio-checked-color-border:           2px solid var();
  --radio-checked-hover-color-border:     2px solid var();
  --radio-disabled-color-text:            var();
  --radio-disabled-color-bg:              var();
  --radio-disabled-color-border:          1px solid var();
  --radio-disabled-color-inner:           var();
  --radio-disabled-checked-color-bg:      var();
  --radio-disabled-checked-color-border:  2px solid var();
  --radio-disabled-checked-color-inner:   var();
} */
*, *: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: 821px) {
  .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));
    }
  
}
/* container */
.dnd-section {
  overflow-x: clip;
  margin: 0 0 var(--section-spacer-margin);
}

.content-wrapper,
.dnd-section > .row-fluid {
  margin: 0 auto;
  padding: 0 var(--container-padding);
  max-width: calc(var(--container-width) + (var(--container-padding) * 2));
}

.body-wrapper {
  width: 100%;
}

.dnd-section .dnd-column,
.dnd-section .content-wrapper,
.dnd-section[class*="body_dnd_area-row"] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.dnd-section > .row-fluid:has(.module-wrapper--full-width) {
  max-width: 100%;
  padding-inline: 0;
}

/* set custom padding for fixed header */
.dnd-section:has([class*="section-background"]) {
  padding-block: var(--section-padding);
}

.dnd-section:first-child {
  padding-top: var(--first-section-padding-top);
}

.dnd-section:last-child {
  margin-bottom: var(--spacing-8x);
}

.dnd-section:last-child:has([class*="section-background"]) {
  margin-bottom: 0;
}

@media (max-width: 820px) {
  .dnd-section .row-fluid > .dnd-column:has(+ .dnd-column) {
    margin-bottom: var(--section-spacer-margin);
  }

  .dnd-column:has(.hs-horizontal-spacer) {
    margin-bottom: 0 !important;
  }
}


@media (min-width: 640px) {
  .dnd-section[class*="force-full-width-section"] .dnd-column {
    padding: 0;
  }
}

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

.module-wrapper {
  display: flex;
  max-width: 100%;
}

.module-wrapper--center {
  margin: 0 auto;
  justify-content: center;
}

.module-wrapper--right {
  margin: 0;
  justify-content: flex-end;
}

.module-wrapper > div {
  width: 100%;
}

.module-wrapper--col {
  flex-direction: column;
}

@media (min-width: 1050px) {
  .module-wrapper--right {
    margin: 0 0 0 auto;
  }
}

.icon-wrapper,
.icon-wrapper svg {
  display: block;
}
@font-face {
  font-family: 'AkkuratLL';
  font-weight:  400;
  font-style: normal;
  src: url('https://483167.fs1.hubspotusercontent-na1.net/hubfs/483167/fonts/AkkuratLL-Regular.otf') format('opentype'),
}

@font-face {
  font-family: 'AkkuratLL';
  font-weight:  400;
  font-style: italic;
  src: url('https://483167.fs1.hubspotusercontent-na1.net/hubfs/483167/fonts/AkkuratLL-Italic.otf') format('opentype'),
}

@font-face {
  font-family: 'AkkuratLL';
  font-weight:  700;
  font-style: normal;
  src: url('https://483167.fs1.hubspotusercontent-na1.net/hubfs/483167/fonts/AkkuratLL-Bold.otf') format('opentype'),
}

@font-face {
  font-family: 'AkkuratLL';
  font-weight:  700;
  font-style: italic;
  src: url('https://483167.fs1.hubspotusercontent-na1.net/hubfs/483167/fonts/AkkuratLL-BoldItalic.otf') format('opentype'),
}

@font-face {
  font-family: 'PlantinMTPro';
  font-weight:  400;
  font-style: normal;
  /* src: url('https://483167.fs1.hubspotusercontent-na1.net/hubfs/483167/fonts/PlantinMTProRg.ttf') format('truetype'), */
  src: url('https://483167.fs1.hubspotusercontent-na1.net/hubfs/483167/fonts/new/PlantinMTPro-Regular.ttf') format('truetype'),
}

@font-face {
  font-family: 'PlantinMTPro';
  font-weight:  400;
  font-style: italic;
  /* src: url('https://483167.fs1.hubspotusercontent-na1.net/hubfs/483167/fonts/PlantinMTProRgIt.ttf') format('truetype'), */
  src: url('https://483167.fs1.hubspotusercontent-na1.net/hubfs/483167/fonts/new/PlantinMTPro-Italic.ttf') format('truetype'),
}

@font-face {
  font-family: 'PlantinMTPro';
  font-weight:  700;
  font-style: normal;
  /* src: url('https://483167.fs1.hubspotusercontent-na1.net/hubfs/483167/fonts/PlantinMTProBold.ttf') format('truetype'), */
  src: url('https://483167.fs1.hubspotusercontent-na1.net/hubfs/483167/fonts/new/PlantinMTPro-Bold.ttf') format('truetype'),
}

@font-face {
  font-family: 'PlantinMTPro';
  font-weight:  700;
  font-style: italic;
  /* src: url('https://483167.fs1.hubspotusercontent-na1.net/hubfs/483167/fonts/PlantinMTProBoldIt.ttf') format('truetype'), */
  src: url('https://483167.fs1.hubspotusercontent-na1.net/hubfs/483167/fonts/new/PlantinMTPro-BoldItalic.ttf') format('truetype'),
}

html {
  font-family: var(--body-font);
  font-size: var(--rem-base-px);
  font-weight: 400;
  color: var(--text-base);
  line-height: var(--base-line-height);
  overflow-wrap: break-word;
  scroll-behavior: smooth;
}

/* Headings */
h1, h2, h3, h4, h5, h6,
.heading-display-1,
.heading-display-2,
.heading-display-3,
.heading-display-4,
.heading-display-5,
.heading-display-6 {
  font-family: var(--heading-font);
  font-weight: 700;
  margin: 0;
}

h1, .heading-display-1 {
  font-size: var(--h1-font-size);
  line-height: var(--h1-line-height);
}

h2, .heading-display-2 {
  font-size: var(--h2-font-size);
  line-height: var(--h2-line-height);
}

h3, .heading-display-3 {
  font-size: var(--h3-font-size);
  line-height: var(--h3-line-height);
}

h4, .heading-display-4 {
  font-size: var(--h4-font-size);
  line-height: var(--h4-line-height);
}

h5, .heading-display-5 {
  font-size: var(--h5-font-size);
  line-height: var(--h5-line-height);
}

h6, .heading-display-6 {
  font-size: var(--h6-font-size);
  line-height: var(--h6-line-height);
}

/* Paragraphs */
p {
  font-size: var(--rem-base-px);
  margin: 0;
}

/* Anchors */
a {
  cursor: pointer;
  color: var(--text-teal);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: all 200ms ease-in-out;
}

a:hover {
  color: var(--hover-teal);
}

/* Preheaders */
.preheader {
  --text-color: var(--text-base);
  display: block;
  font-family: var(--heading-font);
  font-size: var(--preheader-font-size);
  line-height: var(--preheader-line-height);
}

.preheader--underlined {
  position: relative;
  padding-bottom: var(--spacing-4x);
  width: fit-content;
}

.preheader--underlined:after {
  content: '';
  position: absolute;
  inset: 100% auto auto 0;
  height: 1px;
  width: 100%;
  background: var(--text-color);
  opacity: .42;
}

/* Lists */

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: start;
}

:is(ul, ol, li) :is(ul, ol) {
  margin: 0;
  padding: 0;
}

li :is(ul, ol) {
  margin-top: 8px;
}

ol {
  counter-reset: orderedlist;
}

li {
  --font-size: var(--rem-base-px);
  --line-height: var(--base-line-height);
  font-size: var(--font-size);
  font-weight: 400;
  line-height: var(--line-height);
  margin-bottom: var(--spacing-4x);
  position: relative;
  padding-left: 28px;
}

li:last-child {
  margin-bottom: 0 !important;
}

ul > li::marker {
  display: none;
}

li:before {
  --list-item-bg: var(--surface-contrast);
  position: absolute;
  inset: 2px auto auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--surface-white);
  background: var(--list-item-bg);
  border-radius: var(--radius-xl);
  height: 20px;
  width: 20px;
}

.list--yellow li:before {
  --list-item-bg: var(--surface-yellow);
  color: var(--text-base);
}

.list--blue li:before {
  --list-item-bg: var(--surface-blue);
  color: var(--text-base);
}

ul > li::before {
  content: url('https://483167.fs1.hubspotusercontent-na1.net/hubfs/483167/icons/fsh-checkmark-light.svg');
  font-size: 0.5556rem;
  line-height: 1;
}

ul:is(.list--yellow, .list--blue) > li:before {
  content: url('https://483167.fs1.hubspotusercontent-na1.net/hubfs/483167/icons/fsh-checkmark-dark.svg');
}

ol > li:before {
  counter-increment: orderedlist;
  content: counter(orderedlist);
  font-family: var(--body-font);
  font-size: 0.7222rem;
}

.form ul,
form ul,
ul.list-reset {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.form ul li,
form ul li,
ul.list-reset li {
  margin-left: 0;
  padding: 0;
}

.form ul li:before,
form ul li:before,
ul.list-reset li:before {
  display: none;
}

.private-popover__inner li:before,
ul.hs-tools-actions li:before {
  display: none;
}

/* Code blocks */
pre {
  overflow: auto;
  margin: 0;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */
blockquote {
  border-left: 2px solid;
  margin: 0;
  padding-left: 0.7rem;
}

/* Horizontal rules */
hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */
img {
  font-size: 0.583rem;
  word-break: normal;
}

/* Figcaptions */
figcaption {
  font-size: 0.875rem;
}

/* ========================================================================== */
/*  RICH TEXT STYLING                                                         */
.custom-text-wrapper,
.custom-text-wrapper__rich-text {
  display: flex;
  flex-direction: column;
}

:is(.hs_cos_wrapper_type_rich_text, .custom-text-wrapper, .custom-text-wrapper__rich-text)
  :is(.preheader, h1, h2, h3, h4, h5, h6, p) {
    text-wrap: wrap;
}

:is(.hs_cos_wrapper_type_rich_text, .custom-text-wrapper, .custom-text-wrapper__rich-text)
  :is(.preheader, h1, h2, h3, h4, h5, h6, p):has(+ *) {
    margin-bottom: min(.75em, max(16px));
}

:is(.hs_cos_wrapper_type_rich_text, .custom-text-wrapper, .custom-text-wrapper__rich-text) *:last-child {
  margin-bottom: 0;
}

:is(.hs_cos_wrapper_type_rich_text, .custom-text-wrapper__rich-text) img {
  height: auto;
  width: 100% !important;
  object-fit: contain;
}

:is(.hs_cos_wrapper_type_rich_text, .custom-text-wrapper__rich-text) figure {
  width: 100%;
  margin: 32px 0;
}

:is(.hs_cos_wrapper_type_rich_text, .custom-text-wrapper__rich-text) figure img {
  margin: 0;
}
.reset-button {
  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;
}

/* ========================================================================== */
/*  Button Group                                                              */
.btn-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-3x);
  width: 100%;
}

.btn-group--center {
  justify-content: center;
}

.btn-group--right {
  justify-content: flex-end;
}

@media (min-width: 820px) {
  .btn-group {
    flex-direction: row;
    align-items: center;
  }
}

/* ========================================================================== */
/*  Button Styles                                                             */
a.btn,
.btn,
form input[type="submit"],
.systems-page .email-prefs input[type="submit"] {
  --text-color: var(--text-white);
  --text-color-hover: var(--text-white);
  --icon-color: var(--text-color);
  --icon-color-hover: var(--text-color-hover);
  --background: transparent;
  --background-hover: transparent;
  --border-color: transparent;
  --border-color-hover: transparent;
  --padding: var(--spacing-3x) var(--spacing-6x);
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-3x);
  font-size: var(--rem-base-px);
  font-weight: 700;
  line-height: normal;
  color: var(--text-color);
  text-decoration: none;
  width: 100%;
  padding: var(--padding);
  background: var(--background);
  border: 1px solid var(--border-color);
  border-radius: var(--btn-radius);
  transition: var(--transition);
}

.btn span.icon-wrapper {
  padding-top: 1px;
}

.btn svg {
  height: 14px;
  width: 12px;
  transition: var(--transition);
}

.btn svg path {
  fill: var(--icon-color);
  transition: var(--transition);
}

a.btn--primary,
.btn--primary,
form input[type="submit"] {
  --background: var(--surface-teal-base);
  --background-hover: var(--hover-teal);
  --border-color: var(--surface-teal-base);
  --border-color-hover: var(--hover-teal);
}

a.btn--primary-clear,
.btn--primary-clear {
  --text-color: var(--surface-teal-base);
  --text-color-hover: var(--hover-teal);
  --border-color: var(--surface-teal-base);
  --border-color-hover: var(--hover-teal);
}

a.btn--secondary,
.btn--secondary,
.form--blue form input[type="submit"] {
  --text-color: var(--text-base);
  --text-color-hover: var(--text-base);
  --background: var(--green-base);
  --background-hover: var(--green-600);
  --border-color: var(--surface-contrast);
  --border-color-hover: var(--surface-contrast);
}

a.btn--ghost,
.btn--ghost {
  --border-color: var(--surface-white);
  --text-color-hover: var(--border-gray);
  --border-color-hover: var(--border-gray);
}

a.btn--link,
.btn--link {
  --text-color: var(--text-teal);
  --text-color-hover: var(--teal-600);
  --padding: 0;
  width: fit-content;
}

a.btn--link-sm,
.btn--link-sm {
  font-size: var(--text-sm);
  line-height: 1.2;
}

a.btn--link-sm svg,
.btn--link-sm svg {
  height: 11px;
  width: 10px;
}

a.btn--sm,
.btn--sm {
  --padding: var(--spacing-2x) var(--spacing-4x);
}

@media (hover: hover) {
  a.btn:hover,
  .btn:hover,
  .form input[type="submit"]:hover,
  .systems-page .email-prefs input[type="submit"]:hover {
    color: var(--text-color-hover);
    background: var(--background-hover);
    border-color: var(--border-color-hover);
  }

  .btn:hover svg {
    transform: translateX(4px);
  }

  .btn:hover svg path {
    fill: var(--icon-color-hover);
  }
}

@media (min-width: 820px) {
  a.btn,
  .btn {
    width: fit-content;
  }
}
.form {
  --form-bg: var(--surface-white);
  --form-shadow: var(--box-shadow-sm);
  padding: var(--spacing-12x);
  border-radius: var(--radius-md);
  box-shadow: var(--form-shadow);
  background: var(--form-bg);
}

.form--blue {
  --form-bg: var(--background-blue);
  --form-shadow: none;
}

.form__heading {
  margin-bottom: var(--spacing-4x);
}

.form__description {
  margin-bottom: var(--spacing-8x);
}
/* ========================================================================== */
/*  Fields                                                                    */
.hs-form-field {
  margin-bottom: var(--spacing-6x);
}

/* ========================================================================== */
/*  Labels                                                                    */
:is(form, .form) label {
  margin-bottom: var(--label-margin-b);
}

:is(form, .form) label, :is(form, .form) label span {
  display: inline-block;
  font-family: var(--label-font-family);
  font-size: var(--label-font-size);
  font-weight: var(--label-font-weight);
  line-height: var(--label-line-height);
  color: var(--label-color);
}

/* ========================================================================== */
/*  Help Text                                                                 */
:is(form, .form) legend {
  font-size: var(--legend-font-size);
}

/* ========================================================================== */
/*  Fieldsets                                                                 */
:is(form, .form) fieldset {
  max-width: 100% !important;
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}

:is(form, .form) fieldset.form-columns-2 {
  display: grid;
  grid-template-columns: 1fr;
}

:is(form, .form) fieldset:is(.form-columns-1, .form-columns-2) .hs-form-field {
  width: 100% !important;
  float: none !important;
}

:is(form, .form) fieldset:is(.form-columns-1, .form-columns-2) .input {
  margin-right: 0 !important;
}

@media (min-width: 480px) {
  :is(form, .form) fieldset.form-columns-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

/* ========================================================================== */
/*  Inputs                                                                    */
:is(form, .form) :is(
  select, 
  select option, 
  textarea, 
  input:is(
    [type=radio], 
    [type=text], 
    [type=checkbox], 
    [type=search], 
    [type=email],
    [type=tel])) 
  {
  display: inline-block;
  font-size: var(--input-font-size);
  font-weight: var(--input-font-weight);
  line-height: var(--input-line-height);
  color: var(--input-color-text);
  padding: var(--input-padding);
  width: 100% !important;
  border: var(--input-border);
  border-radius: var(--input-border-radius);
  background-color: var(--input-color-bg);
  outline: 3px solid transparent;
  outline-offset: 0;
  transition: var(--transition);
}

:is(form, .form) :is(input, textarea, select):is(:focus) {
  border-color: var(--input-focus-color-border);
  outline-color: transparent;
}

/* :is(form, .form) :is(input, textarea, select):disabled {
  cursor: not-allowed;
  color: var(--input-disabled-color-text);
  background: var(--input-disabled-color-bg);
  border-color: var(--input-disabled-color-border);
} */

:is(form, .form) textarea {
  height: var(--textarea-height);
}

:is(form, .form) .hs_submit input[type=submit] {
  display: block;
}

/* :is(form, .form) select option:disabled, */
:is(form, .form) :is(input:placeholder, select.is-placeholder) {
  font-family: var(--body-font);
  font-weight: 450;
  line-height: 1.111;
  color: var(--input-color-text-placeholder);
}

/* :is(form, .form) input:placeholder:disabled {
  color: var(--input-disabled-color-text); 
} */

/* ========================================================================== */
/*  :is(form, .form) List Items                                                           */  
:is(form, .form) .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 12px;
}

:is(form, .form) .inputs-list > li {
  display: block;
  margin: 0 0 12px;
}

:is(form, .form) .inputs-list :is(input, span) {
  vertical-align: middle;
}

/* ========================================================================== */
/*  Inputs - Checkbox                                                         */
:is(form, .form) :is(.hs-form-checkbox-display, .hs-form-booleancheckbox-display) {
  cursor: pointer;
  display: flex;
  gap: 12px;
  width: fit-content;
}

:is(form, .form) :is(.hs-form-checkbox-display, .hs-form-booleancheckbox-display) span {
  font-family: var(--checkbox-font-family);
  font-size: var(--checkbox-font-size);
  font-weight: var(--checkbox-font-weight);
  line-height: var(--checkbox-line-height);
  color: var(--checkbox-color-text);
  transition: var(--input-transition);
  margin: 0;
}

/* :is(form, .form) .hs-form-checkbox-display:has(input[type=checkbox]:disabled) span {
  color: var(--checkbox-disabled-color-text);
} */

:is(form, .form) input[type=checkbox] {
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  display: block;
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  height: var(--checkbox-dimensions);
  width: var(--checkbox-dimensions) !important;
  background-color: var(--checkbox-color-bg);
  border-radius: var(--checkbox-border-radius);
  border: var(--checkbox-border);
  transition: var(--input-transition);
  outline-offset: 3px;
}

:is(form, .form) .inputs-list.error input[type="checkbox"] {
  border-color: var(--checkbox-error-color-border);
}

:is(form, .form) input[type="checkbox"]:checked {
  background-color: var(--checkbox-checked-color-bg);
  border-color: var(--checkbox-checked-color-border);
}

/* :is(form, .form) input[type="checkbox"]:disabled,
:is(form, .form) input[type="checkbox"]:disabled:hover {
  background-color: var(--checkbox-disabled-color-bg);
  border-color: var(--checkbox-disabled-color-border);
}
:is(form, .form) input[type="checkbox"]:disabled:checked,
:is(form, .form) input[type="checkbox"]:disabled:checked:hover {
  background-color: var(--checkbox-disabled-checked-color-bg);
  border-color: var(--checkbox-disabled-color-border);
} */

:is(form, .form) input[type="checkbox"]:before {
  --checkbox-content: var(--checkbox-checked-image);
  content: var(--checkbox-content);
  position: absolute;
  inset: 0;
  height: var(--checkbox-image-dimensions);
  width: var(--checkbox-image-dimensions);
  transition: var(--input-transition);
  opacity: 0;
}

:is(form, .form) input[type="checkbox"]:checked:before {
  opacity: 1;
}

/* :is(form, .form) input[type="checkbox"]:disabled:checked:before {
  --checkbox-content: var(--checkbox-disabled-checked-image);
} */

:is(form, .form) input[type="checkbox"]:after {
  content: var(--checkbox-hover-image);
  position: absolute;
  inset: 0;
  height: var(--checkbox-image-dimensions);
  width: var(--checkbox-image-dimensions);
  transition: var(--input-transition);
  opacity: 0;
}

/* :is(form, .form) input[type="checkbox"]:disabled:after {
  opacity: 0;
} */

/* Hover States */
@media (hover: hover) {
  :is(form, .form) input[type="checkbox"]:hover:not(input[type="checkbox"]:disabled) {
    border-color: var(--checkbox-hover-color-border);
  }

  :is(form, .form) input[type="checkbox"]:checked:hover:not(input[type="checkbox"]:disabled) {
    background-color: var(--checkbox-checked-hover-color-bg);
    border-color: var(--checkbox-checked-hover-color-border);
  }

  :is(form, .form) input[type="checkbox"]:hover:not(input[type="checkbox"]:disabled):after {
    opacity: 1;
  }

  :is(form, .form) input[type="checkbox"]:checked:hover:not(input[type="checkbox"]:disabled):after {
    opacity: 0;
  }
}

/* ========================================================================== */
/*  Inputs - Radio                                                            */
:is(form, .form) .hs-form-radio-display {
  cursor: pointer;
  display: flex;
  gap: 12px;
  width: fit-content;
}

:is(form, .form) .hs-form-radio-display span {
  font-family: var(--radio-font-family);
  font-size: var(--radio-font-size);
  font-weight: var(--radio-font-weight);
  line-height: var(--radio-line-height);
  color: var(--radio-color-text);
  transition: var(--input-transition);
  margin: 0;
}

/* :is(form, .form) .hs-form-radio-display:has(input[type=radio]:disabled) span {
  color: var(--radio-disabled-color-text);
} */

:is(form, .form) input[type=radio] {
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  height: var(--radio-dimensions);
  width: var(--radio-dimensions) !important;
  background-color: var(--radio-color-bg);
  border-radius: var(--radio-border-radius);
  border: var(--radio-border);
  transition: var(--input-transition), border-width 0ms linear;
  outline-offset: 3px;
}

:is(form, .form) .inputs-list.error input[type="radio"] {
  border-color: var(--radio-error-color-border);
}

:is(form, .form) input[type="radio"]:checked {
  border: var(--radio-checked-color-border);
  background: var(--radio-checked-color-bg);
}

/* :is(form, .form) input[type="radio"]:disabled,
:is(form, .form) input[type="radio"]:disabled:hover {
  background-color: var(--radio-disabled-color-bg);
  border: var(--radio-disabled-color-border);
}

:is(form, .form) input[type="radio"]:disabled:checked,
:is(form, .form) input[type="radio"]:disabled:checked:hover {
  background-color: var(--radio-disabled-checked-color-bg);
  border: var(--radio-disabled-checked-color-border);
}  */

:is(form, .form) input[type="radio"]:after {
  content: '';
  height: var(--radio-inner-dimensions);
  width: var(--radio-inner-dimensions);
  border-radius: var(--radio-border-radius);
  transition: var(--input-transition);
}

:is(form, .form) input[type="radio"]:checked:after {
  background-color: var(--radio-checked-color-inner);
}

/* :is(form, .form) input[type="radio"]:disabled:after {
  background-color: var(--radio-disabled-color-inner);
}

:is(form, .form) input[type="radio"]:disabled:checked:after {
  background-color: var(--radio-disabled-checked-color-inner);
} */

/* Hover States */
@media (hover: hover) {
  :is(form, .form) input[type="radio"]:hover:not(input[type="radio"]:disabled) {
    border: var(--radio-hover-border);
  }

  :is(form, .form) input[type="radio"]:checked:hover:not(input[type="radio"]:disabled) {
    border: var(--radio-checked-hover-color-border);
  }

  :is(form, .form) input[type="radio"]:hover:not(input[type="radio"]:disabled):after {
    background-color: var(--radio-hover-color-inner);
  }

  :is(form, .form) input[type="radio"]:checked:hover:not(input[type="radio"]:disabled):after {
    background-color: var(--radio-checked-color-inner);
  }
}

/* ========================================================================== */
/*  Inputs - Select                                                           */
:is(form, .form) .input:has(select) {
  position: relative;
}

:is(form, .form) select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: var(--spacing-10x) !important;
}

:is(form, .form) .input:has(select):after {
  content: var(--select-icon);
  pointer-events: none;
  position: absolute;
  inset: 50% 16px auto auto;
  font-size: 11px;
  line-height: 1;
  transform: translateY(-50%);
  transition: all 300ms ease-in-out;
  z-index: 1;
}

:is(form, .form) .input:has(select:focus):after {
  transform: translateY(-50%) rotate(-180deg);
}

/* ========================================================================== */
/*  Inputs - Date Picker                                                      */
/* .hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content: '';
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  margin-right: var(--date-input-margin-right);
  height: var(--date-input-icon-height);
  width: var(--date-input-icon-width);
  background-image: var(--date-input-icon);
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.hs-datepicker {
  width: 100%;
  max-width: 400px;
}

.fn-date-picker.pika-single.is-bound {
  width: 100%;
  border-radius: var(--date-picker-border-radius);
  border: var(--date-picker-border);
}

.fn-date-picker .pika-lendar {
  height: 100%;
  width: 100% !important;
  margin: 0 !important;
  padding: 12px;
  float: none !important;
}

.fn-date-picker .pika-table {
  margin-bottom: 0;
}

.fn-date-picker .pika-label,
.fn-date-picker .pika-table thead th,
.fn-date-picker .pika-button {
  font-family: var(--body-font);
  color: var(--date-picker-color) !important;
}

.fn-date-picker .pika-table thead th abbr {
  text-decoration: none;
}

.fn-date-picker .pika-button {
  font-family: var(--body-font);
  font-weight: 400;
  text-align: center !important;
  background: transparent !important;
  transition: var(--transition);
  border-radius: var(--border-radius);
}

.fn-date-picker td.is-today .pika-button {
  font-weight: 700;
  color: var(--date-picker-number-today-color) !important;
}

.fn-date-picker td.is-selected .pika-button {
  background-color: var(--date-picker-number-selected-bg) !important;
  color: var(--date-picker-number-selected-color) !important;
  border-radius: var(--border-radius) !important;
  box-shadow: none;
}

@media (hover: hover) {
  :is(form, .form) .fn-date-picker .pika-button:hover {
    background: var(--date-picker-number-hover-bg) !important;
    border-radius: var(--border-radius) !important;
    color: var(--date-picker-number-hover-color) !important;
  }
} */

/* ========================================================================== */
/*  Inputs - File Picker                                                      */
:is(form, .form) input[type=file] {
  background-color: transparent;
  border-radius: 0;
  border: initial;
  padding-left: 0;
}

/* ========================================================================== */
/*  GDPR                                                                      */
.legal-consent-container {
  margin-bottom: var(--spacing-8x);
}

.legal-consent-container .hs-richtext,
.legal-consent-container .hs-richtext p {
  font-size: 0.6667rem;
  line-height: 1.4;
  margin-bottom: 8px;
}

.form--style-dark .legal-consent-container .hs-richtext,
.form--style-dark .legal-consent-container .hs-richtext p {
  color: var(--text-light);
}

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 0 !important;
}

/* ========================================================================== */
/*  Validation                                                                */
:is(form, .form) label span.hs-form-required {
  color: var(--input-color-required);
}

.hs-input.invalid.error {
  border-color: var(--input-error-color-border);
  box-shadow: var(--input-error-color-outline);
}

:is(form, .form) .inputs-list.hs-error-msgs {
  margin: 0;
}

:is(form, .form) .hs-error-msgs li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 8px 0 0;
}

:is(form, .form) .hs-error-msgs li:before {
  content: var(--label-error-image);
  display: block;
  line-height: 1;
  height: 16px;
  width: 16px;
}

:is(form, .form) .hs-error-msgs label {
  --font-size: var(--label-error-font-size);
  display: inline-block;
  font-size: var(--font-size);
  font-weight: var(--label-error-font-weight);
  line-height: var(--label-error-line-height);
  color: var(--label-error-color);
  margin-bottom: 0;
}

/* ========================================================================== */
/*  Captcha                                                                   */
.grecaptcha-badge {
  margin: 0 auto;
}

/* ========================================================================== */
/*  Submit Message                                                            */
.submitted-message {
  text-align: center;
  font-weight: 700;
  color: var(--text-base);
}
/* 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;
}
[data-accordion] {
  --panel-visibility: hidden;
  --panel-height: 0px;
}

[data-accordion-panel-wrapper] {
  height: var(--panel-height);
  overflow: hidden;
}

[data-accordion-panel] {
  visibility: var(--panel-visibility);
}
/* ========================================================================== */
/*  TYPOGRAPHY                                                                */
/* ========================================================================== */

.text-lg {
  font-size: var(--text-lg);
  line-height: var(--base-line-height);
}

a.text-sm,
.text-sm {
  font-size: var(--text-sm);
  line-height: var(--base-line-height);
}

.text-xs {
  font-size: var(--text-xs); 
  line-height: var(--base-line-height);
}

.detailed-text {
  font-family: var(--heading-font);
}

/* ========================================================================== */
/*  color variants                                                            */

.text-white,
.text-white :where(h1, h2, h3, h4, h5, h6, span, p, li, .preheader) {
  --text-color: var(--text-white); 
  color: var(--text-white);
}

.text-teal,
.text-teal :where(h1, h2, h3, h4, h5, h6, span, p, li, .preheader) {
  --text-color: var(--text-teal);
  color: var(--text-teal);
}

.text-light,
.text-light :where(h1, h2, h3, h4, h5, h6, span, p, li, .preheader) {
  --text-color: var(--text-light);
  color: var(--text-light);
}

.text-yellow,
.text-yellow :where(h1, h2, h3, h4, h5, h6, span, p, li, .preheader) {
  --text-color: var(--text-yellow);
  color: var(--text-yellow);
}

/* ========================================================================== */
/* anchors                                                                         */

.is-anchor {
  scroll-margin-top: var(--scroll-margin-top);
}

:has(> .masked-link) {
  position: relative;
}

.masked-link {
  position: absolute;
  inset: 0 auto auto 0;
  height: 100%;
  width: 100%;
}

/* ========================================================================== */
/*  ICONS                                                                     */
/* ========================================================================== */

.fsh-icon {
  --icon-color: var(--icon-navy-base);
  --icon-bg-color: transparent;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  border-radius: var(--radius-xl);
  background: var(--icon-bg-color);
  overflow: clip;
}

.fsh-icon svg {
  height: 100%;
  width: 100%;
}

.fsh-icon svg path:not(.fsh-icon svg mask path) {
  fill: var(--icon-color);
}

/* ========================================================================== */
/*  Icon color variants                                                       */

.fsh-icon--white {
  --icon-color: var(--icon-navy-base);
  --icon-bg-color: var(--surface-white);
}

.fsh-icon--green {
  --icon-color: var(--icon-green);
  --icon-bg-color: var(--surface-green);
}

.fsh-icon--yellow {
  --icon-color: var(--icon-yellow);
  --icon-bg-color: var(--surface-yellow);
}

.fsh-icon--blue {
  --icon-color: var(--icon-navy-base);
  --icon-bg-color: var(--surface-blue);
}

.fsh-icon--navy-light {
  --icon-color: var(--icon-teal);
  --icon-bg-color: var(--icon-navy-light);
}

.fsh-icon--navy {
  --icon-color: var(--icon-white);
  --icon-bg-color: var(--background-contrast);
}

.fsh-icon--teal {
  --icon-color: var(--icon-white);
  --icon-bg-color: var(--surface-teal-light);
}

.fsh-icon--teal-base {
  --icon-color: var(--icon-white);
  --icon-bg-color: var(--teal-base);
}

.fsh-icon--teal-dark {
  --icon-color: var(--icon-white);
  --icon-bg-color: var(--surface-teal-base);
}

/* .fsh-icon {
  --icon-color:
  --icon-bg-color:
}

.fsh-icon {
  --icon-color:
  --icon-bg-color:
}

.fsh-icon {
  --icon-color:
  --icon-bg-color:
} */

/* ========================================================================== */
/*  BACKGROUNDS                                                               */
/* ========================================================================== */

.dnd-section:has(.section-background--contrast) {
  background: var(--background-contrast);
}

.dnd-section:has(.section-background--blue) {
  background: var(--background-blue);
}

.dnd-section:has(.section-background--green) {
  background: var(--background-green);
}

.dnd-section:has(.section-background--yellow) {
  background: var(--background-yellow);
}

.dnd-section:has(.section-background--gray) {
  background: var(--background-gray);
}

.section-background-hidden-element {
  display: none;
}

/* ========================================================================== */
/*  VISIBILITY                                                                */
/* ========================================================================== */

@media (max-width: 820px) {
  .mobile-hide {
    display: none !important;
  } 
}

@media (min-width: 1024px) {
  .desktop-hide {
    display: none !important;
  }
}
.video-player-wrapper {
  --media-button-touch-hover-border-radius: 8px;
  --media-button-touch-hover-bg: transparent;
  position: relative;
  width: 100%;
  height: fit-content;
  overflow: clip;
}

.video-player {
  --media-button-icon-size: 42px;
  --media-button-hover-transform: none;
  --media-button-hover-bg: transparent;
  --right-btn-pos: 24px;
  position: relative;
  height: fit-content;
}

.video-player__thumbnail {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius-md);
}

.video-player media-player[data-media-player] {
  cursor: pointer;
  position: static;
  display: block;
  height: 100% !important;
  width: 100% !important;
}

.video-player iframe .ytp-watermark {
  display: none;
}

.video-player .vds-poster :where(img) {
  object-fit: cover;
}


/* ========================================================================== */
/*  MODAL VARIANT                                                             */
body:has(dialog.video-player-modal-wrapper[open]) {
  overflow: clip;
}

body:has(dialog.video-player-modal-wrapper[open][data-state="closing"]) {
  overflow: auto;
}

dialog.video-player-modal-wrapper {
  cursor: default;
  display: none;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 100vh;
  width: 100vw;
  max-width: 100vw;
  background: transparent;
  padding: 0 var(--container-padding);
  opacity: 0;
  transition: all 200ms ease-in-out;
  z-index: 0;
}

dialog.video-player-modal-wrapper[open] {
  display: flex;
  animation: openVideoModal 300ms forwards;
}

dialog.video-player-modal-wrapper[open][data-state="closing"] {
  animation: closeVideoModal 300ms forwards;
}

dialog.video-player-modal-wrapper::backdrop {
  display: none;
}

@keyframes openVideoModal {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes closeVideoModal {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.video-modal__backdrop {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  height: 100%;
  width: 100%;
  background: rgb(from var(--surface-contrast) r g b / .88);
  z-index: -1;
}

.video-player-modal {
  --media-button-icon-size: 24px;
  max-width: 1063px;
  aspect-ratio: 16/9;
  height: auto !important;
  width: 100% !important;
  max-height: calc(100% - (var(--container-padding * 2)));
}

.video-player-modal media-player[data-media-player] {
  height: 100 !important;
  width: 100% !important;
  background: var(--navy-base);
} 

.video-player-modal [data-media-player][data-layout=video]:not([data-fullscreen]) {
  border: none;
  border-radius: 0;
}

:where(.video-player-modal .vds-video-layout .vds-controls[data-visible]) {
  border-radius: 0 !important;
  /* background-image: linear-gradient(to top,rgb(0 0 0 / .6),10%,transparent,95%,rgb(0 0 0 / .0)) !important; */
}

.modal-close-btn {
  cursor: pointer;
  position: absolute;
  inset: 43px 51px auto auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 43px;
  width: 43px;
  border-radius: var(--radius-xl);
  transition: all 550ms cubic-bezier(.215,.61,.355,1);
  background: var(--teal-base);
  z-index: 10;
}

.modal-close-btn:hover {
  background: var(--hover-teal);
}

.modal-close-btn svg {
  display: block;
}

.video-modal-trigger {
  cursor: pointer;
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-modal-trigger__icon {
  --bg-color: var(--surface-teal-light);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 119px;
  aspect-ratio: 1;
  border-radius: var(--radius-xl);
  z-index: 0;
}

.video-modal-trigger__icon:hover {
  --bg-color: var(--surface-teal-base);
}

.video-modal-trigger__icon:before {
  pointer-events: none;
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  display: block;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle,rgb(from var(--bg-color) r g b/0) 0%, rgb(from var(--bg-color) r g b/ .6) 50% ,rgb(from var(--bg-color) r g b/1) 100%);
  border-radius: var(--radius-xl);
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
  transform: translateX(-50%) translateY(-50%);
  transition: all 500ms cubic-bezier(.215,.61,.355,1);
  z-index: -2;
}

.video-modal-trigger__icon:hover:before {
  animation: none;
}

.video-modal-trigger__icon:after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--bg-color);
  border-radius: var(--radius-xl);
  transform: translateX(-50%) translateY(-50%);
  transition: all 500ms cubic-bezier(.215,.61,.355,1);
  z-index: -1;
}

.video-slide:hover .video-modal-trigger__icon {
  transform: scale(1.2);
}

.video-modal-trigger__icon .icon-wrapper {
  margin-left: 8px;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.4);
    opacity: 0;
  }
}

@media (max-width: 640px) {
  .modal-close-btn {
    inset: 20px 20px auto auto;
  }
}
.testimonial-card {
  width: 100%;
  padding: var(--spacing-8x);
  border-radius: var(--radius-md);
  background: var(--surface-white);
  box-shadow: var(--box-shadow-sm);
}

.tc__quote {
  margin-bottom: var(--spacing-8x);
}

.tc-quotee {
  display: flex;
  align-items: center;
  gap: var(--spacing-4x);
  margin-bottom: var(--spacing-4x);
}

.tc-quotee__avatar {
  display: block;
  height: 57px;
  width: 57px;
  object-fit: cover;
  border-radius: var(--radius-xl);
}

.tc-quotee__name {
  font-weight: 700;
  margin-bottom: var(--spacing-05x);
}

.tc-quotee__role {
  color: var(--gray-700);
}

.tc__stars {
  display: flex;
  align-items: center;
  gap: var(--spacing-1x);
}
.blog-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--spacing-8x);
}

.blog-card {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-5x);
  height: 100%;
  padding: var(--spacing-6x);
  background: var(--surface-white);
  border: 1px solid var(--border-gray-light);
  border-radius: var(--radius-md);
  transition: var(--transition);
}

.blog-card:hover {
  box-shadow: var(--box-shadow-md);
}

.blog-card__img {
  display: block;
  height: 261px;
  object-fit: cover;
  width: 100%;
  border-radius: var(--radius-md);
  background: var(--gray-200);
}

.blog-card__body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.blog-card__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: var(--spacing-3x);
}

.blog-card__tag {
  color: var(--text-teal);
  font-weight: 700;
  line-height: 1.2;
  padding: var(--spacing-2x) var(--spacing-3x);
  background: var(--surface-blue);
  border-radius: var(--radius-md);
}

.blog-card__title {
  margin-bottom: var(--spacing-1x);
}

.blog-card__description {
  color: var(--text-light);
  line-height: 1.45;
}

@media (max-width: 640px) {
  .blog-card__img {
    height: 190px;
  }
}

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

div :has(> .header) {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header {
  --logo-shape-color: var(--icon-green-base);
  --logo-text-color: var(--text-white);
  --nav-item-color: var(--text-white);
  --nav-item-color-hover: var(--hover-teal);
  --bg-color: var(--surface-contrast);
  --btn-text-color: var(--text-base);
  --btn-bg-color: var(--background-green);
  width: 100%;
  padding-block: var(--spacing-3x);
  background: var(--bg-color);
  transition: var(--transition);
}

.hubspot-disable-focus-styles .header {
  position: relative;
}

/* .header[data-scrolled="true"] {
  --logo-shape-color: var(--icon-green-base);
  --logo-text-color: var(--text-base);
  --nav-item-color: var(--text-base);
  --bg-color: var(--surface-white);
  --btn-text-color: var(--text-white);
  --btn-bg-color: var(--teal-700);
  box-shadow: 0px 3px 3px 0px rgb(from var(--gray-200) r g b / 0.18);
} */

.header-content {
  display: flex;
  align-items: center;
  gap: var(--spacing-14x);
}

.header-logo {
  flex: 0 0 262px;
  display: block;
}

.header-logo svg {
  width: 100%;
  height: auto;
}

.header-logo .fsh-logo-icon path {
  transition: var(--transition);
  fill: var(--logo-shape-color);  
}

.header-logo .fsh-logo-text path {
  transition: var(--transition);
  fill: var(--logo-text-color);
}

.mobile-trigger {
  position: relative;
  display: none;
  height: 17px;
  width: 20px;
}

.mobile-trigger span {
  --translate-start: -50%;
  --translate-end: -50%;
  --rotate-start: 0;
  --rotate-end: 0;
  --inset-start: 50% auto auto 0;
  --inset-end: 50% auto auto 0;
  --opacity-end: 0;
  position: absolute;
  inset: 50% auto auto 0;
  width: 100%;
  height: 2px;
  transform: translateY(var(--translate-start));
  animation: triggerClose 400ms forwards;
}

.header[data-state="open"] .mobile-trigger span {
  animation: triggerOpen 400ms forwards;
}

.mobile-trigger span svg {
  width: 100%; 
  height: 100%;
}

.mobile-trigger span path {
  fill: var(--logo-text-color);
}

.mobile-trigger span:first-child {
  --translate-start: 0;
  --rotate-end: 45deg;
  --inset-start: 0 auto auto 0;
  --opacity-end: 1;
}

.mobile-trigger span:last-child {
  --translate-start: 0;
  --rotate-end: -45deg;
  --inset-start: auto auto 0 0;
  --opacity-end: 1;
}

@keyframes triggerOpen {
  0% {
    opacity: 1;
    inset: var(--inset-start);
    transform: translateY(var(--translate-start)) rotate(var(--rotate-start));
  }

  50% {
    opacity: var(--opacity-end);
    inset: var(--inset-end);
    transform: translateY(var(--translate-end)) rotate(var(--rotate-start));
  }

  100% {
    opacity: var(--opacity-end);
    inset: var(--inset-end);
    transform: translateY(var(--translate-end)) rotate(var(--rotate-end));
  }
}

@keyframes triggerClose {
  0% {
    opacity: var(--opacity-end);
    inset: var(--inset-end);
    transform: translateY(var(--translate-end)) rotate(var(--rotate-end));
  }

  50% {
    opacity: var(--opacity-end);
    inset: var(--inset-end);
    transform: translateY(var(--translate-end)) rotate(var(--rotate-start));
  }

  100% {
    opacity: 1;
    inset: var(--inset-start);
    transform: translateY(var(--translate-start)) rotate(var(--rotate-start));
  }
}

@media (max-width: 1050px) {
  body:has(.header[data-state="open"]) {
    overflow: clip;
  }

  .header {
    padding-block: var(--spacing-5x);
  }

  .header[data-state="open"] {
    --logo-shape-color: var(--icon-green-base);
    --logo-text-color: var(--text-white);
    --nav-item-color: var(--text-base);
    --bg-color: var(--surface-contrast);
  }

  .header-content {
    justify-content: space-between;
  }

  .mobile-trigger {
    display: block;
  }
}

@media (max-width: 820px) {
  .header-logo {
    flex: 0 0 162px;
  }
}


/* ========================================================================== */
/*  Buttons                                                                   */
.header__btns {
  display: flex;
  align-items: center;
  gap: var(--spacing-5x);
}

a.header__btn {
  --text-color: var(--nav-item-color);
  --text-color-hover: var(--nav-item-color-hover);
  --border-color: transparent;
  font-size: 0.8889rem;
  line-height: 1.4;
  padding: 0;
}

a.header__btn:last-child {
  --text-color: var(--btn-text-color);
  --text-color-hover: var(--text-white);
  --background: var(--btn-bg-color);
  --background-hover: var(--surface-teal-base);
  line-height: 21px;
  padding: 8px var(--spacing-8x);
}

@media (max-width: 1050px) {
  .header__btns {
    flex-direction: column;
    width: 100%;
    padding: var(--spacing-6x) var(--container-padding);
  }

  a.header__btn {
    width: 100%;
    padding: 8px 0;
  }

  a.header__btn:first-child {
    --text-color: var(--text-base);
    --background: var(--green-base);
    --border-color: var(--surface-contrast);
  }

  a.header__btn:last-child {
    --text-color: var(--teal-700);
    --background: transparent;
    --border-color: var(--teal-700);
  }
}


/* ========================================================================== */
/*  Navigation                                                                */
.header-nav-wrapper {
  flex: 1 1 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--spacing-16x);
}

.hn-list {
  display: flex;
  align-items: center;
  gap: var(--spacing-5x);
}

ul.list-reset li.hn-item-wrapper {
  margin-bottom: 0;
  position: relative;
  padding-block: 9px;
}

ul.list-reset li.hn-item-wrapper:before {
  content: '';
  display: none;
  position: absolute;
  inset: 100% auto auto 0;
  width: 100%;
  height: 20px;
  background: transparent;
}

.hn-item {
  display: flex;
  align-items: center;
  gap: var(--spacing-2x);
  font-size: 0.7778rem;
  font-weight: 700;
  color: var(--nav-item-color);
  text-decoration: none;
  transition: var(--transition);
}

.hn-item svg {
  height: 8px;
  width: 10px;
  transition: var(--transition);
}

.hn-item svg path {
  fill: var(--nav-item-color);
  transition: var(--transition);
}

li.hn-item-wrapper[aria-expanded="true"] .hn-item {
  --nav-item-color: var(--nav-item-color-hover);
}

li.hn-item-wrapper[aria-expanded="true"] .hn-item svg {
  transform: rotate(-180deg);
}

@media (min-width: 1050px) {
  ul.list-reset li.hn-item-wrapper {
    --panel-visibility: hidden !important;
    --panel-height: auto !important;
  }

  ul.list-reset li.hn-item-wrapper[data-state="open"] {
    --panel-visibility: visible !important;
  }

  ul.list-reset li.hn-item-wrapper[data-state="open"]:before {
    display: block;
  }

  li.hn-item-wrapper[data-state="open"] .hn-item {
    --nav-item-color: var(--nav-item-color-hover);
  }

  li.hn-item-wrapper[data-state="open"] .hn-item svg {
    transform: rotate(-180deg);
  }
}

@media (max-width: 1050px) {
  .header-nav-wrapper {
    flex: none;
    position: absolute;
    inset: 100% auto auto 0;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    height: 0;
    width: 100vw;
    background: var(--background-blue);
    transition: var(--transition);
    overflow: hidden;
  }

  .header[data-state="open"] .header-nav-wrapper {
    height: calc(100vh - 100%);
    overflow-y: auto;
  }

  .header-nav {
    width: 100%;
    background: var(--background-white);
    padding: 0 var(--container-padding) var(--spacing-12x);
  }

  .hn-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  ul.list-reset li.hn-item-wrapper {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid var(--border-gray-light);
  }

  .hn-item {
    justify-content: space-between;
    font-size: 1.1111rem;
    line-height: 1.4;
    width: 100%;
    padding-block: var(--spacing-6x) var(--spacing-5x);
  }

  .hn-item svg {
    height: 14px;
    width: 16px;
  }
}

/* ========================================================================== */
/*  Dropdowns                                                                 */
.hn-dropdown-wrapper {
  background: var(--surface-white);
  transition: all 200ms ease-in-out;
}

.hn-dropdown {
  padding: 0 0 var(--spacing-5x);
  width: 100%;
}

ul.list-reset.hn-dropdown-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-5x);
  padding-bottom: var(--spacing-5x);
  margin-bottom: var(--spacing-5x);
  border-bottom: 1px solid var(--border-gray-light);
}

.hn-dropdown-columns {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-5x);
}

ul.hn-dropdown-menu.list-reset {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-5x);
}

.hn-dropdown-column__title {
  font-family: var(--heading-font);
  font-size: 12px;
  line-height: normal;
  color: var(--text-light);
  margin-bottom: var(--spacing-4x);
}

.hn-dropdown li {
  margin-bottom: 0;
}

a.hn-dropdown-link {
  position: relative;
  display: flex;
  gap: var(--spacing-2x);
  text-decoration: none;
  line-height: 1.2;
  width: 100%;
  z-index: 0;
}

a.hn-dropdown-link:before {
  content: '';
  position: absolute;
  inset: 50% auto auto 50%;
  height: calc(100% + 20px);
  width: calc(100% + 20px);
  border-radius: var(--radius-xs);
  background: var(--background-blue);
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: var(--transition);
  z-index: -1;
}

.hn-dropdown-link__icon.fsh-icon {
  height: 25px;
  width: 25px;
}

.hn-dropdown-link__title {
  font-family: var(--heading-font);
  font-size: 0.8333rem;
  font-weight: 700;
  color: var(--text-base);
  margin-bottom: var(--spacing-1x);
}

.hn-dropdown-link__description {
  font-size: 0.6667rem;
  line-height: 1.37;
  color: var(--text-light);
}

@media (min-width: 1050px) {
  .hn-dropdown-wrapper {
    pointer-events: none;
    position: absolute;
    inset: calc(100% + 20px) auto auto -50%;
    border-radius: var(--radius-md);
    box-shadow: var(--box-shadow-sm);
    opacity: 0;
    transition: all 200ms ease-in-out !important;
  }

  .hn-item-wrapper[data-state="open"] .hn-dropdown-wrapper {
    pointer-events: auto;
    opacity: 1;
  }

  .hn-dropdown {
    padding: var(--spacing-8x) var(--spacing-8x) var(--spacing-10x);
    width: fit-content;
    transition: visibility .2s linear;
  }

  ul.list-reset.hn-dropdown-features {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: var(--spacing-6x);
    margin-bottom: var(--spacing-6x);
  }

  .hn-dropdown-columns {
    flex-direction: row;
  }

  a.hn-dropdown-link {
    width: 188px;
  }

  a.hn-dropdown-link:hover:before {
    opacity: 1;
  }

  .hn-dropdown-link__title {
    font-size: 0.8333rem;
  }
}
.footer-content {
  display: flex;
  justify-content: space-between;
  padding: var(--spacing-16x) 0 var(--spacing-12x);
  gap: var(--spacing-24x);
}

@media (max-width: 821px) {
  .footer-content {
    flex-direction: column;
    padding: var(--spacing-6x) 0 var(--spacing-8x);
    gap: var(--spacing-8x);
  }
}

/* ========================================================================== */
/*  Company Info                                                               */
.footer__company-info {
  flex: 0 0 280px;
}

.footer__logo {
  display: block;
  width: 280px;
  margin-bottom: var(--spacing-3x);
}

.footer__description {
  font-size: var(--text-sm);
  color: var(--text-light);
  margin-bottom: var(--spacing-6x);
}

.footer__download-links {
  display: flex;
  align-items: center;
  gap: var(--spacing-3x);
  margin-bottom: var(--spacing-8x);
}

.footer__download-link a {
  display: block;
}

.footer__download-link img {
  display: block;
  height: 39px;
  width: auto;
}

.footer__address {
  display: flex;
  align-items: center;
  gap: var(--spacing-2x);
}

.footer__address p {
  font-size: var(--text-sm);
  color: var(--text-light);
}

@media (max-width: 821px) {
  .footer__company-info {
    flex: none;
  }

  .footer__logo {
    margin-bottom: var(--spacing-4x);
  }

  .footer__logo .fsh-logo-icon path {
    fill: var(--icon-green-base);
  }
}

/* ========================================================================== */
/*  Navigation                                                                */
.footer-nav {
  flex: 1 1 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: var(--spacing-12x) var(--spacing-6x);
}

.footer-nav__group {
  flex: 1 0 204px;
}

.footer-nav__heading {
  font-size: 0.8889rem;
  font-family: var(--heading-font);
  color: var(--text-light);
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: var(--spacing-4x);
}

.footer-nav__heading-icon {
  display: none;
  justify-content: center;
  align-items: center;
  height: 21px;
  width: 21px;
  background: var(--teal-base);
  border-radius: var(--radius-xl);
}

.footer-nav__heading-icon svg {
  transition: var(--transition);
}

.footer-nav__heading-icon svg path {
  fill: vaR(--accent-teal);
}
  
li.footer-nav__link {
  margin-bottom: var(--spacing-3x);
}

li.footer-nav__link:last-child {
  margin-bottom: 0;
}

.footer-nav__link a {
  color: var(--text-light);
  text-decoration: none;
}

.footer-nav__link a:hover {
  color: var(--hover-teal);
}

@media (max-width: 821px) {
  .footer-nav {
    grid-template-columns: 1fr;
    gap: var(--spacing-3x);
  }

  .footer-nav__group {
    flex: none;
    padding-bottom: var(--spacing-2x);
    background: var(--surface-white);
    border-radius: var(--radius-md);
    border: 1px solid var(--border-gray-light);
    transition: var(--transition);
  }

  .footer-nav__group[aria-expanded="true"] {
    background: var(--background-blue);
    border-color: var(--border-blue);
  }

  .footer-nav__heading {
    display: flex;
    margin-bottom: 0;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    padding: var(--spacing-5x) var(--spacing-5x) var(--spacing-3x);
    width: 100%;
    gap: var(--spacing-3x);
  }

  .footer-nav__heading-icon {
    display: flex;  
  }

  .footer-nav__group[aria-expanded="true"] .footer-nav__heading-icon svg {
    transform: rotate(-180deg);
  }

  .footer-nav__links ul {
    padding: 0 var(--spacing-12x) var(--spacing-3x) var(--spacing-5x);
  }
}



/* ========================================================================== */
/*  Subfooter                                                                 */
.subfooter-wrapper {
  width: 100%;
  border-top: 1px solid Var(--border-gray-light);
}

.subfooter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: var(--spacing-3x) 0;
}

.subfooter__privacy-links {
  display: flex;
  align-items: center;
  gap: var(--spacing-5x);
}

a.subfooter__privacy-link {
  color: var(--text-light);
}

a.subfooter__privacy-link:hover {
  color: var(--hover-teal);
}

.subfooter-social-wrapper {
  display: flex;
  align-items: center;
  gap: var(--spacing-5x);
}

.subfooter__social-links {
  display: flex;
  align-items: center;
  gap: var(--spacing-4x);
  padding-block: var(--spacing-05x);
}

.subfooter__social-link {
  flex: 0 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  border: 1px solid var(--border-dark);
  border-radius: var(--radius-xl);
  transition: var(--transition);
}

.subfooter__social-link:hover {
  border-color: var(--hover-blue);
}

.subfooter__social-link svg path {
  transition: var(--transition);
}

.subfooter__social-link:hover svg path:not(
  .subfooter__social-link svg mask path,
  .subfooter__social-link svg path.path-no-hover-stroke,
  .subfooter__social-link svg path.path-hover-blue) {
    stroke: var(--hover-blue);
}

.subfooter__social-link:hover svg path.path-hover-blue {
  fill: var(--hover-blue);
}

@media (max-width: 821px) {
  .subfooter {
    flex-direction: column;
    gap: var(--spacing-3x);
    padding: var(--spacing-6x) 0;
  }

  .subfooter__privacy-links {
    padding: var(--spacing-2x);
  }
}
/* 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%;
}