/*!********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/normalize.css/normalize.css ***!
  \********************************************************************************************************************/
/*! 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;
}

/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/flickity/dist/flickity.css ***!
  \*******************************************************************************************************************/
/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[3]!./node_modules/import-glob-loader/index.js!./src/sass/app.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "fontello";
  src: url("https://25610693.fs1.hubspotusercontent-eu1.net/hubfs/25610693/raw_assets/public/thermo-calc-theme-2/dist/assets/fontello/fontello.eot?1678434");
  src: url("https://25610693.fs1.hubspotusercontent-eu1.net/hubfs/25610693/raw_assets/public/thermo-calc-theme-2/dist/assets/fontello/fontello.eot?1678434#iefix") format("embedded-opentype"), url("https://25610693.fs1.hubspotusercontent-eu1.net/hubfs/25610693/raw_assets/public/thermo-calc-theme-2/dist/assets/fontello/fontello.woff2?1678434") format("woff2"), url("https://25610693.fs1.hubspotusercontent-eu1.net/hubfs/25610693/raw_assets/public/thermo-calc-theme-2/dist/assets/fontello/fontello.woff?1678434") format("woff"), url("https://25610693.fs1.hubspotusercontent-eu1.net/hubfs/25610693/raw_assets/public/thermo-calc-theme-2/dist/assets/fontello/fontello.ttf?1678434") format("truetype"), url("https://25610693.fs1.hubspotusercontent-eu1.net/hubfs/25610693/raw_assets/public/thermo-calc-theme-2/dist/assets/fontello/fontello.svg?1678434#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url("https://25610693.fs1.hubspotusercontent-eu1.net/hubfs/25610693/raw_assets/public/thermo-calc-theme-2/dist/assets/fontello/fontello.svg?1678434#fontello") format('svg');
  }
}
*/
[class^=icon-]:before,
[class*=" icon-"]:before,
[class^=icon-]:after,
[class*=" icon-"]:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-facebook:before {
  content: "\e800";
}

/* '' */
.icon-twitter:before {
  content: "\e801";
}

/* '' */
.icon-left:before {
  content: "\e802";
}

/* '' */
.icon-linkedin:before {
  content: "\e803";
}

/* '' */
.icon-mail:before {
  content: "\e804";
}

/* '' */
.icon-phone:before {
  content: "\e805";
}

/* '' */
.icon-globe:before {
  content: "\e806";
}

/* '' */
.icon-play:before {
  content: "\e806";
}

/* '' */
.icon-home:before {
  content: "\e807";
}

/* '' */
.icon-search:before {
  content: "\e808";
}

/* '' */
.icon-clock:before {
  content: "\e809";
}

/* '' */
.icon-quote:before {
  content: "\e80a";
}

/* '' */
.icon-check:before {
  content: "\e80b";
}

/* '' */
.icon-location:before {
  content: "\e80c";
}

/* '' */
.icon-info:before {
  content: "\e815";
}

/* '' */
.icon-arrow-down:before {
  content: "\e816";
}

/* '' */
.icon-arrow-left:before {
  content: "\e817";
}

/* '' */
.icon-arrow-right:before {
  content: "\e818";
}

/* '' */
.icon-arrow-up:before {
  content: "\e819";
}

/* '' */
.icon-close:before {
  content: "\e81a";
}

/* '' */
.icon-spinner:before {
  content: "\e834";
}

/* '' */
.icon-rss:before {
  content: "\f09e";
}

/* '' */
.icon-document:before {
  content: "\f0f6";
}

/* '' */
.icon-right:before {
  content: "\f105";
}

/* '' */
.icon-up:before {
  content: "\f106";
}

/* '' */
.icon-down:before {
  content: "\f107";
}

/* '' */
.icon-youtube:before {
  content: "\f16a";
}

/* '' */
.icon-instagram:before {
  content: "\f16d";
}

/* '' */
.icon-pdf:before {
  content: "\f1c1";
}

/* '' */
.icon-excel:before {
  content: "\f1c3";
}

/* '' */
.icon-powerpoint:before {
  content: "\f1c4";
}

/* '' */
.icon-image:before {
  content: "\f1c5";
}

/* '' */
.icon-zip:before {
  content: "\f1c6";
}

/* '' */
.icon-pinterest:before {
  content: "\f231";
}

/* '' */
.icon-vimeo:before {
  content: "\f27d";
}

/* '' */
.icon-facebook.icon--after:after {
  content: "\e800";
}

.icon-twitter.icon--after:after {
  content: "\e801";
}

.icon-left.icon--after:after {
  content: "\e802";
}

.icon-linkedin.icon--after:after {
  content: "\e803";
}

.icon-mail.icon--after:after {
  content: "\e804";
}

.icon-phone.icon--after:after {
  content: "\e805";
}

.icon-globe.icon--after:after {
  content: "\e806";
}

.icon-play.icon--after:after {
  content: "\e806";
}

.icon-home.icon--after:after {
  content: "\e807";
}

.icon-search.icon--after:after {
  content: "\e808";
}

.icon-clock.icon--after:after {
  content: "\e809";
}

.icon-quote.icon--after:after {
  content: "\e80a";
}

.icon-check.icon--after:after {
  content: "\e80b";
}

.icon-location.icon--after:after {
  content: "\e80c";
}

.icon-info.icon--after:after {
  content: "\e815";
}

.icon-arrow-down.icon--after:after {
  content: "\e816";
}

.icon-arrow-left.icon--after:after {
  content: "\e817";
}

.icon-arrow-right.icon--after:after {
  content: "\e818";
}

.icon-arrow-up.icon--after:after {
  content: "\e819";
}

.icon-close.icon--after:after {
  content: "\e81a";
}

.icon-spinner.icon--after:after {
  content: "\e834";
}

.icon-rss.icon--after:after {
  content: "\f09e";
}

.icon-document.icon--after:after {
  content: "\f0f6";
}

.icon-right.icon--after:after {
  content: "\f105";
}

.icon-up.icon--after:after {
  content: "\f106";
}

.icon-down.icon--after:after {
  content: "\f107";
}

.icon-youtube.icon--after:after {
  content: "\f16a";
}

.icon-instagram.icon--after:after {
  content: "\f16d";
}

.icon-pdf.icon--after:after {
  content: "\f1c1";
}

.icon-excel.icon--after:after {
  content: "\f1c3";
}

.icon-powerpoint.icon--after:after {
  content: "\f1c4";
}

.icon-image.icon--after:after {
  content: "\f1c5";
}

.icon-zip.icon--after:after {
  content: "\f1c6";
}

.icon-pinterest.icon--after:after {
  content: "\f231";
}

.icon-vimeo.icon--after:after {
  content: "\f27d";
}

.icon--after:before {
  content: normal;
}
:root {
  --site-width-min: 90vw;
  --site-width-max: 1280px;
  --scrollbar-width: 0px;
  --body-bg: #fff;
  --color-primary-dark: #1A234E;
  --color-primary-light: #132576;
  --color-primary-yellow: #F3E500;
  --color-secondary-dark: #BF3423;
  --color-secondary-light: #EE3524;
  --color-border: #aaa;
  --color-overlay: rgba(0, 0, 0, .6);
  --color-gray: #888;
  --color-white: #fff;
  --color-lightgray: #F7F7F7;
  --color-checklist: #8CD7A8;
  --color-error: #FF1313;
  --color-warning: #FFB547;
  --color-success: #56D014;
  --spacing-x-small: 0.25rem;
  --spacing-small: 0.75rem;
  --spacing-medium: 1.5rem;
  --spacing-large: 3rem;
  --spacing-x-large: 5rem;
  --container-margin: 6rem;
  --grid-gap: 3rem;
  --section-padding: 6rem;
  --border-radius: 0.25rem;
  --shadow-small: 0 0.4rem 0.6rem 0 rgba(46, 77, 100, 0.39);
  --shadow-medium: 0 0.6rem 1.2rem rgba(0, 0, 0, 0.2), 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  --shadow-large: 0 3.75rem 8.75rem -2.5rem rgba(0, 0, 0, 0.25), 0 3.75rem 7.5rem -1.25rem rgba(0, 0, 0, 0.25);
  --easing: ease;
  --body-font-size: max(1rem, min(1.48vw, 1.125rem));
  --body-font-family: "Overpass", sans-serif;
  --body-font-weight: normal;
  --body-font-style: normal;
  --body-line-height: 1.35;
  --body-letter-spacing: -0.01em;
  --body-text-transform: none;
  --text-color: #222;
  --text-decoration-color: initial;
  --text-decoration-thickness: 1px;
  --text-underline-offset: 0.25rem;
  --font-size-x-small: 0.875rem;
  --font-size-small: 1rem;
  --font-size-large: 1.31rem;
  --font-size-display: 7rem;
  --font-size-display-2: 6rem;
  --font-size-display-3: 5rem;
  --font-size-kicker: max(1.31rem, min(2.7vw, 2rem));
  --selection-bg: var(--color-primary-dark);
  --selection-color: #fff;
  --link-color: var(--color-secondary-light);
  --link-color-hover: var(--color-secondary-dark);
  --link-decoration: underline;
  --h1-size: max(3rem, min(4.44vw, 4rem));
  --h2-size: max(2.5rem, min(3.7vw, 3rem));
  --h3-size: 2.5rem;
  --h4-size: 2rem;
  --h5-size: 1.5rem;
  --h6-size: 1.125rem;
  --heading-font-family: "Century Gothic Bold";
  --heading-font-weight: 700;
  --heading-font-style: normal;
  --heading-line-height: 1.2;
  --heading-letter-spacing: -0.01em;
  --heading-text-transform: none;
  --heading-color: #132576;
  --heading-margin: 1.5rem;
  --button-color: #EE3524;
  --button-color-hover: #BF3423;
  --button-color-secondary: #132576;
  --button-color-hover-secondary: #1A234E;
  --button-padding-x: 3.125rem;
  --button-padding-y: 1rem;
  --button-font-size: 1.125rem;
  --button-font-family: "Inter", sans-serif;
  --button-font-weight: bold;
  --button-letter-spacing: -0.01em;
  --button-line-height: 1.5;
  --button-text-transform: none;
  --button-text-color: #fff;
  --button-border-width: 2px;
  --button-border-style: solid;
  --button-border-radius: 10rem;
  --button-transition-duration: 0.25s;
  --button-shadow: none;
  /*	--dialog-background: white;
  	--dialog-width: 40rem;
  	--dialog-padding: var(--spacing-large);
  	--dialog-shadow: var(--shadow-large);
  	--dialog-close-button-size: 2rem;
  	--dialog-close-button-color: var(--text-color);
  	--dialog-backdrop-color: var(--color-overlay);
  	--dialog-animation-duration: 0.5s; */
  --form-field-bg: white;
  --form-field-focus-bg: var(--form-field-bg);
  --form-field-hover-bg: rgba(226, 222, 222, 0.771);
  --form-field-padding-x: 1.25rem;
  --form-field-padding-y: 0.75rem;
  --form-field-font-size: var(--body-font-size);
  --form-field-font-family: var(--body-font-family);
  --form-field-font-weight: var(--body-font-weight);
  --form-field-letter-spacing: var(--body-letter-spacing);
  --form-field-line-height: var(--body-line-height);
  --form-field-text-color: var(--text-color);
  --form-field-border-width: 1px;
  --form-field-border-style: solid;
  --form-field-border-radius: var(--border-radius);
  --form-field-border-color: var(--color-border);
  --form-field-hover-border-color: var(--color-primary-dark);
  --form-field-focus-border-color: var(--color-primary-dark);
  --select-arrow-size: 0.5rem;
  --placeholder-color: var(--color-gray, #999);
  /*	--burger-menu-size: 24px;
  	--burger-menu-thickness: 2px; */
  /*	--slideshow-gap: 2rem;
  	--slideshow-per-page: 1; // Use this to change number of slides per page
  	--slideshow-arrow-size: 2rem;
  	--slideshow-bullet-margin: 3rem;
  	--slideshow-bullet-spacing: 0.5rem;
  	--slideshow-bullet-color: #999;
  	--slideshow-bullet-size: 0.5rem;
  	--slideshow-bullet-color-active: var(--color-primary, #f90); */
}

@font-face {
  font-family: "Century Gothic";
  src: url("https://25610693.fs1.hubspotusercontent-eu1.net/hubfs/25610693/raw_assets/public/thermo-calc-theme-2/dist/assets/fonts/CenturyGothicRegular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Century Gothic Bold";
  src: url("https://25610693.fs1.hubspotusercontent-eu1.net/hubfs/25610693/raw_assets/public/thermo-calc-theme-2/dist/assets/fonts/CenturyGothicBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --site-width: min(
  	var(--site-width-min, 90vw),
  	var(--site-width-max, 1280px)
  );
  --site-padding: calc(
  	(
  		100vw -
  		var(--scrollbar-width) -
  		var(--site-width)
  	) / 2
  );
}
*,
::before,
::after {
  box-sizing: border-box;
  text-decoration-color: var(--text-decoration-color, initial);
  text-decoration-thickness: var(--text-decoration-thickness, initial);
  text-underline-offset: var(--text-underline-offset, initial);
}

::-moz-selection {
  background-color: var(--selection-bg, var(--color-primary, initial));
  color: var(--selection-color, initial);
}

::selection {
  background-color: var(--selection-bg, var(--color-primary, initial));
  color: var(--selection-color, initial);
}

html {
  background: var(--body-bg, white);
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: var(--body-font-family, sans-serif);
  font-weight: var(--body-font-weight, normal);
  font-style: var(--body-font-style, normal);
  line-height: var(--body-line-height, 1.6);
  letter-spacing: var(--body-letter-spacing, 0);
  text-transform: var(--body-text-transform, none);
  font-size: var(--body-font-size, 1rem);
  color: var(--text-color, black);
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  display: block;
  font-family: var(--heading-font-family, inherit);
  font-weight: var(--heading-font-weight, bold);
  font-style: var(--heading-font-style, normal);
  line-height: var(--heading-line-height, 1.2);
  letter-spacing: var(--heading-letter-spacing, 0);
  text-transform: var(--heading-text-transform, none);
  margin: 0 0 var(--heading-margin, var(--spacing-medium, 1.5rem));
  font-size: var(--h1-size, 3rem);
  color: var(--heading-color, inherit);
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,.h1 a,.h2 a,.h3 a,.h4 a,.h5 a,.h6 a {
  color: var(--heading-color, inherit);
}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover,.h1 a:hover,.h2 a:hover,.h3 a:hover,.h4 a:hover,.h5 a:hover,.h6 a:hover {
  color: var(--heading-color, inherit);
}

h1,
.h1 {
  font-size: var(--h1-size, 3rem);
}

h2,
.h2 {
  font-size: var(--h2-size, 2.2rem);
}

h3,
.h3 {
  font-size: var(--h3-size, 1.8rem);
}

h4,
.h4 {
  font-size: var(--h4-size, 1.4rem);
}

h5,
.h5 {
  font-size: var(--h5-size, 1.2rem);
}

h6,
.h6 {
  font-size: var(--h6-size, 1rem);
}

a {
  color: var(--link-color, blue);
  text-decoration-line: var(--link-decoration, none);
  transition: all var(--link-transition-duration, 0.25s) var(--easing);
  cursor: pointer;
}
a:hover {
  color: var(--link-color-hover, darkblue);
}

p {
  margin: 0 0 var(--spacing-medium, 1.5rem);
}

pre {
  background: #111;
  margin: 0 0 var(--spacing-medium, 1.5rem);
  padding: var(--spacing-medium, 1.5rem);
  max-height: 30rem;
  overflow: auto;
  color: white;
}

ul,
ol {
  margin: 0 0 var(--spacing-medium, 1.5rem) var(--spacing-large, 3rem);
  padding: 0;
}

dl {
  margin: 0 0 var(--spacing-medium, 1.5rem);
}

p[\:has\(\%3E\%20img\:only-child\)],
p[\:has\(\%3E\%20video\:only-child\)],
figure {
  margin: 0 0 var(--spacing-medium, 1.5rem);
}

p:has(> img:only-child),
p:has(> video:only-child),
figure {
  margin: 0 0 var(--spacing-medium, 1.5rem);
}
p[\:has\(\%3E\%20img\:only-child\)] img,
p[\:has\(\%3E\%20img\:only-child\)] video,
p[\:has\(\%3E\%20video\:only-child\)] img,
p[\:has\(\%3E\%20video\:only-child\)] video,
figure img,
figure video {
  display: block;
  width: 100%;
}
p:has(> img:only-child) img,
p:has(> img:only-child) video,
p:has(> video:only-child) img,
p:has(> video:only-child) video,
figure img,
figure video {
  display: block;
  width: 100%;
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
}

blockquote {
  margin: 0 0 var(--spacing-medium, 1.5rem);
}

hr {
  margin: var(--spacing-large) 0;
  border: 1px solid var(--color-border);
  border-top: 0;
}

.container {
  --site-width: min(
  	var(--site-width-min, 90vw),
  	var(--site-width-max, 1280px)
  );
  --site-padding: calc(
  	(
  		100vw -
  		var(--scrollbar-width) -
  		var(--site-width)
  	) / 2
  );
  width: var(--site-width);
  margin: var(--container-margin, 6rem) auto;
}

input,
select,
textarea {
  accent-color: var(--color-primary, auto);
}

input[type=text],input[type=password],input[type=search],input[type=email],input[type=url],input[type=tel],input[type=number],input[type=date],input[type=month],input[type=week],input[type=time],input[type=datetime],input[type=datetime-local],
select,
textarea {
  background-color: var(--form-field-bg, white);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: var(--form-field-padding-y, 0.75rem) var(--form-field-padding-x, 1.25rem);
  font-size: var(--form-field-font-size, var(--body-font-size, inherit));
  font-family: var(--form-field-font-family, var(--body-font-family, inherit));
  font-weight: var(--form-field-font-weight, var(--body-font-weight, inherit));
  letter-spacing: var(--form-field-letter-spacing, var(--body-letter-spacing, inherit));
  line-height: var(--form-field-line-height, var(--body-line-height, inherit));
  text-transform: none;
  text-decoration: none;
  text-align: left;
  color: var(--form-field-text-color, var(--text-color, inherit));
  transition: all var(--form-field-transition-duration, 0.25s) var(--easing);
  border-width: var(--form-field-border-width, 1px);
  border-style: var(--form-field-border-style, solid);
  border-color: var(--form-field-border-color, var(--color-border, black));
  border-radius: var(--form-field-border-radius, var(--border-radius, 0));
}
input[type=text]:hover,input[type=password]:hover,input[type=search]:hover,input[type=email]:hover,input[type=url]:hover,input[type=tel]:hover,input[type=number]:hover,input[type=date]:hover,input[type=month]:hover,input[type=week]:hover,input[type=time]:hover,input[type=datetime]:hover,input[type=datetime-local]:hover,
select:hover,
textarea:hover {
  background-color: var(--form-field-hover-bg, var(--form-field-bg, white));
  border-color: var(--form-field-hover-border-color, var(--color-primary, blue));
}
input[type=text]:focus,input[type=password]:focus,input[type=search]:focus,input[type=email]:focus,input[type=url]:focus,input[type=tel]:focus,input[type=number]:focus,input[type=date]:focus,input[type=month]:focus,input[type=week]:focus,input[type=time]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,
select:focus,
textarea:focus {
  background-color: var(--form-field-focus-bg, var(--form-field-bg, white));
  border-color: var(--form-field-focus-border-color, var(--color-primary, blue));
  outline: 0;
}

select {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 40 40"><polygon points="2.7,14.4 6.8,10.3 20,23.5 33.2,10.3 37.3,14.4 20,31.7 "/></svg>');
  background-repeat: no-repeat;
  background-position: right var(--form-field-padding-x, 1.25rem) top 50%;
  background-size: var(--select-arrow-size, 0.5rem) auto;
  padding-right: calc(var(--form-field-padding-x, 1.25rem) * 2 + var(--select-arrow-size, 0.5rem));
}

textarea {
  resize: vertical;
}
textarea:not([rows]) {
  height: 12rem;
}

::-moz-placeholder {
  color: var(--placeholder-color, var(--color-gray, #999));
}

::placeholder {
  color: var(--placeholder-color, var(--color-gray, #999));
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.form-title:empty {
  display: none;
}

.hs-form fieldset {
  max-width: none !important;
}
.hs-form .hs-input {
  width: 100% !important;
}
.hs-form .hs-input[type=radio], .hs-form .hs-input[type=checkbox] {
  width: auto !important;
  margin-right: var(--spacing-x-small, 0.5rem);
}
.hs-form .legal-consent-container .hs-form-booleancheckbox-display input {
  float: none !important;
  width: auto !important;
  margin-right: var(--spacing-small, 0.75rem);
}
.hs-form .legal-consent-container .hs-form-booleancheckbox-display > span {
  display: inline;
  margin: 0;
}
.hs-form .legal-consent-container .field.hs-form-field {
  margin: 0 0 var(--form-field-spacing, var(--spacing-medium));
}
.hs-form .legal-consent-container .hs-error-msgs label {
  color: var(--color-error) !important;
}
.hs-form fieldset.form-columns-1 .hs-form-field,
.hs-form fieldset.form-columns-2 .hs-form-field,
.hs-form fieldset.form-columns-3 .hs-form-field,
.hs-form fieldset.form-columns-4 .hs-form-field,
.hs-form fieldset.form-columns-5 .hs-form-field,
.hs-form fieldset.form-columns-6 .hs-form-field,
.hs-form fieldset.form-columns-7 .hs-form-field,
.hs-form fieldset.form-columns-8 .hs-form-field {
  width: auto !important;
  float: none !important;
}
.hs-form fieldset.form-columns-1 .input,
.hs-form fieldset.form-columns-2 .input,
.hs-form fieldset.form-columns-3 .input,
.hs-form fieldset.form-columns-4 .input,
.hs-form fieldset.form-columns-5 .input,
.hs-form fieldset.form-columns-6 .input,
.hs-form fieldset.form-columns-7 .input,
.hs-form fieldset.form-columns-8 .input {
  margin: 0 !important;
}
@media (min-width: 768px) {
  .hs-form fieldset.form-columns-2 .hs-form-field {
    float: left !important;
    width: calc(50% - 0.5rem) !important;
    margin-right: 1rem;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:last-child {
    margin-right: 0;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field {
    float: left !important;
    width: calc(33.3333333333% - 0.6666666667rem) !important;
    margin-right: 1rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:last-child {
    margin-right: 0;
  }
  .hs-form fieldset.form-columns-4 .hs-form-field {
    float: left !important;
    width: calc(25% - 0.75rem) !important;
    margin-right: 1rem;
  }
  .hs-form fieldset.form-columns-4 .hs-form-field:last-child {
    margin-right: 0;
  }
  .hs-form fieldset.form-columns-5 .hs-form-field {
    float: left !important;
    width: calc(20% - 0.8rem) !important;
    margin-right: 1rem;
  }
  .hs-form fieldset.form-columns-5 .hs-form-field:last-child {
    margin-right: 0;
  }
  .hs-form fieldset.form-columns-6 .hs-form-field {
    float: left !important;
    width: calc(16.6666666667% - 0.8333333333rem) !important;
    margin-right: 1rem;
  }
  .hs-form fieldset.form-columns-6 .hs-form-field:last-child {
    margin-right: 0;
  }
  .hs-form fieldset.form-columns-7 .hs-form-field {
    float: left !important;
    width: calc(14.2857142857% - 0.8571428571rem) !important;
    margin-right: 1rem;
  }
  .hs-form fieldset.form-columns-7 .hs-form-field:last-child {
    margin-right: 0;
  }
  .hs-form fieldset.form-columns-8 .hs-form-field {
    float: left !important;
    width: calc(12.5% - 0.875rem) !important;
    margin-right: 1rem;
  }
  .hs-form fieldset.form-columns-8 .hs-form-field:last-child {
    margin-right: 0;
  }
}

.hs-form-field {
  display: block;
  margin: 0 0 var(--form-field-spacing, var(--spacing-medium));
}
.hs-form-field > label,
.hs-form-field > legend {
  display: block;
  margin: 0 0 var(--spacing-small, 0.75rem);
}
.hs-form-field ul.inputs-list {
  margin: 0;
  list-style: none;
}
.hs-form-field ul.inputs-list li {
  display: inline-block;
  margin: 0 var(--spacing-medium) var(--spacing-medium) 0;
}
.hs-form-field ul.inputs-list li:last-child {
  margin: 0;
}
.hs-form-field ul.hs-error-msgs {
  margin: var(--spacing-small, 0.75rem) 0 0;
  list-style: none;
}
.hs-form-field ul.hs-error-msgs li {
  display: block;
  margin: 0 0 var(--spacing-small);
}
.hs-form-field ul.hs-error-msgs li:last-child {
  margin-bottom: 0;
}
.hs-form-field .hs-error-msg {
  color: var(--color-error);
}

.hs_error_rollup {
  display: none;
}

.grid,
[class*=grid--] {
  --grid-cols: 1;
  display: grid;
  gap: var(--grid-row-gap, var(--grid-gap, 3rem)) var(--grid-column-gap, var(--grid-gap, 3rem));
  grid-template-columns: repeat(var(--grid-cols), minmax(0, 1fr));
}

.grid--2 {
  --grid-cols: 2;
}

.grid--3 {
  --grid-cols: 3;
}

.grid--4 {
  --grid-cols: 4;
}

.grid--5 {
  --grid-cols: 5;
}

.grid--6 {
  --grid-cols: 6;
}

@media (min-width: 768px) {
  [class*="tablet:grid--"] {
    --grid-cols: 1;
    display: grid;
    gap: var(--grid-row-gap, var(--grid-gap, 3rem)) var(--grid-column-gap, var(--grid-gap, 3rem));
    grid-template-columns: repeat(var(--grid-cols), minmax(0, 1fr));
  }
  .tablet\:grid--2 {
    --grid-cols: 2;
  }
  .tablet\:grid--3 {
    --grid-cols: 3;
  }
  .tablet\:grid--4 {
    --grid-cols: 4;
  }
  .tablet\:grid--5 {
    --grid-cols: 5;
  }
  .tablet\:grid--6 {
    --grid-cols: 6;
  }
}
@media (min-width: 1080px) {
  [class*="laptop:grid--"] {
    --grid-cols: 1;
    display: grid;
    gap: var(--grid-row-gap, var(--grid-gap, 3rem)) var(--grid-column-gap, var(--grid-gap, 3rem));
    grid-template-columns: repeat(var(--grid-cols), minmax(0, 1fr));
  }
  .laptop\:grid--2 {
    --grid-cols: 2;
  }
  .laptop\:grid--3 {
    --grid-cols: 3;
  }
  .laptop\:grid--4 {
    --grid-cols: 4;
  }
  .laptop\:grid--5 {
    --grid-cols: 5;
  }
  .laptop\:grid--6 {
    --grid-cols: 6;
  }
}
[class^=icon-]::before,
[class*=" icon-"]::before {
  margin-right: var(--icon-margin, 0.25rem);
  margin-left: 0;
  line-height: inherit;
}
[class^=icon-]:empty::before,
[class*=" icon-"]:empty::before {
  margin-right: 0;
}
[class^=icon-]:blank::before,
[class*=" icon-"]:blank::before {
  margin-right: 0;
}

.icon--after::after {
  margin-right: 0;
  margin-left: var(--icon-margin, 0.25rem);
  line-height: inherit;
}
.icon--after:empty::after {
  margin-left: 0;
}
.icon--after:blank::after {
  margin-left: 0;
}

[class*=ratio--] {
  position: relative;
  display: block;
}
[class*=ratio--]::before {
  pointer-events: none;
  display: block;
  content: "";
  padding-bottom: 56.25%;
}
[class*=ratio--] > img,
[class*=ratio--] > video,
[class*=ratio--] > iframe,
[class*=ratio--] > :not(figcaption) img,
[class*=ratio--] > :not(figcaption) video,
[class*=ratio--] > :not(figcaption) iframe {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: auto;
}

.ratio--16-9::before {
  padding-bottom: 56.25%;
}

.ratio--4-3::before {
  padding-bottom: 75%;
}

.ratio--1-1::before {
  padding-bottom: 100%;
}

.ratio--4-5::before {
  padding-bottom: 125%;
}

.section {
  --site-width: min(
  	var(--site-width-min, 90vw),
  	var(--site-width-max, 1280px)
  );
  --site-padding: calc(
  	(
  		100vw -
  		var(--scrollbar-width) -
  		var(--site-width)
  	) / 2
  );
  padding: var(--section-padding, 6rem) var(--site-padding);
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  margin: 0 0 var(--spacing-medium, 1.5rem);
  height: 0;
}
.video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg--default {
  --bg-color: #fff;
  --text-color: #222;
  --heading-color: #132576;
  color: var(--text-color);
  background-color: var(--bg-color);
}

.bg--primary {
  --bg-color: #1A234E;
  --text-color: #fff;
  --heading-color: #fff;
  color: var(--text-color);
  background-color: var(--bg-color);
}

.button,
button,
input[type=submit] {
  background: var(--button-color, var(--color-primary, blue));
  box-sizing: border-box;
  display: inline-block;
  padding: var(--button-padding-y, 0.75rem) var(--button-padding-x, 1.25rem);
  vertical-align: middle;
  font-size: var(--button-font-size, inherit);
  font-family: var(--button-font-family, inherit);
  font-weight: var(--button-font-weight, normal);
  letter-spacing: var(--button-letter-spacing, 0);
  line-height: var(--button-line-height, 1.2);
  text-transform: var(--button-text-transform, none);
  text-decoration: none;
  text-align: center;
  color: var(--button-text-color, white);
  cursor: pointer;
  outline: 0;
  border: var(--button-border-width, 1px) var(--button-border-style, solid) var(--button-border-color, var(--button-color, var(--color-primary, blue)));
  border-radius: var(--button-border-radius, var(--border-radius, 0));
  transition: all var(--button-transition-duration, 0.25s) var(--easing);
  box-shadow: var(--button-shadow, none);
}
.button:hover,
button:hover,
input[type=submit]:hover {
  color: var(--button-text-color, white);
  text-decoration: none;
}
.button:hover,
button:hover,
input[type=submit]:hover {
  --button-color: var(--button-color-hover);
}

.button--ghost:not(:hover) {
  --button-text-color: var(--button-color);
  background: transparent;
}

.button--small {
  --button-font-size: var(--font-size-small);
  --button-padding-x: 1.25rem;
  --button-padding-y: 0.5rem;
}

.hs-form-field > label:empty,
.hs-form-field > label[\:has\(\%3E\%20\:only-child\:empty\)] {
  display: none;
}

.hs-form-field > label:empty,
.hs-form-field > label:has(> :only-child:empty) {
  display: none;
}
.hs-form-field input.error {
  border-color: var(--color-error);
}
.hs-form-field input[type=checkbox]:checked {
  accent-color: #777;
}
.hs-form-field .legal-consent-container p,
.hs-form-field .hs-form-booleancheckbox-display p {
  font-size: 0.9rem;
}

@media print {
  html.quote-template {
    --container-margin: 0;
    font-size: 70%;
  }
  html.quote-template .hs-tools-menu {
    display: none;
  }
  html.quote-template #site-header {
    padding: 1rem 0 0 0.5rem !important;
  }
  html.quote-template #agreement {
    margin: 0.5rem;
    width: 95%;
  }
  html.quote-template #agreement > header {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  html.quote-template #agreement ul,
  html.quote-template #agreement p,
  html.quote-template #agreement figure,
  html.quote-template #agreement #line-items-table-body,
  html.quote-template #agreement .terms,
  html.quote-template #agreement .fees-subs,
  html.quote-template #agreement .signature-container,
  html.quote-template #agreement img {
    page-break-inside: avoid !important;
  }
  html.quote-template #agreement .terms {
    padding-top: var(--spacing-large);
  }
  html.quote-template .future-payments-title,
  html.quote-template footer {
    page-break-before: always;
    padding-top: var(--site-header-height);
  }
  html.quote-template header {
    padding: 1.5rem 0 0 0 !important;
  }
  html.quote-template footer {
    background-color: #fff !important;
  }
  html.quote-template footer > div.wysiwyg,
  html.quote-template footer > aside {
    flex-direction: row !important;
  }
  html.quote-template button,
  html.quote-template a.button {
    display: none !important;
  }
  html.quote-template .esignature__profile {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: var(--spacing-small) !important;
    border: 1px solid black !important;
    padding: var(--spacing-large) var(--spacing-medium) var(--spacing-medium);
  }
  html.quote-template #quote-table .totals h4,
  html.quote-template #quote-table .totals h3 {
    font-size: 1.4rem !important;
  }
  html.quote-template #quote-table .line-items-table {
    display: table;
    width: 100%;
    border-collapse: collapse;
  }
  html.quote-template #quote-table .line-items-table thead {
    display: table-header-group;
  }
  html.quote-template #quote-table .line-items-table thead.line-items-table-header--main th {
    font-size: 1rem !important;
    text-align: left;
    padding-left: 0 !important;
  }
  html.quote-template #quote-table .line-items-table thead.line-items-table-header--main th:first-child {
    padding-left: 0.4rem !important;
  }
  html.quote-template #quote-table .line-items-table tr {
    display: table-row;
    width: auto;
    padding-left: 0 !important;
  }
  html.quote-template #quote-table .line-items-table td, html.quote-template #quote-table .line-items-table th {
    display: table-cell;
    position: static;
    vertical-align: top;
  }
  html.quote-template #quote-table .line-items-table td::before, html.quote-template #quote-table .line-items-table th::before {
    display: none !important;
  }
}
@media (max-width: 1079px) {
  .laptop-max\:ratio--16-9::before {
    padding-bottom: 56.25%;
  }
  .laptop-max\:ratio--4-3::before {
    padding-bottom: 75%;
  }
  .laptop-max\:ratio--1-1::before {
    padding-bottom: 100%;
  }
  .laptop-max\:ratio--4-5::before {
    padding-bottom: 125%;
  }
}
.text--label {
  padding: var(--spacing-small);
  background-color: var(--color-primary-yellow);
  text-transform: uppercase;
  font-weight: 600;
  width: -moz-max-content;
  width: max-content;
  margin-left: calc(var(--site-padding) * -1);
  padding-left: max(var(--spacing-small), var(--site-padding));
}

.text--kicker {
  color: var(--color-gray);
  font-size: var(--font-size-kicker);
}

@media (min-width: 1080px) {
  .laptop\:hide {
    display: none !important;
  }
}
@media (max-width: 1079px) {
  .laptop\:show {
    display: none !important;
  }
}
.wysiwyg:last-child > :last-child {
  margin-bottom: 0;
}
.wysiwyg img {
  margin-inline: auto;
}
.wysiwyg ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  display: inline-flex;
  flex-direction: column;
}
.wysiwyg ul > * {
  position: relative;
  margin-bottom: var(--list-icon-spacing, 0);
  padding-left: calc(var(--list-icon-size, var(--body-font-size, 1rem)) + var(--spacing-medium));
}
.wysiwyg ul > *:last-child {
  margin-bottom: 0;
}
.wysiwyg ul > *::before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: var(--list-icon, "\e80b");
  margin-right: var(--icon-margin, 0.25rem);
  margin-left: 0;
  line-height: inherit;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  font-size: var(--list-icon-size, inherit);
  line-height: inherit;
}
.wysiwyg ul > ::before {
  background-color: var(--color-checklist);
  color: var(--body-bg);
  border-radius: 100%;
  width: 1.31rem;
  height: 1.31rem;
  line-height: 1.31rem;
  font-size: var(--font-size-x-small);
}
.wysiwyg ul li {
  padding-bottom: var(--spacing-small);
  font-weight: 600;
}
.wysiwyg a {
  text-decoration: underline;
}

#agreement > header {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--spacing-small);
  padding: 0 0 var(--spacing-medium) 0;
}
#agreement > header > h1 {
  grid-column: 1/-1;
}
#agreement > header aside ul {
  list-style: none;
  margin: 0 0 var(--spacing-medium) 0;
}
#agreement > header aside ul li {
  font-weight: bold;
}
#agreement > header aside ul li > span {
  font-weight: normal;
}
#agreement > article.terms > div strong,
#agreement > article.comments > div strong {
  font-size: var(--h4-size);
}
#agreement > article.terms > div ul,
#agreement > article.comments > div ul {
  margin: 0 0 var(--spacing-medium) var(--spacing-medium);
}
#agreement > article.comments {
  border: 1px solid var(--color-border);
  padding: var(--spacing-medium);
}
#agreement > article.terms {
  margin: 0 0 var(--spacing-medium) 0;
}
#agreement > .signature__container {
  padding-block: var(--spacing-medium);
}
#agreement > .signature__container > .esignature {
  display: grid;
  gap: var(--spacing-medium);
  grid-auto-flow: dense;
  margin: 0 0 var(--spacing-large) 0;
}
#agreement > .signature__container > .esignature > h5 {
  grid-column: 1/-1;
  margin: 0;
}
#agreement > .signature__container > .esignature .esignature__profile {
  border-radius: var(--border-radius);
  border: 1px solid var(--color-border);
  padding: var(--spacing-medium);
  gap: var(--spacing-medium);
  flex-direction: column;
  align-items: flex-start;
}
#agreement > .signature__container > .esignature .esignature__profile button {
  all: unset;
  background: var(--button-color, var(--color-primary, blue));
  box-sizing: border-box;
  display: inline-block;
  padding: var(--button-padding-y, 0.75rem) var(--button-padding-x, 1.25rem);
  vertical-align: middle;
  font-size: var(--button-font-size, inherit);
  font-family: var(--button-font-family, inherit);
  font-weight: var(--button-font-weight, normal);
  letter-spacing: var(--button-letter-spacing, 0);
  line-height: var(--button-line-height, 1.2);
  text-transform: var(--button-text-transform, none);
  text-decoration: none;
  text-align: center;
  color: var(--button-text-color, white);
  cursor: pointer;
  outline: 0;
  border: var(--button-border-width, 1px) var(--button-border-style, solid) var(--button-border-color, var(--button-color, var(--color-primary, blue)));
  border-radius: var(--button-border-radius, var(--border-radius, 0));
  transition: all var(--button-transition-duration, 0.25s) var(--easing);
  box-shadow: var(--button-shadow, none);
}
#agreement > .signature__container > .esignature .esignature__profile button:hover {
  color: var(--button-text-color, white);
  text-decoration: none;
}
#agreement > .signature__container > .esignature .esignature__profile button:hover {
  --button-color: var(--button-color-hover);
}
#agreement > .signature__container > .esignature .esignature__profile .esignature__tag--sent,
#agreement > .signature__container > .esignature .esignature__profile .esignature__tag--signed {
  all: unset;
  border: 1px solid var(--color-border);
  border-radius: var(--button-border-radius);
  padding: var(--button-padding-y) var(--button-padding-x);
}
#agreement > .signature__container > .esignature .esignature__profile .esignature__tag--sent::after,
#agreement > .signature__container > .esignature .esignature__profile .esignature__tag--signed::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  margin-right: var(--icon-margin, 0.25rem);
  margin-left: 0;
  line-height: inherit;
  margin: 0 0 0 var(--spacing-x-small);
}
#agreement > .signature__container > .esignature .esignature__profile .esignature__tag--signed::after {
  content: "\e80b";
}
#agreement > footer {
  background-color: var(--color-lightgray);
  display: grid;
  justify-items: center;
  margin: var(--spacing-medium) calc(var(--site-padding) * -1) calc(var(--section-padding) * -1);
  padding: var(--spacing-large) var(--site-padding);
}
#agreement > footer p {
  margin: 0;
}
#agreement > footer > h3,
#agreement > footer > div.contact {
  text-align: center;
}
#agreement > footer > div.buttons {
  display: flex;
  align-items: center;
  gap: var(--spacing-medium);
}
#agreement > footer > div.buttons .hs-download__button {
  all: unset;
  background: var(--button-color, var(--color-primary, blue));
  box-sizing: border-box;
  display: inline-block;
  padding: var(--button-padding-y, 0.75rem) var(--button-padding-x, 1.25rem);
  vertical-align: middle;
  font-size: var(--button-font-size, inherit);
  font-family: var(--button-font-family, inherit);
  font-weight: var(--button-font-weight, normal);
  letter-spacing: var(--button-letter-spacing, 0);
  line-height: var(--button-line-height, 1.2);
  text-transform: var(--button-text-transform, none);
  text-decoration: none;
  text-align: center;
  color: var(--button-text-color, white);
  cursor: pointer;
  outline: 0;
  border: var(--button-border-width, 1px) var(--button-border-style, solid) var(--button-border-color, var(--button-color, var(--color-primary, blue)));
  border-radius: var(--button-border-radius, var(--border-radius, 0));
  transition: all var(--button-transition-duration, 0.25s) var(--easing);
  box-shadow: var(--button-shadow, none);
  --button-font-size: var(--font-size-small);
  --button-padding-x: 1.25rem;
  --button-padding-y: 0.5rem;
}
#agreement > footer > div.buttons .hs-download__button:hover {
  color: var(--button-text-color, white);
  text-decoration: none;
}
#agreement > footer > div.buttons .hs-download__button:hover {
  --button-color: var(--button-color-hover);
}
#agreement > footer > aside,
#agreement > footer > div.wysiwyg {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-medium);
  justify-content: space-between;
  padding-block: var(--spacing-medium);
}
#agreement > footer > div.wysiwyg div {
  border: 1px solid var(--color-border);
  padding: var(--spacing-medium);
}
@media (min-width: 768px) {
  #agreement > header {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  #agreement > header aside:nth-of-type(2) {
    padding-top: var(--spacing-large);
  }
  #agreement > .signature__container > .esignature {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: calc(var(--spacing-small) * 2);
    margin: 0 0 calc(var(--spacing-large) * 2) 0;
  }
  #agreement > .signature__container > .esignature .esignature__profile {
    gap: var(--spacing-small);
    padding: var(--spacing-large) var(--spacing-medium);
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  #agreement > footer > aside,
  #agreement > footer > div.wysiwyg {
    flex-direction: row;
  }
  #agreement > footer > aside {
    gap: var(--spacing-large);
  }
  #agreement > footer > div.wysiwyg div {
    min-width: 22rem;
  }
}

#site-footer {
  display: flex;
  gap: var(--spacing-large);
  align-items: center;
  background: var(--color-primary-dark);
  color: var(--color-white);
  padding: var(--spacing-large) var(--site-padding);
  height: 150px;
}
#site-footer aside p {
  margin-block: auto;
}
#site-footer .site-logo {
  display: block;
}
@media (max-width: 767px) {
  #site-footer {
    flex-direction: column;
    gap: var(--spacing-medium);
  }
  #site-footer > aside {
    margin-block: auto;
  }
}

:root {
  --site-header-height: 70px;
  --site-header-color: var(--color-white);
  --site-header-bg: var(--color-primary-dark);
}

#site-header {
  --link-color: var(--site-header-color);
  --link-color-hover: var(--site-header-color);
  background: var(--site-header-bg);
  color: var(--site-header-color);
  padding: var(--spacing-medium) var(--site-padding);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 99;
}
#site-header aside a::before {
  text-decoration: none;
}
#site-header aside a.white {
  color: var(--color-primary-white);
}
#site-header .site-logo {
  display: block;
}
@media (max-width: 767px) {
  #site-header {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-medium);
  }
}

html.system-page {
  height: 100%;
}
html.system-page body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
html.system-page body > main {
  flex: 1;
  margin-top: var(--site-header-height, 0px);
}

#four-o-four,
#five-o-o {
  --site-width-max: 48.5rem;
  --site-width: min(
  	var(--site-width-min, 90vw),
  	var(--site-width-max, 1280px)
  );
  --site-padding: calc(
  	(
  		100vw -
  		var(--scrollbar-width) -
  		var(--site-width)
  	) / 2
  );
  margin-block: calc(var(--site-header-height) + var(--container-margin));
  margin-inline: var(--spacing-large);
  text-align: center;
  font-size: var(--font-size-large);
}
#four-o-four .h3,
#five-o-o .h3 {
  margin-bottom: var(--spacing-large);
}
#four-o-four a,
#five-o-o a {
  color: var(--color-secondary-light);
}

#backup-unsubscribe h3 {
  font-size: var(--h4-size);
}
#backup-unsubscribe .email-edit {
  padding: var(--form-field-padding-vertical, 0.75rem) var(--form-field-padding-horizontal, 1.25rem) !important;
  font-size: var(--form-field-font-size, var(--body-font-size, inherit)) !important;
}

#backup-unsubscribe,
#subscription-preferences,
#subscriptions-confirmation {
  --site-width-max: 780px;
  margin-block: calc(var(--site-header-height) + var(--container-margin));
  margin-inline: var(--spacing-large);
  text-align: center;
}
#backup-unsubscribe h3 + div,
#subscription-preferences h3 + div,
#subscriptions-confirmation h3 + div {
  padding: 0 !important;
}

#backup-unsubscribe,
#subscription-preferences,
#subscriptions-confirmation {
  --site-width-max: 780px;
}
#backup-unsubscribe .page-header,
#subscription-preferences .page-header,
#subscriptions-confirmation .page-header {
  margin-bottom: var(--spacing-medium);
}
#backup-unsubscribe .page-header br,
#subscription-preferences .page-header br,
#subscriptions-confirmation .page-header br {
  display: none;
}
@media (max-width: 767px) {
  #backup-unsubscribe .page-header h2,
  #subscription-preferences .page-header h2,
  #subscriptions-confirmation .page-header h2 {
    word-break: break-word;
  }
}
#backup-unsubscribe .header,
#subscription-preferences .header,
#subscriptions-confirmation .header {
  display: block;
  font-family: var(--heading-font-family, inherit);
  font-weight: var(--heading-font-weight, bold);
  font-style: var(--heading-font-style, normal);
  line-height: var(--heading-line-height, 1.2);
  letter-spacing: var(--heading-letter-spacing, 0);
  text-transform: var(--heading-text-transform, none);
  margin: 0 0 var(--heading-margin, var(--spacing-medium, 1.5rem));
  font-size: var(--h4-size);
  color: var(--heading-color, inherit);
  --heading-font-family: var(--body-font-family);
}
#backup-unsubscribe .header a,
#subscription-preferences .header a,
#subscriptions-confirmation .header a {
  color: var(--heading-color, inherit);
}
#backup-unsubscribe .header a:hover,
#subscription-preferences .header a:hover,
#subscriptions-confirmation .header a:hover {
  color: var(--heading-color, inherit);
}
#backup-unsubscribe .fakelabel,
#backup-unsubscribe label,
#subscription-preferences .fakelabel,
#subscription-preferences label,
#subscriptions-confirmation .fakelabel,
#subscriptions-confirmation label {
  font-weight: 600;
}
#backup-unsubscribe [type=checkbox],
#backup-unsubscribe [type=radio],
#subscription-preferences [type=checkbox],
#subscription-preferences [type=radio],
#subscriptions-confirmation [type=checkbox],
#subscriptions-confirmation [type=radio] {
  margin-right: 0.25rem;
}
#backup-unsubscribe .item,
#backup-unsubscribe .subscribe-options,
#subscription-preferences .item,
#subscription-preferences .subscribe-options,
#subscriptions-confirmation .item,
#subscriptions-confirmation .subscribe-options {
  border-top: 1px solid var(--color-border);
  padding-top: var(--spacing-medium);
}
#backup-unsubscribe .email-prefs .checkbox-row,
#subscription-preferences .email-prefs .checkbox-row,
#subscriptions-confirmation .email-prefs .checkbox-row {
  margin-bottom: var(--spacing-x-small);
}
#backup-unsubscribe .email-prefs .checkbox-row + p,
#subscription-preferences .email-prefs .checkbox-row + p,
#subscriptions-confirmation .email-prefs .checkbox-row + p {
  font-size: 0.875rem;
}
#backup-unsubscribe input[type=submit],
#subscription-preferences input[type=submit],
#subscriptions-confirmation input[type=submit] {
  margin-top: var(--spacing-medium);
}

#backup-unsubscribe,
#subscription-preferences,
#subscriptions-confirmation {
  --site-width-max: 780px;
}
#backup-unsubscribe .page-header,
#subscription-preferences .page-header,
#subscriptions-confirmation .page-header {
  margin-bottom: var(--spacing-medium);
}
#backup-unsubscribe .page-header br,
#subscription-preferences .page-header br,
#subscriptions-confirmation .page-header br {
  display: none;
}
@media (max-width: 767px) {
  #backup-unsubscribe .page-header h2,
  #subscription-preferences .page-header h2,
  #subscriptions-confirmation .page-header h2 {
    word-break: break-word;
  }
}
#backup-unsubscribe .header,
#subscription-preferences .header,
#subscriptions-confirmation .header {
  display: block;
  font-family: var(--heading-font-family, inherit);
  font-weight: var(--heading-font-weight, bold);
  font-style: var(--heading-font-style, normal);
  line-height: var(--heading-line-height, 1.2);
  letter-spacing: var(--heading-letter-spacing, 0);
  text-transform: var(--heading-text-transform, none);
  margin: 0 0 var(--heading-margin, var(--spacing-medium, 1.5rem));
  font-size: var(--h4-size);
  color: var(--heading-color, inherit);
  --heading-font-family: var(--body-font-family);
}
#backup-unsubscribe .header a,
#subscription-preferences .header a,
#subscriptions-confirmation .header a {
  color: var(--heading-color, inherit);
}
#backup-unsubscribe .header a:hover,
#subscription-preferences .header a:hover,
#subscriptions-confirmation .header a:hover {
  color: var(--heading-color, inherit);
}
#backup-unsubscribe .fakelabel,
#backup-unsubscribe label,
#subscription-preferences .fakelabel,
#subscription-preferences label,
#subscriptions-confirmation .fakelabel,
#subscriptions-confirmation label {
  font-weight: 600;
}
#backup-unsubscribe [type=checkbox],
#backup-unsubscribe [type=radio],
#subscription-preferences [type=checkbox],
#subscription-preferences [type=radio],
#subscriptions-confirmation [type=checkbox],
#subscriptions-confirmation [type=radio] {
  margin-right: 0.25rem;
}
#backup-unsubscribe .item,
#backup-unsubscribe .subscribe-options,
#subscription-preferences .item,
#subscription-preferences .subscribe-options,
#subscriptions-confirmation .item,
#subscriptions-confirmation .subscribe-options {
  border-top: 1px solid var(--color-border);
  padding-top: var(--spacing-medium);
}
#backup-unsubscribe .email-prefs .checkbox-row,
#subscription-preferences .email-prefs .checkbox-row,
#subscriptions-confirmation .email-prefs .checkbox-row {
  margin-bottom: var(--spacing-x-small);
}
#backup-unsubscribe .email-prefs .checkbox-row + p,
#subscription-preferences .email-prefs .checkbox-row + p,
#subscriptions-confirmation .email-prefs .checkbox-row + p {
  font-size: 0.875rem;
}
#backup-unsubscribe input[type=submit],
#subscription-preferences input[type=submit],
#subscriptions-confirmation input[type=submit] {
  margin-top: var(--spacing-medium);
}

#hero {
  --site-width-max: 40rem;
  text-align: center;
}
#hero > nav {
  margin-top: var(--spacing-large);
}

#landing-page {
  display: grid;
  gap: var(--grid-gap);
  text-align: center;
}
#landing-page article #hs_form_target_hero {
  text-align: left;
}
@media (max-width: 1079px) {
  #landing-page article .hs-button {
    width: 100%;
  }
}
#landing-page > aside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: var(--spacing-medium);
  background-color: var(--color-primary-dark);
  color: var(--color-white);
}
#landing-page > aside h3 {
  color: var(--color-white);
}
#landing-page > aside > figure {
  width: 10rem;
}
@media (min-width: 1080px) {
  #landing-page {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-items: start;
    text-align: left;
    grid-auto-flow: dense;
    font-size: var(--body-font-size);
  }
  #landing-page > header {
    grid-row: 1/span 2;
    grid-column: 1/span 6;
  }
  #landing-page > article,
  #landing-page > aside {
    grid-column: 8/span 5;
  }
  #landing-page > article {
    align-self: self-end;
  }
}

#lang-switcher strong {
  font-weight: var(--body-font-weight);
  pointer-events: none;
}

#quote-table {
  padding-block: var(--spacing-large);
}
#quote-table .line-items-table {
  width: 100%;
  border: none;
  border-collapse: collapse;
}
#quote-table .line-items-table-with-many-columns th {
  padding: 1em;
}
#quote-table .line-items-table-with-many-columns td {
  padding: 1em;
}
#quote-table .line-items-table tr > th:first-child,
#quote-table .line-items-table tr > td:first-child {
  padding-left: 1.5rem;
  padding-right: 0.5rem;
  max-width: 25rem;
}
#quote-table .line-items-table tr.line-items-item-row:not(.line-items-subheading):not(:last-of-type) {
  border-bottom: 0.5px solid var(--color-border);
}
#quote-table .line-items-table .line-items-table-header--main {
  background-color: var(--color-lightgray);
  border-top: 1.5px solid var(--color-border);
}
#quote-table .line-items-table .line-items-table-header--main th {
  height: 3rem;
  border-top: none;
  font-size: var(--h6-size);
  font-weight: var(--heading-font-weight);
  letter-spacing: var(--heading-letter-spacing);
}
#quote-table .line-items-table td,
#quote-table .line-items-table th {
  height: auto;
  text-align: left;
  vertical-align: top;
}
#quote-table .line-items-table thead th {
  border: none;
}
#quote-table .line-items-table th {
  font-weight: 900;
  padding: 1rem 1.5rem;
}
#quote-table .line-items-table td {
  padding: 1.5rem 1.5rem;
}
#quote-table .line-items-table td span.item-name {
  font-weight: 900;
}
#quote-table .line-items-table .currency-container {
  display: grid;
}
#quote-table .line-items-table .currency-container .currency-content,
#quote-table .line-items-table .currency-container .currency-content--amount-with-frequency {
  white-space: nowrap;
}
#quote-table .line-items-table .currency-container .currency-content s,
#quote-table .line-items-table .currency-container .currency-content--amount-with-frequency s {
  position: relative;
}
#quote-table .line-items-table .currency-container .currency-content s::before, #quote-table .line-items-table .currency-container .currency-content s::after,
#quote-table .line-items-table .currency-container .currency-content--amount-with-frequency s::before,
#quote-table .line-items-table .currency-container .currency-content--amount-with-frequency s::after {
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  left: 0;
}
#quote-table .line-items-table .currency-container .currency-content s::before,
#quote-table .line-items-table .currency-container .currency-content--amount-with-frequency s::before {
  content: "[start of stricken text (price before discount)] ";
}
#quote-table .line-items-table .currency-container .currency-content s::after,
#quote-table .line-items-table .currency-container .currency-content--amount-with-frequency s::after {
  content: " ´[end of stricken text] ";
}
#quote-table .line-items-table .currency-container .currency-content--full-width {
  width: 100%;
}
#quote-table .line-items-table td[class^=line-items-cell--max-width] {
  max-width: 250px;
}
#quote-table .line-item-description {
  overflow: hidden;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
#quote-table .line-item-description::before {
  content: "— ";
}
#quote-table .line-items-subheading {
  background-color: var(--color-gray);
  border-top: 1.5px solid var(--color-border);
  text-transform: capitalize;
}
#quote-table .line-items-subheading td {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  height: auto;
  font-weight: 700;
  font-size: var(--font-size-large);
  text-align: left !important;
}
#quote-table .line-item-future-payment {
  margin-top: 0.5rem;
}
#quote-table .total-qoute-calculations {
  font-size: 16px;
  font-weight: 600;
}
#quote-table .fees-subs {
  display: grid;
  gap: var(--spacing-small);
  margin: var(--spacing-medium) 0 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
#quote-table .fees-subs > div {
  min-width: 20rem;
}
#quote-table .fees-subs > div div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--spacing-medium);
  margin: 0 0 var(--spacing-small) 0;
  border-bottom: 1px solid var(--color-border);
}
#quote-table .fees-subs > div div p {
  margin: 0 0 var(--spacing-x-small) 0;
  display: grid;
  text-align: right;
}
#quote-table .totals {
  margin: var(--spacing-medium) 0 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
#quote-table .totals > h4,
#quote-table .totals > h3 {
  margin: 0;
  min-width: 20rem;
}
#quote-table .future-payments-summary td {
  border: none;
  height: auto;
}
#quote-table .future-payments-summary tr:first-child td {
  border-top: 1px solid;
}
#quote-table .future-payments-summary tr.future-payment-group--first td {
  padding-top: 1em;
}
#quote-table .future-payments-summary tr td {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
#quote-table .future-payments-summary tr.future-payment-group--last td {
  border-bottom: 1px solid;
  padding-bottom: 1em;
}
@media print {
  #quote-table .line-items-table td.line-items-cell--max-width-5 {
    max-width: 200px;
  }
  #quote-table .line-items-table td.line-items-cell--max-width-6 {
    max-width: 150px;
  }
  #quote-table .line-items-table tr {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  #quote-table .subtotals,
  #quote-table .totals {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}
@media (max-width: 767px) {
  #quote-table > h2 {
    --heading-margin: var(--spacing-medium);
  }
  #quote-table .line-items-table {
    display: block;
    width: 95vw;
    border-bottom: 1px solid var(--color-border);
  }
  #quote-table .line-items-table > thead {
    display: none;
  }
  #quote-table .line-items-table tr {
    display: block;
    margin-bottom: 1rem;
    width: 95vw;
  }
  #quote-table .line-items-table td {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0.5rem !important;
    position: relative;
    max-width: 90vw !important;
  }
  #quote-table .line-items-table td::before {
    content: attr(data-label);
    font-weight: bold;
    text-transform: capitalize;
  }
  #quote-table .line-items-table td:last-child {
    text-align: left;
  }
  #quote-table .line-items-table .currency-container {
    justify-items: start;
  }
  #quote-table .line-items-table .line-items-table-header--main th,
  #quote-table .line-items-table .line-items-subheading td {
    font-size: var(--h4-size);
  }
}

#text-blocks article > :last-child {
  margin-bottom: 0;
}
#text-blocks article > figure {
  overflow: hidden;
}
#text-blocks article > figure img,
#text-blocks article > figure video {
  transform: scale(1);
  transition: transform 0.5s var(--easing);
}
#text-blocks article > figure:hover img,
#text-blocks article > figure:hover video {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  #text-blocks {
    text-align: center;
  }
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  --scroll-behavior: smooth;
}

/* @media (--laptop-max) {
	html,
	body {
		position: relative;
		overflow-x: hidden;
	}
} */

/*# sourceMappingURL=app.css.map*/