/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].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??ruleSet[1].rules[1].use[1]!./node_modules/flickity/dist/flickity.css ***!
  \***********************************************************************************************************************/
/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

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

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  touch-action: pan-y;
}

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

.flickity-rtl .flickity-slider {
  left: unset;
  right: 0;
}

/* draggable */

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

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

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

/* ---- flickity-cell ---- */

.flickity-cell {
  position: absolute;
  left: 0;
}

.flickity-rtl .flickity-cell {
  left: unset;
  right: 0;
}

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

.flickity-button {
  position: absolute;
  background: hsl(0 0% 100% / 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;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

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

.flickity-page-dot {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 8px;
  background: hsl(0 0% 20% / 25%);
  border-radius: 50%;
  cursor: pointer;
  appearance: none;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
}

.flickity-rtl .flickity-page-dot {
  text-indent: 9999px;
}

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

.flickity-page-dot.is-selected {
  background: hsl(0 0% 20% / 100%);
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/import-glob-loader/index.js!./src/sass/app.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "Inter";
  src: url("https://144593829.fs1.hubspotusercontent-eu1.net/hubfs/144593829/raw_assets/public/hsr-theme/dist/assets/fonts/Inter-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("https://144593829.fs1.hubspotusercontent-eu1.net/hubfs/144593829/raw_assets/public/hsr-theme/dist/assets/fonts/Inter-Medium.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans Rounded";
  src: url("https://144593829.fs1.hubspotusercontent-eu1.net/hubfs/144593829/raw_assets/public/hsr-theme/dist/assets/fonts/MuseoSansRounded700.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans Rounded";
  src: url("https://144593829.fs1.hubspotusercontent-eu1.net/hubfs/144593829/raw_assets/public/hsr-theme/dist/assets/fonts/MuseoSansRounded500.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "fontello";
  src: url("https://144593829.fs1.hubspotusercontent-eu1.net/hubfs/144593829/raw_assets/public/hsr-theme/dist/assets/fontello/fontello.eot?58142169");
  src: url("https://144593829.fs1.hubspotusercontent-eu1.net/hubfs/144593829/raw_assets/public/hsr-theme/dist/assets/fontello/fontello.eot?58142169#iefix") format("embedded-opentype"), url("https://144593829.fs1.hubspotusercontent-eu1.net/hubfs/144593829/raw_assets/public/hsr-theme/dist/assets/fontello/fontello.woff2?58142169") format("woff2"), url("https://144593829.fs1.hubspotusercontent-eu1.net/hubfs/144593829/raw_assets/public/hsr-theme/dist/assets/fontello/fontello.woff?58142169") format("woff"), url("https://144593829.fs1.hubspotusercontent-eu1.net/hubfs/144593829/raw_assets/public/hsr-theme/dist/assets/fontello/fontello.ttf?58142169") format("truetype"), url("https://144593829.fs1.hubspotusercontent-eu1.net/hubfs/144593829/raw_assets/public/hsr-theme/dist/assets/fontello/fontello.svg?58142169#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://144593829.fs1.hubspotusercontent-eu1.net/hubfs/144593829/raw_assets/public/hsr-theme/dist/assets/fontello/fontello.svg?58142169#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-globe:before {
  content: "▶";
}

/* '▶' */
.icon-facebook:before {
  content: "\e800";
}

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

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

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

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

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

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

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

/* '' */
.icon-document:before {
  content: "\e810";
}

/* '' */
.icon-folder:before {
  content: "\e811";
}

/* '' */
.icon-image:before {
  content: "\e812";
}

/* '' */
.icon-lock-open:before {
  content: "\e813";
}

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

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

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

/* '' */
.icon-eye:before {
  content: "\ea60";
}

/* '' */
.icon-eye-closed:before {
  content: "\ea61";
}

/* '' */
.icon-arrow-up-right:before {
  content: "\ea63";
}

/* '' */
.icon-check:before {
  content: "\ea64";
}

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

/* '' */
.icon-trash:before {
  content: "\ea66";
}

/* '' */
.icon-lock:before {
  content: "\ea67";
}

/* '' */
.icon-up:before {
  content: "\ea68";
}

/* '' */
.icon-right:before {
  content: "\ea69";
}

/* '' */
.icon-left:before {
  content: "\ea6a";
}

/* '' */
.icon-down:before {
  content: "\ea6b";
}

/* '' */
.icon-book:before {
  content: "\ea6c";
}

/* '' */
.icon-clock:before {
  content: "\ea6d";
}

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

/* '' */
.icon-location:before {
  content: "\ea6f";
}

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

/* '' */
.icon-search:before {
  content: "\ea71";
}

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

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

/* '' */
.icon-calendar:before {
  content: "\f133";
}

/* '' */
.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-zip:before {
  content: "\f1c6";
}

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

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

/* '' */
.icon-globe.icon--after:after {
  content: "▶";
}

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

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

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

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

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

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

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

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

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

.icon-folder.icon--after:after {
  content: "\e811";
}

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

.icon-lock-open.icon--after:after {
  content: "\e813";
}

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

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

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

.icon-eye.icon--after:after {
  content: "\ea60";
}

.icon-eye-closed.icon--after:after {
  content: "\ea61";
}

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

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

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

.icon-trash.icon--after:after {
  content: "\ea66";
}

.icon-lock.icon--after:after {
  content: "\ea67";
}

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

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

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

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

.icon-book.icon--after:after {
  content: "\ea6c";
}

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

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

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

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

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

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

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

.icon-calendar.icon--after:after {
  content: "\f133";
}

.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-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: #078383;
  --color-overlay: rgba(0, 0, 0, .3);
  --color-gray: #999;
  --color-error: #E13C3F;
  --heading-color: #003B3B;
  --heading-color-alt: #006666;
  --text-color: #0A0A0A;
  --link-color: #006666;
  --link-color-hover: #006666;
  --border-radius: 0.5rem;
  --border-radius-small: 0.25rem;
  --color-border: #E7E7E7;
  --selection-bg: #078383;
  --selection-color: #FFF;
  --easing: ease;
  --spacing-xx-small: 0.25rem;
  --spacing-x-small: 0.5rem;
  --spacing-small: 1rem;
  --spacing-medium: 1.5rem;
  --spacing-large: 2.5rem;
  --spacing-x-large: 4rem;
  --spacing-xx-large: 6rem;
  --container-margin: max(3rem, min(10vw, 4rem));
  --grid-gap: 1.5rem;
  --section-padding: max(3rem, min(10vw, 4rem));
  --body-font-size: clamp(1rem, 0.31vw + 0.94rem, 1.125rem);
  --body-font-family: "Inter", sans-serif;
  --body-font-weight: normal;
  --body-font-style: normal;
  --body-line-height: 1.5;
  --body-letter-spacing: 0;
  --body-text-transform: none;
  --font-size-display: clamp(3.875rem, 1.25vw + 3.63rem, 4.375rem);
  --font-size-display-2: clamp(3.375rem, 1.25vw + 3.13rem, 3.875rem);
  --font-size-large: clamp(1.125rem, 0.63vw + 1rem, 1.375rem);
  --font-size-small: clamp(0.875rem, 0.31vw + 0.81rem, 1rem);
  --font-size-x-small: clamp(0.75rem, 0.31vw + 0.69rem, 0.875rem);
  --text-decoration-color: initial;
  --text-decoration-thickness: 1px;
  --text-underline-offset: 0.25rem;
  --h1-size: clamp(2rem, 3.44vw + 1.31rem, 3.375rem);
  --h2-size: clamp(1.75rem, 2.66vw + 1.22rem, 2.813rem);
  --h3-size: clamp(1.625rem, 1.88vw + 1.25rem, 2.375rem);
  --h4-size: clamp(1.375rem, 1.56vw + 1.06rem, 2rem);
  --h5-size: clamp(1.25rem, 0.94vw + 1.06rem, 1.625rem);
  --h6-size: clamp(1.125rem, 0.63vw + 1rem, 1.375rem);
  --heading-font-family: "Museo Sans Rounded", sans-serif;
  --heading-font-weight: bold;
  --heading-font-style: normal;
  --heading-line-height: 1.09;
  --heading-letter-spacing: -0.01em;
  --heading-text-transform: none;
  --heading-margin: 1.5rem;
}

: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(> img:only-child),
p:has(> video:only-child),
figure {
  margin: 0 0 var(--spacing-medium, 1.5rem);
}
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--21-9::before {
  padding-bottom: 42.8571428571%;
}

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

.ratio--3-2::before {
  padding-bottom: 66.6666666667%;
}

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

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

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

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

:root {
  --icon-round-size: 2rem;
  --icon-round-color: #003B3B;
  --icon-round-bg: transparent;
  --icon-round-color-hover: #FFF;
  --icon-round-bg-hover: #003B3B;
}

:root {
  --icon-color: #078383;
  --icon-size: 0.875rem;
}

:root {
  --text-kicker-color: #006666;
  --text-label-color: #003B3B;
  --text-label-bg: #A9E6E4;
}

:root {
  interpolate-size: allow-keywords;
}

details {
  --card-padding-y: 1rem;
  --card-padding-x: 1.125rem;
}
details > summary {
  font-weight: bold;
  color: var(--heading-color);
  line-height: 1.2;
}

details > summary {
  display: flex;
  align-items: start;
  gap: var(--spacing-small);
  justify-content: space-between;
  cursor: pointer;
}
details > summary::marker, details > summary::-webkit-details-marker {
  display: none;
}
details > summary::after {
  --icon-round-size: 1.5rem;
  --icon-round-color: var(--icon-round-color-hover);
  --icon-round-bg: var(--icon-round-bg-hover);
  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: "\ea6b";
  margin-right: var(--icon-margin, 0.25rem);
  margin-left: 0;
  line-height: inherit;
  background-color: var(--icon-round-bg);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: var(--icon-round-size);
  height: var(--icon-round-size);
  line-height: 1;
  font-size: 1.3rem;
  color: var(--icon-round-color);
  border-radius: 50%;
  border: 1px solid var(--icon-round-color);
  color: var(--icon-round-color);
  margin: 0;
  transition: all 0.3s var(--easing);
  padding-top: 2px;
  grid-column: 3;
}
details[open] {
  --open: 1;
  border: 1px solid #078383;
}
details[open] > summary::after {
  content: "\ea68";
  padding-bottom: 3px;
}
details[open] > summary > span {
  font-weight: bold;
}
details > div {
  padding: var(--spacing-medium) var(--spacing-large) 0 0;
}
details::details-content {
  transition: height 0.3s linear, content-visibility 0.3s linear allow-discrete;
  height: 0;
  overflow: clip;
}
details:not(:last-child) {
  margin-bottom: var(--spacing-x-small);
}
details[open]::details-content {
  height: auto;
}

figure.avatar {
  display: grid;
  align-items: center;
  grid-template-columns: 4rem 1fr;
  gap: var(--spacing-small);
}
figure.avatar img {
  border-radius: 50%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
figure.avatar figcaption {
  font-size: var(--font-size-small);
}
figure.avatar figcaption strong {
  display: block;
  font-size: var(--body-font-size);
}

.bg--white,
.bg--light-grey,
.bg--xx-light-blue,
.bg--x-light-blue,
.bg--default {
  --bg-color: var(--body-bg);
  --heading-color: #003B3B;
  --heading-color-alt: #006666;
  --text-color: #0A0A0A;
  --text-kicker-color: #006666;
  --text-label-color: #003B3B;
  --text-label-bg: #A9E6E4;
  --link-color: #006666;
  --link-color-hover: #006666;
  --color-border: #0A0A0A;
  --selection-bg: #078383;
  --selection-color: #FFF;
  --icon-color: #078383;
  --icon-round-color: #006666;
  --icon-round-bg: transparent;
  --icon-round-color-hover: #FFF;
  --icon-round-bg-hover: #006666;
  --form-field-bg: #FFF;
  --form-field-focus-bg: var(--form-field-bg);
  --form-field-hover-bg: var(--form-field-bg);
  --form-field-padding-x: 1.4375rem;
  --form-field-padding-y: 0.9375rem;
  --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: #0A0A0A;
  --form-field-border-width: 1px;
  --form-field-border-style: solid;
  --form-field-border-radius: 0.25rem;
  --form-field-border-color: #D1D1D1;
  --form-field-hover-border-color: #006666;
  --form-field-focus-border-color: #006666;
  --placeholder-color: #D1D1D1;
  --button-bg: #006666;
  --button-bg-hover: #078383;
  --button-color: #FFF;
  --button-color-hover: #FFF;
  --button-border-color: var(--button-bg);
  --button-border-color-hover: var(--button-bg-hover);
  --button-secondary-bg: #66CCCC;
  --button-secondary-bg-hover: #A9E6E4;
  --button-secondary-color: #003B3B;
  --button-secondary-color-hover: #003B3B;
  --button-secondary-border-color: var(--button-secondary-bg);
  --button-secondary-border-color-hover: var(--button-secondary-bg-hover);
  --button-ghost-bg: transparent;
  --button-ghost-bg-hover: #006666;
  --button-ghost-color: #006666;
  --button-ghost-color-hover: #FFF;
  --button-ghost-border-color: #006666;
  --button-ghost-border-color-hover: var(--button-ghost-bg-hover);
  --button-disabled-bg: #D1D1D1;
  --button-disabled-color: #5D5D5D;
  color: var(--text-color);
  transition: background-color 0.3s var(--easing);
  background-color: var(--bg-color);
}

.bg--light-grey {
  --bg-color: #F6F6F6;
  background-color: var(--bg-color);
}

.bg--xx-light-blue {
  --bg-color: #D9F4F2;
  background-color: var(--bg-color);
}

.bg--x-light-blue {
  --bg-color: #A9E6E4;
  background-color: var(--bg-color);
  --button-secondary-bg: #006666;
  --button-secondary-bg-hover: #078383;
  --button-secondary-color: #FFF;
  --button-secondary-color-hover: #FFF;
  --button-secondary-border-color: var(--button-bg);
  --button-secondary-border-color-hover: var(--button-bg-hover);
}

.bg--blue-green,
.bg--x-dark-green,
.bg--media {
  --bg-color: #078383;
  --heading-color: #FFF;
  --heading-color-alt: #FFF;
  --text-color: #FFF;
  --text-kicker-color: #A9E6E4;
  --text-label-color: #FFF;
  --text-label-bg: transparent;
  --link-color: #FFF;
  --link-color-hover: #FFF;
  --color-border: rgba(255, 255, 255, 0.25);
  --selection-bg: #A9E6E4;
  --selection-color: #000;
  --icon-color: #A9E6E4;
  --icon-round-color: #FFF;
  --icon-round-bg: transparent;
  --icon-round-color-hover: #003B3B;
  --icon-round-bg-hover: #FFF;
  --form-field-bg: #FFF;
  --form-field-focus-bg: var(--form-field-bg);
  --form-field-hover-bg: var(--form-field-bg);
  --form-field-border-color: #FFF;
  --form-field-hover-border-color: #A9E6E4;
  --form-field-focus-border-color: #A9E6E4;
  --checkbox-bg: transparent;
  --checkbox-color: #006666;
  --checkbox-border-color: #006666;
  --checkbox-checked-color: #006666;
  --checkbox-checked-bg: #FFF;
  --checkbox-checked-border-color: #A9E6E4;
  --button-bg: #66CCCC;
  --button-bg-hover: #A9E6E4;
  --button-color: #003B3B;
  --button-color-hover: #003B3B;
  --button-border-color: #66CCCC;
  --button-border-color-hover: #A9E6E4;
  --button-secondary-bg: #FFF;
  --button-secondary-bg-hover: #A9E6E4;
  --button-secondary-color: #003B3B;
  --button-secondary-color-hover: #003B3B;
  --button-secondary-border-color: #FFF;
  --button-secondary-border-color-hover: #A9E6E4;
  --button-ghost-bg: transparent;
  --button-ghost-bg-hover: #A9E6E4;
  --button-ghost-color: #A9E6E4;
  --button-ghost-color-hover: #003B3B;
  --button-ghost-border-color: #A9E6E4;
  --button-ghost-border-color-hover: #A9E6E4;
  color: var(--text-color);
  transition: background-color 0.3s var(--easing);
  background-color: var(--bg-color);
}

.bg--x-dark-green {
  --bg-color: #003B3B;
  background-color: var(--bg-color);
}

.bg--media {
  --bg-color: var(--color-overlay);
}
:where(.bg--media) {
  position: relative;
}
.bg--media.bg--media-overlay::before {
  background-color: var(--color-overlay);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.bg--media > figure:first-child {
  display: contents;
}
.bg--media > figure:first-child > div {
  display: contents;
}
.bg--media > figure:first-child img,
.bg--media > figure:first-child video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

:root {
  --button-bg: #006666;
  --button-bg-hover: #078383;
  --button-color: #FFF;
  --button-color-hover: #FFF;
  --button-border-color: var(--button-bg);
  --button-border-color-hover: var(--button-bg-hover);
  --button-secondary-bg: #66CCCC;
  --button-secondary-bg-hover: #A9E6E4;
  --button-secondary-color: #003B3B;
  --button-secondary-color-hover: #003B3B;
  --button-secondary-border-color: var(--button-secondary-bg);
  --button-secondary-border-color-hover: var(--button-secondary-bg-hover);
  --button-ghost-bg: transparent;
  --button-ghost-bg-hover: #006666;
  --button-ghost-color: #006666;
  --button-ghost-color-hover: #FFF;
  --button-ghost-border-color: #006666;
  --button-ghost-border-color-hover: var(--button-ghost-bg-hover);
  --button-disabled-bg: #D1D1D1;
  --button-disabled-color: #5D5D5D;
  --button-padding-x: 1.375rem;
  --button-padding-y: 1rem;
  --button-font-size: var(--body-font-size);
  --button-font-family: var(--heading-font-family);
  --button-font-weight: bold;
  --button-letter-spacing: 0;
  --button-line-height: 1;
  --button-text-transform: none;
  --button-font: var(--button-font-weight) var(--button-font-size)/var(--button-line-height) var(--button-font-family);
  --button-border-width: 1px;
  --button-border-radius: 0.5rem;
}

:where(button) {
  background-color: transparent;
  border-width: 0;
  padding: 0;
  cursor: pointer;
  text-align: inherit;
}

.button,
input[type=submit] {
  background: var(--button-bg);
  box-sizing: border-box;
  display: inline-block;
  padding: var(--button-padding-y) var(--button-padding-x);
  vertical-align: middle;
  font-size: var(--button-font-size);
  font-family: var(--button-font-family);
  font-weight: var(--button-font-weight);
  letter-spacing: var(--button-letter-spacing);
  line-height: var(--button-line-height);
  text-decoration: none;
  text-align: center;
  text-transform: var(--button-text-transform);
  color: var(--button-color);
  cursor: pointer;
  border: var(--button-border-width) solid var(--button-border-color);
  border-radius: var(--button-border-radius);
  transition: all 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8);
}
.button:disabled,
input[type=submit]:disabled {
  cursor: not-allowed;
  background: var(--button-disabled-bg);
  border-color: var(--button-disabled-bg);
  color: var(--button-disabled-color);
}
.button:not(:disabled):hover,
input[type=submit]:not(:disabled):hover {
  background: var(--button-bg-hover);
  border-color: var(--button-border-color-hover);
  color: var(--button-color-hover);
  text-decoration: none;
}
.button::after,
input[type=submit]::after {
  transition: translate 0.4s var(--easing);
}
.button:hover::after,
input[type=submit]:hover::after {
  translate: 0.25rem 0;
}

.button--small {
  --button-font-size: 1rem;
  --button-padding-x: 1.125rem;
  --button-padding-y: 0.75rem;
}

.button--filter {
  --button-bg: transparent;
  --button-bg-hover: #006666;
  --button-color:	#006666;
  --button-color-hover: #FFF;
  --button-border-color: #006666;
  --button-border-color-hover: #006666;
  --button-padding-x: 0.9375rem;
  --button-padding-y: 0.6rem;
  --button-border-radius: 999px;
}

.button--ghost {
  --button-bg: var(--button-ghost-bg);
  --button-bg-hover: var(--button-ghost-bg-hover);
  --button-color: var(--button-ghost-color);
  --button-color-hover: var(--button-ghost-color-hover);
  --button-border-color: var(--button-ghost-border-color);
  --button-border-color-hover: var(--button-ghost-border-color-hover);
}

.button--secondary {
  --button-bg: var(--button-secondary-bg);
  --button-bg-hover: var(--button-secondary-bg-hover);
  --button-color: var(--button-secondary-color);
  --button-color-hover: var(--button-secondary-color-hover);
  --button-border-color: var(--button-secondary-border-color);
  --button-border-color-hover: var(--button-secondary-border-color-hover);
}

.link--arrow {
  font: var(--button-font);
  color: var(--button-ghost-color);
  --icon-margin: var(--spacing-x-small);
}
.link--arrow::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: "\ea65";
  margin-right: var(--icon-margin, 0.25rem);
  margin-left: 0;
  line-height: inherit;
  margin: 0 0 0 var(--icon-margin);
  transition: translate 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8);
}
.link--arrow:hover::after {
  translate: 0.25rem 0;
}
.link--arrow.button--small {
  font-size: var(--button-font-size);
}

.buttons {
  display: flex;
  align-items: center;
  gap: var(--spacing-x-small);
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-top: var(--spacing-medium);
}
.buttons > * {
  flex: 1 0 auto;
  max-width: 100%;
}
:where(.buttons.text--left, .text--left .buttons) {
  margin: 0;
}

:where(.buttons.text--center, .text--center .buttons) {
  margin: 0 auto;
}

:where(.buttons.text--right, .text--right .buttons) {
  margin: 0 0 0 auto;
}

.card-tabs {
  display: flex;
  gap: var(--spacing-small);
  align-items: stretch;
  justify-content: space-between;
}
.card-tabs > a {
  background: #FFF;
  display: block;
  flex: 1;
  padding: var(--spacing-x-small) var(--spacing-small);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: #4F4F4F;
  border: 2px solid var(--bg-color);
  border-radius: var(--card-radius) var(--card-radius) 0 0;
}
.card-tabs > a.active {
  background: var(--bg-color);
  color: var(--text-color);
  border-top-color: var(--button-bg);
}

.card:has(.card-tabs) {
  position: relative;
  overflow: visible;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: calc(1lh + var(--spacing-x-small) * 2 + 4px);
}
.card:has(.card-tabs) .card-tabs {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  translate: 0 -100%;
}

:root {
  --card-padding: var(--spacing-medium);
  --card-radius: var(--border-radius);
}

.card {
  overflow: hidden;
  padding: var(--card-padding-y, var(--card-padding)) var(--card-padding-x, var(--card-padding));
  border-radius: var(--card-radius);
}
:where(.card) {
  position: relative;
}

.card > :where(:last-child) {
  margin-bottom: 0;
}
.card :where(.card-media) {
  position: relative;
  margin-inline: calc(var(--card-padding-x, var(--card-padding)) * -1);
}
.card :where(.card-media:first-child) {
  margin-top: calc(var(--card-padding-y, var(--card-padding)) * -1);
}

.card--2 {
  overflow: hidden;
  padding: var(--card-padding-y, var(--card-padding)) var(--card-padding-x, var(--card-padding));
  border-radius: var(--card-radius);
  --card-padding: var(--spacing-small);
}
:where(.card--2) {
  position: relative;
}

.card--2 > :where(:last-child) {
  margin-bottom: 0;
}
.card--2 :where(.card-media) {
  border-radius: var(--card-radius);
}

form {
  --link-decoration: underline;
}
form label {
  font-size: var(--font-size-x-small);
}
form > .field:not(:last-child),
form > .actions:not(:last-child),
form > .field-group:not(:last-child) {
  margin-bottom: var(--spacing-medium);
}
form > .field-group {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--spacing-medium);
}
form > .field-group > * {
  flex: 1 0 11rem;
}
form > .actions button {
  width: 100%;
}

[data-hijax-form] {
  /* &:not(.valid) {
  	.actions {
  		button {
  			@include button-disabled;

  			pointer-events: none;
  		}
  	}
  } */
}
[data-hijax-form].submitting {
  opacity: 0.5;
  pointer-events: none;
}

:root {
  --form-field-bg: #FFF;
  --form-field-focus-bg: var(--form-field-bg);
  --form-field-hover-bg: var(--form-field-bg);
  --form-field-padding-x: 1.4375rem;
  --form-field-padding-y: 0.9rem;
  --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: 1;
  --form-field-text-color: #0A0A0A;
  --form-field-border-width: 1px;
  --form-field-border-style: solid;
  --form-field-border-radius: 0.25rem;
  --form-field-border-color: #D1D1D1;
  --form-field-hover-border-color: #006666;
  --form-field-focus-border-color: #006666;
  --select-arrow-size: 0.75rem;
  --placeholder-color: #6D6D6D;
}

.hs-form {
  --spacing-small: var(--spacing-x-small);
}
.hs-form .hs-form-field > label,
.hs-form .hs-form-field > legend,
.hs-form .hs-form-field ul.hs-error-msgs,
.hs-form .legal-consent-container {
  font-size: var(--font-size-x-small);
}
.hs-form .legal-consent-container .hs-richtext {
  margin-bottom: var(--spacing-medium);
}
.hs-form input[type=submit] {
  width: 100%;
}

.media--round {
  overflow: hidden;
  border-radius: var(--border-radius);
}
.media--round :is(img, video) {
  border-radius: var(--border-radius);
}

.media--dolly {
  overflow: hidden;
}
.media--dolly :is(img, video) {
  transition: transform 0.8s var(--easing);
  transform: scale(max(1, var(--media-dolly, 0) * 1.03));
}
.media--dolly:hover {
  --media-dolly: 1;
}

:root {
  --module-header-margin: 2.5rem;
}

.module-header {
  margin-bottom: var(--module-header-margin);
}
.module-header h2 {
  max-width: 30ch;
}
.module-header .wysiwyg {
  max-width: var(--site-width-small);
}
.module-header > :last-child,
.module-header > div:last-child > :last-child {
  margin-bottom: 0;
}
.module-header.text--center h2,
.module-header.text--center .wysiwyg {
  margin-inline: auto;
}
@media (min-width: 768px) {
  .module-header:not(.text--center):has(.description) {
    display: grid;
    align-items: start;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 0 var(--grid-gap);
  }
  .module-header:not(.text--center):has(.description) .text--kicker,
  .module-header:not(.text--center):has(.description) h2 {
    grid-column: 1/span 6;
  }
  .module-header:not(.text--center):has(.description) .description {
    grid-column: 8/span 5;
  }
  .module-header:not(.text--center):has(.description) .description .buttons:first-child {
    margin: 0;
    justify-self: end;
  }
  .module-header:not(.text--center):has(.description) .description:has(.buttons:first-child) {
    align-self: end;
  }
  .module-header:not(.text--center):has(.description) .text--kicker ~ .description {
    grid-row: 2;
  }
}

@media (min-width: 1080px) {
  .module-header:not(.text--center):has(~ [data-slideshow].slideshow--top-nav.flickity-enabled .flickity-button) {
    display: block;
  }
  .module-header:not(.text--center):has(~ [data-slideshow].slideshow--top-nav.flickity-enabled .flickity-button) h2 {
    margin-bottom: var(--heading-margin);
  }
  .module-header:not(.text--center):has(~ [data-slideshow].slideshow--top-nav.flickity-enabled .flickity-button) .buttons {
    margin-top: var(--buttons-margin);
    justify-self: start;
  }
}
.post--post {
  display: grid;
}
.post--post > header > h3 {
  margin: 0;
}
.post--post > header > .tags {
  margin: 0;
}
.post--post > a.link--arrow {
  align-self: end;
  margin-top: var(--spacing-medium);
}

.post--page,
.post--product {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-small);
}
.post--page > a.link--arrow,
.post--product > a.link--arrow {
  margin-top: auto;
}
.post--page figure,
.post--product figure {
  margin-bottom: 0;
}
.post--page figure > svg,
.post--product figure > svg {
  position: absolute;
  right: var(--spacing-small);
  width: 2.5rem;
  height: 2.5rem;
  bottom: var(--spacing-small);
}

@media (max-width: 1079px) {
  .laptop-max\:ratio--21-9::before {
    padding-bottom: 42.8571428571%;
  }
  .laptop-max\:ratio--16-9::before {
    padding-bottom: 56.25%;
  }
  .laptop-max\:ratio--3-2::before {
    padding-bottom: 66.6666666667%;
  }
  .laptop-max\:ratio--4-5::before {
    padding-bottom: 125%;
  }
  .laptop-max\:ratio--4-3::before {
    padding-bottom: 75%;
  }
  .laptop-max\:ratio--1-1::before {
    padding-bottom: 100%;
  }
}
:root {
  --site-width-medium: 926px;
  --site-width-small: 735px;
  --site-width-x-small: 636px;
}

.section--medium {
  --site-width-max: 926px;
  --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);
}

.container--medium {
  --site-width-max: 926px;
  --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;
}

.section--small {
  --site-width-max: 735px;
  --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);
}

.container--small {
  --site-width-max: 735px;
  --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;
}

.section--x-small {
  --site-width-max: 636px;
  --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);
}

.container--x-small {
  --site-width-max: 636px;
  --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;
}

:root {
  --slideshow-gap: var(--grid-gap);
  --slideshow-arrow-size: 2rem;
  --slideshow-arrow-margin: max(1.5rem, min(4vw, 2rem));
  --slideshow-bullet-size: 0.5rem;
  --slideshow-bullet-margin: var(--spacing-large);
  --slideshow-bullet-spacing: 0.625rem;
}

[data-slideshow] {
  --slideshow-slide-width: calc(var(--slideshow-width, 100%) / var(--slideshow-per-page, 1) - var(--slideshow-gap) * (var(--slideshow-per-page, 1) - 1) / var(--slideshow-per-page, 1));
}
[data-slideshow]:not(.flickity-enabled) {
  display: grid;
  grid-template-columns: repeat(var(--grid-cols, var(--slideshow-per-page, 1)), minmax(0, 1fr));
  gap: var(--slideshow-gap);
}
[data-slideshow].flickity-enabled {
  display: block;
}
[data-slideshow].flickity-enabled.is-fade .flickity-cell.is-selected {
  z-index: 1;
}
[data-slideshow].slideshow--bleed .flickity-viewport {
  margin-right: calc(var(--site-padding) * -1);
}
[data-slideshow].slideshow--bleed .flickity-viewport .flickity-slider {
  width: calc(100% - var(--site-padding));
}
[data-slideshow] .flickity-viewport {
  transition: height 0.25s var(--easing);
}
[data-slideshow] .flickity-slider > * {
  width: var(--slideshow-slide-width);
  margin-right: var(--slideshow-gap);
}
[data-slideshow] .flickity-prev-next-button {
  all: unset;
  cursor: pointer;
  line-height: 0;
  position: absolute;
  left: calc(100% - (var(--spacing-large) + var(--slideshow-arrow-size)));
  top: calc(100% + var(--slideshow-arrow-margin));
  margin-top: calc(var(--slideshow-arrow-size) * -0.5);
  --icon-size: var(--slideshow-arrow-size);
}
[data-slideshow] .flickity-prev-next-button:not(:disabled):hover {
  --icon-round-bg: var(--icon-round-bg-hover);
  --icon-round-color: var(--icon-round-color-hover);
}
[data-slideshow] .flickity-prev-next-button:not(:disabled):hover::before {
  border-color: var(--icon-round-bg-hover);
}
[data-slideshow] .flickity-prev-next-button::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: "\ea6a";
  margin-right: var(--icon-margin, 0.25rem);
  margin-left: 0;
  line-height: inherit;
  background-color: var(--icon-round-bg);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: var(--icon-round-size);
  height: var(--icon-round-size);
  line-height: 1;
  font-size: 1.3rem;
  color: var(--icon-round-color);
  border-radius: 50%;
  border: 1px solid var(--icon-round-color);
  color: var(--icon-round-color);
  margin: 0;
  line-height: 1;
  transition: all 0.5s var(--easing);
  padding: 0 1px 0 0;
}
[data-slideshow] .flickity-prev-next-button.next {
  left: auto;
  right: 0;
}
[data-slideshow] .flickity-prev-next-button.next::before {
  content: "\ea69";
  padding: 0 0 0 2px;
}
[data-slideshow]:has(.flickity-page-dots) .flickity-prev-next-button {
  top: calc(100% - (var(--slideshow-bullet-margin) - var(--slideshow-arrow-size)));
}
[data-slideshow] .flickity-page-dots {
  all: unset;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--slideshow-bullet-spacing);
  margin-top: var(--slideshow-bullet-margin);
  margin-right: calc(var(--slideshow-bullet-size) + var(--slideshow-bullet-margin) * 2 + var(--spacing-medium));
}
[data-slideshow] .flickity-page-dots .flickity-page-dot {
  background-color: var(--button-disabled-bg);
  width: var(--slideshow-bullet-size);
  height: var(--slideshow-bullet-size);
  margin: 0;
  opacity: 1;
  border-radius: 50%;
  border: 1px solid var(--button-disabled-bg);
  transition: background-color 0.25s var(--easing);
}
[data-slideshow] .flickity-page-dots .flickity-page-dot:focus {
  outline: revert;
  box-shadow: none;
}
[data-slideshow] .flickity-page-dots .flickity-page-dot.is-selected {
  background-color: var(--button-bg);
  border-color: var(--button-bg);
}
[data-slideshow]:not(:has(.flickity-prev-next-button)) .flickity-page-dots {
  margin-right: 0;
}
@media (max-width: 1259px) {
  [data-slideshow] .flickity-prev-next-button {
    display: none;
  }
  [data-slideshow] .flickity-page-dots {
    justify-content: center;
    margin-right: 0;
  }
}

.text--left {
  text-align: left;
}

.text--center {
  text-align: center;
}

.text--right {
  text-align: right;
}

.text--display {
  font-size: var(--font-size-display);
  letter-spacing: -0.02em;
}

.text--display-2 {
  font-size: var(--font-size-display-2);
  letter-spacing: -0.02em;
}

.text--x-small {
  font-size: var(--font-size-x-small);
}

.text--small {
  font-size: var(--font-size-small);
}

.text--regular {
  font-size: var(--body-font-size);
}

.text--x-large {
  font-size: var(--font-size-x-large);
}

.text-color--alt {
  color: var(--heading-color-alt);
}

.text--kicker {
  display: block;
  margin: 0 0 var(--spacing-small);
  color: var(--text-kicker-color);
  font-size: var(--font-size-x-small);
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text--label {
  display: block;
  margin: 0 0 var(--spacing-small);
  color: var(--text-label-color);
  font-size: var(--font-size-x-small);
  letter-spacing: 0;
}

.text--label-bg {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 var(--spacing-small);
  padding: 0.5rem 0.75rem;
  color: var(--text-label-color);
  background-color: var(--text-label-bg);
  font-size: var(--font-size-x-small);
  letter-spacing: 0;
  line-height: 1;
  border-radius: 999px;
  border: 1px solid var(--text-label-bg);
}

.text--label-ghost {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 var(--spacing-small);
  padding: 0.5rem 0.75rem;
  color: var(--button-ghost-color);
  background-color: transparent;
  font-size: var(--font-size-x-small);
  letter-spacing: 0;
  line-height: 1;
  border-radius: 999px;
  border: 1px solid var(--button-ghost-color);
}

:root {
  --toast-bg: #66CCCC;
  --toast-color: #0A0A0A;
  --toast-error-bg: #A1390B;
  --toast-error-color: #FFF;
  --toast-success-bg: #078383;
  --toast-success-color: #FFF;
}

#toasts {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  padding: var(--spacing-medium);
  max-height: 100vh;
  border: 0;
  margin: 0;
  background: 0;
  overflow: auto;
  overflow-x: hidden;
}
#toasts .toast button {
  background: var(--toast-bg);
  position: relative;
  width: 20rem;
  max-width: 75vw;
  padding: var(--spacing-small);
  padding-right: calc(var(--card-padding) + 1em);
  color: var(--toast-color);
  text-align: left;
  border-radius: var(--card-radius);
}
#toasts .toast button strong {
  display: block;
}
#toasts .toast button::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: "\e81a";
  margin-right: var(--icon-margin, 0.25rem);
  margin-left: 0;
  line-height: inherit;
  position: absolute;
  top: calc(var(--spacing-small) / 2);
  right: calc(var(--spacing-small) / 2);
  margin: 0;
}
#toasts .toast.toast--success {
  --toast-bg: var(--toast-success-bg);
  --toast-color: var(--toast-success-color);
}
#toasts .toast.toast--error {
  --toast-bg: var(--toast-error-bg);
  --toast-color: var(--toast-error-color);
}
#toasts ul {
  list-style: none;
  margin: 0;
  display: grid;
  gap: var(--spacing-small);
}
#toasts ul li {
  transition: scale 0.2s;
}
@starting-style {
  #toasts ul li {
    scale: 0;
  }
}

@media (min-width: 1080px) {
  .laptop\:hide {
    display: none !important;
  }
}
@media (max-width: 1079px) {
  .laptop\:show {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .tablet\:hide {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .tablet\:show {
    display: none !important;
  }
}
.site-header--spacing.container, .site-header--spacing[class*=container--] {
  --site-header-spacing: calc(var(--container-margin) + var(--site-header-height));
  margin-top: var(--site-header-spacing);
}
.site-header--spacing.section, .site-header--spacing[class*=section--] {
  --site-header-spacing: calc(var(--section-padding) + var(--site-header-height));
  padding-top: var(--site-header-spacing);
}

.wysiwyg,
.wysiwyg > span {
  --link-decoration: underline;
  --h1-size: max(28px, min(5vw, 45px));
  --h2-size: max(26px, min(5vw, 38px));
  --h3-size: max(33px, min(5vw, 32px));
  --h4-size: max(20px, min(5vw, 26px));
  --h5-size: max(18px, min(5vw, 22px));
  --h6-size: max(16px, min(5vw, 18px));
}
.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),
.wysiwyg > span h1:not(:first-child),
.wysiwyg > span h2:not(:first-child),
.wysiwyg > span h3:not(:first-child),
.wysiwyg > span h4:not(:first-child),
.wysiwyg > span h5:not(:first-child),
.wysiwyg > span h6:not(:first-child),
.wysiwyg > span .h1:not(:first-child),
.wysiwyg > span .h2:not(:first-child),
.wysiwyg > span .h3:not(:first-child),
.wysiwyg > span .h4:not(:first-child),
.wysiwyg > span .h5:not(:first-child),
.wysiwyg > span .h6:not(:first-child) {
  margin-top: var(--spacing-large);
}
.wysiwyg ul,
.wysiwyg > span ul {
  margin-left: 0;
  list-style: none;
}
.wysiwyg ul > li,
.wysiwyg > span ul > li {
  position: relative;
  padding-left: calc(var(--icon-size) + var(--spacing-medium));
}
.wysiwyg ul > li::before,
.wysiwyg > span ul > li::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: "\ea64";
  margin-right: var(--icon-margin, 0.25rem);
  margin-left: 0;
  line-height: inherit;
  position: absolute;
  left: 0;
  top: 0;
  color: var(--icon-color);
}
.wysiwyg ul > li:not(:last-child),
.wysiwyg > span ul > li:not(:last-child) {
  margin-bottom: var(--spacing-x-small);
}
.wysiwyg ol,
.wysiwyg > span ol {
  margin-left: 1.2rem;
}
.wysiwyg ol li,
.wysiwyg > span ol li {
  padding: 0 0 var(--spacing-small) var(--spacing-small);
}
.wysiwyg ol li::marker,
.wysiwyg > span ol li::marker {
  font-weight: bold;
}
.wysiwyg blockquote,
.wysiwyg > span blockquote {
  background-color: #D9F4F2;
  position: relative;
  margin: var(--spacing-large) 0;
  padding: var(--spacing-medium);
  font-weight: bold;
}
.wysiwyg blockquote > p,
.wysiwyg > span blockquote > p {
  margin: 0;
}
.wysiwyg blockquote::before,
.wysiwyg > span blockquote::before {
  content: "";
  background-color: #006666;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 5px;
}
.wysiwyg:last-child > :last-child,
.wysiwyg > span:last-child > :last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .wysiwyg blockquote,
  .wysiwyg > span blockquote {
    padding: var(--spacing-large);
  }
}

#archive-filter {
  margin-bottom: var(--spacing-x-large);
}
#archive-filter ul {
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--spacing-x-small);
}
#archive-filter ul li a {
  --button-bg: transparent;
  --button-bg-hover: #006666;
  --button-color:	#006666;
  --button-color-hover: #FFF;
  --button-border-color: #006666;
  --button-border-color-hover: #006666;
  --button-padding-x: 0.9375rem;
  --button-padding-y: 0.6rem;
  --button-border-radius: 999px;
}
#archive-filter ul li.active a {
  --button-bg: #006666;
  --button-color: #FFF;
  --button-border-color: #006666;
}

#archive > div.grid,
#archive-products > div.grid {
  --grid-row-gap: var(--spacing-large);
}

.post--event > p {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: var(--spacing-small);
}
.post--event > p .text--label-bg {
  margin: 0;
}
.post--event .wysiwyg {
  font-size: var(--font-size-small);
}

.post--event-large {
  display: grid;
  align-items: center;
  gap: var(--spacing-large);
}
@media (min-width: 768px) {
  .post--event-large {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.post--event-large > figure {
  margin: 0;
}
.post--event-large > div h2 + p,
.post--event-large > div h3 + p {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-small);
  font-size: var(--font-size-small);
}
.post--event-large > div h2 + p > ::before,
.post--event-large > div h3 + p > ::before {
  color: var(--icon-color);
}

#archive-event > .grid {
  --grid-row-gap: var(--spacing-large);
}

#single-event {
  display: grid;
  align-items: start;
  gap: var(--spacing-large) var(--grid-gap);
}
#single-event > header > p:not(.text--kicker) {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--spacing-small);
  font-size: var(--font-size-small);
}
#single-event > header > p:not(.text--kicker) > ::before {
  color: var(--icon-color);
}
@media (min-width: 1080px) {
  #single-event {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  #single-event > header {
    grid-column: 1/span 5;
  }
  #single-event > aside {
    grid-column: 7/-1;
  }
  #single-event .card {
    --card-padding: var(--spacing-large);
  }
}
#single-event:not(.converted) > aside .hs-video-widget, #single-event.converted > aside [data-hs-forms-root] {
  display: none;
}

#archive-member-files header {
  margin-bottom: var(--spacing-large);
}
#archive-member-files header h1 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-x-small);
}
#archive-member-files header h1 > * {
  display: block;
}
#archive-member-files header h1 > :not(:last-child)::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: "\ea69";
  margin-right: var(--icon-margin, 0.25rem);
  margin-left: 0;
  line-height: inherit;
  margin: 0 0 0 var(--spacing-x-small);
}
#archive-member-files header .wysiwyg {
  max-width: var(--site-width-small);
}
#archive-member-files > nav,
#archive-member-files > form {
  margin-bottom: var(--spacing-medium);
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-x-small) var(--spacing-small);
}
#archive-member-files > nav h2,
#archive-member-files > form 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);
  flex: 1 0 100%;
  margin: 0;
  color: var(--heading-color);
  font-weight: bold;
}
#archive-member-files > nav > a {
  background: #F6F6F6;
  display: block;
  padding: var(--form-field-padding-y) var(--form-field-padding-x);
  font: var(--form-field-font-weight) var(--form-field-font-size)/var(--form-field-line-height) var(--form-field-font-family);
  color: var(--form-field-text-color);
  border: 2px solid #F6F6F6;
  border-radius: var(--form-field-border-radius);
}
#archive-member-files > nav > a::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: "\e811";
  margin-right: var(--icon-margin, 0.25rem);
  margin-left: 0;
  line-height: inherit;
  margin: 0 var(--spacing-x-small) 0 0;
}
#archive-member-files > nav > a:hover, #archive-member-files > nav > a.active {
  border-color: #078383;
}
#archive-member-files > form {
  margin-bottom: var(--spacing-large);
}
#archive-member-files > form select {
  width: auto;
}
#archive-member-files figure div {
  border-radius: var(--card-radius);
  overflow: clip;
}
#archive-member-files figure span {
  background: #F6F6F6;
  display: block;
  border-radius: var(--card-radius);
  aspect-ratio: 4/3;
  place-content: center;
  text-align: center;
}
#archive-member-files figure span::before {
  font-size: 6rem;
  line-height: 1;
}
#archive-member-files figure figcaption {
  margin-top: var(--spacing-x-small);
}
#archive-member-files figure figcaption a {
  --link-color: var(--text-color);
}
#archive-member-files figure.filter-items--hidden {
  display: none;
}

:where(#archive-member-files figure span)::before {
  content: "\e810";
}

#pagination {
  --icon-size: 2rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  justify-items: center;
  align-items: center;
  gap: var(--spacing-small);
  margin: var(--spacing-x-large) auto 0 auto;
}
#pagination > .next {
  grid-column: 3;
}
#pagination > .next,
#pagination > .prev {
  display: flex;
  align-items: center;
  gap: var(--spacing-small);
}
#pagination > .next[disabled],
#pagination > .prev[disabled] {
  display: none;
}
#pagination > .next::before, #pagination > .next::after,
#pagination > .prev::before,
#pagination > .prev::after {
  transition: transform 0.4s var(--easing);
}
#pagination > .next:hover::after {
  transform: translateX(0.2rem);
}
#pagination > .prev {
  grid-column: 1;
}
#pagination > .prev:hover::before {
  transform: translateX(-0.2rem);
}
#pagination > div {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--spacing-medium);
}
#pagination > div a,
#pagination > div span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: transparent;
  width: 1.75rem;
  height: 1.75rem;
  transition: all 0.3s var(--easing);
}
#pagination > div a:hover, #pagination > div a.active,
#pagination > div span:hover,
#pagination > div span.active {
  color: #fff;
  background-color: #078383;
}
@media (min-width: 768px) {
  #pagination {
    --icon-size: 3.5rem;
  }
}

#single-post > header > p:not(.text--kicker) {
  margin: 0 auto;
  max-width: 40rem;
}
#single-post > header > figure {
  margin: var(--spacing-x-large) 0;
}

#site-footer {
  --link-decoration: underline;
  --color-error: #fb6f6f;
  padding: var(--section-padding) var(--site-padding);
  display: grid;
  align-items: start;
  gap: var(--spacing-medium);
  color: #FFF;
}
#site-footer ul {
  list-style: none;
  margin: 0;
}
#site-footer > .site-logo {
  display: inline-block;
  margin-bottom: var(--spacing-small);
}
#site-footer > .site-logo svg {
  width: 10rem;
}
#site-footer > .site-logo svg path:first-of-type {
  fill: #fff;
}
#site-footer > nav > ul {
  display: grid;
  gap: var(--spacing-large);
}
#site-footer > nav > ul > li > a {
  --link-decoration: none;
  display: block;
  margin: 0 0 var(--spacing-small);
  color: var(--text-kicker-color);
  font-size: var(--font-size-x-small);
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#site-footer > nav > ul > li > a[href="#"], #site-footer > nav > ul > li > a[role=button] {
  pointer-events: none;
}
#site-footer > nav > ul > li > ul.sub-menu {
  display: grid;
  gap: var(--spacing-small);
}
#site-footer > nav > ul > li > ul.sub-menu a:not(:hover) {
  --text-decoration-color: transparent;
}
#site-footer > div#hs_cos_wrapper_site_footer_contact,
#site-footer > div#hs_cos_wrapper_site_footer_visiting {
  display: block;
}
#site-footer > div#hs_cos_wrapper_site_footer_contact p,
#site-footer > div#hs_cos_wrapper_site_footer_visiting p {
  margin: 0 0 var(--spacing-small) 0;
}
#site-footer > aside {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: var(--spacing-medium);
  padding-top: var(--spacing-large);
  margin-top: var(--spacing-large);
  border-top: 1px solid var(--color-border);
}
#site-footer > aside > .menu-bottom {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-small);
  font-size: var(--font-size-small);
}
#site-footer > aside > .menu-bottom a:not(:hover) {
  --text-decoration-color: transparent;
}
#site-footer > aside > p.text--small {
  margin: 0;
  font-size: var(--font-size-small);
}
#site-footer > aside > #hs_cos_wrapper_site_footer_bottom_info {
  display: block;
  font-size: var(--font-size-small);
}
#site-footer > aside > div.images {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--spacing-small);
}
#site-footer > aside > div.images img {
  max-height: 4.375rem;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(175deg) brightness(99%) contrast(105%);
}
#site-footer > div.form {
  margin-top: var(--spacing-medium);
}
#site-footer > div.form form {
  display: grid;
  grid-auto-flow: dense;
  gap: var(--spacing-small);
}
#site-footer > div.form form > .hs-form-field {
  margin-bottom: 0;
}
#site-footer > div.form form > .hs-submit {
  margin-top: 0;
}
#site-footer > div.form form > .legal-consent-container p {
  margin: 0;
}
@media (min-width: 1080px) {
  #site-footer {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: var(--spacing-large) var(--spacing-x-large);
  }
  #site-footer > .site-logo {
    grid-column: 1/span 6;
    grid-row: 1;
    margin-bottom: var(--spacing-x-large);
  }
  #site-footer > .site-logo svg {
    width: 13rem;
  }
  #site-footer > nav {
    grid-column: 6/-1;
    grid-row: 2;
  }
  #site-footer > nav > ul {
    display: flex;
    gap: var(--spacing-xx-large);
    justify-content: flex-start;
  }
  #site-footer > div.form {
    margin-top: 0;
    grid-column: 7/-1;
    grid-row: 1;
  }
  #site-footer > div.form form {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--spacing-small) var(--spacing-x-small);
  }
  #site-footer > div.form form > .hs-form-field {
    grid-column: 1/span 3;
    grid-row: 1;
    margin-bottom: 0;
  }
  #site-footer > div.form form > .hs-submit {
    grid-column: 4;
    grid-row: 1;
    margin-top: calc(var(--spacing-medium) * 1.2);
    width: -moz-max-content;
    width: max-content;
  }
  #site-footer > div.form form > .legal-consent-container {
    grid-column: 1/-1;
    grid-row: 2;
  }
  #site-footer > div#hs_cos_wrapper_site_footer_contact {
    grid-column: 1/span 3;
    grid-row: 2;
  }
  #site-footer > div#hs_cos_wrapper_site_footer_visiting {
    grid-column: 3/span 3;
    grid-row: 2;
  }
  #site-footer > aside {
    grid-row: 3;
    grid-column: 1/-1;
    flex-direction: row;
    align-items: center;
    margin-top: 0;
  }
  #site-footer > aside > p.text--small::after {
    content: "|";
    margin-left: var(--spacing-small);
  }
  #site-footer > aside > #hs_cos_wrapper_site_footer_bottom_info {
    margin-left: auto;
  }
  #site-footer > aside > .menu-bottom {
    flex-direction: row;
    font-size: var(--font-size-small);
  }
  #site-footer > aside > div.images {
    margin-left: auto;
    align-items: center;
  }
}

:root {
  --pre-header-height: 0;
  --site-header-height: 3.125rem;
  --site-header-bg: #FFF;
  --site-header-color: #0A0A0A;
  --dd-duration: 0.25s;
  --burger-duration: .25s;
  --burger-menu-size: 24px;
  --burger-menu-thickness: 2px;
  --burger-menu-color: var(--text-kicker-color);
}
@media (min-width: 1260px) {
  :root {
    --pre-header-height: 2.5625rem;
    --site-header-height: 5.25rem;
  }
}

#pre-header {
  --link-color: #0A0A0A;
  --link-color-hover: #006666;
  display: flex;
  align-items: center;
  justify-content: end;
  font-size: var(--font-size-x-small);
  font-weight: bold;
  color: #0A0A0A;
  height: var(--pre-header-height);
  padding: var(--spacing-small) var(--site-padding);
  border-bottom: 1px solid var(--color-border);
}
@media (max-width: 1259px) {
  #pre-header {
    display: none;
  }
}
#pre-header a:not(.icon-search) {
  --link-decoration: underline;
  transition: all 0.4s var(--easing);
}
#pre-header a:not(.icon-search):not(:hover) {
  --text-decoration-color: transparent;
}
#pre-header > ul {
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: var(--spacing-small);
}
#pre-header a.icon-search {
  margin: 0 0 0 var(--spacing-small);
  display: flex;
  align-items: center;
}
#pre-header a.icon-search::after {
  font-size: 1.4rem;
}

html.hash-active.hash-active-site-header {
  touch-action: none;
  overflow: hidden;
}

html.has-scrolled-down #site-header {
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

html.has-scrolled-down-far.scrolling-up #site-header,
html.site-header--open #site-header {
  opacity: 1;
  pointer-events: auto;
}

html.site-header--open {
  --site-header-overlay: 1;
}

#site-header {
  padding: var(--spacing-x-small) var(--site-padding);
  display: grid;
  gap: var(--spacing-small);
  align-items: center;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  border-bottom: 1px solid var(--color-border);
  --link-color: var(--site-header-color);
  --link-color-hover: #006666;
}
#site-header::before {
  background: var(--site-header-bg);
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: background-color 0.3s var(--easing);
}
#site-header .site-logo {
  display: block;
  height: 3.375rem;
}
#site-header .site-logo svg {
  height: 3.375rem;
  width: auto;
  overflow: visible;
}
#site-header ul {
  list-style: none;
  margin: 0;
}
#site-header a.menu-toggle {
  position: relative;
  display: inline-block;
  width: var(--burger-menu-size, 24px);
  height: var(--burger-menu-size, 24px);
  transition: all calc(var(--burger-duration) * var(--burger-open, 0) * -1 + var(--burger-duration)) linear;
  color: var(--burger-menu-color);
}
#site-header a.menu-toggle::before, #site-header a.menu-toggle::after {
  background: currentColor;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(var(--burger-menu-size, 24px) / 6 * -1)) rotate(0deg);
  transition: transform var(--burger-menu-transition-duration, 0.25s) var(--easing), background-color var(--burger-menu-transition-duration, 0.25s) var(--easing);
  width: 100%;
  height: var(--burger-menu-thickness, 2px);
}
#site-header a.menu-toggle::after {
  transform: translate(-50%, calc(var(--burger-menu-size, 24px) / 6)) rotate(0deg);
}
#site-header:target {
  --menu-open: 1;
}
#site-header:target a.menu-toggle::before {
  transform: translate(-50%, 0) rotate(225deg);
}
#site-header:target a.menu-toggle::after {
  transform: translate(-50%, 0) rotate(-225deg);
}
#site-header li.has-post > ul.sub-menu {
  display: grid;
  grid-template-columns: repeat(var(--post-count), minmax(0, 1fr));
  gap: var(--spacing-medium);
}
@media (max-width: 767px) {
  #site-header li.has-post > ul.sub-menu {
    --post-count: 1 !important;
  }
}
#site-header > nav > .buttons {
  margin: 0;
}

@media (max-width: 1259px) {
  #site-header {
    grid-template-columns: 1fr auto;
  }
  #site-header:target > nav {
    --menu-open: 1;
    z-index: 10;
    pointer-events: all;
  }
  #site-header > nav {
    --dd-opacity-delay: 0.15s;
    opacity: calc(var(--menu-open, 0) * 1);
    background: var(--body-bg);
    padding: var(--spacing-medium) 0 0;
    margin: calc(var(--site-header-height) + var(--spacing-small)) 0 0;
    border-top: 1px solid var(--color-border);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -10;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: scroll;
    pointer-events: none;
    transition: opacity var(--dd-opacity-delay) linear;
  }
  #site-header > nav > .buttons {
    flex-direction: column;
    bottom: 0;
    margin-top: auto;
    width: 100%;
    position: sticky;
    padding: 1rem var(--site-padding) var(--spacing-small) var(--site-padding);
    background: white;
    border-top: 1px solid var(--color-border);
  }
  #site-header > nav > .buttons a {
    width: 100%;
  }
  #site-header > nav > div.pre-menu-mobile {
    padding-inline: var(--site-padding);
  }
  #site-header > nav > div.pre-menu-mobile > ul.menu-top-mobile li,
  #site-header > nav > div.pre-menu-mobile > a.icon-search {
    margin-bottom: var(--spacing-x-small);
    font-weight: bold;
    font-size: var(--font-size-small);
  }
  #site-header > nav > div.pre-menu-mobile > a.icon-search {
    display: flex;
    align-items: center;
  }
  #site-header > nav > div.pre-menu-mobile > a.icon-search::after {
    font-size: 1.3rem;
  }
  #site-header > nav > ul.menu-primary {
    padding: var(--spacing-medium) var(--site-padding) 0;
    border-top: 1px solid var(--color-border);
  }
  #site-header > nav > ul.menu-primary > li {
    margin-bottom: var(--spacing-small);
    font-size: var(--font-size-large);
    font-weight: bold;
    transition: all 0.3s var(--easing);
  }
  #site-header > nav > ul.menu-primary > li.dropdown > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #site-header > nav > ul.menu-primary > li.dropdown > a::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: "\ea6b";
    margin-right: var(--icon-margin, 0.25rem);
    margin-left: 0;
    line-height: inherit;
    margin: 0;
    transition: all 0.3s var(--easing);
    font-size: 1.5rem;
    height: 1rem;
    display: flex;
    align-items: center;
  }
  #site-header > nav > ul.menu-primary > li.dropdown.open {
    --dd-open: 1;
  }
  #site-header > nav > ul.menu-primary > li.dropdown.open > a {
    color: var(--text-kicker-color);
  }
  #site-header > nav > ul.menu-primary > li.dropdown.open > a::after {
    rotate: -180deg;
    content: "\ea68";
  }
  #site-header > nav > ul.menu-primary > li.dropdown.open > ul.sub-menu {
    height: auto;
    visibility: visible;
  }
  #site-header > nav > ul.menu-primary > li.dropdown > ul.sub-menu {
    margin-top: calc(var(--dd-open) * var(--spacing-small));
    height: 0;
    overflow: hidden;
    transition: height var(--dd-duration) linear;
    visibility: hidden;
  }
  #site-header > nav > ul.menu-primary > li.dropdown > ul.sub-menu li:not(:last-of-type) {
    margin-bottom: var(--spacing-x-small);
  }
  #site-header > nav > ul.menu-primary > li.dropdown > ul.sub-menu li > a[role=button] {
    display: block;
    margin: 0 0 var(--spacing-small);
    color: var(--text-kicker-color);
    font-size: var(--font-size-x-small);
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  #site-header > nav > ul.menu-primary > li.dropdown > ul.sub-menu li > ul.sub-menu {
    padding-bottom: var(--spacing-medium);
  }
  #site-header > nav > ul.menu-primary > li.dropdown > ul.sub-menu li > ul.sub-menu li.featured-post > a.h6 {
    margin-bottom: 0;
  }
  #site-header > nav > ul.menu-primary > li.dropdown > ul.sub-menu li > ul.sub-menu li.featured-post > figure {
    margin-bottom: var(--spacing-x-small);
  }
}
@media (min-width: 1260px) {
  #site-header {
    grid-template-columns: auto 1fr auto;
    gap: var(--spacing-medium);
  }
  #site-header::after {
    background-color: rgba(0, 0, 0, 0.25);
    content: "";
    display: block;
    position: fixed;
    top: var(--site-header-height);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -3;
    pointer-events: none;
    opacity: var(--site-header-overlay, 0);
    transition: opacity var(--dd-duration);
  }
  #site-header .site-logo {
    height: 4.375rem;
  }
  #site-header .site-logo > svg {
    height: 4.375rem;
  }
  #site-header > a[data-toggle-hash] {
    display: none;
  }
  #site-header > nav {
    display: contents;
  }
  #site-header > nav > div.pre-menu-mobile {
    display: none;
  }
  #site-header > nav ul.menu-primary {
    display: flex;
    gap: var(--spacing-medium);
    justify-content: flex-end;
  }
  #site-header > nav ul.menu-primary > li {
    color: var(--site-header-color);
    font-weight: bold;
    transition: all 0.45s var(--easing);
  }
  #site-header > nav ul.menu-primary > li > a {
    --link-decoration: underline;
  }
  #site-header > nav ul.menu-primary > li:not(:hover) > a {
    --text-decoration-color: transparent;
  }
  #site-header > nav ul.menu-primary > li.open {
    --dd-open: 1;
    --sub-menu-open: 1;
  }
  #site-header > nav ul.menu-primary > li > ul.sub-menu {
    background-color: #fff;
    display: flex;
    gap: 0 var(--spacing-x-large);
    justify-content: space-between;
    padding: var(--spacing-large) var(--site-padding);
    min-height: 16rem;
    overflow: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: -2;
    border-top: 1px solid var(--color-border);
    opacity: var(--dd-open, 0);
    visibility: var(--dd-open, hidden);
    transform: translateY(calc(-1rem - var(--dd-open, 0) * -1rem));
    transition: transform var(--dd-duration) ease, opacity var(--dd-duration) ease, visibility 0s calc(var(--dd-duration) + var(--dd-open, 0) * var(--dd-duration) * -1) linear;
  }
  #site-header > nav ul.menu-primary > li > ul.sub-menu > li:not(.featured-post) {
    --link-color: #0A0A0A;
    --link-color-hover: #006666;
    font-size: var(--h6-size);
    font-family: var(--heading-font-family);
    font-weight: bold;
  }
  #site-header > nav ul.menu-primary > li > ul.sub-menu > li .featured-post {
    --heading-margin: var(--spacing-x-small);
    min-width: 22rem;
    max-width: 26rem;
  }
  #site-header > nav ul.menu-primary > li > ul.sub-menu > li .featured-post > figure {
    margin: 0 0 var(--spacing-small) 0;
  }
  #site-header > nav ul.menu-primary > li > ul.sub-menu > li.dropdown {
    margin-bottom: 0;
  }
  #site-header > nav ul.menu-primary > li > ul.sub-menu > li.dropdown > a {
    display: block;
    margin: 0 0 var(--spacing-small);
    color: var(--text-kicker-color);
    font-size: var(--font-size-x-small);
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 var(--spacing-medium) 0;
    pointer-events: none;
  }
  #site-header > nav ul.menu-primary > li > ul.sub-menu > li.dropdown li:not(:last-child):not(.featured-post) {
    margin-bottom: var(--spacing-small);
  }
}
#four-o-four,
#five-o-o,
#four-o-three {
  padding-bottom: var(--spacing-xx-large);
}
#four-o-four *,
#five-o-o *,
#four-o-three * {
  margin-inline: auto;
}
#four-o-four p,
#five-o-o p,
#four-o-three p {
  max-width: var(--site-width-small);
}

#membership-login,
#membership-logout,
#membership-reset-password-request,
#membership-reset-password {
  --link-decoration: underline;
  background-image: url("https://144593829.fs1.hubspotusercontent-eu1.net/hubfs/144593829/Kommun/membership_bg.webp");
}
#membership-login > div.card,
#membership-logout > div.card,
#membership-reset-password-request > div.card,
#membership-reset-password > div.card {
  max-width: var(--site-width-x-small);
  margin-inline: auto;
}
#membership-login > div.card #hs-membership-form .hs-submit input[type=submit],
#membership-logout > div.card #hs-membership-form .hs-submit input[type=submit],
#membership-reset-password-request > div.card #hs-membership-form .hs-submit input[type=submit],
#membership-reset-password > div.card #hs-membership-form .hs-submit input[type=submit] {
  width: 100%;
}
#membership-login > div.card #hs-membership-form a#hs_login_reset,
#membership-logout > div.card #hs-membership-form a#hs_login_reset,
#membership-reset-password-request > div.card #hs-membership-form a#hs_login_reset,
#membership-reset-password > div.card #hs-membership-form a#hs_login_reset {
  font-size: var(--font-size-small);
}
#membership-login > div.card #hs-membership-passwordless-auth-form div > p,
#membership-logout > div.card #hs-membership-passwordless-auth-form div > p,
#membership-reset-password-request > div.card #hs-membership-passwordless-auth-form div > p,
#membership-reset-password > div.card #hs-membership-passwordless-auth-form div > p {
  font-size: var(--font-size-small);
}
@media (min-width: 768px) {
  #membership-login,
  #membership-logout,
  #membership-reset-password-request,
  #membership-reset-password {
    --card-padding: var(--spacing-large);
  }
  #membership-login > div.card #hs-membership-form div:has(#hs_login_reset),
  #membership-logout > div.card #hs-membership-form div:has(#hs_login_reset),
  #membership-reset-password-request > div.card #hs-membership-form div:has(#hs_login_reset),
  #membership-reset-password > div.card #hs-membership-form div:has(#hs_login_reset) {
    text-align: right;
  }
}

#accordion {
  display: grid;
  grid-template-columns: repeat(var(--grid-cols, 1), minmax(0, 1fr));
  grid-auto-flow: dense;
}
@media (min-width: 1080px) {
  #accordion {
    --grid-cols: 12;
  }
  #accordion > header {
    grid-column: 1/span 5;
  }
  #accordion > div {
    grid-column: 7/-1;
  }
}

#blog-posts [data-slideshow] {
  --slideshow-per-page: 1;
}
#blog-posts [data-slideshow]::after {
  content: "flickity";
  display: none;
}
#blog-posts [data-slideshow][data-num-slides="1"]::after {
  content: "";
}
#blog-posts [data-slideshow]:not(.flickity-resize) .flickity-cell {
  min-height: 100%;
}
#blog-posts > nav.buttons {
  margin: var(--spacing-large) auto auto;
}
@media (min-width: 768px) {
  #blog-posts [data-slideshow] {
    --slideshow-per-page: 2;
  }
  #blog-posts [data-slideshow][data-num-slides="1"]::after, #blog-posts [data-slideshow][data-num-slides="2"]::after {
    content: "";
  }
}
@media (min-width: 1080px) {
  #blog-posts [data-slideshow] {
    --slideshow-per-page: 3;
  }
  #blog-posts [data-slideshow][data-num-slides="3"]::after {
    content: "";
  }
}

#call-to-action > article {
  display: grid;
  grid-template-columns: repeat(var(--grid-cols, 0), minmax(0, 1fr));
  grid-auto-flow: dense;
  align-items: center;
  gap: var(--spacing-large);
}
#call-to-action > article > figure {
  display: none;
}
@media (min-width: 1080px) {
  #call-to-action > article {
    --card-padding: var(--spacing-x-large);
    --grid-cols: 12;
  }
  #call-to-action > article > header {
    grid-column: 1/span 8;
  }
  #call-to-action > article > figure {
    display: block;
    grid-column: 9/-1;
  }
}

@keyframes slide {
  100% {
    translate: var(--destination) 0;
  }
}
#customer-logos > div > div,
#customer-logos-global > div > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacing-large);
  flex-wrap: wrap;
  --speed: 50;
  --inset: 1;
  --outset: 1;
}
#customer-logos > div > div > figure,
#customer-logos-global > div > div > figure {
  display: grid;
  place-items: center;
  --duration: calc(var(--speed) * 1s);
  --delay: calc((var(--duration) / var(--count)) * (var(--index, 0) * -1));
  --origin: calc(((var(--count) - var(--index)) + var(--inset, 0)) * 100%);
  --destination: calc(calc((var(--index) + 1 + var(--outset, 0)) * -100%));
}
#customer-logos > div > div > figure img,
#customer-logos-global > div > div > figure img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
  max-height: 3rem;
  max-width: 14rem;
  filter: var(--icon-filter);
}
#customer-logos > div > div[data-animated],
#customer-logos-global > div > div[data-animated] {
  gap: 0;
  flex-wrap: nowrap;
  margin: 0 calc(var(--site-padding) * -1);
  overflow: hidden;
}
#customer-logos > div > div[data-animated] > figure,
#customer-logos-global > div > div[data-animated] > figure {
  flex: 1 0 10rem;
  padding: 0 var(--spacing-medium);
  animation: slide var(--duration) var(--delay) infinite linear;
  translate: var(--origin) 0;
}
#customer-logos > div > div[data-reverse] figure,
#customer-logos-global > div > div[data-reverse] figure {
  animation-direction: reverse;
}

#employees > div {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-x-small);
  justify-content: center;
}
#employees > div article {
  --heading-margin: var(--spacing-x-small);
  --card-padding: var(--spacing-small);
  width: 45%;
}
#employees > div article > p.text--small {
  margin-bottom: var(--spacing-small);
}
#employees > div article > a {
  line-height: 2;
}
#employees > div article > :last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #employees > div {
    gap: var(--grid-gap);
  }
  #employees > div article {
    --card-padding: var(--spacing-medium);
  }
}
@media (min-width: 1080px) {
  #employees > div article {
    width: 22%;
  }
}

#events article:not(:last-child) {
  margin-bottom: var(--card-padding-y, var(--card-padding));
}

#featured-employee > article {
  --heading-margin: var(--spacing-small);
  display: grid;
  grid-template-columns: repeat(var(--grid-cols, 1), minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: var(--grid-gap);
}
#featured-employee > article > figure {
  margin: 0;
}
#featured-employee > article > header > p.text--small {
  margin-bottom: var(--spacing-x-small);
}
#featured-employee > article > header > dl {
  display: flex;
  flex-direction: row;
  margin: 0;
}
#featured-employee > article > header > dl > dd {
  margin: 0;
}
#featured-employee > article > header > dl > dd:last-of-type::before {
  content: "|";
  margin-inline: var(--spacing-small);
  color: var(--link-color);
}
#featured-employee > article > header > div.wysiwyg {
  margin: var(--spacing-medium) 0 0;
}
@media (min-width: 1080px) {
  #featured-employee > article {
    --grid-cols: 12;
    align-items: center;
  }
  #featured-employee > article > figure {
    grid-column: 2/span 4;
  }
  #featured-employee > article > figure::before {
    padding-bottom: 125%;
  }
  #featured-employee > article > header {
    grid-column: 7/span 5;
  }
  #featured-employee > article > header > p.text--small {
    margin-bottom: var(--spacing-small);
  }
  #featured-employee > article > header > div.wysiwyg {
    margin: var(--spacing-large) 0 0;
  }
}

#hero-bg {
  display: grid;
  justify-items: center;
  height: 80vh;
  max-height: 60rem;
}
#hero-bg > header {
  margin: auto auto 0 0;
}
#hero-bg > header > p.text--large {
  max-width: var(--site-width-small);
}

#hero-image {
  display: grid;
  gap: var(--spacing-medium);
}
#hero-image > figure {
  margin: 0;
}
@media (min-width: 1080px) {
  #hero-image {
    grid-auto-flow: dense;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-items: center;
    gap: var(--spacing-large);
  }
  #hero-image > header {
    grid-column: 1/span 5;
  }
  #hero-image > figure {
    grid-column: 7/-1;
  }
  #hero-image.media--left > header {
    grid-column: 8/-1;
  }
  #hero-image.media--left > figure {
    grid-column: 1/span 6;
  }
}

#hero-membership-register {
  display: grid;
  gap: var(--spacing-x-large) var(--grid-gap);
}
@media (min-width: 1080px) {
  #hero-membership-register {
    grid-auto-flow: dense;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-items: start;
  }
  #hero-membership-register > header {
    grid-column: 1/span 5;
  }
  #hero-membership-register > div {
    grid-column: 7/-1;
  }
  #hero-membership-register .card {
    --card-padding: var(--spacing-large);
  }
}
#hero-membership-register div.thank-you,
#hero-membership-register form.submitted {
  display: none;
}
#hero-membership-register form.submitted + div.thank-you {
  display: block;
}

#hero * {
  margin-inline: auto;
}
#hero > .wysiwyg {
  max-width: var(--site-width-small);
}
#hero > figure {
  margin: var(--spacing-large) 0 0;
}

#members > nav {
  --heading-margin: var(--spacing-x-small);
  margin-bottom: var(--spacing-large);
}
#members > nav > form {
  --placeholder-color: #6D6D6D;
}
#members > nav > form > div {
  position: relative;
  max-width: 39rem;
}
#members > nav > form > div .icon-search {
  position: absolute;
  right: 0.75rem;
  top: 1rem;
  background: none;
  border: none;
  cursor: pointer;
}
#members > nav > form > div .icon-search::before {
  font-size: 1.3rem;
}
#members article {
  --card-padding: 0.625rem;
  --card-radius: var(--border-radius-small);
}
#members article > a {
  display: flex;
  align-items: center;
  color: var(--heading-color);
}
#members article > a > p {
  margin: 0;
}
#members article > a > span.icon {
  margin-left: auto;
  transition: transform 0.4s var(--easing);
}
#members article > a > span.icon::before {
  font-size: 1.2rem;
  margin-right: 0;
}
#members article > a:hover > span.icon {
  transform: translateX(0.2rem);
}

#newsletter > article,
#newsletter-global > article {
  display: grid;
  grid-template-columns: repeat(var(--grid-cols, 0), minmax(0, 1fr));
  grid-auto-flow: dense;
  align-items: center;
  gap: var(--spacing-large);
}
#newsletter > article > figure,
#newsletter-global > article > figure {
  display: none;
}
@media (min-width: 1080px) {
  #newsletter > article,
  #newsletter-global > article {
    --card-padding: var(--spacing-x-large);
    --grid-cols: 12;
  }
  #newsletter > article > header,
  #newsletter-global > article > header {
    grid-column: 1/span 8;
  }
  #newsletter > article > header .hs-form input[type=submit],
  #newsletter-global > article > header .hs-form input[type=submit] {
    width: -moz-fit-content;
    width: fit-content;
  }
  #newsletter > article > figure,
  #newsletter-global > article > figure {
    display: block;
    grid-column: 9/-1;
  }
}

#numbers dl {
  display: flex;
  flex-direction: column;
  gap: var(--grid-gap);
  justify-content: center;
  margin-inline: auto;
  max-width: var(--site-width-medium);
}
#numbers dl div.card {
  text-align: center;
}
#numbers dl div.card dt span.suffix,
#numbers dl div.card dt span.prefix {
  font-size: 0.5em;
}
#numbers dl div.card dd {
  margin: var(--spacing-small) 0 0;
}
#numbers dl div.card dd > :last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #numbers > dl {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #numbers > dl div.card {
    width: 45%;
  }
}
@media (min-width: 1080px) {
  #numbers > dl div.card {
    width: 30%;
  }
}

#products {
  display: grid;
  grid-auto-flow: dense;
  gap: var(--grid-gap);
}
@media (min-width: 1080px) {
  #products {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  #products > header {
    grid-column: 1/span 5;
  }
  #products > div.grid {
    --grid-row-gap: var(--spacing-large);
    grid-column: 7/-1;
  }
}

#read-more-content {
  margin-top: calc(var(--container-margin) * -2);
  padding: calc(var(--container-margin) * 1) 0 calc(var(--container-margin) * 2);
  position: relative;
}
#read-more-content * {
  margin-inline: auto;
}
#read-more-content::before {
  content: "";
  position: absolute;
  top: calc(var(--container-margin) * -2);
  left: 0;
  width: 100%;
  height: 8.25rem;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 79.22%);
}

#search-results > header h1 {
  margin-bottom: var(--spacing-large);
}
#search-results > header form.search-form p {
  margin: 0;
  position: relative;
}
#search-results > header form.search-form p input {
  padding-right: calc(var(--spacing-medium) * 2 + 1ch);
  border-color: var(--form-field-border-color);
}
#search-results > header form.search-form p input::-moz-placeholder {
  color: #6D6D6D;
}
#search-results > header form.search-form p input::placeholder {
  color: #6D6D6D;
}
#search-results > header form.search-form p button {
  all: unset;
  font-size: 0;
  position: absolute;
  right: var(--spacing-medium);
  top: 50%;
  translate: 0 -50%;
}
#search-results > header form.search-form p button::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: "\ea71";
  margin-right: var(--icon-margin, 0.25rem);
  margin-left: 0;
  line-height: inherit;
  margin: 0;
  font-size: 1.4rem;
  color: black;
}
#search-results > header p:not(.text--kicker) {
  text-align: left;
  margin-top: var(--spacing-small);
}
#search-results > header p.text--kicker {
  margin-inline: auto;
}
#search-results .buttons--filter {
  justify-content: start;
  margin-bottom: var(--spacing-large);
  padding-bottom: var(--spacing-large);
  border-bottom: 1px solid var(--color-border);
}
#search-results article {
  margin-bottom: var(--spacing-large);
  padding-bottom: var(--spacing-large);
  border-bottom: 1px solid var(--color-border);
}
#search-results article a {
  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: "\ea69";
  margin-right: var(--icon-margin, 0.25rem);
  margin-left: 0;
  line-height: inherit;
  background-color: var(--icon-round-bg);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: var(--icon-round-size);
  height: var(--icon-round-size);
  line-height: 1;
  font-size: 1.3rem;
  color: var(--icon-round-color);
  border-radius: 50%;
  border: 1px solid var(--icon-round-color);
  color: var(--icon-round-color);
  display: block;
  position: relative;
  padding-right: calc(var(--icon-round-size) + var(--spacing-large));
  color: inherit;
}
#search-results article a::before {
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
#search-results #pagination:has(.prev.disabled, .next.disabled) {
  display: none;
}

hr.separator {
  --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;
}

#table > footer {
  padding-top: var(--spacing-medium);
}
#table > footer > nav.buttons {
  margin: var(--spacing-medium) auto 0 auto;
}
#table > div.table-wrapper {
  border: 1px solid #078383;
  border-radius: var(--border-radius);
  overflow: hidden;
}
#table > div.table-wrapper table {
  text-align: left;
  border-collapse: collapse;
}
#table > div.table-wrapper table thead tr {
  border-bottom: 2px solid #078383;
}
#table > div.table-wrapper table thead tr th p {
  margin: 0;
  font-weight: 400;
}
#table > div.table-wrapper table tr {
  display: grid;
  grid-template-columns: calc(100% / var(--cols) * 1.3) repeat(calc(var(--cols) - 1), 1fr);
  justify-items: end;
  padding: var(--spacing-x-small);
}
#table > div.table-wrapper table tr th:first-of-type,
#table > div.table-wrapper table tr td:first-of-type {
  justify-self: start;
}
#table > div.table-wrapper table tbody tr:nth-of-type(odd) {
  background: #D9F4F2;
}
#table > div.table-wrapper table tbody td p {
  margin: 0;
}
#table > div.table-wrapper:not(:last-of-type) {
  margin-bottom: var(--spacing-small);
}
@media (max-width: 767px) {
  #table > div.table-wrapper table:not(.multi-cols) tr {
    grid-template-columns: calc(100% / var(--cols) * 1.6) repeat(calc(var(--cols) - 1), 1fr);
  }
  #table > div.table-wrapper table.multi-cols > thead {
    display: none;
  }
  #table > div.table-wrapper table.multi-cols tr {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-x-small);
  }
  #table > div.table-wrapper table.multi-cols td {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  #table > div.table-wrapper table.multi-cols td::before {
    content: attr(data-label);
    font-weight: bold;
  }
  #table > div.table-wrapper table.multi-cols td:last-child {
    text-align: left;
  }
}

#testimonials [data-slideshow],
#testimonials-global [data-slideshow] {
  --slideshow-per-page: 1;
}
#testimonials [data-slideshow]::after,
#testimonials-global [data-slideshow]::after {
  content: "flickity";
  display: none;
}
#testimonials [data-slideshow][data-num-slides="1"]::after,
#testimonials-global [data-slideshow][data-num-slides="1"]::after {
  content: "";
}
#testimonials [data-slideshow]:not(.flickity-resize) .flickity-cell,
#testimonials-global [data-slideshow]:not(.flickity-resize) .flickity-cell {
  min-height: 100%;
}
#testimonials article > figure img,
#testimonials-global article > figure img {
  margin-inline: auto;
  height: 4.75rem;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#testimonials article > strong,
#testimonials-global article > strong {
  margin-bottom: var(--spacing-small);
}
#testimonials article > :last-child,
#testimonials-global article > :last-child {
  margin: 0;
}
@media (min-width: 768px) {
  #testimonials [data-slideshow],
  #testimonials-global [data-slideshow] {
    --slideshow-per-page: 2;
  }
  #testimonials [data-slideshow][data-num-slides="1"]::after, #testimonials [data-slideshow][data-num-slides="2"]::after,
  #testimonials-global [data-slideshow][data-num-slides="1"]::after,
  #testimonials-global [data-slideshow][data-num-slides="2"]::after {
    content: "";
  }
}

#text-block-media-card > article {
  display: grid;
  grid-template-columns: repeat(var(--grid-cols, 1), minmax(0, 1fr));
  align-items: center;
  grid-auto-flow: dense;
  gap: var(--spacing-large) var(--grid-gap);
}
#text-block-media-card > article > figure {
  margin: 0;
}
@media (min-width: 1080px) {
  #text-block-media-card > article {
    --card-padding: var(--spacing-x-large);
    --grid-cols: 12;
  }
  #text-block-media-card > article > header {
    grid-column: 1/span 6;
  }
  #text-block-media-card > article > figure {
    grid-column: 9/-1;
  }
  #text-block-media-card.media--left > article > header {
    grid-column-start: 7;
  }
  #text-block-media-card.media--left > article > figure {
    grid-column: 1/span 4;
  }
}

#text-block-media {
  display: grid;
  grid-template-columns: repeat(var(--grid-cols, 1), minmax(0, 1fr));
  align-items: center;
  grid-auto-flow: dense;
  gap: var(--spacing-large) var(--grid-gap);
}
#text-block-media > figure {
  margin: 0;
}
@media (min-width: 1080px) {
  #text-block-media {
    --grid-cols: 12;
  }
  #text-block-media > div {
    grid-column: 1/span 5;
  }
  #text-block-media > figure {
    grid-column: 7/span 6;
  }
  #text-block-media.media--left > div {
    grid-column-start: 8;
  }
  #text-block-media.media--left > figure {
    grid-column-start: 1;
  }
}

#text-block-people {
  display: grid;
  align-items: start;
  gap: var(--spacing-large) var(--grid-gap);
}
@media (min-width: 1080px) {
  #text-block-people {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  #text-block-people > div {
    grid-column: 1/span 6;
  }
  #text-block-people > aside {
    grid-column: 9/-1;
  }
}

#text-block-simple > div.wysiwyg {
  max-width: var(--site-width-x-small);
  margin-inline: auto;
}

#text-blocks-grid [data-slideshow] {
  --slideshow-per-page: 1;
}
#text-blocks-grid [data-slideshow]::after {
  content: "flickity";
  display: none;
}
#text-blocks-grid [data-slideshow][data-num-slides="1"]::after {
  content: "";
}
#text-blocks-grid [data-slideshow]:not(.flickity-resize) .flickity-cell {
  min-height: 100%;
}
#text-blocks-grid > div:not([data-slideshow]) {
  display: grid;
  gap: var(--grid-gap);
  justify-content: center;
  margin-inline: auto;
}
#text-blocks-grid > nav.buttons {
  margin: var(--spacing-large) auto 0 auto;
}
@media (min-width: 768px) {
  #text-blocks-grid [data-slideshow] {
    --slideshow-per-page: 2;
  }
  #text-blocks-grid [data-slideshow][data-num-slides="1"]::after, #text-blocks-grid [data-slideshow][data-num-slides="2"]::after {
    content: "";
  }
  #text-blocks-grid > div:not([data-slideshow]) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #text-blocks-grid > div:not([data-slideshow]) .post--page {
    width: 45%;
  }
}
@media (min-width: 1080px) {
  #text-blocks-grid [data-slideshow]::after {
    content: "";
  }
  #text-blocks-grid > div,
  #text-blocks-grid > div:not([data-slideshow]) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  #text-blocks-grid > div .post--page,
  #text-blocks-grid > div:not([data-slideshow]) .post--page {
    width: 31%;
  }
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  scroll-padding: var(--site-header-height) 0 0;
}

html:where(:not(.hs-inline-edit)) [data-global-resource-path],
html:where(:not(.hs-inline-edit)) .container-fluid,
html:where(:not(.hs-inline-edit)) .row-fluid-wrapper,
html:where(:not(.hs-inline-edit)) .row-fluid,
html:where(:not(.hs-inline-edit)) .widget-span,
html:where(:not(.hs-inline-edit)) .hs_cos_wrapper {
  display: contents;
}

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