/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *: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: 600;
}

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

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/






















/* CSS variables */

:root {
  --container-width: 1500px;
  --container-gutter: 80px;
  --container-radius: 100px;

  --section_vertical_spacing: 35px;

  --content-indent: min(7.42vw, 120px);
  --background-expansion: 100px;

  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;

  --primary-color: #F39200;
  --secondary-color: #0A5C7B;

  --bg-color: white;
  --border-color: #dadada;
  --link-color: #0a5c7b;
  --link-color-hover: #0a5c7b;
  --text-color: #5A5A5A;
  --heading-color: #0A5C7B;

  --btn-radius: 40px;
  --btn-padding: 5px 30px;
  --btn-font-size: 14px;
  --btn-sm-font-size: 12px;

  --input-radius: 45px;
  --input-bg-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;

  --color-sand: rgb(234,219,197,0.6);
  --color-blue: #0A5C7B;
  --color-turquoise: #48B7C7;
  --color-green: #60b882;
  --color-dark-blue: #003D53;
  --color-pink: #EB5A7E;
  --color-linear-blue: #4bc8c9;

  --m-h1-fontsize: 25px; /* confirm by JFD */
  --m-h2-fontsize: 25px;
  --m-h3-fontsize: 20px;
  --m-h4-fontsize: 18px;
}

@media (max-width: 1700px) {
  :root {
    --container-gutter: 50px;
  }
}
@media (max-width: 1200px) {
  :root {
    --container-radius: 40px;
    --container-gutter: 40px;

    --content-indent: 6vw;
  }
}
@media (max-width: 767px) {
  :root {
    --container-radius: 25px;
    --container-gutter: 20px;
    --background-expansion: var(--container-gutter);

    --section_vertical_spacing: 20px;

    --content-indent: 0;
  }
}

/* header wage_earner */
.color-scheme-orange {
  --primary-color: #F39200;
  --secondary-color: #0A5C7B;
}

/* header self_employed */
.color-scheme-green {
  --primary-color: var(--color-green);
}

/* header student */
.color-scheme-pink {
  --primary-color: var(--color-pink);
}

.bg-white {
  --bg-color: white;
  --border-color: #dadada;
  --link-color: #0a5c7b;
  --link-color-hover: #0a5c7b;
  --text-color: #5A5A5A;
  --heading-color: #0A5C7B;
}
.bg-sand {
  --bg-color: var(--color-sand);
  --border-color: #dadada;
  --link-color: #0a5c7b;
  --link-color-hover: #0a5c7b;
  --text-color: #5A5A5A;
  --heading-color: #0A5C7B;
}
.bg-blue {
  --bg-color: var(--color-blue);
  --text-color: white;
  --border-color: white;
  --link-color: white;
  --link-color-hover: white;
  --heading-color: white;
}
.bg-turquoise {
  --bg-color: var(--color-turquoise);
  --text-color: white;
  --border-color: white;
  --link-color: white;
  --link-color-hover: white;
  --heading-color: white;
  --secondary-color: var(--color-dark-blue);
}
.bg-green {
  --bg-color: var(--color-green);
  --text-color: white;
  --border-color: white;
  --link-color: white;
  --link-color-hover: white;
  --heading-color: white;
}
.bg-orange {
  --bg-color: #F39200;
  --text-color: white;
  --border-color: white;
  --link-color: white;
  --link-color-hover: white;
  --heading-color: white;
}
.bg-dark-blue {
  --bg-color: var(--color-dark-blue);
  --text-color: white;
  --border-color: white;
  --link-color: white;
  --link-color-hover: white;
  --heading-color: white;
}
.bg-linear-blue {
  --bg-color: var(--color-linear-blue);
  --text-color: white;
  --border-color: white;
  --link-color: white;
  --link-color-hover: white;
  --heading-color: white;
}

.hs-form {
  --heading-color: var(--color-blue);
}

.container {
  max-width: var(--container-width);
  margin: 0 auto;
  color: var(--text-color);
  position: relative;
}

.indent-content-element {
  padding-right: var(--content-indent);
  padding-left: var(--content-indent);
}

[class*='bg-']:not(a) .container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bg-color);
  border-radius: var(--container-radius);
  z-index: -1;
}

[class*='bg-']:not(a) a {
  color: var(--link-color);
}
[class*='bg-']:not(a) a:hover,
[class*='bg-']:not(a) a:active,
[class*='bg-']:not(a) a:focus {
  color: var(--link-color-hover);
}

.hide {
  display: none!important;
}

@media (min-width: 1200px) { /* Desktop */
  .disable_desktop_top .container:before {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .disable_desktop_bottom .container:before {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .hide-desktop {
    display: none!important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) { /* Tablet */
  .disable_tablet_top .container:before {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .disable_tablet_bottom .container:before {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .hide-tablet {
    display: none!important;
  }
}

@media (max-width: 767px) { /* Mobile */
  .disable_mobile_top .container:before {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .disable_mobile_bottom .container:before {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .hide-mobile {
    display: none!important;
  }
}

/* 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));
    }
  
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

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

.dnd-section[class*="-force-full-width-section"] {
  padding-right: 0;
  padding-left: 0;
}
.dnd-section-hero[class*="-force-full-width-section"] {
  overflow-x: hidden;
}
.dnd-section[class*="-force-full-width-section"]:not(.dnd-section-hero) {
  --container-width: 1700px;
}

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

.hs-ls-module-hover-overlay {
  top: 0!important;
}
.hs-inline-edit .dev-info {
  display: block;
}

/* Elements
Base HMTL elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.4375;
  overflow-wrap: break-word;
  text-underline-offset: 3px;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0 0 1.4rem;
  line-height: 1.25;
}

/* Lists */

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

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

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

ul > li {
    margin-bottom: 0.5em;
}

ol {
  padding-left: 1.125em;
}
ol > li {
  padding-left: 0.75em;
  margin-bottom: 0.5em;
}
ol > li::marker {
  font-weight: bold;
}

ul.list-checked,
ul.list-dotted {
    list-style: none;
    padding: 0;
}
ul.list-checked li,
ul.list-dotted li {
    padding-left: 2em;
    position: relative;
}
ul.list-checked li:before,
ul.list-dotted li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.1em;
  display: inline-block;
}
ul.list-checked li:before {
    width: 1em;
    height: 1em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.738' height='14.878' viewBox='0 0 18.738 14.878'%3E%3Cpath id='Icon_feather-check' data-name='Icon feather-check' d='M21.916,9,10.974,21.467,6,15.8' transform='translate(-4.589 -7.589)' fill='none' stroke='%230a5c7b' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}
ul.list-dotted li:before {
    width: 10px;
    height: 10px;
    background-color: var(--link-color);
    border-radius: 50%;
    top: 0.4em;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 0 0 1.4rem;
  position: relative;
}
blockquote:last-child {
  margin-bottom: 0;
}
blockquote:before {
  content: '';
  background: url("//25350608.fs1.hubspotusercontent-eu1.net/hubfs/25350608/raw_assets/public/frie-theme/images/module-icons/blue/quote.svg") no-repeat;
  background-position: center right;
  background-size: contain;
  position: absolute;
  width: 60px;
  height: 46px;
  transform: translateY(-100%);
  top: -4px;
  left: 0;
  z-index: 1;
}
.testimonial blockquote p {
    margin-bottom: 1rem;
}
.testimonial blockquote p:last-child {
    margin-bottom: 0;
}

.testimonial blockquote:before {
  left: auto;
  right: 0;
  top: 0;
  transform: translateY(-40%);
  margin-top: var(--card-offset-y);
}
.bg-blue blockquote:before,
.bg-dark-blue blockquote:before {
  background-image: url('//25350608.fs1.hubspotusercontent-eu1.net/hubfs/25350608/raw_assets/public/frie-theme/images/module-icons/white/quote.svg');
}

.blog-post__body blockquote,
.widget-type-rich_text blockquote {
    padding: 25px;
    border-radius: 25px;
    border: 1px solid var(--border-color);
}
.blog-post__body blockquote:before,,
.widget-type-rich_text blockquote:before {
    left: auto;
    right: 25px;
    top: 0;
    transform: translateY(-40%);
}

/* Horizontal rules */

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

/* Image alt text */

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

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

.help-text {
  color: #6C6C6C;
  font-size: 0.875rem;
}
.section-subtitle {
  font-size: 0.875rem;
}

.bg-turquoise .help-text,
.bg-blue .help-text,
.bg-dark-blue .help-text {
  color: white;
}


button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

body:not(.body--ready) button,
body:not(.body--ready) .button,
body:not(.body--ready) .hs-button {
  transition: unset;
}

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #D0D0D0 !important;
  border-color: #D0D0D0 !important;
  color: #F9F9F9 !important;
  cursor: default;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}


.btn-simple-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-size: var(--btn-font-size);
  font-weight: normal;
  color: var(--link-color);
  text-decoration: none;
  min-width: 24px;
  gap: 5px;
}
@media (hover) {
  .btn-simple-link:hover,
  .btn-simple-link:active,
  .btn-simple-link:focus {
    color: var(--link-color-hover);
  }
}
.btn__text {
  position: relative;
}
.btn__text:before {
  content: '';
  background: currentColor;
  bottom: -2px;
  height: 2px;
  opacity: 0.6;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  transition: all .6s;
}
@media (hover) {
  .btn:not(.disabled):hover .btn__text:before {
    width: 100%;
  }
}
.btn__images {
  position: relative;
  display: inline-flex;
}
.btn__images .icon {
  width: 24px;
  height: 24px;
  transition: opacity .3s;
  object-fit: scale-down;
}
.btn__images .icon-on-hover {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  opacity: 0;
}

@media (hover) {
  .btn:hover .icon-default:not(:last-child) {
    opacity: 0;
  }

  .btn:hover .icon-on-hover {
    opacity: 1!important;
  }
}

.btn-sm .btn__images .icon {
  width: 20px;
  height: 20px;
}

.button.btn-primary,
.hs_submit .primary {
  color: white;
  background-color: var(--primary-color);
}

.button.btn-secondary {
  color: white;
  background-color: var(--secondary-color);
}
.button.btn-primary:hover,
.button.btn-primary:focus,
.button.btn-secondary:hover,
.button.btn-secondary:focus {
  color: white;
}
.hs_submit input.hs-button {
  transition: all .3s;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 2px;
}
.hs_submit input.hs-button:hover {
  text-decoration-color: rgba(255,255,255,0.6);
}




.ctas-list {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 1rem;
}
.ctas-list--justify {
  justify-content: space-between;
}

.social-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.img-wrapper {
  overflow: hidden;
  display: flex;
  position: relative;
}
.img-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.img-wrapper img {
  transition: all .3s;
  transform: scale(1);
}

.object-fit-cover,
.object-fit-contain {
  overflow: hidden;
}
.object-fit-cover img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.object-fit-contain img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

.ratio_1_1 {
  aspect-ratio: 1 / 1;
}
.ratio_2_1 {
  aspect-ratio: 2 / 1;
}
.ratio_4_3 {
  aspect-ratio: 4 / 3;
}
.ratio_16_9 {
  aspect-ratio: 16 / 9;
}
.ratio_8_5 {
  aspect-ratio: 8 / 5;
}

.top-badge {
    position: absolute;
    top: -1px; /* subtract clippath 2px*/
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    min-width: 160px;
    max-width: 80%;
    background-color: var(--primary-color);
    color: white;
    white-space: nowrap;
    font-size: 0.875rem;
    padding: 16px 24px 12px;
    display: inline-block;
    border-radius: 0 0 20px 20px;
    text-align: center;
    clip-path: polygon( 100% 0%,100% 0%,99.709% 7.274%,99.387% 15.149%,99.047% 23.336%,98.699% 31.547%,98.357% 39.493%,98.032% 46.884%,97.737% 53.433%,97.482% 58.85%,97.28% 62.846%,97.144% 65.133%,97.144% 65.133%,96.746% 72.181%,96.196% 78.354%,95.506% 83.683%,94.684% 88.2%,93.744% 91.936%,92.694% 94.923%,91.547% 97.191%,90.312% 98.772%,89.001% 99.698%,87.625% 100%,12.363% 100%,12.363% 100%,10.987% 99.698%,9.677% 98.772%,8.443% 97.191%,7.296% 94.923%,6.247% 91.936%,5.306% 88.2%,4.485% 83.683%,3.794% 78.354%,3.245% 72.181%,2.847% 65.133%,2.847% 65.133%,2.711% 62.851%,2.51% 58.858%,2.257% 53.444%,1.962% 46.897%,1.639% 39.507%,1.298% 31.561%,0.952% 23.349%,0.612% 15.159%,0.291% 7.28%,0% 0% );
}

.card-group,
.splide__list {
  --card-padding-y: 20px;
  --card-padding-x: 20px;
  --card-offset-y: -20px;
  --card-offset-x: -20px;

  --card-gap: 30px;
  --card-inner-gap: 1rem;
  --card-radius: 25px;
  --card-icon-bg-color: var(--bg-color);
}
.card-group {
  display: grid;
  grid-template-columns: repeat(var(--column-xs), 1fr);
  gap: var(--card-gap);
}

a.card__inner,
a.card__inner:hover {
    color: var(--text-color);
}
a.card__inner .card-title {
    color: var(--text-color) !important;
}

@media (min-width: 768px) {
  .card-group {
    grid-template-columns: repeat(var(--column-md), 1fr);
  }
  .splide__list .card__inner {
    min-height: 200px;
  }

  .card-group .card:hover,
  .splide__list .card:hover{
    transform: translateY(-10px);
  }
}

@media (min-width: 1200px) {
  .card-group {
    grid-template-columns: repeat(var(--column-lg), 1fr);
  }

  .card-group,
  .splide__list {
    --card-padding-y: 30px;
    --card-padding-x: 24px;
    --card-offset-y: -30px;
    --card-offset-x: -24px;
    --card-gap: 35px;
    --card-inner-gap: 20px;
  }
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    background-clip: border-box;
    transform: translateY(0);
    transition: all .3s;
}

.card:hover .img-wrapper img {
    transform: scale(1.125);
}
.card__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: var(--card-inner-gap);
    padding: var(--card-padding-y) var(--card-padding-x);
    border: 1px solid var(--border-color);
    border-radius: var(--card-radius);
    background-color: var(--bg-color);
    color: var(--text-color);
}

.card-img-top {
    position: relative;
    margin-top: var(--card-offset-y);
    margin-left: var(--card-offset-x);
    margin-right: var(--card-offset-x);
}
.card-img-left {
    position: relative;
    margin-top: var(--card-offset-y);
    margin-left: var(--card-offset-x);
    margin-bottom: var(--card-offset-y);
}
.card-img-top .img-wrapper {
  border-top-left-radius: var(--card-radius);
  border-top-right-radius: var(--card-radius);
}
.card-img-left .img-wrapper {
  border-top-left-radius: var(--card-radius);
  border-bottom-left-radius: var(--card-radius);
}
.card-img-top .card-title {
    position: absolute;
    bottom: var(--card-padding-y);
    left: var(--card-padding-x);
    right: var(--card-padding-x);
}

.card-title,
.card-title-2nd {
    margin-bottom: 0;
}
.card-title-2nd {
    color: var(--text-color) !important;
    font-weight: normal !important;
}
.card-heading-wrapper.is-empty {
    display: none;
}

.card-body {
    flex: 1 1 auto;
    position: relative;
}
/* .card-text p:last-child,
.card-text ul:last-child {
    margin-bottom: 0;
} */

.card__inner blockquote {
  margin: 0;
  flex-grow: 1;
}

.card-icon {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: var(--card-icon-bg-color);
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-icon[class*="bg-"] {
	--card-icon-bg-color: var(--bg-color);
}

.card-icon svg {
  max-width: 100%;
  max-height: 100%;
}

.splide__track {
  padding-top: 60px; /* prevent crop quote icon */
  margin-top: -60px;
}
.splide__arrows--custom {
  margin-top: 20px;
}

.card-helptext {
    margin-top: 0.625rem;
}

@media (max-width: 767px) {
  .card-helptext:empty {
      display: none;
  }
}




.card--info-box .icon-info {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  position: absolute;
  width: 40px;
  height: 40px;
  top: var(--card-offset-y);
  margin-top: -20px;
}



.card--faq .card-icon {
  width: 60px;
  height: 60px;
  padding: 10px;
  border-radius: 50%;
  overflow: hidden;
}
.card--faq .card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.card--faq .card-footer {
  text-align: center;
}
.card--faq .card-footer a {
  font-weight: bold;
}

.card--faq .card-text {
  font-size: 0.875rem;
  flex-grow: 1;
}

.meta-tags {
  align-items: center;
  background: #fff;
  color: var(--link-color);
  display: flex;
  flex-wrap: wrap;
  font-size: .875rem;
  gap: 7px 14px;
  text-transform: capitalize;
  z-index: 1;
}
.card-img-top .meta-tags {
  position: absolute;
  bottom: -10px;
  z-index: 1;
  padding: 12px var(--card-padding-x) 10px;
  border-top-right-radius: 40px;
  align-items: center;
  max-width: 90%;
}
.card-heading-wrapper .meta-tags {
  margin-bottom: 10px;
}


.meta-tags__tag {
  color: var(--link-color)!important
}
.meta-tags .splitter {
  background-color: var(--border-color);
  height: 1.25rem;
  width: 1px;
}



@media (min-width: 768px) {
    .card--fullwidth:hover {
        transform: none!important;
    }
    .card--fullwidth:hover .card__inner {
        --border-color: rgba(10,92,123,0.5);
    }
    .card--fullwidth .card__inner {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .card--fullwidth .card-img-left {
        flex-basis: 230px;
        flex-shrink: 0;
    }
    .card--fullwidth .card-heading-wrapper {
        flex-grow: 1;
    }
    .card--fullwidth .card-body {
        flex-grow: 0;
        flex-shrink: 0;
    }
}

@media (min-width: 1200px) {
    .card--fullwidth .card-body {
        flex-grow: 0;
        min-width: min(30%, 360px);
    }
}




.section-title {
  max-width: 90vw;
}

.section-media-text {
    --card-group-gap: 90px 50px;
}

.mediacard--type-image {
    --mediacard-gap: 20px 50px;
    --splash-width: 130px;
    --col-image-right: 0;
    --col-image-bottom: 16px;
    --image-clip-right: polygon( 95.155% 100%,4.845% 100%,4.845% 100%,4.059% 99.931%,3.314% 99.732%,2.619% 99.413%,1.984% 98.986%,1.42% 98.461%,0.935% 97.849%,0.541% 97.161%,0.247% 96.407%,0.063% 95.599%,0% 94.748%,7.752% 5.252%,7.752% 5.252%,7.815% 4.401%,7.999% 3.593%,8.293% 2.839%,8.687% 2.151%,9.172% 1.539%,9.736% 1.014%,10.371% 0.587%,11.066% 0.268%,11.811% 0.069%,12.597% 0%,12.597% 0%,95.155% 0%,95.155% 0%,95.941% 0.069%,96.686% 0.268%,97.381% 0.587%,98.016% 1.014%,98.58% 1.539%,99.065% 2.151%,99.459% 2.839%,99.753% 3.593%,99.937% 4.401%,100% 5.252%,100% 5.252%,100% 5.252%,100% 5.252%,100% 5.252%,100% 5.252%,100% 5.252%,100% 5.252%,100% 5.252%,100% 5.252%,100% 5.252%,100% 5.252%,100% 94.748%,100% 94.748%,99.937% 95.599%,99.753% 96.407%,99.459% 97.161%,99.065% 97.849%,98.58% 98.461%,98.016% 98.986%,97.381% 99.413%,96.686% 99.732%,95.941% 99.931%,95.155% 100% );
    --image-clip-left: polygon( 4.845% 0%,95.155% 0%,95.155% 0%,95.94% 0.069%,96.686% 0.268%,97.381% 0.587%,98.016% 1.014%,98.58% 1.539%,99.065% 2.151%,99.459% 2.839%,99.753% 3.593%,99.937% 4.401%,100% 5.252%,92.248% 94.748%,92.248% 94.748%,92.185% 95.599%,92.001% 96.407%,91.707% 97.161%,91.313% 97.849%,90.828% 98.461%,90.264% 98.986%,89.629% 99.413%,88.934% 99.732%,88.189% 99.931%,87.403% 100%,4.845% 100%,4.845% 100%,4.06% 99.931%,3.314% 99.732%,2.619% 99.413%,1.984% 98.986%,1.42% 98.461%,0.935% 97.849%,0.541% 97.161%,0.247% 96.407%,0.063% 95.599%,0% 94.748%,0% 5.252%,0% 5.252%,0.063% 4.401%,0.247% 3.593%,0.541% 2.839%,0.935% 2.151%,1.42% 1.539%,1.984% 1.014%,2.619% 0.587%,3.314% 0.268%,4.06% 0.069%,4.845% 0% );
}
.mediacard--type-video {
  --mediacard-gap: 20px 36px;
}

@media (min-width: 768px) {
    .mediacard--type-image {
        --splash-width: min(221px, 37%);
        --col-image-right: 36px;
        --col-image-bottom: 28px;
    }
}

@media (min-width: 1200px) {
    .section-media-text {
        --card-group-gap: 100px 68px;
    }

    .mediacard--type-image {
        --col-image-right: 50px;
        --col-image-bottom: 36px;
    }
}

.section-media-text .card-group {
    gap: var(--card-group-gap);
}
.mediacard .card-title + .card-title-2nd {
    margin-top: 1rem;
}

@media (max-width: 1023px) {
    .section-media-text .card-group {
        grid-template-columns: repeat(var(--column-xs), 1fr);
    }
}

@media (min-width: 1024px) and (max-width: 1300px) {
    .mediacard .col-media .h1,
    .mediacard .col-media h1 {
        font-size: 30px;
    }
}

@media (min-width: 768px) and (max-width: 920px) {
    .mediacard .col-media .h1,
    .mediacard .col-media h1 {
        font-size: 30px;
    }

    .mediacard .col-media .h2,
    .mediacard .col-media h2 {
        font-size: var(--m-h2-fontsize);
    }
}


.hs-video-widget {
    border-radius: 25px;
    overflow: hidden;
}
.card-img-top .hs-video-widget {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.dnd-section[class*="-force-full-width-section"] .hs_cos_wrapper_type_module > .hs-video-widget {
    border-radius: 0;
}




.tippy-box {
  background: none;
}
.tippy-content {
  background-color: var(--secondary-color);
  font-size: 13px;
  padding: 1.25rem 2.5rem 1.25rem 1rem;
  border-radius: 25px;
}
.tippy-content p {
  font-size: 13px;
}
.tippy-content p:last-child {
  margin-bottom: 0;
}
.tippy-content .icon-info {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 12px;
  height: 32px;
  transition: opacity .3s;
  object-fit: scale-down;
  background: url('//25350608.fs1.hubspotusercontent-eu1.net/hubfs/25350608/raw_assets/public/frie-theme/images/module-icons/white/info.svg') no-repeat center;
  background-size: contain;
}
/* Fields */
form {
  text-align: left;
}

.form-no-background {
  background: none;
  padding: 0;
}

.hs-form-field {
  margin-bottom: 0.75rem;
}

/* Labels */

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 1em 1.428em;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

form select:not([multiple]) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('//25350608.fs1.hubspotusercontent-eu1.net/hubfs/25350608/raw_assets/public/frie-theme/images/module-icons/blue/chevron-down.svg');
  background-repeat: no-repeat;
  background-position: calc(100% - 1.2rem) center;
}

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 0.25rem 0 1rem;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
  width: 1rem;
  height: 1rem;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
  /*accent-color: var(--link-color);*/
  accent-color: var(--color-blue);
}

.hs-form-booleancheckbox-display input[type=checkbox] {
  margin-top: 0.15em;
}
.hs_submit .actions {
  margin-top: 2rem;
  text-align: center;
}


/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
  margin-bottom: 0;
}

form .hs-richtext {
  margin-bottom: 0.75rem;
}
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}
form .hs-form-field + div .hs-richtext {
  margin-top: 2rem;
}
form .legal-consent-container .hs-richtext {
  margin-bottom: 1rem;
  margin-top: 0 !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.875rem;
}

.legal-consent-container .hs-form-booleancheckbox-display > span {
  padding-left: 7px;
}

.legal-consent-container .hs-form-booleancheckbox-display > span .hs-form-required {
	margin-left: 0.25rem;
  transform: translateY(-0.125em);
  display: inline-block;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  margin: 0;
  background: url('//25350608.fs1.hubspotusercontent-eu1.net/hubfs/25350608/raw_assets/public/frie-theme/images/module-icons/blue/close.svg') no-repeat center;
  background-size: contain;
}

.hs-search-field .btn-clear {
  background: url('//25350608.fs1.hubspotusercontent-eu1.net/hubfs/25350608/raw_assets/public/frie-theme/images/module-icons/blue/close.svg') no-repeat center;
}

/* region override input number */
/* Chrome, Safari, Edge, Opera */
input.no-spin::-webkit-outer-spin-button,
input.no-spin.no-spin::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.no-spin {
  -moz-appearance: textfield;
}
/* endregion: override input number */

.form-group--inline-button {
  align-items: center;
  background: none;
  display: flex;
  padding: 0;
  position: relative;
  background-color: var(--input-bg-color);
  border: 1px solid var(--border-color);
  border-radius: var(--input-radius);
}
.form-group--inline-button input {
  background: none!important;
  border: none!important;
  padding-right: 0.625em!important;
}
.form-group--inline-button input:focus-visible {
  outline: none;
}
.form-group--inline-button button {
  margin: 2px;
}
.form-group--inline-button:focus-within {
  border-color: var(--secondary-color);
}

@media (min-width: 1024px) {
  .form-control.input-large {
    font-size: 1rem;;
  }
  .form-group--inline-button .input-large + .btn {
    margin: 12px 10px 12px 0;
  }
}
.icon-calendar {
    background-image: url('//25350608.fs1.hubspotusercontent-eu1.net/hubfs/25350608/raw_assets/public/frie-theme/images/module-icons/blue/calendar.svg');
}
.icon-pin {
    background-image: url('//25350608.fs1.hubspotusercontent-eu1.net/hubfs/25350608/raw_assets/public/frie-theme/images/module-icons/blue/map-pin.svg');
}
.icon-info {
    background-image: url('//25350608.fs1.hubspotusercontent-eu1.net/hubfs/25350608/raw_assets/public/frie-theme/images/module-icons/blue/info-filled.svg');
}
.icon-info--white {
    background-image: url('//25350608.fs1.hubspotusercontent-eu1.net/hubfs/25350608/raw_assets/public/frie-theme/images/module-icons/white/info-filled.svg');
}
.form-group--slider-budget {
    position: relative;
    display: flex;
    flex-direction: column;
    --slider-height: 12px;
    --accent-color: var(--color-dark-blue);
    --track-color: var(--color-turquoise);
}

.form-group--slider-budget datalist {
    /*width: calc(100% - 42px);*/
    width: calc(100% - 20px);
    /*width: 100%;*/

    /*left: 21px;*/
    left: 10px;
    /*left: 0px;*/

    display: flex;
    justify-content: space-between;
    height: var(--slider-height);
    position: absolute;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    overflow: hidden;
}

.form-group--slider-budget datalist option {
    padding: 0;
    width: 2px;
    background-color: white;
}
.form-group--slider-budget datalist option:first-child,
.form-group--slider-budget datalist option:last-child {
    opacity: 0!important;
}

.form-group--slider-budget input[type=range] {
    -webkit-appearance: none;
    position: relative;
    background: transparent;
}
.form-group--slider-budget input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 42px;
    width: 42px;
    background-color: var(--accent-color);
    border-radius: 50%;
    margin-top: -15px;
    z-index: 10;
    position: relative;
    background-image: url('//25350608.fs1.hubspotusercontent-eu1.net/hubfs/25350608/raw_assets/public/frie-theme/images/module-icons/white/arrow-left-small.svg'), url('//25350608.fs1.hubspotusercontent-eu1.net/hubfs/25350608/raw_assets/public/frie-theme/images/module-icons/white/arrow-right-small.svg');
    background-repeat: no-repeat, no-repeat;
    background-position: 12px center, calc(100% - 12px) center;
    background-size: 6px 12px, 6px 12px;
    cursor: pointer;
}
.form-group--slider-budget input[type=range]::-webkit-slider-runnable-track {
    height: var(--slider-height);
    background-color: var(--track-color);
}
.form-group--slider-budget input[type=range]:before {
    content: '';
    width: var(--progress-width);
    background-color: var(--accent-color);
    display: block;
    position: absolute;
    height: var(--slider-height);
    top: 5px;
}
.form-group--slider-budget input[type=range]:disabled:before {
    background-color: transparent;
}
.form-group--slider-budget input[type=range]:disabled::-webkit-slider-thumb {
    background-color: #dadada;
}
.form-group--slider-budget input[type=range]:disabled::-webkit-slider-runnable-track {
    background-color: #eee;
}

@supports (-moz-appearance:none) {
    .form-group--slider-budget input[type=range]::-moz-range-thumb {
        -moz-appearance: none;
        height: 42px;
        width: 42px;
        background-color: var(--accent-color);
        border-radius: 50%;
        border: none;
        margin-top: -15px;
        z-index: 10;
        position: relative;
        background-image: url('//25350608.fs1.hubspotusercontent-eu1.net/hubfs/25350608/raw_assets/public/frie-theme/images/module-icons/white/arrow-left-small.svg'), url('//25350608.fs1.hubspotusercontent-eu1.net/hubfs/25350608/raw_assets/public/frie-theme/images/module-icons/white/arrow-right-small.svg');
        background-repeat: no-repeat, no-repeat;
        background-position: 12px center, calc(100% - 12px) center;
        background-size: 6px 12px, 6px 12px;
        cursor: pointer;
    }
    .form-group--slider-budget input[type=range]::-moz-range-progress {
        height: var(--slider-height);
        background-color: var(--accent-color);
        border-radius: calc(var(--slider-height) / 2);
        overflow: hidden;
    }
    .form-group--slider-budget input[type=range]::-moz-range-track {
        height: var(--slider-height);
        background-color: var(--track-color);
        position: relative;
        z-index: 1;
        border-radius: calc(var(--slider-height) / 2);
        overflow: hidden;
    }
    .form-group--slider-budget input[type=range]:disabled::-moz-range-thumb {
        background-color: #dadada;
    }
    .form-group--slider-budget input[type=range]:disabled::-moz-range-track {
        background-color: #eee;
    }
    .form-group--slider-budget datalist {
        display: none !important;
    }
}
/* 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;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

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


body {
  --header-height: 80px;
  --header-bgcolor: #FFFFFF;
  --scrollbar-bgcolor: #b3b3b3;
  --font-size: 16px;
}

header {
  --topbar-gap: 30px;
  --topbar-menu-gap: 24px;
  --logo-max-width: 260px;
  --overlay-width: max(450px, 25vw);
  --overlay-tab-width: 68px;
  --overlay-tab-font-size: 20px;
  --overlay-tab-link-padding: 1em;

  --zindex-topbar: 99999;
  --zindex-overlay: 99998;
  --zindex-overlay-backdrop: 99990;

  --btn-padding: 5px 30px;
}

@media (max-width: 1459px) {
  header {
    --topbar-menu-gap: 14px;
    --logo-max-width: 200px;
    --font-size: 14px;
    --btn-padding: 5px 20px;
  }
}

@media (max-width: 767px) {
  body {
    --header-height: 90px;
  }

  header {
    --logo-max-width: 160px;
    --overlay-width: 100vw;
    --overlay-tab-width: 58px;
    --overlay-tab-font-size: 16px;
    --overlay-tab-link-padding: 1em 1.15em;
  }
}

.topbar {
  padding-right: var(--container-gutter);
  padding-left: var(--container-gutter);
  box-shadow: 0px 0px 56px #0000001A;
  background-color: var(--header-bgcolor);
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  height: var(--header-height);
  z-index: var(--zindex-topbar);
}

.hs-inline-edit .topbar {
  position: absolute;
}

/*.hs-inline-edit .topbar__logo img {
  height: var(--header-height);
}*/

.topbar-desktop {
  top: 0;
}

.topbar-mobile {
  bottom: 0;
  display: none;
  align-items: center;
}

.topbar-desktop .container {
  display: grid;
  grid-template-columns: 1fr var(--logo-max-width) 1fr;
  align-items: center;
  gap: 24px;
  transition: grid-template-columns .3s;
}
.topbar-mobile .container {
  display: grid;
  /* grid-template-columns: repeat(5, minmax(40px, 1fr)); */
  grid-template-columns: minmax(40px,1fr) minmax(40px,1fr) minmax(80px,1fr) minmax(40px,1fr) minmax(40px,1fr);
  align-items: center;
  flex-grow: 1;
  padding: 0;
  gap: 10px;
}

.topbar__leftside,
.topbar__rightside {
  display: flex;
  align-items: center;
  gap: var(--topbar-gap);
}
.topbar__rightside {
  justify-content: flex-end;
}

.topbar .hs-menu-item {
  font-size: var(--font-size)!important;
}

.topbar .hs-menu-item > a {
  position: relative;
}

.topbar .hs-menu-item > a:before {
  content: '';
  background: currentColor;
  bottom: -2px;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  transition: all .6s;
}
.topbar .hs-menu-item > a:hover:before {
  width: calc(100% - 10px);
}

.topbar ul[role="menu"] {
  display: flex;
  flex-wrap: nowrap;
  gap: var(--topbar-menu-gap);
}


header .btn-simple-link .btn__text {
  font-size: var(--btn-sm-font-size);
  white-space: nowrap;
}

.toggle-menu.active .icon {
  content: url('//25350608.fs1.hubspotusercontent-eu1.net/hubfs/25350608/raw_assets/public/frie-theme/images/module-icons/blue/close.svg');
}

.menu-overlay {
  position: fixed;
  top: var(--header-height);
  bottom: 0;
  left: 0;
  margin-top: -1px;
  width: var(--overlay-width);
  transform: translateX(-100%);
  transition: all .6s;
  z-index: var(--zindex-overlay);
}
.menu-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--header-bgcolor);
  clip-path: polygon( 0.552% 0%,100% 0%,93.37% 89.954%,93.37% 89.954%,93.081% 91.582%,92.243% 93.128%,90.902% 94.569%,89.104% 95.885%,86.895% 97.056%,84.32% 98.061%,81.424% 98.878%,78.253% 99.488%,74.854% 99.868%,71.271% 100%,0.552% 100%,0.552% 0% );
}

.menu-overlay--open {
  transform: translateX(0);
}
.menu-overlay .btn-close {
  position: absolute;
  right: 0;
  top: 30px;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  transform: translateX(70%);
  background-color: var(--header-bgcolor);
  justify-content: center;
  box-shadow: 0px 0px 16px #0000001A;
  display: none;
}
.menu-overlay--open .btn-close {
  display: inline-flex!important;
}

.menu-overlay .btn-close .btn__text:empty:after {
  content: var(--label-close);
}
.menu-overlay .btn-close .icon {
  width: 20px;
  height: 20px;
}

.menu-overlay .nav-tabs {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-direction: column;
  min-width: var(--overlay-tab-width);
}

.menu-overlay .nav-item {
  flex-basis: 33.33%;
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background-color: white;
  box-shadow: 0px 0px 20px #00000029;
  margin-bottom: 0;
}
.menu-overlay .nav-link {
  transition: background-color .3s;
}

.menu-overlay .nav-item.active,
.menu-overlay .nav-item.active .nav-link{
  background-color: var(--primary-color);
  color: white;
}

.menu-overlay .nav-link {
  flex-grow: 1;
  font-size: var(--overlay-tab-font-size);
  padding: var(--overlay-tab-link-padding);
  position: relative;
  z-index: 1;
}
.menu-overlay .nav-item:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 58px;
  height: 58px;
  background-color: var(--primary-color);
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
}
.menu-overlay .nav-item.active:before {
  opacity: 1;
  left: -20px;
}

.menu-overlay__container {
  padding: 40px 40px 100px 50px;
}

.menu-overlay .menu-group-content {
  display: none;
}
.menu-overlay .menu-group-content.active {
  display: block !important;
}

.menu-overlay--menu .menu-overlay__container {
  margin-left: var(--overlay-tab-width);
}



.menu-overlay .hs-search-field__bar {
  position: sticky;
  top: 0;
  background-color: white;
}
.menu-overlay .hs-search-field {
  padding: 2px;
}




/* region: custom scrollbar */
.menu-overlay .menu-group-content,
.menu-overlay .hs-search-field {
  height: calc(100vh - var(--header-height) - 120px);
  overflow-y: auto;
  padding-right: 40px;
}

.hs-search-field__footer {
  margin-block: 3.25em;
  text-align: center;
}

@media (min-width: 768px) {
  .menu-overlay .menu-group-content,
  .menu-overlay .hs-search-field {
    scrollbar-width: thin;
    scrollbar-color: var(--scrollbar-bgcolor) transparent;
  }

  .menu-overlay .menu-group-content::-webkit-scrollbar,
  .menu-overlay .hs-search-field::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    -webkit-appearance: none;
  }

  .menu-overlay .menu-group-content::-webkit-scrollbar-thumb,
  .menu-overlay .hs-search-field::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: var(--scrollbar-bgcolor);
  }
}
/* endregion: custom scrollbar */


header .btn__text:before {
  height: 1px;
}

.button.btn-home {
  padding: var(--btn-padding);
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 0.72em;
  min-height: 42px;
  min-width: 120px;
  border: none;
}
.button.btn-home:hover,
.button.btn-home:focus {
  color: white;
  background-color: var(--primary-color);
  border: none;
}
.button.btn-home .btn__text:before {
  display: none;
}


@media (max-width: 1459px) {
  .topbar .btn-home {
    max-width: calc(var(--btn-max-width) - 20px) !important;
  }
}

@media (max-width: 1199px) {
  .topbar__leftside .hs_cos_wrapper_type_simple_menu {
    display: none;
  }
}




.overlay-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: var(--zindex-overlay-backdrop);
  backdrop-filter: blur(20px);
  border-left: 10px solid var(--header-bgcolor);
}
.overlay-backdrop:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(10,92,123,0.6);
  z-index: -1;
}

.menu-open .overlay-backdrop {
  display: block!important;
}

body {
  padding-top: var(--header-height);
}
body.menu-open {
  overflow: hidden;
}
@media (max-width: 767px) {
  body {
    padding-top: 0;
    padding-bottom: calc(var(--header-height) + 40px); /* Added 40px for the cookie button */
  }
  .topbar-desktop {
    height: 0;
    z-index: calc(var(--zindex-overlay) - 2);
    position: absolute;
  }
  .topbar__leftside,
  .topbar__rightside {
    display: none!important;
  }
  .topbar__logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .topbar-mobile {
    display: flex!important;
  }
  .topbar-mobile .btn-simple-link .btn__text {
    white-space: normal;
  }

  .topbar-mobile .btn-home {
    margin-top: -30px;
  }
  .topbar-mobile .btn-home .btn__images {
    background-color: var(--primary-color);
    width: 62px;
    height: 62px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 5px solid var(--header-bgcolor);
  }
  .topbar-mobile .btn-home .icon-on-hover {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .topbar-mobile .btn-home .btn__text {
    max-width: 80px !important;
  }

  .menu-overlay {
    top: 0;
    bottom: var(--header-height);
    margin-top: 0;
    background-image: none;
    background-color: var(--header-bgcolor);
  }
  .menu-overlay--menu .btn-close {
    display: none!important;
  }

  .menu-overlay--menu .menu-overlay__container {
    padding: 40px 0 40px 40px;
  }

  .menu-overlay--search .menu-overlay__container {
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 0;
  }
  .menu-overlay--search .menu-overlay__container > div {
    flex-grow: 1;
  }
  .menu-overlay .hs-search-field {
    padding: 0 0 100px;
    height: calc(100vh - var(--header-height));
    max-height: 100%;
  }
  .menu-overlay .hs-search-field__bar {
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 14px 20px 24px 70px;
    z-index: 1;
  }
  .menu-overlay--search .btn-close {
    position: fixed;
    left: -10px;
    top: auto;
    width: 40px;
    height: 40px;
    bottom: 20px;
    z-index: 2;
    background-color: transparent;
    box-shadow: none;
  }
  .menu-overlay .hs-search-field__suggestions {
    padding: 20px;
    padding-top: 70px; /* to display total result real device */
  }
  .hs-search-field__footer {
    margin-top: 2em;
  }
}
.topbar__logo {
    text-align: center;
    height: var(--header-height);
}
.topbar__logo img {
    max-width: var(--logo-max-width) !important;
    min-width: 160px;
    height: auto;
    transition: opacity,max-width .3s;
}

.topbar__logo .logo {
    opacity: 1;
}
.topbar__logo .logo-sticky {
    opacity: 0;
    max-width: 0;
}
.topbar__logo .desktop-logos,
.topbar__logo .logo-sticky {
    display: none !important;
}

.topbar__logo .mobile-logos,
.topbar__logo .logo {
    display: inline-block !important;
}

.header-sticky .topbar__logo .logo-sticky {
    display: inline-block !important;
    opacity: 1;
}

.header-sticky .mobile-logos .logo-sticky {
    transform: scale(0.75);
    transform-origin: top;
}

.header-sticky .topbar__logo .logo {
    display: none !important;
    opacity: 0;
    max-width: 0;
}

@media (max-width: 767px) {
  /* hide logo on mobile when scroll down */
    .header-sticky .topbar__logo {
        pointer-events: none;
    }
}

@media (min-width: 1200px) {
    .topbar__logo .desktop-logos {
        display: inline-block !important;
    }
    .topbar__logo .mobile-logos {
        display: none !important;
    }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/



.footer {
    --container-width: 1700px;

    
        --bg-color: #0A5C7B;
    
    
        --text-color: #FFFFFF;
        --link-color: #FFFFFF;
        --link-color-hover: #FFFFFF;
        --child-menu-color: rgba(255, 255, 255, 0.8);
    
}

.footer .container .dnd-section {
    border-radius: var(--container-radius);
    background-color: var(--bg-color);
    color: var(--text-color);
}

/* overview text */
.footer p {
    font-size: 0.875rem;
    line-height: 1.7;
}
/* end: overview text */

.footer .ctas-list {
    gap: 2rem 1rem;
    display: flex;
    flex-direction: column;
}
.footer .btn-simple-link {
    gap: 1rem;
    text-align: center;
    flex-grow: 1;
}
.footer .btn-simple-link .icon {
    height: 18px;
    width: 30px;
}


.footer h1, .footer .h1,
.footer h2, .footer .h2,
.footer h3, .footer .h3,
.footer h4, .footer .h4,
.footer h5, .footer .h5,
.footer h6, .footer .h6 {
    color: var(--text-color);
    font-weight: normal;
}

.footer-title {
    margin-bottom: 0.5em;
}
.footer .menu-columns .hs-menu-depth-1 > a {
    margin-bottom: 1em;
    margin-top: 0;
}
.footer .hs-menu-depth-2 a {
    color: var(--child-menu-color);
}
.footer .hs-menu-depth-2 a:hover {
    color: var(--link-color-hover);
}

.footer .social-links {
    margin-top: 2rem;
}

.footer .social-links .hs_cos_wrapper_type_icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 !important;
}
.social-links__link--solid .hs_cos_wrapper_type_icon svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.social-links__link--solid path {
    fill: var(--link-color);
}

@media (max-width: 767px) {
    .footer {
        overflow-x: visible;
    }

    .footer .ctas-list .btn {
        gap: 22px;
        flex-direction: row;
        text-align: left;
    }
}

@media (min-width: 768px) {
    .footer .ctas-list {
        flex-direction: row;
    }
    .footer .span4 .widget-type-rich_text {
        max-width: 400px;
        padding-right: 40px;
    }
    .footer .btn-simple-link .icon {
        height: 24px;
        width: 40px;
    }
    .footer .social-links {
        justify-content: flex-start!important;
    }
}

@media (min-width: 1024px) {

}

@media (min-width: 1200px) {
    .footer .btn-simple-link .icon {
        height: 28px;
        width: 56px;
    }
}

@media (min-width: 1500px) {
    .footer .container .dnd-section {
        padding-right: var(--background-expansion);
        padding-left: var(--background-expansion);
    }

}

@media (min-width: 1900px) {
    .footer {
        padding-left: var(--container-gutter);
        padding-right: var(--container-gutter);
    }
}
.hs-menu-item {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.hs-menu-item.hs-menu-depth-1 {
  font-size: 1rem;
}
.hs-menu-item a {
  position: relative;
  display: inline-block;
  margin: 10px 20px 10px 0;
  color: var(--link-color);
}
.hs-menu-item a:hover {
  color: var(--link-color-hover);
}
.hs-menu-item a:before {
  content: '';
  background: var(--link-color);
  bottom: -2px;
  height: 1px;
  opacity: 0.6;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  transition: all .6s;
}
.hs-menu-depth-1 > a:before {
  height: 2px;
}

.menu-folding .hs-menu-depth-1 {
  margin-bottom: 1rem;
}
.menu-folding .hs-menu-depth-1:last-child {
  margin-bottom: 0;
}
.menu-folding .hs-menu-item {
  position: relative;
}
.menu-folding .hs-item-has-children:before {
  content: '';
  position: absolute;
  right: 0;
  top: 18px;
  width: 12px;
  height: 6px;
  transform: translateY(-50%);
  background: url('//25350608.fs1.hubspotusercontent-eu1.net/hubfs/25350608/raw_assets/public/frie-theme/images/module-icons/blue/chevron-down.svg') center no-repeat;
  background-size: contain;
  transition: all .3s;
}
.menu-folding .hs-item-has-children.active:before {
  transform: rotate(180deg);
}
.menu-folding .hs-menu-item.active-branch > a:before {
  width: 100%;
  height: 2px;
}


.menu-folding .hs-menu-item ul {
  padding-left: 10px;
  display: block !important;
}
.menu-folding .hs-item-has-children > ul {
  max-height: 0;
  opacity: 0;
}

.menu-folding .hs-item-has-children.active > ul {
  max-height: 100rem;
  opacity: 1;
}

.menu-columns .hs-menu-flow-horizontal > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
}
.menu-columns .hs-menu-flow-horizontal .hs-menu-depth-1 {
  max-width: 50%;
}

.menu-columns .hs-menu-item > a:hover:before {
  width: 100%;
}

.bg-blue .menu-folding .hs-item-has-children:before,
.bg-turquoise .menu-folding .hs-item-has-children:before,
.footer .menu-folding .hs-item-has-children:before {
  background-image: url('//25350608.fs1.hubspotusercontent-eu1.net/hubfs/25350608/raw_assets/public/frie-theme/images/module-icons/white/chevron-down.svg');
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/



.hs-search-field {
  position: relative;
}

.hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
  font-size: 1rem !important;
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
  line-height: 1 !important;
}

.hs-search-field__input:focus,
.hs-search-field__input:focus-visible {
  outline: none;
}

.hs-search-field__bar button svg {
  height: 10px;
}
.hs-search-field__bar form {
  padding: 0;
  position: relative;
  background: none;
  display: flex;
  align-items: center;
}

.dnd-section .hs-search-field__bar {
  border: 1px solid var(--link-color);
  border-radius: 45px;
  background-color: white;
}
.dnd-section .hs-search-field__input {
  border: none !important;
  background: none !important;
}


.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.hs-search-field__suggestions .summary {
  font-size: 0.875rem;
  margin-top: 0.4em;
  margin-bottom: 0.8em;
}
.hs-search-field__suggestions .summary:empty {
  display: none;
}
.hs-search-field__suggestions .read-more {
  color: var(--text-color);
}


/* region: mcb customize, search-input-advance */
.hs-search-field__suggestions #results-for {
  font-weight: bold;
  display: block;
}
.hs-search-field__suggestions a {
  display: block;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}

.hs-search-field__suggestions li a {
  font-weight: bold;
}
.hs-search-field__suggestions li {
  margin-bottom: 24px !important;
}
.hs-search-field__suggestions li:first-child {
  margin-top: 10px;
}
.hs-search-field__suggestions li:last-child {
  margin-bottom: 0!important;
}


.hs-search-field__suggestions #results-for {
  font-size: 12px;
  margin-bottom: 30px;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color: transparent!important;
  text-decoration: underline;
}
.hs-search-field__footer .btn__text:before {
  height: 2px;
}
.hs-search-field__suggestions:empty ~ .hs-search-field__footer {
  display: none!important;
}

.hs-search-field .btn-clear {
  height: 14px;
  width: 14px;
  padding: 4px;
  box-sizing: content-box;
  background-size: contain;
  background-clip: content-box;
  outline: none;
  border: none;
  background-color: white;
  font-size: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0;
}
.search_mode_simple .btn-clear {
  display: none;
}

.hs-search-field__bar .btn-search {
  margin: 12px 10px 12px 0;
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 10px;
}
.hs-search-field__bar .btn-search .icon {
  width: 17px;
  height: 17px;
}


.hs-search-field__input.input-large {
  padding: 22px 30px !important;
}

/* endregion: mcb customize*/


.search-with-text .container {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

@media (min-width: 1200px) {
    .search-with-text .container {
        display: grid;
        grid-template-columns: 50% auto;
        align-items: center;
    }
}

@media (max-width: 767px) {
  .hs-search-field__bar .btn-search {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .hs-search-field__bar .btn-search .btn__text {
    display: none;
  }
}
.section-splide {
    --slide-gap: 24px;
    --pagination-top: 40px;
}

@media (min-width: 768px) {
    .section-splide {
        --slide-gap: 35px;
        --pagination-top: 60px;
    }
}

.section-splide .container {
  overflow-x: hidden;
}

.splide__pagination--ltr {
    position: relative;
    margin-top: var(--pagination-top);
}

.splide__pagination__page {
  width: 10px;
  height: 10px;
  background: var(--link-color);
  opacity: 0.5;
  margin: 5px;
}
.splide__pagination__page.is-active {
  background: var(--link-color);
  transform: scale(1.2);
  opacity: 1;
}

.splide__pagination li:last-child button {
	margin-right: 0;
}

.splide__arrows--custom {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 30px);
  --arrow-size: 11rem;
  --arrow-offset: 7rem;
}

.splide__arrows--custom ~ .splide__track {
  z-index: 1 !important;
}

.splide__arrows--custom .splide__arrow {
  width: max(min(var(--arrow-size),calc(var(--content-indent)*2.5)), 150px);
  height: max(min(var(--arrow-size),calc(var(--content-indent)*2.5)), 150px);
  border-radius: 50%;
  background: transparent;
  overflow: hidden;
}
.splide__arrows--custom .splide__arrow:disabled {
  pointer-events: none;
}

.splide__arrows--custom .splide__arrow--prev {
    left: var(--arrow-offset);
    padding-right: var(--arrow-offset);
    transform: translate(-100%, -50%);
}

.splide__arrows--custom .splide__arrow--next {
    left: auto;
    right: var(--arrow-offset);
    padding-left: var(--arrow-offset);
    transform: translate(100%, -50%);
}
.splide__arrows--custom .splide__arrow:before {
  content: '';
  position: absolute;
  background-color: var(--link-color);
  opacity: 0.2;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  transition: all .3s;
}
.splide__arrows--custom .splide__arrow--prev:before {
  right: var(--arrow-offset);
}
.splide__arrows--custom .splide__arrow--next:before {
  left: var(--arrow-offset);
}

.splide__arrows--custom .splide__arrow:hover,
.splide__arrows--custom .splide__arrow:hover:before {
  opacity: 1;
}
.splide__arrows--custom .splide__arrow:hover path {
  stroke: var(--bg-color);
}

.splide__arrow.large svg {
    width: 1rem;
    height: auto;
}



/* start: disabled slider */
.splide.is-initialized:not(.is-active) .splide__list {
    display: grid;
    gap: var(--slide-gap);
    grid-template-columns: repeat(var(--column-xs), 1fr);
}
@media (min-width: 768px) {
    .splide.is-initialized:not(.is-active) .splide__list {
        grid-template-columns: repeat(var(--column-md), 1fr);
    }
}
@media (min-width: 1200px) {
    .splide.is-initialized:not(.is-active) .splide__list {
        grid-template-columns: repeat(var(--column-lg), 1fr);
    }
}
/* end: disabled slider */




.hhs-table-mod {
    border-radius: 25px;
    border: 2px solid var(--border-color);
    overflow: hidden;
}

.hhs-table-mod table th,
.hhs-table-mod table td {
    display: table-cell !important;
}

table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

.hhs-table-mod th,
.hhs-table-mod td {
    padding: 1.375rem 1.875rem !important;
}

table th {
    font-size: 1.125em;
    text-align: left;
}

@media screen and (max-width: 992px) {

    table caption {
        font-size: 1.3em;
    }
    table td {
        font-size: .8em;
    }

    .hhs-table-mod table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .hhs-table-mod tbody td {
        border-bottom: 1px solid var(--border-color);
    }

    .hhs-table-mod table tr {
        display: block !important;
    }

    .hhs-table-mod table td {
        display: block !important;
        font-size: .8em;
        text-align: right;
    }

    .hhs-table-mod table td::before {
        /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        padding-right: 20px;
        padding-bottom: 1px;
        font-size: 1.125em;
    }

    .hhs-table-mod table td:last-child {
        border-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .hhs-table-mod table th {
        font-size: 1.25em;
    }
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

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

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

/* .clip-menu-overlay {
  clip-path: polygon( 0.552% 0%,100% 0%,93.37% 89.954%,93.37% 89.954%,93.081% 91.582%,92.243% 93.128%,90.902% 94.569%,89.104% 95.885%,86.895% 97.056%,84.32% 98.061%,81.424% 98.878%,78.253% 99.488%,74.854% 99.868%,71.271% 100%,0.552% 100%,0.552% 0% );
}
.clip-info-badge {
  clip-path: polygon( 100% 0%,100% 0%,99.709% 7.274%,99.387% 15.149%,99.047% 23.336%,98.699% 31.547%,98.357% 39.493%,98.032% 46.884%,97.737% 53.433%,97.482% 58.85%,97.28% 62.846%,97.144% 65.133%,97.144% 65.133%,96.746% 72.181%,96.196% 78.354%,95.506% 83.683%,94.684% 88.2%,93.744% 91.936%,92.694% 94.923%,91.547% 97.191%,90.312% 98.772%,89.001% 99.698%,87.625% 100%,12.363% 100%,12.363% 100%,10.987% 99.698%,9.677% 98.772%,8.443% 97.191%,7.296% 94.923%,6.247% 91.936%,5.306% 88.2%,4.485% 83.683%,3.794% 78.354%,3.245% 72.181%,2.847% 65.133%,2.847% 65.133%,2.711% 62.851%,2.51% 58.858%,2.257% 53.444%,1.962% 46.897%,1.639% 39.507%,1.298% 31.561%,0.952% 23.349%,0.612% 15.159%,0.291% 7.28%,0% 0% );
}
.clip-image-round-bottom-right {
  clip-path: polygon( 4.845% 0%,95.155% 0%,95.155% 0%,95.94% 0.069%,96.686% 0.268%,97.381% 0.587%,98.016% 1.014%,98.58% 1.539%,99.065% 2.151%,99.459% 2.839%,99.753% 3.593%,99.937% 4.401%,100% 5.252%,92.248% 94.748%,92.248% 94.748%,92.185% 95.599%,92.001% 96.407%,91.707% 97.161%,91.313% 97.849%,90.828% 98.461%,90.264% 98.986%,89.629% 99.413%,88.934% 99.732%,88.189% 99.931%,87.403% 100%,4.845% 100%,4.845% 100%,4.06% 99.931%,3.314% 99.732%,2.619% 99.413%,1.984% 98.986%,1.42% 98.461%,0.935% 97.849%,0.541% 97.161%,0.247% 96.407%,0.063% 95.599%,0% 94.748%,0% 5.252%,0% 5.252%,0.063% 4.401%,0.247% 3.593%,0.541% 2.839%,0.935% 2.151%,1.42% 1.539%,1.984% 1.014%,2.619% 0.587%,3.314% 0.268%,4.06% 0.069%,4.845% 0% );
}
.clip-image-round-top-left {
  clip-path: polygon( 95.155% 100%,4.845% 100%,4.845% 100%,4.059% 99.931%,3.314% 99.732%,2.619% 99.413%,1.984% 98.986%,1.42% 98.461%,0.935% 97.849%,0.541% 97.161%,0.247% 96.407%,0.063% 95.599%,0% 94.748%,7.752% 5.252%,7.752% 5.252%,7.815% 4.401%,7.999% 3.593%,8.293% 2.839%,8.687% 2.151%,9.172% 1.539%,9.736% 1.014%,10.371% 0.587%,11.066% 0.268%,11.811% 0.069%,12.597% 0%,12.597% 0%,95.155% 0%,95.155% 0%,95.941% 0.069%,96.686% 0.268%,97.381% 0.587%,98.016% 1.014%,98.58% 1.539%,99.065% 2.151%,99.459% 2.839%,99.753% 3.593%,99.937% 4.401%,100% 5.252%,100% 5.252%,100% 5.252%,100% 5.252%,100% 5.252%,100% 5.252%,100% 5.252%,100% 5.252%,100% 5.252%,100% 5.252%,100% 5.252%,100% 5.252%,100% 94.748%,100% 94.748%,99.937% 95.599%,99.753% 96.407%,99.459% 97.161%,99.065% 97.849%,98.58% 98.461%,98.016% 98.986%,97.381% 99.413%,96.686% 99.732%,95.941% 99.931%,95.155% 100% );
} */

/* Misc */

@media only screen and (max-width: 767px), only screen and (max-height: 530px) {
  #hs-eu-cookie-confirmation #hs-eu-policy-wording {
    height: calc(100dvh - 500px);
    overflow: auto;
    /*border-bottom: 1px solid var(--hs-banner-accept-border-color,var(--hs-banner-accentColor,#425b76));*/
    border-bottom: 1px solid #c8d5e3;
    margin-bottom: 12px;
    position: relative;
  }

  #hs-eu-cookie-confirmation #hs-eu-policy-wording::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    content: "";
    height: 60px;
    background: linear-gradient(0deg, rgb(255, 255, 255) 12%, rgba(255,255,255,0) 100%);
    pointer-events: none;
  }

  #hs-eu-cookie-confirmation #hs-eu-policy-wording > div {
    height: 100%;
    position: absolute;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    top: 0;
    left: 0;
    padding-bottom: 35px;
  }
  
  /*#hs-banner-parent::before { /* Blurred backdrop *//*
    bottom: 0;
    content: "";
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2000000000;
    backdrop-filter: blur(2px);
    pointer-events: none;
  }
  
  #hs-banner-parent:has(#hs-eu-cookie-confirmation.hs-hidden)::before {
    content: normal;
  }*/
}

@media only screen and (max-width: 767px) and (max-height: 700px) {
  #hs-eu-cookie-confirmation #hs-eu-policy-wording {
    height: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-height: 530px) {
  #hs-eu-cookie-confirmation #hs-eu-policy-wording {
    height: calc(100dvh - 260px);
  }
}

@media only screen and (min-width: 768px) and (max-height: 390px) {
  #hs-eu-cookie-confirmation #hs-eu-policy-wording {
    height: 130px;
  }
}



body #hubspot-messages-iframe-container:not(.widget-align-right) {
  z-index: 100000 !important;
}

@media (max-width: 767px) {
	body #hubspot-messages-iframe-container {
		bottom: calc(var(--header-height) + var(--container-gutter) - 17px) !important;
	}
  
  body #hubspot-messages-iframe-container iframe {
	  max-height: calc(100dvh - var(--header-height) - var(--container-gutter) + 17px) !important;
  }
}