/*!********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-3[0].rules[0].use[1]!./node_modules/normalize.css/normalize.css ***!
  \********************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

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

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

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

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

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

.flickity-enabled {
  position: relative;
}

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

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

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

/* draggable */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-3[0].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-3[0].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3[0].rules[0].use[3]!./node_modules/import-glob-loader/index.js!./src/sass/app.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Albert Sans, ui-sans-serif, system-ui; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
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;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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.
*/
::-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 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
}
@media (min-width: 370px){
  .container{
    max-width: 370px;
  }
}
@media (min-width: 480px){
  .container{
    max-width: 480px;
  }
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1080px){
  .container{
    max-width: 1080px;
  }
}
@media (min-width: 1260px){
  .container{
    max-width: 1260px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.bottom-\[-1rem\]{
  bottom: -1rem;
}
.left-0{
  left: 0px;
}
.right-\[0\.25rem\]{
  right: 0.25rem;
}
.top-\[-0\.5rem\]{
  top: -0.5rem;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-40{
  z-index: 40;
}
.col-start-1{
  grid-column-start: 1;
}
.col-start-2{
  grid-column-start: 2;
}
.col-start-3{
  grid-column-start: 3;
}
.col-start-4{
  grid-column-start: 4;
}
.col-start-5{
  grid-column-start: 5;
}
.row-span-3{
  grid-row: span 3 / span 3;
}
.row-start-1{
  grid-row-start: 1;
}
.row-start-2{
  grid-row-start: 2;
}
.row-start-3{
  grid-row-start: 3;
}
.row-start-4{
  grid-row-start: 4;
}
.row-start-5{
  grid-row-start: 5;
}
.\!m-0{
  margin: 0px !important;
}
.m-0{
  margin: 0px;
}
.m-72{
  margin: 18rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-16{
  margin-top: 4rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-8{
  height: 2rem;
}
.h-\[224px\]{
  height: 224px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.max-h-20{
  max-height: 5rem;
}
.\!w-full{
  width: 100% !important;
}
.w-16{
  width: 4rem;
}
.w-32{
  width: 8rem;
}
.w-full{
  width: 100%;
}
.max-w-20{
  max-width: 5rem;
}
.max-w-24{
  max-width: 6rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-56{
  max-width: 14rem;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-full{
  max-width: 100%;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-xs{
  max-width: 20rem;
}
.shrink-0{
  flex-shrink: 0;
}
.grow{
  flex-grow: 1;
}
.basis-96{
  flex-basis: 24rem;
}
.-translate-x-6{
  --tw-translate-x: -1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize{
  resize: both;
}
.\!grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.\!grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.grid-rows-subgrid{
  grid-template-rows: subgrid;
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-stretch{
  justify-content: stretch;
}
.\!gap-2{
  gap: 0.5rem !important;
}
.gap-10{
  gap: 2.5rem;
}
.gap-12{
  gap: 3rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.\!gap-y-0{
  row-gap: 0px !important;
}
.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.self-stretch{
  align-self: stretch;
}
.overflow-hidden{
  overflow: hidden;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-\[2rem\]{
  border-radius: 2rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.border{
  border-width: 1px;
}
.\!border-none{
  border-style: none !important;
}
.border-gray{
  border-color: var(--color-gray);
}
.border-stone-200{
  --tw-border-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
}
.\!bg-transparent{
  background-color: transparent !important;
}
.bg-bright{
  background-color: var(--color-bright);
}
.bg-fog{
  background-color: var(--color-fog);
}
.bg-white\/20{
  background-color: rgb(255 255 255 / 0.2);
}
.\!bg-none{
  background-image: none !important;
}
.bg-cover{
  background-size: cover;
}
.bg-fixed{
  background-attachment: fixed;
}
.bg-center{
  background-position: center;
}
.bg-right-bottom{
  background-position: right bottom;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-1{
  padding: 0.25rem;
}
.p-1\.5{
  padding: 0.375rem;
}
.p-2\.5{
  padding: 0.625rem;
}
.p-4{
  padding: 1rem;
}
.p-8{
  padding: 2rem;
}
.\!px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.\!pb-8{
  padding-bottom: 2rem !important;
}
.\!pt-\[var\(--hero-padding-top\)\]{
  padding-top: var(--hero-padding-top) !important;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pt-14{
  padding-top: 3.5rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.\!text-center{
  text-align: center !important;
}
.text-center{
  text-align: center;
}
.font-\[\'Albert_Sans\'\]{
  font-family: 'Albert Sans';
}
.font-\[\'Lora\'\]{
  font-family: 'Lora';
}
.font-sans{
  font-family: Albert Sans, ui-sans-serif, system-ui;
}
.font-serif{
  font-family: Lora, ui-serif, Georgia;
}
.\!text-lg{
  font-size: var(--text-lg) !important;
}
.text-3xl{
  font-size: var(--text-3xl);
}
.text-4xl{
  font-size: var(--text-4xl);
}
.text-5xl{
  font-size: var(--text-5xl);
}
.text-\[2\.5rem\]{
  font-size: 2.5rem;
}
.text-\[5rem\]{
  font-size: 5rem;
}
.text-base{
  font-size: var(--text-base);
}
.text-lg{
  font-size: var(--text-lg);
}
.text-xl{
  font-size: var(--text-xl);
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.font-thin{
  font-weight: 100;
}
.capitalize{
  text-transform: capitalize;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-\[4rem\]{
  line-height: 4rem;
}
.leading-normal{
  line-height: 1.4;
}
.leading-snug{
  line-height: 1.2;
}
.leading-tight{
  line-height: 1.1;
}
.leading-tighter{
  line-height: 1;
}
.tracking-tight{
  letter-spacing: -0.02em;
}
.text-dark{
  color: var(--color-dark);
}
.text-flame{
  color: var(--color-flame);
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.opacity-0{
  opacity: 0;
}
.opacity-90{
  opacity: 0.9;
}
.outline{
  outline-style: solid;
}
.outline-1{
  outline-width: 1px;
}
.outline-offset-\[-1px\]{
  outline-offset: -1px;
}
.outline-orange-400{
  outline-color: #fb923c;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-0{
  transition-duration: 0s;
}
@font-face {
  font-family: "fontello";
  src: url("https://25279693.fs1.hubspotusercontent-eu1.net/hubfs/25279693/raw_assets/public/refapp-theme/dist/assets/fontello/fontello.eot?83523485");
  src: url("https://25279693.fs1.hubspotusercontent-eu1.net/hubfs/25279693/raw_assets/public/refapp-theme/dist/assets/fontello/fontello.eot?83523485#iefix") format("embedded-opentype"), url("https://25279693.fs1.hubspotusercontent-eu1.net/hubfs/25279693/raw_assets/public/refapp-theme/dist/assets/fontello/fontello.woff2?83523485") format("woff2"), url("https://25279693.fs1.hubspotusercontent-eu1.net/hubfs/25279693/raw_assets/public/refapp-theme/dist/assets/fontello/fontello.woff?83523485") format("woff"), url("https://25279693.fs1.hubspotusercontent-eu1.net/hubfs/25279693/raw_assets/public/refapp-theme/dist/assets/fontello/fontello.ttf?83523485") format("truetype"), url("https://25279693.fs1.hubspotusercontent-eu1.net/hubfs/25279693/raw_assets/public/refapp-theme/dist/assets/fontello/fontello.svg?83523485#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://25279693.fs1.hubspotusercontent-eu1.net/hubfs/25279693/raw_assets/public/refapp-theme/dist/assets/fontello/fontello.svg?83523485#fontello") format('svg');
  }
}
*/
[class^=icon-]:before,
[class*=" icon-"]:before,
[class^=icon-]:after,
[class*=" icon-"]:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* '' */
.icon-eye:before {
  content: "\e80e";
}

/* '' */
.icon-heart:before {
  content: "\e80f";
}

/* '' */
.icon-heart-empty:before {
  content: "\e810";
}

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

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

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

/* '' */
.icon-pen:before {
  content: "\e814";
}

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

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

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

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

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

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

/* '' */
.icon-check-round:before {
  content: "\e81f";
}

/* '' */
.icon-arrow-down-round:before {
  content: "\e820";
}

/* '' */
.icon-arrow-left-round:before {
  content: "\e821";
}

/* '' */
.icon-arrow-right-round:before {
  content: "\e822";
}

/* '' */
.icon-arrow-up-round:before {
  content: "\e823";
}

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

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

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

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

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

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

/* '' */
.icon-xing:before {
  content: "\f168";
}

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

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

/* '' */
.icon-behance:before {
  content: "\f1b4";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-heart.icon--after:after {
  content: "\e80f";
}

.icon-heart-empty.icon--after:before {
  content: normal;
}

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

.icon-eye-off.icon--after:before {
  content: normal;
}

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

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

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

.icon-star-empty.icon--after:before {
  content: normal;
}

.icon-star-empty.icon--after:after {
  content: "\e813";
}

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

.icon-pen.icon--after:after {
  content: "\e814";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-xing.icon--after:after {
  content: "\f168";
}

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

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

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

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

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

.icon-behance.icon--after:after {
  content: "\f1b4";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-vimeo.icon--after:after {
  content: "\f27d";
}
:root {
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.1875rem;
  --text-xl: 1.3125rem;
  --text-2xl: 1.5625rem;
  --text-3xl: 1.9375rem;
  --text-4xl: 2.375rem;
  --text-5xl: 3rem;
  --text-6xl: 3.75rem;
  --text-7xl: 4.5rem;
  --text-8xl: 5.625rem;
  --site-width-min: 90vw;
  --site-width-max: 1280px;
  --color-bright: #FFFFFA;
  --color-dark: #1E2022;
  --color-flame: #FD954B;
  --color-fog: #FEF8F0;
  --body-bg: var(--color-bright);
  --color-primary: #FD954B;
  --color-secondary: #12435B;
  --color-yellow: #FFD833;
  --color-border: rgba(40, 40, 40, 0.3);
  --color-overlay: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  --color-gray: #999;
  --color-lightgray: #f6f6f5;
  --color-x-lightgray: #FBFAF7;
  --color-facebook: #3b5998;
  --color-twitter: #4099FF;
  --color-linkedin: #0077b5;
  --sunset-a: #EB7146;
  --sunset-b: #FFA024;
  --sunset-c: #FD954B;
  --gradient-primary: linear-gradient(130deg, var(--sunset-a) 3.49%, var(--sunset-b) 60.53%, var(--sunset-c) 93.37%);
  --spacing-x-small: 0.5rem;
  --spacing-small: 1rem;
  --spacing-medium: 1.5rem;
  --spacing-large: 3rem;
  --spacing-x-large: 5rem;
  --container-margin: 3rem;
  --section-padding: 6rem;
  --grid-gap: 2rem;
  --border-radius: 0.25rem;
  --shadow-x-small: 0px 1px 1px 0px rgba(100, 102, 102, 0.21);
  --shadow-small: 0 0.4rem 0.6rem 0 rgba(46, 77, 100, 0.39);
  --shadow-medium: 0 0.6rem 1.2rem rgba(0, 0, 0, 0.2), 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  --shadow-large: 0 3.75rem 8.75rem -2.5rem rgba(0, 0, 0, 0.25), 0 3.75rem 7.5rem -1.25rem rgba(0, 0, 0, 0.25);
  --easing: ease;
  --body-font-size: var(--text-lg);
  --body-font-family: "Lora", serif;
  --body-font-weight: normal;
  --body-font-style: normal;
  --body-line-height: 1.4;
  --body-letter-spacing: 0.2px;
  --body-text-transform: none;
  --text-color: var(--color-dark);
  --text-decoration-color: initial;
  --text-decoration-thickness: 1px;
  --text-underline-offset: 0.5rem;
  --selection-bg: var(--color-primary);
  --selection-color: white;
  --font-size-xx-large: 2.5rem;
  --font-size-x-large: 1.65rem;
  --font-size-large: 1.125rem;
  --font-size-small: 0.875rem;
  --font-size-x-small: 0.75rem;
  --link-color: #FFB031;
  --link-color-hover: #FFB031;
  --h1-size: clamp(2rem, 7.5vw, 4rem);
  --h2-size: 3rem;
  --h3-size: 2.375rem;
  --h4-size: 1.2rem;
  --h5-size: 1.1rem;
  --h6-size: 1rem;
  --heading-font-family: "Albert Sans", sans-serif;
  --heading-font-weight: 500;
  --heading-font-style: normal;
  --heading-line-height: 1.06;
  --heading-letter-spacing: 0.2px;
  --heading-text-transform: none;
  --heading-color: inherit;
  --heading-margin: 1.5rem;
  --heading-3-font-weight: 500;
  --color-orange: var(--color-primary);
  --button-padding-x: 1.5rem;
  --button-padding-y: 0.75rem;
  --button-font-size: var(--text-lg);
  --button-font-family: inherit;
  --button-font-weight: 500;
  --button-letter-spacing: 0.2px;
  --button-line-height: 1.2;
  --button-text-transform: none;
  --button-text-color: var(--color-dark);
  --button-border-width: 2px;
  --button-border-style: solid;
  --button-border-radius: 999px;
  --button-transition-duration: 0.25s;
  --button-shadow: none;
  --button-color: var(--color-primary);
  --burger-menu-thickness: 1px;
  --form-field-bg: var(--color-bright);
  /*	--dialog-background: white;
  	--dialog-width: 40rem;
  	--dialog-padding: var(--spacing-large);
  	--dialog-shadow: var(--shadow-large);
  	--dialog-close-button-size: 2rem;
  	--dialog-close-button-color: var(--text-color);
  	--dialog-backdrop-color: var(--color-overlay);
  	--dialog-animation-duration: 0.5s; */
  /*	--form-field-bg: white;
  	--form-field-focus-bg: var(--form-field-bg);
  	--form-field-hover-bg: var(--form-field-bg);

  	--form-field-padding-x: 1.25rem;
  	--form-field-padding-y: 0.75rem;

  	--form-field-font-size: var(--body-font-size);
  	--form-field-font-family: var(--body-font-family);
  	--form-field-font-weight: var(--body-font-weight);
  	--form-field-letter-spacing: var(--body-letter-spacing);
  	--form-field-line-height: var(--body-line-height);
  	--form-field-text-color: var(--text-color);

  	--form-field-border-width: 1px;
  	--form-field-border-style: solid;
  	--form-field-border-radius: var(--border-radius);
  	--form-field-border-color: var(--color-border);
  	--form-field-hover-border-color: var(--form-field-border-color);
  	--form-field-focus-border-color: var(--color-primary);

  	--select-arrow-size: 0.5rem;
  	--placeholder-color: var(--color-gray, #999); */
  /*	--burger-menu-size: 24px;
  	--burger-menu-thickness: 2px; */
  /*	--slideshow-gap: 2rem;
  	--slideshow-per-page: 1; // Use this to change number of slides per page
  	--slideshow-arrow-size: 2rem;
  	--slideshow-bullet-margin: 3rem;
  	--slideshow-bullet-spacing: 0.5rem;
  	--slideshow-bullet-color: #999;
  	--slideshow-bullet-size: 0.5rem;
  	--slideshow-bullet-color-active: var(--color-primary, #f90); */
  --site-width: var(--site-width-max, 1280px);
  --site-padding: calc((100vw - var(--site-width, 1280px)) / 2);
}
@supports (padding: min(10%, 100px)) {
  :root {
    --site-width: min(var(--site-width-min, 90vw), var(--site-width-max, 1280px));
    --site-padding: calc((100vw - var(--site-width)) / 2);
  }
}
*,
::before,
::after {
  box-sizing: border-box;
  -webkit-text-decoration-color: var(--text-decoration-color, initial);
          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);
  -webkit-text-decoration-line: var(--link-decoration, none);
          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);
}

figure {
  margin: 0 0 var(--spacing-medium, 1.5rem);
}
figure img {
  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,
.hs_cos_wrapper_type_linked_image {
  --site-width: var(--site-width-max, 1280px);
  --site-padding: calc((100vw - var(--site-width, 1280px)) / 2);
  width: var(--site-width);
  margin: var(--container-margin, 6rem) auto;
}
@supports (padding: min(10%, 100px)) {
  .container,
.hs_cos_wrapper_type_linked_image {
    --site-width: min(var(--site-width-min, 90vw), var(--site-width-max, 1280px));
    --site-padding: calc((100vw - var(--site-width)) / 2);
  }
}

.hs_cos_wrapper_type_linked_image {
  display: block;
}

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

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

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

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

.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-small, 0.75rem);
}
.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 fieldset.form-columns-1 .hs-form-field,
.hs-form fieldset.form-columns-2 .hs-form-field,
.hs-form fieldset.form-columns-3 .hs-form-field,
.hs-form fieldset.form-columns-4 .hs-form-field,
.hs-form fieldset.form-columns-5 .hs-form-field,
.hs-form fieldset.form-columns-6 .hs-form-field,
.hs-form fieldset.form-columns-7 .hs-form-field,
.hs-form fieldset.form-columns-8 .hs-form-field {
  width: auto !important;
  float: none !important;
}
.hs-form fieldset.form-columns-1 .input,
.hs-form fieldset.form-columns-2 .input,
.hs-form fieldset.form-columns-3 .input,
.hs-form fieldset.form-columns-4 .input,
.hs-form fieldset.form-columns-5 .input,
.hs-form fieldset.form-columns-6 .input,
.hs-form fieldset.form-columns-7 .input,
.hs-form fieldset.form-columns-8 .input {
  margin: 0 !important;
}
@media (min-width: 768px) {
  .hs-form fieldset.form-columns-2 .hs-form-field {
    float: left !important;
    width: calc(50% - 0.5rem) !important;
    margin-right: 1rem;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:last-child {
    margin-right: 0;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field {
    float: left !important;
    width: calc(33.3333333333% - 0.6666666667rem) !important;
    margin-right: 1rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:last-child {
    margin-right: 0;
  }
  .hs-form fieldset.form-columns-4 .hs-form-field {
    float: left !important;
    width: calc(25% - 0.75rem) !important;
    margin-right: 1rem;
  }
  .hs-form fieldset.form-columns-4 .hs-form-field:last-child {
    margin-right: 0;
  }
  .hs-form fieldset.form-columns-5 .hs-form-field {
    float: left !important;
    width: calc(20% - 0.8rem) !important;
    margin-right: 1rem;
  }
  .hs-form fieldset.form-columns-5 .hs-form-field:last-child {
    margin-right: 0;
  }
  .hs-form fieldset.form-columns-6 .hs-form-field {
    float: left !important;
    width: calc(16.6666666667% - 0.8333333333rem) !important;
    margin-right: 1rem;
  }
  .hs-form fieldset.form-columns-6 .hs-form-field:last-child {
    margin-right: 0;
  }
  .hs-form fieldset.form-columns-7 .hs-form-field {
    float: left !important;
    width: calc(14.2857142857% - 0.8571428571rem) !important;
    margin-right: 1rem;
  }
  .hs-form fieldset.form-columns-7 .hs-form-field:last-child {
    margin-right: 0;
  }
  .hs-form fieldset.form-columns-8 .hs-form-field {
    float: left !important;
    width: calc(12.5% - 0.875rem) !important;
    margin-right: 1rem;
  }
  .hs-form fieldset.form-columns-8 .hs-form-field:last-child {
    margin-right: 0;
  }
}

.hs-form-field {
  display: block;
  margin: 0 0 var(--spacing-medium);
}
.hs-form-field > label {
  display: block;
  margin: 0 0 var(--spacing-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 .hs-form-required {
  display: none;
}
.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;
}
.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;
  -o-object-position: center center;
     object-position: center center;
  z-index: auto;
}

.ratio--21-9::before {
  padding-bottom: 42.8571428571%;
}

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

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

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

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

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

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

.google-map {
  background: var(--google-map-bg, #def);
  height: var(--google-map-height, 30rem);
  overflow: hidden;
}

[data-slideshow]:not(.flickity-enabled) {
  --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-gap: var(--slideshow-gap);
  --grid-cols: var(--slideshow-per-page);
}
[data-slideshow] .flickity-viewport {
  transition: height 0.25s var(--easing);
}
[data-slideshow] .flickity-slider > * {
  width: calc(100% / var(--slideshow-per-page, 1) - var(--slideshow-gap, 3rem) * (var(--slideshow-per-page, 1) - 1) / var(--slideshow-per-page, 1));
  margin-right: var(--slideshow-gap, 3rem);
}
[data-slideshow] .flickity-prev-next-button {
  all: unset;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(calc((100% + var(--slideshow-buttons-margin, var(--spacing-large, 3rem))) * -1), -50%);
}
@media (max-width: 1079px) {
  [data-slideshow] .flickity-prev-next-button {
    display: none;
  }
}
[data-slideshow] .flickity-prev-next-button.next {
  left: auto;
  right: 0;
  transform: translate(calc(100% + var(--slideshow-buttons-margin, var(--spacing-large, 3rem))), -50%);
}
[data-slideshow] .flickity-prev-next-button svg {
  display: none;
}
[data-slideshow] .flickity-prev-next-button::before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: 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: "\e802";
  margin-right: var(--icon-margin, 0.25rem);
  margin-left: 0;
  line-height: inherit;
  margin: 0;
  font-size: var(--slideshow-arrow-size, 2rem);
  line-height: 1;
}
[data-slideshow] .flickity-prev-next-button.next::before {
  content: "\f105";
}
[data-slideshow] .flickity-page-dots {
  all: unset;
  display: block;
  text-align: center;
  margin-top: var(--slideshow-bullet-margin, var(--spacing-large, 3rem));
}
[data-slideshow] .flickity-page-dots .dot {
  background: var(--slideshow-bullet-color, #999);
  width: var(--slideshow-bullet-size, 0.5rem);
  height: var(--slideshow-bullet-size, 0.5rem);
  margin: 0 var(--slideshow-bullet-spacing, var(--spacing-small, 0.75rem));
  opacity: 1;
  border-radius: 50%;
  transition: background-color 0.25s var(--easing);
}
[data-slideshow] .flickity-page-dots .dot.is-selected {
  background: var(--slideshow-bullet-color-active, var(--color-primary, #f90));
}

@keyframes video-embed-spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
figure.video-embed {
  margin: 0 0 var(--spacing-medium, 1.5rem);
}
figure.video-embed .embed {
  position: relative;
}
figure.video-embed .embed .video {
  margin: 0;
}
figure.video-embed .embed .thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
figure.video-embed .embed .thumbnail::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: 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: "\e80d";
  margin-right: var(--icon-margin, 0.25rem);
  margin-left: 0;
  line-height: inherit;
  display: block;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  font-size: var(--video-icon-size, 3rem);
  line-height: var(--video-icon-size, 3rem);
  color: var(--video-icon-color, white);
  transform: translate(-50%, -50%);
}
figure.video-embed .embed .thumbnail > img,
figure.video-embed .embed .thumbnail > picture > * {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: 1;
  filter: brightness(var(--video-thumbnail-brightness, 50%));
}
figure.video-embed.video-embed--state-playing .embed .thumbnail {
  display: none;
}
figure.video-embed.video-embed--state-buffering .embed .thumbnail::after {
  content: "\e834";
  animation: video-embed-spin 2s infinite linear;
}
figure.video-embed figcaption {
  text-align: center;
}

:root {
  --text-color: var(--color-fg);
  --heading-color: var(--color-fg);
  --h3-color: var(--color-fg);
  --link-color: var(--color-fg);
  --link-color-hover: var(--color-fg);
  color: var(--color-fg);
  --color-bg: var(--color-bright);
  --color-fg: var(--color-dark);
  --color-border: var(--color-dark);
  --button-color: var(--color-primary);
  --button-text-color: var(--color-dark);
  --text-color: var(--color-dark);
  --heading-color: var(--color-dark);
  --h3-color: var(--color-dark);
  --link-color: var(--color-dark);
  --link-color-hover: var(--color-dark);
  color: var(--color-dark);
}

.bg--gray {
  --color-bg: var(--color-bright);
  --color-fg: var(--color-dark);
  --color-border: var(--color-dark);
  --button-color: var(--color-primary);
  --button-text-color: var(--color-dark);
  --text-color: var(--color-dark);
  --heading-color: var(--color-dark);
  --h3-color: var(--color-dark);
  --link-color: var(--color-dark);
  --link-color-hover: var(--color-dark);
  color: var(--color-dark);
  --color-bg: var(--color-lightgray);
  background: var(--color-lightgray);
}

.bg--lightgray {
  --color-bg: var(--color-bright);
  --color-fg: var(--color-dark);
  --color-border: var(--color-dark);
  --button-color: var(--color-primary);
  --button-text-color: var(--color-dark);
  --text-color: var(--color-dark);
  --heading-color: var(--color-dark);
  --h3-color: var(--color-dark);
  --link-color: var(--color-dark);
  --link-color-hover: var(--color-dark);
  color: var(--color-dark);
  --color-bg: var(--color-x-lightgray);
  background: var(--color-x-lightgray);
}

.bg--yellow {
  --color-bg: var(--color-bright);
  --color-fg: var(--color-dark);
  --color-border: var(--color-dark);
  --button-color: var(--color-primary);
  --button-text-color: var(--color-dark);
  --text-color: var(--color-dark);
  --heading-color: var(--color-dark);
  --h3-color: var(--color-dark);
  --link-color: var(--color-dark);
  --link-color-hover: var(--color-dark);
  color: var(--color-dark);
  --color-bg: var(--color-yellow);
  background: var(--color-yellow);
}

.bg--orange {
  --color-bg: var(--color-dark);
  --color-fg: var(--color-bright);
  --color-border: var(--color-bright);
  --button-color: var(--color-bright);
  --button-text-color: var(--color-dark);
  --text-color: var(--color-fg);
  --heading-color: var(--color-fg);
  --h3-color: var(--color-fg);
  --link-color: var(--color-fg);
  --link-color-hover: var(--color-fg);
  color: var(--color-fg);
  --form-field-text-color: var(--color-dark);
  --color-bg: var(--color-orange);
  background: var(--color-orange);
}

.bg--secondary {
  --color-bg: var(--color-dark);
  --color-fg: var(--color-bright);
  --color-border: var(--color-bright);
  --button-color: var(--color-bright);
  --button-text-color: var(--color-dark);
  --text-color: var(--color-fg);
  --heading-color: var(--color-fg);
  --h3-color: var(--color-fg);
  --link-color: var(--color-fg);
  --link-color-hover: var(--color-fg);
  color: var(--color-fg);
  --form-field-text-color: var(--color-dark);
  --color-bg: var(--color-secondary);
  --color-border: rgba(255, 255, 255, 0.3);
  background: var(--color-secondary);
}

.bg--img,
.bg--img-light {
  position: relative;
  overflow: hidden;
}
.bg--img > figure:first-of-type,
.bg--img-light > figure:first-of-type {
  margin: 0;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.bg--img > figure:first-of-type img,
.bg--img > figure:first-of-type video,
.bg--img-light > figure:first-of-type img,
.bg--img-light > figure:first-of-type video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.bg--img {
  --color-bg: var(--color-dark);
  --color-fg: var(--color-bright);
  --color-border: var(--color-bright);
  --button-color: var(--color-bright);
  --button-text-color: var(--color-dark);
  --text-color: var(--color-fg);
  --heading-color: var(--color-fg);
  --h3-color: var(--color-fg);
  --link-color: var(--color-fg);
  --link-color-hover: var(--color-fg);
  color: var(--color-fg);
  --form-field-text-color: var(--color-dark);
  --color-bg: transparent;
}

.bg--img-light {
  --color-bg: var(--color-bright);
  --color-fg: var(--color-dark);
  --color-border: var(--color-dark);
  --button-color: var(--color-primary);
  --button-text-color: var(--color-dark);
  --text-color: var(--color-dark);
  --heading-color: var(--color-dark);
  --h3-color: var(--color-dark);
  --link-color: var(--color-dark);
  --link-color-hover: var(--color-dark);
  color: var(--color-dark);
  --color-bg: transparent;
}

.bg--img-overlay {
  background: var(--color-overlay);
}

/** 
 * 2025 colors 
 */
.bg--gradient-swish {
  --color-fg: var(--color-dark);
  --color-border: var(--color-dark);
  --button-color: var(--color-primary);
  --button-text-color: var(--color-dark);
  --text-color: var(--color-dark);
  --heading-color: var(--color-dark);
  --h3-color: var(--color-dark);
  --link-color: var(--color-dark);
  --link-color-hover: var(--color-dark);
  color: var(--color-dark);
  --bg-mix-blend: multiply;
  --bg-image: var(--asset-bg-swish);
  background-image: var(--bg-image);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  --color-bg: var(--color-bright);
  background-color: var(--color-bright);
}

.bg--gradient-swish-dark {
  --color-fg: var(--color-bright);
  --color-border: var(--color-bright);
  --button-color: var(--color-bright);
  --button-text-color: var(--color-dark);
  --text-color: var(--color-fg);
  --heading-color: var(--color-fg);
  --h3-color: var(--color-fg);
  --link-color: var(--color-fg);
  --link-color-hover: var(--color-fg);
  color: var(--color-fg);
  --form-field-text-color: var(--color-dark);
  --bg-mix-blend: lighten;
  --bg-image: var(--asset-bg-swish-dark);
  background-image: var(--bg-image);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  --color-bg: var(--color-dark);
  background-color: var(--color-dark);
  --form-field-border-color: color-mix(in srgb, var(--color-bright), transparent);
}

.bg--fog {
  --color-bg: var(--color-bright);
  --color-fg: var(--color-dark);
  --color-border: var(--color-dark);
  --button-color: var(--color-primary);
  --button-text-color: var(--color-dark);
  --text-color: var(--color-dark);
  --heading-color: var(--color-dark);
  --h3-color: var(--color-dark);
  --link-color: var(--color-dark);
  --link-color-hover: var(--color-dark);
  color: var(--color-dark);
  --color-bg: var(--color-fog);
  background-color: var(--color-fog);
}

.bg--bright {
  --color-fg: var(--color-dark);
  --color-border: var(--color-dark);
  --button-color: var(--color-primary);
  --button-text-color: var(--color-dark);
  --text-color: var(--color-dark);
  --heading-color: var(--color-dark);
  --h3-color: var(--color-dark);
  --link-color: var(--color-dark);
  --link-color-hover: var(--color-dark);
  color: var(--color-dark);
  --color-bg: var(--color-bright);
  background-color: var(--color-bright);
}

.bg--dark {
  --color-fg: var(--color-bright);
  --color-border: var(--color-bright);
  --button-color: var(--color-bright);
  --button-text-color: var(--color-dark);
  --text-color: var(--color-fg);
  --heading-color: var(--color-fg);
  --h3-color: var(--color-fg);
  --link-color: var(--color-fg);
  --link-color-hover: var(--color-fg);
  color: var(--color-fg);
  --form-field-text-color: var(--color-dark);
  --color-bg: var(--color-dark);
  background-color: var(--color-dark);
}

.button,
input[type=submit] {
  background: var(--button-color, var(--color-primary, blue));
  box-sizing: border-box;
  display: inline-block;
  padding: var(--button-padding-y, 0.75rem) var(--button-padding-x, 1.25rem);
  vertical-align: middle;
  font-size: var(--button-font-size, inherit);
  font-family: var(--button-font-family, inherit);
  font-weight: var(--button-font-weight, normal);
  letter-spacing: var(--button-letter-spacing, 0);
  line-height: var(--button-line-height, 1.2);
  text-transform: var(--button-text-transform, none);
  text-decoration: none;
  text-align: center;
  color: var(--button-text-color, white);
  cursor: pointer;
  outline: 0;
  border: var(--button-border-width, 1px) var(--button-border-style, solid) var(--button-color, var(--color-primary, blue));
  border-radius: var(--button-border-radius, var(--border-radius, 0));
  transition: all var(--button-transition-duration, 0.25s) var(--easing);
  box-shadow: var(--button-shadow, none);
  font-family: Albert Sans, ui-sans-serif, system-ui;
  font-weight: 600;
}
.button:hover,
input[type=submit]:hover {
  color: var(--button-text-color, white);
  text-decoration: none;
}
.button.button-sm,
input[type=submit].button-sm{
  display: inline-block;
  width: 100%;
  max-width: 20rem;
  text-wrap: nowrap;
  border-style: none;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 19px;
  line-height: 1.25rem;
}
@media (min-width: 1080px){
  .button.button-sm,
input[type=submit].button-sm{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: var(--text-base);
  }
}
.button.button-lg,
input[type=submit].button-lg{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: var(--text-lg);
}
@media (min-width: 768px){
  .button.button-lg,
input[type=submit].button-lg{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.button:hover,
input[type=submit]:hover {
  background: var(--color-dark);
  border-color: var(--color-dark);
  color: var(--color-bright);
  box-shadow: 0 4px 12px 0 color-mix(in srgb, var(--color-fg), transparent 90%);
}

.button--ghost {
  color: var(--color-fg);
  border-color: var(--color-fg);
  background: transparent;
}

.buttons {
  margin: 0 calc(var(--spacing-small) * -1) calc(var(--spacing-medium) * -1);
}
.buttons > a {
  /* Make space between buttons be exactly --spacing-small (half it, then subtract for whitespace width) */
  --space: calc(var(--spacing-small) / 2 - 2px);
  margin: 0 var(--space) var(--spacing-medium);
}

:root {
  --card-padding: 3rem;
}

.card {
  padding: var(--card-padding);
  border-radius: 15px;
}
.card:hover {
  transform: scale(1.02);
}
.card > figure:first-child:not([class*=ratio--]):not(.img--round),
.card > a:only-child > figure:first-child:not([class*=ratio--]):not(.img--round) {
  margin: calc(var(--card-padding) * -1);
  margin-bottom: var(--card-padding);
}
.card > figure:first-child.img--round,
.card > a:only-child > figure:first-child.img--round {
  margin-left: auto;
  margin-right: auto;
  width: 7.5rem;
}
.card > a:only-child {
  display: block;
  height: calc(100% + var(--card-padding) * 2);
  margin: calc(var(--card-padding) * -1);
  padding: var(--card-padding);
  position: relative;
  color: inherit;
  font-weight: 500;
}
.card > a:only-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: "\e822";
  margin-right: var(--icon-margin, 0.25rem);
  margin-left: 0;
  line-height: inherit;
  margin: 0;
  position: absolute;
  right: var(--spacing-medium);
  bottom: var(--spacing-medium);
  font-size: var(--font-size-x-large);
  color: var(--color-primary);
  transform: scale(1);
  transition: transform 0.25s var(--easing);
}
.card > a:only-child:hover::after {
  transform: scale(1.25);
}

select.button,
select.button.button--ghost,
select.button.button--ghost:not(:hover) {
  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(--button-padding-x, 1.25rem) top 50%;
  background-size: var(--select-arrow-size, 0.5rem) auto;
  padding-right: calc(var(--button-padding-x, 1.25rem) * 2 + var(--select-arrow-size, 0.5rem));
}

/**
 * A required checkbox that is not checked will, after submission, show an
 * error about the field being required. This error uses the colour #f2545b.
 * (Unknown what defines this.)
 * 
 * Errors rendered for text fields, e.g. not entering an email address, will
 * instead use the color --color-error for its text. But this variable was
 * never set.
 *
 * Set the variable here to match and see if it makes the error messages stand
 * out more.
 **/
form {
  --color-error: #f2545b ;
}

.hs-form{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
.hs-form .field{
  flex-grow: 1;
}
.hs-form label{
  margin-bottom: 0.25rem;
  display: block;
  font-family: Albert Sans, ui-sans-serif, system-ui;
  font-size: var(--text-base);
  font-weight: 500;
}
.hs-form legend{
  margin-bottom: 0.5rem;
  display: block;
  font-family: Albert Sans, ui-sans-serif, system-ui;
  font-size: var(--text-sm);
}
.hs-form .legal-consent-container{
  font-family: Albert Sans, ui-sans-serif, system-ui;
  font-size: var(--text-sm);
}
.hs-form .hs-submit{
  width: 100%;
}

.img--round {
  border-radius: 50%;
  overflow: hidden;
}
.img--round img {
  border-radius: 50%;
}

.img--contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.link--scroll-down {
  display: inline-block;
  font-size: 0;
  transform: scale(1);
  transition: transform 0.25s var(--easing);
}
.link--scroll-down::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: "\e820";
  margin-right: var(--icon-margin, 0.25rem);
  margin-left: 0;
  line-height: inherit;
  margin: 0;
  font-size: var(--font-size-xx-large);
}
.link--scroll-down:hover {
  transform: scale(1.2);
}

.media-content.media-content--left,
.media-content.media-content--right {
  display: grid;
  gap: var(--spacing-medium) var(--spacing-large);
  align-items: center;
}
.media-content.media-content--left > figure,
.media-content.media-content--right > figure {
  margin: 0;
}
@media (min-width: 1080px) {
  .media-content.media-content--left,
.media-content.media-content--right {
    gap: var(--spacing-large) var(--grid-gap);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .media-content.media-content--left.media-content--right > figure,
.media-content.media-content--right.media-content--right > figure {
    grid-row: 1;
    grid-column: 2;
  }
  .media-content.media-content--left.media-content--right > div,
.media-content.media-content--right.media-content--right > div {
    grid-row: 1;
    grid-column: 1;
  }
}

.module-header {
  margin-bottom: var(--spacing-large);
}
.module-header h2,
.module-header h2 span {
  font-size: var(--h2-size) !important;
  color: var(--text-color) !important;
}
.module-header .text--kicker {
  margin-bottom: var(--spacing-small);
}
.module-header .wysiwyg, .module-header #single-post .hs_cos_wrapper_type_rich_text, #single-post .module-header .hs_cos_wrapper_type_rich_text {
  max-width: 40rem;
}
.module-header.text--center .wysiwyg, .module-header.text--center #single-post .hs_cos_wrapper_type_rich_text, #single-post .module-header.text--center .hs_cos_wrapper_type_rich_text {
  margin-left: auto;
  margin-right: auto;
}

.module-footer {
  margin-top: var(--spacing-large);
}

@keyframes scrollspy {
  0% {
    transform: translate(0, 2rem);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes scrollspy-chars {
  0% {
    transform: translate(0, 2rem);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes scrollspy-media {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scrollspy-bg {
  0% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scrollspy-hr {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
:root {
  --scrollspy-duration: 0s;
  --scrollspy-stagger: 0s;
}

html.js:not(.hs-inline-edit):not(.hs-content-id-1) [data-scrollspy] > :not([data-no-scrollspy]):not(.splitting):not(figure):not(hr),
html.js:not(.hs-inline-edit):not(.hs-content-id-1) [data-scrollspy] > figure:not([data-no-scrollspy]) img,
html.js:not(.hs-inline-edit):not(.hs-content-id-1) [data-scrollspy] > figure:not([data-no-scrollspy]) video,
html.js:not(.hs-inline-edit):not(.hs-content-id-1) [data-scrollspy] > hr:not([data-no-scrollspy]) {
  animation: scrollspy var(--scrollspy-duration) var(--easing);
  animation-play-state: paused;
  animation-fill-mode: backwards;
  animation-delay: calc(var(--scrollspy-el-index, 0) * var(--scrollspy-stagger));
  will-change: opacity, transform;
}
html.js:not(.hs-inline-edit):not(.hs-content-id-1) [data-scrollspy] > figure:not([data-no-scrollspy]) img,
html.js:not(.hs-inline-edit):not(.hs-content-id-1) [data-scrollspy] > figure:not([data-no-scrollspy]) video {
  animation-name: scrollspy-media;
}
html.js:not(.hs-inline-edit):not(.hs-content-id-1) [data-scrollspy] > figure.img--dolly:not([data-no-scrollspy]) {
  overflow: hidden;
}
html.js:not(.hs-inline-edit):not(.hs-content-id-1) [data-scrollspy] > figure.img--dolly:not([data-no-scrollspy]) img,
html.js:not(.hs-inline-edit):not(.hs-content-id-1) [data-scrollspy] > figure.img--dolly:not([data-no-scrollspy]) video {
  animation-name: scrollspy-bg;
  animation-duration: calc(var(--scrollspy-duration) * 3);
}
html.js:not(.hs-inline-edit):not(.hs-content-id-1) [data-scrollspy] > hr:not([data-no-scrollspy]) {
  animation-name: scrollspy-hr;
  transform-origin: 50% 50%;
}
html.js:not(.hs-inline-edit):not(.hs-content-id-1) [data-scrollspy] > .splitting .word {
  overflow: hidden;
  line-height: 0.75;
  padding-bottom: 0.2em;
}
html.js:not(.hs-inline-edit):not(.hs-content-id-1) [data-scrollspy] > .splitting .char {
  animation: scrollspy-chars var(--scrollspy-duration) var(--easing);
  animation-play-state: paused;
  animation-fill-mode: backwards;
  animation-delay: calc(var(--scrollspy-el-index, 0) * var(--scrollspy-stagger) + var(--char-index) * var(--scrollspy-duration) / 2 / var(--char-total));
  will-change: opacity, transform;
}
html.js:not(.hs-inline-edit):not(.hs-content-id-1) [data-scrollspy].was-in-view > :not([data-no-scrollspy]):not(.splitting):not(figure):not(hr),
html.js:not(.hs-inline-edit):not(.hs-content-id-1) [data-scrollspy].was-in-view > figure:not([data-no-scrollspy]) img,
html.js:not(.hs-inline-edit):not(.hs-content-id-1) [data-scrollspy].was-in-view > figure:not([data-no-scrollspy]) video,
html.js:not(.hs-inline-edit):not(.hs-content-id-1) [data-scrollspy].was-in-view > .splitting .char,
html.js:not(.hs-inline-edit):not(.hs-content-id-1) [data-scrollspy].was-in-view > hr:not([data-no-scrollspy]) {
  animation-play-state: running;
  will-change: initial;
}

.site-logo {
  display: block;
  height: 3rem;
}
.site-logo img,
.site-logo svg {
  display: block;
  height: 100%;
}

.section--xx-small {
  --site-width-max: 400px;
  --site-width: var(--site-width-max, 1280px);
  --site-padding: calc((100vw - var(--site-width, 1280px)) / 2);
  padding: var(--section-padding, 6rem) var(--site-padding);
}
@supports (padding: min(10%, 100px)) {
  .section--xx-small {
    --site-width: min(var(--site-width-min, 90vw), var(--site-width-max, 1280px));
    --site-padding: calc((100vw - var(--site-width)) / 2);
  }
}

.container--xx-small {
  --site-width-max: 400px;
  --site-width: var(--site-width-max, 1280px);
  --site-padding: calc((100vw - var(--site-width, 1280px)) / 2);
  width: var(--site-width);
  margin: var(--container-margin, 6rem) auto;
}
@supports (padding: min(10%, 100px)) {
  .container--xx-small {
    --site-width: min(var(--site-width-min, 90vw), var(--site-width-max, 1280px));
    --site-padding: calc((100vw - var(--site-width)) / 2);
  }
}

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

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

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

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

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

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

[data-slideshow] .flickity-button {
  --slideshow-arrow-size: 2.5rem;
}
@media (max-width: 1259px) {
  [data-slideshow] .flickity-button {
    display: none;
  }
}
[data-slideshow] .flickity-button::before {
  content: "\e821";
  color: var(--text-color);
  transform: scale(1);
  transition: transform 0.25s var(--easing);
}
[data-slideshow] .flickity-button:hover::before {
  transform: scale(1.2);
}
[data-slideshow] .flickity-button.next::before {
  content: "\e822";
}

strong,
b {
  font-weight: 500;
}

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

h3,
.h3,
.text--kicker {
  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(--h3-size);
  color: var(--heading-color, inherit);
  font-weight: var(--heading-3-font-weight);
  color: var(--h3-color);
}
h3 a,
.h3 a,
.text--kicker a {
  color: var(--heading-color, inherit);
}
h3 a:hover,
.h3 a:hover,
.text--kicker a:hover {
  color: var(--heading-color, inherit);
}

.wysiwyg, #single-post .hs_cos_wrapper_type_rich_text {
  /* Override heading styles to use default styling */
  /* > h1, > h1 * { font-size: var(--h1-size) !important; }
  > h2, > h2 * { font-size: var(--h2-size) !important; }
  > h3, > h3 * { font-size: var(--h3-size) !important; }
  > h4, > h4 * { font-size: var(--h4-size) !important; }
  > h5, > h5 * { font-size: var(--h5-size) !important; }
  > h6, > h6 * { font-size: var(--h6-size) !important; }
  > h1, > h2, > h3, > h4, > h5, > h6 {
    &,
    & * {
      font-family: var(--heading-font-family) !important;
      font-weight: var(--heading-font-weight) !important;
      line-height: var(--heading-line-height) !important;
      letter-spacing: var(--heading-letter-spacing) !important;
      text-transform: var(--heading-text-transform) !important;
      color: var(--heading-color) !important;
      margin: 1.5em 0 var(--heading-margin) !important;
    }
  } */
}
.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), #single-post .hs_cos_wrapper_type_rich_text h1:not(:first-child), #single-post .hs_cos_wrapper_type_rich_text h2:not(:first-child), #single-post .hs_cos_wrapper_type_rich_text h3:not(:first-child), #single-post .hs_cos_wrapper_type_rich_text h4:not(:first-child), #single-post .hs_cos_wrapper_type_rich_text h5:not(:first-child), #single-post .hs_cos_wrapper_type_rich_text h6:not(:first-child), #single-post .hs_cos_wrapper_type_rich_text .h1:not(:first-child), #single-post .hs_cos_wrapper_type_rich_text .h2:not(:first-child), #single-post .hs_cos_wrapper_type_rich_text .h3:not(:first-child), #single-post .hs_cos_wrapper_type_rich_text .h4:not(:first-child), #single-post .hs_cos_wrapper_type_rich_text .h5:not(:first-child), #single-post .hs_cos_wrapper_type_rich_text .h6:not(:first-child) {
  margin-top: var(--spacing-large) !important;
}
.wysiwyg > h1, #single-post .hs_cos_wrapper_type_rich_text > h1 {
  font-size: var(--h1-size) !important;
}
.wysiwyg > h2, #single-post .hs_cos_wrapper_type_rich_text > h2 {
  font-size: var(--h2-size) !important;
}
.wysiwyg > h3, #single-post .hs_cos_wrapper_type_rich_text > h3 {
  font-size: var(--h3-size) !important;
}
.wysiwyg > h4, #single-post .hs_cos_wrapper_type_rich_text > h4 {
  font-size: var(--h4-size) !important;
}
.wysiwyg > h5, #single-post .hs_cos_wrapper_type_rich_text > h5 {
  font-size: var(--h5-size) !important;
}
.wysiwyg > h6, #single-post .hs_cos_wrapper_type_rich_text > h6 {
  font-size: var(--h6-size) !important;
}
.wysiwyg > h1, #single-post .hs_cos_wrapper_type_rich_text > h1, .wysiwyg > h2, #single-post .hs_cos_wrapper_type_rich_text > h2, .wysiwyg > h3, #single-post .hs_cos_wrapper_type_rich_text > h3, .wysiwyg > h4, #single-post .hs_cos_wrapper_type_rich_text > h4, .wysiwyg > h5, #single-post .hs_cos_wrapper_type_rich_text > h5, .wysiwyg > h6, #single-post .hs_cos_wrapper_type_rich_text > h6 {
  font-family: var(--heading-font-family) !important;
  font-weight: var(--heading-font-weight) !important;
  line-height: var(--heading-line-height) !important;
  letter-spacing: var(--heading-letter-spacing) !important;
  text-transform: var(--heading-text-transform) !important;
  color: var(--heading-color) !important;
  margin: 1.5em 0 var(--heading-margin) !important;
}
.wysiwyg > h1 *, #single-post .hs_cos_wrapper_type_rich_text > h1 *, .wysiwyg > h2 *, #single-post .hs_cos_wrapper_type_rich_text > h2 *, .wysiwyg > h3 *, #single-post .hs_cos_wrapper_type_rich_text > h3 *, .wysiwyg > h4 *, #single-post .hs_cos_wrapper_type_rich_text > h4 *, .wysiwyg > h5 *, #single-post .hs_cos_wrapper_type_rich_text > h5 *, .wysiwyg > h6 *, #single-post .hs_cos_wrapper_type_rich_text > h6 * {
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  text-transform: inherit !important;
  color: inherit !important;
  font-size: inherit !important;
}
.wysiwyg .hs-embed-wrapper, #single-post .hs_cos_wrapper_type_rich_text .hs-embed-wrapper {
  width: 100% !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 0 !important;
  margin: var(--spacing-large) 0 !important;
}
.wysiwyg .hs-embed-wrapper:first-child, #single-post .hs_cos_wrapper_type_rich_text .hs-embed-wrapper:first-child {
  margin-top: 0 !important;
}
.wysiwyg .hs-embed-wrapper:last-child, #single-post .hs_cos_wrapper_type_rich_text .hs-embed-wrapper:last-child {
  margin-bottom: 0 !important;
}
.wysiwyg > ul, #single-post .hs_cos_wrapper_type_rich_text > ul {
  margin: 0 0 var(--spacing-medium, 1.5rem);
  list-style: none;
}
.wysiwyg > ul:first-child, #single-post .hs_cos_wrapper_type_rich_text > ul:first-child {
  margin-top: 0;
}
.wysiwyg > ul li, #single-post .hs_cos_wrapper_type_rich_text > ul li {
  position: relative;
  margin-bottom: var(--spacing-small);
  padding-left: var(--spacing-large);
}
.wysiwyg > ul li::before, #single-post .hs_cos_wrapper_type_rich_text > ul li::before {
  background: var(--color-primary);
  display: block;
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  position: absolute;
  left: 0;
  top: 0.5em;
  border-radius: 50%;
}
.wysiwyg > ul li ul, #single-post .hs_cos_wrapper_type_rich_text > ul li ul {
  margin: var(--spacing-medium) 0;
}
.wysiwyg > .table-wrap, #single-post .hs_cos_wrapper_type_rich_text > .table-wrap {
  max-width: 100%;
  overflow: auto;
  margin: var(--spacing-large) 0;
}
.wysiwyg > .table-wrap:first-child, #single-post .hs_cos_wrapper_type_rich_text > .table-wrap:first-child {
  margin-top: 0;
}
.wysiwyg > table, #single-post .hs_cos_wrapper_type_rich_text > table {
  margin: var(--spacing-large) 0;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: var(--font-size-x-small);
}
.wysiwyg > table:first-child, #single-post .hs_cos_wrapper_type_rich_text > table:first-child {
  margin-top: 0;
}
.wysiwyg > table:last-child, #single-post .hs_cos_wrapper_type_rich_text > table:last-child {
  margin-bottom: 0;
}
.wysiwyg > table th, #single-post .hs_cos_wrapper_type_rich_text > table th,
.wysiwyg > table td,
#single-post .hs_cos_wrapper_type_rich_text > table td {
  text-align: left;
  padding: var(--spacing-small);
  border: 1px solid var(--color-border);
}
.wysiwyg > table th, #single-post .hs_cos_wrapper_type_rich_text > table th {
  background: var(--color-secondary);
  color: white;
}
.wysiwyg:last-child > :last-child, #single-post .hs_cos_wrapper_type_rich_text:last-child > :last-child {
  margin-bottom: 0;
}

#archive > header > ul {
  margin: 0;
  list-style: none;
}
#archive > header > ul > li > a {
  color: inherit;
}
#archive > header > ul > li > a.active {
  font-weight: 500;
}
#archive > header > ul > li > ul {
  display: none;
}
#archive > header ul li {
  margin-right: var(--spacing-medium);
  margin-bottom: var(--spacing-small);
  display: inline-flex;
}

.blog-filter {
  display: none;
}

.blog-dropdown {
  cursor: pointer;
}

.card-line {
  margin: 1em 0 1em 0;
  border: 2px solid var(--color-border);
  border-top: 0px;
}

@media (max-width: 768px) {
  body #archive > header > ul {
    display: none;
  }

  .blog-filter {
    display: block;
  }
}
@media (min-width: 768px) {
  .card-div {
    height: 0;
    padding-bottom: 100%;
    width: 100%;
    overflow: hidden;
  }
}
.post--client-logo {
  width: -moz-max-content;
  width: max-content;
}
.post--client-logo a,
.post--client-logo span {
  display: block;
}
.post--client-logo img {
  width: auto;
  max-width: 8rem;
  max-height: 8rem;
}

.post--employee {
  text-align: center;
}
.post--employee p {
  margin-bottom: 0;
}
.post--employee ul {
  margin: 0;
  list-style: none;
}
.post--employee ul li a {
  color: var(--text-color);
}
.post--employee ul li a:hover {
  color: var(--link-color-hover);
}
.post--employee.person--7f724a7461b3d97708ab5e9b4295d649 p {
  font-size: 90%;
}

/**
 * When placing a HubSpot native image module on a page, center it.
 * This also requires a patch to the container SASS in sleek-ui.
 */
.hs_cos_wrapper_type_linked_image > .hs-image-widget {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Apply WYSIWYG styles to post body */
#single-post .hs_cos_wrapper_type_rich_text {
  /* Adjust heading sizes within post body */
}
#single-post .hs_cos_wrapper_type_rich_text > h2 {
  font-size: var(--h3-size) !important;
}

#single-post #latest-posts {
  padding: 0rem !important;
}

.post--quote-large > div {
  display: grid;
}
.post--quote-large > div h3 {
  margin: 0;
}
.post--quote-large > div h3 + p {
  font-size: var(--font-size-large);
}
.post--quote-large > div blockquote {
  font-size: var(--font-size-large);
  grid-row: 1;
}
.post--quote-large > div blockquote > :first-child::before {
  content: "– ";
}
.post--quote-large > div a {
  width: -moz-max-content;
  width: max-content;
}

.post--quote {
  text-align: center;
}
.post--quote figure {
  margin: 0 auto var(--spacing-medium);
}
.post--quote h3 {
  margin-bottom: var(--spacing-small);
}
.post--quote h3 + p {
  font-size: var(--font-size-large);
}
.post--quote blockquote {
  margin: 0;
  font-weight: 500;
}
.post--quote blockquote::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: "\e80a";
  margin-right: var(--icon-margin, 0.25rem);
  margin-left: 0;
  line-height: inherit;
  display: block;
  margin: var(--spacing-medium) auto 0;
  font-size: 2rem;
  color: var(--color-secondary);
}

.form-container {
  display: none;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
}

.no-scroll {
  overflow-y: hidden;
  position: relative;
}

.button-form-container {
  text-align: center;
  margin-bottom: 20px;
}

.resources-form {
  max-width: 600px;
  margin: auto;
}

@media (max-width: 768px) {
  .resources-form {
    max-width: 300px;
  }
}
html.no-distractions .site-footer .menu-offices,
html.no-distractions .site-footer #social-links {
  display: none;
}

.site-footer {
  display: grid;
  gap: var(--spacing-large);
  font-size: var(--font-size-small);
  --text-color: white;
  --heading-color: white;
  --h3-color: white;
  --link-color: white;
  --link-color-hover: white;
  color: white;
  background: var(--color-dark);
}
.site-footer ul {
  margin: 0;
  list-style: none;
}
.site-footer h2 {
  margin-bottom: var(--spacing-small);
}
.site-footer .menu-offices {
  display: grid;
  gap: var(--spacing-large);
  grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
}
.site-footer .menu-offices > nav {
  grid-column: 1/span 2;
}
.site-footer #social-links {
  justify-self: end;
}
.site-footer aside {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: var(--spacing-large);
  padding-top: var(--spacing-large);
  border-top: 1px solid var(--color-border);
}
@media (min-width: 768px) {
  .site-footer aside {
    align-items: center;
    flex-direction: row;
  }
}
.site-footer aside ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.site-footer aside ul li:not(:last-of-type) {
  margin-right: var(--spacing-medium);
}
.site-footer aside > figure {
  margin: 0;
}
.site-footer aside > figure .site-logo .ref {
  fill: white;
}

:root {
  --site-header-height: 4.5rem;
  --hero-padding-top: var(--site-header-height);
  --site-header-color: var(--color-bright);
  --site-logo-color: white;
}

@media (min-width: 1080px) {
  :root {
    --site-header-height: 5rem;
    --hero-padding-top: calc(var(--site-header-height) + 4rem) ;
  }

  html.no-distractions {
    --hero-padding-top: var(--site-header-height);
  }
}
@media (min-width: 1080px) and (--laptop) {
  html.no-distractions {
    --hero-padding-top: calc(var(--site-header-height) + 4rem) ;
  }
}
html.site-header--light {
  --site-header-color: white;
  --site-logo-color: white;
}

html.site-header--dark {
  --site-header-color: var(--color-dark);
  --site-logo-color: var(--color-dark);
}

html[data-active-hash=site-header]{
  overflow: hidden;
}

@media (min-width: 1080px){
  html[data-active-hash=site-header]{
    overflow: auto;
  }
}
html.no-distractions #site-header .navbar{
  background-color: transparent;
}
html.no-distractions #site-header .navbar .menu-wrap{
  display: none;
}
html.no-distractions #site-header .navbar .nav-toggle-button{
  display: none;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  position: relative;
}

#site-header {
  --menu-max-width: calc(var(--site-width-max) + 2rem);
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 50;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: var(--site-header-height);
  width: 100%;
  max-width: var(--menu-max-width);
}

.navbar {
  --menu-margin: 0.5rem;
  --menu-translate: calc(100% + var(--menu-margin));
  --menu-lvl2-spacing: 1rem;
  --text-color: var(--site-header-color);
  --heading-color: var(--site-header-color);
  --h3-color: var(--site-header-color);
  --link-color: var(--site-header-color);
  --link-color-hover: var(--site-header-color);
  color: var(--site-header-color);
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 99;
  margin: 0.5rem;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 9999px;
  background-color: var(--color-dark);
  padding: 0px;
}

@media (min-width: 1080px){
  .navbar{
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 0px;
    overflow: visible;
    padding: 0px;
  }
}
.navbar .logo-container{
  position: relative;
  z-index: 99;
  margin: 0px;
  flex-grow: 1;
  background-color: transparent;
  padding: 0px;
  padding-right: 0.5rem;
  padding-left: 1rem;
}
@media (min-width: 1080px){
  .navbar .logo-container{
    padding-left: 1.5rem;
  }
}
.navbar .logo-container .site-logo{
  height: auto;
}
.navbar .logo-container .site-logo svg{
  height: 2rem;
  width: auto;
}
@media (min-width: 1080px){
  .navbar .logo-container .site-logo svg{
    height: 2.5rem;
  }
}
.navbar .logo-container .site-logo .ref {
  fill: var(--site-logo-color);
}
.navbar .menu-wrap{
  position: absolute;
  z-index: 98;
  display: block;
  overflow: auto;
  border-radius: 1.5rem;
  background-color: var(--color-dark);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  top: var(--menu-margin);
  right: var(--menu-margin);
  bottom: var(--menu-margin);
  left: var(--menu-margin);
  height: 100vh;
}
@media (min-width: 1080px){
  .navbar .menu-wrap{
    position: static;
    grid-column: span 2 / span 2;
    display: grid;
    height: auto;
    grid-template-columns: subgrid;
    justify-content: space-between;
    overflow: visible;
    background-color: transparent;
    padding: 0px;
  }
}
@media not all and (min-width: 1080px){
  .navbar .menu-wrap{
    transform-origin: top;
    --tw-scale-y: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 0;
    transition-property: transform,opacity;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  #site-header:target .navbar .menu-wrap{
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    padding-bottom: 5rem;
    opacity: 1;
  }
}
@media (min-width: 1080px){
  .navbar menu{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
  }
}
.navbar menu {
  height: auto;
  margin: 0;
  list-style: none;
}
.navbar menu li{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: var(--text-base);
  font-weight: 300;
}
.navbar menu li .label{
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.navbar menu li p {
  margin: var(--spacing-medium) 0;
}
.navbar menu.level-1{
  position: relative;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1080px){
  .navbar menu.level-1{
    flex-direction: row;
    gap: 0.5rem;
  }
  .navbar menu.level-1 > li{
    max-width: 15rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.navbar menu.level-1 > li > .label{
  min-height: 2.5rem;
  padding-right: 1rem;
  font-size: 21px;
  font-weight: 400;
}
@media (min-width: 1080px){
  .navbar menu.level-1 > li > .label{
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: var(--text-base);
  }
}
.navbar menu.level-1 > .dropdown > .label{
  cursor: pointer;
}
@media (min-width: 1080px){
  .navbar .multilevel > menu{
    max-width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.navbar menu.level-2{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: var(--menu-lvl2-spacing);
  padding-bottom: var(--menu-lvl2-spacing);
}
@media (min-width: 1080px){
  .navbar menu.level-2{
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    -moz-column-gap: 0px;
         column-gap: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.navbar menu.level-2 .label{
  padding-right: 1rem;
  font-size: var(--text-lg);
  font-weight: 400;
}
@media (min-width: 1080px){
  .navbar menu.level-2 .label{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.navbar menu.level-2 > li{
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding-right: 2rem;
}
@media (min-width: 1080px){
  .navbar menu.level-2 > li{
    min-width: 16rem;
  }
}
.navbar menu.level-2 > li > .label{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.navbar menu.level-2 > li.has-submenu ~ li > .label{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 1080px){
  .navbar menu.level-2.is-parent{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 0.5rem;
  }
}
.navbar menu.level-2.is-parent > li.has-submenu{
  margin-bottom: 1rem;
}
.navbar menu.level-2.is-parent > li.has-submenu > .label{
  font-weight: 500;
}
.navbar .dropdown > .sub-menu.level-2{
  border-radius: 0.5rem;
}
@media (min-width: 1080px){
  .navbar .dropdown > .sub-menu.level-2{
    pointer-events: none;
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: 0px;
    left: -2.5rem;
    z-index: 99;
    margin-left: auto;
    margin-right: auto;
    width: -moz-max-content;
    width: max-content;
    padding: 2.5rem;
    padding-right: 3rem;
    opacity: 0;
    transform-origin: top;
    --tw-translate-y: -1.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-property: transform;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .navbar .dropdown.open > .sub-menu.level-2{
    pointer-events: auto;
    visibility: visible;
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
  }
}
.navbar menu.level-3{
  gap: 0.25rem;
  padding: 0px;
}
.navbar menu.level-3 > li{
  display: flex;
  max-width: 16rem;
  align-items: flex-start;
  gap: 0.5rem;
  padding-right: 2rem;
}
.navbar menu.level-3 > li > .label{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 1rem;
  font-size: var(--text-base);
  font-weight: 300;
}
@media (min-width: 1080px){
  .navbar menu.level-3 > li > .label{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.navbar .sub-menu{
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 300;
  background: var(--color-dark);
}
.navbar .sub-menu li .label {
  display: block;
}
.navbar .sub-menu li a.label {
  text-underline-offset: 3px;
}
.navbar .sub-menu li a.label:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--link-color);
          text-decoration-color: var(--link-color);
}
.navbar li.dropdown > menu{
  height: 0px;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
  transition-property: height,padding;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1080px){
  .navbar li.dropdown > menu{
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.navbar li.dropdown.open > menu{
  height: auto;
  padding-top: var(--menu-lvl2-spacing);
  padding-bottom: var(--menu-lvl2-spacing);
}
@media (min-width: 1080px){
  .navbar li.dropdown.open > menu{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.navbar li.dropdown.open > menu {
  height: auto;
  /* for fallback height */
  height: calc-size(auto, size);
  /* for transition to auto height */
}
.navbar li.dropdown:not(.multilevel){
  position: relative;
}
.navbar .dropdown-toggler{
  display: flex;
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  justify-content: center;
}
@media (min-width: 1080px){
  .navbar .dropdown-toggler{
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.navbar .dropdown-toggler {
  transition: transform 0.25s var(--easing);
  margin: 0;
  padding: 0;
  width: 1.5em;
  height: 1.5em;
}
.navbar .dropdown-toggler figure {
  margin: 0;
}
.navbar li.dropdown.open .dropdown-toggler{
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 1080px){
  .navbar li.dropdown.open .dropdown-toggler{
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.navbar .sub-menu {
  height: auto;
  overflow: hidden;
}
.navbar p {
  margin: 0;
}
.navbar .menu-separator{
  margin-top: 2rem;
  margin-bottom: 2rem;
  height: 1px;
  width: 100%;
  border-style: none;
  background-color: rgb(255 255 255 / 0.2);
}
@media (min-width: 1080px){
  .navbar .menu-separator{
    display: none;
  }
}
.navbar .menu-aside{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 1rem;
  padding-right: 1rem;
  font-size: var(--text-lg);
}
@media (min-width: 1080px){
  .navbar .menu-aside{
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
    justify-self: end;
    padding-right: 1.5rem;
    font-size: var(--text-base);
  }
}
.navbar .menu-aside a{
  text-wrap: nowrap;
  font-size: var(--text-xl);
}
@media (min-width: 1080px){
  .navbar .menu-aside a{
    font-size: var(--text-base);
  }
}
.navbar .menu-aside .search-input button{
  display: flex;
  gap: 0.5rem;
}
.navbar .menu-aside .search-input button .icon{
  font-size: var(--text-xl);
}
@media (min-width: 1080px){
  .navbar .menu-aside .search-input button .icon{
    font-size: 20px;
  }
  .navbar .menu-aside .search-input button .label{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
}
.navbar .menu-aside .button{
  margin-top: 0.5rem;
  display: inline-block;
  width: 100%;
  max-width: 20rem;
  text-wrap: nowrap;
  border-radius: 9999px;
  border-style: none;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.25rem;
}
@media (min-width: 1080px){
  .navbar .menu-aside .button{
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: var(--text-base);
  }
}
.navbar .menu-aside .button {
  background: var(--color-primary);
}
.navbar .menu-aside .button:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: var(--color-bright);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: var(--color-dark);
  transition-duration: 75ms;
}
.navbar .nav-toggle-button{
  position: relative;
  z-index: 99;
  margin-right: 1rem;
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1080px){
  .navbar .nav-toggle-button{
    display: none;
  }
}
#site-header:not(:target) .navbar .nav-toggle-button .burger-menu {
  background-image: linear-gradient(to right, transparent, transparent calc(100% - var(--burger-menu-middle-width, 100%)), currentColor calc(100% - var(--burger-menu-middle-width, 100%)));
  background-size: 100% var(--burger-menu-thickness, 2px);
  background-position: left 50%;
  background-repeat: no-repeat;
  transition: background-color var(--burger-menu-transition-duration, 0.25s) var(--burger-menu-transition-duration, 0.25s) var(--easing);
  display: block;
  position: relative;
  overflow: hidden;
  width: var(--burger-menu-size, 24px);
  height: var(--burger-menu-size, 24px);
  width: 1.25rem;
  height: 13px;
  margin: 0;
}
#site-header:not(:target) .navbar .nav-toggle-button .burger-menu::before, #site-header:not(:target) .navbar .nav-toggle-button .burger-menu::after {
  background: currentColor;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: var(--burger-menu-thickness, 2px);
  transition: top var(--burger-menu-transition-duration, 0.25s) var(--burger-menu-transition-duration, 0.25s) var(--easing), transform var(--burger-menu-transition-duration, 0.25s) var(--easing), background-color var(--burger-menu-transition-duration, 0.25s) var(--easing);
}
#site-header:not(:target) .navbar .nav-toggle-button .burger-menu::after {
  top: auto;
  bottom: 0;
  transition: bottom var(--burger-menu-transition-duration, 0.25s) var(--burger-menu-transition-duration, 0.25s) var(--easing), transform var(--burger-menu-transition-duration, 0.25s) var(--easing), background-color var(--burger-menu-transition-duration, 0.25s) var(--easing);
}
#site-header:target .navbar .nav-toggle-button .burger-menu {
  background-image: linear-gradient(to right, transparent, transparent calc(100% - var(--burger-menu-middle-width, 100%)), currentColor calc(100% - var(--burger-menu-middle-width, 100%)));
  background-size: 100% var(--burger-menu-thickness, 2px);
  background-position: left 50%;
  background-repeat: no-repeat;
  transition: background-color var(--burger-menu-transition-duration, 0.25s) var(--burger-menu-transition-duration, 0.25s) var(--easing);
  display: block;
  position: relative;
  overflow: hidden;
  width: var(--burger-menu-size, 24px);
  height: var(--burger-menu-size, 24px);
  background-position: calc(var(--burger-menu-size, 24px) * 1.5) 50%;
  transition: background-color var(--burger-menu-transition-duration, 0.25s) var(--easing);
  width: 1.25rem;
  height: 13px;
  margin: 0;
}
#site-header:target .navbar .nav-toggle-button .burger-menu::before, #site-header:target .navbar .nav-toggle-button .burger-menu::after {
  background: currentColor;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: var(--burger-menu-thickness, 2px);
  transition: top var(--burger-menu-transition-duration, 0.25s) var(--burger-menu-transition-duration, 0.25s) var(--easing), transform var(--burger-menu-transition-duration, 0.25s) var(--easing), background-color var(--burger-menu-transition-duration, 0.25s) var(--easing);
}
#site-header:target .navbar .nav-toggle-button .burger-menu::after {
  top: auto;
  bottom: 0;
  transition: bottom var(--burger-menu-transition-duration, 0.25s) var(--burger-menu-transition-duration, 0.25s) var(--easing), transform var(--burger-menu-transition-duration, 0.25s) var(--easing), background-color var(--burger-menu-transition-duration, 0.25s) var(--easing);
}
#site-header:target .navbar .nav-toggle-button .burger-menu::before {
  top: calc(50% - var(--burger-menu-thickness, 2px) / 2);
  transform: rotate(45deg);
  transition: top var(--burger-menu-transition-duration, 0.25s) var(--easing), transform var(--burger-menu-transition-duration, 0.25s) var(--burger-menu-transition-duration, 0.25s) var(--easing), background-color var(--burger-menu-transition-duration, 0.25s) var(--easing);
}
#site-header:target .navbar .nav-toggle-button .burger-menu::after {
  bottom: calc(50% - var(--burger-menu-thickness, 2px) / 2);
  transform: rotate(-45deg);
  transition: bottom var(--burger-menu-transition-duration, 0.25s) var(--easing), transform var(--burger-menu-transition-duration, 0.25s) var(--burger-menu-transition-duration, 0.25s) var(--easing), background-color var(--burger-menu-transition-duration, 0.25s) var(--easing);
}

#call-to-action-logos {
  display: grid;
  gap: var(--spacing-medium) var(--spacing-large);
}
#call-to-action-logos .logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-medium);
}
#call-to-action-logos .logos figure {
  margin: 0;
}
#call-to-action-logos .module-header,
#call-to-action-logos .module-footer,
#call-to-action-logos .wysiwyg,
#call-to-action-logos #single-post .hs_cos_wrapper_type_rich_text,
#single-post #call-to-action-logos .hs_cos_wrapper_type_rich_text {
  margin: 0;
  text-align: left;
  max-width: none;
}
@media (min-width: 768px) {
  #call-to-action-logos {
    display: grid;
    grid-template-columns: 1fr max-content;
  }
  #call-to-action-logos .module-header {
    grid-row: 1;
    grid-column: 1;
  }
  #call-to-action-logos .module-footer {
    grid-row: 2;
    grid-column: 1;
  }
  #call-to-action-logos .logos {
    grid-row: 1/span 2;
    grid-column: 2;
    flex-direction: column;
    justify-content: unset;
  }
}

#call-to-action {
  --section-padding: var(--spacing-large);
  --container-margin: var(--spacing-large);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
  gap: var(--spacing-large);
}
#call-to-action figure {
  margin: 0;
  min-width: 6rem;
}
#call-to-action .module-header,
#call-to-action .module-footer,
#call-to-action .wysiwyg,
#call-to-action #single-post .hs_cos_wrapper_type_rich_text,
#single-post #call-to-action .hs_cos_wrapper_type_rich_text {
  margin: 0;
  text-align: left;
  max-width: none;
}
#call-to-action .module-header .text--kicker {
  margin: 0;
}
#call-to-action .module-header h2 {
  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(--h3-size);
  color: var(--heading-color, inherit);
  font-weight: var(--heading-3-font-weight);
  color: var(--h3-color);
  color: var(--text-color);
  margin: 0 0 var(--spacing-small);
}
#call-to-action .module-header h2 a {
  color: var(--heading-color, inherit);
}
#call-to-action .module-header h2 a:hover {
  color: var(--heading-color, inherit);
}
#call-to-action .module-header h2:last-child {
  margin: 0;
}
#call-to-action .module-footer nav {
  white-space: nowrap;
}
#call-to-action .module-footer nav a {
  display: block;
}
#call-to-action .module-footer nav a:not(:last-child) {
  margin-bottom: var(--spacing-small);
}
@media (min-width: 768px) {
  #call-to-action {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
  }
  #call-to-action header {
    flex: max-content;
  }
  #call-to-action footer {
    margin-left: auto;
  }
}

#client-logos-filter {
  /* .henkes-grid {
  	gap: 0;
  	position: relative;
  	margin-top: clamp(var(--spacing-large), 5vw, var(--spacing-x-large));

  	// Cover last borders
  	&::before,
  	&::after {
  		background: var(--bg-color, white);

  		display: block;
  		content: "";

  		width: 1px;
  		height: 100%;

  		position: absolute;
  		z-index: 1;
  	}

  	&::before {
  		right: 0;
  		top: 0;
  	}

  	&::after {
  		width: 100%;
  		height: 1px;

  		position: absolute;
  		left: 0;
  		bottom: 0;
  	}

  	.post--client-logo {
  		position: relative;
  		margin: 0;
  		width: auto;
  		border-right: 1px solid var(--color-border);
  		border-bottom: 1px solid var(--color-border);

  		a,
  		span {
  			display: grid;
  			align-items: center;
  			justify-content: stretch;

  			// 1/1 ratio
  			&::after {
  				display: block;
  				content: "";
  				padding-bottom: 100%;
  				grid-row: 1;
  				grid-column: 1;
  			}
  		}

  		img {
  			justify-self: center;
  			grid-row: 1;
  			grid-column: 1;
  		}
  	}
  } */
}
#client-logos-filter form {
  margin: 0 0 var(--spacing-large);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-medium);
}
#client-logos-filter form p {
  margin: 0;
}
#client-logos-filter form option {
  text-align: left;
}
@media (max-width: 767px) {
  #client-logos-filter form {
    flex-direction: column;
  }
  #client-logos-filter form p {
    width: 100%;
  }
}
#client-logos-filter .grid {
  gap: var(--spacing-large);
  margin-top: clamp(var(--spacing-large), 5vw, var(--spacing-x-large));
}
#client-logos-filter .grid .post--client-logo {
  width: auto;
  margin: 0;
}
#client-logos-filter .grid .post--client-logo a,
#client-logos-filter .grid .post--client-logo span {
  display: block;
  padding: var(--spacing-medium);
  box-shadow: var(--shadow-x-small);
  border-radius: var(--border-radius);
  transform: scale(1);
  transition: transform 0.25s var(--easing);
}
#client-logos-filter .grid .post--client-logo a:hover {
  transform: scale(1.05);
}
#client-logos-filter .grid .post--client-logo img {
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
}
#client-logos-filter .post--client-logo {
  animation-delay: 0s;
}
#client-logos-filter .post--client-logo img {
  animation-delay: 0s;
}
#client-logos-filter .post--client-logo.filter-items--hidden {
  display: none;
}

#client-logos {
  --body-transparent: color-mix(in srgb, var(--body-bg) 0%, transparent);
  /* Overlay on marquee-container that will fade the left and right edges */
}
#client-logos .marquee-container{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  overflow: hidden;
}
#client-logos .marquee-container::before,
#client-logos .marquee-container::after{
  pointer-events: none;
  position: absolute;
  top: 0px;
  height: 100%;
  width: 16.666667%;
  max-width: 10rem;
  content: "";
  z-index: 1;
}
#client-logos .marquee-container::before{
  left: 0px;
  right: auto;
  background: linear-gradient(270deg, var(--body-transparent) 0%, var(--body-bg) 75%);
}
#client-logos .marquee-container::after{
  right: 0px;
  left: auto;
  background: linear-gradient(90deg, var(--body-transparent) 0%, var(--body-bg) 75%);
}
#client-logos .logos{
  display: flex;
  width: -moz-min-content;
  width: min-content;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
  justify-items: center;
}
#client-logos .logos .logo{
  margin-left: 1rem;
  margin-right: 1rem;
  height: 6rem;
  width: 10rem;
}
@media (min-width: 1080px){
  #client-logos .logos .logo{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    height: 7rem;
    width: 10rem;
  }
}
#client-logos .logos .logo {
  background-color: var(--color-bg, var(--body-bg));
}
#client-logos .logos .logo img{
  margin: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: multiply;
  --tw-saturate: saturate(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#client-logos .logos .logo img:hover{
  --tw-saturate: saturate(1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

:root {
  --marquee-speed: 36s;
}

.marquee-left {
  animation: marquee-left var(--marquee-speed) linear infinite;
}

.marquee-right {
  animation: marquee-right var(--marquee-speed) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .marquee-left {
    animation: none;
  }

  .marquee-right {
    animation: none;
  }
}
/** Marquee effect */
@keyframes marquee-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes marquee-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
#employees {
  row-gap: 0;
}
#employees > div > h2 {
  margin-top: 1em;
}
#employees header h2 {
  font-size: var(--h1-size);
}
#employees > header,
#employees .row--full-width {
  grid-column: 1/-1;
}

@media (max-width: 767px) {
  #guide-form .card {
    grid-row: 1;
  }
}
#guide-form .card header {
  margin-bottom: var(--spacing-medium);
}
@media (min-width: 768px) {
  #guide-form > header {
    padding-right: var(--grid-gap);
  }
  #guide-form .card {
    position: relative;
    margin-top: calc((var(--container-margin) + var(--spacing-large)) * -1);
  }
}

#hero {
  padding-top: var(--hero-padding-top);
  padding-bottom: var(--section-padding);
  position: relative;
  display: flex;
  gap: 2rem;
  flex-direction: column;
  justify-content: center;
}
#hero h1{
  justify-content: flex-start;
  align-self: stretch;
  padding-top: 3.5rem;
  text-align: center;
  font-family: "Albert Sans";
  font-size: var(--text-8xl);
  font-weight: 600;
  line-height: 1;
  max-width: 53rem;
  margin: 0;
}
#hero .wysiwyg, #hero #single-post .hs_cos_wrapper_type_rich_text, #single-post #hero .hs_cos_wrapper_type_rich_text {
  max-width: 30rem;
  margin: 0;
  font-weight: 500;
}
#hero .wysiwyg > :last-child, #hero #single-post .hs_cos_wrapper_type_rich_text > :last-child, #single-post #hero .hs_cos_wrapper_type_rich_text > :last-child {
  margin-bottom: 0;
}
#hero .wysiwyg a, #hero #single-post .hs_cos_wrapper_type_rich_text a, #single-post #hero .hs_cos_wrapper_type_rich_text a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
#hero .link--scroll-down {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
#hero.has-scroll-down {
  padding-bottom: min(10vh, var(--section-padding));
}
#hero.is-full-height {
  min-height: calc(100vh - var(--site-header-height));
}
html.site-header--light #hero.is-full-height, html.site-header--dark #hero.is-full-height {
  min-height: 100vh;
}
#hero.hero--left {
  text-align: left;
}
#hero.hero--left h1,
#hero.hero--left .wysiwyg,
#hero.hero--left #single-post .hs_cos_wrapper_type_rich_text,
#single-post #hero.hero--left .hs_cos_wrapper_type_rich_text {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}
#hero.hero--center {
  text-align: center;
  justify-content: center;
}
#hero.hero--center h1,
#hero.hero--center .wysiwyg,
#hero.hero--center #single-post .hs_cos_wrapper_type_rich_text,
#single-post #hero.hero--center .hs_cos_wrapper_type_rich_text {
  margin-left: auto;
  margin-right: auto;
  /** A little wider than our default width */
  max-width: 59rem;
}
#hero.bg--img > figure:first-of-type img,
#hero.bg--img > figure:first-of-type video, #hero.bg--img-light > figure:first-of-type img,
#hero.bg--img-light > figure:first-of-type video {
  -o-object-position: center left !important;
     object-position: center left !important;
}
#hero .container.design-element {
  margin: var(--container-margin, 6rem) auto;
  width: var(--site-width);
  padding: 0px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0;
  z-index: -1;
  display: flex;
  align-items: flex-end;
  justify-content: right;
}
#hero .container.design-element--center {
  align-items: center;
}
#hero .container.design-element img {
  margin: var(--spacing-small);
}
@media (max-width: 767px) {
  #hero .container.design-element {
    display: none;
  }
}

.hero-text-gradient {
  background: linear-gradient(-45deg, var(--color-fg) 35%, #c58d6d 40%, #ba8f60 30%, var(--color-fg) 75%, var(--color-fg) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 200%;
  background-position: -50% 50%;
  animation: gradient-move 4s linear infinite;
  animation-delay: 2s;
}

.bg-gradient-animate {
  --color-a: #FD954B;
  --color-b: #ffb974;
  --color-c: #FFA024;
  background: linear-gradient(-45deg, var(--color-a) 35%, var(--color-b) 45%, var(--color-b) 30%, var(--color-a) 75%, var(--color-a) 100%);
  background-repeat: repeat-x;
  background-size: 200%;
  background-position: -50% 50%;
  animation: gradient-move-half 4s linear infinite;
  animation-delay: 2.5s;
}

/* Gradient animation */
@keyframes gradient-move {
  0% {
    background-position: 150% 50%;
  }
  30% {
    background-position: 0% 50%;
  }
  40% {
    background-position: -20% 50%;
  }
  45% {
    background-position: -30% 50%;
  }
  50% {
    background-position: -50% 50%;
  }
  /* pause for the second half */
  100% {
    background-position: -50% 50%;
  }
}
@keyframes gradient-move-half {
  0% {
    background-position: 150% 50%;
  }
  15% {
    background-position: 0% 50%;
  }
  20% {
    background-position: -20% 50%;
  }
  23% {
    background-position: -30% 50%;
  }
  25% {
    background-position: -50% 50%;
  }
  /* pause for the second half */
  100% {
    background-position: -50% 50%;
  }
}
#image figure {
  margin: 0;
}

.integrations--logos img {
  max-height: 6rem;
  max-width: 10rem;
  width: 100%;
}

#jobs article h3 {
  text-align: center;
}
#jobs article ul {
  margin: 0;
  list-style: none;
}
#jobs article ul li {
  display: block;
  margin: 0 0 var(--spacing-medium);
}
#jobs article ul li a {
  width: 100%;
}

#lang-switcher > ul > li > strong {
  cursor: pointer;
}

.lang-switcher .menu {
  margin: 0;
  list-style: none;
}

.lang-switcher .icon-globe {
  cursor: pointer;
}

.lang-switcher .menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--spacing-large);
  padding-right: var(--spacing-medium);
}

.lang-switcher .menu .dropdown {
  position: relative;
}

.lang-switcher .menu .dropdown .label {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  cursor: pointer;
  font-size: var(--font-size-small);
  font-weight: 500;
  color: var(--color-text);
}

.lang-switcher .menu .dropdown .dropdown-toggler {
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  display: inline-block;
  font-family: fontello;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: inherit;
  margin: 0 0 0 var(--spacing-small);
  text-align: center;
  text-decoration: inherit;
  text-decoration: none;
  text-transform: none;
  transform: rotate(0);
  transition: transform 0.25s 0.25s var(--easing);
  width: 1em;
}
.lang-switcher .menu .dropdown .dropdown-toggler figure {
  margin: 0;
}

.lang-switcher .menu .dropdown.open .dropdown-toggler {
  transform: rotate(180deg);
}

.lang-switcher .menu .dropdown .dropdown-toggler {
  display: block;
}

.lang-switcher .menu .dropdown ul {
  display: block;
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 99;
  text-align: left;
  font-size: var(--font-size-small);
  font-weight: 500;
  transform: scaleY(0);
  transform-origin: center bottom;
  transition: transform 0.25s 0.25s var(--easing);
}

.lang-switcher .menu .dropdown.open > ul {
  transform: scaleY(1);
}

.lang-switcher .menu .dropdown ul li {
  background: #2B2F35;
}

.lang-switcher .menu .dropdown ul li a {
  display: block;
  padding: var(--spacing-small) var(--spacing-medium);
  white-space: nowrap;
}

/*
@media (--laptop) {
	#site-header ul.menu {
		padding-right: var(--spacing-medium);
	}

  .menu--new {
    gap: unset;
    color: inherit;

    > li {
      padding: var(--spacing-medium);
    }
    a {
      color: inherit; // Override global a color
    }

    li.dropdown {
      &:hover {
        background-color: var(--color-dark);
      }

      > .sub-menu {
        padding: var(--spacing-small) 0;

        &.is-parent {
          display: flex;
          gap: var(--spacing-large);
        }

        > li > span {
          font-weight: 700;
          font-size: var(--h5-size);
        }

        .sub-menu {
          min-width: 15rem;
        }
      }
    }
  }
}
*/
#module-header h2 {
  font-size: var(--h1-size);
  color: var(--h3-color);
}
#module-header .wysiwyg, #module-header #single-post .hs_cos_wrapper_type_rich_text, #single-post #module-header .hs_cos_wrapper_type_rich_text {
  font-weight: 500;
}

#numbered-blocks .module-header {
  margin-bottom: var(--spacing-x-large);
}
#numbered-blocks article {
  counter-increment: count;
  padding-left: var(--grid-gap);
  position: relative;
}
@media (max-width: 1079px) {
  #numbered-blocks article {
    padding-left: 4.5rem;
  }
}
#numbered-blocks article::before {
  background: var(--color-primary);
  color: white;
  font-size: var(--h3-size);
  font-weight: 500;
  content: counter(count);
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#numbered-blocks article:not(:last-of-type) {
  padding-bottom: var(--grid-gap);
}
@media (max-width: 1079px) {
  #numbered-blocks article:not(:last-of-type) {
    padding-bottom: var(--spacing-large);
  }
}
#numbered-blocks article:not(:last-of-type)::after {
  content: "";
  position: absolute;
  left: 24px;
  top: 0;
  height: 100%;
  width: 6px;
  background: var(--color-border);
}

#numbered-slideshow [data-slideshow] {
  display: grid;
  counter-reset: numbered-slideshow-slides;
  /*	.flickity-page-dots {
  		--slideshow-bullet-size: 3.375rem;
  		--slideshow-bullet-color: var(--color-primary);
  		--slideshow-bullet-color-active: var(--color-primary);
  		--slideshow-bullet-spacing: var(--spacing-large);

  		grid-row: 1;

  		position: relative;
  		counter-reset: numbered-slideshow-bullets;

  		li {
  			display: inline-flex;
  			align-items: center;
  			justify-content: center;

  			opacity: 0.5;
  			counter-increment: numbered-slideshow-bullets;

  			&.is-selected {
  				opacity: 1;
  			}

  			&::before {
  				@include heading(var(--h2-size));

  				display: inline-block;
  				margin: 0;
  				content: counter(numbered-slideshow-bullets);
  				color: white;
  			}
  		}
  	} */
}
#numbered-slideshow [data-slideshow] .flickity-page-dots {
  all: unset;
  grid-row: 1;
  margin: 0 0 var(--spacing-x-large);
  counter-reset: numbered-slideshow-bullets;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(var(--spacing-small), 5vw, var(--spacing-medium));
}
#numbered-slideshow [data-slideshow] .flickity-page-dots > li,
#numbered-slideshow [data-slideshow] .flickity-page-dots > li::before,
#numbered-slideshow [data-slideshow] .flickity-page-dots > li::after {
  all: unset;
}
#numbered-slideshow [data-slideshow] .flickity-page-dots > li {
  display: contents;
}
#numbered-slideshow [data-slideshow] .flickity-page-dots > li::before {
  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(--h2-size);
  color: var(--heading-color, inherit);
  background: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  counter-increment: numbered-slideshow-bullets;
  content: counter(numbered-slideshow-bullets);
  margin: 0;
  width: clamp(2.75rem, 7.5vw, 3.375rem);
  height: clamp(2.75rem, 7.5vw, 3.375rem);
  color: white;
  opacity: 0.5;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.25s var(--easing);
}
#numbered-slideshow [data-slideshow] .flickity-page-dots > li::before a {
  color: var(--heading-color, inherit);
}
#numbered-slideshow [data-slideshow] .flickity-page-dots > li::before a:hover {
  color: var(--heading-color, inherit);
}
#numbered-slideshow [data-slideshow] .flickity-page-dots > li::after {
  background: var(--color-border);
  display: block;
  content: "";
  width: clamp(1rem, 5vw, 6.25rem);
  height: 1px;
}
#numbered-slideshow [data-slideshow] .flickity-page-dots > li:last-child::after {
  display: none;
}
#numbered-slideshow [data-slideshow] .flickity-page-dots > li.is-selected::before {
  opacity: 1;
}
#numbered-slideshow article {
  counter-increment: numbered-slideshow-slides;
}
#numbered-slideshow article h3::before {
  content: counter(numbered-slideshow-slides) ". ";
}

#numbered-snippets ol {
  margin: 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1079px) {
  #numbered-snippets ol {
    flex-direction: column;
  }
}
#numbered-snippets ol li {
  counter-increment: count;
  list-style: none;
  font-size: var(--font-size-small);
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1079px) {
  #numbered-snippets ol li {
    display: flex;
    margin-bottom: var(--spacing-medium);
  }
}
@media (min-width: 1080px) {
  #numbered-snippets ol li {
    flex: 1;
  }
  #numbered-snippets ol li:not(:last-of-type) {
    padding-right: 6.25rem;
  }
  #numbered-snippets ol li:not(:last-of-type)::after {
    position: absolute;
    width: 6.25rem;
    height: 1px;
    right: 0;
    top: 1.69rem;
    margin: 0 auto;
  }
}
@media (max-width: 1079px) {
  #numbered-snippets ol li:not(:last-of-type)::after {
    height: 3rem;
    width: 2px;
    margin: var(--spacing-medium) auto 0 auto;
  }
}
#numbered-snippets ol li:not(:last-of-type)::after {
  background: var(--color-secondary);
  display: block;
  content: "";
}
#numbered-snippets ol li::before {
  background: var(--color-primary);
  color: white;
  font-size: var(--h3-size);
  font-weight: 500;
  content: counter(count);
  width: 3.375rem;
  height: 3.375rem;
  margin: 0 auto var(--spacing-medium) auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partners-overview-container pre {
  color: black;
  background-color: lightgray;
  border: darkblue;
  padding: 2em 4ch;
  font-family: monospace;
  margin: 1em 0;
}

.checkmark::after {
  font-size: var(--body-font-size, 1rem);
  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: "\e80b";
  margin-right: var(--icon-margin, 0.25rem);
  margin-left: 0;
  line-height: inherit;
  color: black;
  float: left;
}

.disclaimer-text {
  color: grey;
}

.savings-text {
  opacity: 1;
  color: #0dbb8a;
}

#dropdown_currency {
  width: 100px;
  font-size: 14px;
  border: none;
  position: absolute;
  right: 0px;
  margin-top: -45px;
  text-align: right;
}

#dropdown_number {
  max-width: 300px;
}

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

.references-checked-container {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .references-checked-container {
    position: relative;
  }

  .checkbox-container {
    position: relative;
  }
}
@media (max-width: 768px) {
  .checkbox-container {
    margin-bottom: 55px !important;
  }
}
.checkbox-container {
  display: grid;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  justify-content: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr auto 1fr;
  grid-template-columns: 1fr auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: var(--color-primary);
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--color-primary);
}

input:checked + .slider:before {
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#quotes-blocks .grid {
  gap: var(--spacing-large);
}
#quotes-blocks article {
  padding: clamp(var(--spacing-medium), 5vw, var(--spacing-large));
}
@media (min-width: 1080px) {
  #quotes-blocks article:nth-child(6n+2), #quotes-blocks article:nth-child(6n+4), #quotes-blocks article:nth-child(6n+6) {
    background: var(--color-lightgray);
  }
}
@media (min-width: 768px) and (max-width: 1079px) {
  #quotes-blocks article:nth-child(4n+2), #quotes-blocks article:nth-child(4n+3) {
    background: var(--color-lightgray);
  }
}
@media (max-width: 767px) {
  #quotes-blocks article:nth-child(even) {
    background: var(--color-lightgray);
  }
}
#quotes-blocks figure {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 9rem;
}
#quotes-blocks figure img {
  max-height: 6rem;
  width: auto;
}

.quotes-slideshow-new [data-slideshow] .flickity-page-dots {
  margin: 0;
}
.quotes-slideshow-new .testimonial .highlight strong {
  font-weight: 600;
}
.quotes-slideshow-new .flickity-button {
  margin-top: -1rem;
}
.quotes-slideshow-new .flickity-page-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

/* 
.quotes-slideshow-new {
  [data-slideshow] {

    @media (--tablet) {
        article {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            column-gap: var(--grid-gap);
        }
    }

    &--highlight {
        display: flex;
        align-items: center;
    }

    @media (--tablet-max) {
        &--highlight {
            margin-bottom: var(--spacing-medium);
        }
    }

    &--quote {
        blockquote {
            font-size: var(--font-size-large);
            font-style: italic;
            margin: 0 0 var(--spacing-large);

            &::before {
                content: "― “"
            }
            &::after {
                content: "”"
            }
        }

        figcaption {
            display: grid;
            grid-template-columns: minmax(auto, max-content) 1fr;
            grid-column-gap: 4em;
            align-items: center;

            span {
                display: block;
                margin: 0;
                font-size: var(--font-size-large);
                grid-column: 1;
            }

            .quotes-slideshow-new--name {
                color: var(--h3-color);
                font-family: var(--heading-font-family,);
                font-size: var(--h3-size);
                font-style: var(--heading-font-style,normal);
                font-weight: 500;
                letter-spacing: var(--heading-letter-spacing,0);
                line-height: var(--heading-line-height,1.2);
            }

            img {
                max-height: 3em;
                width: unset;
                grid-row: 1/3;
                grid-column: 2;
                justify-self: end;
            }
        }
    }

    .button {
        grid-column: 2;
        justify-self: left;
    }
} */
.read-more {
  display: none;
}

.arrow::after {
  font-size: 32px;
  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: "\f107";
  margin-right: var(--icon-margin, 0.25rem);
  margin-left: 0;
  line-height: inherit;
  transform: rotate(0);
  transition: transform 0.25s var(--easing);
}
.arrow.open::after {
  transform: rotate(180deg);
}

#ROI-calc-div {
  max-width: 800px;
}

.range_container {
  display: flex;
  align-items: center;
  gap: 20px;
}

.slideselect {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s;
  margin: auto;
}

.slideselect::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--color-primary);
  cursor: pointer;
}

.slideselect::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--color-primary);
  cursor: pointer;
}

.slideselect:hover {
  opacity: 1;
}

/** FF*/
input[type=range]::-moz-range-progress {
  background-color: var(--color-primary);
}

input[type=range]::-moz-range-track {
  background-color: #d3d3d3;
}

/* IE*/
input[type=range]::-ms-fill-lower {
  background-color: var(--color-primary);
}

input[type=range]::-ms-fill-upper {
  background-color: #d3d3d3;
}

.hs-field-desc {
  font-size: 0.875rem;
  color: var(--color-gray);
}

#social-links ul {
  display: flex;
  gap: var(--spacing-medium);
  margin: 0;
  list-style: none;
}
#social-links ul 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: "";
  margin-left: 0;
  line-height: inherit;
  display: none;
  margin-right: var(--icon-margin, 0.25rem);
}
#social-links ul a[href*="facebook.com"]::before {
  display: inline-block;
  content: "\e800";
}
#social-links ul a[href*="twitter.com"]::before {
  display: inline-block;
  content: "\e801";
}
#social-links ul a[href*="linkedin.com"]::before {
  display: inline-block;
  content: "\e803";
}
#social-links ul a[href*="instagram.com"]::before {
  display: inline-block;
  content: "\f16d";
}
#social-links ul a[href*="pinterest.com"]::before {
  display: inline-block;
  content: "\f231";
}
#social-links ul a[href*="youtube.com"]::before {
  display: inline-block;
  content: "\f16a";
}
#social-links ul a[href*="vimeo.com"]::before {
  display: inline-block;
  content: "\f27d";
}
#social-links ul a[href$=".pdf"]::before {
  display: inline-block;
  content: "\f1c1";
}
#social-links ul a[href$=".doc"]::before {
  display: inline-block;
  content: "\f0f6";
}
#social-links ul a[href$=".docx"]::before {
  display: inline-block;
  content: "\f0f6";
}
#social-links ul a[href$=".odt"]::before {
  display: inline-block;
  content: "\f0f6";
}
#social-links ul a[href$=".txt"]::before {
  display: inline-block;
  content: "\f0f6";
}
#social-links ul a[href$=".xls"]::before {
  display: inline-block;
  content: "\f1c3";
}
#social-links ul a[href$=".xlsx"]::before {
  display: inline-block;
  content: "\f1c3";
}
#social-links ul a[href$=".ods"]::before {
  display: inline-block;
  content: "\f1c3";
}
#social-links ul a[href$=".ppt"]::before {
  display: inline-block;
  content: "\f1c4";
}
#social-links ul a[href$=".pptx"]::before {
  display: inline-block;
  content: "\f1c4";
}
#social-links ul a[href$=".zip"]::before {
  display: inline-block;
  content: "\f1c6";
}
#social-links ul a[href$=".rar"]::before {
  display: inline-block;
  content: "\f1c6";
}
#social-links ul a[href$=".tar"]::before {
  display: inline-block;
  content: "\f1c6";
}
#social-links ul a[href$=".gz"]::before {
  display: inline-block;
  content: "\f1c6";
}
#social-links ul a[href$=".7z"]::before {
  display: inline-block;
  content: "\f1c6";
}
#social-links ul a[href$=".jpg"]::before {
  display: inline-block;
  content: "\f1c5";
}
#social-links ul a[href$=".jpeg"]::before {
  display: inline-block;
  content: "\f1c5";
}
#social-links ul a[href$=".png"]::before {
  display: inline-block;
  content: "\f1c5";
}
#social-links ul a[href$=".gif"]::before {
  display: inline-block;
  content: "\f1c5";
}
#social-links ul a[href$=".bmp"]::before {
  display: inline-block;
  content: "\f1c5";
}
#social-links ul a[href$=".svg"]::before {
  display: inline-block;
  content: "\f1c5";
}
#social-links ul a[href$=".webp"]::before {
  display: inline-block;
  content: "\f1c5";
}
#social-links ul a[href^="mailto:"]::before {
  display: inline-block;
  content: "\e804";
}
#social-links ul a[href^="tel:"]::before {
  display: inline-block;
  content: "\e805";
}
#social-links ul a[href*="/maps"]::before {
  display: inline-block;
  content: "\e80c";
}
#social-links ul li a {
  font-size: 0;
}
#social-links ul li a::before {
  font-size: var(--font-size-large);
}

.sticky-card {
  position: absolute;
  right: -300px;
  width: 300px;
  padding: 20px;
  z-index: 999;
  border-radius: 25px;
  transition: right 0.5s linear;
  opacity: 0.9;
}

.cross::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: 10px;
  right: 20px;
  font-size: 26px;
}

.text-and-image {
  display: grid;
  grid-gap: var(--spacing-medium);
}
.text-and-image--image {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-and-image--text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .text-and-image {
    grid-template-rows: repeat(2, auto);
  }
}
@media (min-width: 768px) {
  .text-and-image {
    grid-template-columns: repeat(2, 1fr);
  }
  .text-and-image--image--right {
    grid-area: 1/2;
  }
}

#text-block:not(.text--center) .module-header,
#text-block:not(.text--center) .module-footer,
#text-block:not(.text--center) .wysiwyg,
#text-block:not(.text--center) #single-post .hs_cos_wrapper_type_rich_text,
#single-post #text-block:not(.text--center) .hs_cos_wrapper_type_rich_text {
  margin: 0;
  text-align: left;
  max-width: none;
}

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

/* @media (--laptop-max) {
	html,
	body {
		position: relative;
		overflow-x: hidden;
	}
} */
.bg-swish-fixed {
  background-image: var(--asset-bg-swish);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}

/** Override FAQs module styling **/
.faq-mwb-container {
  padding: 0 1rem !important;
  /* Module intro */
  /* FAQ items wrapper */
  /* FAQ items */
  /* Icon */
  /* Question title */
  /* Answer content */
}
.faq-mwb-container .faq-mwb__mini-title {
  color: var(--color-gray) !important;
  font-family: var(--heading-font-family) !important;
}
.faq-mwb-container .faq-mwb__heading {
  font-family: var(--heading-font-family) !important;
}
.faq-mwb-container .faq-mwb__description {
  font-family: var(--body-font-family) !important;
}
.faq-mwb-container .faq-mwb__wrap.col--one {
  border-radius: 1rem !important;
  border: 1px solid var(--color-border) !important;
  overflow: hidden !important;
}
.faq-mwb-container .faq-mwb-faq {
  background: var(--color-bright) !important;
  border: 0rem !important;
  border-bottom: 1px solid var(--color-border) !important;
  margin-bottom: 0 !important;
}
.faq-mwb-container .faq-mwb__col:last-child .faq-mwb-faq:last-child {
  border-bottom: 0rem !important;
}
.faq-mwb-container .faq-mwb__icon svg {
  fill: var(--color-primary) !important;
}
.faq-mwb-container .faq-mwb__title * {
  font-family: var(--heading-font-family) !important;
  font-weight: 500 !important;
  font-size: var(--text-lg) !important;
}
.faq-mwb-container .faq-mwb__content * {
  font-family: var(--body-font-family) !important;
  color: var(--text-color) !important;
  font-size: var(--text-base) !important;
  line-height: var(--body-line-height) !important;
}

/* Override HS embed module styling (used for Video) */

.\*\:\!m-0 > *{
  margin: 0px !important;
}

.\*\:max-w-2xl > *{
  max-width: 42rem;
}

.\*\:\!text-left > *{
  text-align: left !important;
}

.\*\:\!text-2xl > *{
  font-size: var(--text-2xl) !important;
}

.\*\:\!font-semibold > *{
  font-weight: 600 !important;
}

.\*\:\!text-dark > *{
  color: var(--color-dark) !important;
}

.group.in-view .group-\[\.in-view\]\:translate-x-0{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group.in-view .group-\[\.in-view\]\:opacity-100{
  opacity: 1;
}

.group.was-in-view:not(.in-view) .group-\[\.was-in-view\:not\(\.in-view\)\]\:\!delay-0{
  transition-delay: 0s !important;
}

.group.in-view .group-\[\.in-view\]\:duration-300{
  transition-duration: 300ms;
}

.group.was-in-view:not(.in-view) .group-\[\.was-in-view\:not\(\.in-view\)\]\:\!duration-0{
  transition-duration: 0s !important;
}

@media (min-width: 480px){
  .xs\:\!grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .xs\:text-5xl{
    font-size: var(--text-5xl);
  }
}

@media (min-width: 640px){
  .sm\:h-\[272px\]{
    height: 272px;
  }
  .sm\:gap-4{
    gap: 1rem;
  }
  .sm\:p-12{
    padding: 3rem;
  }
  .sm\:p-4{
    padding: 1rem;
  }
}

@media (min-width: 768px){
  .md\:left-\[-1rem\]{
    left: -1rem;
  }
  .md\:right-\[-1rem\]{
    right: -1rem;
  }
  .md\:mt-3{
    margin-top: 0.75rem;
  }
  .md\:\!w-auto{
    width: auto !important;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:max-w-2xl{
    max-width: 42rem;
  }
  .md\:max-w-xl{
    max-width: 36rem;
  }
  .md\:\!grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:gap-4{
    gap: 1rem;
  }
  .md\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }
  .md\:\!text-left{
    text-align: left !important;
  }
  .md\:text-6xl{
    font-size: var(--text-6xl);
  }
}

@media (min-width: 1080px){
  .lg\:h-6{
    height: 1.5rem;
  }
  .lg\:h-\[340px\]{
    height: 340px;
  }
  .lg\:max-w-4xl{
    max-width: 56rem;
  }
  .lg\:gap-6{
    gap: 1.5rem;
  }
  .lg\:p-2{
    padding: 0.5rem;
  }
  .lg\:p-8{
    padding: 2rem;
  }
  .lg\:pb-8{
    padding-bottom: 2rem;
  }
  .lg\:text-8xl{
    font-size: var(--text-8xl);
  }
  .lg\:text-\[1\.6875rem\]{
    font-size: 1.6875rem;
  }
}

@media (min-width: 1260px){
  .xl\:max-w-24{
    max-width: 6rem;
  }
  .xl\:\!grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}

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