*,
*: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;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, 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;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 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;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

:root {
  --box-shadow: 1px 4px 24px 0px rgba(16, 42, 66, 0.3);
  --box-shadow-sm: 1px 4px 8px 0px rgba(16, 42, 66, 0.2);
  --box-shadow-lg: 1px 12px 48px 0px rgba(16, 42, 66, 0.5);
  --blue-900: hsl(205, 100%, 21%);
  --blue-800: hsl(205, 87%, 29%);
  --blue-700: hsl(205, 82%, 33%);
  --blue-600: hsl(205, 76%, 39%);
  --blue-500: hsl(205, 67%, 45%);
  --blue-400: hsl(205, 65%, 55%);
  --blue-300: hsl(205, 74%, 65%);
  --blue-200: hsl(205, 84%, 74%);
  --blue-100: hsl(205, 97%, 85%);
  --blue-50: hsl(205, 79%, 92%);
  --blue-25: hsl(205, 85%, 98%);
  --gray-900: hsl(209, 61%, 16%);
  --gray-800: hsl(211, 39%, 23%);
  --gray-700: hsl(209, 34%, 30%);
  --gray-600: hsl(209, 28%, 39%);
  --gray-500: hsl(210, 22%, 49%);
  --gray-400: hsl(209, 23%, 60%);
  --gray-300: hsl(211, 27%, 70%);
  --gray-200: hsl(210, 31%, 80%);
  --gray-100: hsl(212, 33%, 89%);
  --gray-50: hsl(206, 33%, 96%);
  --red-900: hsl(348, 94%, 20%);
  --red-800: hsl(350, 94%, 28%);
  --red-700: hsl(352, 90%, 35%);
  --red-600: hsl(354, 85%, 44%);
  --red-500: hsl(356, 75%, 53%);
  --red-400: hsl(360, 83%, 62%);
  --red-300: hsl(360, 91%, 69%);
  --red-200: hsl(360, 100%, 80%);
  --red-100: hsl(360, 100%, 87%);
  --red-50: hsl(360, 100%, 95%);
  --yellow-900: hsl(15, 86%, 30%);
  --yellow-800: hsl(22, 82%, 39%);
  --yellow-700: hsl(29, 80%, 44%);
  --yellow-600: hsl(36, 77%, 49%);
  --yellow-500: hsl(42, 87%, 55%);
  --yellow-400: hsl(44, 92%, 63%);
  --yellow-300: hsl(48, 94%, 68%);
  --yellow-200: #fce588;
  --yellow-100: hsl(48, 100%, 88%);
  --yellow-50: #fffbeb;
  --green-900: hsl(170, 97%, 15%);
  --green-800: hsl(168, 80%, 23%);
  --green-700: hsl(166, 72%, 28%);
  --green-600: hsl(164, 71%, 34%);
  --green-500: hsl(162, 63%, 41%);
  --green-400: hsl(160, 51%, 49%);
  --green-300: hsl(158, 58%, 62%);
  --green-200: hsl(156, 73%, 74%);
  --green-100: hsl(154, 75%, 87%);
  --green-50: hsl(152, 68%, 96%);
}
/*********************************************************************/
/* Variables for responsive behavior                                 */
/*********************************************************************/

:root {
  --page-padding: 20px;
  --page-max-width: 1400px;
  --responsive-flex-direction: column;
  --space-2xs: 12px;
  --space-xs: 16px;
  --space-sm: 20px;
  --space: 24px;
  --space-lg: 36px;
  --space-xl: 40px;
  --space-2xl: 48px;
  --space-3xl: 56px;
  --section-padding: 80px 0;
}

@media (min-width: 640px) {
  :root {
    --page-padding: 20px;
    --space-2xs: 14px;
    --space-xs: 18px;
    --space-sm: 22px;
    --space: 28px;
    --space-lg: 40px;
    --space-xl: 48px;
    --space-2xl: 60px;
    --space-3xl: 72px;
    --section-padding: 96px 0;
  }
}

@media (min-width: 960px) {
  :root {
    --page-padding: 28px;
    --responsive-flex-direction: row;
    --space-2xs: 16px;
    --space-xs: 20px;
    --space-sm: 24px;
    --space: 32px;
    --space-lg: 48px;
    --space-xl: 64px;
    --space-2xl: 72px;
    --space-3xl: 80px;
    --section-padding: 120px 0;
  }
}

@media (min-width: 1200px) {
  :root {
    --space-3xl: 96px;
  }
}

/*********************************************************************/
/* General styles                                                    */
/*********************************************************************/

html {
  scroll-behavior: smooth;
  scroll-padding-top: max(var(--header-fixed-height), 24px);
}

body {
  overflow-x: hidden;
}

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

[class*="vertical-alignment"]>.row-fluid,
.dnd-section>.row-fluid {
  max-width: var(--page-max-width);
  padding: 0 var(--page-padding);
  margin: 0 auto;
  display: flex;
  gap: var(--space-2xl);
  align-items: stretch;
  flex-direction: var(--responsive-flex-direction) !important;
}

[class*="vertical-alignment"]>.row-fluid .row-fluid,
.dnd-section>.row-fluid .row-fluid {
  padding: 0;
}

[class*="vertical-alignment"]>.row-fluid {
  gap: var(--space-lg);
}

/* Give the second column in the hero section 100% height. This allows us to */
/* center align content within the column without affecting the position of */
/* the page heading (which we want to stay consistent as you navigate between */
/* pages. */
main .row-number-1 .span6:last-child>.row-fluid-wrapper,
main .row-number-1 .span6:last-child>.row-fluid-wrapper>.row-fluid,
main .row-number-1 .span6:last-child>.row-fluid-wrapper>.row-fluid>.dnd-module,
main .row-number-1 .span6:last-child:not(:has(form))>.row-fluid-wrapper>.row-fluid>.dnd-module>.hs_cos_wrapper {
  /* Removed: Caused issues with center-aligning a video */
  /* Readded: Removing caused homepage image to disappear! */
  /* height: 100%; */
}

.dnd-column {
  width: 100%;
  /* flex: 1; */
  margin-left: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-2xl);
}

/* Combined with align-items: stretch, this lets us center align a hero image */
/* next to heading that doesn't move. */
.row-fluid-wrapper,
.row-fluid,
.dnd-module,
.hs_cos_wrapper {
  height: auto
}

@media (min-width: 960px) {
  .span3 {
    width: calc(25% - 0.25 * var(--space-lg));
  }

  .span4 {
    width: calc(33.3% - 0.333 * var(--space-lg));
  }

  .span5 {
    width: calc(41.7% - 0.417 * var(--space-lg));
  }

  .span6 {
    width: calc(50% - 0.5 * var(--space-lg));
  }

  .span7 {
    width: calc(58.3% - 0.583 * var(--space-lg));
  }

  .span8 {
    width: calc(66.7% - 0.667 * var(--space-lg));
  }

  .span9 {
    width: calc(75% - 0.75 * var(--space-lg));
  }

  .span12 {
    width: 100%;
    flex: 1;
  }
}


/*********************************************************************/
/* Prevent horizontal scrolling when we have content overflowing out */
/* of divs.                                                          */
/* DISABLED: Prevents sticky elemenets from working. Instead apply   */
/* overflow: hidden to specific elements                             */
/*********************************************************************/
/* .container-fluid {
  overflow: hidden;
} */

.bottom {
  margin-bottom: 0;
}
@media (max-width: 639px) {
  .hide-sm {
    display: none !important;
  }
}

@media (min-width: 640px) {
  .show-sm {
    display: none !important;
  }
}
.section-color {
  background-color: var(--blue-600);
}

.section-color,
.section-color h1,
.section-color h2,
.section-color h3,
.section-color h4,
.section-color h5,
.section-color .section-heading {
  color: #FFF;
}

.section-dark {
  background-color: var(--gray-800);
}

.section-dark,
.section-dark h1,
.section-dark h2,
.section-dark h3,
.section-dark h4,
.section-dark h5,
.section-dark .section-heading {
  color: #FFF;
}

.section-gradient {
  background-color: var(--blue-600);
  background: linear-gradient(174deg, var(--blue-600) 5%, var(--blue-600) 25%, var(--blue-700) 25%);
}

.section-gradient-40 {
  background-color: var(--blue-600);
  background: linear-gradient(174deg, var(--blue-600) 35%, var(--blue-600) 65%, var(--blue-700) 65%);
}

.section-light {
  background-color: var(--blue-50);
}

.section-hero .button-bar {
  margin-top: calc(-1 * var(--space-sm));
}

:root {
  --button-small-padding: 8px 12px;
}

/* @media (min-width: 640px) {
  :root {
  }
} */

@media (min-width: 960px) {
  :root {
    --button-small-padding: 12px 15px;
  }
}

/* Standard */

.buttons {
  display: flex;
  gap: 12px;
}

.button,
.hs-button {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  text-align: center;
  white-space: normal;
  font-weight: 600;
  border-radius: 999px;
  border: none;
}

.hs-button {
  border-radius: 6px;
}

/* Sizes */

.button,
.hs-button {
  padding: 12px 16px;
  font-size: 14px;
  line-height: 17px;
}

.button--small {
  padding: 8px 12px;
  font-size: 13px;
  line-height: 16px;
}

.button--large {
  padding: 16px 20px;
  font-size: 15px;
  line-height: 18px;
}

@media (min-width: 640px) {
  .button,
  .hs-button {
    padding: 16px 20px;
    font-size: 15px;
    line-height: 18px;
  }

  .button--small {
    padding: 12px 15px;
    font-size: 14px;
    line-height: 17px;
  }

  .button--large {
    padding: 18px 24px;
    font-size: 16px;
    line-height: 20px;
  }
}

@media (min-width: 960px) {
  .button,
  .hs-button {
    padding: 16px 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .button--small {
    padding: 12px 15px;
    font-size: 15px;
    line-height: 18px;
  }

  .button--large {
    padding: 16px 20px;
    font-size: 18px;
    line-height: 22px;
  }
}

@media (min-width: 1200px) {}

/* Colors */

.button,
.hs-button {
  background-color: var(--blue-600);
  border: 3px solid var(--blue-600);
  color: #FFF;
}

.button:hover,
.button:active,
.hs-button:hover,
.hs-button:active {
  background-color: var(--blue-500);
  border-color: var(--blue-500);
  color: #FFF;
}

.button--highlight {
  background-color: var(--green-600);
  border-color: var(--green-600);
}

.button--highlight:hover,
.button--highlight:active {
  background-color: var(--green-500);
  border-color: var(--green-500);
}

.button--outline {
  background-color: rgb(255,255,255,0.5);
  color: var(--blue-800);
  border-color: var(--blue-600);
}
.button--outline:hover,
.button--outline:active {
  color: var(--blue-800);
  background-color: var(--blue-50);
}
.dnd-column:has(form):not(:has(.guide-content)):not(:has(.dnd-column)) {
  background-color: var(--gray-50);
  padding: var(--space-lg);
  border-radius: 16px;
  gap: var(--space-lg);
}

form {
  /* margin-top: calc(-0.5 * var(--space-lg)); */
}

/* Form title */

.form-title {
  margin: 0;
}

.form-title~div>form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Labels */

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

/* Form fields */

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

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='file'],
input[type='search'],
textarea {
  display: inline-block;
  width: 100% !important;
  font-size: 16px;
  line-height: 24px;
  padding: 9px;
  border: 1px solid var(--gray-300);
  /* stylelint-disable-line declaration-no-important */
}

select {
  display: inline-block;
  width: 100% !important;
  font-size: 16px;
  height: 48px;
  padding: 8px;
  border: 1px solid var(--gray-300);
  border-right: 8px solid transparent; /* Adds padding to RHS of arrow */
  /* stylelint-disable-line declaration-no-important */
}

fieldset {
  max-width: 100% !important;
  /* stylelint-disable-line declaration-no-important */
}

/* Form fields - checkbox/radio */

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

.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;
}

/* Form fields - date picker */

form .hs-dateinput {
  position: relative;
}

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

form .is-selected .pika-button {
  border-radius: 0 !important;
  /* stylelint-disable-line declaration-no-important */
  box-shadow: none !important;
  /* stylelint-disable-line declaration-no-important */
}

form .fn-date-picker .pika-button:hover,
form .fn-date-picker .pika-button:focus {
  border-radius: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}

/* Form fields - 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.8rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  height: auto;
  max-width: 100% !important;
  /* stylelint-disable-line declaration-no-important */
}

/* GDPR */

form .legal-consent-container .hs-form-booleancheckbox-display>span {
  margin-left: 1rem !important;
  /* stylelint-disable-line declaration-no-important */
}

/* Validation */

form .hs-form-required {
  color: var(--red-500);
}

form .hs-input.error {
  border-color: var(--red-500);
}

form .hs-error-msg,
form .hs-error-msgs {
  color: var(--red-500);
  margin-top: 4px;
  font-size: 0.9em;
  font-weight: 500;
}

/* 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 !important;
  /* stylelint-disable-line declaration-no-important */
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

.hs_submit {
  margin-top: var(--space-sm);
}
/* Table */

table {
  border-collapse: separate !important;
  margin: 2.1em 0;
  overflow-wrap: break-word;
  border: none !important;
  border-spacing: 0;
}

table:first-child {
  margin-top: 0;
}

/* Table rows */

tr {
  height: auto !important; /* Overide styling added by Hubspot editor */
}

/* Table cells */

th,
td {
  background: white;
  padding: 0.7rem !important; /* Overide styling added by Hubspot editor */
  height: auto !important; /* Overide styling added by Hubspot editor */
  vertical-align: top;
  border-bottom: 1px solid var(--gray-100);
  border-right: 1px solid var(--gray-100);
}
th:first-child,
td:first-child {
  border-left: 1px solid var(--gray-100);
}

td > :last-child,
td > :last-child > :last-child {
  margin-bottom: 0;
}

tr:first-child {
  position: sticky;
  top: 0;
  /* box-shadow: 0px 2px 2px 0px rgba(16, 42, 66, 0.2); */
}

table > :first-child > td,
table > :first-child > th,
table > :first-child > :first-child > td,
table > :first-child > :first-child > th {
  background: var(--blue-500) !important;
  border-top: 1px solid var(--blue-600);
  border-bottom: 1px solid var(--blue-600);
  border-right: 1px solid var(--blue-600);
  color: white;
}

table > :first-child > td:first-child,
table > :first-child > th:first-child,
table > :first-child > :first-child>td:first-child,
table > :first-child > :first-child>th:first-child {
  border-left: 1px solid var(--blue-600);
}

tr:has(h6) td {
  background: var(--gray-50) !important;
}

tr h6 {
  font-size: 1em;
  font-weight: bold;
  text-transform: none;
  margin: 0;
}

/* Table header */

thead th,
thead td {
  vertical-align: bottom;
}
[data-tooltip] {
  position: relative;
}

.tooltip {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--gray-800);
  padding: 8px;
  font-size: var(--xs-font-size);
  line-height: 1.3;
  color: var(--gray-50);
  white-space: nowrap;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 200ms;
  transition-delay: 500ms;
}

.tooltip:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	border-top-color: var(--gray-800);
	border-width: 8px;
	margin-left: -8px;
}

[data-tooltip]:hover .tooltip {
  opacity: 1;
}

.tooltip-success:after {
  display: none;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(/hubfs/26911114/fonts/Lato-Regular.woff2) format('woff2');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 500;
  src: url(/hubfs/26911114/fonts/Lato-Medium.woff2) format('woff2');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  src: url(/hubfs/26911114/fonts/Lato-Semibold.woff2) format('woff2');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url(/hubfs/26911114/fonts/Lato-Bold.woff2) format('woff2');
}

/*********************************************************************/
/* Variables for responsive behavior                                 */
/*********************************************************************/

:root {
  --font-size: 15px;
  --h1-font-size: 40px;
  --h2-font-size: 32px;
  --h3-font-size: 24px;
  --h4-font-size: 20px;
  --h5-font-size: 16px;
  --h1-subheading-font-size: 16px;
  --h2-subheading-font-size: 16px;
  --sm-font-size: 14px;
  --xs-font-size: 13px;
}

/* @media (min-width: 640px) {
  :root {
    --font-size: 16px;
    --h1-font-size: 48px;
    --h2-font-size: 36px;
    --h3-font-size: 28px;
    --h4-font-size: 20px;
    --h5-font-size: 18px;
    --h1-subheading-font-size: 18px;
    --h2-subheading-font-size: 16px;
    --sm-font-size: 15px;
    --xs-font-size: 14px;
  }
} */

@media (min-width: 640px) {
  :root {
    --font-size: 16px;
    --h1-font-size: 56px;
    --h2-font-size: 40px;
    --h3-font-size: 32px;
    --h4-font-size: 24px;
    --h5-font-size: 19px;
    --h1-subheading-font-size: 20px;
    --h2-subheading-font-size: 18px;
    --sm-font-size: 15px;
    --xs-font-size: 14px;
    --header-br-display: inline;
  }
}

@media (min-width: 960px) {
  :root {
    --font-size: 18px;
    --h1-font-size: 64px;
    --h2-font-size: 40px;
    --h3-font-size: 32px;
    --h4-font-size: 28px;
    --h5-font-size: 20px;
    --h1-subheading-font-size: 22px;
    --h2-subheading-font-size: 20px;
    --sm-font-size: 16px;
    --xs-font-size: 15px;
    --header-br-display: inline;
  }
}

/*********************************************************************/
/* Element styles                                                    */
/*********************************************************************/

/* Document */

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


body {
  font-family: Lato, sans-serif;
  font-size: var(--font-size);
  line-height: 1.5;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  color: var(--gray-900);
}

/* Paragraphs */

p {
  margin: 0 0 1.4em;
}

/* Anchors */

a {
  cursor: pointer;
  outline: none;
  color: var(--blue-600);
  text-decoration: none;
}

a:hover {
  color: var(--blue-500);
}

/* Headings */
.hero h1 {
  font-size: var(--hero-h1-font-size);
  line-height: calc(var(--hero-h1-font-size) + 4px);
  margin: 0 0 var(--space-sm);
}

.hero .subheading { /* subheading */
  font-size: var(--hero-subheading-font-size);
  line-height: 1.5;
  font-weight: 500;
  color: var(--gray-600);
}

.span6 .hero .subheading {
  max-width: var(--span6-hero-subheading-max-width);
}

h1 {
  font-size: var(--h1-font-size);
  line-height: 1.125;
  letter-spacing: -1px;
  margin-top: 1.25em;
  margin-bottom: 0.5em;
}

h2 {
  font-size: var(--h2-font-size);
  line-height: 1.2;
  margin-top: 1.28em;
  margin-bottom: 0.65em;
}

.subheading {
  font-size: var(--subheading-font-size);
  line-height: 1.5;
  font-weight: 500;
  color: var(--gray-600);
}

.subheading p {
  margin-bottom: 0;
}

h3 {
  font-size: var(--h3-font-size);
  line-height: 1.25em;
  margin-top: 1.5em;
  margin-bottom: 0.75em;
}

h4 {
  font-size: var(--h4-font-size);
  line-height: 1.36;
  margin-top: 1.64em;
  margin-bottom: 1em;
}

h5 {
  font-size: var(--h5-font-size);
  line-height: 1.4;
  margin-top: 1.8em;
  margin-bottom: 1.1em;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: -0.01em;
}

h1+h2,
h2+h3,
h3+h4,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
.top {
  margin-top: 0;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4em;
  padding-left: 1rem;
}

ul li,
ol li {
  margin: 0.7em;
}

ul ul,
ol ul,
ul ol,
ol ol {
  /* margin: 1.4em 0; */
}

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

.no-list li {
  margin: 0;
}

.stars {
  margin: -40px 0 40px;
  font-size: var(--h2-subheading-font-size);
}
.stars li {
  position: relative;
  margin: 1em 0 1em 28px;
  list-style-type: none;
}

.stars li::before {
  content: '';
  position: absolute;
  left: -38px;
  top: 1px;
  width: 28px;
  height: 28px;
  background: url('https://26911114.fs1.hubspotusercontent-eu1.net/hubfs/26911114/website/bullet.png');
  background-size: 100% 100%;
}

dt {
  font-weight: 600;
}

dd {
  display: block;
  margin-left: 1.5em;
  margin-bottom: 1em;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 0.4em solid var(--gray-100);
  margin: 0 0 1.4em;
  padding: 0.5em 0 0.5em 1em;
  font-size: 1.1em;
}

blockquote > :last-child {
  margin-bottom: 0;
}

/* Horizontal rules */

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

/* Subscripts and superscripts */

/* We use the subscript tag as a hacky way of making text small, which otherwise isn't possible in the Hubspot text editor */

sub {
  font-size: var(--sm-font-size);
}
/*
sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
} */

/* Image alt text */

img {
  word-break: normal;
}

.meetings-iframe-container {
  margin: calc(-1 * var(--space)) 0;
}

.hs-image__grid__list__item {
  box-shadow: var(--box-shadow-sm);
}

.hs-image__grid__list__item__image {
  object-position: top;
}