@import url(https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;500;600;700&display=swap);
/*! 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;
}

/*! Flickity v2.2.2
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;
}

@charset "UTF-8";
@font-face {
  font-family: "fontello";
  src: url("https://8654489.fs1.hubspotusercontent-na1.net/hubfs/8654489/raw_assets/public/mavera-theme/dist/assets/fontello/fontello.eot?25119542");
  src: url("https://8654489.fs1.hubspotusercontent-na1.net/hubfs/8654489/raw_assets/public/mavera-theme/dist/assets/fontello/fontello.eot?25119542#iefix") format("embedded-opentype"), url("https://8654489.fs1.hubspotusercontent-na1.net/hubfs/8654489/raw_assets/public/mavera-theme/dist/assets/fontello/fontello.woff2?25119542") format("woff2"), url("https://8654489.fs1.hubspotusercontent-na1.net/hubfs/8654489/raw_assets/public/mavera-theme/dist/assets/fontello/fontello.woff?25119542") format("woff"), url("https://8654489.fs1.hubspotusercontent-na1.net/hubfs/8654489/raw_assets/public/mavera-theme/dist/assets/fontello/fontello.ttf?25119542") format("truetype"), url("https://8654489.fs1.hubspotusercontent-na1.net/hubfs/8654489/raw_assets/public/mavera-theme/dist/assets/fontello/fontello.svg?25119542#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* 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://8654489.fs1.hubspotusercontent-na1.net/hubfs/8654489/raw_assets/public/mavera-theme/dist/assets/fontello/fontello.svg?25119542#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: "";
}

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

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

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

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

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

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

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

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

/* '' */
.icon-quote:before {
  content: "";
}

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

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

/* '' */
.icon-play:before {
  content: "";
}

/* '' */
.icon-info:before {
  content: "";
}

/* '' */
.icon-arrow-up:before {
  content: "";
}

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

/* '' */
.icon-arrow-down:before {
  content: "";
}

/* '' */
.icon-arrow-right:before {
  content: "";
}

/* '' */
.icon-attachment:before {
  content: "";
}

/* '' */
.icon-instagram:before {
  content: "";
}

/* '' */
.icon-spinner:before {
  content: "";
}

/* '' */
.icon-menu:before {
  content: "";
}

/* '' */
.icon-right:before {
  content: "";
}

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

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

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

/* '' */
.icon-pinterest:before {
  content: "";
}

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

/* '' */
.icon-facebook.icon--after:before {
  content: normal;
}

.icon-facebook.icon--after:after {
  content: "";
}

.icon-twitter.icon--after:before {
  content: normal;
}

.icon-twitter.icon--after:after {
  content: "";
}

.icon-left.icon--after:before {
  content: normal;
}

.icon-left.icon--after:after {
  content: "";
}

.icon-linkedin.icon--after:before {
  content: normal;
}

.icon-linkedin.icon--after:after {
  content: "";
}

.icon-mail.icon--after:before {
  content: normal;
}

.icon-mail.icon--after:after {
  content: "";
}

.icon-phone.icon--after:before {
  content: normal;
}

.icon-phone.icon--after:after {
  content: "";
}

.icon-globe.icon--after:before {
  content: normal;
}

.icon-globe.icon--after:after {
  content: "";
}

.icon-home.icon--after:before {
  content: normal;
}

.icon-home.icon--after:after {
  content: "";
}

.icon-search.icon--after:before {
  content: normal;
}

.icon-search.icon--after:after {
  content: "";
}

.icon-quote.icon--after:before {
  content: normal;
}

.icon-quote.icon--after:after {
  content: "";
}

.icon-check.icon--after:before {
  content: normal;
}

.icon-check.icon--after:after {
  content: "";
}

.icon-location.icon--after:before {
  content: normal;
}

.icon-location.icon--after:after {
  content: "";
}

.icon-play.icon--after:before {
  content: normal;
}

.icon-play.icon--after:after {
  content: "";
}

.icon-info.icon--after:before {
  content: normal;
}

.icon-info.icon--after:after {
  content: "";
}

.icon-arrow-up.icon--after:before {
  content: normal;
}

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

.icon-arrow-left.icon--after:before {
  content: normal;
}

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

.icon-arrow-down.icon--after:before {
  content: normal;
}

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

.icon-arrow-right.icon--after:before {
  content: normal;
}

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

.icon-attachment.icon--after:before {
  content: normal;
}

.icon-attachment.icon--after:after {
  content: "";
}

.icon-instagram.icon--after:before {
  content: normal;
}

.icon-instagram.icon--after:after {
  content: "";
}

.icon-spinner.icon--after:before {
  content: normal;
}

.icon-spinner.icon--after:after {
  content: "";
}

.icon-menu.icon--after:before {
  content: normal;
}

.icon-menu.icon--after:after {
  content: "";
}

.icon-right.icon--after:before {
  content: normal;
}

.icon-right.icon--after:after {
  content: "";
}

.icon-up.icon--after:before {
  content: normal;
}

.icon-up.icon--after:after {
  content: "";
}

.icon-down.icon--after:before {
  content: normal;
}

.icon-down.icon--after:after {
  content: "";
}

.icon-youtube.icon--after:before {
  content: normal;
}

.icon-youtube.icon--after:after {
  content: "";
}

.icon-pinterest.icon--after:before {
  content: normal;
}

.icon-pinterest.icon--after:after {
  content: "";
}

.icon-vimeo.icon--after:before {
  content: normal;
}

.icon-vimeo.icon--after:after {
  content: "";
}
:root {
  --site-width-min: 90vw;
  --site-width-max: 1280px;
  --body-bg: white;
  --color-primary: #2A7DE1;
  --color-secondary: #EBF0FA;
  --color-tertiary: #FD865D;
  --color-quarternary: #00358E;
  --color-border: #C5C5C5;
  --color-overlay: rgba(0, 0, 0, .6);
  --color-gray: #919191;
  --color-darkgray: #3F3F3F;
  --color-facebook: #3b5998;
  --color-twitter: #4099FF;
  --color-linkedin: #0077b5;
  --bg-light: var(--color-secondary);
  --spacing-x-small: 0.25rem;
  --spacing-small: 0.75rem;
  --spacing-medium: 1.5rem;
  --spacing-large: 2.5rem;
  --spacing-x-large: 3.5rem;
  --card-spacing: 2rem;
  --container-margin: 4.25rem;
  --grid-gap: var(--spacing-large);
  --section-padding: 4.25rem;
  --border-radius: 0.5rem;
  --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: 1.0625rem;
  --body-font-family: "Roboto", sans-serif;
  --body-font-weight: 400;
  --body-font-style: normal;
  --body-line-height: 1.8;
  --body-letter-spacing: -0.8px;
  --body-text-transform: none;
  --text-color: #000;
  --font-size-small: 1rem;
  --font-size-x-small: 0.9375rem;
  --font-size-large: 1.125rem;
  --font-size-jumbo: 3.75rem;
  --paragraph-margin: 1rem;
  --h1-size: 2.625rem;
  --h2-size: 2.375rem;
  --h3-size: 1.75rem;
  --h4-size: 1.4375rem;
  --h5-size: 1.2rem;
  --h6-size: 1rem;
  --heading-font-family: inherit;
  --heading-font-weight: 500;
  --heading-font-style: normal;
  --heading-line-height: 1;
  --heading-letter-spacing: -0.8px;
  --heading-text-transform: none;
  --heading-color: var(--text-color);
  --heading-margin: 1rem;
  --selection-bg: #BBD6FD;
  --selection-color: var(--text-color);
  --link-color: var(--color-primary);
  --link-color-hover: var(--color-primary);
  --button-color: #0057F3;
  --button-padding-vertical: 1rem;
  --button-padding-horizontal: 2.6rem;
  --button-font-size: 1rem;
  --button-font-family: inherit;
  --button-font-weight: 500;
  --button-letter-spacing: 0;
  --button-line-height: 1.2;
  --button-text-transform: none;
  --button-text-color: white;
  --button-border-width: 1px;
  --button-border-style: solid;
  --button-border-radius: 5rem;
  --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: var(--form-field-bg);
  --form-field-padding-vertical: 0.75rem;
  --form-field-padding-horizontal: 1.25rem;
  --form-field-font-size: 0.8125rem;
  --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: 0;
  --form-field-border-color: var(--color-gray);
  --form-field-hover-border-color: var(--form-field-border-color);
  --form-field-focus-border-color: var(--color-primary);
  --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: var(--spacing-large, 3rem);
  	--slideshow-bullet-spacing: var(--spacing-small, 0.5rem);
  	--slideshow-bullet-color: #999;
  	--slideshow-bullet-size: 0.5rem;
  	--slideshow-bullet-color-active: var(--color-primary, #f90); */
}
:root ::-moz-selection {
  background-color: var(--selection-bg);
  color: var(--selection-color);
}
:root ::selection {
  background-color: var(--selection-bg);
  color: var(--selection-color);
}

:root {
  --site-width: var(--site-width-max);
  --site-padding: calc((100vw - var(--site-width)) / 2);
}
@supports (padding: min(10%, 100px)) {
  :root {
    --site-width: min(var(--site-width-min), var(--site-width-max));
    --site-padding: calc((100vw - var(--site-width)) / 2);
  }
}
/* $auto-icons: (
	'href*="facebook.com"': $icon-facebook,
	'href*="twitter.com"': $icon-twitter,
	'href*="linkedin.com"': $icon-linkedin,
	'href*="instagram.com"': $icon-instagram,
	'href*="pinterest.com"': $icon-pinterest,
	'href*="youtube.com"': $icon-youtube,
	'href*="vimeo.com"': $icon-vimeo,

	'href$=".pdf"': $icon-pdf,

	'href$=".doc"': $icon-document,
	'href$=".docx"': $icon-document,
	'href$=".odt"': $icon-document,
	'href$=".txt"': $icon-document,

	'href$=".xls"': $icon-excel,
	'href$=".xlsx"': $icon-excel,
	'href$=".ods"': $icon-excel,

	'href$=".ppt"': $icon-powerpoint,
	'href$=".pptx"': $icon-powerpoint,

	'href$=".zip"': $icon-zip,
	'href$=".rar"': $icon-zip,
	'href$=".tar"': $icon-zip,
	'href$=".gz"': $icon-zip,
	'href$=".7z"': $icon-zip,

	'href$=".jpg"': $icon-image,
	'href$=".jpeg"': $icon-image,
	'href$=".png"': $icon-image,
	'href$=".gif"': $icon-image,
	'href$=".bmp"': $icon-image,
	'href$=".svg"': $icon-image,
	'href$=".webp"': $icon-image,

	'href^="mailto:"': $icon-mail,
	'href^="tel:"': $icon-phone,
	'href*="/maps"': $icon-location
) !default; */
*,
:before,
:after {
  box-sizing: border-box;
}

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

::selection {
  background-color: var(--color-primary, 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;
  margin: 0 0 var(--heading-margin, var(--spacing-medium, 1rem));
  font-family: var(--heading-font-family, var(--body-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);
  font-size: var(--h1-size, 3rem);
  color: var(--heading-color, var(--text-color), black);
}
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: currentColor;
}

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, var(--color-primary, blue));
  -webkit-text-decoration: var(--link-decoration, none);
          text-decoration: var(--link-decoration, none);
  transition: color var(--link-transition-duration, 0.25s) var(--easing);
  cursor: pointer;
}
a:hover {
  color: var(--link-color-hover, var(--color-primary, darkblue));
}

strong,
b {
  font-weight: bold;
}

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

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

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

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

figure {
  margin: 0 0 var(--figure-margin, var(--spacing-medium, 1rem));
}
figure img {
  display: block;
  width: 100%;
}

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

blockquote {
  margin: 0 0 var(--blockquote-margin, var(--spacing-medium, 1rem));
}
blockquote > :first-child::before {
  content: open-quote;
}

.container {
  --site-width: var(--site-width-max);
  --site-padding: calc((100vw - var(--site-width)) / 2);
  width: var(--site-width);
  margin: var(--container-margin, var(--spacing-x-large, 6rem)) auto;
}
@supports (padding: min(10%, 100px)) {
  .container {
    --site-width: min(var(--site-width-min), var(--site-width-max));
    --site-padding: calc((100vw - var(--site-width)) / 2);
  }
}

html.dialog-open {
  overflow: hidden;
  touch-action: none;
}

div.dialog {
  background: var(--dialog-background, white);
  width: 90%;
  max-width: var(--dialog-width, 40rem);
  max-height: 90%;
  position: fixed;
  overflow: auto;
  z-index: 101;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: var(--dialog-padding, var(--spacing-large, 3rem));
  box-shadow: var(--dialog-shadow, var(--shadow-large, 0 1rem 1rem rgba(0, 0, 0, 0.25)));
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.95);
  transition: opacity var(--dialog-animation-duration, 0.5s) var(--easing), transform var(--dialog-animation-duration, 0.5s) var(--easing);
}
div.dialog .dialog__close {
  position: absolute;
  right: var(--dialog-padding, var(--spacing-large, 3rem));
  top: var(--dialog-padding, var(--spacing-large, 3rem));
  font-size: var(--dialog-close-button-size, 2rem);
  line-height: 1;
  color: var(--dialog-close-button-color, var(--text-color, black));
}
@media (min-width: 768px) {
  div.dialog .dialog__close {
    right: calc(var(--dialog-padding, var(--spacing-large, 3rem)) / 2);
    top: calc(var(--dialog-padding, var(--spacing-large, 3rem)) / 2);
  }
}

div.dialog + div.backdrop {
  background: var(--dialog-backdrop-color, var(--color-overlay, rgba(0, 0, 0, 0.6)));
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  transition: opacity var(--dialog-animation-duration, 0.5s) var(--easing);
}

div.dialog.open,
html.no-js div.dialog:target {
  pointer-events: all;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

div.dialog.open + div.backdrop,
html.no-js div.dialog:target + div.backdrop {
  pointer-events: all;
  opacity: 1;
}

div.dialog.dialog--no-transition {
  transition: none;
}

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-vertical, 0.75rem) var(--form-field-padding-horizontal, 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-horizontal, 1.25rem) top 50%;
  background-size: var(--select-arrow-size, 0.5rem) auto;
  padding-right: calc(var(--form-field-padding-horizontal, 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));
}

:-ms-input-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;
}

.google-map {
  background: var(--google-map-bg, #def);
  height: var(--google-map-height, 30rem);
  overflow: hidden;
}
.google-map .sleek-map-kml-toggler {
  background-color: #fff;
  min-height: 40px;
  margin: 10px;
  padding: 9px 17px 0;
  cursor: pointer;
  font-size: 18px;
  color: #565656;
  font-family: Roboto, Arial, sans-serif;
}
.google-map .sleek-map-geolocation {
  background-color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjc1LjMzNCAyNzUuMzM0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNzUuMzM0IDI3NS4zMzQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBkPSJNMTM3LjY2NywxNjguMDIxYzE2LjczNywwLDMwLjM1NC0xMy42MTcsMzAuMzU0LTMwLjM1NHMtMTMuNjE3LTMwLjM1NC0zMC4zNTQtMzAuMzU0cy0zMC4zNTQsMTMuNjE3LTMwLjM1NCwzMC4zNTRTMTIwLjkzLDE2OC4wMjEsMTM3LjY2NywxNjguMDIxeiBNMTM3LjY2NywxMTkuMzEzYzEwLjEyMSwwLDE4LjM1NCw4LjIzMywxOC4zNTQsMTguMzU0cy04LjIzMywxOC4zNTQtMTguMzU0LDE4LjM1NHMtMTguMzU0LTguMjMzLTE4LjM1NC0xOC4zNTRTMTI3LjU0NiwxMTkuMzEzLDEzNy42NjcsMTE5LjMxM3oiLz48cGF0aCBkPSJNMjY5LjMzNCwxMzEuNjY3aC0yMy43NzVjLTMuMDE1LTU0LjgxOC00Ny4wNzQtOTguODc3LTEwMS44OTItMTAxLjg5MlY2YzAtMy4zMTMtMi42ODctNi02LTZzLTYsMi42ODctNiw2djI5LjYwNWMwLDMuMzEzLDIuNjg3LDYsNiw2YzUyLjk2OSwwLDk2LjA2Miw0My4wOTMsOTYuMDYyLDk2LjA2MnMtNDMuMDkzLDk2LjA2Mi05Ni4wNjIsOTYuMDYycy05Ni4wNjItNDMuMDkzLTk2LjA2Mi05Ni4wNjJjMC0zNi43ODMsMjEuNDUyLTcwLjgxNyw1NC42NTEtODYuNzA0YzIuOTg5LTEuNDMxLDQuMjUzLTUuMDEzLDIuODIyLTguMDAyYy0xLjQzLTIuOTg4LTUuMDE1LTQuMjUyLTguMDAyLTIuODIyYy0xOC4xMzEsOC42NzYtMzMuNDczLDIyLjIxNy00NC4zNjYsMzkuMTU4Yy0xMC4xMSwxNS43MjQtMTUuODk3LDMzLjcxOC0xNi45MjQsNTIuMzdINmMtMy4zMTMsMC02LDIuNjg3LTYsNnMyLjY4Nyw2LDYsNmgyMy43NzVjMy4wMTUsNTQuODE4LDQ3LjA3NCw5OC44NzcsMTAxLjg5MiwxMDEuODkydjIzLjc3NWMwLDMuMzEzLDIuNjg3LDYsNiw2czYtMi42ODcsNi02di0yMy43NzVjNTQuODE4LTMuMDE1LDk4Ljg3Ny00Ny4wNzQsMTAxLjg5Mi0xMDEuODkyaDIzLjc3NWMzLjMxMywwLDYtMi42ODcsNi02UzI3Mi42NDcsMTMxLjY2NywyNjkuMzM0LDEzMS42Njd6Ii8+PC9nPjwvc3ZnPg==);
  background-position: 50% 50%;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin: 10px;
  cursor: pointer;
}
.google-map .sleek-map-geolocation::before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: var(--icon-margin, var(--spacing-x-small, 0.25rem));
  margin-left: 0;
  display: none;
  position: absolute;
  left: 10px;
  top: 10px;
  margin: 0;
  font-size: 20px;
  line-height: 20px;
}
.google-map .sleek-map-geolocation.loading {
  background-image: none;
  pointer-events: none;
}
.google-map .sleek-map-geolocation.loading::before {
  content: "";
  display: block;
  animation: spin 2s infinite linear;
}
.google-map .sleek-map-geolocation.error {
  display: none;
}

.grid {
  --grid-cols: 1;
  display: grid;
  grid-gap: var(--grid-gap, var(--spacing-large, 3rem));
  grid-template-columns: repeat(var(--grid-cols, 1), 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;
    grid-gap: var(--grid-gap, var(--spacing-large, 3rem));
    grid-template-columns: repeat(var(--grid-cols, 1), 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;
    grid-gap: var(--grid-gap, var(--spacing-large, 3rem));
    grid-template-columns: repeat(var(--grid-cols, 1), 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, var(--spacing-x-small, 0.25rem));
  margin-left: 0;
}
[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, var(--spacing-x-small, 0.25rem));
}
.icon--after:empty::after {
  margin-left: 0;
}
.icon--after:blank::after {
  margin-left: 0;
}

.section {
  --site-width: var(--site-width-max);
  --site-padding: calc((100vw - var(--site-width)) / 2);
  padding: var(--section-padding, var(--spacing-x-large, 6rem)) var(--site-padding);
}
@supports (padding: min(10%, 100px)) {
  .section {
    --site-width: min(var(--site-width-min), var(--site-width-max));
    --site-padding: calc((100vw - var(--site-width)) / 2);
  }
}

[data-slideshow]:not(.flickity-enabled) {
  --grid-cols: 1;
  display: grid;
  grid-gap: var(--grid-gap, var(--spacing-large, 3rem));
  grid-template-columns: repeat(var(--grid-cols, 1), minmax(0, 1fr));
  --grid-gap: var(--slideshow-gap);
  --grid-cols: var(--slideshow-per-page);
}
[data-slideshow] .flickity-viewport {
  transition: height 0.25s var(--easing);
}
[data-slideshow] .flickity-slider > * {
  width: calc(100% / var(--slideshow-per-page, 1) - var(--slideshow-gap, 3rem) * (var(--slideshow-per-page, 1) - 1) / var(--slideshow-per-page, 1));
  margin-right: var(--slideshow-gap, 3rem);
}
[data-slideshow] .flickity-prev-next-button {
  all: unset;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(calc((100% + var(--spacing-large, 3rem)) * -1), -50%);
}
@media (max-width: 1079px) {
  [data-slideshow] .flickity-prev-next-button {
    display: none;
  }
}
[data-slideshow] .flickity-prev-next-button.next {
  left: auto;
  right: 0;
  transform: translate(calc(100% + var(--spacing-large, 3rem)), -50%);
}
[data-slideshow] .flickity-prev-next-button svg {
  display: none;
}
[data-slideshow] .flickity-prev-next-button::before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: var(--icon-margin, var(--spacing-x-small, 0.25rem));
  margin-left: 0;
  margin: 0;
  font-size: var(--slideshow-arrow-size, 2rem);
  line-height: 1;
}
[data-slideshow] .flickity-prev-next-button.next::before {
  content: "";
}
[data-slideshow] .flickity-page-dots {
  all: unset;
  display: block;
  text-align: center;
  margin-top: var(--slideshow-bullet-margin, var(--spacing-large, 3rem));
}
[data-slideshow] .flickity-page-dots .dot {
  background: var(--slideshow-bullet-color, #999);
  width: var(--slideshow-bullet-size, 0.5rem);
  height: var(--slideshow-bullet-size, 0.5rem);
  margin: 0 var(--slideshow-bullet-spacing, var(--spacing-small, 0.5rem));
  opacity: 1;
  border-radius: 50%;
  transition: background-color 0.25s var(--easing);
}
[data-slideshow] .flickity-page-dots .dot.is-selected {
  background: var(--slideshow-bullet-color-active, var(--color-primary, #f90));
}

@keyframes spin-video-overlay-icon {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.video {
  position: relative;
  padding-bottom: 56.25%;
  margin: 0 0 var(--video-margin, var(--spacing-medium, 1rem));
  height: 0;
}
.video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

figure.video-embed {
  margin: 0 0 var(--video-margin, var(--spacing-medium, 1rem));
}
figure.video-embed .embed {
  position: relative;
}
figure.video-embed .embed .video {
  margin: 0;
}
figure.video-embed .embed .thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
figure.video-embed .embed .thumbnail::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: var(--icon-margin, var(--spacing-x-small, 0.25rem));
  margin-left: 0;
  display: block;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 3rem;
  height: 3rem;
  margin: -1.5rem 0 0 -1.5rem;
  font-size: 3rem;
  color: white;
}
figure.video-embed .embed .thumbnail > img,
figure.video-embed .embed .thumbnail > picture > * {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: 1;
  filter: brightness(50%);
}
figure.video-embed.video-embed--state-playing .embed .thumbnail {
  display: none;
}
figure.video-embed.video-embed--state-buffering .embed .thumbnail::after {
  content: "";
  animation: spin-video-overlay-icon 2s infinite linear;
}
figure.video-embed figcaption {
  text-align: center;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.clear {
  clear: both;
}

.aligncenter {
  display: block;
  margin: 0 auto var(--spacing-medium, 1rem);
  text-align: center;
}
.aligncenter img {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .alignleft {
    float: left;
    margin: 0 var(--spacing-medium, 1rem) var(--spacing-medium, 1rem) 0;
  }

  .alignright {
    float: right;
    margin: 0 0 var(--spacing-medium, 1rem) var(--spacing-medium, 1rem);
  }
}
.button,
button,
input[type=submit] {
  background: var(--button-color, var(--color-primary, blue));
  box-sizing: border-box;
  display: inline-block;
  padding: var(--button-padding-vertical, 0.75rem) var(--button-padding-horizontal, 1.25rem);
  vertical-align: middle;
  font-size: var(--button-font-size, var(--body-font-size, inherit));
  font-family: var(--button-font-family, var(--body-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-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--ghost:not(:hover) {
  --button-text-color: var(--button-color);
  background: transparent;
}

.button--secondary {
  --button-color: #4CE1C8;
  --button-text-color: white;
}
.button--secondary.button--ghost:not(:hover) {
  --button-text-color: white;
}

.button--quarternary {
  --button-text-color: #fff;
  --button-color: var(--color-quarternary);
  border: 1px solid var(--button-color);
}
.button--quarternary:hover {
  --button-text-color: #fff;
  --button-color: transparent;
  border: 1px solid #fff;
}

.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-small);
}
.hs-form .legal-consent-container .hs-form-booleancheckbox-display input {
  float: none !important;
  width: auto !important;
  margin-right: var(--spacing-small);
}
.hs-form .legal-consent-container .hs-form-booleancheckbox-display > span {
  display: inline;
  margin: 0;
}
.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(--spacing-medium);
}
.hs-form-field > label {
  display: block;
  margin: 0 0 var(--spacing-x-small);
  font-size: var(--font-size-small);
  font-weight: 500;
}
.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-small) var(--spacing-small) 0;
}
.hs-form-field ul.inputs-list li:only-child {
  margin: 0;
}
.hs-form-field .hs-form-required {
  display: none;
}
.hs-form-field ul.hs-error-msgs {
  margin: var(--spacing-small) 0 0;
  list-style: none;
}
.hs-form-field ul.hs-error-msgs li {
  display: block;
}
.hs-form-field .hs-error-msg {
  color: var(--color-error);
}

.hs_error_rollup {
  display: none;
}

[data-height].height--reset {
  max-height: none !important;
  transition: none !important;
  animation: none !important;
}

.link--arrow {
  display: inline-block;
  font-weight: 500;
  color: var(--text-color);
  white-space: nowrap;
}
.link--arrow::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: var(--icon-margin, var(--spacing-x-small, 0.25rem));
  margin-left: 0;
  color: var(--link-color);
  margin: 0 0 0 var(--spacing-x-small);
  transition: transform 0.2s var(--easing);
}
.link--arrow:hover::after {
  transform: translateX(0.15rem);
}

.text--kicker {
  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);
  font-weight: 500;
  font-size: var(--font-size-x-small);
  text-transform: uppercase;
  letter-spacing: 0.055em;
  color: var(--text-kicker-color, var(--text-color));
}

.wysiwyg h1:not(:first-child),.wysiwyg h2:not(:first-child),.wysiwyg h3:not(:first-child),.wysiwyg h4:not(:first-child),.wysiwyg h5:not(:first-child),.wysiwyg h6:not(:first-child),.wysiwyg .h1:not(:first-child),.wysiwyg .h2:not(:first-child),.wysiwyg .h3:not(:first-child),.wysiwyg .h4:not(:first-child),.wysiwyg .h5:not(:first-child),.wysiwyg .h6:not(:first-child) {
  margin-top: var(--spacing-large);
}
.wysiwyg .vidyard-player-container {
  margin-bottom: var(--spacing-large) !important;
}
.wysiwyg > :last-child {
  margin-bottom: 0;
}

.post--deep-dive {
  background: var(--bg-light);
  border-radius: var(--border-radius);
  overflow: hidden;
  --text-kicker-color: var(--color-gray);
  --heading-margin: 0;
}
.post--deep-dive > a {
  display: flex;
  flex-direction: column;
  padding: var(--card-spacing);
  border-top: 5px solid transparent;
  height: 100%;
  transition: border-top 0.2s var(--easing);
}
.post--deep-dive > a:hover {
  border-color: var(--color-primary);
}
.post--deep-dive > a .text--kicker {
  margin-bottom: var(--spacing-large);
}
.post--deep-dive > a h3:not(:last-child) {
  margin-bottom: var(--spacing-large);
}
.post--deep-dive > a .link--arrow {
  margin-top: auto;
}

.dialog--large {
  --dialog-width: calc(var(--dialog-width) * 1.5);
}

#share-page a::before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: var(--icon-margin, var(--spacing-x-small, 0.25rem));
  margin-left: 0;
  display: none;
  margin: 0 var(--icon-margin, var(--spacing-x-small, 0.25rem)) 0 0;
}
#share-page a[href*="facebook.com"]::before {
  display: inline-block;
  content: "";
}
#share-page a[href*="twitter.com"]::before {
  display: inline-block;
  content: "";
}
#share-page a[href*="linkedin.com"]::before {
  display: inline-block;
  content: "";
}
#share-page a[href*="instagram.com"]::before {
  display: inline-block;
  content: "";
}
#share-page a[href^="mailto:"]::before {
  display: inline-block;
  content: "";
}
#share-page img {
  display: none;
}

#site-footer {
  background: var(--color-darkgray);
  padding: var(--spacing-medium) var(--site-padding);
  text-align: center;
}
#site-footer > a {
  color: white;
  font-size: var(--font-size-large);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

#site-header,
#site-header-link,
#site-header-logo {
  margin: 0 var(--site-padding);
  padding: var(--spacing-medium) 0;
  border-bottom: 1px solid var(--color-border);
}
#site-header .site-logo,
#site-header-link .site-logo,
#site-header-logo .site-logo {
  display: block;
  line-height: 0;
}
#site-header .site-logo img,
#site-header .site-logo svg,
#site-header-link .site-logo img,
#site-header-link .site-logo svg,
#site-header-logo .site-logo img,
#site-header-logo .site-logo svg {
  width: 200px;
}

#site-header {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
  grid-column-gap: var(--spacing-medium);
  align-items: center;
}
#site-header > nav ul {
  list-style: none;
  margin: 0;
}
#site-header > nav ul li a {
  color: var(--text-color);
  font-weight: 500;
}
#site-header > nav ul li a .button {
  --button-font-size: 0.875rem;
  --button-padding-vertical: 0.8125rem;
  --button-padding-horizontal: 1.8125rem;
  vertical-align: middle;
}
#site-header [data-toggle-hash] {
  display: block;
  margin: calc(var(--spacing-small) * -1) calc(var(--spacing-small) * -1) calc(var(--spacing-small) * -1) auto;
  padding: var(--spacing-small);
  line-height: 1;
}
#site-header [data-toggle-hash]::before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: var(--icon-margin, var(--spacing-x-small, 0.25rem));
  margin-left: 0;
  margin: 0;
}
@media (max-width: 1079px) {
  #site-header > nav {
    grid-column: 1/-1;
    margin: 0 calc(var(--site-padding) * -1);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s var(--easing);
  }
  #site-header > nav ul {
    text-align: right;
    margin: var(--spacing-medium) 0 0;
  }
  #site-header > nav ul li a {
    display: block;
    font-size: var(--font-size-small);
    padding: var(--spacing-small) var(--site-padding);
    transition: background 0.2s linear, color 0.2s linear;
  }
  #site-header > nav ul li a .button {
    all: unset;
  }
  #site-header > nav ul li a:hover {
    color: var(--link-color);
    background: var(--bg-light);
  }
  #site-header:target > nav {
    max-height: var(--element-height, 10rem);
  }
}
@media (min-width: 1080px) {
  #site-header [data-toggle-hash] {
    display: none;
  }
  #site-header > nav ul li {
    display: inline-block;
  }
  #site-header > nav ul li:not(:last-child) {
    margin-right: var(--spacing-medium);
  }
}

#site-header-link,
#site-header-logo {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
  grid-gap: var(--spacing-medium);
  align-items: center;
}

#site-header-logo > figure {
  margin: 0;
}
#site-header-logo > figure img {
  width: auto;
  max-height: 2.1rem;
}

html.system-page {
  height: 100%;
}
html.system-page body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
html.system-page body > main {
  flex: 1;
}

#four-o-four,
#five-o-o {
  --site-width-max: 850px;
  text-align: center;
}
#four-o-four > header,
#five-o-o > header {
  margin-bottom: var(--spacing-large);
}
#four-o-four > header > p:first-child,
#five-o-o > header > p:first-child {
  font-size: var(--font-size-large);
  font-weight: 500;
  margin-bottom: var(--spacing-small);
}
#four-o-four > article > .button,
#five-o-o > article > .button {
  margin-top: var(--spacing-medium);
}
#four-o-four > article > ul,
#five-o-o > article > ul {
  list-style: none;
}

#backup-unsubscribe {
  --site-width-max: 780px;
}
#backup-unsubscribe h3 + div {
  padding: 0 !important;
}
#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;
  width: 100% !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;
  margin: 0 0 var(--heading-margin, var(--spacing-medium, 1rem));
  font-family: var(--heading-font-family, var(--body-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);
  font-size: var(--h4-size);
  color: var(--heading-color, var(--text-color), black);
}
#backup-unsubscribe .header a,
#subscription-preferences .header a,
#subscriptions-confirmation .header a {
  color: currentColor;
}
#backup-unsubscribe .fakelabel,
#backup-unsubscribe label,
#subscription-preferences .fakelabel,
#subscription-preferences label,
#subscriptions-confirmation .fakelabel,
#subscriptions-confirmation label {
  font-weight: 500;
}
#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);
}

#featured-deep-dive > article {
  --text-kicker-color: var(--color-gray);
}
@media (min-width: 1080px) {
  #featured-deep-dive > article {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--color-border);
    border-width: 1px 0;
    padding: var(--spacing-medium) 0;
  }
  #featured-deep-dive > article > .text--kicker {
    margin-bottom: var(--spacing-large);
  }
  #featured-deep-dive > article > .text--kicker + * {
    margin-top: auto;
  }
}
#featured-deep-dive > figure {
  position: relative;
  margin: 0;
}
#featured-deep-dive > figure::before {
  pointer-events: none;
  display: block;
  content: "";
  padding-bottom: 75%;
}
#featured-deep-dive > figure > img,
#featured-deep-dive > figure > video,
#featured-deep-dive > figure > iframe,
#featured-deep-dive > figure > :not(figcaption) img,
#featured-deep-dive > figure > :not(figcaption) video,
#featured-deep-dive > figure > :not(figcaption) iframe {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: auto;
}

#featured-deep-dives > header {
  margin-bottom: var(--spacing-large);
}
@media (min-width: 1080px) {
  #featured-deep-dives > div.grid--deep-dives {
    --grid-cols: 6;
  }
  #featured-deep-dives > div.grid--deep-dives > article {
    grid-column: span 3;
  }
  #featured-deep-dives > div.grid--deep-dives > :nth-child(5n+3),
#featured-deep-dives > div.grid--deep-dives > :nth-child(5n+4),
#featured-deep-dives > div.grid--deep-dives > :nth-child(5n) {
    grid-column: span 2;
  }
}

#hero-plain {
  text-align: center;
}
@media (min-width: 1080px) {
  #hero-plain > h1 {
    font-size: var(--font-size-jumbo);
  }
}
#hero-plain > .wysiwyg {
  font-weight: 400;
}
#hero-plain > h1,
#hero-plain > .wysiwyg {
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
}

#landing-page {
  display: grid;
  grid-gap: var(--grid-gap);
  align-items: start;
}
#landing-page > header > .text--kicker {
  --text-kicker-color: var(--color-primary);
}
#landing-page > header #share-page {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: var(--spacing-large);
}
#landing-page > header #share-page h2 {
  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);
  font-weight: 500;
  font-size: var(--font-size-x-small);
  text-transform: uppercase;
  letter-spacing: 0.055em;
  color: var(--text-kicker-color, var(--text-color));
  margin: 0 var(--spacing-medium) 0 0;
}
#landing-page > header #share-page ul {
  list-style: none;
  margin: 0;
}
#landing-page > header #share-page ul > * {
  display: inline-block;
  margin: 0 var(--spacing-x-small) 0 0;
}
#landing-page > aside {
  display: grid;
  grid-gap: var(--spacing-x-large);
}
#landing-page > aside h3 {
  padding-bottom: var(--spacing-small);
  border-bottom: 1px solid var(--color-border);
}
#landing-page > aside ul {
  list-style: none;
  margin: 0;
}
#landing-page > aside ul > *:not(:last-child) {
  margin-bottom: var(--spacing-small);
}
#landing-page > aside .users > div {
  --grid-cols: 1;
  display: grid;
  grid-gap: var(--grid-gap, var(--spacing-large, 3rem));
  grid-template-columns: repeat(var(--grid-cols, 1), minmax(0, 1fr));
  grid-row-gap: var(--spacing-medium);
  font-size: var(--font-size-small);
  --heading-margin: var(--spacing-x-small);
  --paragraph-margin: 0;
}
@media (min-width: 768px) and (max-width: 1079px) {
  #landing-page > aside .users > div {
    --grid-cols: 2;
  }
}
#landing-page > aside .users > div h4 {
  font-size: var(--font-size-large);
}
#landing-page > aside .users > div a {
  font-weight: 500;
}
#landing-page > aside .users figure {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 5fr);
  grid-gap: var(--spacing-medium);
  align-items: center;
  margin: 0;
}
#landing-page > aside .users figure > div {
  position: relative;
}
#landing-page > aside .users figure > div::before {
  pointer-events: none;
  display: block;
  content: "";
  padding-bottom: 100%;
}
#landing-page > aside .users figure > div > img,
#landing-page > aside .users figure > div > video,
#landing-page > aside .users figure > div > iframe,
#landing-page > aside .users figure > div > :not(figcaption) img,
#landing-page > aside .users figure > div > :not(figcaption) video,
#landing-page > aside .users figure > div > :not(figcaption) iframe {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: auto;
}
#landing-page > aside .users figure > div img {
  border-radius: 50%;
}
#landing-page > aside .attachments a {
  font-size: var(--font-size-large);
  font-weight: 500;
}
#landing-page > aside .attachments a::before {
  margin: 0 var(--spacing-small) 0 0;
}
#landing-page > div.form {
  --heading-color: #fff;
  --link-color: #FFF;
  --link-decoration: underline;
  background: var(--color-primary);
  color: #fff;
  padding: var(--card-spacing);
  border-radius: var(--border-radius);
  font-size: var(--font-size-x-small);
}
#landing-page > div.form input[type=submit] {
  --button-text-color: #fff;
  --button-color: var(--color-quarternary);
  border: 1px solid var(--button-color);
}
#landing-page > div.form input[type=submit]:hover {
  --button-text-color: #fff;
  --button-color: transparent;
  border: 1px solid #fff;
}
@media (min-width: 1080px) {
  #landing-page {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    grid-column-gap: 8.375rem;
    margin-top: var(--spacing-large);
  }
  #landing-page > header {
    padding-bottom: var(--grid-gap);
  }
  #landing-page > header > .text--kicker {
    margin-bottom: var(--spacing-large);
  }
  #landing-page > div.form ~ aside {
    margin-top: var(--spacing-medium);
  }
  #landing-page > div.form {
    grid-column: 2;
    grid-row: 1/span 2;
  }
  #landing-page > div.form #hs_form_target_landing_page:not(:first-child) {
    margin-top: var(--spacing-medium);
  }
  #landing-page > aside {
    grid-column: 2;
    grid-row: span 2;
  }
  #landing-page > article {
    grid-row: span 4;
  }
}

#text-block-background {
  background: var(--color-primary);
  padding: var(--card-spacing);
  --text-color: #FFF;
  --heading-color: #FFF;
  color: #FFF;
  text-align: center;
  border-radius: var(--border-radius);
}
@media (min-width: 1080px) {
  #text-block-background {
    padding: var(--spacing-x-large);
  }
}
#text-block-background > .text--kicker,
#text-block-background > h2,
#text-block-background > .wysiwyg {
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
}
#text-block-background > .button {
  margin-top: var(--spacing-medium);
}

#videos > header {
  margin-bottom: var(--spacing-large);
}
#videos .video {
  position: relative;
}
#videos .video::before {
  pointer-events: none;
  display: block;
  content: "";
  padding-bottom: 56.25%;
}
#videos .video > img,
#videos .video > video,
#videos .video > iframe,
#videos .video > :not(figcaption) img,
#videos .video > :not(figcaption) video,
#videos .video > :not(figcaption) iframe {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: auto;
}
#videos .hs-video-widget {
  margin: 0 0 var(--spacing-medium, 1rem) 0;
}

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