*, *:before, *:after {
    box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
    margin: 0;
}

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

/**
 * Add the correct box sizing in Firefox.
 */

hr {
    box-sizing: content-box;
    height: 0;
}

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

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

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

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

b,
strong {
    font-weight: bolder;
}

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

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

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

small {
    font-size: 80%;
}

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
    padding: 0;
}

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

progress {
    vertical-align: baseline;
}

/**
 * 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 and Firefox.
 */

details {
    display: block;
}

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

summary {
    display: list-item;
}
@font-face {
  font-family: 'Mona Sans';
  src:
    url('https://144979550.fs1.hubspotusercontent-eu1.net/hubfs/144979550/fonts/Mona-Sans.woff2') format('woff2 supports variations'),
    url('https://144979550.fs1.hubspotusercontent-eu1.net/hubfs/144979550/fonts/Mona-Sans.woff2') format('woff2-variations');
  font-weight: 200 900;
  font-stretch: 75% 125%;
}
:root {
  /* Layout */
  --max-content-width: 960px;
  --header-height: 72px;
  --footer-height: 120px;
  
  --grid-one-pixel-width: 12px;
  --grid-one-pixel-height: 12px;

  /* Font families */
  --font-family-header: "Mona Sans", sans-serif;
  --font-family-body: "Mona Sans", sans-serif;

  /* Fonts */
  --paragraph-font-size: 16px;
  --footer-font-size: 16px;
  --footer-line-height: 20px;

  /* Primary colors */
  --primary-green-color: #00FF66;

  /* Secondary colors */
  --secondary-green-color: #008F4C;

  /* Other colors */
  --white-color: #fff;
  --white-text-color: rgba(255, 255, 255, 0.80);
  --black-color: #000000;
  --grey-color: #DBDBDB;
  
  /* Spacing */
  --space-xs: 6px;
  --space-s: 12px;
  --space-m: 24px;
  --space-l: 48px;
  --space-xl: 96px;
}



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


.row-fluid .span1,
.row-fluid .span2,
.row-fluid .span3,
.row-fluid .span4,
.row-fluid .span5,
.row-fluid .span6,
.row-fluid .span7,
.row-fluid .span8,
.row-fluid .span9,
.row-fluid .span10,
.row-fluid .span11,
.row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
  .row-fluid .span1 {
    width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
  }
  
  .row-fluid .span2 {
    width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
  }
  
  .row-fluid .span3 {
    width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
  }
  
  .row-fluid .span4 {
    width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
  }
  
  .row-fluid .span5 {
    width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
  }
  
  .row-fluid .span6 {
    width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
  }
  
  .row-fluid .span7 {
    width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
  }
  
  .row-fluid .span8 {
    width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
  }
  
  .row-fluid .span9 {
    width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
  }
  
  .row-fluid .span10 {
    width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
  }
  
  .row-fluid .span11 {
    width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
  }
  
}


/* Animations */

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
.content-wrapper {
  margin: 0 auto;
/*   padding: 0 1rem; */
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0;
  justify-content: start !important;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

html {
  font-size: var(--paragraph-font-size);
  font-family: var(--font-family-body);
}

/* Body */

p,
.hs_cos_wrapper_type_rich_text p, 
.hs_cos_wrapper_type_rich_text ul li,
.hs_cos_wrapper_type_rich_text ol li {
  font-size: 1rem;
  color: var(--white-text-color);
  font-family: var(--font-family-body);
  font-weight: 400;
  line-height: 1.875rem;
}
p::selection, h2::selection, span::selection, {
  color: var(--primary-green-color);
  background-color: var(--black-color);
}

.hs_cos_wrapper_type_rich_text ul li {
  list-style: circle;
}

a, a:visited, a:active, a:hover {
  color: inherit;
  text-decoration: none;
}

p a,
p a:visited,
p a:active,
p a:hover {
  text-decoration: underline;
}

a:hover {
  color: var(--primary-green-color) !important;
}


/* Headers */

h1, .h1 {
  font-family: var(--font-family-header);
  font-weight: 700;
  color: var(--primary-green-color);
  font-size: 2.75rem;
  line-height: 130%;
  margin-top: 0 !important;
}

h2, .h2 {
  font-family: var(--font-family-header);
  font-weight: 700;
  color: var(--white-color);
  font-size: 2rem;
  line-height: 130%;
}

h3, .h3 {
  font-family: var(--font-family-header);
  font-weight: 700;
  color: var(--white-color);
  font-size: 1.5rem;
  line-height: 130%;
}

h4, .h4 {
  font-family: var(--font-family-body);
  font-weight: 700;
  color: var(--white-color);
  font-size: 1.625rem;
  line-height: 150%;
}


/* Others */

/* p.lead,
div.lead {
  font-size: 1.125rem;
  color: var(--white-text-color);
  font-family: var(--font-family-body);
  font-weight: 400;
  line-height: 1.875rem;
  margin-bottom: var(--space-l);
} */


@media(max-width: 992px) {
  h1, .h1 {
    font-size: 2.125rem !important;
    line-height: 2.125rem !important;
  }

  h2, .h2 {
    font-size: 1.5rem !important;
    line-height: 1.75rem !important;
  }

  h3, .h3 {
    font-size: 1.125rem !important;
    line-height: 1.375rem !important;
  }

  h4, .h4 {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
}
button, .button, .hs-button {
  white-space: nowrap;
  font-family: var(--font-family-body);
  width: auto;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  color: var(--primary-green-color);
  font-size: 1rem;
  background-color: transparent;
  text-decoration: none;
}

.diode-button-wrapper {
  margin: 0;
  /*padding: 0 var(--space-s) 0 calc(var(--space-s) * 1.5);*/
  width: auto;
}

.diode-button-wrapper .button {
  width: auto;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  color: var(--primary-green-color);
  font-size: 1rem;
  background-color: transparent;
  text-decoration: none;
}

.diode-button-wrapper .button svg {
  transition: all 1s ease-in-out;
  box-shadow: 0px 0px 18px var(--secondary-green-color);
}
  
.diode-button-wrapper .button:hover svg {
  animation: blink-animation 1s steps(2, start) infinite;
  -webkit-animation: blink-animation 1s steps(2, start) infinite;
  box-shadow: 0px 0px 18px var(--primary-green-color);
}
  
.diode-button-wrapper .button span {
  color: var(--white-color);
  padding-left: var(--space-s);
}
form div.hs-form-field {
  color: var(--white-color);
}

form label span {
  font-size: 0.875rem;
  color: var(--white-text-color);
  line-height: 1rem;
}

form .legal-consent-container {
  font-size: 0.750rem;
  line-height: 0.95rem;
  color: var(--white-text-color);
}

.hs-button.primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  font-size: 18px;
  border: 1px solid var(--secondary-green-color);
  background-color: transparent;
  color: var(--primary-green-color);
  text-decoration: none !important;
  position: relative;
  width: auto;
  transition: all 0.4s ease-in-out;
  backdrop-filter: blur(15px);
}

.hs-button.primary:hover {
  border: 1px solid var(--primary-green-color);
  box-shadow: 0px 0px 8px var(--primary-green-color),
    0px 0px 16px var(--secondary-green-color);
}

form .hs-submit {
  margin-top: 24px;
}

form .inputs-list {
  font-size: 14px;
  list-style: none;
  margin-left: -40px;
  margin-bottom: 1.5rem;
  margin-top: 0;
  color: #e04d4d;
}

.hs-form-fields .hs-error-msgs.inputs-list {
  margin-top: -4px;
}

.hs-form-booleancheckbox {
  margin-top: 16px;
}

.hs-form-booleancheckbox input[type="checkbox"] {
  margin-top: 2px;
}

input[type="text"],
input[type="text"]:active,
input[type="text"]:focus,
input[type="text"]:focus-within,
input[type="email"],
input[type="email"]:active,
input[type="email"]:focus,
input[type="email"]:focus-within,
input[type="tel"],
input[type="tel"]:active,
input[type="tel"]:focus,
input[type="tel"]:focus-within,
textarea,
textarea:active,
textarea:focus,
textarea:focus-within {
  border-radius: 8px;
  border: 1px solid var(--black-color);
  padding: 8px 16px !important;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  max-width: 320px;
  margin: 0.5rem 0 1.25rem;
}

.header-wrapper {
  width: 100vw;
  margin: 0 auto;
  position: fixed;
  height: var(--header-height);
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

.header-wrapper.blurred {
  backdrop-filter: blur(15px);
}

@media (max-width: 960px) {
  .header-wrapper {
    width: 100vw;
    padding: 0 1rem;
    margin-left: -1rem;
  }
}

header.header {
  margin: 0 auto;
  width: 100%;
  max-width: var(--max-content-width);
  z-index: 999;
}

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__left__column__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.header__right__column__container {
  display: flex;
  max-width: 200px;
}

.header__left__column__container,
.header__right__column__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__left__column__container a span {
  font-weight: 400;
  color: var(--white-color);
}

.header__left__column__container a:hover span {
  color: var(--primary-green-color);
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.header__search--toggle {
  display: none;
}

@media (max-width: 991px) {
  .header__left__column__container {
    width: 100%;
  }
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
/*     padding: 1.05rem; */
  }
  
  .header__left__column__container .diode-button-wrapper {
    display: none;
  }
}


/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto 0 0;
    width: 100%;
  }
}

.header__logo img {
/*   max-width: 72px !important;
  max-height: 46px; */
  padding-right: 1rem !important;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  margin: 0;
  padding: 0.25rem 0;
}





/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
    display: none;
  }

  .header__language-switcher--toggle:after {
    /*         content: "Language"; */
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}
footer {
  width: 100%;
  background-color: var(--black-color);
  padding-bottom: 1rem;
}

.footer-container {
  margin: 0 auto;
  width: var(--max-content-width);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--space-m) 0;
}

.footer-left {
  display: flex;
  align-items: center;
}

.footer-left.heart {
  display: flex;
  align-items: center;
  color: var(--white-color);
}

.footer-left.heart svg {
  transition: box-shadow 0.3s ease-in-out;
  box-shadow: 0px 0px 18px var(--secondary-green-color);
}
    
.footer-left.heart:hover svg {
  animation: blink-animation 1s steps(2, start) infinite;
  -webkit-animation: blink-animation 1s steps(2, start) infinite;
  box-shadow: 0px 0px 18px var(--primary-green-color);
  background-color: rgba(0, 143, 76, 0.4);
}
  
.footer-left.heart .made-in-poland {
  padding-left: var(--space-s);
  font-size: var(--footer-font-size);
  line-height: var(--footer-line-height);
  color: var(--white-color);
}


.footer-right {
}

.footer-right p {
  color: var(--white-color);
}

.footer-right a {
  color: var(--white-color);
  font-size: var(--footer-font-size);
  line-height: var(--footer-line-height);
  padding: 0 6px;
}

.footer-badges {
  width: 100%;
  border-top: 1px solid #23252a;
  padding-top: var(--space-m);
  opacity: 0.75;
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 960px) {
  .footer-container {
    width: 100%;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

#grid-canvas {
  width: 100%;
  min-height: 100%;
  display: block;
  background-color: var(--black-color);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

#main-content, header, footer {
  position: relative;
  width: 100%;
  height: 100%;
}

#main-content {
  min-height: calc(100vh - var(--header-height) - var(--footer-height));
  padding-top: var(--header-height);
}

/* 1a. Containers */




/* 1b. Colors */




body {
  background-color: var(--black-color);
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 0rem;
}

@media (max-width: 960px) {
  .body-wrapper {
    padding: 0 1rem;
  }
}

/*
.dnd-section > .row-fluid {
    max-width: { { container_width }};
}
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.max-width-960 {
  max-width: 960px;
  margin: auto;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

/* Cookie banner */
#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner {
  border: 1px solid var(--secondary-green-color);
}
#hs-banner-parent #hs-modal-content {
  border: 1px solid var(--secondary-green-color);
}

hr {
  border: none;
  height: 1px;
  background-color: #23252a;
  margin: 1rem 0;
}