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

/* roboto-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("https://2090809.fs1.hubspotusercontent-na1.net/hubfs/2090809/web-assets-brella-2021-theme/fonts/roboto-v30-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("https://2090809.fs1.hubspotusercontent-na1.net/hubfs/2090809/web-assets-brella-2021-theme/fonts/roboto-v30-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* urbanist-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400;
  src: url("https://2090809.fs1.hubspotusercontent-na1.net/hubfs/2090809/web-assets-brella-2021-theme/fonts/urbanist-v15-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* urbanist-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 600;
  src: url("https://2090809.fs1.hubspotusercontent-na1.net/hubfs/2090809/web-assets-brella-2021-theme/fonts/urbanist-v15-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* urbanist-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 700;
  src: url("https://2090809.fs1.hubspotusercontent-na1.net/hubfs/2090809/web-assets-brella-2021-theme/fonts/urbanist-v15-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  --color-primary: #00AF66;
  --color-primary--hover: #0AC275;
  --color-primary--on-green: #32E399;
  --color-primary--background: rgba(225, 254, 233, 0.78);
  --color-secondary: #BB16A3;
  --color-secondary--light: #CD60BD;
  --color-secondary--background: #FFECFC;
  --color-background: #fff;
  --color-link: var(--color-primary);
  --color-black: #000;
  --color-black--09: rgba(0, 0, 0, 0.9);
  --color-white: #fff;
  --color-gray: #828282;
  --color-gray--on-gray: #616161;
  --color-gray--background: #F5F5F5;
  --color-gray--background-light: #FAFAFA;
  --color-border: #D0D0D0;
  --color-border--dark: rgba(255, 255, 255, 0.10);
  --color-title: #000;
  --color-title--colorful: #000;
  --color-text: #000;
  --color-text--secondary: #000;
  --color-text--light: #828282;
  --base-font-family: 'Roboto', sans-serif;
  --title-font-family: 'Urbanist', sans-serif;
  --font-size-h1: clamp(2.2rem, 0.7161290323rem + 5.935483871vw, 4.5rem);
  --font-size-h1--articles: clamp(1.875rem, 0.9072580645rem + 3.8709677419vw, 3.375rem);
  --font-size-h2: clamp(1.4375rem, 1.0745967742rem + 1.4516129032vw, 2rem);
  --font-size-h2--large: clamp(2.2rem, 1.6838709677rem + 2.064516129vw, 3rem);
  --font-size-h3: 1.3125rem;
  --font-size-h3--small: 1.25rem;
  --font-size-h4: 1.125rem;
  --font-size-blog-lift: 3rem;
  --font-size-body: clamp(0.9375rem, 0.8165322581rem + 0.4838709677vw, 1.125rem);
  --font-size-button--small: clamp(0.75rem, 0.6290322581rem + 0.4838709677vw, 0.9375rem);
  --font-size-quote: clamp(1.3125rem, 0.8689516129rem + 1.7741935484vw, 2rem);
  --font-size-quote--big: clamp(1.125rem, -0.0846774194rem + 4.8387096774vw, 3rem);
  --font-size-large: clamp(1rem, 0.8387096774rem + 0.6451612903vw, 1.25rem);
  --font-size-small: 0.9375rem;
  --font-size-people: clamp(0.8125rem, 0.6915322581rem + 0.4838709677vw, 1rem);
  --button-padding: 1em 1.75em;
  --button-text-color: #fff;
  --button-border: 0.0625rem solid var(--color-primary);
  --button-background: var(--color-primary);
  --button-border-radius: 0.5rem;
  --button-font-family: "Roboto", sans-serif;
  --button-font-size: 1rem;
  --button-line-height: 1;
  --button-letter-spacing: 0.03125em;
  --button-font-weight: 700;
}

.dark-theme,
.site-header,
.site-hero--default,
.site-hero--events-page,
.site-hero--front-page,
.site-hero--download-guide,
.site-hero--company-page {
  --color-primary: #6EEE82;
  --color-primary--hover: #0AC275;
  --color-primary--on-green: #32E399;
  --color-primary--background: rgba(225, 254, 255, 0.78);
  --color-secondary: #BB16A3;
  --color-secondary--light: #CD60BD;
  --color-secondary--background: #FFECFC;
  --color-background: #000;
  --color-link: var(--color-primary);
  --color-gray: #828282;
  --color-gray--on-gray: #616161;
  --color-gray--background: #F5F5F5;
  --color-gray--background-light: #FAFAFA;
  --color-border: #343434;
  --color-title: #fff;
  --color-title--colorful: #fff;
  --color-text: #999;
  --color-text--secondary: #fff;
  --color-text--light: #C5C5C5;
  --button-border: 0.0625rem solid #fff;
  --button-background: #fff;
  --button-text-color: #000;
}

/*! 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: var(--color-background);
  scroll-behavior: smooth;
}
@media (max-width: 77.5rem) {
  html.main-menu-open {
    overflow: hidden;
  }
}

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

body {
  margin: 0;
  padding: 0;
  color: var(--color-text);
  background: var(--color-background);
}

@media (min-width: 125.001rem) {
  body {
    background: #0b0b0b;
  }
  .header-container-wrapper,
  .body-container-wrapper,
  .site-wrapper__footer {
    max-width: 118.75rem;
    margin: 0 auto;
  }
  .body-container-wrapper {
    background: var(--color-background);
  }
}
img {
  height: auto;
  max-width: 100%;
}

figcaption {
  font-size: var(--font-size-small);
  line-height: 1.47;
  font-weight: 400;
  margin-top: 1.67em;
}

.content-wrapper,
.container,
.site-content .dnd-section > .row-fluid,
.row-fluid .container {
  max-width: 71.75rem;
  margin-left: auto;
  margin-right: auto;
  float: none;
  padding: 0 4rem;
}
@media (max-width: 48rem) {
  .content-wrapper,
  .container,
  .site-content .dnd-section > .row-fluid,
  .row-fluid .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.content-wrapper--large,
.container--large,
.site-content .dnd-section > .row-fluid--large,
.row-fluid .container--large {
  max-width: 84.75rem;
}
.content-wrapper--medium,
.container--medium,
.site-content .dnd-section > .row-fluid--medium,
.row-fluid .container--medium {
  max-width: 58.75rem;
}
.content-wrapper--small,
.container--small,
.site-content .dnd-section > .row-fluid--small,
.row-fluid .container--small {
  max-width: 45.75rem;
}

.row-fluid .container:first-child {
  margin-left: auto;
  margin-right: auto;
}

.has-gray-background-color,
.has-grey-background-color {
  background: var(--color-gray--background);
}

.has-gray-light-background-color {
  background: var(--color-gray--background-light);
}

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

.has-background-animation {
  -webkit-transition: background-color 1000ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background-color 1000ms cubic-bezier(0.25, 1, 0.5, 1);
}

.background-not-animated {
  background-color: var(--color-background) !important;
}

@media (min-width: 48.001rem) {
  .show-mobile {
    display: none;
  }
}

@media (max-width: 48rem) {
  .hide-mobile {
    display: none;
  }
}

.site-content {
  margin-top: 13rem;
}
@media (max-width: 48rem) {
  .site-content {
    margin-top: 6.25rem;
  }
}
.site-content {
  padding-bottom: 13rem;
}
@media (max-width: 48rem) {
  .site-content {
    padding-bottom: 6.25rem;
  }
}
.hs-site-page.empty-site-content .site-content {
  padding-bottom: 0;
}
.site-hero--download-guide + .site-content, .site-content--no-top {
  margin-top: 0;
}
.site-content--no-bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.article-hero + .site-content {
  margin-top: 3.4375rem;
}
@media (max-width: 48rem) {
  .article-hero + .site-content {
    margin-top: 2rem;
  }
}
.site-hero--simple + .site-content {
  margin-top: 6.25rem;
}
@media (max-width: 48rem) {
  .site-hero--simple + .site-content {
    margin-top: 2.7rem;
  }
}
@media (min-width: 48.001rem) {
  .site-hero--events-page + .site-content {
    margin-top: 8.875rem;
  }
}
.site-content .widget-type-rich_text {
  max-width: 37.75rem;
  margin-left: auto;
  margin-right: auto;
}

.full-width {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
@media (min-width: 125.001rem) {
  .site-content .dnd-section > .row-fluid .full-width {
    width: 118.75rem;
    left: auto;
    right: auto;
    margin-left: -27.5rem;
    margin-right: -27.5rem;
  }
}
.site-content .dnd-section:last-child .dnd-row:last-child .full-width, .site-content .dnd-section:last-child > div > .dnd-module > div .full-width {
  margin-bottom: -13rem;
}
@media (max-width: 48rem) {
  .site-content .dnd-section:last-child .dnd-row:last-child .full-width, .site-content .dnd-section:last-child > div > .dnd-module > div .full-width {
    margin-bottom: -6.25rem;
  }
}

.top-border {
  padding-top: 3.4375rem;
}
@media (max-width: 48rem) {
  .top-border {
    padding-top: 2rem;
  }
}
.top-border {
  border-top: 0.0625rem solid var(--color-border);
}

.bottom-border {
  padding-bottom: 3.4375rem;
}
@media (max-width: 48rem) {
  .bottom-border {
    padding-bottom: 2rem;
  }
}
.bottom-border {
  border-bottom: 0.0625rem solid var(--color-border);
}

.text-margin {
  margin-top: 2em;
}

.tiny-top {
  margin-top: 3.4375rem;
}
@media (max-width: 48rem) {
  .tiny-top {
    margin-top: 2rem;
  }
}

.color-primary {
  color: var(--color-primary);
}

#empty-base-item {
  display: none;
}

.content-row {
  margin-top: 13rem;
}
@media (max-width: 48rem) {
  .content-row {
    margin-top: 6.25rem;
  }
}
.content-row {
  margin-bottom: 13rem;
}
@media (max-width: 48rem) {
  .content-row {
    margin-bottom: 6.25rem;
  }
}
.content-row--small {
  margin-top: 6.25rem;
}
@media (max-width: 48rem) {
  .content-row--small {
    margin-top: 2.7rem;
  }
}
.content-row--small {
  margin-bottom: 6.25rem;
}
@media (max-width: 48rem) {
  .content-row--small {
    margin-bottom: 2.7rem;
  }
}
.content-row--no-bottom {
  margin-bottom: 0;
}
.content-row--no-top {
  margin-top: 0;
}

.dnd-section {
  position: relative;
  margin-top: 13rem;
}
@media (max-width: 48rem) {
  .dnd-section {
    margin-top: 6.25rem;
  }
}
.site-hero .dnd-section {
  margin-top: 6.25rem;
}
@media (max-width: 48rem) {
  .site-hero .dnd-section {
    margin-top: 2.7rem;
  }
}
.dnd-section:first-child {
  margin-top: 0;
}
.dnd-section > .row-fluid > .dnd-column > .dnd-row:not(:first-child) {
  margin-top: 3.4375rem;
}
@media (max-width: 48rem) {
  .dnd-section > .row-fluid > .dnd-column > .dnd-row:not(:first-child) {
    margin-top: 2rem;
  }
}
.dnd-section > .row-fluid > .dnd-column > .dnd-row > .row-fluid > .dnd-column > .dnd-row:not(:first-child) {
  margin-top: 2em;
}
@media (max-width: 48rem) {
  .dnd-section .dnd-column:not(:first-child) {
    margin-top: 2.7rem;
  }
}

.has-background,
div[class*=background-color].dnd-section {
  padding-top: 13rem;
}
@media (max-width: 48rem) {
  .has-background,
  div[class*=background-color].dnd-section {
    padding-top: 6.25rem;
  }
}
.has-background,
div[class*=background-color].dnd-section {
  padding-bottom: 13rem;
}
@media (max-width: 48rem) {
  .has-background,
  div[class*=background-color].dnd-section {
    padding-bottom: 6.25rem;
  }
}

div[class*=background-color].dnd-section.background-not-animated {
  background-color: var(--color-background) !important;
}
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: 0;
}

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

/* Responsive Grid */
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
@media (min-width: 48.001rem) {
  .row-fluid [class*=span] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*=span]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span10 {
    width: 82.978723396%;
    *width: 82.9255319066%;
  }
  .row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096%;
  }
  .row-fluid .span8 {
    width: 65.957446802%;
    *width: 65.9042553126%;
  }
  .row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156%;
  }
  .row-fluid .span6 {
    width: calc(50% - 1rem);
  }
  .row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216%;
  }
  .row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246%;
  }
  .row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276%;
  }
  .row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306%;
  }
  .row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.3297872336%;
  }
}

.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;
  }
}
html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: scroll;
}

body,
button,
input,
select,
textarea {
  font-size: var(--font-size-body);
  line-height: 1.4;
  font-family: var(--base-font-family);
  font-weight: 400;
}

a,
.basic-link {
  color: var(--color-primary);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover, a:focus,
.basic-link:hover,
.basic-link:focus {
  color: var(--color-primary--hover);
}

b, strong {
  font-weight: 700;
  color: var(--color-text--secondary);
}

ul, ol, table, p, blockquote, .hs-form, .systems-page .form-container {
  margin: 1.3em 0 0 0;
}
ul:first-child, ol:first-child, table:first-child, p:first-child, blockquote:first-child, .hs-form:first-child, .systems-page .form-container:first-child {
  margin-top: 0;
}

hr {
  border: 0;
  height: 0;
  border-color: var(--color-border);
  border-style: solid;
  border-bottom-width: 0.0625rem;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  margin: 3rem 0 0 0;
}
@media (max-width: 48rem) {
  h1, h2, h3, h4, h5,
  .h1, .h2, .h3, .h4, .h5 {
    margin-top: 2rem;
  }
}
h1:first-child, .hide-mobile:first-child + h1, [data-hs-anchor=true]:first-child + h1, h2:first-child, .hide-mobile:first-child + h2, [data-hs-anchor=true]:first-child + h2, h3:first-child, .hide-mobile:first-child + h3, [data-hs-anchor=true]:first-child + h3, h4:first-child, .hide-mobile:first-child + h4, [data-hs-anchor=true]:first-child + h4, h5:first-child, .hide-mobile:first-child + h5, [data-hs-anchor=true]:first-child + h5,
.h1:first-child,
.hide-mobile:first-child + .h1,
[data-hs-anchor=true]:first-child + .h1, .h2:first-child, .hide-mobile:first-child + .h2, [data-hs-anchor=true]:first-child + .h2, .h3:first-child, .hide-mobile:first-child + .h3, [data-hs-anchor=true]:first-child + .h3, .h4:first-child, .hide-mobile:first-child + .h4, [data-hs-anchor=true]:first-child + .h4, .h5:first-child, .hide-mobile:first-child + .h5, [data-hs-anchor=true]:first-child + .h5 {
  margin-top: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a {
  text-decoration: none;
  color: inherit;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover,
.h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover {
  color: var(--color-primary);
}

h1, .h1 {
  font-size: var(--font-size-h1);
  line-height: 1.03;
  font-family: var(--title-font-family);
  font-weight: 700;
  color: var(--color-title--colorful);
}

h2, .h2 {
  font-size: var(--font-size-h2);
  line-height: 1.07;
  font-family: var(--title-font-family);
  font-weight: 700;
  color: var(--color-title--colorful);
}

h3, .h3 {
  font-size: var(--font-size-h3);
  line-height: 1.2;
  font-family: var(--title-font-family);
  font-weight: 700;
  color: var(--color-title);
}

h4, .h4 {
  font-size: var(--font-size-h4);
  line-height: 1.44;
  font-family: var(--title-font-family);
  font-weight: 700;
  color: var(--color-title);
}

h5, .h5 {
  margin-top: 0.88em;
  font-size: var(--font-size-h4);
  line-height: 1.44;
  font-family: var(--title-font-family);
  font-weight: 700;
  color: var(--color-title);
}

.dark-theme body h1, .dark-theme body .h1, .dark-theme body h2, .dark-theme body .h2,
.dark-theme h1,
.dark-theme .h1,
.dark-theme h2,
.dark-theme .h2,
.site-hero--default h1,
.site-hero--default .h1,
.site-hero--default h2,
.site-hero--default .h2,
.site-hero--events-page h1,
.site-hero--events-page .h1,
.site-hero--events-page h2,
.site-hero--events-page .h2,
.site-hero--front-page h1,
.site-hero--front-page .h1,
.site-hero--front-page h2,
.site-hero--front-page .h2,
.site-hero--download-guide h1,
.site-hero--download-guide .h1,
.site-hero--download-guide h2,
.site-hero--download-guide .h2,
.site-hero--company-page h1,
.site-hero--company-page .h1,
.site-hero--company-page h2,
.site-hero--company-page .h2 {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#b7b7b7));
  background: linear-gradient(90deg, #fff, #b7b7b7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding-bottom: 0.2em;
  margin-bottom: -0.2em;
}

.body {
  font-size: var(--font-size-body);
  line-height: 1.4;
  font-family: var(--base-font-family);
  font-weight: 400;
}

.small {
  font-size: var(--font-size-small);
  line-height: 1.47;
  font-weight: 400;
}

.top-title {
  font-size: var(--font-size-button--small);
  letter-spacing: 0.03em;
  line-height: 1.13;
  font-family: var(--title-font-family);
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 48rem) {
  .top-title {
    line-height: 1.09;
  }
}
.top-title.bottom-border {
  padding-bottom: 0.875rem;
}

.underline {
  text-decoration: underline;
}

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

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

.text-white {
  color: rgba(255, 255, 255, 0.95);
}

.text-dark {
  color: var(--color-text);
}

blockquote {
  font-size: var(--font-size-quote);
  line-height: 1.1;
  font-family: var(--title-font-family);
  font-weight: 700;
  color: var(--color-title--colorful);
}
.dark-theme blockquote > *:not(footer) {
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(92deg, rgb(110, 238, 130) 0%, rgb(255, 135, 238) 100%);
  background-size: 160% 160%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-animation: blockquoteBackground 5s linear 2s infinite alternate;
          animation: blockquoteBackground 5s linear 2s infinite alternate;
}
blockquote footer {
  color: var(--color-text);
}
.article-content__body blockquote {
  position: relative;
  margin-top: 6.25rem;
}
@media (max-width: 48rem) {
  .article-content__body blockquote {
    margin-top: 2.7rem;
  }
}
.article-content__body blockquote {
  margin-bottom: 6.25rem;
}
@media (max-width: 48rem) {
  .article-content__body blockquote {
    margin-bottom: 2.7rem;
  }
}
.article-content__body blockquote {
  font-size: var(--font-size-quote--big);
  line-height: 1.04;
  font-family: var(--title-font-family);
  font-weight: 700;
}
.article-content__body blockquote {
  text-align: center;
  text-shadow: none;
}
@media (min-width: 48.001rem) {
  .article-content__body blockquote:before {
    content: "";
    content: "";
    position: absolute;
    right: -10%;
    z-index: 0;
    top: -3rem;
    width: 20rem;
    height: 20rem;
    background: rgba(0, 206, 120, 0.66);
    border-radius: 50%;
    -webkit-filter: blur(8rem);
            filter: blur(8rem);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 60%;
  }
  .article-content__body blockquote * {
    position: relative;
  }
}

@-webkit-keyframes blockquoteBackground {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes blockquoteBackground {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.btn,
.hs-button,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-confirmation-button,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-decline-button,
.plain-btn,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-cookie-settings-button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  display: inline-block;
  cursor: pointer;
  padding: var(--button-padding);
  font-family: var(--button-font-family);
  font-size: var(--button-font-size);
  line-height: var(--button-line-height);
  font-weight: var(--button-font-weight);
  letter-spacing: var(--button-letter-spacing);
  line-height: 1;
  color: var(--button-text-color);
  text-decoration: none;
  background: var(--button-background);
  border: var(--button-border);
  border-radius: var(--button-border-radius);
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.btn:hover, .btn:focus,
.hs-button:hover,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-confirmation-button:hover,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-decline-button:hover,
.hs-button:focus,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-confirmation-button:focus,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-decline-button:focus,
.plain-btn:hover,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-cookie-settings-button:hover,
.plain-btn:focus,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-cookie-settings-button:focus,
button:hover,
button:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  color: var(--button-text-color);
  outline: 0;
  -webkit-box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 0.5);
          box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 0.5);
}
.btn.cta_button,
.hs-button.cta_button,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a.cta_button#hs-eu-confirmation-button,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a.cta_button#hs-eu-decline-button,
.plain-btn.cta_button,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a.cta_button#hs-eu-cookie-settings-button,
button.cta_button,
input[type=button].cta_button,
input[type=reset].cta_button,
input[type=submit].cta_button {
  padding: var(--button-padding) !important;
  font-family: var(--button-font-family) !important;
  font-size: var(--button-font-size) !important;
  line-height: var(--button-line-height) !important;
  font-weight: var(--button-font-weight) !important;
  letter-spacing: var(--button-letter-spacing) !important;
  color: var(--button-text-color) !important;
  background: var(--button-background) !important;
  border: var(--button-border) !important;
  border-radius: var(--button-border-radius) !important;
}

button.basic-link,
input[type=button].basic-link,
input[type=reset].basic-link,
input[type=submit].basic-link {
  display: inline;
  padding: 0;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  background: none;
  border-radius: 0;
}

.btn--dark {
  --button-background: linear-gradient(180deg, rgba(110, 238, 130, 0.15) 0%, rgba(238, 110, 202, 0.15) 100%), #000;
  --button-text-color: #fff;
}

.btn--ghost, body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-decline-button {
  color: var(--color-gray);
  background: rgba(255, 255, 255, 0);
  border-color: var(--color-border);
}
.btn--ghost:focus, body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-decline-button:focus, .btn--ghost:hover, body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-decline-button:hover, input:focus + .btn--ghost, body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area input:focus + a#hs-eu-decline-button, input:checked + .btn--ghost, body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area input:checked + a#hs-eu-decline-button {
  color: var(--color-background) !important;
  border-color: var(--color-primary) !important;
  background: var(--color-primary) !important;
}

.btn--white {
  color: var(--color-background);
  border-color: var(--color-background);
  background-color: rgba(255, 255, 255, 0);
}
.btn--white:hover, .btn--white:focus {
  color: var(--color-primary) !important;
  background-color: var(--color-background) !important;
  border-color: var(--color-background) !important;
}

.plain-btn, body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-cookie-settings-button,
.newsletter-form .hs-button,
.newsletter-form body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-confirmation-button,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area .newsletter-form a#hs-eu-confirmation-button,
.newsletter-form body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-decline-button,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area .newsletter-form a#hs-eu-decline-button,
.auto-plain-buttons a {
  --button-padding: 0 2.1em 0 0;
  --button-background: rgba(255,255,255,0) url('https://2090809.fs1.hubspotusercontent-na1.net/hubfs/2090809/web-assets-brella-2021-theme/images/next-arrow.svg') no-repeat right 0.15em;
  --button-border: 0;
  --button-text-color: var(--color-text);
  --button-font-size: 0.9375rem;
  --button-line-height: 1.13333;
  --button-letter-spacing: 0.03em;
  display: inline-block;
  padding: var(--button-padding);
  cursor: pointer;
  font-family: var(--button-font-family);
  font-size: var(--button-font-size);
  line-height: var(--button-line-height);
  font-weight: var(--button-font-weight);
  letter-spacing: var(--button-letter-spacing);
  text-transform: uppercase;
  text-decoration: none;
  color: var(--button-text-color);
  border: var(--button-border);
  background: var(--button-background);
  -webkit-transition: color 0.125s;
  transition: color 0.125s;
}
.plain-btn:hover, body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-cookie-settings-button:hover, .plain-btn:focus, body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-cookie-settings-button:focus,
.newsletter-form .hs-button:hover,
.newsletter-form body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-confirmation-button:hover,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area .newsletter-form a#hs-eu-confirmation-button:hover,
.newsletter-form body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-decline-button:hover,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area .newsletter-form a#hs-eu-decline-button:hover,
.newsletter-form .hs-button:focus,
.newsletter-form body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-confirmation-button:focus,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area .newsletter-form a#hs-eu-confirmation-button:focus,
.newsletter-form body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-decline-button:focus,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area .newsletter-form a#hs-eu-decline-button:focus,
.auto-plain-buttons a:hover,
.auto-plain-buttons a:focus {
  --button-text-color: var(--color-primary);
  --button-background: rgba(255,255,255,0) url('https://2090809.fs1.hubspotusercontent-na1.net/hubfs/2090809/web-assets-brella-2021-theme/images/next-arrow.svg') no-repeat right 0.15em;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 48rem) {
  .plain-btn, body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-cookie-settings-button,
  .newsletter-form .hs-button,
  .newsletter-form body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-confirmation-button,
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area .newsletter-form a#hs-eu-confirmation-button,
  .newsletter-form body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-decline-button,
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area .newsletter-form a#hs-eu-decline-button,
  .auto-plain-buttons a {
    font-size: 0.75rem !important;
    line-height: 1.17 !important;
  }
}

.plain-btn--no-arrow {
  padding-right: 0;
  background-image: none;
}
.plain-btn--no-arrow:hover, .plain-btn--no-arrow:focus {
  background-image: none !important;
}

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 {
  font-size: 16px;
  font-size: 1rem;
  border: 0;
  border: 1px solid var(--color-border);
  padding: 0.5rem 0.9rem;
  width: 100%;
  border-radius: 0.3125rem;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]: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,
input[type=color]:focus,
textarea:focus,
select:focus {
  outline: 0;
  border-color: var(--color-primary);
}
@media (max-width: 48rem) {
  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 {
    font-size: 16px;
    font-size: 1rem;
  }
}

select {
  display: inline-block;
}

textarea {
  width: 100%;
  resize: vertical;
}

.hs-form-radio-display,
.hs-form-checkbox-display,
.hs-fieldtype-booleancheckbox {
  position: relative;
  cursor: pointer;
}
.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;
  padding-left: 1.9rem;
  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: 1.3rem;
  width: 1.3rem;
  border: 1px solid var(--color-border);
  background-color: #fff;
  top: 0;
  left: 0;
}
.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.31rem;
  height: 0.75rem;
  width: 0.75rem;
  background-color: var(--color-primary);
  border-radius: 50%;
}
.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);
  background-color: #fff;
}
.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 {
  max-width: 37.75rem;
}
.hs-form .hs-form-field, .systems-page .form-container .hs-form-field {
  margin: 0.3rem 0 1em 0;
}
.hs-form .hs-form-field ul, .systems-page .form-container .hs-form-field ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  text-transform: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.hs-form .hs-form-field ul li, .systems-page .form-container .hs-form-field ul li {
  margin: 0;
  padding: 0;
}
.hs-form .hs-form-field ul li:before, .systems-page .form-container .hs-form-field ul li:before {
  display: none;
}
.hs-form .hs-form-field label, .systems-page .form-container .hs-form-field label {
  margin-bottom: 0.3rem;
  display: block;
}
.hs-form .hs-form-field textarea, .systems-page .form-container .hs-form-field textarea {
  vertical-align: top;
}
.hs-form .hs-form-field > label, .systems-page .form-container .hs-form-field > label {
  font-size: var(--font-size-small);
  line-height: 1.47;
  font-weight: 400;
  font-weight: 700;
}
.hs-form .hs-form-field .input ul.inputs-list, .systems-page .form-container .hs-form-field .input ul.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  text-transform: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.hs-form .hs-form-field .input ul.inputs-list li, .systems-page .form-container .hs-form-field .input ul.inputs-list li {
  margin: 0;
  padding: 0;
}
.hs-form .hs-form-field .input ul.inputs-list li:before, .systems-page .form-container .hs-form-field .input ul.inputs-list li:before {
  display: none;
}
.hs-form .hs-form-field .input ul.inputs-list, .systems-page .form-container .hs-form-field .input ul.inputs-list {
  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.3rem;
}
.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: var(--font-size-small);
  line-height: 1.47;
  font-weight: 400;
}
.hs-form .hs-submit, .systems-page .form-container .hs-submit {
  margin-top: 2rem;
}
.hs-form .hs-input.error, .systems-page .form-container .hs-input.error {
  padding-top: 0.6375rem;
  padding-bottom: 0.6375rem;
  border-width: 0.125rem;
}
.hs-form .hs-error-msgs, .systems-page .form-container .hs-error-msgs,
.hs-form .hs-error-msg,
.systems-page .form-container .hs-error-msg {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  text-transform: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.hs-form .hs-error-msgs li, .systems-page .form-container .hs-error-msgs li,
.hs-form .hs-error-msg li,
.systems-page .form-container .hs-error-msg li {
  margin: 0;
  padding: 0;
}
.hs-form .hs-error-msgs li:before, .systems-page .form-container .hs-error-msgs li:before,
.hs-form .hs-error-msg li:before,
.systems-page .form-container .hs-error-msg li:before {
  display: none;
}
.hs-form .hs-error-msgs, .systems-page .form-container .hs-error-msgs,
.hs-form .hs-error-msg,
.systems-page .form-container .hs-error-msg {
  margin: 0.3rem 0 2rem 0;
}
.hs-form .hs-error-msgs label, .systems-page .form-container .hs-error-msgs label,
.hs-form .hs-error-msg label,
.systems-page .form-container .hs-error-msg label {
  color: red;
  font-size: var(--font-size-small);
  line-height: 1.47;
  font-weight: 400;
}
.hs-form .legal-consent-container, .systems-page .form-container .legal-consent-container {
  font-size: var(--font-size-small);
  line-height: 1.47;
  font-weight: 400;
}

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

.submitted-message {
  padding: 1rem 0;
}

.form-title {
  font-size: var(--font-size-button--small);
  letter-spacing: 0.03em;
  line-height: 1.13;
  font-family: var(--title-font-family);
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 48rem) {
  .form-title {
    line-height: 1.09;
  }
}
.form-title {
  margin-bottom: 2em;
}

table {
  border-collapse: collapse;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
}

tr {
  border-bottom: 1px solid var(--color-border);
}

td, th {
  border: 1px solid var(--color-border);
  padding: 0.5rem 1rem;
}

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

ol,
ul {
  padding-left: 2.5rem;
}
ol li,
ul li {
  margin: 0.875rem 0 0;
  padding-left: 1rem;
}
@media (max-width: 48rem) {
  ol,
  ul {
    padding-left: 2rem;
  }
  ol li,
  ul li {
    padding-left: 0.5rem;
  }
}

ol li::marker {
  font-size: var(--font-size-button--small);
  letter-spacing: 0.03em;
  line-height: 1.13;
  font-family: var(--title-font-family);
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 48rem) {
  ol li::marker {
    line-height: 1.09;
  }
}

.bold-list ul {
  font-size: var(--font-size-button--small);
  letter-spacing: 0.03em;
  line-height: 1.13;
  font-family: var(--title-font-family);
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 48rem) {
  .bold-list ul {
    line-height: 1.09;
  }
}
.bold-list ul {
  padding: 0;
  list-style-type: none;
}
.bold-list ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-top: 1.47em;
}
.bold-list ul li::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 1rem 0 0;
  border-radius: 50%;
  background: var(--color-primary--hover);
}

.light-list-for-richtext .hs_cos_wrapper_type_rich_text ul,
.light-list-for-childs ul {
  padding: 0;
  list-style-type: none;
}
.light-list-for-richtext .hs_cos_wrapper_type_rich_text ul li,
.light-list-for-childs ul li {
  position: relative;
  margin-top: 0.75rem;
  padding-left: 1.49em;
}
.light-list-for-richtext .hs_cos_wrapper_type_rich_text ul li::before,
.light-list-for-childs ul li::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 1rem 0 0;
  border-radius: 50%;
  top: 0.5em;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  background: var(--color-primary--hover);
}

: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-primary);
  clip: auto !important;
  color: white;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  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;
}

@media only screen and (max-width: 1150px) {
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
    text-align: left !important;
  }
}
.site-header-wrapper {
  position: fixed;
  z-index: 300;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}
.site-header-wrapper--not-sticky {
  position: absolute;
}
.disable-headroom .site-header-wrapper {
  position: absolute;
}
@media (max-width: 77.5rem) {
  .main-menu-open .site-header-wrapper {
    background: var(--color-black);
    height: 100%;
  }
}

.attention-box {
  padding: 1rem 0;
  text-align: center;
  font-size: var(--font-size-small);
  line-height: 1.47;
  font-weight: 400;
}
@media (max-width: 37.5rem) {
  .attention-box {
    padding: 0.75rem 0;
  }
}
.attention-box a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  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;
  width: 100%;
  height: 5.375rem;
  margin: 0 auto;
  background-color: var(--color-black);
  -webkit-transition: background-color 150ms ease-in, -webkit-transform 200ms ease-in;
  transition: background-color 150ms ease-in, -webkit-transform 200ms ease-in;
  transition: background-color 150ms ease-in, transform 200ms ease-in;
  transition: background-color 150ms ease-in, transform 200ms ease-in, -webkit-transform 200ms ease-in;
}
@media (min-width: 125.001rem) {
  .site-header {
    max-width: 118.75rem;
  }
}
@media (max-width: 77.5rem) {
  .site-header {
    overflow: hidden;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 4.125rem;
  }
  .main-menu-open .site-header {
    background: var(--color-black);
    color: var(--color-primary);
    height: 100%;
    overflow: auto;
  }
  .main-menu-open .headroom--pinned .site-header {
    height: calc(100% - 46px);
  }
  .site-header .btn--has-arrow.btn--no-fill {
    --button-background: var(--color-primary);
    --button-text-color: var(--color-black);
  }
  .site-header.headroom--not-top.headroom--unpinned {
    -webkit-transform: translateY(-4.125rem);
            transform: translateY(-4.125rem);
  }
}
.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;
  width: 100%;
}
@media (max-width: 84.75rem) {
  .site-header__container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 77.5rem) {
  .site-header__container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    padding: 0 1.5rem;
  }
}
.site-header__logo a {
  color: var(--color-white);
}
.site-header__logo img,
.site-header__logo svg {
  width: 6.3125rem !important;
  height: auto;
}
@media (min-width: 77.501rem) {
  .site-header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.5rem;
    margin-top: -0.125rem;
  }
  .site-header__logo img,
  .site-header__logo svg {
    width: 100% !important;
  }
}
@media (max-width: 77.5rem) {
  .site-header__logo {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 4.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-header__logo img,
  .site-header__logo svg {
    width: 6.3125rem !important;
  }
}
.site-header__navigation {
  font-size: 1.0625rem;
  letter-spacing: 0.04em;
  line-height: 1.12;
  font-family: var(--title-font-family);
  font-weight: 600;
}
@media (max-width: 48rem) {
  .site-header__navigation {
    font-size: 1.3125rem;
    letter-spacing: 0;
    font-weight: 700;
  }
}
.site-header__navigation {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 6.4%;
}
.site-header__navigation .navigation-cta {
  white-space: nowrap;
}
@media (min-width: 77.501rem) {
  .site-header__navigation > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .site-header__navigation .navigation-primary {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .site-header__navigation .navigation-secondary {
    margin-right: 1rem;
  }
}
@media (max-width: 77.5rem) {
  .site-header__navigation {
    display: none;
    position: relative;
    margin: 0;
    text-align: center;
  }
  .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%;
    height: calc(100% - 4.125rem);
  }
  .site-header__navigation > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 1rem 0 0;
  }
  .site-header__navigation .navigation-primary {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 2.7rem;
  }
  .site-header__navigation .navigation-secondary {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-bottom: 2.7rem;
  }
  .site-header__navigation .navigation-cta {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 1.4rem;
  }
}

.nav-toggle {
  min-width: 1px;
  padding: 0;
  border-radius: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  border: 0;
  background: rgba(255, 255, 255, 0);
  display: none;
  font-size: 0;
}
.nav-toggle:hover, .nav-toggle:focus {
  background-color: rgba(202, 157, 157, 0) !important;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 77.5rem) {
  .nav-toggle {
    position: relative;
    display: block;
    width: 4.3rem;
    height: 4.125rem;
    padding: 1.5rem;
    margin: 0 -1.5rem 0 0;
    -webkit-transition: none;
    transition: none;
  }
  .nav-toggle:before, .nav-toggle:after {
    content: "";
    display: block;
    width: 1.3rem;
    height: 0.125rem;
    border-top: 0.125rem solid var(--color-white);
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
  }
  .nav-toggle:after {
    margin-top: 0.375rem;
  }
  .main-menu-open .nav-toggle {
    border-top: 0;
  }
  .main-menu-open .nav-toggle:before, .main-menu-open .nav-toggle:after {
    position: absolute;
    top: 1.8rem;
    left: 1.5rem;
    margin: 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);
  }
}

.post-list {
  position: relative;
  margin-top: 6.25rem;
}
@media (max-width: 48rem) {
  .post-list {
    margin-top: 2.7rem;
  }
}
.post-list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.25rem;
}
@media (min-width: 37.501rem) {
  .post-list {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 0.986875rem;
       -moz-column-gap: 0.986875rem;
            column-gap: 0.986875rem;
    row-gap: 0.986875rem;
  }
  .post-list--small {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
    row-gap: 0.625rem;
  }
}
@media (min-width: 65.001rem) {
  .post-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .post-list--small {
    grid-template-columns: 1fr 1fr;
  }
}
.post-list .glow {
  top: -21rem;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.post-list .glow .glow__spark {
  width: 20rem;
  height: 20rem;
  left: calc(50% + 20rem);
}
@media (max-width: 48rem) {
  .post-list .glow .glow__spark {
    left: 70%;
  }
}
@media (min-width: 37.501rem) {
  .post-list--normal .glow {
    top: auto;
    bottom: -32rem;
  }
  .post-list--normal .glow .glow__spark {
    left: calc(50% + 32rem);
  }
}

.post-item {
  position: relative;
  text-align: left;
}
.post-item .absolute-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-item#empty-base-item {
  display: none;
}
.post-item__type {
  font-size: var(--font-size-small);
  line-height: 1.47;
  font-weight: 400;
}
.post-item:hover .plain-btn, .post-item:hover body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-cookie-settings-button, body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area .post-item:hover a#hs-eu-cookie-settings-button, .post-item:focus-within .plain-btn, .post-item:focus-within body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-cookie-settings-button, body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area .post-item:focus-within a#hs-eu-cookie-settings-button {
  color: var(--color-primary--hover) !important;
}

.post-item--small,
.post-item--normal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.75rem 2.125rem;
  background: var(--color-gray--background);
  border-radius: 0.3125rem;
}
.dark-theme .post-item--small,
.dark-theme .post-item--normal {
  background: var(--color-black);
  border: 0.125rem solid var(--color-border);
  border-radius: 1.5rem;
}
@media (max-width: 48rem) {
  .post-item--small,
  .post-item--normal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.5rem;
  }
}
.post-item--small .post-item__image,
.post-item--normal .post-item__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 1.5rem 0 0;
  position: relative;
}
.post-item--small .post-item__image img,
.post-item--normal .post-item__image img {
  width: 8.75rem;
  height: 8.75rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 48rem) {
  .post-item--small .post-item__image img,
  .post-item--normal .post-item__image img {
    width: 5.2rem;
    height: 5.2rem;
  }
}
@media (min-width: 48.001rem) {
  .post-item--small .post-item__image,
  .post-item--normal .post-item__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.75rem;
            flex: 0 0 8.75rem;
    margin: 0 0 0 1.25rem;
  }
}
.post-item--small .post-item__content,
.post-item--normal .post-item__content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.post-item--small .post-item__title,
.post-item--normal .post-item__title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.post-item--small .post-item__types,
.post-item--normal .post-item__types {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 0 0.5em;
}
.post-item--small .post-item__type,
.post-item--normal .post-item__type {
  display: inline-block;
  line-height: 1.2;
}

.post-item--normal {
  font-size: var(--font-size-small);
  line-height: 1.47;
  font-weight: 400;
}
@media (min-width: 37.501rem) {
  .post-item--normal {
    display: block;
    padding: 0 0 4.125rem;
    border-radius: 0.3125rem 0.3125rem 0 0;
    border-bottom: 0.3125rem solid rgba(var(--color-primary), 0);
    background: rgba(255, 255, 255, 0);
  }
  .post-item--normal .post-item__image {
    position: relative;
    margin: 0 0 2.5rem;
    padding-top: 62%;
  }
  .post-item--normal .post-item__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.3125rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 37.501rem) and (min-width: 48.001rem) {
  .post-item--normal .post-item__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 37.501rem) {
  .post-item--normal .post-item__content {
    display: block;
    padding: 0 1.5625rem;
  }
  .post-item--normal .post-item__description {
    margin-top: 0.5em;
  }
  .post-item--normal .post-item__types {
    margin: 2em 0 0;
  }
  .post-item--normal .post-item__type {
    display: inline-block;
    padding: 0.2em 0.5em;
    background: var(--color-gray--background);
    border-radius: 0.3125rem;
    margin-left: 0.3em;
    line-height: 1.47;
  }
  .post-item--normal .post-item__type:first-child {
    margin-left: 0;
  }
  .post-item--normal:hover, .post-item--normal:focus-within {
    background: var(--color-gray--background);
    border-color: var(--color-primary);
  }
  .post-item--normal:hover .post-item__type, .post-item--normal:focus-within .post-item__type {
    background: var(--color-background);
  }
  .post-item--normal:hover .absolute-link, .post-item--normal:focus-within .absolute-link {
    color: inherit;
  }
}
@media (max-width: 37.5rem) {
  .post-item--normal .post-item__description {
    display: none;
  }
}

.post-item--career .post-item__title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.post-item--career .post-item__cta {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.post-item--slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--color-gray--background);
  border-radius: 0.3125rem;
  overflow: hidden;
}
@media (max-width: 48rem) {
  .post-item--slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.post-item--slide .post-item__image {
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin: 0;
}
.post-item--slide .post-item__image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media (max-width: 48rem) {
  .post-item--slide .post-item__image:before {
    padding-top: 50%;
  }
}
.post-item--slide .post-item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-item--slide .post-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 2.8rem;
}
@media (max-width: 48rem) {
  .post-item--slide .post-item__content {
    padding: 1.5rem;
  }
}
.post-item--slide .post-item__title {
  font-size: var(--font-size-h2);
  line-height: 1.07;
  font-family: var(--title-font-family);
  font-weight: 700;
}
.post-item--slide .post-item__types {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 0 1rem;
}
.post-item--slide .post-item__type:before {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 1rem 0 0;
  border-radius: 50%;
  margin: 0 0.5rem 0 0;
  background: var(--color-primary--hover);
}
.post-item--slide .post-item__title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.post-item--slide .post-item__description {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.post-item--slide .post-item__cta {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  text-align: right;
}
@media (max-width: 48rem) {
  .post-item--slide .post-item__cta {
    margin-top: 0.8em;
    text-align: left;
  }
}

.post-item--video-slide {
  background: none;
}
@media (min-width: 48.001rem) {
  .post-item--video-slide {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.post-item--video-slide .post-item__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: var(--color-gray--background);
}
@media (min-width: 48.001rem) {
  .post-item--video-slide .post-item__content {
    padding-right: 7rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 56%;
            flex: 0 0 56%;
  }
}
.post-item--video-slide .post-item__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.post-item--video-slide .post-item__image:before {
  display: none;
}
@media (min-width: 48.001rem) {
  .post-item--video-slide .post-item__image {
    overflow: hidden;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 3.4375rem 0 3.4375rem -3.4375rem;
    border-radius: 0.3125rem;
  }
}

.post-item--release {
  font-size: var(--font-size-small);
  line-height: 1.47;
  font-weight: 400;
  margin-top: 3.4375rem;
}
@media (max-width: 48rem) {
  .post-item--release {
    margin-top: 2rem;
  }
}
.post-item--release {
  padding-top: 3.4375rem;
}
@media (max-width: 48rem) {
  .post-item--release {
    padding-top: 2rem;
  }
}
.post-item--release {
  border-top: 1px solid var(--color-border);
}
.post-item--release .post-item__title {
  margin: 0.875rem 0;
}
.post-item--release .post-item__type {
  margin-left: 0.875rem;
  display: inline-block;
  padding: 0.2em 0.5em;
  background: var(--color-gray--background);
  border-radius: 0.3125rem;
}
@media (max-width: 37.5rem) {
  .post-item--release .post-item__type {
    margin: 0.3rem 0 0;
  }
}
.post-item--release .post-item__read-more {
  min-width: 1px;
  padding: 0;
  border-radius: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  border: 0;
  background: rgba(255, 255, 255, 0);
  margin-left: 0.875rem;
  color: inherit;
  font-weight: inherit;
  text-decoration: underline;
}
.post-item--release .post-item__read-more:hover, .post-item--release .post-item__read-more:focus {
  text-decoration: none;
  color: inherit !important;
  background: none !important;
}
.post-item--release .post-item__more {
  display: none;
  margin-top: 2em;
}
.post-item--release .release-anchor {
  position: absolute;
  top: -1rem;
  left: 0;
}
@media (max-width: 37.5rem) {
  .post-item--release .post-item__date {
    display: block;
  }
}

.social-share {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  text-transform: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.social-share li {
  margin: 0;
  padding: 0;
}
.social-share li:before {
  display: none;
}
.social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2em 0 0;
}
.social-share__item {
  margin: 0 1.3rem 0 0;
}
.social-share__item:last-child {
  margin-right: 0;
}
.social-share a {
  color: var(--color-primary);
}
.social-share a:hover, .social-share a:focus {
  color: var(--color-secondary);
  text-decoration: none;
}

.site-footer {
  --color-text: #fff;
  --color-title: #fff;
  --color-border: var(--color-border--dark);
  padding: 4.6rem 0 2rem;
  font-size: var(--font-size-small);
  line-height: 1.47;
  font-weight: 400;
  background: var(--color-black);
}
.site-footer h3 {
  color: var(--color-text);
}
@media (max-width: 65rem) {
  .site-footer {
    padding-top: 4rem;
  }
}

@media (min-width: 65.001rem) {
  .footer-newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 65rem) {
  .footer-newsletter .newsletter-form {
    max-width: none;
    margin-top: 2rem;
  }
}

.site-footer__center {
  margin: 3rem 0 2rem;
}
@media (min-width: 65.001rem) {
  .site-footer__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3.75rem;
    padding-top: 7.2rem;
    margin-bottom: 9.25rem;
    border-top: 1px solid var(--color-border--dark);
  }
  .site-footer__center > div {
    margin-left: 1.25rem;
  }
  .site-footer__center > div:first-child {
    margin-left: 0;
  }
}

.site-footer__logo-and-links {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23.7785016287%;
          flex: 0 0 23.7785016287%;
}
.site-footer__logo-and-links .widget-type-logo svg {
  width: 8.5rem !important;
  height: auto;
  vertical-align: top;
}
.site-footer__logo-and-links .widget-type-logo a {
  color: var(--color-text);
}
.site-footer__logo-and-links .some-links {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 2rem;
}
.site-footer__logo-and-links .some-links a {
  color: var(--color-text);
}
.site-footer__logo-and-links .gdpr-icon {
  margin-top: 1.5rem;
}

.site-footer__menus {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40.7166123779%;
          flex: 0 0 40.7166123779%;
}

.site-footer__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 65rem) {
  .site-footer__navigation {
    display: none;
  }
}
.site-footer__navigation > div {
  margin-left: 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.site-footer__navigation > div:first-child {
  margin-left: 0;
}
.site-footer__navigation .hs-menu-item {
  display: block;
  margin-top: 1.25rem;
}
.site-footer__navigation .hs-menu-item:first-child {
  margin-top: 0;
}
.site-footer__navigation .hs-menu-item a {
  padding: 0;
  font-size: var(--font-size-button--small);
  letter-spacing: 0.03em;
  line-height: 1.13;
  font-family: var(--title-font-family);
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 48rem) {
  .site-footer__navigation .hs-menu-item a {
    line-height: 1.09;
  }
}
.site-footer__navigation .hs-menu-item a {
  color: var(--color-text);
}
.site-footer__navigation .hs-menu-item a:hover, .site-footer__navigation .hs-menu-item a:focus {
  color: var(--color-primary--hover);
}

.site-footer__description {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32.2475570033%;
          flex: 0 0 32.2475570033%;
}
@media (max-width: 65rem) {
  .site-footer__description {
    display: none;
  }
}

.site-footer__bottom {
  margin-top: 1;
  font-size: var(--font-size-small);
  line-height: 1.47;
  font-weight: 400;
  color: var(--color-gray--on-gray);
}
@media (min-width: 65.001rem) {
  .site-footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6.25rem;
  }
  .site-footer__bottom > div:first-child {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    margin-right: 1.25rem;
  }
}
.site-footer__bottom a {
  color: inherit;
  text-decoration: none;
}
.site-footer__bottom a:hover, .site-footer__bottom a:focus {
  text-decoration: underline;
}

.footer-terms .hs-menu-item {
  display: block;
  margin: 0.1rem 0 0;
}
.footer-terms .hs-menu-item a {
  padding: 0;
}
@media (min-width: 65.001rem) {
  .footer-terms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-terms .hs-menu-item {
    display: inline-block;
    margin: 0 0 0 1.25rem;
  }
}

@media (max-width: 65rem) {
  .footer-bottom__meom {
    margin-top: 1rem;
    text-align: right;
  }
}

.hs-menu-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  text-transform: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.hs-menu-wrapper ul li {
  margin: 0;
  padding: 0;
}
.hs-menu-wrapper ul li:before {
  display: none;
}

.hs-menu-item {
  display: inline-block;
}
.hs-menu-item a {
  text-decoration: none;
  display: inline-block;
  padding: 10px;
  font-weight: normal;
}
.hs-menu-item a:hover {
  outline: 0;
}

.navigation-primary a,
.navigation-secondary a {
  text-decoration: none;
}
.navigation-primary a:hover, .navigation-primary a:focus,
.navigation-secondary a:hover,
.navigation-secondary a:focus {
  color: var(--color-primary);
}
.navigation-primary .submenu-toggle,
.navigation-secondary .submenu-toggle {
  display: none;
}
.navigation-primary .submenu,
.navigation-secondary .submenu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  text-transform: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.navigation-primary .submenu li,
.navigation-secondary .submenu li {
  margin: 0;
  padding: 0;
}
.navigation-primary .submenu li:before,
.navigation-secondary .submenu li:before {
  display: none;
}
.navigation-primary .submenu__additional-info,
.navigation-secondary .submenu__additional-info {
  font-size: var(--font-size-small);
  line-height: 1.47;
  font-weight: 400;
  color: var(--color-gray);
}
.navigation-primary .submenu__additional-info p,
.navigation-secondary .submenu__additional-info p {
  margin-top: 0.5rem;
}
.navigation-primary .submenu__additional-info p:first-child,
.navigation-secondary .submenu__additional-info p:first-child {
  margin-top: 0;
}
.navigation-primary .submenu--level-2,
.navigation-secondary .submenu--level-2 {
  display: none;
}
@media (min-width: 77.501rem) {
  .navigation-primary .submenu,
  .navigation-secondary .submenu {
    font-size: 1rem;
  }
  .navigation-primary .submenu--level-1,
  .navigation-secondary .submenu--level-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navigation-primary .submenu--level-1 > li,
  .navigation-secondary .submenu--level-1 > li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 1.5rem;
    padding: 1.9rem 0;
  }
  .navigation-primary .submenu--level-1 > li > a,
  .navigation-secondary .submenu--level-1 > li > a {
    white-space: nowrap;
  }
  .navigation-primary .submenu--level-1 > li:first-child,
  .navigation-secondary .submenu--level-1 > li:first-child {
    margin-left: 0;
  }
  .navigation-primary .submenu--level-1 > li.has-submenu,
  .navigation-secondary .submenu--level-1 > li.has-submenu {
    position: relative;
  }
  .navigation-primary .submenu--level-1 > li.has-submenu > .menu-arrow,
  .navigation-secondary .submenu--level-1 > li.has-submenu > .menu-arrow {
    width: auto;
    height: auto;
    margin-left: 0.2rem;
    margin-top: -0.2em;
  }
  .navigation-primary .submenu--level-1 > li.has-submenu > .menu-arrow svg,
  .navigation-secondary .submenu--level-1 > li.has-submenu > .menu-arrow svg {
    vertical-align: top;
  }
  .navigation-primary .submenu--level-1 > li.has-submenu.focus .submenu, .navigation-primary .submenu--level-1 > li.has-submenu:hover .submenu,
  .navigation-secondary .submenu--level-1 > li.has-submenu.focus .submenu,
  .navigation-secondary .submenu--level-1 > li.has-submenu:hover .submenu {
    left: -0.4rem;
    opacity: 1;
  }
  .navigation-primary .submenu--level-2,
  .navigation-secondary .submenu--level-2 {
    display: block;
    left: -9999px;
    opacity: 0;
    position: absolute;
    top: 100%;
    min-width: 15rem;
    padding: 1.5rem;
    background: var(--color-black);
    border-radius: 0.3125rem;
    border: 0.125rem solid var(--color-border--dark);
  }
  .navigation-primary .submenu--level-2::after,
  .navigation-secondary .submenu--level-2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 1.75rem;
    height: 1.5rem;
    width: 1.5rem;
    background: var(--color-black);
  }
  .navigation-primary .submenu--level-2::before,
  .navigation-secondary .submenu--level-2::before {
    content: "";
    position: absolute;
    top: -0.5625rem;
    left: 2rem;
    width: 1.125rem;
    height: 1.125rem;
    background: var(--color-black);
    border: 0.125rem solid var(--color-border--dark);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .navigation-primary .submenu--level-2 > li,
  .navigation-secondary .submenu--level-2 > li {
    margin-top: 1rem;
  }
  .navigation-primary .submenu--level-2 > li:first-child,
  .navigation-secondary .submenu--level-2 > li:first-child {
    margin: 0;
  }
  .navigation-primary .submenu--level-2.submenu--has-additional-info,
  .navigation-secondary .submenu--level-2.submenu--has-additional-info {
    width: 34rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .navigation-primary .submenu--level-2.submenu--has-additional-info > li,
  .navigation-secondary .submenu--level-2.submenu--has-additional-info > li {
    grid-column: 1/1;
  }
  .navigation-primary .submenu--level-2.submenu--has-additional-info > li.submenu__additional-info,
  .navigation-secondary .submenu--level-2.submenu--has-additional-info > li.submenu__additional-info {
    position: relative;
    grid-column: 2/2;
    grid-row: 1/span 50;
    margin: 0;
    padding: 1.38rem 0 0 1.625rem;
    border-left: 1px solid var(--color-border);
  }
  .navigation-primary .submenu--level-2.submenu--has-additional-info > li.submenu__additional-info:before,
  .navigation-secondary .submenu--level-2.submenu--has-additional-info > li.submenu__additional-info:before {
    position: absolute;
    top: 0;
    left: 1.625rem;
    content: "";
    display: block;
    width: 0.57rem;
    height: 0.57rem;
    border-radius: 999rem;
    background: var(--color-primary--on-green);
  }
  .navigation-primary .submenu--level-2.submenu--has-additional-info .plain-btn, .navigation-primary .submenu--level-2.submenu--has-additional-info body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-cookie-settings-button, body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area .navigation-primary .submenu--level-2.submenu--has-additional-info a#hs-eu-cookie-settings-button,
  .navigation-secondary .submenu--level-2.submenu--has-additional-info .plain-btn,
  .navigation-secondary .submenu--level-2.submenu--has-additional-info body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-cookie-settings-button,
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area .navigation-secondary .submenu--level-2.submenu--has-additional-info a#hs-eu-cookie-settings-button {
    color: inherit !important;
  }
  .navigation-primary .submenu--level-2.submenu--has-additional-info .plain-btn:hover, .navigation-primary .submenu--level-2.submenu--has-additional-info body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-cookie-settings-button:hover, body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area .navigation-primary .submenu--level-2.submenu--has-additional-info a#hs-eu-cookie-settings-button:hover, .navigation-primary .submenu--level-2.submenu--has-additional-info .plain-btn:focus, .navigation-primary .submenu--level-2.submenu--has-additional-info body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-cookie-settings-button:focus, body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area .navigation-primary .submenu--level-2.submenu--has-additional-info a#hs-eu-cookie-settings-button:focus,
  .navigation-secondary .submenu--level-2.submenu--has-additional-info .plain-btn:hover,
  .navigation-secondary .submenu--level-2.submenu--has-additional-info body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-cookie-settings-button:hover,
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area .navigation-secondary .submenu--level-2.submenu--has-additional-info a#hs-eu-cookie-settings-button:hover,
  .navigation-secondary .submenu--level-2.submenu--has-additional-info .plain-btn:focus,
  .navigation-secondary .submenu--level-2.submenu--has-additional-info body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-cookie-settings-button:focus,
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area .navigation-secondary .submenu--level-2.submenu--has-additional-info a#hs-eu-cookie-settings-button:focus {
    color: var(--color-primary) !important;
  }
}

.navigation-primary a {
  color: var(--color-white);
}
@media (min-width: 77.501rem) {
  .navigation-primary {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}
@media (max-width: 77.5rem) {
  .navigation-primary {
    text-align: left;
  }
  .navigation-primary a:focus {
    outline: 0;
  }
  .navigation-primary .submenu--level-1 > li {
    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;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    padding: 0.875rem 0;
    border-bottom: 1px solid var(--color-border--dark);
  }
  .navigation-primary .submenu--level-1 > li > a {
    color: var(--color-white);
  }
  .navigation-primary .submenu--level-1 > li.sub-menu-open {
    padding-bottom: 0;
    border-color: rgba(255, 255, 255, 0);
  }
  .navigation-primary .submenu--level-1 > li.sub-menu-open .submenu {
    display: block;
  }
  .navigation-primary .submenu--level-1 > li.sub-menu-open .menu-arrow {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .navigation-primary .submenu--level-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 1.5rem 1.3rem;
  }
  .navigation-primary .submenu--level-2 .submenu__additional-info {
    padding-top: 0.875rem;
    border-top: 1px solid var(--color-border);
  }
}

.navigation-secondary a {
  color: var(--color-white);
}

@media (max-width: 77.5rem) {
  .navigation-secondary .submenu,
  .navigation-primary .submenu--level-2 {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 400;
    font-family: var(--base-font-family);
    letter-spacing: 0;
  }
  .navigation-secondary .submenu li,
  .navigation-primary .submenu--level-2 li {
    margin-top: 1.3rem;
  }
  .navigation-secondary .submenu li:first-child,
  .navigation-primary .submenu--level-2 li:first-child {
    margin-top: 0;
  }
}

.menu-arrow {
  min-width: 1px;
  padding: 0;
  border-radius: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  border: 0;
  background: rgba(255, 255, 255, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2rem;
  height: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--color-gray);
}
.menu-arrow:hover, .menu-arrow:focus {
  color: var(--color-white) !important;
  background-color: rgba(255, 255, 255, 0) !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Hide navigation dropdown in the inline editor */
.hs-inline-edit .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.hs-inline-edit > li.has-submenu.focus .submenu.level-2 {
  visibility: hidden;
}

.site-hero {
  position: relative;
  padding-top: 5.375rem;
  font-size: var(--font-size-large);
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 77.5rem) {
  .site-hero {
    padding-top: 4.125rem;
  }
}
@media (min-width: 65.001rem) {
  .site-hero__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.site-hero a + h1 {
  margin-top: 0;
}
.site-hero .cta_button {
  margin: 1em 0 0 0;
}
@media (max-width: 48rem) {
  .site-hero .cta_button {
    margin: 0.4em 0 0;
  }
}

.site-hero--with-bg {
  padding-bottom: 10rem;
}
@media (max-width: 48rem) {
  .site-hero--with-bg {
    padding-bottom: 3rem;
  }
}

.site-hero--default,
.site-hero--events-page {
  color: var(--color-text);
  background: var(--color-black) !important;
  padding-bottom: 10rem;
}
@media (max-width: 48rem) {
  .site-hero--default,
  .site-hero--events-page {
    padding-bottom: 3rem;
  }
}
@media (min-width: 77.501rem) {
  .site-hero--default:not(.site-hero--with-bg),
  .site-hero--events-page:not(.site-hero--with-bg) {
    padding-top: 2rem;
  }
}
.site-hero--default .site-hero__container,
.site-hero--events-page .site-hero__container {
  padding-top: 10rem;
}
@media (max-width: 48rem) {
  .site-hero--default .site-hero__container,
  .site-hero--events-page .site-hero__container {
    padding-top: 3.38rem;
  }
}
.site-hero--default .site-hero__container,
.site-hero--events-page .site-hero__container {
  max-width: 84.75rem;
}
.site-hero--default .site-hero__content,
.site-hero--events-page .site-hero__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}
.site-hero--default .site-hero__illustration,
.site-hero--events-page .site-hero__illustration {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 2.7rem 0 0;
}
@media (min-width: 65.001rem) {
  .site-hero--default .site-hero__illustration,
  .site-hero--events-page .site-hero__illustration {
    margin: 0 0 0 1.25rem;
  }
}

.site-hero--default {
  position: relative;
  overflow: hidden;
}
@media (min-width: 84.751rem) {
  .site-hero--default .site-hero__illustration {
    margin-right: -6.5rem;
  }
}
.site-hero--default .site-hero__content {
  position: relative;
  z-index: 3;
}
.site-hero--default .wide-illustration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.site-hero--default .wide-illustration::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 61.111%;
  background: -webkit-gradient(linear, left top, right top, from(#000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 65rem) {
  .site-hero--default .wide-illustration::before {
    width: 100%;
  }
}
.site-hero--default .wide-illustration .illustration-image {
  max-width: 100%;
  height: 100%;
}
.site-hero--default .wide-illustration .illustration-image .autoload-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.site-hero--default .wide-illustration .illustration-image img,
.site-hero--default .wide-illustration .illustration-image video {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.site-hero--default:has(.wide-illustration) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  min-height: 100svh;
}
.site-hero--default:has(.wide-illustration).site-hero--text-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.site-hero--default:has(.wide-illustration).site-hero--text-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.site-hero--default:has(.wide-illustration) .site-hero__container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 65rem) {
  .site-hero--default:has(.wide-illustration) .site-hero__content {
    width: 90%;
    max-width: 27.5rem;
  }
}
.site-hero--default:has(.wide-illustration) .dnd-section {
  position: static;
}
@media (min-width: 65.001rem) {
  .site-hero--default .site-hero__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-hero--default.site-hero--text-top .site-hero__container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .site-hero--default.site-hero--text-bottom .site-hero__container {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .site-hero--default .site-hero__content {
    margin-right: 5%;
  }
}

.site-hero--events-page .site-hero__content p {
  max-width: 29rem;
}
@media (min-width: 65.001rem) {
  .site-hero--events-page .site-hero__illustration {
    margin-left: 8.6274509804%;
  }
}

.site-hero--animated-quotes .site-hero__content {
  padding-top: 10rem;
}
@media (max-width: 48rem) {
  .site-hero--animated-quotes .site-hero__content {
    padding-top: 3.38rem;
  }
}
.site-hero--animated-quotes .site-hero__content {
  padding-bottom: 10rem;
}
@media (max-width: 48rem) {
  .site-hero--animated-quotes .site-hero__content {
    padding-bottom: 3rem;
  }
}
.site-hero--animated-quotes .site-hero__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47%;
          flex: 0 0 47%;
}
.site-hero--animated-quotes .site-hero__quotes {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  margin: -1rem -1.5rem;
}
@media (min-width: 48.001rem) {
  .site-hero--animated-quotes .site-hero__quotes {
    margin: -1rem -4rem;
  }
}
@media (min-width: 65.001rem) {
  .site-hero--animated-quotes .site-hero__quotes {
    margin: -5.375rem 0 0 2rem;
    padding: 0 2rem;
  }
  .site-hero--animated-quotes .site-hero__quotes .vertical-quote-slider {
    position: absolute;
    bottom: 0;
    left: 2rem;
    right: 2rem;
    height: 100%;
    width: auto;
  }
}

.site-hero--company-page {
  color: var(--color-text);
  background: var(--color-black) !important;
}
.site-hero--company-page .site-hero__container {
  max-width: 84.75rem;
}
.site-hero--company-page .site-hero__content {
  padding-top: 10rem;
}
@media (max-width: 48rem) {
  .site-hero--company-page .site-hero__content {
    padding-top: 3.38rem;
  }
}
.site-hero--company-page .site-hero__content {
  padding-bottom: 6.25rem;
}
@media (max-width: 48rem) {
  .site-hero--company-page .site-hero__content {
    padding-bottom: 2.7rem;
  }
}
.site-hero--company-page .site-hero__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38.8235294118%;
          flex: 0 0 38.8235294118%;
}
.site-hero--company-page .site-hero__illustration {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 59.2156862745%;
          flex: 0 0 59.2156862745%;
  margin: 0 -4rem;
}
@media (min-width: 65.001rem) {
  .site-hero--company-page .site-hero__illustration {
    position: relative;
    padding: 0;
    margin: 0 -4rem -1.6875rem 1.25rem;
    min-height: 47rem;
  }
}
@media (min-width: 84.751rem) {
  .site-hero--company-page .site-hero__illustration {
    margin-right: -6.5rem;
  }
}
@media (max-width: 48rem) {
  .site-hero--company-page .site-hero__illustration {
    margin: 0 -1.5rem;
  }
}
.site-hero--company-page .company-hero-image {
  position: relative;
  overflow: hidden;
  padding-top: 47%;
}
@media (min-width: 65.001rem) {
  .site-hero--company-page .company-hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 0;
    border-radius: 0 0 0.3125rem 0.3125rem;
  }
}
.site-hero--company-page .company-hero-image__img {
  margin: 0;
}
.site-hero--company-page .company-hero-image__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-hero--company-page .company-hero-image__button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: rgba(255, 255, 255, 0) !important;
  border: 0;
}
.site-hero--company-page .company-hero-image__button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 100rem;
  background: var(--color-primary);
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.site-hero--company-page .company-hero-image__button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 1.625rem;
  height: 2rem;
  color: var(--color-background);
}
.site-hero--company-page .company-hero-image__button:hover, .site-hero--company-page .company-hero-image__button:focus {
  background-color: rgba(255, 255, 255, 0) !important;
}
.site-hero--company-page .company-hero-image__button:hover:before, .site-hero--company-page .company-hero-image__button:focus:before {
  background-color: var(--color-primary--hover);
}

.site-hero--simple {
  text-align: center;
}
.site-hero--simple .site-hero__container {
  padding-top: 10rem;
}
@media (max-width: 48rem) {
  .site-hero--simple .site-hero__container {
    padding-top: 3.38rem;
  }
}
.site-hero--simple .site-hero__container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 48.001rem) {
  .site-hero--simple .site-hero__container {
    padding-top: 7.2rem;
  }
}

.site-hero--download-guide {
  color: var(--color-text);
  background: var(--color-black) !important;
}
@media (min-width: 77.501rem) {
  .site-hero--download-guide {
    padding-top: 2rem;
  }
}
.site-hero--download-guide .site-hero__container {
  padding-top: 10rem;
}
@media (max-width: 48rem) {
  .site-hero--download-guide .site-hero__container {
    padding-top: 3.38rem;
  }
}
.site-hero--download-guide .site-hero__container {
  padding-bottom: 10rem;
}
@media (max-width: 48rem) {
  .site-hero--download-guide .site-hero__container {
    padding-bottom: 3rem;
  }
}
.site-hero--download-guide .site-hero__container {
  max-width: 84.75rem;
}
.site-hero--download-guide .site-hero__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49.0196078431%;
          flex: 0 0 49.0196078431%;
}
.site-hero--download-guide .site-hero__form {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38.8235294118%;
          flex: 0 0 38.8235294118%;
}

.site-hero--img-align-bottom .site-hero__container {
  position: relative;
  padding-top: 10rem;
}
@media (max-width: 48rem) {
  .site-hero--img-align-bottom .site-hero__container {
    padding-top: 3.38rem;
  }
}
.site-hero--img-align-bottom .site-hero__container:after {
  content: "";
  position: absolute;
  left: 4rem;
  right: 4rem;
  bottom: 0;
  height: 0.0625rem;
  background: var(--color-border);
}
@media (max-width: 48rem) {
  .site-hero--img-align-bottom .site-hero__container:after {
    left: 0;
    right: 0;
  }
}
.site-hero--img-align-bottom .site-hero__content {
  padding-bottom: 6.25rem;
}
@media (max-width: 48rem) {
  .site-hero--img-align-bottom .site-hero__content {
    padding-bottom: 2.7rem;
  }
}
.site-hero--img-align-bottom .site-hero__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38.8235294118%;
          flex: 0 0 38.8235294118%;
}
.site-hero--img-align-bottom .site-hero__illustration {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49.0196078431%;
          flex: 0 0 49.0196078431%;
}

.site-hero--glow {
  position: relative;
}
.site-hero--glow .site-hero__container {
  position: relative;
}
.site-hero--glow .glow--top {
  top: 5.375rem;
}
@media (max-width: 77.5rem) {
  .site-hero--glow .glow--top {
    top: 4.125rem;
  }
}

.site-hero--front-page {
  position: relative;
  text-align: center;
  margin-bottom: -2rem;
  color: var(--color-text);
  background: var(--color-black) !important;
}
.site-hero--front-page .site-hero__container {
  padding-top: 3rem;
}
@media (min-width: 48.001rem) {
  .site-hero--front-page .site-hero__container {
    padding-top: 7.5rem;
  }
}
.site-hero--front-page .site-hero__content p {
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 48.001rem) {
  .site-hero--front-page .dnd-section > .row-fluid > .dnd-column > .dnd-row:not(:first-child) {
    margin-top: 1.4rem;
  }
}

.site-hero--releases {
  text-align: center;
}
.site-hero--releases .release-search {
  max-width: 16rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.4375rem;
}
@media (max-width: 48rem) {
  .site-hero--releases .release-search {
    margin-top: 2rem;
  }
}

.site-hero--pillar .site-hero__container {
  position: relative;
  z-index: 2;
  display: block;
}
.site-hero--pillar .site-hero__content {
  margin-left: auto;
  margin-right: auto;
}
.site-hero--pillar .site-hero__form {
  margin-top: 6.25rem;
}
@media (max-width: 48rem) {
  .site-hero--pillar .site-hero__form {
    margin-top: 2.7rem;
  }
}
.site-hero--pillar .site-hero__form {
  margin-bottom: -2.8rem;
  padding: 2.8rem 3rem;
  text-align: left;
  background: var(--color-background);
  border-radius: 0.3125rem;
}
.site-hero--pillar .site-hero__form h3:empty {
  display: none;
}
.site-hero--pillar .site-hero__form ul {
  font-size: var(--font-size-body);
  line-height: 1.4;
  font-family: var(--base-font-family);
  font-weight: 400;
  text-transform: none;
}
.site-hero--pillar .site-hero__form ul li {
  margin-top: 0.4rem;
}
.site-hero--pillar .site-hero__form ul li:before {
  width: 0.514rem;
  height: 0.514rem;
  top: 0.5em;
  background: var(--color-primary--on-green);
}
.site-hero--pillar .site-hero__form .hs-form, .site-hero--pillar .site-hero__form .systems-page .form-container, .systems-page .site-hero--pillar .site-hero__form .form-container {
  position: relative;
  margin: 2em 0 0;
}
@media (min-width: 48.001rem) {
  .site-hero--pillar .site-hero__form .hs-form, .site-hero--pillar .site-hero__form .systems-page .form-container, .systems-page .site-hero--pillar .site-hero__form .form-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
  }
  .site-hero--pillar .site-hero__form .hs-form > *, .site-hero--pillar .site-hero__form .systems-page .form-container > *, .systems-page .site-hero--pillar .site-hero__form .form-container > * {
    max-width: 20rem;
    margin-top: 0.875rem;
  }
  .site-hero--pillar .site-hero__form .hs-form > *.form-columns-2, .site-hero--pillar .site-hero__form .systems-page .form-container > *.form-columns-2, .systems-page .site-hero--pillar .site-hero__form .form-container > *.form-columns-2 {
    max-width: none;
    margin-top: 0;
  }
}
.site-hero--pillar .site-hero__form .hs-form .form-columns-2 .hs-form-field, .site-hero--pillar .site-hero__form .systems-page .form-container .form-columns-2 .hs-form-field, .systems-page .site-hero--pillar .site-hero__form .form-container .form-columns-2 .hs-form-field {
  width: calc(50% - 0.4rem);
  margin-right: 0.8rem;
}
.site-hero--pillar .site-hero__form .hs-form .form-columns-2 .hs-form-field:last-child, .site-hero--pillar .site-hero__form .systems-page .form-container .form-columns-2 .hs-form-field:last-child, .systems-page .site-hero--pillar .site-hero__form .form-container .form-columns-2 .hs-form-field:last-child {
  margin-right: 0;
}
.site-hero--pillar .site-hero__form .hs-form .hs-form-booleancheckbox-display, .site-hero--pillar .site-hero__form .systems-page .form-container .hs-form-booleancheckbox-display, .systems-page .site-hero--pillar .site-hero__form .form-container .hs-form-booleancheckbox-display {
  max-width: 18rem;
}
.site-hero--pillar .site-hero__form .hs-form .hs-form-booleancheckbox-display span:not(.hs-form-required), .site-hero--pillar .site-hero__form .systems-page .form-container .hs-form-booleancheckbox-display span:not(.hs-form-required), .systems-page .site-hero--pillar .site-hero__form .form-container .hs-form-booleancheckbox-display span:not(.hs-form-required) {
  display: inline-block;
  color: var(--color-gray);
}
.site-hero--pillar .site-hero__form .hs-form .hs-form-booleancheckbox-display span:not(.hs-form-required):after, .site-hero--pillar .site-hero__form .systems-page .form-container .hs-form-booleancheckbox-display span:not(.hs-form-required):after, .systems-page .site-hero--pillar .site-hero__form .form-container .hs-form-booleancheckbox-display span:not(.hs-form-required):after {
  background-color: var(--color-gray);
}
@media (min-width: 48.001rem) {
  .site-hero--pillar .site-hero__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5rem;
  }
  .site-hero--pillar .site-hero__form .hs_cos_wrapper_type_rich_text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
    margin-right: 6%;
  }
}
.site-hero--pillar .site-hero__image {
  position: relative;
  margin: 0;
  padding-top: 37%;
  overflow: hidden;
}
.site-hero--pillar .site-hero__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-loader {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.video-loader div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--color-primary);
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.video-loader div:nth-child(1) {
  left: 6px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}
.video-loader div:nth-child(2) {
  left: 6px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}
.video-loader div:nth-child(3) {
  left: 26px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}
.video-loader div:nth-child(4) {
  left: 45px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
            transform: translate(19px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
            transform: translate(19px, 0);
  }
}
.quote {
  text-align: center;
}
.quote > * {
  max-width: 50.75rem;
  margin-left: auto;
  margin-right: auto;
}

.quote-author {
  margin: 1.25rem auto 0;
  font-size: var(--font-size-people);
  line-height: 1.25;
  font-family: var(--title-font-family);
  font-weight: 400;
}
.quote-author cite {
  font-style: normal;
  font-weight: 600;
}
.quote-author__image {
  margin: 0;
}
.quote-author__image img {
  width: 3.8125rem;
  height: 3.8125rem;
  border-radius: 30rem;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
.quote-author__info {
  margin: 0.9em 0 0;
}
.quote-author__info:first-child {
  margin-top: 0;
}
.quote-author__info p {
  margin: 0;
}
.quote-author__logo {
  margin: 0.9em 0 0;
}
.quote-author__logo img {
  width: auto;
  max-height: 1.875rem;
  vertical-align: top;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*  -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none; */
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.post-list {
  position: relative;
  margin-top: 6.25rem;
}
@media (max-width: 48rem) {
  .post-list {
    margin-top: 2.7rem;
  }
}
.post-list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.25rem;
}
@media (min-width: 37.501rem) {
  .post-list {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 0.986875rem;
       -moz-column-gap: 0.986875rem;
            column-gap: 0.986875rem;
    row-gap: 0.986875rem;
  }
  .post-list--small {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
    row-gap: 0.625rem;
  }
}
@media (min-width: 65.001rem) {
  .post-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .post-list--small {
    grid-template-columns: 1fr 1fr;
  }
}
.post-list .glow {
  top: -21rem;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.post-list .glow .glow__spark {
  width: 20rem;
  height: 20rem;
  left: calc(50% + 20rem);
}
@media (max-width: 48rem) {
  .post-list .glow .glow__spark {
    left: 70%;
  }
}
@media (min-width: 37.501rem) {
  .post-list--normal .glow {
    top: auto;
    bottom: -32rem;
  }
  .post-list--normal .glow .glow__spark {
    left: calc(50% + 32rem);
  }
}

.post-item {
  position: relative;
  text-align: left;
}
.post-item .absolute-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-item#empty-base-item {
  display: none;
}
.post-item__type {
  font-size: var(--font-size-small);
  line-height: 1.47;
  font-weight: 400;
}
.post-item:hover .plain-btn, .post-item:hover body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-cookie-settings-button, body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area .post-item:hover a#hs-eu-cookie-settings-button, .post-item:focus-within .plain-btn, .post-item:focus-within body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-cookie-settings-button, body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area .post-item:focus-within a#hs-eu-cookie-settings-button {
  color: var(--color-primary--hover) !important;
}

.post-item--small,
.post-item--normal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.75rem 2.125rem;
  background: var(--color-gray--background);
  border-radius: 0.3125rem;
}
.dark-theme .post-item--small,
.dark-theme .post-item--normal {
  background: var(--color-black);
  border: 0.125rem solid var(--color-border);
  border-radius: 1.5rem;
}
@media (max-width: 48rem) {
  .post-item--small,
  .post-item--normal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.5rem;
  }
}
.post-item--small .post-item__image,
.post-item--normal .post-item__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 1.5rem 0 0;
  position: relative;
}
.post-item--small .post-item__image img,
.post-item--normal .post-item__image img {
  width: 8.75rem;
  height: 8.75rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 48rem) {
  .post-item--small .post-item__image img,
  .post-item--normal .post-item__image img {
    width: 5.2rem;
    height: 5.2rem;
  }
}
@media (min-width: 48.001rem) {
  .post-item--small .post-item__image,
  .post-item--normal .post-item__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.75rem;
            flex: 0 0 8.75rem;
    margin: 0 0 0 1.25rem;
  }
}
.post-item--small .post-item__content,
.post-item--normal .post-item__content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.post-item--small .post-item__title,
.post-item--normal .post-item__title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.post-item--small .post-item__types,
.post-item--normal .post-item__types {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 0 0.5em;
}
.post-item--small .post-item__type,
.post-item--normal .post-item__type {
  display: inline-block;
  line-height: 1.2;
}

.post-item--normal {
  font-size: var(--font-size-small);
  line-height: 1.47;
  font-weight: 400;
}
@media (min-width: 37.501rem) {
  .post-item--normal {
    display: block;
    padding: 0 0 4.125rem;
    border-radius: 0.3125rem 0.3125rem 0 0;
    border-bottom: 0.3125rem solid rgba(var(--color-primary), 0);
    background: rgba(255, 255, 255, 0);
  }
  .post-item--normal .post-item__image {
    position: relative;
    margin: 0 0 2.5rem;
    padding-top: 62%;
  }
  .post-item--normal .post-item__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.3125rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 37.501rem) and (min-width: 48.001rem) {
  .post-item--normal .post-item__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 37.501rem) {
  .post-item--normal .post-item__content {
    display: block;
    padding: 0 1.5625rem;
  }
  .post-item--normal .post-item__description {
    margin-top: 0.5em;
  }
  .post-item--normal .post-item__types {
    margin: 2em 0 0;
  }
  .post-item--normal .post-item__type {
    display: inline-block;
    padding: 0.2em 0.5em;
    background: var(--color-gray--background);
    border-radius: 0.3125rem;
    margin-left: 0.3em;
    line-height: 1.47;
  }
  .post-item--normal .post-item__type:first-child {
    margin-left: 0;
  }
  .post-item--normal:hover, .post-item--normal:focus-within {
    background: var(--color-gray--background);
    border-color: var(--color-primary);
  }
  .post-item--normal:hover .post-item__type, .post-item--normal:focus-within .post-item__type {
    background: var(--color-background);
  }
  .post-item--normal:hover .absolute-link, .post-item--normal:focus-within .absolute-link {
    color: inherit;
  }
}
@media (max-width: 37.5rem) {
  .post-item--normal .post-item__description {
    display: none;
  }
}

.post-item--career .post-item__title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.post-item--career .post-item__cta {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.post-item--slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--color-gray--background);
  border-radius: 0.3125rem;
  overflow: hidden;
}
@media (max-width: 48rem) {
  .post-item--slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.post-item--slide .post-item__image {
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin: 0;
}
.post-item--slide .post-item__image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media (max-width: 48rem) {
  .post-item--slide .post-item__image:before {
    padding-top: 50%;
  }
}
.post-item--slide .post-item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-item--slide .post-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 2.8rem;
}
@media (max-width: 48rem) {
  .post-item--slide .post-item__content {
    padding: 1.5rem;
  }
}
.post-item--slide .post-item__title {
  font-size: var(--font-size-h2);
  line-height: 1.07;
  font-family: var(--title-font-family);
  font-weight: 700;
}
.post-item--slide .post-item__types {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 0 1rem;
}
.post-item--slide .post-item__type:before {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 1rem 0 0;
  border-radius: 50%;
  margin: 0 0.5rem 0 0;
  background: var(--color-primary--hover);
}
.post-item--slide .post-item__title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.post-item--slide .post-item__description {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.post-item--slide .post-item__cta {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  text-align: right;
}
@media (max-width: 48rem) {
  .post-item--slide .post-item__cta {
    margin-top: 0.8em;
    text-align: left;
  }
}

.post-item--video-slide {
  background: none;
}
@media (min-width: 48.001rem) {
  .post-item--video-slide {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.post-item--video-slide .post-item__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: var(--color-gray--background);
}
@media (min-width: 48.001rem) {
  .post-item--video-slide .post-item__content {
    padding-right: 7rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 56%;
            flex: 0 0 56%;
  }
}
.post-item--video-slide .post-item__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.post-item--video-slide .post-item__image:before {
  display: none;
}
@media (min-width: 48.001rem) {
  .post-item--video-slide .post-item__image {
    overflow: hidden;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 3.4375rem 0 3.4375rem -3.4375rem;
    border-radius: 0.3125rem;
  }
}

.post-item--release {
  font-size: var(--font-size-small);
  line-height: 1.47;
  font-weight: 400;
  margin-top: 3.4375rem;
}
@media (max-width: 48rem) {
  .post-item--release {
    margin-top: 2rem;
  }
}
.post-item--release {
  padding-top: 3.4375rem;
}
@media (max-width: 48rem) {
  .post-item--release {
    padding-top: 2rem;
  }
}
.post-item--release {
  border-top: 1px solid var(--color-border);
}
.post-item--release .post-item__title {
  margin: 0.875rem 0;
}
.post-item--release .post-item__type {
  margin-left: 0.875rem;
  display: inline-block;
  padding: 0.2em 0.5em;
  background: var(--color-gray--background);
  border-radius: 0.3125rem;
}
@media (max-width: 37.5rem) {
  .post-item--release .post-item__type {
    margin: 0.3rem 0 0;
  }
}
.post-item--release .post-item__read-more {
  min-width: 1px;
  padding: 0;
  border-radius: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  border: 0;
  background: rgba(255, 255, 255, 0);
  margin-left: 0.875rem;
  color: inherit;
  font-weight: inherit;
  text-decoration: underline;
}
.post-item--release .post-item__read-more:hover, .post-item--release .post-item__read-more:focus {
  text-decoration: none;
  color: inherit !important;
  background: none !important;
}
.post-item--release .post-item__more {
  display: none;
  margin-top: 2em;
}
.post-item--release .release-anchor {
  position: absolute;
  top: -1rem;
  left: 0;
}
@media (max-width: 37.5rem) {
  .post-item--release .post-item__date {
    display: block;
  }
}

.pagination {
  text-align: center;
}
.pagination a, .pagination span {
  display: inline-block;
  margin: 0 0.5rem;
  text-decoration: none;
}
.pagination a.prev, .pagination span.prev {
  float: left;
  margin-left: 0;
}
.pagination a.next, .pagination span.next {
  float: right;
  margin-right: 0;
}

.modal--video .modal__container {
  max-width: 76.75rem;
  width: 100%;
  background: none;
}
.modal--video .modal__header {
  border: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.modal--video .modal__header .modal__close {
  float: right;
}
.modal--video .modal__header .modal__close:before, .modal--video .modal__header .modal__close:after {
  width: 25px;
  left: 0;
  background: var(--color-background);
}
.modal--video .modal__header .modal__close:hover, .modal--video .modal__header .modal__close:focus {
  outline: 0;
  opacity: 0.8;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: rgba(255, 255, 255, 0) !important;
}
.modal--video .modal__header .modal__close:hover:before, .modal--video .modal__header .modal__close:hover:after, .modal--video .modal__header .modal__close:focus:before, .modal--video .modal__header .modal__close:focus:after {
  background: var(--color-background);
}
.modal--video .modal__header .modal__close:hover:before, .modal--video .modal__header .modal__close:hover:after {
  background: var(--color-primary--hover);
}
.modal--video .video-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.modal--video .video-loader div {
  background: var(--color-background);
}

.modal__overlay {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  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;
}

.modal__container {
  background-color: var(--color-background);
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 48rem) {
  .modal__container {
    margin: 0 0.5rem;
  }
}

.modal__header {
  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;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid var(--color-border);
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.25;
  color: var(--color-text);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal__close {
  position: relative;
  background: none;
  border: 0;
}

.modal__header .modal__close {
  height: 30px;
  width: 30px;
  margin: -0.5rem;
  padding: 0;
}
.modal__header .modal__close:focus, .modal__header .modal__close:hover {
  background: none;
}
.modal__header .modal__close:focus:before, .modal__header .modal__close:focus:after, .modal__header .modal__close:hover:before, .modal__header .modal__close:hover:after {
  background: var(--color-text);
}
.modal__header .modal__close:before, .modal__header .modal__close:after {
  content: "";
  position: absolute;
  left: 9px;
  top: 13px;
  height: 2px;
  background: #868e96;
  width: 12px;
}
.modal__header .modal__close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal__header .modal__close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal__content {
  margin: 0;
  padding: 1rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}
.modal__content p:last-child {
  margin-bottom: 0;
}

.modal__btn {
  margin: 0;
}
.modal__btn + .modal__btn {
  margin-left: 0.5rem;
}

.modal__btn-cancel {
  background: #868e96;
  border-color: #868e96;
}

.modal__footer {
  padding: 0.5rem;
  text-align: right;
  border-top: 1px solid var(--color-border);
}

/**************************\
  Demo Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.discover-nav {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  text-transform: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.discover-nav li {
  margin: 0;
  padding: 0;
}
.discover-nav li:before {
  display: none;
}
.discover-nav {
  margin: 0.875rem 0 0;
  font-size: var(--font-size-small);
  line-height: 1.47;
  font-weight: 400;
}
@media (max-width: 48rem) {
  .discover-nav {
    display: none;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .discover-nav-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}
.discover-nav li {
  position: relative;
  padding: 0.15rem 0 0.15rem 2rem;
  margin-left: -2rem;
}
@media (min-width: 48.001rem) {
  .discover-nav li:hover .discover-nav-sub {
    display: block;
  }
}
.discover-nav-sub {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  text-transform: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.discover-nav-sub li {
  margin: 0;
  padding: 0;
}
.discover-nav-sub li:before {
  display: none;
}
.discover-nav-sub {
  position: absolute;
  top: -2.5rem;
  right: 100%;
  display: none;
  width: 23rem;
  min-height: 100%;
  padding: 2.3rem 1.9rem;
  background: var(--color-background);
  border-radius: 0.3125rem;
  -webkit-filter: drop-shadow(1px 5px 10px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(1px 5px 10px rgba(0, 0, 0, 0.15));
}
.discover-nav-sub:before {
  content: "";
  position: absolute;
  top: 2.75rem;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 9px;
  border-color: transparent transparent transparent var(--color-background);
}
.single-post-sidebar .discover-nav-sub {
  top: 0;
}
.discover-nav li.discover-nav-subitem {
  margin: 0.5rem 0;
}
.discover-nav li.discover-nav-subitem:first-child, .discover-nav li.discover-nav-subitem:nth-child(2) {
  font-size: var(--font-size-body);
  line-height: 1.4;
  font-family: var(--base-font-family);
  font-weight: 400;
}
.discover-nav li.discover-nav-subitem:first-child a, .discover-nav li.discover-nav-subitem:nth-child(2) a {
  color: var(--color-text);
}
.discover-nav li.discover-nav-subitem:first-child a:hover, .discover-nav li.discover-nav-subitem:first-child a:focus, .discover-nav li.discover-nav-subitem:nth-child(2) a:hover, .discover-nav li.discover-nav-subitem:nth-child(2) a:focus {
  color: var(--color-primary);
}
.discover-nav li.discover-nav-subitem:first-child {
  margin-top: 0;
}
.discover-nav li.discover-nav-subitem:nth-child(2) {
  margin: 1.5rem 0;
  padding-bottom: 1.3rem;
  border-bottom: 1px solid var(--color-border);
}
.discover-nav li.discover-nav-subitem:last-child {
  margin-bottom: 0;
}
.discover-nav-image {
  position: relative;
  margin: 0 0 0.5em;
}
.discover-nav-image:before {
  content: "";
  display: block;
  padding-top: 37%;
}
.discover-nav-image img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.discover-nav a {
  text-decoration: none;
  color: var(--color-gray);
}
.discover-nav a:hover, .discover-nav a:focus {
  color: var(--color-primary);
  text-decoration: none;
}

.glow {
  position: absolute;
  overflow: hidden;
  width: 100%;
  pointer-events: none;
}
.glow__spark {
  position: absolute;
  background: rgba(0, 206, 120, 0.66);
  border-radius: 50%;
}
.glow--purple .glow__spark {
  background: rgba(255, 161, 241, 0.69);
}
.glow--top, .glow--bottom {
  left: 0;
  width: 100%;
  height: 11rem;
}
.glow--top .glow__spark, .glow--bottom .glow__spark {
  left: 50%;
  width: 85%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.glow--top {
  top: 0;
}
.glow--top .glow__spark {
  top: -2.5rem;
  -webkit-filter: blur(3rem);
          filter: blur(3rem);
  height: 5rem;
}
.glow--bottom {
  bottom: 0;
  height: 14rem;
}
.glow--bottom .glow__spark {
  bottom: -3rem;
  height: 7rem;
  -webkit-filter: blur(4rem);
          filter: blur(4rem);
}
.glow--left, .glow--right {
  top: 0;
  left: 0;
  height: 60rem;
}
.glow--left .glow__spark, .glow--right .glow__spark {
  width: 30rem;
  height: 30rem;
  top: 15rem;
  -webkit-filter: blur(6rem);
          filter: blur(6rem);
}
.glow--left.full-width, .glow--right.full-width {
  left: 50%;
  width: 100vw;
  top: -15rem;
}
.glow--right .glow__spark {
  left: calc(50% + 32rem);
}
.glow--left .glow__spark {
  right: calc(50% + 32rem);
}
.glow--animating.glow--purple .glow__spark {
  background: rgba(95, 43, 88, 0.69);
  -webkit-filter: blur(10rem);
          filter: blur(10rem);
}
.glow--animating.glow--bottom {
  height: 100%;
}
.glow--animating.glow--bottom .glow__spark {
  -webkit-animation: glow-bottom 5s linear infinite;
          animation: glow-bottom 5s linear infinite;
}
.glow--animating.glow--left {
  height: 100%;
}
.glow--animating.glow--left .glow__spark {
  -webkit-animation: glow-general 15s linear infinite;
          animation: glow-general 15s linear infinite;
}
.glow--animating.glow--right {
  height: 100%;
}
.glow--animating.glow--right .glow__spark {
  -webkit-animation: glow-general 10s linear infinite;
          animation: glow-general 10s linear infinite;
}

@-webkit-keyframes glow-general {
  0% {
    -webkit-filter: blur(15rem);
            filter: blur(15rem);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-filter: blur(10rem);
            filter: blur(10rem);
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-filter: blur(15rem);
            filter: blur(15rem);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes glow-general {
  0% {
    -webkit-filter: blur(15rem);
            filter: blur(15rem);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-filter: blur(10rem);
            filter: blur(10rem);
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-filter: blur(15rem);
            filter: blur(15rem);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes glow-bottom {
  0% {
    -webkit-filter: blur(15rem);
            filter: blur(15rem);
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
  }
  50% {
    -webkit-filter: blur(10rem);
            filter: blur(10rem);
    -webkit-transform: scale(1.5) translateX(-50%);
            transform: scale(1.5) translateX(-50%);
  }
  100% {
    -webkit-filter: blur(15rem);
            filter: blur(15rem);
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
  }
}
@keyframes glow-bottom {
  0% {
    -webkit-filter: blur(15rem);
            filter: blur(15rem);
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
  }
  50% {
    -webkit-filter: blur(10rem);
            filter: blur(10rem);
    -webkit-transform: scale(1.5) translateX(-50%);
            transform: scale(1.5) translateX(-50%);
  }
  100% {
    -webkit-filter: blur(15rem);
            filter: blur(15rem);
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
  }
}
.divider-content {
  margin-top: 3.4375rem;
}
@media (max-width: 48rem) {
  .divider-content {
    margin-top: 2rem;
  }
}
.divider-content {
  padding-top: 0.875rem;
  text-align: right;
}
@media (min-width: 37.501rem) {
  .post-list--normal + .divider-content {
    margin-top: 0.875rem;
  }
}

.newsletter-form {
  max-width: 23.5rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.newsletter-form__title {
  margin-bottom: 0.875rem;
}
.newsletter-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.newsletter-form input {
  padding: 0.7rem 0.9rem;
}
.newsletter-form .hs-form-field {
  margin-top: 0;
}
.newsletter-form .hs-form-field > label {
  display: none;
}
.newsletter-form .hs-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.96rem;
  margin-top: 0;
  margin-left: 1.25rem;
}

@media (min-width: 48.001rem) {
  .newsletter-form--sidebar {
    text-align: left;
  }
  .newsletter-form--sidebar .newsletter-form__title {
    font-size: var(--font-size-button--small);
    letter-spacing: 0.03em;
    line-height: 1.13;
    font-family: var(--title-font-family);
    font-weight: 700;
    text-transform: uppercase;
  }
}
@media (min-width: 48.001rem) and (max-width: 48rem) {
  .newsletter-form--sidebar .newsletter-form__title {
    line-height: 1.09;
  }
}
@media (min-width: 48.001rem) {
  .newsletter-form--sidebar form {
    display: block;
  }
  .newsletter-form--sidebar .hs-submit {
    margin: 0.875rem 0 0;
    height: auto;
  }
}

.newsletter-form--footer input {
  color: var(--color-text);
  background: rgba(255, 255, 255, 0);
  border-right: 0;
  border-radius: 0.3125rem 0 0 0.3125rem;
  border-color: var(--color-primary);
}
.newsletter-form--footer input[type=email] {
  height: 2.959em;
}
.newsletter-form--footer .hs-submit {
  margin-left: 0;
  padding-right: 1rem;
  border-radius: 0 0.3125rem 0.3125rem 0;
  border: 1px solid var(--color-primary);
  border-left: 0;
}

.autoload-video {
  position: relative;
  width: 100%;
}
.autoload-video .video-loader {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}
.autoload-video.loading .video-loader {
  opacity: 1;
}
.autoload-video video {
  position: relative;
  z-index: 1;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  max-width: 100%;
  height: auto;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}
.autoload-video.animate-in video {
  opacity: 1;
}

.article-tag {
  font-size: var(--font-size-small);
  line-height: 1.47;
  font-weight: 400;
  font-family: var(--title-font-family);
  font-weight: 600;
}
.article-tag:before {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  margin: 0 0.579rem 0 0;
  background: var(--color-primary--on-green);
  border-radius: 50rem;
}

.vertical-quote-slider {
  height: 100%;
  width: 100%;
}
.vertical-quote-slider__slide {
  position: relative;
  margin: 0 0 0.875rem;
  padding: 1.5rem 2rem;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 1px 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 4px 20px rgba(0, 0, 0, 0.15);
  background: var(--color-gray--background);
  background: var(--color-gray--background-light);
}
.vertical-quote-slider__slide:before {
  content: "";
  position: absolute;
  top: 0.6875rem;
  width: 0;
  height: 0;
  border-style: solid;
}
.vertical-quote-slider__slide--odd:before {
  left: 100%;
  border-width: 0.8125rem 0 0.8125rem 0.8125rem;
  border-color: transparent transparent transparent var(--color-gray--background-light);
}
.vertical-quote-slider__slide--even:before {
  right: 100%;
  border-width: 0.8125rem 0.8125rem 0.8125rem 0;
  border-color: transparent var(--color-gray--background-light) transparent transparent;
}
@media (max-width: 65rem) {
  .vertical-quote-slider {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .vertical-quote-slider__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .vertical-quote-slider__slide {
    margin: 0 1rem 0 0;
    width: 20rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20rem;
            flex: 0 0 20rem;
  }
  .vertical-quote-slider__slide:before {
    display: none;
  }
}

.some-links {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  text-transform: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.some-links li {
  margin: 0;
  padding: 0;
}
.some-links li:before {
  display: none;
}
.some-links {
  margin-top: 2rem !important;
  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;
}
.some-links li {
  margin-left: 0.875rem;
}
.some-links li:first-child {
  margin-left: 0;
}
.some-links a {
  color: var(--color-border);
}
.some-links a:hover, .some-links a:focus {
  color: var(--color-text);
}
.some-links svg {
  vertical-align: top;
}
.dnd-section .some-links:first-child {
  margin-top: 0 !important;
}

body .swiper-button-next,
body .swiper-button-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3.52rem;
  height: 3.52rem;
  margin-top: -1.76rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--color-gray);
  background: var(--color-background);
  -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.4));
  border-radius: 999rem;
}
@media (max-width: 48rem) {
  body .swiper-button-next,
  body .swiper-button-prev {
    width: 1.875rem;
    height: 1.875rem;
    margin-top: -0.9375rem;
  }
  body .swiper-button-next svg,
  body .swiper-button-prev svg {
    width: 0.4375rem;
    height: auto;
  }
}
body .swiper-button-next.swiper-button-disabled,
body .swiper-button-prev.swiper-button-disabled {
  display: none;
}
body .swiper-button-next:after,
body .swiper-button-prev:after {
  display: none;
}
body .swiper-button-next:focus,
body .swiper-button-prev:focus {
  color: var(--color-text);
}
body .swiper-button-next:hover,
body .swiper-button-prev:hover {
  color: var(--color-primary);
}
body .swiper-button-next {
  left: calc(100% + 2.025rem);
  right: auto;
}
body .swiper-button-next svg {
  margin-left: 0.25rem;
}
@media (max-width: 84.75rem) {
  body .swiper-button-next {
    left: calc(100% + 0.625rem);
  }
}
@media (max-width: 71.75rem) {
  body .swiper-button-next {
    left: auto;
    right: -1.135rem;
  }
}
@media (max-width: 48rem) {
  body .swiper-button-next {
    right: -0.1875rem;
  }
  body .swiper-button-next svg {
    margin-left: 0.125rem;
  }
}
body .swiper-button-prev {
  right: calc(100% + 2.025rem);
  left: auto;
}
body .swiper-button-prev svg {
  margin-right: 0.25rem;
}
@media (max-width: 84.75rem) {
  body .swiper-button-prev {
    right: calc(100% + 0.625rem);
  }
}
@media (max-width: 71.75rem) {
  body .swiper-button-prev {
    right: auto;
    left: -1.135rem;
  }
}
@media (max-width: 48rem) {
  body .swiper-button-prev {
    left: -0.1875rem;
  }
  body .swiper-button-prev svg {
    margin-right: 0.125rem;
  }
}
body .swiper-pagination {
  position: static;
  margin: 1.5rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.2rem;
  vertical-align: middle;
}
body .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.2rem;
}

body .plyr--video .plyr__control--overlaid {
  padding: 1.82rem 2rem;
  opacity: 1;
  background: var(--color-primary);
}
body .plyr--video .plyr__control--overlaid svg {
  width: 1.625rem;
  height: 2rem;
}
body .plyr--video .plyr__control--overlaid:hover, body .plyr--video .plyr__control--overlaid:focus {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: var(--color-primary--hover) !important;
}
body .plyr--stopped .plyr__controls {
  display: none;
}
body .plyr__poster {
  background-size: cover;
}

.resources__title {
  max-width: 50.75rem;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 48rem) {
  .resources .content-row--small {
    margin-top: 6.25rem;
  }
}

.note-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem 0 0;
  padding: 2rem 0 0;
  border-top: 0.0625rem solid var(--color-border);
  border-left: 0;
  border-right: 0;
}
.note-item:first-child {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}
.note-item:only-child {
  padding: 2rem 0;
  border-top: 0.0625rem solid var(--color-border);
  border-bottom: 0.0625rem solid var(--color-border);
}
.note-item__illustration {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5.8rem;
          flex: 0 0 5.8rem;
  margin-right: 3.4375rem;
  text-align: center;
}
.note-item__illustration img {
  vertical-align: top;
}
.note-item__illustration--image img {
  border-radius: 50%;
}
.note-item__illustration--text {
  font-size: var(--font-size-blog-lift);
  line-height: 1.04;
  font-family: var(--title-font-family);
  font-weight: 700;
}
@media (max-width: 48rem) {
  .note-item__illustration {
    margin-right: 2rem;
  }
}
.note-item__content .top-title + p {
  margin-top: 0.4em;
}

body .teamtailor-jobs__filters {
  max-width: 32rem;
  margin: 0 auto;
  color: var(--color-gray);
}
@media (min-width: 37.501rem) {
  body .teamtailor-jobs__filters {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}
body .teamtailor-jobs__select-wrapper {
  float: none;
  margin-right: 0;
  font-size: var(--button-font-size);
  letter-spacing: 0.03125em;
  line-height: 1;
  font-family: var(--button-font-family);
  font-weight: 700;
  display: block;
  width: 100%;
  padding: 0.25rem 0;
  text-align: left;
  color: inherit;
  background: url("https://2090809.fs1.hubspotusercontent-na1.net/hubfs/2090809/web-assets-brella-2021-theme/images/dropdown-arrow-down.svg") no-repeat calc(100% - 0.25rem) center;
  border-bottom: 1px solid var(--color-border);
}
body .teamtailor-jobs__select-wrapper:hover, body .teamtailor-jobs__select-wrapper:focus {
  background-color: rgba(255, 255, 255, 0) !important;
  color: inherit !important;
  border-color: var(--color-primary) !important;
}
body .teamtailor-jobs__select-wrapper {
  display: grid;
  grid-template-areas: "select";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}
body .teamtailor-jobs__select-wrapper:focus-within {
  border-color: var(--color-primary);
}
body .teamtailor-jobs__select-wrapper select {
  grid-area: select;
}
body .teamtailor-jobs__select-wrapper select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  cursor: inherit;
  line-height: inherit;
  z-index: 1;
}
body .teamtailor-jobs__select-wrapper select::-ms-expand {
  display: none;
}
body .teamtailor-jobs__select-wrapper select {
  outline: none;
}
body .teamtailor-jobs__select-wrapper select[multiple] {
  padding-right: 0;
  /*
   * Safari will not reveal an option
   * unless the select height has room to 
   * show all of it
   * Firefox and Chrome allow showing 
   * a partial option
   */
  height: 6rem;
}
body .teamtailor-jobs__select-wrapper select[multiple] option {
  white-space: normal;
  outline-color: var(--color-primary);
}
@media (min-width: 37.501rem) {
  body .teamtailor-jobs__select-wrapper {
    margin: 0;
  }
}
body .teamtailor-jobs__job-wrapper {
  margin-top: 6.25rem;
}
@media (max-width: 48rem) {
  body .teamtailor-jobs__job-wrapper {
    margin-top: 2.7rem;
  }
}
body .teamtailor-jobs__job-wrapper {
  margin-bottom: 2rem;
}
body .teamtailor-jobs__job {
  margin: 0;
  padding: 2rem 0;
  text-align: center;
  color: var(--color-text--light);
  border-bottom: 0.0625rem solid var(--color-border);
}
body .teamtailor-jobs__job:first-child {
  border-top: 0.0625rem solid var(--color-border);
}
body .teamtailor-jobs__job-title {
  margin-bottom: 0.8rem;
  font-size: var(--font-size-h3);
  line-height: 1.2;
  font-family: var(--title-font-family);
  font-weight: 700;
  text-decoration: none;
  color: var(--color-text);
}
body .teamtailor-jobs__job-title:hover, body .teamtailor-jobs__job-title:focus {
  color: var(--color-primary);
}

body div#hs-eu-cookie-confirmation, body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15, 15, 25, 0.3);
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  max-width: 50rem;
  max-height: 100vh;
  border-radius: 5px;
  padding: 3.25rem 5.75rem;
  -webkit-box-shadow: 5px 9px 33px rgba(0, 0, 0, 0.14);
          box-shadow: 5px 9px 33px rgba(0, 0, 0, 0.14);
  background: #fff;
}
@media (max-width: 48rem) {
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    padding: 2.5rem 3.25rem !important;
  }
}
@media (max-width: 37.5rem) {
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    padding: 2.5rem !important;
    overflow-y: scroll;
  }
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner:before {
  content: "";
  display: block;
  width: 5rem;
  height: 0.9375rem;
  background: url("https://2090809.fs1.hubspotusercontent-na1.net/hubfs/2090809/brella-color-logo-2021-resized.svg") no-repeat top;
  background-size: contain;
  margin-left: -40px;
}
@media (max-width: 48rem) {
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner:before {
    margin-left: -20px;
  }
}
@media (max-width: 37.5rem) {
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner:before {
    margin-left: 0;
  }
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-eu-policy-wording:before {
  content: "";
  display: block;
  width: 5.6875rem;
  height: 5.6875rem;
  margin: 0 auto 2rem;
  background: url("https://2090809.fs1.hubspotusercontent-na1.net/hubfs/2090809/web-assets-brella-2021-theme/images/brella-cookie.svg") no-repeat top;
  background-size: contain;
}
@media (max-width: 37.5rem) {
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-eu-policy-wording:before {
    width: 3rem;
    height: 3rem;
    margin: 0.25rem auto 1.25rem;
  }
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  margin: 0 0 1.7em !important;
  font-size: 1.0625rem;
  line-height: 1.44;
  font-family: var(--base-font-family);
  font-weight: 400;
  text-align: center;
}
@media (max-width: 37.5rem) {
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    font-family: var(--title-font-family);
    font-size: 15px !important;
    line-height: 1.44118 !important;
  }
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (max-width: 37.5rem) {
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-cookie-settings-button {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700 !important;
  color: var(--color-gray) !important;
  background: rgba(255, 255, 255, 0) url("https://2090809.fs1.hubspotusercontent-na1.net/hubfs/2090809/web-assets-brella-2021-theme/images/next-arrow-gray.svg") no-repeat right 0.15em !important;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-cookie-settings-button:hover, body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-cookie-settings-button:focus {
  color: var(--color-primary) !important;
}
@media (max-width: 37.5rem) {
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-cookie-settings-button {
    margin-top: 1rem !important;
    font-size: 15px !important;
  }
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-confirmation-button,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-decline-button {
  margin: 0 0.5rem 1rem !important;
}
@media (max-width: 37.5rem) {
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-confirmation-button,
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-decline-button {
    font-size: 15px !important;
  }
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-confirmation-button {
  background-color: var(--color-primary) !important;
  border: 0.0625rem solid var(--color-primary) !important;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-decline-button {
  border-color: var(--color-border) !important;
}

.row-fluid [class*=span] {
  min-height: 0;
}

.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 form rendering code, edit if you want to change the form";
  display: block;
  margin: 0 0 1rem;
  font-family: sans-serif;
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
}

.hs-inline-edit .success-story-hero .top-title {
  display: inline-block;
}
.hs-inline-edit .success-story-hero .top-title + div {
  font-size: var(--font-size-button--small);
  letter-spacing: 0.03em;
  line-height: 1.13;
  font-family: var(--title-font-family);
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 48rem) {
  .hs-inline-edit .success-story-hero .top-title + div {
    line-height: 1.09;
  }
}
.hs-inline-edit .success-story-hero .top-title + div {
  display: inline-block;
}
.hs-inline-edit .success-story-hero .top-title + div:before {
  content: "";
  display: inline-block;
  width: 5px;
}
.hs-inline-edit .anchor-mark {
  height: 2rem;
  color: #fff;
  background: #ff3f48;
}
.hs-inline-edit .anchor-mark:before {
  content: "Here is an anchor, this message is not visible on the page";
  display: inline-block;
  font-size: 12px;
  padding: 0.5rem;
}

body div.leadinModal-v3.leadinModal .leadinModal-close {
  opacity: 0.6;
}
body div.leadinModal-v3.leadinModal .leadinModal-close:hover, body div.leadinModal-v3.leadinModal .leadinModal-close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.5;
  background: rgba(255, 255, 255, 0) !important;
}
body div.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner div.leadinModal-content {
  margin-left: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  width: 380px;
  border-top: 0;
}
@media only screen and (max-width: 500px) {
  body div.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner div.leadinModal-content {
    width: calc(100% - 5rem);
  }
}
body div.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner div.leadinModal-content h4 {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  opacity: 0.6;
  margin-bottom: 0;
}
body div.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner div.leadin-content-body div.leadin-preview-wrapper {
  padding: 0;
}
body div.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner.leadinModal-preview .leadin-preview-wrapper div.dyno-image {
  position: absolute;
  height: 100%;
  width: 100px;
  margin-right: 0;
  margin-bottom: 0;
}
body div.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner.leadinModal-preview .leadin-preview-wrapper div.dyno-image div.dyno-image-inner {
  height: 100%;
  width: 100%;
}
body div.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner.leadinModal-preview .leadin-preview-wrapper div.dyno-image div.dyno-image-inner img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
  margin: 0;
  padding: 0;
  max-height: none;
  max-width: none;
}
body div.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner.leadinModal-preview div.leadinModal-content h4 {
  margin-bottom: 0;
  padding-top: 10px;
}
@media only screen and (max-width: 768px) {
  body div.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner.leadinModal-preview div.leadinModal-content h4 {
    margin-left: 100px;
  }
}
body div.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner.leadinModal-preview .advance-wrapper {
  margin-right: 1.5rem;
}
@media only screen and (max-width: 768px) {
  body div.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner.leadinModal-preview .advance-wrapper {
    padding-left: 100px;
    padding-right: 1.5rem;
  }
}
body div.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner.leadinModal-preview button.leadin-button.leadin-advance-button {
  background: none !important;
  color: #111 !important;
  font-weight: bold;
  text-align: left;
  font-size: 1rem;
  line-height: 1.3;
  margin: 0;
  padding: 5px 0 15px !important;
}
body div.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner.leadinModal-preview button.leadin-button.leadin-advance-button:hover, body div.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner.leadinModal-preview button.leadin-button.leadin-advance-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--color-primary) !important;
}
body div.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner.leadinModal-form #leadin-content-form-wrapper {
  padding: 1.5rem;
}
body div.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner.leadinModal-form div.dyno-image {
  display: none;
}
body div.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner.leadinModal-form div.leadinModal-content {
  background: white;
}
body div.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner.leadinModal-form h4, body div.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner.leadinModal-form p {
  margin-left: 0;
}
body div.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner.leadinModal-form .leadin-form-wrapper {
  padding-top: 0;
}
body div.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner.leadinModal-thanks .leadinModal-content {
  background: white;
}
body div.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner.leadinModal-thanks .thank-you-message a.leadin-button {
  border-radius: 100px;
  background: var(--color-primary) !important;
  font-weight: bold;
  color: white !important;
}
body div.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner.leadinModal-thanks .leadin-close-button {
  color: var(--color-primary);
  font-weight: normal;
  font-size: 15px;
  font-size: 0.9375rem;
}
body div.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner.leadinModal-thanks .leadin-close-button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}
body div.leadinModal-v3.leadinModal.leadinModal-form div.leadinModal-content .leadin-input-wrapper label {
  color: var(--color-secondary);
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
}
body div.leadinModal-v3.leadinModal.leadinModal-form div.leadinModal-content input[type=text],
body div.leadinModal-v3.leadinModal.leadinModal-form div.leadinModal-content input[type=email],
body div.leadinModal-v3.leadinModal.leadinModal-form div.leadinModal-content input[type=tel] {
  border: none;
  border-bottom: 1px solid var(--color-secondary);
  border-radius: 0;
}

div.leadinModal.leadinModal-v3 .leadin-main-wrapper button.leadin-button {
  background: var(--color-primary) !important;
  color: white !important;
  font-weight: bold !important;
  border-radius: 100px !important;
  font-size: 1em;
}
div.leadinModal.leadinModal-v3 .leadin-main-wrapper button.leadin-button:hover {
  background: var(--color-primary--hover) !important;
}

.error-page .site-hero__container:after {
  background: none;
}
.error-page .site-hero__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
.error-page__buttons {
  margin: 2rem 0;
}
.error-page__buttons a {
  margin: 0 2rem 1rem 0;
}
.error-page__illustration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.systems-page {
  margin-top: 6.25rem;
}
@media (max-width: 48rem) {
  .systems-page {
    margin-top: 2.7rem;
  }
}
.systems-page {
  margin-bottom: 6.25rem;
}
@media (max-width: 48rem) {
  .systems-page {
    margin-bottom: 2.7rem;
  }
}
.systems-page .form-container {
  margin-bottom: 3.4375rem;
}
@media (max-width: 48rem) {
  .systems-page .form-container {
    margin-bottom: 2rem;
  }
}
.systems-page .form-container {
  max-width: none;
}

.article-hero {
  padding-top: 5.375rem;
  text-align: center;
}
@media (max-width: 77.5rem) {
  .article-hero {
    padding-top: 4.125rem;
  }
}
.article-hero h1 {
  font-size: var(--font-size-h1--articles);
  line-height: 1;
  font-family: var(--title-font-family);
}
.article-hero h1, .article-hero h1:first-child {
  margin: 2rem 0;
}
.article-hero__content {
  padding-top: 6.25rem;
}
@media (max-width: 48rem) {
  .article-hero__content {
    padding-top: 2.7rem;
  }
}
.article-hero__content {
  padding-bottom: 6.25rem;
}
@media (max-width: 48rem) {
  .article-hero__content {
    padding-bottom: 2.7rem;
  }
}
.article-hero__content {
  background: var(--color-gray--background);
}
.article-hero__image {
  position: relative;
  margin: 0;
}
.article-hero__image:before {
  content: "";
  display: block;
  padding-top: 37%;
}
.article-hero__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-hero__image-text {
  margin-top: 0.875rem;
  font-size: var(--font-size-small);
  line-height: 1.47;
  font-weight: 400;
  text-align: left;
}

.article-content {
  margin-top: 6.25rem;
}
@media (max-width: 48rem) {
  .article-content {
    margin-top: 2.7rem;
  }
}
.article-content {
  margin-bottom: 6.25rem;
}
@media (max-width: 48rem) {
  .article-content {
    margin-bottom: 2.7rem;
  }
}
@media (min-width: 48.001rem) {
  .article-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.article-content__body {
  min-height: 2rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 59.2156862745%;
          flex: 0 0 59.2156862745%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (min-width: 48.001rem) {
  .article-content__body {
    margin: 0 1.25rem 0 0;
    padding-right: 8.2352941176%;
  }
}
@media (min-width: 63.751rem) {
  .article-content__body {
    margin: 0 1.25rem;
    padding-left: 8.2352941176%;
    padding-right: 8.2352941176%;
  }
}
@media (min-width: 48.001rem) {
  .article-content__sticky {
    position: sticky;
    top: 6.25rem;
  }
}
@media (max-width: 48rem) {
  .article-content__sidebar {
    margin-top: 2.7rem;
  }
}
.article-content__sidebar-item {
  font-size: var(--font-size-small);
  line-height: 1.47;
  font-weight: 400;
}
.article-content__sidebar-item--top-border {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid var(--color-border);
}
.article-content__sidebar-item--bottom-border {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid var(--color-border);
}
.article-content__sidebar-item .top-title {
  margin: 2em 0 0.875rem;
}
.article-content__sidebar-item .top-title:first-child {
  margin-top: 0;
}

.sidebar-number {
  margin-top: 0.3rem;
}
.sidebar-number__num {
  color: var(--color-primary);
  font-size: var(--font-size-h2--large);
  line-height: 1.1;
  font-family: var(--title-font-family);
  font-weight: 700;
}
.sidebar-number span {
  display: block;
}

.blog-editor #hs_cos_wrapper_module_16226279721159:empty {
  padding: 1rem;
  background: var(--color-gray--background);
}
.blog-editor #hs_cos_wrapper_module_16226279721159:empty:before {
  content: "Click here if you want to add content to the sidebar";
  font-style: italic;
  font-size: var(--font-size-small);
  line-height: 1.47;
  font-weight: 400;
}

.article-author {
  text-align: center;
  max-width: 32.75rem;
  margin-bottom: 13rem;
}
@media (max-width: 48rem) {
  .article-author {
    margin-bottom: 6.25rem;
  }
}
.article-author .meta-avatar img {
  width: 6.125rem;
  height: 6.125rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-author .meta-name {
  font-size: 1rem;
}
.article-author .meta-bio {
  display: block;
  font-size: var(--font-size-small);
  line-height: 1.47;
  font-weight: 400;
}

.archive-content {
  overflow: hidden;
}

.archive-hero {
  position: relative;
  padding-top: 13rem;
}
@media (max-width: 48rem) {
  .archive-hero {
    padding-top: 6.25rem;
  }
}
.archive-hero {
  text-align: center;
  padding-top: 5.375rem;
}
@media (max-width: 77.5rem) {
  .archive-hero {
    padding-top: 4.125rem;
  }
}
.archive-hero:before {
  content: "";
  position: absolute;
  width: 40%;
  height: 100%;
  left: 0;
  right: 0;
  top: -90%;
  -webkit-filter: blur(10rem);
          filter: blur(10rem);
  margin: 0 auto;
  background: #00AF66;
}
.archive-hero__container {
  position: relative;
  padding-top: 10rem;
}
@media (max-width: 48rem) {
  .archive-hero__container {
    padding-top: 3.38rem;
  }
}
@media (min-width: 48.001rem) {
  .archive-hero__container {
    padding-top: 7.2rem;
  }
}

.archive-filters {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  text-transform: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.archive-filters li {
  margin: 0;
  padding: 0;
}
.archive-filters li:before {
  display: none;
}
.archive-filters label {
  cursor: pointer;
  position: relative;
}
.archive-filters li {
  position: relative;
  display: inline-block;
}
.archive-filters li input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.archive-filters li span {
  position: relative;
}
.archive-filters--tags {
  margin-top: 3.4375rem;
}
@media (max-width: 48rem) {
  .archive-filters--tags {
    margin-top: 2rem;
  }
}
.archive-filters--tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 47.5rem;
  margin-left: auto;
  margin-right: auto;
}
.archive-filters--tags .archive-filter {
  margin: 0.5rem 0.25rem 0;
}
@media (max-width: 48rem) {
  .archive-filters--tags .btn {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .archive-filters--tags .archive-filter {
    margin: 0.25rem 0.125rem 0;
  }
}

.archive-filter-dropdown {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  text-transform: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.archive-filter-dropdown li {
  margin: 0;
  padding: 0;
}
.archive-filter-dropdown li:before {
  display: none;
}
.archive-filter-dropdown {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: -9999px;
  width: 100%;
  opacity: 0;
  padding: 1.5rem 2rem;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 1px 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 4px 20px rgba(0, 0, 0, 0.15);
  background: var(--color-gray--background);
  font-size: 1.0625rem;
  letter-spacing: 0.04em;
  line-height: 1.12;
  font-family: var(--title-font-family);
  font-weight: 600;
}
@media (max-width: 48rem) {
  .archive-filter-dropdown {
    font-size: 1.3125rem;
    letter-spacing: 0;
    font-weight: 700;
  }
}
.archive-filter-dropdown {
  background: var(--color-background);
}
@media (max-width: 48rem) {
  .archive-filter-dropdown {
    font-size: 16px;
    font-size: 1rem;
  }
}
.archive-filter-dropdown li {
  margin-top: 1rem;
}
.archive-filter-dropdown li:first-child {
  margin-top: 0;
}
.archive-dropdown-open .archive-filter-dropdown {
  left: 0;
  opacity: 1;
}

.archive-filters--types {
  position: relative;
  font-size: var(--button-font-size);
  letter-spacing: 0.03125em;
  line-height: 1;
  font-family: var(--button-font-family);
  font-weight: 700;
  color: var(--color-gray);
  text-align: left;
}
@media (max-width: 48rem) {
  .archive-filters--types {
    margin-bottom: 1.25rem;
  }
}
.archive-filters--types li {
  display: block;
}
.archive-filters--types input:focus + .archive-filter__name, .archive-filters--types input:checked + .archive-filter__name {
  color: var(--color-text);
}
.archive-filters--types .archive-filter__name {
  cursor: pointer;
}
.archive-filters--types .archive-filter__name:hover {
  color: var(--color-text);
}
.archive-filters--types .archive-selected-type {
  min-width: 1px;
  padding: 0;
  border-radius: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  border: 0;
  background: rgba(255, 255, 255, 0);
  display: block;
  width: 100%;
  padding: 0.25rem 0;
  text-align: left;
  color: inherit;
  background: url("https://2090809.fs1.hubspotusercontent-na1.net/hubfs/2090809/web-assets-brella-2021-theme/images/dropdown-arrow-down.svg") no-repeat calc(100% - 0.25rem) center;
  border-bottom: 1px solid var(--color-border);
}
.archive-filters--types .archive-selected-type:hover, .archive-filters--types .archive-selected-type:focus {
  background-color: rgba(255, 255, 255, 0) !important;
  color: inherit !important;
  border-color: var(--color-primary) !important;
}
.archive-filters--types.archive-dropdown-open .archive-selected-type {
  border-color: rgba(255, 255, 255, 0) !important;
}

.archive-type-and-search {
  max-width: 33.75rem;
  margin-top: 3.4375rem;
}
@media (max-width: 48rem) {
  .archive-type-and-search {
    margin-top: 2rem;
  }
}
.archive-type-and-search {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 48.001rem) {
  .archive-type-and-search {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

.archive-search .archive-search__field {
  padding: 0.25rem 1.5rem 0.25rem 0;
  font-size: var(--button-font-size);
  letter-spacing: 0.03125em;
  line-height: 1;
  font-family: var(--button-font-family);
  font-weight: 700;
  color: var(--color-gray);
  border-radius: 0;
  border-width: 0;
  border-bottom-width: 1px;
  background-image: url("https://2090809.fs1.hubspotusercontent-na1.net/hubfs/2090809/web-assets-brella-2021-theme/images/search-icon.svg");
  background-position: right center;
  background-repeat: no-repeat;
}

.archive-post-slider {
  position: relative;
  margin-top: 6.25rem;
}
@media (max-width: 48rem) {
  .archive-post-slider {
    margin-top: 2.7rem;
  }
}
.archive-post-slider {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media (max-width: 48rem) {
  .archive-post-slider {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
.archive-post-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media (max-width: 48rem) {
  .archive-post-slider .swiper-slide {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.archive-post-slider .post-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  opacity: 0.4;
  -webkit-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
  pointer-events: none;
}
.archive-post-slider .swiper-slide-active .post-item {
  opacity: 1;
  pointer-events: inherit;
}

.table-of-contents {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  text-transform: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.table-of-contents li {
  margin: 0;
  padding: 0;
}
.table-of-contents li:before {
  display: none;
}
.table-of-contents {
  margin-top: 0.875rem;
  font-size: var(--font-size-small);
  line-height: 1.47;
  font-weight: 400;
  color: var(--color-gray);
}
.table-of-contents li {
  margin-top: 0.3rem;
}
.table-of-contents__link {
  display: block;
  margin: 0 -1rem;
  padding: 0.3rem 1rem;
  text-decoration: none;
  color: inherit;
  border-radius: 0.3125rem;
}
.table-of-contents__link:hover, .table-of-contents__link.active-link, .table-of-contents__link:focus {
  color: var(--color-text);
  background: var(--color-gray--background-light);
}
.table-of-contents__reading-time {
  display: block;
  margin: 0.4rem 0 0;
  font-size: var(--font-size-button--small);
  letter-spacing: 0.03em;
  line-height: 1.13;
  font-family: var(--title-font-family);
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 48rem) {
  .table-of-contents__reading-time {
    line-height: 1.09;
  }
}
.table-of-contents__reading-time {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  line-height: 1.1;
}

.pillar {
  margin-top: 6.25rem;
}
@media (max-width: 48rem) {
  .pillar {
    margin-top: 2.7rem;
  }
}
@media (min-width: 65.001rem) {
  .pillar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.pillar__sidebar {
  margin: 0 0 2.7rem;
}
@media (min-width: 65.001rem) {
  .pillar__sidebar {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    position: sticky;
    top: 3.4375rem;
    margin: 0 0 0 6.3%;
    padding: 0 1rem;
  }
}
.pillar__content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 69.4117647059%;
          flex: 0 0 69.4117647059%;
  font-size: var(--font-size-body);
  line-height: 1.76;
  font-family: var(--base-font-family);
  font-weight: 400;
}
@media (max-width: 48rem) {
  .pillar__content {
    line-height: 1.4;
  }
}
.pillar__content h1 + p,
.pillar__content h1 + ul,
.pillar__content h1 + ol, .pillar__content h2 + p,
.pillar__content h2 + ul,
.pillar__content h2 + ol, .pillar__content h3 + p,
.pillar__content h3 + ul,
.pillar__content h3 + ol, .pillar__content h4 + p,
.pillar__content h4 + ul,
.pillar__content h4 + ol, .pillar__content h5 + p,
.pillar__content h5 + ul,
.pillar__content h5 + ol {
  margin-top: 1.4rem;
}
.pillar__content [data-hs-anchor=true]:empty {
  display: block;
  -webkit-transform: translateY(-2rem);
          transform: translateY(-2rem);
}
.pillar__content .widget-type-rich_text {
  max-width: 43.75rem;
}
.pillar .dnd-section {
  margin-top: 6.25rem;
}
@media (max-width: 48rem) {
  .pillar .dnd-section {
    margin-top: 2.7rem;
  }
}
.pillar .dnd-section:first-child {
  margin-top: 0;
}