/* font import */
@font-face {
  font-family: 'Frutiger-LT-Light';
  font-weight: 400;
  src: url('https://25020956.fs1.hubspotusercontent-eu1.net/hubfs/25020956/raw_assets/public/frenz-theme/fonts/Frutiger-LT-Light.woff2') format('woff2');
  font-display: fallback;
}

@font-face {
  font-family: 'Frutiger-LT-Bold';
  font-weight: 700;
  src: url('https://25020956.fs1.hubspotusercontent-eu1.net/hubfs/25020956/raw_assets/public/frenz-theme/fonts/Frutiger-LT-Bold.woff2') format('woff2');
  font-display: fallback;
}

/* 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 {
  --blue: #006fb8;
  --gray_lighter: #e9e8e8;
  --gray: #c6c6c6;
  --gray_darker: #9d9d9c;
  --pink: #e6007e;
  
  --arrow-image: url(https://25020956.fs1.hubspotusercontent-eu1.net/hubfs/25020956/raw_assets/public/frenz-theme/images/arrow.svg);
  
  --containerwidth_wide: 1600px;
  --containerwidth: 1200px;
  --containerwidth_narrow: 900px;
  
  --font: Frutiger-LT-Light;
  --font_bold: Frutiger-LT-Bold;
  --font_bold_weight: 700;
}

/* partials */
/* button base */

.hs-button,
.buttonwrap a {
  --padding-vertical: 18px;
  --padding-horizontal: 40px;
  --border-size: 1px;
  --border-style: solid;
  --border-color: transparent;
  --border-radius: 0;
  --background-color: transparent;
  --text-decoration: none;
  --color: #000;
  
  display: inline-block;
  cursor: pointer;
  transition-duration: 0.3s;
  outline: none;
  text-align: center;

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

.hs-button:hover,
.hs-button:focus,
.buttonwrap a:hover,
.buttonwrap a:focus {
  --text-decoration: none;
  --color: #000;
  text-decoration: var(--text-decoration);
  color: var(--color);
}

/* primary => blue */

.primary,
.buttonwrap-primary a {
  --background-color: #006fb8;
  --color: #fff;
}

.primary:hover,
.primary:focus,
.buttonwrap-primary a:hover,
.buttonwrap-primary a:focus {
  --background-color: #9d9d9c;
  --color: #fff;
}

/* primary-gray */

.primary-gray,
.buttonwrap-primary-gray a {
  --background-color: #c6c6c6;
}

.primary-gray:hover,
.primary-gray:focus,
.buttonwrap-primary-gray a:hover,
.buttonwrap-primary-gray a:focus {
  --background-color: #9d9d9c;
  --color: #fff;
}

/* primary-black */

.primary-black,
.buttonwrap-primary-black a {
  --background-color: #000;
  --color: #fff;
}

.primary-black:hover,
.primary-black:focus,
.buttonwrap-primary-black a:hover,
.buttonwrap-primary-black a:focus {
  --background-color: #9d9d9c;
  --color: #fff;
}

/* primary-pink */

.primary-pink,
.buttonwrap-primary-pink a,
.form .primary {
  --background-color: #e6007e;
  --color: #fff;
}

.primary-pink:hover,
.primary-pink:focus,
.buttonwrap-primary-pink a:hover,
.buttonwrap-primary-pink a:focus,
.form .primary:hover,
.form .primary:focus {
  --background-color: #9d9d9c;
  --color: #fff;
}

/* secondary */

.secondary,
.buttonwrap-secondary a {
  --border-color: #000;
}

.secondary:hover,
.secondary:focus,
.buttonwrap-secondary a:hover,
.buttonwrap-secondary a:focus {
  --border-color: transparent;
  --background-color: #9d9d9c;
  --color: #fff;
}

/* link */

.linkbutton,
.buttonwrap-linkbutton a {
  --text-decoration: underline;
  margin: calc(var(--padding-vertical) * -1) calc(var(--padding-horizontal) * -1);
}

.linkbutton:hover,
.linkbutton:focus,
.buttonwrap-linkbutton a:hover,
.buttonwrap-linkbutton a:focus {
  --text-decoration: underline;
  --color: #006fb8;
}


/*** background variations ***/

/* blue */
.theme--blue :is(.primary, .buttonwrap-primary a) {
  --border-color: #fff;
}
.theme--blue :is(.primary:hover, .primary:focus, .buttonwrap-primary a:hover, .buttonwrap-primary a:focus) {
  --border-color: transparent;
}

.theme--blue :is(.form .primary) {
  --border-color: transparent;
}
.theme--blue :is(.form .primary:hover, .form .primary:focus) {
  --border-color: transparent;
}

.theme--blue :is(.secondary, .buttonwrap-secondary a) {
  --border-color: #fff;
  --color: #fff;
}
.theme--blue :is(.secondary:hover, .secondary:focus, .buttonwrap-secondary a:hover, .buttonwrap-secondary a:focus) {
  --border-color: transparent;
}

.theme--blue :is(.linkbutton, .buttonwrap-linkbutton a) {
  --color: #fff;
}
.theme--blue :is(.linkbutton:hover, .linkbutton:focus, .buttonwrap-linkbutton a:hover, .buttonwrap-linkbutton a:focus) {
  --color: #000;
}

/* black */
.theme--black :is(.primary-black, .buttonwrap-primary-black a) {
  --border-color: #fff;
}
.theme--black :is(.primary-black:hover, .primary-black:focus, .buttonwrap-primary-black a:hover, .buttonwrap-primary-black a:focus) {
  --border-color: transparent;
}

.theme--black :is(.form .primary) {
  --border-color: transparent;
}
.theme--black :is(.form .primary:hover, .form .primary:focus) {
  --border-color: transparent;
}

.theme--black :is(.secondary, .buttonwrap-secondary a) {
  --border-color: #fff;
  --color: #fff;
}
.theme--black :is(.secondary:hover, .secondary:focus, .buttonwrap-secondary a:hover, .buttonwrap-secondary a:focus) {
  --border-color: transparent;
}

.theme--black :is(.linkbutton, .buttonwrap-linkbutton a) {
  --color: #fff;
}
.theme--black :is(.linkbutton:hover, .linkbutton:focus, .buttonwrap-linkbutton a:hover, .buttonwrap-linkbutton a:focus) {
  --color: #006fb8;
}

[data-anchor] {
  --anchor-offset: var(--header-height);
  transform: translateY(calc(var(--anchor-offset) * -1));
}
.footer {
  --link-color: #000;
  --link-text-decoration: none;
  --link-color-hover: #006fb8;
  --link-text-decoration-hover: underline;
}

.footer__part {
  padding: 60px 25px;
  background-color: #fff;
}

.footer__part--meta {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: var(--small-font-size);
  border-top: 1px solid #e9e8e8;
}

.footer__part--logos {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e9e8e8;
}

.footer__container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

.footer__box {
  padding: 25px 15px;
}

.footer__box--meta,
.footer__box--logo {
  padding: 15px;
}

.footer__copyright {
  padding: 10px;
  padding-left: 0;
  margin-left: -5px;
  line-height: 1.88;
}

.footer__logo img {
  width: 100% !important;
  max-width: 250px;
}

@media (min-width: 600px) {
  .footer__content {
    flex-flow: row;
    flex-wrap: wrap;
  }
  
  .footer__part--meta .footer__content {
    align-items: center;
  }  

  .footer__box {
    width: 50%;
  }
  
  .footer__box--logo {
    text-align: right;
  }
  
  .footer__box--logos {
    width: 100%;
  }
  
}

@media (min-width: 900px) {
  .footer__box {
    width: 25%;
  }
  
  .footer__box--meta {
    width: auto;
    flex: 1;
  }
  
  .footer__box--logo {
    width: auto;
  }
  
  .footer__box--logos {
    width: 100%;
  }
  
  .footer__copyright {
    display: inline-block;
    margin-right: 30px;
  }

  .footer__textlinks {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  
  .footer__box--quicklinks {
    width: 22%;
  }
  
  .footer__box--social, 
  .footer__box--adress {
    width: 28%;
  }
  
}
.global-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.2s;
}

.hs-inline-edit .global-cta {
  position: absolute;
}

.global-cta__inner {
  display: flex;
  gap: 1px;
  background-color: #fff;
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);
}

.global-cta__inner > span {
  flex: 1;
}

.global-cta__button {
  display: block;
  background-color: #006fb8;
  border: 1px solid transparent;
  color: #fff;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.2s;
}

.global-cta__button:hover, 
.global-cta__button:focus {
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
}

.global-cta-spacer {
  height: var(--global-cta-height);
}


@media (min-width: 900px) {
  .global-cta {
    bottom: auto;
    left: auto;
    top: calc(var(--header-height) / 2);
    right: 100px;
    width: 300px;
    transform: translateY(-50%);
  }
  
  .header--hidden ~ .global-cta {
    pointer-events: none;
    opacity: 0;
    transform: translateY(-200%);
  }
  
  .global-cta__inner {
    gap: 10px;
    background-color: transparent;
    box-shadow: none;
  }
  
  .global-cta__button {
    background-color: #fff;
    border-color: #000;
    color: #000;
  }

  .global-cta__button:hover, 
  .global-cta__button:focus {
    background-color: #9d9d9c;
    border-color: #9d9d9c;
    color: #fff;
  }
}

@media (min-width: 1600px) {
  .global-cta {
    right: calc(calc(calc(100vw - 1600px) / 2) + 60px);
  }
}
.header {
  position: fixed;
  top: 0; 
  left: 0;
  background-color: #fff;
  width: 100%;
  height: var(--header-height);
  z-index: 99;
  transition-duration: 0.2s;
  transform: translateY(-1px); /* weird safari fix */
}

.header-spacer {
  height: var(--header-height);
}

.header--open {
  height: calc(100vh + 1px);
}

.header--sticky {
  border-bottom: 1px solid #e9e8e8;
}

.header--hidden:not(.header--open) {
  opacity: 0;
  transform: translateY(-100%);
}

.hs-inline-edit .header {
  position: relative;
}

.hs-inline-edit .header-spacer {
  height: 0;
}

.header__skip {
  text-align: center;
  padding: 5px;
  background-color: #fff;
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
}

.header__container {
  position: relative;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.header__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 25px;
}

.header__logo {
  flex: 1;
  padding-right: 15px;
}

.header__logo a {
    display: inline-block;
}

.header__logo img {
  max-width: 235px;
  width: 100%;
  height: auto;
  display: block;
}

.header__menubutton {
  display: flex;
}

.header__navigation {
  overflow: hidden;
  flex: 1;
  opacity: 0;
  transition-duration: 0.3s;
}

.header__navigation::before {
  content: "";
  display: block;
  height: 0;
  border-bottom: 1px solid #e9e8e8;
}

.header--open .header__navigation {
  opacity: 1;
}

.header__nav--small {
  position: relative;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 25px;
  overscroll-behavior-y: contain;
  scrollbar-gutter: stable;
}


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

.header__nav--big {
  display: none;
}

@media (min-width: 600px) {
  
}

@media (min-width: 900px) {
  
}

@media (min-width: 1600px) {
  .header {
    padding-left: 25px;
    padding-right: 25px;
  }
  
  .header--open {
    height: auto;
    overflow-y: initial;
  }
  
  .header__container {
    flex-flow: row;
    overflow: visible;
  }
  
  .header__controls {
    padding-left: 0;
  }

  .header__logo {
    flex: 0 1 auto;
  }
  
  .header__logo img {
    max-width: 290px;
  }
  
  .header__menubutton {
    display: none;
  }
  
  .header__navigation {
    flex: 1;
    width: auto;
    display: block !important;
    opacity: 1;
  }
  
  .header__navigation::before {
    display: none;
  }
  
  .header__nav--small {
    display: none;
  }

  .header__nav--big {
    display: flex;
    height: 100%;
  }
  
  .header__megamenu {
    flex: 1;
  }
  
  .header__search {

  }
  
}
/* For content that needs to be visually hidden but stay visible for screenreaders */
.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;
}

/* margins */

.m-0 {
  margin: 0;
}

.m-15 {
  margin: 15px;
}

.m-30 {
  margin: 30px;
}

.mt-0 {
  margin-top: 0;
}

.mt-15 {
  margin-top: 15px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

/* paddings */

.p-0 {
  padding: 0;
}

.p-15 {
  padding: 15px;
}

.p-30 {
  padding: 30px;
}

.pt-0 {
  padding-top: 0;
}

.pt-15 {
  padding-top: 15px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-30 {
  padding-bottom: 30px;
}

/* text-align */
.ta-l {
  text-align: left;
}

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

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

/* width */
.w-auto {
  width: auto;
}

.w-100 {
  width: 100%;
}

/* 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;
}
:root {
  --module-bgcolor: #fff;
  --module-padding-top: 50px;
  --module-padding-right: 25px;
  --module-padding-bottom: 50px;
  --module-padding-left: 25px;
  
  --header-height: 84px;
  --global-cta-height: 53px;
}

html, body {
  height: 100%;
}

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

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

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

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

.module--blue {
  --module-bgcolor: #006fb8;
}

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

.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: #e9e8e8;
}

.module--second-background-blue {
  --module-second-bg-color: #006fb8;
}

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

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

.module__container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: -1px;
  margin-bottom: -1px;
}

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

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

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


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


/* enforce vertical stacking for embeds */
[data-embed-id] .row-fluid {
  display: block !important;
}
[data-embed-id] .row-fluid [class^="span"] {
  display: block !important;
  width: 100% !important;
}


@media (min-width: 900px) {
  :root {
    --global-cta-height: 0;
  }
}

@media (min-width: 1200px) {
  :root {
    --module-padding-top: 80px;
    --module-padding-right: 25px;
    --module-padding-bottom: 80px;
    --module-padding-left: 25px;
  }
  
  .body--noscroll {
    overflow-y: initial;
  }
}

@media (min-width: 1600px) {
  :root {
    --header-height: 94px;
  }

}
.menubutton {
  border-radius: 3px;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition-duration: 0.3s;
  touch-action: manipulation;
}

.menubutton:hover, 
.menubutton:focus {
}

.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: #006fb8;
}

.menubutton__icon {
  position: relative;
  display: block;
  width: 30px;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #000;
  transition-duration: 0.3s;
}

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

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

.menubutton__icon::after {
  bottom: -7px;
  left: auto;
  right: 0;
}

.menubutton--active .menubutton__icon {
  background-color: transparent;
  transform: translateX(2px);
}

.menubutton--active .menubutton__icon::before {
  width: 100%;
  transform: rotate(28deg);
}

.menubutton--active .menubutton__icon::after {
  width: 100%;
  transform: rotate(-28deg);
}
.nav {
}

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

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

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

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

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

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

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

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

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

.nav .hs-menu-item--back > button {
  margin-bottom: 20px;
  padding: 10px 15px;
  background-image: url(https://25020956.fs1.hubspotusercontent-eu1.net/hubfs/25020956/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.3;
  cursor: pointer;
  color: #000;
}

.nav .hs-menu-item--title > a {
  margin-bottom: 15px;
  border-bottom: 1px solid #e9e8e8;
  font-size: 2.5rem;
}


/* nav mobile */
.nav--mobile {
    margin-bottom: 30px;
}

.nav--mobile .hs-menu-depth-1 > a {
  font-size: 2.5rem;
}

/* quicklinks */
.nav--quicklinks {}
.pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.pagination__current-page {
  
}

.pagination__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 44px;
  background: #fff;
  box-shadow: 0 0 2px 1px rgb(0 0 0 / 10%);
  border-radius: 50%;
  opacity: 1;
}

.pagination__button--disabled {
  opacity: 0.6;
  cursor: default;
}

.pagination__button svg {
  display: block;
  height: 1em;
  width: 1em;
}

.pagination__button--previous svg {
  transform: scaleX(-1);
}
/* search mobile */
.search-mobile {
  margin-top: 30px;
}

.search-mobile__input {
  width: 100%;
  margin-bottom: 100px; /* extra space for global cta */
  padding: 10px 25px 5px;
  background-image: url(https://25020956.fs1.hubspotusercontent-eu1.net/hubfs/25020956/raw_assets/public/frenz-theme/images/magnifier.svg);
  background-size: auto 40%;
  background-position: left 5px center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
}

.search-mobile__input:focus {
  outline-color: #2191f7;
}

/* search desktop */
.search-desktop {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: -20px;
  padding: 20px;
}

.search-desktop__icon {
  width: 20px;
  height: auto;
}


/* search hubspot */

.hs-search-field {

}

.hs-search-field form {
  display: flex;
}

.hs-search-field label {

}

.hs-search-field .hs-search-field__input {
  padding: 7px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
}

.hs-search-field .hs-search-field__input:focus {
  outline-color: #2191f7;
}

.hs-search-field button {
  margin-left: 5px;
  padding: 7px 15px;
  border: none;
  border-radius: 5px;
  background-color: #2191f7;
  cursor: pointer;
}

.hs-search-field button:focus {
  opacity: 0.7;
  outline-color: #2191f7;
}

.hs-search-field button svg {
  fill: #fff;
}
/* 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;
}
html {
  font-size: 62.5%; /* don't change this */
}

:root {
  --base-font-size: 1.6rem;
  --small-font-size: 0.7em;
  /*--small-font-size: 70%;*/
  --font-color: #000;
  --title-color: #006fb8;
  --link-color: #006fb8;
  --link-color-hover: #006fb8;
  --text-margin-bottom: 3rem;
}

body {
  font-family: Frutiger-LT-Light;
  line-height: 1.3;
  word-break: break-word;

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0 0 1rem;
  font-family: Frutiger-LT-Light;
  font-weight: 400;
}

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

h1, .h1 {
  font-size: 4.8rem;
  line-height: 1.13;
  color: var(--title-color);
}

h2, .h2 {
  font-size: 3.5rem;
  line-height: 1.27;
}

h3, .h3 {
  font-size: 2.5rem;
  line-height: 1.43;
}

h4, .h4 {
  font-size: 2rem;
  line-height: 1.53;
}

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

h6, .h6 {
  font-size: 1.6rem;
  line-height: 1.88;
}

p, .p {
  margin: 0 0 var(--text-margin-bottom);
  font-family: Frutiger-LT-Light;
  font-size: var(--base-font-size);
  line-height: 1.88;
}

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

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

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

b, strong {
  font-family: Frutiger-LT-Bold;
  font-weight: 700;
}

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

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

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

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

.hs_cos_wrapper_type_inline_rich_text :is(ul, ol),
.blog-post__body > :is(div, span) > :is(ul, ol) {
  margin: 0 0 3rem;
}

.hs_cos_wrapper_type_inline_rich_text :is(ul, ol):last-child,
.blog-post__body > :is(div, span) > :is(ul, ol):last-child {
  margin-bottom: 0;
}

.hs_cos_wrapper_type_inline_rich_text ul,
.blog-post__body > :is(div, span) > ul {
  padding-left: 5px;
}

.hs_cos_wrapper_type_inline_rich_text ol,
.blog-post__body > :is(div, span) > ol {
  padding-left: 1em;
}

.hs_cos_wrapper_type_inline_rich_text :is(ul, ol) li,
.blog-post__body > :is(div, span) > :is(ul, ol) li {
  margin-bottom: 0;
  line-height: 1.88;
}

.hs_cos_wrapper_type_inline_rich_text ul li,
.blog-post__body > :is(div, span) > ul li {
  padding-left: 5px;
}

.hs_cos_wrapper_type_inline_rich_text ol li,
.blog-post__body > :is(div, span) > ol li {
  padding-left: 5px;
}

.hs_cos_wrapper_type_inline_rich_text ul li::marker,
.blog-post__body > :is(div, span) > ul li::marker {
  content: ".";
}


/* Blockquote */

blockquote {
  margin: 0 0 3rem;
  padding: 0;
}

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

blockquote p {
  font-family: "Times New Roman", serif;
  font-size: 2.5rem;
  line-height: 1.43;
  color: var(--quote-color, #006fb8);
}

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

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

/* Horizontal rules */

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

/* Image alt text */

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

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

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

@media (min-width: 600px) {
  
}

@media (min-width: 900px) {
  
}

@media (min-width: 1200px) {
  :root {
    --base-font-size: 1.8rem;
  }
 
  h1, .h1 {
    font-size: 6rem;
  }

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

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

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

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

  h6, .h6 {
    font-size: 1.8rem;
  }
  
  blockquote p {
    font-size: 3.2rem;
  }
}

