/**
 * THIS FILE WAS AUTOGENERATED PLEASE DO NOT EDIT, RISK OF OVERWRITE
 */

/**
 * Main stylesheet for the theme.
 *
 * Theme styles follow http://cssguidelin.es/ and are organized according to
 * Inverted Triangle CSS (ITCSS) principles put forth by Harry Roberts. In
 * short, each layer of CSS gets more specific as you move down this page.
 */
/*--------------------------------------------------------------
# Settings - Global variables, config switches.
--------------------------------------------------------------*/
:root {
  --text-size-300: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  --text-size-400: clamp(0.75rem, 0.6921296296rem + 0.2314814815vw, 1.0625rem);
  --text-size-500: clamp(0.8125rem, 0.7314814815rem + 0.3240740741vw, 1.25rem);
  --text-size-600: clamp(1rem, 0.837962963rem + 0.6481481481vw, 1.875rem);
  --text-size-number: clamp(3rem, 2.2592592593rem + 2.962962963vw, 7rem);
  --heading-size-300: clamp(1.375rem, 1.3518518519rem + 0.0925925926vw, 1.5rem);
  --heading-size-400: clamp(1.25rem, 1.1342592593rem + 0.462962963vw, 1.875rem);
  --heading-size-500: clamp(1.0625rem, 0.7384259259rem + 1.2962962963vw, 2.8125rem);
  --heading-size-550: clamp(2rem, 1.837962963rem + 0.6481481481vw, 2.875rem);
  --heading-size-600: clamp(2.1875rem, 2.0138888889rem + 0.6944444444vw, 3.125rem);
  --heading-size-700: clamp(2.1875rem, 1.7824074074rem + 1.6203703704vw, 4.375rem);
  --heading-size-800: clamp(1.4375rem, 0.5481481481rem + 3.5574074074vw, 6.24rem);
  --base-font-family: "Poppins", sans-serif;
  --title-font: "Poppins", sans-serif;
  --color-primary: #000e1f;
  --color-light-blue: #c9f5ff;
  --color-bright-yellow: #f8f556;
  --color-grey: #717c85;
  --color-white: #ffffff;
  --color-black: #000e1f;
  --color-gradient: linear-gradient(180deg, #C9F5FF 0%, #AFC8FF 100%);
  --color-red: #ED5060;
  --color-background: var(--color-white);
  --color-link: #3498DB;
  --color-text: var(--color-black);
  --color-border: var(--color-grey);
  --color-btn-background: var(--color-black);
  --color-btn-border: var(--color-black);
  --color-btn-text: var(--color-white);
  --space-3xs: clamp(0.5rem, 0.5rem + 0vw, 0.5rem);
  --space-2xs: clamp(0.63rem, 0.63rem + 0vw, 0.63rem);
  --space-xs-small: clamp(0.63rem, 0.5614814815rem + 0.2740740741vw, 1rem);
  --space-xs: clamp(1.25rem, 1.1333333333rem + 0.4666666667vw, 1.88rem);
  --space-s: clamp(1.87rem, 1.6385185185rem + 0.9259259259vw, 3.12rem);
  --space-m: clamp(3rem, 2.7444444444rem + 1.0222222222vw, 4.38rem);
  --space-l: clamp(3.75rem, 3.287037037rem + 1.8518518519vw, 6.25rem);
  --space-xl: clamp(5.69rem, 4.3825925926rem + 5.2296296296vw, 12.75rem);
  --line: clamp(5rem, 4.1425925926rem + 3.4296296296vw, 9.63rem);
  --side-padding: clamp(1.87rem, 0.5496296296rem + 5.2814814815vw, 9rem);
  --space-default: clamp(3.75rem, 3.287037037rem + 1.8518518519vw, 6.25rem);
  --gutter: var(--space-m);
  --text-margin: 1.3em;
  --max-width-site: 160rem;
  --max-width-container: 160rem;
  --max-width-10-col: calc(var(--max-width-container) * 0.82986111);
  --max-width-8-col: calc(var(--max-width-container) * 0.68235294);
  --max-width-7-col: calc(var(--max-width-container) * 0.6);
  --max-width-6-col: calc(var(--max-width-container) * 0.5);
  --max-width-5-col: calc(var(--max-width-container) * 0.40451389);
  --max-width-4-col: calc(var(--max-width-container) * 0.31944);
  --max-width-3-col: calc(var(--max-width-container) * 0.25810185);
  --max-width-2-col: calc(var(--max-width-container) * 0.15972);
  --width-12-col: clamp(min(50rem, 100%), 100%, var(--max-width-container));
  --width-10-col: clamp(min(40rem, 100%), 82.986111%, var(--max-width-10-col));
  --width-8-col: clamp(min(40rem, 100%), 68.235294%, var(--max-width-8-col));
  --width-7-col: clamp(min(40rem, 100%), 60%, var(--max-width-7-col));
  --width-6-col: clamp(min(40rem, 100%), 50%, var(--max-width-6-col));
  --width-5-col: clamp(min(40rem, 100%), 40.451389%, var(--max-width-5-col));
  --width-4-col: clamp(min(10rem, 100%), 31.944%, var(--max-width-4-col));
  --width-3-col: clamp(min(10rem, 100%), 25.810185%, var(--max-width-3-col));
  --width-2-col: clamp(min(10rem, 100%), 15.972%, var(--max-width-2-col));
  --button-border-radius: 4.375rem;
  --button-font: var(--base-font-family);
  --button-padding: var(--space-3xs) var(--space-xs);
  --button-font-size: var(--text-size-500);
  --header-height: 6.1875rem;
  --header-height--mobile: 3.75rem;
}

/*--------------------------------------------------------------
# Tools - Default mixins and functions.
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic - Ground-zero styles (resets, box-sizing, etc.).
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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;
}

/**
 * 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

html, body {
  height: 100%;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: var(--color-background);
}
@media (max-width: 70rem) {
  html.main-menu-open {
    overflow: hidden;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
}

.site-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: inherit;
}
.site-wrapper__main-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.site-wrapper__footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

.full-width {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.absolute-link::after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/*--------------------------------------------------------------
# Elements - Unclassed HTML elements (type selectors).
--------------------------------------------------------------*/
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 16px;
}

body {
  font-size: var(--text-size-500);
  line-height: 1.5;
  font-family: var(--base-font-family);
  font-weight: 400;
  color: var(--color-text);
}

a {
  color: var(--color-link);
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

b,
strong {
  font-weight: 700;
}

ul,
ol,
table,
p {
  margin: var(--text-margin) 0 0;
}
ul:first-child,
ol:first-child,
table:first-child,
p:first-child {
  margin-top: 0;
}

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

h1,
.h1 {
  font-size: var(--heading-size-700);
  line-height: 1.14;
  font-weight: 400;
}

h2,
.h2 {
  font-size: var(--heading-size-600);
  line-height: 1.125;
  font-weight: 400;
}
h2 + p,
.h2 + p {
  margin-top: 1.2em;
}

h3,
.h3 {
  font-size: var(--heading-size-500);
  line-height: 1.33;
  font-weight: 400;
}

h4,
.h4 {
  font-size: var(--heading-size-400);
  line-height: 1.3;
  font-weight: 400;
}

h5,
.h5,
h6,
.h6 {
  font-size: var(--heading-size-300);
  line-height: 1.3;
  font-weight: 400;
}

.hs-blog-post h1,
.hs-blog-post .h1 {
  font-size: var(--heading-size-600);
  line-height: 1.125;
  font-weight: 400;
}
.hs-blog-post h2,
.hs-blog-post .h2 {
  font-size: var(--heading-size-400);
  line-height: 1.3;
  font-weight: 400;
}
.hs-blog-post h2 + p,
.hs-blog-post .h2 + p {
  margin-top: 1.2em;
}
.hs-blog-post h3,
.hs-blog-post .h3 {
  font-size: var(--heading-size-300);
  line-height: 1.3;
  font-weight: 400;
}
blockquote {
  font-size: var(--heading-size-700);
  line-height: 1.2;
  font-weight: 400;
}

.btn,
.hs-button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  font-size: var(--text-size-500);
  line-height: 1.5;
  font-family: var(--base-font-family);
  font-weight: 600;
  background: var(--color-btn-background);
  border-radius: var(--button-border-radius);
  border: 0.0625rem solid var(--color-btn-border);
  color: var(--color-btn-text);
  cursor: pointer;
  display: inline-block;
  font-family: var(--button-font);
  font-size: var(--button-font-size);
  padding: var(--button-padding);
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn:hover, .btn:focus-visible,
.hs-button:hover,
.hs-button:focus-visible,
button:hover,
button:focus-visible,
input[type=button]:hover,
input[type=button]:focus-visible,
input[type=reset]:hover,
input[type=reset]:focus-visible,
input[type=submit]:hover,
input[type=submit]:focus-visible {
  --color-btn-background: var(--color-bright-yellow);
  --color-btn-border: var(--color-bright-yellow);
  --color-btn-text: var(--color-black);
  text-decoration: none;
}
.btn:focus-visible,
.hs-button:focus-visible,
button:focus-visible,
input[type=button]:focus-visible,
input[type=reset]:focus-visible,
input[type=submit]:focus-visible {
  outline: 0.0625rem solid var(--color-bright-yellow);
}

input[type=submit],
.btn--bright-yellow {
  --color-btn-background: var(--color-bright-yellow);
  --color-btn-border: var(--color-bright-yellow);
  --color-btn-text: var(--color-black);
}
input[type=submit]:hover, input[type=submit]:focus-visible,
.btn--bright-yellow:hover,
.btn--bright-yellow:focus-visible {
  --color-btn-background: var(--color-light-blue);
  --color-btn-border: var(--color-light-blue);
  --color-btn-text: var(--color-black);
  text-decoration: none;
}

.btn--big {
  line-height: 1.33;
  --color-btn-background: var(--color-bright-yellow);
  --color-btn-border: var(--color-bright-yellow);
  --color-btn-text: var(--color-black);
  --button-padding: clamp(0.5rem, 0.3611111111rem + 0.5555555556vw, 1.25rem) var(--space-m);
  --button-font-size: var(--heading-size-400);
}
.btn--big:hover, .btn--big:focus-visible {
  --color-btn-background: var(--color-light-blue);
  --color-btn-border: var(--color-light-blue);
  --color-btn-text: var(--color-black);
  text-decoration: none;
}
.btn--big:focus-visible {
  outline: 0.0625rem solid var(--color-light-blue);
}
@media (max-width: 70rem) {
  .btn--big {
    padding: var(--space-s) var(--space-m);
  }
}

.btn--big-dark {
  line-height: 1.33;
  --color-btn-background: var(--color-black);
  --color-btn-border: var(--color-black);
  --color-btn-text: var(--color-light-blue);
  --button-padding: clamp(0.5rem, 0.3611111111rem + 0.5555555556vw, 1.25rem) var(--space-m);
  --button-font-size: var(--heading-size-400);
}
.btn--big-dark:hover, .btn--big-dark:focus-visible {
  --color-btn-background: var(--color-light-blue);
  --color-btn-border: var(--color-light-blue);
  --color-btn-text: var(--color-black);
  text-decoration: none;
}
.btn--big-dark:focus-visible {
  outline: 0.0625rem solid var(--color-light-blue);
}
@media (max-width: 70rem) {
  .btn--big-dark {
    padding: var(--space-s) var(--space-m);
  }
}

.btn--arrow {
  font-size: var(--text-size-500);
  line-height: 1.5;
  font-family: var(--base-font-family);
  font-weight: 600;
  background-color: transparent;
  background-image: url(https://143654109.fs1.hubspotusercontent-eu1.net/hubfs/143654109/simanalytics-2023-theme-assets/simanalytics-dark-arrow-ellipse.svg);
  background-position: left center;
  background-size: 1.875rem;
  background-repeat: no-repeat;
  border: 0;
  color: var(--color-black);
  --button-font-size: var(--text-size-400);
  --button-padding: 0.55em 0.8em 0.55em 2.56rem;
  --color-btn-text: var(--color-black);
  padding: var(--button-padding, 0.55em 0.8em 0.55em 2.56rem);
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn--arrow:hover {
  margin-left: var(--space-3xs);
}

.btn--read-more {
  font-size: var(--text-size-500);
  line-height: 1.5;
  font-family: var(--base-font-family);
  font-weight: 600;
  --color-btn-background: transparent;
  --color-btn-border: var(--color-black);
  --color-btn-text: var(--color-black);
  padding: var(--space-2xs) var(--space-xs);
}
.btn--read-more:hover {
  --color-btn-background: var(--color-black);
  --color-btn-text: var(--color-white);
}

.btn--light-blue {
  --color-btn-background: var(--color-light-blue);
  --color-btn-border: var(--color-light-blue);
  --color-btn-text: var(--color-black);
}
.btn--light-blue:hover {
  --color-btn-background: var(--color-black);
  --color-btn-border: var(--color-black);
  --color-btn-text: var(--color-white);
}
@media (max-width: 70rem) {
  .site-header .btn--light-blue {
    font-size: var(--heading-size-300) !important;
    font-weight: 600 !important;
    padding: var(--space-s) var(--space-m) !important;
    width: 100%;
  }
}

.btn--tag {
  --color-btn-background: var(--color-white);
  --color-btn-text: var(--color-black);
}
.btn--tag.is-active, .btn--tag:hover, .btn--tag:focus-within {
  --color-btn-background: var(--color-black);
  --color-btn-text: var(--color-white);
  --color-btn-border: var(--color-black);
}

.reset-button {
  min-width: 1px;
  padding: 0;
  border-radius: 0;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  background: rgba(255, 255, 255, 0);
  color: var(--color-text);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  width: 100% !important;
  padding: 1rem;
  font-size: 1rem;
  color: var(--color-text);
  background-color: #fff;
  border: 0.0625rem solid var(--color-border);
}

textarea {
  resize: vertical;
  min-height: 5rem;
}

input[type=checkbox],
input[type=radio] {
  font-size: 100%;
  margin-right: 0.25rem;
}

.hs-form-radio-display,
.hs-form-checkbox-display,
.hs-fieldtype-booleancheckbox {
  position: relative;
}
.hs-form-radio-display span:not(.hs-form-required),
.hs-form-checkbox-display span:not(.hs-form-required),
.hs-fieldtype-booleancheckbox span:not(.hs-form-required) {
  position: relative;
  display: inline-block;
  padding-left: var(--space-s);
  cursor: pointer;
}
.hs-form-radio-display span:not(.hs-form-required)::before, .hs-form-radio-display span:not(.hs-form-required)::after,
.hs-form-checkbox-display span:not(.hs-form-required)::before,
.hs-form-checkbox-display span:not(.hs-form-required)::after,
.hs-fieldtype-booleancheckbox span:not(.hs-form-required)::before,
.hs-fieldtype-booleancheckbox span:not(.hs-form-required)::after {
  position: absolute;
  content: "";
}
.hs-form-radio-display span:not(.hs-form-required)::before,
.hs-form-checkbox-display span:not(.hs-form-required)::before,
.hs-fieldtype-booleancheckbox span:not(.hs-form-required)::before {
  height: 1rem;
  width: 1rem;
  background-color: #fff;
  top: 0;
  left: 0;
  border: 0.0625rem solid var(--color-primary);
}
@media (min-width: 48.001rem) {
  .hs-form-radio-display span:not(.hs-form-required)::before,
  .hs-form-checkbox-display span:not(.hs-form-required)::before,
  .hs-fieldtype-booleancheckbox span:not(.hs-form-required)::before {
    height: 1.25rem;
    width: 1.25rem;
  }
}
.hs-form-radio-display span:not(.hs-form-required)::after,
.hs-form-checkbox-display span:not(.hs-form-required)::after,
.hs-fieldtype-booleancheckbox span:not(.hs-form-required)::after {
  top: 0.25rem;
  left: 0.25rem;
  height: 0.5rem;
  width: 0.5rem;
  background-color: var(--color-primary);
  border-radius: 50%;
}
@media (min-width: 48.001rem) {
  .hs-form-radio-display span:not(.hs-form-required)::after,
  .hs-form-checkbox-display span:not(.hs-form-required)::after,
  .hs-fieldtype-booleancheckbox span:not(.hs-form-required)::after {
    height: 0.75rem;
    width: 0.75rem;
  }
}
.hs-form-radio-display input[type=radio],
.hs-form-radio-display input[type=checkbox],
.hs-form-checkbox-display input[type=radio],
.hs-form-checkbox-display input[type=checkbox],
.hs-fieldtype-booleancheckbox input[type=radio],
.hs-fieldtype-booleancheckbox input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.hs-form-radio-display input[type=radio] + span::after,
.hs-form-radio-display input[type=checkbox] + span::after,
.hs-form-checkbox-display input[type=radio] + span::after,
.hs-form-checkbox-display input[type=checkbox] + span::after,
.hs-fieldtype-booleancheckbox input[type=radio] + span::after,
.hs-fieldtype-booleancheckbox input[type=checkbox] + span::after {
  content: none;
}
.hs-form-radio-display input[type=radio]:checked + span::after,
.hs-form-radio-display input[type=checkbox]:checked + span::after,
.hs-form-checkbox-display input[type=radio]:checked + span::after,
.hs-form-checkbox-display input[type=checkbox]:checked + span::after,
.hs-fieldtype-booleancheckbox input[type=radio]:checked + span::after,
.hs-fieldtype-booleancheckbox input[type=checkbox]:checked + span::after {
  content: "";
}
.hs-form-radio-display input[type=radio]:focus + span::before,
.hs-form-radio-display input[type=checkbox]:focus + span::before,
.hs-form-checkbox-display input[type=radio]:focus + span::before,
.hs-form-checkbox-display input[type=checkbox]:focus + span::before,
.hs-fieldtype-booleancheckbox input[type=radio]:focus + span::before,
.hs-fieldtype-booleancheckbox input[type=checkbox]:focus + span::before {
  outline: 1px dotted var(--color-text);
}
.hs-form-radio-display input[type=radio] + span:before,
.hs-form-checkbox-display input[type=radio] + span:before,
.hs-fieldtype-booleancheckbox input[type=radio] + span:before {
  border-radius: 50%;
}

.hs-fieldtype-checkbox .input,
.hs-fieldtype-booleancheckbox .input {
  margin-top: 0.3rem;
}
.hs-fieldtype-checkbox span:not(.hs-form-required)::after,
.hs-fieldtype-booleancheckbox span:not(.hs-form-required)::after {
  border-radius: 0;
}

.hs-form, .systems-page .form-container {
  font-size: var(--text-size-400);
  line-height: 1.5;
  font-weight: 400;
}
.hs-form .hs-form-field, .systems-page .form-container .hs-form-field {
  margin: 0 0 var(--space-2xs) 0;
}
.hs-form .hs-form-field label, .systems-page .form-container .hs-form-field label {
  margin-bottom: 0.1rem;
  display: block;
}
.hs-form .hs-form-field textarea, .systems-page .form-container .hs-form-field textarea {
  vertical-align: top;
}
.hs-form .hs-form-field .input ul.inputs-list, .systems-page .form-container .hs-form-field .input ul.inputs-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0 0 0.6rem 0;
}
.hs-form .hs-form-field .input ul.inputs-list li, .systems-page .form-container .hs-form-field .input ul.inputs-list li {
  margin-right: 2rem;
  margin-bottom: 0.5rem;
}
.hs-form .hs-form-field .input ul.inputs-list .hs-form-checkbox input, .systems-page .form-container .hs-form-field .input ul.inputs-list .hs-form-checkbox input,
.hs-form .hs-form-field .input ul.inputs-list .hs-form-radio input,
.systems-page .form-container .hs-form-field .input ul.inputs-list .hs-form-radio input,
.hs-form .hs-form-field .input ul.inputs-list li .hs-form-booleancheckbox-display .hs-input,
.systems-page .form-container .hs-form-field .input ul.inputs-list li .hs-form-booleancheckbox-display .hs-input {
  height: auto;
  width: auto;
}
.hs-form .hs-form-field .input ul.inputs-list span, .systems-page .form-container .hs-form-field .input ul.inputs-list span {
  font-size: 1em;
}
.hs-form .hs-submit, .systems-page .form-container .hs-submit {
  margin-top: var(--space-xs);
}
.hs-form .hs-error-msgs, .systems-page .form-container .hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 0 2rem 0;
}
.hs-form .hs-error-msgs label, .systems-page .form-container .hs-error-msgs label {
  color: red;
}

body .body-wrapper .hs-form fieldset, body .body-wrapper .systems-page .form-container fieldset, .systems-page body .body-wrapper .form-container fieldset {
  width: 100%;
  max-width: 100%;
}
body .body-wrapper .hs-form fieldset .input, body .body-wrapper .systems-page .form-container fieldset .input, .systems-page body .body-wrapper .form-container fieldset .input {
  margin-right: 0;
}
body .body-wrapper .hs-form fieldset .hs-form-field, body .body-wrapper .systems-page .form-container fieldset .hs-form-field, .systems-page body .body-wrapper .form-container fieldset .hs-form-field {
  width: 100%;
}
@media (min-width: 37.501rem) {
  body .body-wrapper .hs-form fieldset.form-columns-2 .hs-form-field, body .body-wrapper .systems-page .form-container fieldset.form-columns-2 .hs-form-field, .systems-page body .body-wrapper .form-container fieldset.form-columns-2 .hs-form-field {
    width: calc(50% - 0.75rem);
    margin-right: 1.5rem;
  }
  body .body-wrapper .hs-form fieldset.form-columns-2 .hs-form-field:last-child, body .body-wrapper .systems-page .form-container fieldset.form-columns-2 .hs-form-field:last-child, .systems-page body .body-wrapper .form-container fieldset.form-columns-2 .hs-form-field:last-child {
    margin-right: 0;
  }
  body .body-wrapper .hs-form fieldset.form-columns-3 .hs-form-field, body .body-wrapper .systems-page .form-container fieldset.form-columns-3 .hs-form-field, .systems-page body .body-wrapper .form-container fieldset.form-columns-3 .hs-form-field {
    width: calc(33.3% - 0.35rem);
    margin-right: 0.5rem;
  }
  body .body-wrapper .hs-form fieldset.form-columns-3 .hs-form-field:last-child, body .body-wrapper .systems-page .form-container fieldset.form-columns-3 .hs-form-field:last-child, .systems-page body .body-wrapper .form-container fieldset.form-columns-3 .hs-form-field:last-child {
    margin-right: 0;
  }
}
body .body-wrapper .hs-form .legal-consent-container ~ .hs_recaptcha, body .body-wrapper .systems-page .form-container .legal-consent-container ~ .hs_recaptcha, .systems-page body .body-wrapper .form-container .legal-consent-container ~ .hs_recaptcha {
  margin-top: var(--space-m);
}

.submitted-message {
  font-size: var(--text-size-500);
  line-height: 1.5;
  font-family: var(--base-font-family);
  font-weight: 600;
  background: var(--color-light-blue);
  padding: var(--space-xs);
  text-align: center;
}

table {
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #aaa;
  border-width: 0 0 1px;
  padding: 0.5rem;
}

th {
  border-width: 0 0 2px;
  text-align: left;
  font-weight: 400;
  padding: 0.5rem;
}

/*--------------------------------------------------------------
# Layout - Undecorated design patterns.
--------------------------------------------------------------*/
.content-wrapper,
.container,
.dnd-section > .row-fluid {
  width: var(--width-12-col);
  margin-left: auto;
  margin-right: auto;
}

.container--medium {
  width: var(--width-8-col);
}

.container--small {
  width: var(--width-6-col);
}

.container--archive {
  margin-top: var(--space-xs);
}

.content-row,
.dnd-section {
  margin-top: var(--space-default);
  margin-bottom: var(--space-default);
}

.dnd-section .dnd-row:not(:first-child) {
  margin-top: var(--gutter);
}
.dnd-section .dnd-row:not(:first-child) .reset-multiple-row-top {
  margin-top: calc(var(--gutter) * -1);
}
@media (max-width: 48rem) {
  .dnd-section .dnd-column:not(:first-child) {
    margin-top: var(--gutter);
  }
}
.dnd-section:first-child .dnd-row:first-child .has-dark-background,
.dnd-section:first-child .dnd-row:first-child .reset-multiple-row-top {
  margin-top: calc(var(--space-default) * -1);
}
.dnd-section:last-child .dnd-row:last-child .has-dark-background,
.dnd-section:last-child .dnd-row:last-child .reset-multiple-row-top {
  margin-bottom: calc(var(--space-default) * -1);
}

div[class*=background-color].dnd-section {
  padding: var(--space-s) var(--side-padding);
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
div[class*=background-color].dnd-section:first-child {
  margin-top: 0;
}
div[class*=background-color].dnd-section:last-child {
  margin-bottom: 0;
}
div[class*=background-color].dnd-section + div[class*=background-color].dnd-section {
  margin-top: calc(var(--space-default) * -1);
}

div[class*=background-color].dnd-column {
  padding: var(--gutter);
}
@media (min-width: 48.001rem) {
  div[class*=background-color].dnd-column {
    padding: var(--gutter);
  }
}

.side-padding {
  padding-left: var(--side-padding);
  padding-right: var(--side-padding);
}

.has-background {
  padding-top: var(--space-default);
  padding-bottom: var(--space-default);
}

/* Responsive Grid */
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 48.001rem) {
  .row-fluid [class*=span] {
    display: block;
    width: 100%;
    min-height: 1px;
    float: left;
    margin-left: 1.5625%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*=span]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
    float: none;
  }
  .row-fluid .span11 {
    width: 91.5364583333%;
  }
  .row-fluid .span10 {
    width: 83.0729166667%;
  }
  .row-fluid .span9 {
    width: 74.609375%;
  }
  .row-fluid .span8 {
    width: 66.1458333333%;
  }
  .row-fluid .span7 {
    width: 57.6822916667%;
  }
  .row-fluid .span6 {
    width: 49.21875%;
  }
  .row-fluid .span5 {
    width: 40.7552083333%;
  }
  .row-fluid .span4 {
    width: 32.2916666667%;
  }
  .row-fluid .span3 {
    width: 23.828125%;
  }
  .row-fluid .span2 {
    width: 15.3645833333%;
  }
  .row-fluid .span1 {
    width: 6.9010416667%;
  }
}

.container-fluid {
  *zoom: 1;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}
.container-fluid:after {
  clear: both;
}

/* Clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

/* Visibilty Classes */
.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */
.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 48rem) {
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}
@media (min-width: 48rem) and (max-width: 65rem) {
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}
.error-page {
  margin-top: var(--space-default);
  margin-bottom: var(--space-default);
}
.error-page img {
  vertical-align: top;
}
.error-page__paragraph {
  margin: 2em 0 2.1em;
}
.error-page__paragraph:last-child {
  margin-bottom: 0;
}

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

.archive-filters {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: var(--space-xl);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.archive-filters li {
  margin: 0.5rem 0.5rem 0 0;
}

.archive-modules {
  margin-top: var(--space-xl);
  margin-bottom: var(--space-l);
}

.blog-post__metas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--space-2xs);
  margin-top: var(--space-default);
}
.blog-post__metas p {
  font-size: var(--text-size-400);
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
}
.blog-post__metas a {
  text-decoration: none;
}
.blog-post__metas a:hover, .blog-post__metas a:focus {
  text-decoration: underline;
}

.posts-pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--space-2xs);
  margin-top: var(--gutter);
  margin-bottom: var(--space-xl);
  line-height: 1;
}
.posts-pagination li {
  display: inline-block;
  margin: 0;
}
.posts-pagination .posts-pagination__link {
  background-color: var(--color-white);
  border: 1px solid var(--color-black);
  border-radius: 10rem;
  color: var(--color-black);
  display: inline-block;
  min-width: 2.2rem;
  padding: var(--space-2xs);
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (min-width: 48.001rem) {
  .posts-pagination .posts-pagination__link {
    min-width: 2.6rem;
  }
}
.posts-pagination .posts-pagination__link:hover, .posts-pagination .posts-pagination__link:focus {
  background-color: var(--color-black);
  color: var(--color-white);
}
.posts-pagination .posts-pagination__link--active {
  background-color: var(--color-black);
  color: var(--color-white);
}
.posts-pagination .posts-pagination__prev-link--disabled,
.posts-pagination .posts-pagination__next-link--disabled {
  display: none;
}

.blog-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--space-m);
}
@media (max-width: 48rem) {
  .blog-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 48.001rem) {
  .blog-content__sidebar {
    width: var(--width-3-col);
  }
}
.blog-content__sidebar-title {
  font-size: var(--text-size-400);
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid var(--color-black);
  padding-bottom: var(--space-2xs);
}
.blog-content__sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-content__sidebar ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid var(--color-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--space-2xs);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: var(--space-2xs) 0;
  position: relative;
}
.blog-content__sidebar ul li a {
  color: inherit;
  text-decoration: none;
}
.blog-content__sidebar ul li a::after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.blog-content__sidebar ul li::after {
  content: "";
  background-image: url(https://143654109.fs1.hubspotusercontent-eu1.net/hubfs/143654109/simanalytics-2023-theme-assets/simanalytics-btn-arrow-dark-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 1.5rem;
  width: 1.5rem;
}

.systems-page {
  margin-top: var(--space-default);
  margin-bottom: var(--space-default);
}
.systems-page .form-container {
  max-width: none;
}
.systems-page.container {
  width: var(--width-10-col);
}
.systems-page .subscribe-options {
  margin-bottom: var(--text-margin);
}
.systems-page .item,
.systems-page .subscribe-options {
  margin-top: var(--text-margin);
}
.systems-page .item p,
.systems-page .subscribe-options p {
  margin: 0;
}
.systems-page .backup-unsubscribe #email-prefs-form {
  margin: var(--text-margin) auto;
}
.systems-page .backup-unsubscribe #email-prefs-form .email-edit.hs-input {
  margin: 1rem 0;
}

.main-dnd-area--book-a-demo {
  margin-top: 6.2rem;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}
@media (max-width: 70rem) {
  .main-dnd-area--book-a-demo {
    margin-top: 3.6rem;
  }
}
.main-dnd-area--book-a-demo .widget-span:not(.dnd-module) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 48rem) {
  .main-dnd-area--book-a-demo .widget-span:not(.dnd-module) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main-dnd-area--book-a-demo .widget-span .logo-row {
  padding: 0;
}
.main-dnd-area--book-a-demo .widget-span .logo-row__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: var(--space-3xs) var(--space-xs) var(--space-3xs) 0;
}
.main-dnd-area--book-a-demo .widget-span .logo-row__logo img {
  min-width: 7.3rem;
}
@media (max-width: 48rem) {
  .main-dnd-area--book-a-demo .widget-span .logo-row__logo img {
    min-width: 6rem;
  }
}
.main-dnd-area--book-a-demo .widget-span .dnd-section {
  width: 50%;
  margin: 0;
  padding-bottom: var(--space-default);
  padding-top: var(--space-default);
  padding-left: var(--side-padding);
  padding-right: var(--side-padding);
}
@media (max-width: 48rem) {
  .main-dnd-area--book-a-demo .widget-span .dnd-section {
    width: 100%;
  }
}
.main-dnd-area--book-a-demo .widget-span .dnd-section:nth-child(1) {
  background: var(--color-gradient);
}
.main-dnd-area--book-a-demo .widget-span .dnd-section:nth-child(2) {
  background-color: var(--color-black);
}
.main-dnd-area--book-a-demo .widget-span .dnd-section:nth-child(2) .widget-type-form {
  width: 100%;
}
.main-dnd-area--book-a-demo .widget-span .dnd-section:nth-child(2) .widget-type-form form label {
  color: var(--color-white);
}
.main-dnd-area--book-a-demo .widget-span .dnd-section .dnd-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-dnd-area--book-a-demo .widget-span .dnd-section .dnd-row {
  margin-bottom: var(--gutter);
}

/*--------------------------------------------------------------
# Modules - specific UI components.
--------------------------------------------------------------*/
.hs-breadcrumb-menu-wrapper {
  font-size: var(--text-size-300);
  line-height: 1.5;
  font-family: var(--base-font-family);
  font-weight: 400;
}
.hs-breadcrumb-menu-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.has-dark-background .hs-breadcrumb-menu-wrapper {
  color: var(--color-white);
}
.hs-breadcrumb-menu-wrapper a {
  color: var(--color-grey);
  text-decoration: none;
}
.hs-breadcrumb-menu-wrapper a:hover {
  text-decoration: underline;
}
.hs-breadcrumb-menu-wrapper .hs-breadcrumb-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-column-gap: 0.75em;
     -moz-column-gap: 0.75em;
          column-gap: 0.75em;
  row-gap: 0.0625em;
}
.hs-breadcrumb-menu-wrapper .hs-breadcrumb-menu-item {
  padding: 0;
  margin-top: 0;
}
.hs-breadcrumb-menu-wrapper .hs-breadcrumb-menu-divider:before {
  content: "/";
  padding: 0 0 0 0.5em;
  color: var(--color-grey);
}

/**
 * Containers
 */
#CookieBanner {
  position: fixed;
  z-index: 2147483645;
  min-height: 100vh;
  min-width: 100vw;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  pointer-events: none;
  display: none;
}

#CookieBanner.is-visible-cookie-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#CookieBanner,
#CookieBanner * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-underline-offset: 0.125em;
  outline-offset: 3px;
}

#CookieBannerOverlay {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: auto;
  z-index: 10;
}

.is-visible-cookie-banner #CookieBannerOverlay {
  -webkit-animation: cookieBannerFadeIn 0.25s ease-in-out;
          animation: cookieBannerFadeIn 0.25s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.is-closing-cookie-banner #CookieBannerOverlay {
  -webkit-animation: cookieBannerFadeOut 0.25s ease-in-out;
          animation: cookieBannerFadeOut 0.25s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  #CookieBanner * {
    -webkit-animation-duration: 0.001ms !important;
            animation-duration: 0.001ms !important;
    -webkit-transition-duration: 0.001ms !important;
            transition-duration: 0.001ms !important;
  }
}
#CookieBannerNotice {
  padding: var(--space-s);
  overflow: auto;
  max-height: 100vh;
  max-height: calc(100vh - var(--side-padding));
  width: 100%;
  width: calc(100% - var(--side-padding));
  max-width: 55rem;
  background: var(--color-black, #000);
  color: var(--color-white, #fff);
  margin: 0 auto;
  z-index: 500;
  pointer-events: auto;
}
@media (min-width: 48.001rem) {
  #CookieBannerNotice {
    padding: var(--space-m, 4rem);
  }
}

.is-visible-cookie-banner #CookieBannerNotice {
  -webkit-animation: cookieBannerSlideIn 0.25s ease-in-out;
          animation: cookieBannerSlideIn 0.25s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.is-closing-cookie-banner #CookieBannerNotice {
  -webkit-animation: cookieBannerSlideOut 0.25s ease-in-out;
          animation: cookieBannerSlideOut 0.25s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  pointer-events: none;
}

@media (min-width: 48.001rem) {
  #CookieBannerNotice {
    padding: 48px;
    max-width: 49rem;
  }
}
#CookieBanner .cookiebanner__logo {
  background: url(https://143654109.fs1.hubspotusercontent-eu1.net/hubfs/143654109/simanalytics-2023-theme-assets/SimAnalytics.svg) no-repeat 50%;
  background-size: contain;
  height: 1.625rem;
  width: 6rem;
  margin-bottom: var(--space-xs);
}

/**
 * Utils
 */
@-webkit-keyframes cookieBannerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cookieBannerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes cookieBannerFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cookieBannerFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes cookieBannerSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(96px);
            transform: translateY(96px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes cookieBannerSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(96px);
            transform: translateY(96px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes cookieBannerSlideOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(96px);
            transform: translateY(96px);
  }
}
@keyframes cookieBannerSlideOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(96px);
            transform: translateY(96px);
  }
}
#CookieBanner button > * {
  pointer-events: none;
}

#CookieBanner ul,
#CookieBanner li {
  list-style: none;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

#CookieBanner .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/**
 * Content
 */
#CookieBannerTitle {
  font-size: var(--text-size-600);
  line-height: 1.5;
  font-family: var(--base-font-family);
  font-weight: 400;
}

#CookieBanner .cookiebanner__main__inner {
  max-width: 1080px;
  margin: 0 auto;
}

/**
 * Buttons
 */
#CookieBanner .cookiebanner__buttons {
  margin-top: var(--space-m);
}

#CookieBanner .cookiebanner__buttons ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--space-xs);
}

@media (max-width: 48rem) {
  #CookieBanner .cookiebanner__buttons ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #CookieBanner .cookiebanner__buttons ul li,
  #CookieBanner .cookiebanner__buttons ul button {
    width: 100%;
  }
}
#CookieBanner .cookiebanner__buttons li:last-of-type {
  width: auto;
  margin-bottom: 0;
}

#CookieBanner .cookiebanner__buttons__accept {
  --color-btn-background: var(--color-bright-yellow);
  --color-btn-border: var(--color-bright-yellow);
  --color-btn-text: var(--color-black);
}
#CookieBanner .cookiebanner__buttons__accept:hover, #CookieBanner .cookiebanner__buttons__accept:focus {
  --color-btn-background: var(--color-light-blue);
  --color-btn-border: var(--color-light-blue);
  --color-btn-text: var(--color-black);
}

#CookieBanner .cookiebanner__buttons__details {
  min-width: 1px;
  padding: 0;
  border-radius: 0;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  background: rgba(255, 255, 255, 0);
  color: var(--color-text);
  font-size: var(--text-size-500);
  line-height: 1.5;
  font-family: var(--base-font-family);
  font-weight: 600;
}
#CookieBanner .cookiebanner__buttons__details:hover, #CookieBanner .cookiebanner__buttons__details:focus, #CookieBanner .cookiebanner__buttons__details:active {
  text-decoration: underline;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  width: 100%;
}

/**
 * Details
 */
#CookieBanner .cookiebanner__details {
  margin-top: 24px;
  display: none;
}

#CookieBanner.is-details-open .cookiebanner__details {
  display: block;
}

#CookieBanner .cookiebanner__details__inner {
  max-width: 1080px;
  margin: 0 auto;
}

/**
 * Preferences
 */
#CookieBanner .cookiebanner__details__preferences {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 16px;
}

@media (min-width: 48.001rem) {
  #CookieBanner .cookiebanner__details__preferences {
    margin-top: 24px;
  }
}
#CookieBanner .cookiebanner__details__preferences__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

@media (min-width: 48.001rem) {
  #CookieBanner .cookiebanner__preference__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#CookieBanner .cookiebanner__preference {
  border: 1px solid var(--color-white);
  padding: var(--space-xs);
  width: 100%;
  margin-bottom: var(--space-xs);
}

#CookieBanner .cookiebanner__preference::last-of-type {
  margin-bottom: 0;
}

/* Hide the input */
#CookieBanner .cookiebanner__preference input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

#CookieBanner .cookiebanner__preference__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--space-xs);
}

@media (min-width: 48.001rem) {
  #CookieBanner .cookiebanner__preference__label {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#CookieBanner .cookiebanner__preference input:focus + .cookiebanner__preference__label,
#CookieBanner .cookiebanner__preference__label:hover {
  text-decoration: underline;
  cursor: pointer;
}

#CookieBanner .cookiebanner__preference__ui {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5rem;
  height: 3rem;
  background: var(--color-grey);
  border-radius: 6.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

#CookieBanner .cookiebanner__preference__text {
  display: block;
  margin-left: var(--space-xs);
}

#CookieBanner .cookiebanner__preference__title {
  font-size: var(--text-size-500);
  line-height: 1.5;
  font-family: var(--base-font-family);
  font-weight: 600;
  display: block;
  margin: 0;
}

#CookieBanner .cookiebanner__preference__description {
  margin-top: 0;
  margin-bottom: 0;
}

#CookieBanner .cookiebanner__preference__toggle {
  min-width: 1px;
  padding: 0;
  border-radius: 0;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  background: rgba(255, 255, 255, 0);
  color: var(--color-text);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: var(--space-xs);
}
@media (max-width: 48rem) {
  #CookieBanner .cookiebanner__preference__toggle {
    width: 100%;
    margin-left: 0;
  }
}

#CookieBanner .cookiebanner__preference__toggle:hover,
#CookieBanner .cookiebanner__preference__toggle:focus,
#CookieBanner .cookiebanner__preference__toggle:active {
  text-decoration: underline;
}

#CookieBanner .cookiebanner__preference__more {
  display: none;
  margin-top: var(--space-xs);
}

#CookieBanner .cookiebanner__preference__more__description {
  margin: 0;
}

#CookieBanner .cookiebanner__preference__more__list {
  margin-top: var(--space-xs);
  width: 100%;
  overflow: auto;
}

#CookieBanner .cookiebanner__preference__more__list table {
  width: 100%;
}

#CookieBanner .cookiebanner__preference__more__list tbody .CybotCookiebotDialogDetailBodyContentCookieTypeTableEmpty {
  border-top: 0;
}

#CookieBanner .cookiebanner__preference__more__list a {
  text-decoration: underline;
  color: inherit;
}

#CookieBanner .cookiebanner__preference__more__list th,
#CookieBanner .cookiebanner__preference__more__list td {
  vertical-align: baseline;
  min-width: 11rem;
  text-align: left;
  padding: var(--space-3xs);
  background: transparent;
  word-break: break-word;
}

#CookieBanner .cookiebanner__preference__more.is-open {
  display: block;
}

#CookieBanner .cookiebanner__preference__ui__handle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
  background: var(--color-white);
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

#CookieBanner .cookiebanner__preference input:checked + label .cookiebanner__preference__ui {
  background: var(--color-bright-yellow);
}

#CookieBanner .cookiebanner__preference input:checked + label .cookiebanner__preference__ui__handle {
  margin-left: 50%;
  background: var(--color-black);
}

/**
 * Updated
 */
#CookieBanner .cookiebanner__details__updated {
  margin-top: 24px;
  text-align: center;
}

#CookieBanner .cookiebanner__details__updated p {
  font-size: 15px;
}

.span12.dnd-column > div > div > .span12.dnd-module > .hs_cos_wrapper_type_module.widget-type-rich_text, .span12.dnd-column > div > div > .span12.dnd-module > .hs_cos_wrapper_type_module.widget-type-header,
.span12.dnd-column > div > div > .span12.dnd-module > .hs_cos_wrapper_type_module > .normal-text-width {
  margin: auto;
  width: var(--width-6-col);
}
.span12.dnd-column > div > div > .span12.dnd-module > .hs_cos_wrapper_type_module > hr {
  width: 100% !important;
  border-color: var(--color-primary) !important;
}

.site-header {
  border-bottom: 1px solid rgba(113, 124, 133, 0.168627451);
  height: var(--header-height);
  z-index: 300;
  left: 0;
  top: 0;
  width: 100%;
  padding: var(--space-xs) var(--side-padding);
  position: absolute;
}
@media (max-width: 70rem) {
  .site-header {
    height: var(--header-height--mobile);
    overflow: hidden;
  }
  .main-menu-open .site-header {
    background: var(--color-white);
    color: var(--color-primary);
    height: 100%;
    overflow: auto;
    position: absolute;
  }
}
.site-header.headroom--not-top {
  position: fixed;
  background-color: var(--color-white);
}
@media (min-width: 70.001rem) {
  html:not(.is-sub-nav-opened) .site-header.headroom--not-top.headroom--unpinned {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@media (max-width: 70rem) {
  .site-header.headroom--not-top {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.site-header.headroom--pinned.headroom--not-top {
  padding: var(--space-xs) var(--side-padding);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.site-header.headroom--pinned {
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 1, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 1, 1);
  transition: background-color 250ms cubic-bezier(0.4, 0, 1, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 1, 1);
  transition: background-color 250ms cubic-bezier(0.4, 0, 1, 1), transform 250ms cubic-bezier(0.4, 0, 1, 1);
  transition: background-color 250ms cubic-bezier(0.4, 0, 1, 1), transform 250ms cubic-bezier(0.4, 0, 1, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 1, 1);
}
.site-header a, .site-header .mimic-link {
  text-decoration: none;
}
@media (min-width: 70.001rem) {
  .is-sub-nav-opened .site-header {
    background-color: var(--color-white);
    color: var(--color-black);
  }
  .is-sub-nav-opened .site-header .hs-item-has-children__sub-toggle {
    color: var(--color-black);
  }
  .is-sub-nav-opened .dark-navigation .site-header.headroom--top {
    background-color: transparent;
  }
}
.site-header__logo a {
  color: inherit;
}
html:not(.main-menu-open) .dark-navigation .headroom--top .site-header__logo .logo-text path {
  fill: var(--color-white);
}
@media (max-width: 70rem) {
  .site-header__logo svg {
    width: 10rem;
    height: 1rem;
  }
}
.site-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 70.001rem) {
  .site-header__container {
    height: 100%;
  }
}
@media (max-width: 70rem) {
  .site-header__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .main-menu-open .site-header__container {
    height: 100%;
  }
}
@media (max-width: 70rem) {
  .site-header__heading {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: var(--space-s);
    width: 100%;
  }
}
.site-header__navigation {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--space-xs-small);
}
@media (min-width: 70.001rem) {
  .site-header__navigation {
    height: 100%;
  }
}
@media (max-width: 70rem) {
  .site-header__navigation {
    display: none;
    padding-top: var(--space-s);
    position: relative;
  }
  .main-menu-open .site-header__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: calc(100% - var(--header-height--mobile));
    width: 100%;
  }
}
@media (min-width: 70.001rem) {
  .site-header__main-nav {
    height: 100%;
  }
  .site-header__main-nav > div,
  .site-header__main-nav > div .menu {
    height: 100%;
  }
}
@media (max-width: 70rem) {
  .site-header__main-nav {
    width: 100%;
  }
}
.site-header__secondary-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--space-xs);
}
@media (max-width: 70rem) {
  .site-header__secondary-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: auto;
    width: 100%;
  }
}
.site-header__contact-cta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header__contact-cta span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.site-header__contact-cta span .hs-web-interactive-inline {
  width: 100%;
}
@media (max-width: 70rem) {
  .site-header__contact-cta {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
  }
}

.nav-toggle {
  min-width: 1px;
  padding: 0;
  border-radius: 0;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  background: rgba(255, 255, 255, 0);
  color: var(--color-text);
  display: none;
  font-size: 0;
}
.nav-toggle:hover, .nav-toggle:focus {
  background: rgba(0, 0, 0, 0);
  outline: 0;
}
@media (max-width: 70rem) {
  .nav-toggle {
    position: relative;
    display: block;
    width: 2rem;
    height: 1.125rem;
    border-top: 0.125rem solid var(--color-primary);
    -webkit-transition: none;
    transition: none;
  }
  .dark-navigation .headroom--top .nav-toggle {
    border-color: var(--color-white);
  }
  .nav-toggle:before, .nav-toggle:after {
    content: "";
    display: block;
    width: 100%;
    height: 0.125rem;
    border-top: 0.125rem solid var(--color-primary);
    margin-top: 0.375rem;
    -webkit-transition: all 200ms;
    transition: all 200ms;
  }
  html:not(.main-menu-open) .dark-navigation .headroom--top .nav-toggle:before, html:not(.main-menu-open) .dark-navigation .headroom--top .nav-toggle:after {
    border-color: var(--color-white);
  }
  .main-menu-open .nav-toggle {
    border-top: 0;
  }
  .main-menu-open .nav-toggle:before, .main-menu-open .nav-toggle:after {
    position: absolute;
    top: 0;
    left: 0;
  }
  .main-menu-open .nav-toggle:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .main-menu-open .nav-toggle:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.site-footer {
  background-color: var(--color-black);
  color: var(--color-white);
}
.site-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--space-l);
  padding: calc(var(--space-default) * 2) var(--side-padding);
}
@media (max-width: 48rem) {
  .site-footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.site-footer__col--menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  gap: var(--space-l);
}
@media (min-width: 48.001rem) {
  .site-footer__col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: var(--space-s) 0;
  }
}
@media (max-width: 48rem) {
  .site-footer__col--logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .site-footer__col--address {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .site-footer__col--menus {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .site-footer__col--some {
    border-top: 1px solid var(--color-border);
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-top: var(--space-l);
  }
}
.site-footer__logo {
  font-size: var(--heading-size-400);
  line-height: 1.3;
  font-weight: 400;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
}
.site-footer__logo:hover, .site-footer__logo:focus-visible {
  color: var(--color-light-blue);
}
.site-footer__logo .tag {
  font-size: var(--text-size-500);
  line-height: 1.5;
  font-family: var(--base-font-family);
  font-weight: 400;
}
.site-footer__tagline p {
  font-size: var(--heading-size-600);
  line-height: 1.125;
  font-weight: 400;
  background: var(--color-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: var(--space-m);
}
.site-footer__col--address ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: var(--space-xs);
}
.site-footer__col--address ul .hs-menu-item a {
  font-size: var(--text-size-400);
  line-height: 1.5;
  font-weight: 400;
  color: var(--color-white);
  text-decoration: none;
}
.site-footer__navigation h3 {
  font-size: var(--text-size-400);
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: var(--space-2xs);
}
.site-footer__navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer__navigation ul .hs-menu-item {
  color: var(--color-white);
  margin-top: var(--space-2xs);
  position: relative;
}
.site-footer__navigation ul .hs-menu-item:first-child {
  margin-top: 0;
}
.site-footer__navigation ul .hs-menu-item a {
  color: var(--color-white);
  display: block;
  padding-left: 2.56rem;
  position: relative;
  text-decoration: none;
}
.site-footer__navigation ul .hs-menu-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("https://143654109.fs1.hubspotusercontent-eu1.net/hubfs/143654109/simanalytics-2023-theme-assets/simanalytics-btn-arrow-white.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 10rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 48.001rem) {
  .site-footer__navigation ul .hs-menu-item::before {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.site-footer__navigation ul .hs-menu-item:hover a {
  color: var(--color-light-blue);
}
.site-footer__col--some svg {
  width: 6.25rem;
  height: 6.25rem;
}
@media (min-width: 48.001rem) {
  .site-footer__col--some svg {
    width: 11.25rem;
    height: 11.25rem;
  }
}

.main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 70.001rem) {
  .main-menu {
    height: 100%;
  }
}
@media (min-width: 70.001rem) {
  .main-menu .hs-menu-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
}
.main-menu .hs-menu-item .menu-link {
  color: var(--color-black);
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.main-menu .hs-menu-item .menu-link[hidden] {
  display: none;
}
@media (min-width: 70.001rem) {
  .dark-navigation .headroom--top .main-menu > .hs-menu-item > a,
  .dark-navigation .headroom--top .main-menu > .hs-menu-item > .hs-item-has-children__sub-toggle,
  .dark-navigation .headroom--top .main-menu > .hs-menu-item > .menu-link {
    color: var(--color-white);
  }
}
.main-menu .hs-item-has-children {
  position: relative;
}
.main-menu .menu__sub-wrapper {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  overflow: hidden;
  -webkit-transition: all 250ms 50ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 250ms 50ms cubic-bezier(0.4, 0, 1, 1);
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 70.001rem) {
  .main-menu .menu__sub-wrapper {
    padding: var(--space-xs);
    background: var(--color-white);
    border-top: 2px solid var(--color-red);
    left: 0;
    margin: 0;
    position: absolute;
    top: calc(100% + var(--space-xs));
    z-index: -1;
    opacity: 0;
    width: 100%;
  }
}
@media (max-width: 70rem) {
  .main-menu .menu__sub-wrapper {
    height: 0 !important;
  }
}
.main-menu .menu__sub-wrapper.is-sub-opened {
  height: auto !important;
  display: block !important;
  overflow: visible !important;
  visibility: visible !important;
}
.main-menu .menu__sub-wrapper.is-sub-opened.animate-open {
  opacity: 1 !important;
}
.main-menu .menu__sub-wrapper .hs-menu-item {
  display: block;
  text-transform: none;
}
@media (min-width: 70.001rem) {
  .main-menu .menu__sub-wrapper .hs-menu-item {
    margin-top: var(--space-2xs);
  }
  .main-menu .menu__sub-wrapper .hs-menu-item:first-child {
    margin-top: 0;
  }
}
.main-menu.hs-item-has-children > a,
.main-menu .hs-item-has-children__sub-toggle {
  min-width: 1px;
  padding: 0;
  border-radius: 0;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  background: rgba(255, 255, 255, 0);
  color: var(--color-text);
  background: rgba(255, 255, 255, 0) !important;
  color: var(--color-black);
  height: 100%;
  padding-right: calc(var(--space-2xs) + 1rem);
  position: relative;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  vertical-align: middle;
}
@media (min-width: 70.001rem) {
  .main-menu.hs-item-has-children > a,
  .main-menu .hs-item-has-children__sub-toggle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-menu.hs-item-has-children > a::after,
  .main-menu .hs-item-has-children__sub-toggle::after {
    content: "";
    background-image: url(https://143654109.fs1.hubspotusercontent-eu1.net/hubfs/143654109/simanalytics-2023-theme-assets/simanalytics-nav-icon.svg);
    background-repeat: no-repeat;
    bottom: calc(var(--space-xs) * -1.25);
    height: 2.5rem;
    left: 50%;
    opacity: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    width: 0.5rem;
  }
}
@media (max-width: 70rem) {
  .main-menu.hs-item-has-children > a,
  .main-menu .hs-item-has-children__sub-toggle {
    font-size: 1.0625rem;
    line-height: 1.3;
    font-weight: 400;
    text-align: left;
    width: 100%;
  }
}
@media (max-width: 70rem) and (max-width: 48rem) {
  .main-menu.hs-item-has-children > a,
  .main-menu .hs-item-has-children__sub-toggle {
    font-size: 1.5625rem;
  }
}
.main-menu.hs-item-has-children > a svg,
.main-menu .hs-item-has-children__sub-toggle svg {
  right: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transition: all 250ms 100ms ease-in-out;
  transition: all 250ms 100ms ease-in-out;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  vertical-align: middle;
}
@media (max-width: 70rem) {
  .main-menu.hs-item-has-children > a svg,
  .main-menu .hs-item-has-children__sub-toggle svg {
    top: 0.75rem;
  }
}
.main-menu.hs-item-has-children > a[aria-expanded=true] svg,
.main-menu .hs-item-has-children__sub-toggle[aria-expanded=true] svg {
  color: var(--color-primary);
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media (min-width: 70.001rem) {
  .dark-navigation .headroom--top .main-menu.hs-item-has-children > a[aria-expanded=true] svg,
  .dark-navigation .headroom--top .main-menu .hs-item-has-children__sub-toggle[aria-expanded=true] svg {
    color: var(--color-white);
  }
  .main-menu.hs-item-has-children > a[aria-expanded=true]:focus,
  .main-menu .hs-item-has-children__sub-toggle[aria-expanded=true]:focus {
    outline: none;
  }
  .main-menu.hs-item-has-children > a[aria-expanded=true]::after,
  .main-menu .hs-item-has-children__sub-toggle[aria-expanded=true]::after {
    opacity: 1;
  }
}
.main-menu.hs-item-has-children > a:focus, .main-menu.hs-item-has-children > a:hover,
.main-menu .hs-item-has-children__sub-toggle:focus,
.main-menu .hs-item-has-children__sub-toggle:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.main-menu.hs-item-has-children > a:focus-visible,
.main-menu .hs-item-has-children__sub-toggle:focus-visible {
  outline: 1px dashed var(--color-grey-200);
}
.main-menu .hs-menu-children-wrapper .hs-menu-item:first-child {
  padding-top: 0;
}
.main-menu .hs-menu-children-wrapper .hs-menu-item a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--space-xs);
}
.main-menu .hs-menu-children-wrapper .hs-menu-item a figure {
  margin: 0;
}
.main-menu .hs-menu-children-wrapper .hs-menu-item a figure img {
  vertical-align: top;
}
@media (min-width: 70.001rem) {
  .main-menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--space-xs);
  }
  .main-menu ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-menu .hs-menu-children-wrapper {
    margin-left: auto;
    z-index: 10;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .main-menu .hs-menu-children-wrapper .hs-menu-item {
    display: block;
  }
  .main-menu .hs-menu-children-wrapper .hs-menu-item a {
    padding: 0;
  }
  .main-menu .hs-menu-children-wrapper .hs-menu-item a:after {
    left: 0;
    bottom: 0em;
  }
  .main-menu .hs-menu-children-wrapper .hs-menu-item a:hover:after {
    width: 100%;
  }
  .main-menu .hs-menu-children-wrapper .hs-menu-item a figure {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 3rem;
  }
  .main-menu .hs-menu-children-wrapper .hs-menu-item a figure img {
    height: 2rem;
  }
}
@media (max-width: 70rem) {
  .main-menu .hs-menu-item {
    margin: 1rem 0;
  }
  .main-menu .hs-menu-item a {
    font-size: var(--heading-size-300);
    line-height: 1.3;
    font-weight: 400;
  }
  .main-menu .hs-menu-item a figure img {
    height: 2.5625rem;
    width: auto;
  }
  .main-menu > .hs-menu-item a {
    font-size: 1.0625rem;
    line-height: 1.3;
    font-weight: 400;
  }
}
@media (max-width: 70rem) and (max-width: 48rem) {
  .main-menu > .hs-menu-item a {
    font-size: 1.5625rem;
  }
}
@media (max-width: 70rem) {
  .main-menu .hs-menu-children-wrapper {
    padding: 0;
    margin: 0;
  }
  .main-menu .hs-menu-children-wrapper.open-menu-list {
    margin-top: 1rem;
  }
  .main-menu .hs-menu-children-wrapper .hs-menu-item {
    margin: 0.8rem 0 0;
  }
  .main-menu .hs-menu-children-wrapper .hs-menu-item a {
    font-size: var(--heading-size-400);
    line-height: 1.3;
    font-weight: 400;
  }
}

.language-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: var(--text-size-400);
  line-height: 1.5;
  font-weight: 400;
}
.language-menu__menu-link {
  min-width: 1px;
  padding: 0;
  border-radius: 0;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  background: rgba(255, 255, 255, 0);
  color: var(--color-text);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.language-menu__menu-link--main {
  padding: var(--space-xs) 0;
}
.language-menu__menu-link--sub {
  padding: 0;
}
.language-menu .hs-menu-children-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: var(--text-size-600);
  line-height: 1.5;
  font-family: var(--base-font-family);
  font-weight: 400;
  position: absolute;
  top: 100%;
  padding: var(--space-s) var(--space-xs);
  background: var(--color-white);
  visibility: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.language-menu .hs-menu-children-wrapper.is-opened {
  visibility: visible;
}
.language-menu .hs-menu-children-wrapper .hs-menu-item.active {
  display: none;
}
.language-menu .hs-menu-children-wrapper > * + * {
  margin-top: var(--space-s);
}
@media (max-width: 70rem) {
  .language-menu {
    position: relative;
    text-align: center;
  }
  .language-menu .globe {
    display: none;
  }
  .language-menu .hs-menu-children-wrapper {
    font-size: var(--text-size-400);
    line-height: 1.5;
    font-weight: 600;
    text-transform: uppercase;
    border: 0;
    padding: var(--space-xs) 0;
    position: relative;
    visibility: visible;
  }
  .language-menu .hs-menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--space-2xs);
  }
  .language-menu__menu-link--main {
    font-size: var(--text-size-400);
    line-height: 1.5;
    font-weight: 600;
    text-transform: uppercase;
  }
}

.site-hero {
  margin-top: var(--header-height--mobile);
  overflow: hidden;
  padding-top: var(--space-s);
  padding-bottom: var(--space-default);
}
@media (min-width: 70.001rem) {
  .site-hero {
    margin-top: var(--header-height);
  }
}
.site-hero__factory {
  height: 1.25rem;
  margin-bottom: var(--space-s);
}
@media (min-width: 48.001rem) {
  .site-hero__factory {
    height: 2rem;
  }
}
.site-hero__factory svg {
  height: 100%;
  width: auto;
}
.site-hero.has-dark-background h1 {
  color: var(--color-light-blue);
}
@media (min-width: 48.001rem) {
  .site-hero h1 {
    width: var(--width-7-col);
  }
}
.site-hero__title {
  padding: var(--space-default) 0 0;
}
.site-hero__title p {
  font-size: var(--text-size-600);
  line-height: 1.5;
  font-family: var(--base-font-family);
  font-weight: 400;
  margin-top: var(--text-margin);
}
@media (min-width: 48.001rem) {
  .site-hero__title p {
    width: var(--width-6-col);
  }
}
.site-hero__title-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gutter);
  padding-top: var(--space-default);
}
@media (max-width: 48rem) {
  .site-hero__title-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.site-hero__title-wrapper p:first-child {
  margin-top: 0;
}
.site-hero__title-wrapper > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.site-hero__image {
  margin: 0;
}
.site-hero__image img {
  aspect-ratio: 1.46;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
.site-hero--product {
  padding-bottom: var(--space-default);
}
.site-hero--product .site-hero__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--space-xs);
  padding-bottom: var(--space-s);
}
@media (max-width: 48rem) {
  .site-hero--product .site-hero__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: var(--space-s);
  }
}
@media (min-width: 48.001rem) {
  .site-hero--product .site-hero__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.site-hero--product .site-hero__title-icon {
  margin: 0;
}
.site-hero--product .site-hero__title-icon img {
  vertical-align: top;
  width: auto;
  height: 3rem;
}
@media (min-width: 48.001rem) {
  .site-hero--product .site-hero__title-icon img {
    height: 3.6rem;
  }
}
.site-hero--product .site-hero__image {
  margin: 0;
}
.site-hero--product .site-hero__image img {
  aspect-ratio: 2.2;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  width: 100%;
}
@media (min-width: 48.001rem) {
  .site-hero--product .site-hero__image img {
    aspect-ratio: 3.4;
  }
}
.site-hero--product .site-hero__text {
  font-size: var(--text-size-600);
  line-height: 1.5;
  font-family: var(--base-font-family);
  font-weight: 400;
  display: block;
  margin-top: var(--space-s);
}
.site-hero--frontpage {
  height: 52.75rem;
  margin-top: 0;
  min-height: 40rem;
  padding-top: calc(var(--header-height--mobile) + var(--space-s));
  position: relative;
}
@media (min-width: 70.001rem) {
  .site-hero--frontpage {
    height: 67.5rem;
  }
}
.site-hero--frontpage .site-hero__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.site-hero--frontpage .site-hero__title {
  text-align: center;
  padding-top: 0;
  width: var(--width-8-col);
}
.site-hero--frontpage .site-hero__title-content > * {
  display: inline-block;
  text-align: center;
}
.site-hero--frontpage .site-hero__title-content > *:not(h1) {
  width: var(--width-8-col);
  text-align: center;
}
.site-hero--frontpage .site-hero__title-content h1 {
  max-width: 67.5rem;
  width: var(--width-10-col);
}
.site-hero--frontpage .site-hero__title h1 {
  font-weight: 700;
}
.site-hero--frontpage .site-hero__title-ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--space-xs-small);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: var(--space-s);
}
.site-hero--frontpage .site-hero__title-ctas a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.site-hero__background-image {
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.site-hero__background-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.site-hero__background-image::before {
  background: rgba(0, 14, 31, 0.6);
  background-blend-mode: overlay;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.site-hero__background-image::after {
  background: -webkit-gradient(linear, left bottom, left top, from(#000E1F), to(rgba(0, 14, 31, 0)));
  background: linear-gradient(0deg, #000E1F 0%, rgba(0, 14, 31, 0) 100%);
  bottom: 0;
  content: "";
  height: 22%;
  left: 0;
  position: absolute;
  width: 100%;
}

.site-hero-archive {
  margin-top: var(--header-height--mobile);
  padding-top: var(--space-s);
  padding-bottom: var(--space-xs);
}
@media (min-width: 70.001rem) {
  .site-hero-archive {
    margin-top: var(--header-height);
  }
}
.site-hero-archive h1 {
  font-size: var(--heading-size-800);
  line-height: 1.14;
  font-weight: 400;
  margin-top: var(--space-s);
}

.posts-list {
  grid-template-columns: 1fr;
}
@media (min-width: 48.001rem) {
  .posts-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: var(--space-s);
       -moz-column-gap: var(--space-s);
            column-gap: var(--space-s);
    row-gap: var(--gutter);
  }
}

.post-item {
  position: relative;
}
@media (max-width: 48rem) {
  .post-item {
    margin-top: var(--gutter);
  }
  .post-item:first-child {
    margin-top: 0;
  }
}
.post-item:hover a::before, .post-item:focus-within a::before {
  margin-left: 0.5rem;
}
.post-item__image {
  margin: 0;
}
.post-item__image img {
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  width: 100%;
}
.post-item__meta {
  font-size: var(--text-size-400);
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: var(--space-2xs);
}
.post-item__title {
  font-size: var(--heading-size-500);
  line-height: 1.33;
  font-weight: 400;
  margin-top: 0;
}
.post-item .absolute-link {
  font-size: var(--text-size-500);
  line-height: 1.5;
  font-family: var(--base-font-family);
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: 0;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.7em;
  margin-top: var(--space-2xs);
  padding: 0.55em 0;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.post-item .absolute-link::before {
  content: "";
  display: block;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("https://143654109.fs1.hubspotusercontent-eu1.net/hubfs/143654109/simanalytics-2023-theme-assets/simanalytics-btn-arrow-dark-white.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 10rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 48.001rem) {
  .post-item .absolute-link::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.has-dark-background .post-item .absolute-link::before {
  background-image: url("https://143654109.fs1.hubspotusercontent-eu1.net/hubfs/143654109/simanalytics-2023-theme-assets/simanalytics-btn-arrow-white.svg");
}
.post-item--big {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.post-item--big .post-item__background {
  position: absolute;
  height: 100%;
  left: 0;
  margin: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.post-item--big .post-item__background img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  width: 100%;
}
.post-item--big .post-item__background::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.post-item--big .absolute-link::before {
  background-image: url("https://143654109.fs1.hubspotusercontent-eu1.net/hubfs/143654109/simanalytics-2023-theme-assets/simanalytics-btn-arrow-white.svg");
}
.post-item--featured {
  margin-bottom: var(--space-s);
  width: var(--width-8-col);
}
.post-item--featured .post-item__image img {
  width: 100%;
}

.social-share {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.social-share__item {
  margin: 0 1.3rem 0 0;
}
.social-share__item:last-child {
  margin-right: 0;
}
.social-share__item--label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 0 0 1rem;
  font-size: var(--heading-size-400);
  line-height: 1.3;
  font-weight: 400;
}
.social-share a {
  color: var(--color-primary);
}
.social-share a:hover, .social-share a:focus {
  text-decoration: none;
}

/*--------------------------------------------------------------
# Utilities - Helpers and overrides.
--------------------------------------------------------------*/
:focus {
  outline: thin dotted;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: var(--color-link);
  clip: auto !important;
  color: white;
  display: block;
  font-size: 0.8em;
  font-weight: bold;
  height: auto;
  padding: 0.75rem;
  left: 0.5rem;
  top: 0.5rem;
  text-decoration: none;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.has-white-texts {
  --color-title: var(--color-white);
  --color-text: var(--color-white);
  --color-link: var(--color-white);
  color: var(--color-text);
}
.has-white-texts .btn,
.has-white-texts button,
.has-white-texts .btn--big,
.has-white-texts input[type=button],
.has-white-texts input[type=reset],
.has-white-texts input[type=submit] {
  --color-btn-background: var(--color-white);
  --color-btn-border: var(--color-white);
  --color-btn-text: var(--color-black);
}
.has-white-texts .btn:hover, .has-white-texts .btn:focus-visible,
.has-white-texts button:hover,
.has-white-texts button:focus-visible,
.has-white-texts .btn--big:hover,
.has-white-texts .btn--big:focus-visible,
.has-white-texts input[type=button]:hover,
.has-white-texts input[type=button]:focus-visible,
.has-white-texts input[type=reset]:hover,
.has-white-texts input[type=reset]:focus-visible,
.has-white-texts input[type=submit]:hover,
.has-white-texts input[type=submit]:focus-visible {
  --color-btn-border: var(--color-bright-yellow);
  --color-btn-background: var(--color-bright-yellow);
  --color-btn-text: var(--color-black);
  outline-color: var(--color-bright-yellow);
}
.has-white-texts .btn--read-more {
  --color-btn-background: var(--color-black);
  --color-btn-border: var(--color-white);
  --color-btn-text: var(--color-white);
}
.has-white-texts .btn--read-more:hover, .has-white-texts .btn--read-more:focus-visible {
  --color-btn-border: var(--color-white);
  --color-btn-background: var(--color-white);
  --color-btn-text: var(--color-black) !important;
  outline-color: var(--color-white);
}
.has-white-texts .btn--arrow {
  --color-btn-text: var(--color-white);
  background-image: url(https://143654109.fs1.hubspotusercontent-eu1.net/hubfs/143654109/simanalytics-2023-theme-assets/simanalytics-white-arrow-ellipse.svg);
}

.has-dark-background {
  background-color: var(--color-black);
}

.hs-inline-edit script[type="mce-no/type"] {
  display: block;
  background: red;
  color: #fff;
  font-size: 1rem;
  font-family: "Lucida Console";
  padding: 1rem;
}
.hs-inline-edit script[type="mce-no/type"]:before {
  content: "Hubspot render koodi, editoi muokataksesi lomaketta";
  display: block;
  margin: 0 0 1rem;
  font-family: sans-serif;
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
}