/* font import */
@font-face {
  font-family: 'FSAlbertWeb-Bold';
  font-weight: 400;
  src: url('https://2437433.fs1.hubspotusercontent-eu1.net/hubfs/2437433/raw_assets/public/frenz-theme/fonts/FSAlbertWeb-Bold.woff2') format('woff2'), 
    url('https://2437433.fs1.hubspotusercontent-eu1.net/hubfs/2437433/raw_assets/public/frenz-theme/fonts/FSAlbertWeb-Bold.woff') format('woff');
}

@font-face {
  font-family: 'FSAlbertWeb-Regular';
  font-weight: 400;
  src: url('https://2437433.fs1.hubspotusercontent-eu1.net/hubfs/2437433/raw_assets/public/frenz-theme/fonts/FSAlbertWeb-Regular.woff2') format('woff2'), 
    url('https://2437433.fs1.hubspotusercontent-eu1.net/hubfs/2437433/raw_assets/public/frenz-theme/fonts/FSAlbertWeb-Regular.woff') format('woff');
}

/* generic */
*, *:before, *:after {
  box-sizing: border-box;
}

img, video {
  max-width: 100%;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/* variables */
/* sizes */




/* breakpoints */



 
 

/* colors */








/* font */





/* custom properties (for access in modules) */
:root {
  --containerwidth_wide: 1440px;
  --containerwidth: 1300px;
  --containerwidth_narrow: 900px;
  
  --gray: #949494;
  --gray_dark: #282828;
  --gray_light: #f1f1f1;
  --red: #e5352c;
  --yellow: #ffd700;
  --blue_light: #00abce;
  --blue_dark: #2A4C9B;
  
  --black-transparent: rgba(0, 0, 0, 0.4);
  
  --font: FSAlbertWeb-Regular;
  --font_bold: FSAlbertWeb-Bold;
  
  --arrow: url(https://2437433.fs1.hubspotusercontent-eu1.net/hubfs/2437433/raw_assets/public/frenz-theme/images/arrow.svg);
  --arrow_right: url(https://2437433.fs1.hubspotusercontent-eu1.net/hubfs/2437433/raw_assets/public/frenz-theme/images/arrow-right.svg);
  
  --pdf: url(https://2437433.fs1.hubspotusercontent-eu1.net/hubfs/2437433/raw_assets/public/frenz-theme/images/pdf.svg);
  --quote: url(https://2437433.fs1.hubspotusercontent-eu1.net/hubfs/2437433/raw_assets/public/frenz-theme/images/quote.svg);
  --navigate: url(https://2437433.fs1.hubspotusercontent-eu1.net/hubfs/2437433/raw_assets/public/frenz-theme/images/navigate.svg);
  --magnifying-glass: url(https://2437433.fs1.hubspotusercontent-eu1.net/hubfs/2437433/raw_assets/public/frenz-theme/images/magnifying-glass.svg);
  --calendar: url(https://2437433.fs1.hubspotusercontent-eu1.net/hubfs/2437433/raw_assets/public/frenz-theme/images/calendar.svg);
  --check-bold: url(https://2437433.fs1.hubspotusercontent-eu1.net/hubfs/2437433/raw_assets/public/frenz-theme/images/check-bold.svg);
  --xmark: url(https://2437433.fs1.hubspotusercontent-eu1.net/hubfs/2437433/raw_assets/public/frenz-theme/images/xmark.svg);
  --minus: url(https://2437433.fs1.hubspotusercontent-eu1.net/hubfs/2437433/raw_assets/public/frenz-theme/images/minus.svg);
  
  --drop-shadow: drop-shadow(0 5px 10px rgba(0,0,0,.3));
  
  --box-shadow: 0 5px 10px rgba(0,0,0,.3);
  --box-shadow_small: 0 1px 3px rgba(0,0,0,.3);
}

/* partials */
[data-anchor] {
  --anchor-offset: calc(var(--header-height) + var(--quicklinkbar-height) + var(--subheader-height, 0px));
  transform: translateY(calc(var(--anchor-offset) * -1));
}
:root,
.theme--white, 
.theme--gray, 
.theme--yellow {
  
  /* primary */
  --button-primary-padding-vertical: 10px;
  --button-primary-padding-horizontal: 34px;
  --button-primary-border-size: 2px;
  --button-primary-border-style: solid;
  --button-primary-border-color: transparent;
  --button-primary-border-radius: 0;
  --button-primary-background: #2A4C9B;
  --button-primary-text-decoration: none;
  --button-primary-color: #fff;
  
  /* primary hover */
  --button-primary-border-style-hover: solid;
  --button-primary-border-color-hover: #2A4C9B;
  --button-primary-border-radius-hover: 0;
  --button-primary-background-hover: transparent;
  --button-primary-text-decoration-hover: none;
  --button-primary-color-hover: #2A4C9B;
  
  
  /* secondary */
  --button-secondary-padding-vertical: 10px;
  --button-secondary-padding-horizontal: 34px;
  --button-secondary-border-size: 2px;
  --button-secondary-border-style: solid;
  --button-secondary-border-color: #2A4C9B;
  --button-secondary-border-radius: 0;
  --button-secondary-background: transparent;
  --button-secondary-text-decoration: none;
  --button-secondary-color: #2A4C9B;
  
  /* secondary hover */
  --button-secondary-border-style-hover: solid;
  --button-secondary-border-color-hover: transparent;
  --button-secondary-border-radius-hover: 0;
  --button-secondary-background-hover: #2A4C9B;
  --button-secondary-text-decoration-hover: none;
  --button-secondary-color-hover: #fff;
  
  
  /* link */
  --button-link-padding-vertical: 10px;
  --button-link-padding-horizontal: 34px;
  --button-link-border-size: 2px;
  --button-link-border-style: solid;
  --button-link-border-color: transparent;
  --button-link-border-radius: 0;
  --button-link-background: transparent;
  --button-link-text-decoration: underline;
  --button-link-color: #2A4C9B;
  
  /* link hover */
  --button-link-border-style-hover: solid;
  --button-link-border-color-hover: transparent;
  --button-link-border-radius-hover: 0;
  --button-link-background-hover: transparent;
  --button-link-text-decoration-hover: underline;
  --button-link-color-hover: #282828;
}


/* button base */

.hs-button,
.buttonwrap a {
  display: inline-block;
  cursor: pointer;
  transition-duration: 0.3s;
  outline: none;
  text-align: center;
  font-family: FSAlbertWeb-Bold;

  padding: var(--button-padding-vertical) var(--button-padding-horizontal);
  border: var(--button-border-size) var(--button-border-style) var(--button-border-color);
  border-radius: var(--button-border-radius);
  background-color: var(--button-background);
  text-decoration: var(--button-text-decoration);
  color: var(--button-color);
}

.hs-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.hs-button:hover:not(:disabled),
.hs-button:focus:not(:disabled),
.buttonwrap a:hover,
.buttonwrap a:focus {
  border-style: var(--button-border-style-hover);
  border-color: var(--button-border-color-hover);
  border-radius: var(--button-border-radius-hover);
  background-color: var(--button-background-hover);
  text-decoration: var(--button-text-decoration-hover);
  color: var(--button-color-hover);
}

/* primary */

.primary,
.buttonwrap-primary a {  
  --button-padding-vertical: var(--button-primary-padding-vertical);
  --button-padding-horizontal: var(--button-primary-padding-horizontal);
  --button-border-size: var(--button-primary-border-size);
  --button-border-style: var(--button-primary-border-style);
  --button-border-color: var(--button-primary-border-color);
  --button-border-radius: var(--button-primary-border-radius);
  --button-background: var(--button-primary-background);
  --button-text-decoration: var(--button-primary-text-decoration);
  --button-color: var(--button-primary-color);
}

.primary:hover,
.primary:focus,
.buttonwrap-primary a:hover,
.buttonwrap-primary a:focus {
  --button-border-style-hover: var(--button-primary-border-style-hover);
  --button-border-color-hover: var(--button-primary-border-color-hover);
  --button-border-radius-hover: var(--button-primary-border-radius-hover);
  --button-background-hover: var(--button-primary-background-hover);
  --button-text-decoration-hover: var(--button-primary-text-decoration-hover);
  --button-color-hover: var(--button-primary-color-hover);
}


/* secondary */

.secondary,
.buttonwrap-secondary a {
  --button-padding-vertical: var(--button-secondary-padding-vertical);
  --button-padding-horizontal: var(--button-secondary-padding-horizontal);
  --button-border-size: var(--button-secondary-border-size);
  --button-border-style: var(--button-secondary-border-style);
  --button-border-color: var(--button-secondary-border-color);
  --button-border-radius: var(--button-secondary-border-radius);
  --button-background: var(--button-secondary-background);
  --button-text-decoration: var(--button-secondary-text-decoration);
  --button-color: var(--button-secondary-color);
}

.secondary:hover,
.secondary:focus,
.buttonwrap-secondary a:hover,
.buttonwrap-secondary a:focus {
  --button-border-style-hover: var(--button-secondary-border-style-hover);
  --button-border-color-hover: var(--button-secondary-border-color-hover);
  --button-border-radius-hover: var(--button-secondary-border-radius-hover);
  --button-background-hover: var(--button-secondary-background-hover);
  --button-text-decoration-hover: var(--button-secondary-text-decoration-hover);
  --button-color-hover: var(--button-secondary-color-hover);
}


/* link */

.linkbutton,
.buttonwrap-linkbutton a {
  --button-padding-vertical: var(--button-link-padding-vertical);
  --button-padding-horizontal: var(--button-link-padding-horizontal);
  --button-border-size: var(--button-link-border-size);
  --button-border-style: var(--button-link-border-style);
  --button-border-color: var(--button-link-border-color);
  --button-border-radius: var(--button-link-border-radius);
  --button-background: var(--button-link-background);
  --button-text-decoration: var(--button-link-text-decoration);
  --button-color: var(--button-link-color);
  
  margin: calc(var(--button-padding-vertical) * -1) calc(var(--button-padding-horizontal) * -1);
}

.linkbutton:hover,
.linkbutton:focus,
.buttonwrap-linkbutton a:hover,
.buttonwrap-linkbutton a:focus {
  --button-border-style-hover: var(--button-link-border-style-hover);
  --button-border-color-hover: var(--button-link-border-color-hover);
  --button-border-radius-hover: var(--button-link-border-radius-hover);
  --button-background-hover: var(--button-link-background-hover);
  --button-text-decoration-hover: var(--button-link-text-decoration-hover);
  --button-color-hover: var(--button-link-color-hover);
}


/*** themes ***/

.theme--black {
  /* primary hover */
  --button-primary-border-color-hover: #fff;
  --button-primary-color-hover: #fff;
  
  /* secondary */
  --button-secondary-border-color: #fff;
  --button-secondary-color: #fff;

  /* link */
  --button-link-color: #949494;
  
  /* link hover */
  --button-link-color-hover: #fff;
}

.theme--red {
  /* primary hover */
  --button-primary-border-color-hover: #fff;
  --button-primary-color-hover: #fff;
  
  /* secondary */
  --button-secondary-border-color: #fff;
  --button-secondary-color: #fff;
  
  /* link hover */
  --button-link-color-hover: #fff;
}

.theme--blue {
  /* primary hover */
  --button-primary-border-color-hover: #fff;
  --button-primary-color-hover: #fff;
  
  /* secondary */
  --button-secondary-border-color: #fff;
  --button-secondary-color: #fff;
  
  /* link hover */
  --button-link-color-hover: #fff;
}
div#hs-eu-cookie-confirmation {
  background-color: #fcfcfc !important;
  box-shadow: 0 -1px 8px #ccc !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  max-width: 900px !important;
  padding: 15px !important;
  background-color: transparent !important;
  color: #282828 !important;
  font-family: FSAlbertWeb-Regular !important;
  font-size: var(--base-font-size) !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner :is(p, span.leuchter_tag) {
  color: #282828 !important;
  font-family: FSAlbertWeb-Regular !important;
  font-size: var(--base-font-size) !important;
  line-height: 1.66 !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
  justify-content: center !important;
  margin-right: 0 !important;
  width: auto !important;
  float: none !important;
}

/* confirm */
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-eu-cookie-confirmation-button-group a#hs-eu-confirmation-button {
  padding: 10px 34px !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  background-color: #2A4C9B !important;
  border: 2px solid #2A4C9B !important;
  color: #fff !important;
  font-family: FSAlbertWeb-Bold !important;
  font-size: var(--base-font-size) !important;
  line-height: 1.3 !important;
}

/* decline */
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-eu-cookie-confirmation-button-group a#hs-eu-decline-button {
  padding: 10px 34px !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  color: #2A4C9B !important;
  background-color: transparent !important;
  border: 2px solid #2A4C9B !important;
  font-family: FSAlbertWeb-Bold !important;
  font-size: var(--base-font-size) !important;
  line-height: 1.3 !important;
}
.filelink {
  position: relative;
  display: inline-block;
  font-size: 0;
}

.filelink::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black-transparent);
  z-index: 1;
}

.filelink::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  filter: var(--drop-shadow);
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  transition-duration: 0.2s;
}

.filelink:hover::after { 
  transform: translateX(-50%) translateY(calc(-50% - 5px));
}

/* pdf */
.filelink[href$=".pdf"]::after {
  background-image: var(--pdf);
}
.footer {
  background-color: #fff;
  padding: 30px 15px;
  
  --link-color: #282828;
  --link-text-decoration: none;
  --link-color-hover: #e5352c;
  --link-text-decoration-hover: none;
}

.footer__container {
  max-width: var(--containerwidth);
  margin-left: auto;
  margin-right: auto;
}

.footer__content {
  display: flex;
  flex-flow: column;
  margin-left: -15px;
  margin-right: -15px;
}

.footer__box {
  padding: 15px;
}

.footer__meta {
  margin-top: 15px;
  padding-top: 30px;
  border-top: 2px solid #f1f1f1;
  color: #949494;
  
  --link-color: #949494;
  --link-text-decoration: none;
  --link-color-hover: #e5352c;
  --link-text-decoration-hover: none;
}

@media (min-width: 600px) {
  
  .footer__content {
    flex-flow: row;
    flex-wrap: wrap;
  }
  
  .footer__box {
    width: 50%;
  }

}

@media (min-width: 900px) {
  .footer__box {
    width: 25%;
  }
}
:root, .theme--white {
  --form-input-vertical-space: 20px;
  --form-richtext-vertical-space: 20px;
  
  --form-error-message-color: #e5352c;
  --form-error-message-contrast-color: #fff;
  
  --form-checkbox-checked-color: #2A4C9B;
  --form-radio-checked-color: #2A4C9B;
  --form-file-button-color: #2A4C9B;
  
  --form-input-padding: 10px;
  --form-input-border-width: 1px;
}

.form-title:empty {
  display: none;
}

/* vertical space between input */

.hs-form-field,
.hs-form .hs-richtext,
.legal-consent-container {
  margin-bottom: var(--form-input-vertical-space);
}

.hs-form fieldset:not(:first-child) .hs-richtext {
  margin-top: var(--form-richtext-vertical-space);
}


/* label */

.hs-form-field label {
  display: inline-block;
  margin-bottom: 5px;
}

.hs-form-field label + .hs-field-desc {
  margin-top: -5px;
}

.hs-form-field .hs-field-desc {
  margin-bottom: 5px;
  font-size: var(--small-font-size);
}

/* input fontsize (minimum of 1.6rem, or else mobile safari will zoom in */
.hs-form-field input,
.hs-form-field select,
.hs-form-field textarea {
  font-size: max(1.6rem, var(--base-font-size)); 
}


/* error message */



ul.inputs-list.hs-error-msgs {
  margin-top: 5px;
  color: var(--form-error-message-color);
  font-size: var(--small-font-size);
}

.hs_error_rollup {
  margin-bottom: 20px;
  padding: 15px;
  background-color: var(--form-error-message-color);
  border-radius: 0;
}

.hs_error_rollup ul.inputs-list.hs-error-msgs {
  margin-top: 0;
  color: var(--form-error-message-contrast-color);
}

/* input boxes */
form.hs-form .hs-form-field .input .hs-input,
form.hs-form fieldset.form-columns-2 .hs-form-field .input .hs-input,
form.hs-form fieldset.form-columns-3 .hs-form-field .input .hs-input {
  width: 100%;
}

/* input boxes */

.hs-form-field .hs-input[type="text"],
.hs-form-field .hs-input[type="email"],
.hs-form-field .hs-input[type="number"],
.hs-form-field .hs-input[type="tel"],
.hs-form-field .hs-input[type="password"],
.hs-form-field .hs-input[type="date"],
.hs-form-field select.hs-input,
.hs-form-field textarea.hs-input,
#hs-pwd-widget-password {
  /*width: 100%;*/
  padding: var(--form-input-padding, 10px);
  border: var(--form-input-border-width, 1px) solid #949494;
  border-radius: 0;
  background-color: #fff;
  line-height: 1.5;
  color: #282828;
}

.hs-form-field .hs-input[type="text"]:focus,
.hs-form-field .hs-input[type="email"]:focus,
.hs-form-field .hs-input[type="number"]:focus,
.hs-form-field .hs-input[type="tel"]:focus,
.hs-form-field .hs-input[type="file"]:focus,
.hs-form-field .hs-input[type="password"]:focus,
.hs-form-field .hs-input[type="date"]:focus,
.hs-form-field select.hs-input:focus,
.hs-form-field textarea.hs-input:focus,
#hs-pwd-widget-password:focus {
  outline-color: #2191f7;
}

/* select */
.hs-fieldtype-select select {
  -webkit-appearance: none;
  padding-right: 25px;
  color: #282828;
}

.hs-fieldtype-select select option {
  font-family: FSAlbertWeb-Regular, sans-serif;
}

.hs-fieldtype-select .input {
  position: relative;
}

.hs-fieldtype-select .input::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #949494;
  border-bottom: 2px solid #949494;
  transform: translateY(-60%) rotate(45deg);
  pointer-events: none;
}

/* textarea */

.hs-form-field textarea.hs-input {
  min-height: 90px;
}

/* checkbox */

.hs-form-field .hs-form-booleancheckbox-display,
.hs-form-field .hs-form-checkbox-display {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  cursor: pointer;
}

.hs-input[type="checkbox"],
.hs-input[type="checkbox"]:focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.hs-input[type="checkbox"] + span,
.hs-input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  padding-right: 5px;
}

.hs-input[type="checkbox"] + span::before,
.hs-input[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #949494;
  border-radius: 0;
  background-color: #fff;
}

.hs-input[type="checkbox"] + span::after,
.hs-input[type="checkbox"] + label::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 6px;
  width: 7px;
  height: 13px;
  border-right: 2px solid var(--form-checkbox-checked-color);
  border-bottom: 2px solid var(--form-checkbox-checked-color);
  transform: translateY(-66%) rotate(45deg);
  transition-duration: 0.2s;
}

.hs-input[type="checkbox"]:checked + span::after,
.hs-input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

.hs-input[type="checkbox"]:focus + span,
.hs-input[type="checkbox"]:focus + label {
  outline: 1px solid #2191f7;
  border-radius: 0;
}

/* radio button */

.hs-form-field .hs-form-radio-display {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  cursor: pointer;
}

.hs-input[type="radio"],
.hs-input[type="radio"]:focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.hs-input[type="radio"] + span {
  display: inline-block;
  padding-left: 30px;
  padding-right: 5px;
}

.hs-input[type="radio"] + span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #949494;
  border-radius: 10px;
  background-color: #fff;
  
}

.hs-input[type="radio"] + span::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 4px;
  width: 12px;
  height: 12px;
  background-color: var(--form-radio-checked-color);
  border-radius: 10px;
  transform: translateY(-50%);
  transition-duration: 0.2s;
}

.hs-input[type="radio"]:checked + span::after {
   opacity: 1;
}

.hs-input[type="radio"]:focus + span {
  outline: 1px solid #2191f7;
  border-radius: 0;
}

/* file upload */

.hs-fieldtype-file .input {
  position: relative;
  border: 1px dashed #949494;
  border-radius: 0;
  background-color: #fff;
}

.hs-fieldtype-file .input input[type="file"] {
  padding: 15px;
  padding-left: 70px;
  cursor: pointer;
  color: #282828;
  width: 100%;
}

.hs-fieldtype-file .input::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('https://2437433.fs1.hubspotusercontent-eu1.net/hubfs/2437433/raw_assets/public/frenz-theme/images/fileupload.svg');    
}

.hs-fieldtype-file .input input[type="file"]::file-selector-button {
  display: block;
  margin-bottom: 10px;
  padding: 10px 34px;
  border: 2px solid var(--form-file-button-color);
  border-radius: 0;
  color: var(--form-file-button-color);
  background-color: transparent;
  cursor: pointer;
}

.hs-fieldtype-file .input input[type="file"]::file-selector-button:hover {
  opacity: 0.7;
}

/* date */

.hs-form-field .hs-input[type="date"] {
  -webkit-appearance: none;
  color: #282828;
  /*min-height: 48px;*/
  min-height: calc(calc(calc(max(1.6rem, var(--base-font-size)) * 1.5) + calc(2 * var(--form-input-padding))) + calc(2 * var(--form-input-border-width)));
}

.hs-form-field .hs-input[type="date"]::-webkit-date-and-time-value {
  text-align: left;
}

/* columns */
.form-columns-3 > .hs-form-field {
    width: 100% !important;
}

/* submit message */
.submitted-message {
  text-align: center;
}

/* legal */





.legal-consent-container p {
  font-size: var(--small-font-size);
}


/*** themes ***/

.theme--red {
  --form-error-message-color: #fff;
  --form-error-message-contrast-color: var(--gray_dark);
}


@media (min-width: 600px) {
  .form-columns-3 > .hs-form-field {
      width: calc(100% / 3) !important;
  }
}

@media (min-width: 900px) {

  :root, .theme--white {
    --form-richtext-vertical-space: 30px;
  }

}


/*** some nasty styling fixes, you blew it hubspot  ***/

.inputs-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* date */
.hs-dateinput {
  position: relative;
}

.hs-dateinput .fn-date-picker .pika-table {
  margin-bottom: 0;
}

.hs-dateinput .fn-date-picker .pika-button:hover {
  background: #2191f7 !important;
}

.hs-dateinput .fn-date-picker .is-selected .pika-button {
  background: #2191f7 !important;
  box-shadow: none !important;
}

.hs-dateinput .fn-date-picker .is-today .pika-button {
    color: #2191f7 !important;
}

.hs-dateinput .fn-date-picker .is-today .pika-button:hover, 
.hs-dateinput .fn-date-picker .is-selected .pika-button:hover {
  color: #fff !important;
}

/* form layout */
.form form.hs-form {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.form form.hs-form fieldset {
  max-width: initial;
  margin-right: -8px;
  border: 0;
  padding: 0;
  margin: 0;
}

form.hs-form .hs-form-field .input .hs-input,
form.hs-form fieldset.form-columns-2 .hs-form-field .input .hs-input,
form.hs-form fieldset.form-columns-3 .hs-form-field .input .hs-input {
  width: 100%;
}

.legal-consent-container .hs-form-booleancheckbox-display>span {
  margin-left: 0 !important;
}
:root {
  --header-height: 68px;
  --quicklinkbar-height: 0px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  z-index: 99;
  
  box-shadow: var(--box-shadow_small);
}

.header--open {
  height: 100%;
}

.header__skip {
  display: block;
  text-align: center;
}

.header__container {
  display: flex;
  flex-flow: column;
  height: 100%;
  
}

.header__controls {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  height: var(--header-height);
  max-width: calc(1300px + 30px);
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  background-color: #fff;
  position: relative;
}

.header--open .header__controls {
  justify-content: space-between;
}

.header__logo {
  flex: 1;
}

.header__logo a {
  display: inline-block;
  vertical-align: bottom;
  padding: 12px 0;
}

.header__logo img {
  display: inline-block;
  vertical-align: bottom;
  width: 100px !important;
  height: auto;
}

.header--open .header__logo {
  display: none;
}

.header__nav-desktop {
  display: none;
}

.header__cta {
  display: none;
}

.header--open .header__cta {
  display: block;
}

.header__menubutton {
  line-height: 1;
}

.header__navigation {
  flex: 1;
  width: 0;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
  border-top: 1px solid #f1f1f1;
  transform: translateX(100%);
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.3s;
  transition-property: transform, opacity;
}

.header__navigation--hide-overflow {
  overflow-y: hidden;
}

.header--open .header__navigation {
  width: 100%;
}

.header--show-nav .header__navigation {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.header__nav-section:not(:last-child) {
  margin-bottom: 30px;
}

.header__nav-section-quicklinks {
  --link-color: var(--gray_dark);
  --link-text-decoration: underline;
  --link-color-hover: var(--gray);
  --link-text-decoration-hover: none;
}

.header__pageoverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 89;
  background-color: #000;
  opacity: 0.35;
}

.header-spacer {
  width: 100%;
  height: calc(var(--header-height) + var(--quicklinkbar-height) + var(--subheader-height, 0px));
}

@media (min-width: 1200px) {
  
  :root {
    --header-height: 78px;
    --quicklinkbar-height: 36px;
  }
  
  .header {
    top: var(--quicklinkbar-height);
    background-color: #fff;
    overflow: visible;
  }
  
  .header--open {
    height: var(--header-height);
  }
  
  .header__container {
    overflow: visible;
  }
  
  .header__controls {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    gap: 30px;
  }
  
  .header__logo,
  .header--open .header__logo {
    display: block;
    flex: 0 1 auto;
  }
  
  .header__logo img {
    width: 160px !important;
  }

  .header__nav-desktop {
    display: flex;
    height: 100%;
    flex: 1;
  }
  
  .header__menubutton {
    display: none;
  }
  
  .header__cta {
    display: block;
  }
  
  .header__navigation,
  .header--show-nav .header__navigation {
    display: block;
    transform: none;
    opacity: 1;
    pointer-events: all;
    height: 0;
    width: 0;
    overflow: visible;
    padding: 0;
    margin: 0;
  }
  
  .header__nav-section:not(.header__nav-section--quicklink-bar) {
    display: none;
  }
  
  .header__search {
    position: relative;
  }
 
}
/*** screenreader elements ***/
.visually-hidden, 
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}


/*** scrollbar ***/

/* width */
.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.scrollbar::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.scrollbar::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

/* Handle on hover */
.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* width */
.scrollbar--hidden::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.scrollbar--hidden::-webkit-scrollbar-track,
.scrollbar--hidden::-webkit-scrollbar-thumb,
.scrollbar--hidden::-webkit-scrollbar-thumb:hover {
  background: transparent;
}


/*** focus box ***/
.focus-box {
  background-color: var(--focus-box-textbackground, #fff);
  padding: 30px;
  border-radius: 5px;
  box-shadow: var(--box-shadow);
}

.focus-box--gray {
  --focus-box-textbackground: var(--gray_light);
}

.focus-box--black {
  --focus-box-textbackground: var(--gray_dark);
}

.focus-box--red {
  --focus-box-textbackground: var(--red);
}

.focus-box--yellow {
  --focus-box-textbackground: var(--yellow);
}

.focus-box--blue {
  --focus-box-textbackground: var(--blue_light);
}
.lang-switcher {  
  display: inline-flex;
  align-items: center;
}

.lang-switcher__icon {
  width: 22px;
  height: auto;
  margin-right: 10px;
}

.lang-switcher__list {
  display: flex;
  gap: 10px;
}

.lang-switcher__link {
  line-height: 1;
  text-decoration: none;
  color: var(--lang-switch-color, #949494);
}

.lang-switcher__link:is(:hover, :focus) {
  text-decoration: none;
  color: var(--lang-switch-color-hover, #949494);
}

.lang-switcher__link--active {
  color: var(--lang-switch-color-active, #282828);
}
:root {
  --module-padding-top: 40px;
  --module-padding-right: 15px;
  --module-padding-bottom: 40px;
  --module-padding-left: 15px;
  
  --module-bgcolor: #fff;
}

html, body {
  height: 100%;
}

.html--scrollbar {
  overflow-y: scroll;
}

.body--no-scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-wrapper {
  
	min-height: 100%;
  display: flex;
  flex-flow: column;
}

.main {
  min-height: 30px;
  flex: 1;
}

.module {
  padding: var(--module-padding-top) var(--module-padding-right) var(--module-padding-bottom) var(--module-padding-left);
  background-color: var(--module-bgcolor, #fff);
}

/* padding */

.module--no-horizontal-padding {
  --module-padding-left: 0;
  --module-padding-right: 0;
}

.module--reduced-padding-top {
  --module-padding-top: 15px;
}

.module--reduced-padding-bottom {
  --module-padding-bottom: 15px;
}

.module--no-padding-top {
  --module-padding-top: 0;
}

.module--no-padding-bottom {
  --module-padding-bottom: 0;
}

/* colors */

.module--white {
  --module-bgcolor: #fff;
}

.module--gray {
  --module-bgcolor: #f1f1f1;
}

.module--black {
  --module-bgcolor: #282828;
}

.module--red {
  --module-bgcolor: #e5352c;
}

.module--yellow {
  --module-bgcolor: #ffd700;
}

.module--blue {
  --module-bgcolor: #00abce;
}


/* second background */
.module--second-background {
    position: relative;
}

.module--second-background::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--sceond-background-height, 60%);
    background-color: var(--module-second-bg-color, #fff);
}

.module--second-background-gray {
  --module-second-bg-color: #f1f1f1;
}

.module--second-background-black {
  --module-second-bg-color: #282828;
}

.module--second-background-red {
  --module-second-bg-color: #e5352c;
}

.module--second-background-yellow {
  --module-second-bg-color: #ffd700;
}

.module--second-background-blue {
  --module-second-bg-color: #00abce;
}

.module--second-background .module__container {
  position: relative;
}

/* width */

.module__container {
  position: relative;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1px;
  top: -1px;
}

.module__container--stretch {
  max-width: none;
}

.module__container--narrow {
  max-width: 900px;
}

.module__container--wide {
  max-width: 1440px;
}

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

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

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


/* remove padding for modules inside blogposts */
.blog-post .module {
  --module-padding-top: 15px;
  --module-padding-bottom: calc(15px + var(--text-margin-bottom));
  --module-padding-left: 0;
  --module-padding-right: 0;
  --module-bgcolor: transparent;
  --module-second-bg-color: transparent;
}


/* minimize padding for dnd layout */
.dnd-layout .module {
  --module-padding-top: 15px;
  --module-padding-right: 15px;
  --module-padding-bottom: 15px;
  --module-padding-left: 15px;
}

@media (min-width: 1200px) {
  :root {
    --module-padding-top: 80px;
    --module-padding-right: 15px;
    --module-padding-bottom: 80px;
    --module-padding-left: 15px;
  }
  
  .html--scrollbar {
    overflow-y: auto;
  }

  .body--no-scroll {
    position: static;
    top: auto;
    left: auto;
    overflow: visible;
  }
}
.menubutton {
  border-radius: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition-duration: 0.2s;
  touch-action: manipulation;
  width: 34px;
  height: 34px;
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  pointer-events: none;
}

.menubutton--ready {
  pointer-events: auto;
}

.menubutton:not(.menubutton--active):hover .menubutton__icon, 
.menubutton:not(.menubutton--active):hover .menubutton__icon::before,
.menubutton:not(.menubutton--active):hover .menubutton__icon::after,
.menubutton:not(.menubutton--active):focus .menubutton__icon, 
.menubutton:not(.menubutton--active):focus .menubutton__icon::before,
.menubutton:not(.menubutton--active):focus .menubutton__icon::after {
  background-color: #2A4C9B;
}

.menubutton__icon {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 2px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #949494;
  transition-duration: 0.2s;
}

.menubutton__icon::before, 
.menubutton__icon::after {
  position: absolute;
  left: -4px;
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #949494;
  transform-origin: 0 50%;
  transition-duration: 0.2s;
}

.menubutton__icon::before {
  top: -9px;
}

.menubutton__icon::after {
  bottom: -9px;
}

.menubutton--active .menubutton__icon {
  background-color: transparent;
}

.menubutton--active .menubutton__icon::before {
  transform: rotate(37deg);
}

.menubutton--active .menubutton__icon::after {
  transform: rotate(-37deg);
}
[data-modal-content],
[data-modal-closetext] {
  display: none;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.modal--show {

}

.modal__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition-duration: 0.3s;
}

.modal--visible .modal__background {
  opacity: 0.7;
}

.modal__window {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: var(--containerwidth);
  padding: 44px;
  transform: translateX(-50%) translateY(-50%) scale(0.9);
  opacity: 0;
  transition-duration: 0.1s;
  transition-delay: 0;
}

.modal--visible .modal__window {
  transform: translateX(-50%) translateY(-50%) scale(1);
  opacity: 1;
  transition-delay: 0.3s;
}

.modal__modal {
  max-height: 80vh;
  overflow-y: auto;
  background-color: #fff;
}

.modal__modal--padding {
  padding: 15px;
}

.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
  border: none;
  background-color: transparent;
}

.modal__close::before,
.modal__close::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  top: 50%;
  transform-origin: 50%;
}

.modal__close::before {
  transform: rotate(45deg);
}

.modal__close::after {
  transform: rotate(-45deg);
}

@media (min-width: 1200px) {
  .modal__modal {
    max-height: 90vh;
  }
  
  .modal__modal--padding {
    padding: 30px;
  }
  
}
.nav {
  line-height: 1.66;
}

.nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.nav a {
  display: block;
  padding: 7px 0;
  color: #282828;
  text-decoration: none;
  transition-duration: 0.2s;
}

.nav a:hover, 
.nav a:focus {
  color: #e5352c;
  text-decoration: none;
  outline: none;
}

.nav .hs-menu-item--title a:hover[href="javascript:;"], 
.nav .hs-menu-item--title a:focus[href="javascript:;"] {
  color: #282828;
  cursor: default;
}

.nav .active > a,
.nav .active-branch > a {
  color: #e5352c;
}

.nav .hs-item-has-children.hs-menu-depth-1 > a,
.nav .hs-item-has-children.hs-menu-depth-2 > a {
  padding-right: 30px;
  background-image: url(https://2437433.fs1.hubspotusercontent-eu1.net/hubfs/2437433/raw_assets/public/frenz-theme/images/arrow-right.svg);
  background-size: auto 35%;
  background-position: right center;
  background-repeat: no-repeat;
}

.nav .hs-menu-depth-1 > .hs-menu-children-wrapper,
.nav .hs-menu-depth-2 > .hs-menu-children-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  background-color: #fff;
  transform: translateX(100vw);
  transition-duration: 0.3s;
  overflow-y: auto;
  overflow-x: hidden;
}

.nav .hs-menu-depth-3 > .hs-menu-children-wrapper {
  padding-left: 15px;
}

.nav .hs-menu-children-wrapper--open {
  transform: translateX(0) !important;
}

.nav .hs-menu-children-wrapper--hide-overflow {
  overflow-y: hidden !important;
}

.nav .hs-menu-item--back > button {
  margin-bottom: 5px;
  padding: 10px 15px;
  background-image: url(https://2437433.fs1.hubspotusercontent-eu1.net/hubfs/2437433/raw_assets/public/frenz-theme/images/arrow-left.svg);
  background-size: auto 25%;
  background-position: left center;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
  line-height: 1;
  cursor: pointer;
  color: #282828;
}

.nav .hs-menu-item--title > a {
  margin-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
  font-size: 1.9rem;
  font-family: FSAlbertWeb-Bold;
}

.nav .hs-menu-item.hs-menu-depth-1 > a {
  font-size: 1.9rem;
  font-family: FSAlbertWeb-Bold;
}

.nav .hs-menu-item.hs-menu-depth-2 > a,
.nav .hs-menu-item.hs-menu-depth-3 > a{
  font-size: 1.9rem;
}

.nav .hs-menu-item.hs-menu-depth-1,
.nav .hs-menu-item.hs-menu-depth-2,
.nav .hs-menu-item.hs-menu-depth-3 {
  border-bottom: 1px solid #f1f1f1
}

/*** desktop nav ***/

.nav-desktop {
  height: 100%;
  line-height: 1.66;
}

.nav-desktop .hs_cos_wrapper,
.nav-desktop .hs-menu-wrapper {
  display: block;
  height: 100%;
}

.nav-desktop ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.nav-desktop .hs-menu-wrapper > ul {
  display: flex;
  align-items: center;
  height: 100%;
}

.nav-desktop .active > a,
.nav-desktop .active-branch > a {
  color: #e5352c !important;
}

.nav-desktop .hs-menu-depth-1 {
  position: relative;
}

.nav-desktop .hs-menu-depth-1 > a {
  display: block;
  padding: 19px 20px;
  font-family: FSAlbertWeb-Bold;
  text-decoration: none;
  color: #282828;
}

.nav-desktop .hs-menu-depth-1 > a:is(:hover, :focus),
.nav-desktop .hs-menu-depth-2 > a:is(:hover, :focus),
.nav-desktop .hs-menu-depth-3 > a:is(:hover, :focus) {
  text-decoration: none;
  color: #e5352c;
}

.nav-desktop .hs-menu-depth-2 > a {
  display: block;
  text-decoration: none;
  color: #282828;
  font-family: FSAlbertWeb-Bold;
}

.nav-desktop .hs-menu-depth-2 {
  padding: 10px 0;
}

.nav-desktop .hs-menu-depth-2:not(:last-child) {
  border-bottom: 1px solid #949494;
}

.nav-desktop .hs-menu-depth-3 > a {
  display: block;
  text-decoration: none;
  color: #282828;
  font-size: var(--small-font-size);
}

.nav-desktop .hs-menu-item--title > a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  color: #282828;
  font-size: 2.4rem;
  font-family: FSAlbertWeb-Bold;
}

.nav-desktop .hs-menu-item--title > a:is(:hover, :focus) {
  text-decoration: none;
  color: #e5352c;
}

.nav-desktop .hs-menu-depth-1.hs-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  background-image: url(https://2437433.fs1.hubspotusercontent-eu1.net/hubfs/2437433/raw_assets/public/frenz-theme/images/arrow.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.nav-desktop .hs-menu-depth-1 > .hs-menu-children-wrapper {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 450px;
  transform: translateX(-50%);
  padding: 10px 30px;
  background-color: #f1f1f1;
  box-shadow: var(--box-shadow_small);
  max-height: calc(100vh - var(--header-height) - var(--quicklinkbar-height));
  overflow-y: auto;
  z-index: 20;
}

.nav-desktop .hs-menu-depth-1 > a.dropdown-open + .hs-menu-children-wrapper {
  display: block;
}

/* hide home link */
.nav-desktop .hs-menu-depth-1:first-child {
  display: none;
}

.nav-desktop .hs-menu-depth-3 > .hs-menu-children-wrapper {
  display: none;
}
.search--visible {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  height: var(--header-height);
  width: 100%;
  background-color: #fff;
  padding: 15px;
  z-index: 10;
  align-items: center;
}

.search__toggle {
  display: block;
  border: none;
  padding: 14px;
  margin: -4px;
  background-color: transparent;
  box-shadow: none;
}

.search_toogle-icon {
  display: none;
  width: 22px;
  height: auto;
  aspect-ratio: 1 / 1;
  cursor: pointer;
}

.search__toggle[aria-expanded="false"] .search_toogle-icon--show {
  display: block;
}

.search__toggle[aria-expanded="true"] .search_toogle-icon--hide {
  display: block;
}

.search__searchbox {
  display: none;
  flex: 1;
}

.search--visible .search__searchbox {
  display: block;
}

@media (min-width: 1200px) {
  .search--visible {
    flex-flow: row-reverse;
    min-width: 420px;
    left: auto;
    right: 0;
    top: 50%;
    padding: 0;
    transform: translateY(-50%);
  }
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}
:root,
.theme--white,
.theme--gray,
.theme--yellow {
  --base-font-size: 1.5rem;
  --small-font-size: 0.8em;
  
  --font-color: #282828;
  --title-color: #282828;
  --link-color: #2A4C9B;
  --link-text-decoration: underline;
  --link-color-hover: #282828;
  --link-text-decoration-hover: underline;
  --quote-color: #282828;
  --quote-border-color: #e5352c;
  --list-prefix-color: #e5352c;
  
  --text-margin-bottom: 3rem;
  
  color: var(--font-color);
}

html {
  font-size: 62.5%; /* don't change this */
}

body {
  font-family: FSAlbertWeb-Regular;
  line-height: 1.3;
  word-break: break-word;

  font-size: var(--base-font-size);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0 0 var(--title-margin-bottom, 1rem);
  line-height: 1.3;
  font-family: FSAlbertWeb-Bold;
  font-weight: 400;
  color: var(--title-color);
}

:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6):last-child {
  margin-bottom: 0;
}



h1, .h1 {
  font-size: 4rem;
  line-height: 1.2;
}

h2, .h2 {
  font-size: 3rem;
  line-height: 1.26;
}

h3, .h3 {
  font-size: 2.4rem;
  line-height: 1.33;
}

h4, .h4 {
  font-size: 1.9rem;
  line-height: 1.4;
}

h5, .h5 {
  font-size: 1.5rem;
  line-height: 1.66;
}

h6, .h6 {
  font-size: 1.5rem;
  line-height: 1.66;
  font-family: FSAlbertWeb-Regular;
}

p, .p {
  margin: 0 0 var(--text-margin-bottom, 3rem);
  font-family: FSAlbertWeb-Regular;
  font-size: var(--base-font-size);
  line-height: 1.66;
}

:is(p, .p):last-child {
  margin-bottom: 0;
}



/* links */

a {
  color: var(--link-color);
  text-decoration: var(--link-text-decoration);
  cursor: pointer;
}

a:hover, 
a:focus {
  color: var(--link-color-hover);
  text-decoration: var(--link-text-decoration-hover);
  outline-color: #2191f7;
}

.links-extra-space {
  --text-margin-bottom: 1.5rem;
}

.links-extra-space a {
  display: inline-block;
  margin: -15px -11px;
  padding: 15px 11px;
}

/* text formats */

b, strong {
  font-family: FSAlbertWeb-Bold;
  font-weight: 400;
}

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


/* Lists */

ul,
ol {
  margin: 0;
  padding: 0;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
  padding: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

:is(.hs_cos_wrapper_type_inline_rich_text, .hs-richtext) :is(ul, ol),
.blog-post__body > :is(div, span) > :is(ul, ol) {
  padding-left: 15px;
  list-style-type: none;
  line-height: 1.66;
}

:is(.hs_cos_wrapper_type_inline_rich_text, .hs-richtext) ol,
.blog-post__body > :is(div, span) > ol {
  counter-reset: li;
}

:is(.hs_cos_wrapper_type_inline_rich_text, .hs-richtext) ol li,
.blog-post__body > :is(div, span) > ol li {
  counter-increment: li;
}

:is(.hs_cos_wrapper_type_inline_rich_text, .hs-richtext) :is(ul, ol):not(:last-child),
.blog-post__body > :is(div, span) > :is(ul, ol):not(:last-child) {
  margin-bottom: 3rem;
}

:is(.hs_cos_wrapper_type_inline_rich_text, .hs-richtext) :is(ul, ol) li:not(:last-child),
.blog-post__body > :is(div, span) > :is(ul, ol) li:not(:last-child) {
  margin-bottom: 0.5rem;
}

:is(.hs_cos_wrapper_type_inline_rich_text, .hs-richtext) ul li,
.blog-post__body > :is(div, span) > ul li {
	position: relative;
}

:is(.hs_cos_wrapper_type_inline_rich_text, .hs-richtext) ul li::before,
.blog-post__body > :is(div, span) > ul li::before {
	content: "";
  display: inline-block;
	position: absolute;
	top: calc(calc(calc(1em * 1.66) / 2) - 2px);
	left: calc(-1 * calc(1em - 4px));
	width: 4px;
	height: 4px;
	background-color: var(--list-prefix-color);
}

:is(.hs_cos_wrapper_type_inline_rich_text, .hs-richtext) ol li::before,
.blog-post__body > :is(div, span) > ol li::before {
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  content: counter(li) '.';
  color: var(--list-prefix-color);
}


/* quote */

blockquote {
  margin: 0 0 3rem;
  padding: 0;
  padding-left: 15px;
  border-left: 3px solid var(--quote-border-color);
}

blockquote:last-child {
  margin-bottom: 0;
}

blockquote > * {
  color: var(--quote-color);
  font-family: FSAlbertWeb-Bold;
}

blockquote > *::before {
  content: "«";
  display: inline-block;
}

blockquote > *::after {
  content: "»";
  display: inline-block;
}

blockquote > *:not(:last-child) {
  margin: 0 0 1rem;
}

blockquote > *:last-child:not(:first-child) {
  color: var(--quote-color);
  font-family: FSAlbertWeb-Regular;
}

blockquote > *:last-child:not(:first-child)::before,
blockquote > *:last-child:not(:first-child)::after {
  display: none;
}

q::before {
  content: "«";
}

q::after {
  content: "»";
}


/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #949494;
}


/* Image alt text */

img {
  font-size: 1.2rem;
  word-break: normal;
}


/*** themes ***/

.theme--black {
  --font-color: #fff;
  --title-color: #fff;
  --link-color: #949494;
  --link-color-hover: #fff;
  --quote-color: #fff;
  
  color: var(--font-color);
}

.theme--red {
  --font-color: #fff;
  --title-color: #fff;
  --link-color: #2A4C9B;
  --link-color-hover: #fff;
  --quote-color: #fff;
  --quote-border-color: #000;
  --list-prefix-color: #000;
  
  color: var(--font-color);
}

.theme--blue {
  --font-color: #fff;
  --title-color: #fff;
  --link-color-hover: #fff;
  --quote-color: #fff;
  
  color: var(--font-color);
}

@media (min-width: 1200px) {
  :root,
  .theme--white,
  .theme--gray,
  .theme--yellow {
    --base-font-size: 1.8rem;
  }
  
  h1, .h1 {
    font-size: 5rem;
  }

  h2, .h2 {
    font-size: 3.8rem;
  }

  h3, .h3 {
    font-size: 3rem;
  }

  h4, .h4 {
    font-size: 2.4rem;
  }

  h5, .h5 {
    font-size: 1.8rem;
  }

  h6, .h6 {
    font-size: 1.8rem;
  }
}
[data-video] {
  position: relative;
  display: block;
}

[data-video]::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.5);
}

[data-video]::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  transform: translateX(-50%) translateY(-50%);
  background-image: url(https://2437433.fs1.hubspotusercontent-eu1.net/hubfs/2437433/raw_assets/public/frenz-theme/images/play.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.7;
  pointer-events: none;
  filter: var(--drop-shadow);
  transition-duration: 0.2s;
}

[data-video]:hover::after,
[data-video]:focus::after {
  opacity: 1;
}

[data-video] > img {
  width: 100%;
  display: block;
}

.modal-video {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 70vh;
  aspect-ratio: 16 / 9;
  border: none;
}

@media (min-width: 600px) {
  [data-video]::after {
    width: 80px;
    height: 80px;
  }
}

@media (min-width: 900px) {
  [data-video]::after {
    width: 100px;
    height: 100px;
  }
}

@media (min-width: 1200px) {
  [data-video]::after {
    width: 120px;
    height: 120px;
  }
}