*, *: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;
}

/**
 * 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;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}

/* layout classes */

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.content-wrapper,
.dnd-section > .row-fluid {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 600px) {
  .content-wrapper,
  .dnd-section > .row-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.dnd-section[class*="full-width-section"] {
  padding-top: 0;
  padding-bottom: 0;
}
.Banner-row-0-force-full-width-section > .row-fluid {
    max-width: none !important;
    padding: 0 !important;
}
.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: Effra Bold;
  src: local("Effra Bold"),
  url(https://25800595.fs1.hubspotusercontent-eu1.net/hubfs/25800595/raw_assets/public/BMI_DE/fonts/Effra_W_Bold-52a7f94a9be78fde7d9d4c07a1f666c3.woff2) format("woff2");
font-display: block;

}
@font-face {
  font-family: Effra Medium;
  src: local("Effra Medium"),
  url(https://25800595.fs1.hubspotusercontent-eu1.net/hubfs/25800595/raw_assets/public/BMI_DE/fonts/Effra_W_Medium-01f3454fba9a1d641f4cf2f20f40b147.woff2) format("woff2");
font-display: block;
}

@font-face {
  font-family: Effra Regular;
  src: local("Effra Regular"),
  url(https://25800595.fs1.hubspotusercontent-eu1.net/hubfs/25800595/raw_assets/public/BMI_DE/fonts/Effra_W_Regular-34dcafa5f9a919f9f6019da118aff874.woff2) format("woff2");
font-display: block;
}

@font-face {
  font-family: "Roboto";
  src: url(https://25800595.fs1.hubspotusercontent-eu1.net/hubfs/25800595/raw_assets/public/BMI_DE/fonts/KFOmCnqEu92Fr1Mu4mxK.woff2) format("woff2");
font-style: normal;
font-weight: 400;
unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  src: url(https://25800595.fs1.hubspotusercontent-eu1.net/hubfs/25800595/raw_assets/public/BMI_DE/fonts/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format("woff2");
font-style: normal;
font-weight: 500;
unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Effra Heavy;
  src: local("Effra Heavy"),
  url(https://25800595.fs1.hubspotusercontent-eu1.net/hubfs/25800595/raw_assets/public/BMI_DE/fonts/Effra_W_Heavy-686a6d3ec14befea93ee8841045a0228.woff2) format("woff2");
font-display: block;
}
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background: #c2c2c2;
  border-radius: 10px;
}


::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0 transparent;
}
html{
  scroll-behavior: smooth;
}
body {
  background-color: #fafafa;
  line-height: 1.4;
  margin: 0;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

h1::after,
h2::after,
h3::after,
h4::after,
h5::after,
h6::after {
  background-color: #009fe3;
  content: "";
  display: block;
  margin-bottom: 24px;

  width: 100px;
  margin-top: 12px;
}

h1::after {
  height: 5px;
}

h2::after,
h3::after {
  height: 4px;
}

h4::after,
h5::after,
h6::after {
  height: 3px;
}

.footer h4:after {
  height: 0;
  margin: 0;
}

h1.no-underline:after,
h2.no-underline:after,
h3.no-underline:after,
h4.no-underline:after,
h5.no-underline:after,
h6.no-underline:after {
  height: 0;
  margin: 0;
}

/* Lists */

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

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

.body-container-wrapper ul,
.dnd-module ul {
  list-style: none;
  padding-inline-start: 1.5rem;
}

.body-container-wrapper ul:not(.inputs-list) li:not(.hs-menu-item, .menu-item, .hs-form-booleancheckbox, .hs-form-checkbox, .hs-form-radio):before,
.dnd-module ul:not(.inputs-list) li:not(.hs-menu-item, .menu-item, .hs-form-booleancheckbox, .hs-form-checkbox, .hs-form-radio):before {
  content: '◼︎';
  color: #009fe3;
  margin-left: -1.7rem;
  margin-top: 1px;
  padding-right: 0.8rem;
}

.body-container-wrapper ul li:not(.hs-menu-item, .menu-item),
.dnd-module ul li:not(.hs-menu-item, .menu-item) {
  margin-bottom: 0.75em;
  display: flex;
}

.row-fluid .hs_cos_wrapper ul > li:not(.hs-form-radio) {
  display: list-item;
}

ul.inputs-list > li.hs-form-radio > label {
  display: flex;
  width: 100%;
}

ul.inputs-list > li.hs-form-radio > label > input {
  max-width: 15px;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button,
.btn,
.cta_button,
form input[type=submit],
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  border-radius: 3px;
  padding: 6px 16px;
  margin: 24px 0;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}

/* styles */

.btn-icon {
  display: inline-flex;
  align-items: center;
}

.btn-icon .icon {
  margin-right: 8px;
}

.btn-primary,
.cta_button.btn-primary{
  background: #0072b0;
  border: 1px solid #0072b0;
  color: #fff;
  box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
}

.btn-primary:hover,
.cta_button.btn-primary:hover {
  background: #005b8c;
  border-color: #005b8c;
  color: #fff;
  box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2), 0px 4px 5px 0px rgba(0,0,0,0.14), 0px 1px 10px 0px rgba(0,0,0,0.12);
}

.btn-primary.btn-outline,
.cta_button.btn-primary.btn-outline {
  color: #0072b0;
}

.btn-primary.btn-outline:hover,
.cta_button.btn-primary.btn-outline:hover {
  color: #005b8c;
}

.btn-dark,
.cta_button.btn-dark {
  background: #494C60;
  color: #fff;
  border: 1px solid #fff;
}

.btn-dark:hover,
.cta_button.btn-dark:hover{
  background: #34384F;
  color: #fff;
}

.btn-white,
.cta_button.btn-white {
  background: #fff;
  color: #0072b0;
  border: 1px solid rgba(0, 114, 176, 0.5);
}

.btn-white:hover,
.cta_button.btn-white:hover {
  background: #F1F4F7;
  color: #0072b0;
  border-color: #0072b0;
}

.btn-white.btn-outline,
.cta_button.btn-white.btn-outline {
  color: #fff;
  border: 1px solid #fff;
}

.btn-white.btn-outline:hover,
.cta_button.btn-white.btn-outline:hover {
  color: #fff;
  border-color: #fff;
}

.btn-outline {
  background: transparent !important;
}

/* layouts */

.btn-container {
  display: flex;
}

.btn-container.btn-left {
  justify-content: flex-start;
}

.btn-container.btn-center {
  justify-content: center;
}

.btn-container.btn-right {
  justify-content: flex-end;
}
/* Form fields */

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

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend,
form legend p {
  font-size: 0.775rem; /* 0.875rem */
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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

/* Inputs - checkbox/radio */

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

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

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

/* Inputs - datepicker */

.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,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

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

form.hs-form .legal-consent-container .hs-form-booleancheckbox-display {
	align-items: flex-start;
}

form.hs-form .legal-consent-container .hs-form-booleancheckbox-display input[type=checkbox] {
	width: 20px;
	height: 20px;
	margin-top: 5px;
	min-width: 20px;
}

form.hs-form .legal-consent-container .hs-form-booleancheckbox-display p {
  margin-bottom: 16px;
	display: block;
}

/* Validation */

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

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

label.hs-main-font-element,
.hs-error-msg {
  color: red;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  text-align: center;
  transition: all .15s linear;
  white-space: normal;
  border: 1px solid #ccc;
  margin: 15px 0 30px;
  line-height: normal;
  font-family: arial;
  font-weight: 400;
  line-height: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* *
 * brandREACH Custom
 * */

/* 3 columns */
form.hs-form fieldset.form-columns-3 .hs-form-field {
  width: 33.333333%;
}

form.hs-form fieldset .field,
form.hs-form fieldset .hs-richtext,
form.hs-form .hs_submit {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* 1 col */
form.hs-form fieldset.form-columns-1 input.hs-input {
	width: 100%;
}

form.hs-form fieldset.form-columns-1 input[type=checkbox] {
	width: auto;
}

form.hs-form .legal-consent-container .hs-form-booleancheckbox-display {
	display: flex;
}

form.hs-form .legal-consent-container .hs-form-booleancheckbox-display>span,
form.hs-form .legal-consent-container .hs-form-booleancheckbox-display>span p {
	margin-left: 0 !important;
}

/* interesse property */

@media screen and (min-width:991px) {
  .hs-interesse .inputs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hs-interesse .inputs-list > li {
    width: 33%;
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0 transparent;
}

::-webkit-scrollbar-thumb {
    background: #C2C2C2;
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 6px;
}

header.header {
    color: #3b3b3b;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: #fff;
    box-shadow: 0px 3px 3px -2px rgb(0 0 0 / 20%), 0px 3px 4px 0px rgb(0 0 0 / 14%), 0px 1px 8px 0px rgb(0 0 0 / 12%);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 15;
    left: 0;
}

.header input.MuiInputBase-input.MuiFilledInput-input::placeholder {
    color: #70706f;
}

.header .header-top {
    background-color: #f7f7f7;
    padding-bottom: 0.4375rem;
    padding-top: 0.4375rem;
    position: relative;
    text-align: right;
    z-index: 15;
    display: none;
}

.header .header-top .hs-menu-wrapper > ul {
    display: flex;
    justify-content: flex-end;
}

.header .header-top .hs-menu-wrapper > ul > li {
    align-items: center;
    display: flex;
}

.header .header-top .hs-menu-wrapper > ul > li > a {
    color: #3b3b3b;
    font-size: .875rem;
    border-radius: 3px;
    overflow-wrap: anywhere;
    padding: 6px 8px;
    min-width: 64px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-family: Effra Regular;
    font-weight: 500;
    line-height: 1.75;
    position: relative;
    align-items: center;
    user-select: none;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    justify-content: center;
}

.header .header-top .hs-menu-wrapper > ul > li:last-child > a:after {
    content: "▾";
    margin-left: 1rem;
    margin-right: 1px;
}

.header .header-top .hs-menu-wrapper > ul > li > a > img {
    margin-right: 10px;
    width: 20px;
}

.header .header-top .hs-menu-wrapper > ul ul {
    display: none;
}

.header .header-top .hs-menu-wrapper > ul > li.clicked > ul {
    display: block;
}

.header .header-top .hs-menu-wrapper > ul > li:before {
    background-color: #ccc;
    content: "";
    display: block;
    height: 24px;
    margin: 0 7px;
    width: 1px;
}

.header .header-top .hs-menu-wrapper > ul > li:first-child:before {
    display: none;
}

.header .header-bottom {
    background-color: #fff;
    position: relative;
    z-index: 12;
}

.header .header-bottom .content-wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.header .header-inner {
    align-items: flex-end;
    display: flex;
    margin-bottom: -1px;
    width: 100%;
}

.header .header-logo a svg {
    margin: 10px 10px 10px 0;
    height: 80px;
    width: 80px;
}

.header .custom-menu-primary {
    display: block;
    overflow-x: auto;
}

.header .custom-menu-primary .navigation-primary > ul {
    display: flex;
    overflow: hidden;
    min-height: 48px;
}

.header .header-logo a {
    display: flex;
    flex-wrap: wrap;
}

.header .custom-menu-primary .navigation-primary > ul > li > a {
    font-size: 18px;
    padding: 30px 8px 30px 14px;
    border: 1px solid transparent;
    text-decoration: none;
    transition: color .28s cubic-bezier(.4, 0, .2, 1), background-color .28s cubic-bezier(.4, 0, .2, 1), box-shadow .28s cubic-bezier(.4, 0, .2, 1), border .28s cubic-bezier(.4, 0, .2, 1);
    min-width: auto;
    opacity: 1;
    border-radius: 3px 3px 0 0;
    min-height: 72px;
    text-align: center;
    flex-shrink: 0;
    font-family: Effra Regular;
    font-weight: 500;
    line-height: 1.75;
    white-space: normal;
    text-transform: none;
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
    color: #70706f;
}

.header .custom-menu-primary .navigation-primary > ul > li > a svg {
    height: 24px;
    margin-left: 3px;
    width: 24px;
    margin-bottom: 0;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
    fill: currentColor;
    position: relative;
    top: 4px;
}

.header button.Header-search-button {
    color: #fff;
    width: 48px;
    height: 48px;
    background-color: #0072b0;
    padding: 0;
    overflow: visible;
    font-size: 1.5rem;
    text-align: center;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 3px;
    flex: 0 0 auto;
    border: 0;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    vertical-align: middle;
    position: relative;
    align-items: center;
}

.header button.Header-search-button span.MuiIconButton-label {
    width: 100%;
    display: flex;
    align-items: inherit;
    justify-content: center;
}

.header button.Header-search-button span.MuiIconButton-label svg {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}

.header .header-top .content-wrapper {
    padding-top: 1px;
    padding-bottom: 1px;
}

.header .custom-seach {
    align-items: center;
    align-self: stretch;
    display: flex;
    margin-left: auto;
    padding-left: 10px;
    position: relative;
}

.header .header-top .hs-menu-wrapper > ul > li:last-child:before {
    margin-right: 8px;
}

.header .header-top .hs-menu-wrapper > ul > li > a:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.header .header-top {
    display: block;
}


.open-nav .header .header-top .hs-menu-wrapper > ul > li:last-child > a:after {
    transform: rotate(180deg);
    margin-right: 0;
}

.open-nav .header .header-top .hs-menu-wrapper > ul > li:last-child:before {
    margin-right: 7px;
}

.open-nav .header .header-top .hs-menu-wrapper > ul > li:last-child > a {
    border: 1px solid;
    border-color: #ccc #ccc #f7f7f7;
    border-radius: 4px 4px 0 0;
    margin-bottom: -0.5rem;
    padding-bottom: 0.875rem;
    border-bottom: 0;
    position: relative;
    top: -1px;
}

.header .header-top .hs-menu-wrapper > ul > li > ul {
    display: block;
    color: #70706f;
    position: absolute;
    background-color: #f7f7f7;
    z-index: 13;
    left: 0;
    top: 52px;
    border: 1px solid #ccc;
    right: 0;
    height: calc(100vh - 56px);
}

.close-icons {
    background-color: #f7f7f7;
    color: #3b3b3b;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 48px;
    height: 48px;
    padding: 0;
    border-radius: 3px;
    overflow: visible;
    font-size: 1.5rem;
    text-align: center;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex: 0 0 auto;
    cursor: pointer;
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}

.close-icons span.MuiIconButton-label {
    width: 100%;
    display: flex;
    align-items: inherit;
    justify-content: inherit;
}

.close-icons span.MuiIconButton-label svg.MuiSvgIcon-root {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}

.header .header-top .hs-menu-wrapper > ul > li > ul {
    padding: 28px 0;
}

.header .header-top .hs-menu-wrapper > ul > li > ul > .content-wrapper > li > ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -9px;
    text-align: left;
}

.header .header-top .hs-menu-wrapper > ul > li > ul > .content-wrapper {
    padding-top: 22px;
}

.header .header-top .hs-menu-wrapper > ul > li > ul > .content-wrapper > li > a {
    font-size: 1.125rem;
    font-family: Effra Medium;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1.25rem;
    margin-top: 2rem;
    display: block;
    text-align: left;
    color: #3b3b3b;
}

.header .header-top .hs-menu-wrapper > ul > li > ul > .content-wrapper > li:first-child > ul > li,
.header .header-top .hs-menu-wrapper > ul > li > ul > .content-wrapper > li:nth-child(2) > ul > li,
.header .header-top .hs-menu-wrapper > ul > li > ul > .content-wrapper > li:nth-child(3) > ul > li {
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
    padding: 0 12px;
}

.header .header-top .hs-menu-wrapper > ul > li > ul > .content-wrapper > li > ul > li > a > img {
    margin-right: 18px;
    width: 20px;
    margin-left: -3px;
    position: relative;
    top: 1px;
}

.header .header-top .hs-menu-wrapper > ul > liul > .content-wrapper > li:first-child > ul > li > a img,
.header .header-top .hs-menu-wrapper > ul > li > ul > .content-wrapper > li:nth-child(2) > ul > li > a img,
.header .header-top .hs-menu-wrapper > ul > li > ul > .content-wrapper > li:nth-child(3) > ul > li > a img {
    margin-right: 18px;
    width: 20px;
    margin-left: -3px;
    position: relative;
    top: 1px;
}

.header .header-top .hs-menu-wrapper > ul > li > ul > .content-wrapper > li:last-child {
    position: relative;
    top: 1px;
}

.header .header-top .hs-menu-wrapper > ul > li > ul > .content-wrapper > li:nth-child(3) > ul > li > a img {
    height: 16px;
    top: 0px;
}

.header .header-top .hs-menu-wrapper > ul > li > ul > .content-wrapper > li:nth-child(2) > ul > li > a img {
    top: 0px;
}

.header .header-top .hs-menu-wrapper > ul > li > ul > .content-wrapper > li:first-child > ul > li > a,
.header .header-top .hs-menu-wrapper > ul > li > ul > .content-wrapper > li:nth-child(2) > ul > li > a,
.header .header-top .hs-menu-wrapper > ul > li > ul > .content-wrapper > li:nth-child(3) > ul > li > a {
    fill: transparent;
    color: #70706f;
    font-size: 1rem;
    line-height: 1;
    padding: 12px 10px;
    transition: background-color .12s cubic-bezier(.4, 0, .2, 1);
    border-radius: 3px;
    overflow-wrap: anywhere;
    justify-content: start;
    margin: 0;
    width: 100%;
    min-width: 64px;
    font-family: Effra Regular;
    font-weight: 500;
    display: inline-flex;
    vertical-align: middle;
    position: relative;
    align-items: center;
}

.active {
    overflow: hidden;
}

.active .header .header-top,
.active .header .header-bottom {
    padding-right: 15px;
}

.header .custom-menu-primary .navigation-primary > ul > li.has-submenu.clicked > a {
    border: 1px solid;
    border-color: #ccc #ccc #fff;
}

.header .custom-menu-primary .navigation-primary > ul > li > ul {
    left: 0;
    position: absolute;
    width: 100%;
    top: 99px;
    z-index: 11;
    background-color: #fff;
    overflow: hidden;
    display: none;
    height: calc(100vh - 160px);
    border-top: 1px solid #ccc;
}

.header .custom-menu-primary .navigation-primary > ul > li.clicked ul {
    display: block;
}

.header .custom-menu-primary .navigation-primary > ul > li > ul > .container {
    max-width: 1440px;
    overflow-x: hidden;
    position: relative;
}

.header .custom-menu-primary .navigation-primary > ul > li > ul > .container > .mega-menu {
    width: 25.1%;
    padding-left: 1px;
    border-right: 1px solid #ccc;
    height: calc(100vh - 1rem);
    overflow-x: hidden;
    overflow-y: auto;
}

.header .custom-menu-primary .navigation-primary > ul > li:first-child > ul > .container > .mega-menu > li > ul.submenu.level-3 > .mega-menu > li > ul.submenu.level-4 > li > a,
.header .custom-menu-primary .navigation-primary > ul > li:first-child > ul > .container > .mega-menu > li.has-submenu > ul.submenu.level-3 > .mega-menu > li > a,
.header .custom-menu-primary .navigation-primary > ul > li:nth-child(3) > ul > .container > .mega-menu > li > ul.submenu.level-3 > .mega-menu > li > ul.submenu.level-4 > li > a,
.header .custom-menu-primary .navigation-primary > ul > li:nth-child(3) > ul > .container > .mega-menu > li > ul.submenu.level-3 > .mega-menu > li > a,
.header .custom-menu-primary .navigation-primary > ul > li:nth-child(4) > ul > .container > .mega-menu > li > ul.submenu.level-3 > .mega-menu > li > a,
.header .custom-menu-primary .navigation-primary > ul > li:last-child > ul > .container > .mega-menu > li > ul.submenu.level-3 > .mega-menu > li > a,
.header .custom-menu-primary .navigation-primary > ul > li > ul > .container > .mega-menu > li > a {
    border-radius: 3px;
    overflow-wrap: anywhere;
    min-width: 64px;
    font-family: Effra Regular;
    font-weight: 500;
    display: inline-flex;
    vertical-align: middle;
    fill: transparent;
    color: #70706f;
    font-size: 1rem;
    line-height: 1;
    padding: 12px 10px;
    transition: background-color .12s cubic-bezier(.4, 0, .2, 1);
    position: relative;
    align-items: center;
}

.header .custom-menu-primary .navigation-primary > ul > li > ul > .container > .mega-menu > li > a svg.MuiSvgIcon-root.Navigation-module__chevronRight--GUbgy {
    height: 1.5rem;
    fill: currentColor;
    width: 1em;
    display: inline-block;
    max-width: 100px;
    transform: translateX(-10px);
    transition: transform .12s cubic-bezier(.4, 0, .2, 1), -webkit-transform .12s cubic-bezier(.4, 0, .2, 1);
    margin: -7px 0;
    font-size: 20px;
}

/* menu headline styles */
.header .custom-menu-primary .navigation-primary > ul > li:first-of-type > ul > .container > .mega-menu > li:nth-of-type(4) > ul.level-3 > .mega-menu > li:nth-child(1) > a,
.header .custom-menu-primary .navigation-primary > ul > li:first-of-type > ul > .container > .mega-menu > li:nth-of-type(4) > ul.level-3 > .mega-menu > li:nth-child(8) > a,
.header .custom-menu-primary .navigation-primary > ul > li:first-of-type > ul > .container > .mega-menu > li:nth-of-type(5) > ul.level-3 > .mega-menu > li:nth-child(1) > a,
.header .custom-menu-primary .navigation-primary > ul > li:first-of-type > ul > .container > .mega-menu > li:nth-of-type(5) > ul.level-3 > .mega-menu > li:nth-child(5) > a,
.header .custom-menu-primary .navigation-primary > ul > li:first-of-type > ul > .container > .mega-menu > li:first-of-type > ul.level-3 > .mega-menu > li:nth-of-type(5) > ul > .mega-menu > li > ul > li:first-of-type > a {
    font-size: 1.125rem;
    font-family: Effra Medium;
    font-weight: 500;
    line-height: 1.2;
    display: inline-block;
    color: #3b3b3b;
    margin: 0;
    position: relative;
    top: -2px;
    margin-bottom: 2px;
}

.header .custom-menu-primary .navigation-primary > ul > li:nth-of-type(3) > ul > .container > .mega-menu > li:first-of-type {
    color: red !important;
}

/* fix menu point services & downloads */
@media (min-width: 992px) {
    .header .custom-menu-primary .navigation-primary > ul > li:nth-child(3) > ul > .container > .mega-menu > li > ul.submenu.level-3 > .mega-menu > li:first-child > a {
        padding: 12px 10px !important;
        margin: 0 !important;
    }
}


/* brand logos */

.header .custom-menu-primary .navigation-primary > ul > li:first-of-type > ul > .container > .mega-menu > li:nth-of-type(4) > ul.level-3 > .mega-menu > li:nth-child(9) > a,
.header .custom-menu-primary .navigation-primary > ul > li:first-of-type > ul > .container > .mega-menu > li:nth-of-type(4) > ul.level-3 > .mega-menu > li:nth-child(10) > a,
.header .custom-menu-primary .navigation-primary > ul > li:first-of-type > ul > .container > .mega-menu > li:nth-of-type(4) > ul.level-3 > .mega-menu > li:nth-child(11) > a,
.header .custom-menu-primary .navigation-primary > ul > li:first-of-type > ul > .container > .mega-menu > li:nth-of-type(5) > ul.level-3 > .mega-menu > li:nth-child(6) > a,
.header .custom-menu-primary .navigation-primary > ul > li:first-of-type > ul > .container > .mega-menu > li:nth-of-type(5) > ul.level-3 > .mega-menu > li:nth-child(7) > a,
.header .custom-menu-primary .navigation-primary > ul:nth-of-type(1) ul.level-4:nth-of-type(2) > .mega-menu > li:nth-of-type(2) > ul.level-5 > li:first-of-type > a,
.header .custom-menu-primary .navigation-primary > ul:nth-of-type(1) .level-2 .mega-menu > li:nth-of-type(2) .level-4 > .mega-menu > li:nth-of-type(2) > ul.level-5 > li:first-of-type > a,
.header .custom-menu-primary .navigation-primary > ul:nth-of-type(1) .level-2 .mega-menu > li:nth-of-type(2) .level-4 > .mega-menu > li:nth-of-type(2) > ul.level-5 > li:nth-of-type(2) > a,
.header .custom-menu-primary .navigation-primary > ul:nth-of-type(1) .level-2 .mega-menu > li:nth-of-type(2) .level-4 > .mega-menu > li:nth-of-type(3) > ul.level-5 > li:first-of-type > a,
.header .custom-menu-primary .navigation-primary > ul:nth-of-type(1) .level-2 .mega-menu > li:nth-of-type(2) .level-4 > .mega-menu > li:nth-of-type(3) > ul.level-5 > li:nth-of-type(2) > a,
.header .custom-menu-primary .navigation-primary > ul:nth-of-type(1) .level-2 .mega-menu > li:nth-of-type(2) .level-4 > .mega-menu > li:nth-of-type(4) > ul.level-5 > li:first-of-type > a,
.header .custom-menu-primary .navigation-primary > ul:nth-of-type(1) .level-2 .mega-menu > li:nth-of-type(2) .level-4 > .mega-menu > li:nth-of-type(4) > ul.level-5 > li:nth-of-type(2) > a,
.header .custom-menu-primary .navigation-primary > ul:nth-of-type(1) .level-2 .mega-menu > li:nth-of-type(2) .level-4 > .mega-menu > li:nth-of-type(5) > ul.level-5 > li:first-of-type > a,
.header .custom-menu-primary .navigation-primary > ul:nth-of-type(1) .level-2 .mega-menu > li:nth-of-type(2) .level-4 > .mega-menu > li:nth-of-type(5) > ul.level-5 > li:nth-of-type(2) > a,
.header .custom-menu-primary .navigation-primary > ul:nth-of-type(1) .level-2 .mega-menu > li:nth-of-type(2) .level-4 > .mega-menu > li:nth-of-type(6) > ul.level-5 > li:first-of-type > a,
.header .custom-menu-primary .navigation-primary > ul:nth-of-type(1) .level-2 .mega-menu > li:nth-of-type(2) .level-4 > .mega-menu > li:nth-of-type(6) > ul.level-5 > li:nth-of-type(2) > a,
.header .custom-menu-primary .navigation-primary > ul:nth-of-type(1) .level-2 .mega-menu > li:nth-of-type(2) .level-4 > .mega-menu > li:nth-of-type(6) > ul.level-5 > li:nth-of-type(3) > a,
.header .custom-menu-primary .navigation-primary > ul:nth-of-type(1) .level-2 .mega-menu > li:nth-of-type(2) .level-3 .mega-menu > li:nth-of-type(6) .level-4 > .mega-menu > li:nth-of-type(6) > a,
.header .custom-menu-primary .navigation-primary > ul:nth-of-type(1) .level-2 .mega-menu > li:nth-of-type(2) .level-3 .mega-menu > li:nth-of-type(6) .level-4 > .mega-menu > li:nth-of-type(7) > a,
.header .custom-menu-primary .navigation-primary > ul:nth-of-type(1) .level-2 .mega-menu > li:nth-of-type(2) .level-3 .mega-menu > li:nth-of-type(6) .level-4 > .mega-menu > li:nth-of-type(8) > a {
    justify-content: space-between;
    display: flex;
}

@media (min-width: 1440px) {
    .header .custom-menu-primary .bmi-brand-logo .Navigation-iconWrapper {
        width: 130px;
        display: block;
    }
}

.header .custom-menu-primary .bmi-brand-logo .Navigation-iconWrapper svg {
    max-width: 130px;
    height: 30px;
    margin: -7px 0;
}


/* bR */

.header .custom-menu-primary .navigation-primary > ul:first-of-type > li:first-child > ul > .container > .mega-menu > li:nth-child(1) > a,
.header .custom-menu-primary .navigation-primary > ul:first-of-type > li:first-child > ul > .container > .mega-menu > li:nth-child(2) > a,
.header .custom-menu-primary .navigation-primary > ul:first-of-type > li:nth-of-type(2) .level-3 .mega-menu > li > a,
.header .custom-menu-primary .navigation-primary > ul:first-of-type > li:nth-of-type(5) .level-3 .mega-menu > li > a {
    fill: transparent;
    align-items: center;
    border-radius: 3px;
    color: #70706f;
    display: inline-flex;
    font-family: Effra Regular;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    min-width: 64px;
    overflow-wrap: anywhere;
    padding: 12px 10px;
    position: relative;
    transition: background-color .12s cubic-bezier(.4, 0, .2, 1);
    vertical-align: middle;
    width: 100%;
}

/* end bR */

.header .custom-menu-primary .navigation-primary > ul > li:nth-child(3) > ul > .container > .mega-menu > li > ul.submenu.level-3 > .mega-menu > li:first-child > a,
.header .custom-menu-primary .navigation-primary > ul > li:nth-child(4) > ul > .container > .mega-menu > li > ul.submenu.level-3 > .mega-menu > li:first-child > a {
    display: inline-block;
    margin: 32px 20px 16px;
    top: 0;
    padding: 0;
}

.header .custom-menu-primary .navigation-primary > ul > li > ul > .container > .mega-menu > li hr.border {
    display: none;
}

.header .custom-menu-primary .navigation-primary > ul:nth-of-type(3) > li > ul > .container > .mega-menu > li hr.border {
    height: 0;
    border-top: 1px solid #ccc;
    margin: 10px;
    display: block;
}

/* border lines */
.header .custom-menu-primary .navigation-primary > ul:first-of-type > li:first-of-type .level-4 > .mega-menu > li:first-of-type::after,
.header .custom-menu-primary .navigation-primary > ul:first-of-type > li:nth-of-type(2) .level-4 > .mega-menu > li:first-of-type::after,
.header .custom-menu-primary .navigation-primary > ul:first-of-type > li:nth-of-type(5) .level-3 > .mega-menu > li:first-of-type::after,
.header .custom-menu-primary .navigation-primary > ul > li:first-of-type > ul > .container > .mega-menu > li:first-of-type > ul.level-3 > .mega-menu > li:first-of-type > ul > .mega-menu > li:nth-of-type(2) > ul > li:first-of-type::after,
.header .custom-menu-primary .navigation-primary > ul > li:first-of-type > ul > .container > .mega-menu > li:first-of-type > ul.level-3 > .mega-menu > li:first-of-type > ul > .mega-menu > li:nth-of-type(6) > ul > li:first-of-type::after,
.header .custom-menu-primary .navigation-primary > ul > li:first-of-type > ul > .container > .mega-menu > li:nth-of-type(4) > ul.level-3 > .mega-menu > li:nth-child(1)::after,
.header .custom-menu-primary .navigation-primary > ul > li:first-of-type > ul > .container > .mega-menu > li:nth-of-type(4) > ul.level-3 > .mega-menu > li:nth-child(8)::after,
.header .custom-menu-primary .navigation-primary > ul > li:first-of-type > ul > .container > .mega-menu > li:nth-of-type(5) > ul.level-3 > .mega-menu > li:nth-child(1)::after,
.header .custom-menu-primary .navigation-primary > ul > li:first-of-type > ul > .container > .mega-menu > li:nth-of-type(5) > ul.level-3 > .mega-menu > li:nth-child(5)::after,
.header .custom-menu-primary .navigation-primary > ul > li:first-of-type > ul > .container > .mega-menu > li:first-of-type > ul.level-3 > .mega-menu > li:nth-of-type(5) > ul > .mega-menu > li > ul > li:first-of-type::after,
.header .custom-menu-primary .navigation-primary > ul > li:nth-of-type(3) > ul > .container > .mega-menu > li:first-of-type::after {
    display: block;
    content: "";
    height: 0;
    margin: 10px;
    border-bottom: 1px solid #ccc;
}

.header .custom-menu-primary .navigation-primary > ul > li > ul > .container > .mega-menu > li.has-submenu > a span.icon,
.header .custom-menu-primary .navigation-primary ul.submenu.level-4 > .mega-menu > li.has-submenu > a span.icon,
.header .custom-menu-primary li.has-submenu > a span.icon {
    position: relative;
    top: 3.5px;
}

.header .custom-menu-primary .navigation-primary > ul > li:first-child > ul > .container > .mega-menu > li > ul.submenu.level-3 > .mega-menu > li > a:hover svg {
    transform: translateX(0) !important;
}

.header .custom-menu-primary .navigation-primary > ul > li:first-child > ul > .container > .mega-menu > li.has-submenu.clicked > a svg,
.header .custom-menu-primary .navigation-primary > ul > li:first-child > ul > .container > .mega-menu > li > ul.submenu.level-3 > .mega-menu > li.clicked > a svg,
.header .custom-menu-primary .navigation-primary > ul > li:nth-child(3) > ul > .container > .mega-menu > li > ul.submenu.level-3 > .mega-menu > li.clicked > a svg,
.header .custom-menu-primary .navigation-primary > ul > li:nth-child(3) > ul > .container > .mega-menu > li.clicked > a svg,
.header .custom-menu-primary .navigation-primary > ul > li:nth-child(4) > ul > .container > .mega-menu > li.clicked > a svg,
.header .custom-menu-primary .navigation-primary > ul > li:last-child > ul > .container > .mega-menu > li.clicked:nth-child(2) > a svg {
    transform: translateX(0) !important;
}

.header .custom-menu-primary .navigation-primary > ul > li:first-child > ul > .container > .mega-menu > li.has-submenu.clicked > a,
.header .custom-menu-primary .navigation-primary > ul > li:first-child > ul > .container > .mega-menu > li > ul.submenu.level-3 > .mega-menu > li.clicked > a,
.header .custom-menu-primary .navigation-primary > ul > li:nth-child(3) > ul > .container > .mega-menu > li > ul.submenu.level-3 > .mega-menu > li.clicked > a,
.header .custom-menu-primary .navigation-primary > ul > li:nth-child(3) > ul > .container > .mega-menu > li.clicked > a,
.header .custom-menu-primary .navigation-primary > ul > li:nth-child(4) > ul > .container > .mega-menu > li.clicked > a,
.header .custom-menu-primary .navigation-primary > ul > li:last-child > ul > .container > .mega-menu > li.clicked:nth-child(2) > a,
.header .custom-menu-primary .navigation-primary li.clicked > a {
    background-color: rgba(59, 59, 59, .04);
}

.header .custom-menu-primary .navigation-primary > ul > li > ul > .container > .mega-menu > li > ul.submenu.level-3 {
    display: none;
}

.header .custom-menu-primary .navigation-primary > ul > li > ul > .container > .mega-menu > li > ul.submenu.level-3 > .mega-menu > li.clicked > ul.submenu.level-4 {
    display: block;
}

.header .custom-menu-primary .navigation-primary > ul > li > ul > .container > .mega-menu > li > ul.submenu.level-3 {
    position: absolute;
    top: 0;
    left: 25.1%;
    width: 100%;
    z-index: 11;
}

.header .custom-menu-primary .navigation-primary > ul > li > ul > .container > .mega-menu > li > ul.submenu.level-3 > .mega-menu {
    width: 24.9%;
    padding-left: 0;
    border-right: 1px solid #ccc;
    height: calc(100vh - 1rem);
    overflow-x: hidden;
    overflow-y: auto;
}

.header .custom-menu-primary .navigation-primary > ul > li > ul > .container > .mega-menu > li.clicked > ul.submenu.level-3,
.header .custom-menu-primary .navigation-primary > ul > li > ul > .container > .mega-menu > li > ul.submenu.level-3 > .mega-menu > li > ul.submenu.level-4 {
    display: block;
}

.header .custom-menu-primary .navigation-primary > ul > li > ul > .container > .mega-menu > li > ul.submenu.level-3 > .mega-menu > li > ul.submenu.level-4 {
    display: none;
    position: absolute;
    top: 0;
    left: 25.5%;
    width: 100%; /* 24.822% */
    z-index: 11;
    border-right: 1px solid #ccc;
    height: calc(100vh - 1rem);
    overflow-x: hidden;
    overflow-y: auto;
}

.header .custom-menu-primary .navigation-primary > ul > li > ul > .container > .mega-menu > li > ul.submenu.level-3 > .mega-menu > li > ul.submenu.level-4 > div {
    width: 24.822%; /* 24.822% */
    border-right: 1px solid #ccc;
    height: calc(100vh - 1rem);
    font-family: Effra Regular;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
}

.header .custom-menu-primary .navigation-primary ul.submenu.level-5 {
    display: none;
    position: absolute;
    top: 0;
    left: 25.5%;
    width: 24.822%;
    z-index: 11;
    border-right: 1px solid #ccc;
    height: calc(100vh - 1rem);
    overflow-x: hidden;
    overflow-y: auto;
}

.header .custom-menu-primary .navigation-primary .level-4 .clicked ul.submenu.level-5 {
    display: block;
}

.header .custom-menu-primary .navigation-primary > ul > li > ul > .container > .mega-menu > li.has-submenu > a > span,
.header .custom-menu-primary .navigation-primary .mega-menu > li.has-submenu > a > span {
    align-items: normal;
    justify-content: space-between;
    display: inline-flex; /* inherit */
    width: 100%;
}

.header .custom-menu-primary .navigation-primary > ul > li > ul > .container > .mega-menu > li.has-submenu > a span.icon {
    display: inline-flex; /* inherit */
    margin-left: 8px;
    margin-right: -4px;
}

.header .custom-menu-primary .navigation-primary > ul > li:first-child > ul > .container > .mega-menu > li:nth-child(10) > a > span,
.header .custom-menu-primary .navigation-primary > ul > li:first-child > ul > .container > .mega-menu > li:nth-child(11) > a > span,
.header .custom-menu-primary .navigation-primary > ul > li:last-child > ul > .container > .mega-menu > li:nth-child(6) > a > span,
.header .custom-menu-primary .navigation-primary > ul > li:last-child > ul > .container > .mega-menu > li:nth-child(7) > a > span {
    width: 100%;
    display: inline-flex; /* inherit */
    align-items: normal;
    justify-content: space-between;
}

.header .custom-menu-primary .navigation-primary > ul > li:first-child > ul > .container > .mega-menu > li:nth-child(10) > a span.MuiButton-endIcon.MuiButton-iconSizeMedium,
.header .custom-menu-primary .navigation-primary > ul > li:first-child > ul > .container > .mega-menu > li:nth-child(11) > a span.MuiButton-endIcon.MuiButton-iconSizeMedium,
.header .custom-menu-primary .navigation-primary > ul > li:last-child > ul > .container > .mega-menu > li:nth-child(6) > a span.MuiButton-endIcon.MuiButton-iconSizeMedium,
.header .custom-menu-primary .navigation-primary > ul > li:last-child > ul > .container > .mega-menu > li:nth-child(7) > a span.MuiButton-endIcon.MuiButton-iconSizeMedium {
    margin-left: 8px;
    margin-right: 0;
    display: block;
}

.header .custom-menu-primary .navigation-primary > ul > li:first-child > ul > .container > .mega-menu > li:nth-child(10) > a span.MuiButton-endIcon.MuiButton-iconSizeMedium span.Navigation-module__icon-wrapper--AOn-7,
.header .custom-menu-primary .navigation-primary > ul > li:first-child > ul > .container > .mega-menu > li:nth-child(11) > a span.MuiButton-endIcon.MuiButton-iconSizeMedium span.Navigation-module__icon-wrapper--AOn-7,
.header .custom-menu-primary .navigation-primary > ul > li:last-child > ul > .container > .mega-menu > li:nth-child(6) > a span.MuiButton-endIcon.MuiButton-iconSizeMedium span.Navigation-module__icon-wrapper--AOn-7,
.header .custom-menu-primary .navigation-primary > ul > li:last-child > ul > .container > .mega-menu > li:nth-child(7) > a span.MuiButton-endIcon.MuiButton-iconSizeMedium span.Navigation-module__icon-wrapper--AOn-7 {
    font-size: 20px;
    display: inline-block;
    max-width: 100px;
}

.header .custom-menu-primary .navigation-primary > ul > li:first-child > ul > .container > .mega-menu > li:nth-child(10) > a span.MuiButton-endIcon.MuiButton-iconSizeMedium span.Navigation-module__icon-wrapper--AOn-7 svg,
.header .custom-menu-primary .navigation-primary > ul > li:first-child > ul > .container > .mega-menu > li:nth-child(11) > a span.MuiButton-endIcon.MuiButton-iconSizeMedium span.Navigation-module__icon-wrapper--AOn-7 svg,
.header .custom-menu-primary .navigation-primary > ul > li:last-child > ul > .container > .mega-menu > li:nth-child(6) > a span.MuiButton-endIcon.MuiButton-iconSizeMedium span.Navigation-module__icon-wrapper--AOn-7 svg,
.header .custom-menu-primary .navigation-primary > ul > li:last-child > ul > .container > .mega-menu > li:nth-child(7) > a span.MuiButton-endIcon.MuiButton-iconSizeMedium span.Navigation-module__icon-wrapper--AOn-7 svg {
    height: 30px;
    max-width: 100px;
    margin: -7px 0;
}

.header .custom-menu-primary .navigation-primary > ul > li:first-child > ul > .container > .mega-menu > li:nth-child(10) > a span.MuiButton-endIcon.MuiButton-iconSizeMedium,
.header .custom-menu-primary .navigation-primary > ul > li:last-child > ul > .container > .mega-menu > li:nth-child(6) > a span.MuiButton-endIcon.MuiButton-iconSizeMedium {
    padding-right: 16px;
}

.header .custom-menu-primary .navigation-primary > ul > li:first-child > ul > .container > .mega-menu > li:nth-child(11) > a span.MuiButton-endIcon.MuiButton-iconSizeMedium,
.header .custom-menu-primary .navigation-primary > ul > li:last-child > ul > .container > .mega-menu > li:nth-child(7) > a span.MuiButton-endIcon.MuiButton-iconSizeMedium {
    padding-right: 42px;
}


.header .custom-menu-primary .navigation-primary > ul > li:first-child > ul > .container > .mega-menu > li > ul.submenu.level-3 > li > a:hover svg.MuiSvgIcon-root.Navigation-module__chevronRight--GUbgy,
.header .custom-menu-primary .navigation-primary > ul > li > ul > .container > .mega-menu > li > a:hover svg.MuiSvgIcon-root.Navigation-module__chevronRight--GUbgy {
    transform: translateX(0);
}

.header .custom-menu-primary .navigation-primary > ul > li:first-child > ul > .container > .mega-menu > li > ul.submenu.level-3 > li > a,
.header .custom-menu-primary .navigation-primary > ul > li:first-child > ul > .container > .mega-menu > li > ul.submenu.level-3 > li > ul.submenu.level-4 > li > a {
    border-radius: 3px;
    overflow-wrap: anywhere;
    min-width: 64px;
    font-family: Effra Regular;
    font-weight: 500;
    display: inline-flex;
    vertical-align: middle;
    fill: transparent;
    color: #70706f;
    font-size: 1rem;
    line-height: 1;
    padding: 12px 10px;
    transition: background-color .12s cubic-bezier(.4, 0, .2, 1);
    position: relative;
    align-items: center;
}

.header .custom-menu-primary .navigation-primary > ul > li:first-child > ul > .container > .mega-menu > li > ul.submenu.level-3 > li > a > span {
    display: inline-flex; /* inherit */
    width: 100%;
    align-items: center;
    justify-content: space-between;
}


.header .custom-menu-primary .navigation-primary > ul > li:first-child > ul > .container > .mega-menu > li > ul.submenu.level-3 > li > a svg.MuiSvgIcon-root.Navigation-module__chevronRight--GUbgy {
    height: 1.5rem;
    fill: currentColor;
    width: 1em;
    display: inline-block;
    max-width: 100px;
    transform: translateX(-10px);
    transition: transform .12s cubic-bezier(.4, 0, .2, 1), -webkit-transform .12s cubic-bezier(.4, 0, .2, 1);
    margin: -7px 0;
    font-size: 20px;
}

.header .custom-menu-primary .navigation-primary > ul > li:first-child > ul > .container > .mega-menu > li > ul.submenu.level-3 > li > a .icon {
    display: inherit;
    margin-left: 8px;
    margin-right: -4px;
}

.header .custom-menu-primary .navigation-primary > ul > li:first-child > ul > .container > .mega-menu > li.has-submenu > ul > .mega-menu > li.has-submenu > a > span,
.header .custom-menu-primary .navigation-primary > ul > li:nth-child(3) > ul > .container > .mega-menu > li.has-submenu > ul > .mega-menu > li.has-submenu > a > span,
.header .custom-menu-primary li.has-submenu > a > span {
    align-items: normal;
    justify-content: space-between;
    display: inline-flex; /* inherit */
    width: 100%;
}

.header .custom-menu-primary .navigation-primary > ul > li:first-child > ul > .container > .mega-menu > li.has-submenu > ul > .mega-menu > li.has-submenu > a span.icon,
.header .custom-menu-primary .navigation-primary > ul > li:nth-child(3) > ul > .container > .mega-menu > li.has-submenu > ul > .mega-menu > li.has-submenu > a span.icon,
.header .custom-menu-primary li.has-submenu > a > span > span.icon {
    display: inherit;
    margin-left: 8px;
    margin-right: -4px;
    position: relative;
    top: 3.5px;
}

.header .custom-menu-primary .navigation-primary > ul > li:first-child > ul > .container > .mega-menu > li.has-submenu > ul > .mega-menu > li.has-submenu > a span.icon svg,
.header .custom-menu-primary .navigation-primary > ul > li:nth-child(3) > ul > .container > .mega-menu > li.has-submenu > ul > .mega-menu > li.has-submenu > a span.icon svg,
.header .custom-menu-primary .navigation-primary ul.submenu.level-4 > .mega-menu > li.has-submenu > a span.icon,
.header .custom-menu-primary li.has-submenu > a > span > span.icon {
    height: 1.5rem;
    fill: currentColor;
    width: 1em;
    display: inline-block;
    max-width: 100px;
    transform: translateX(-10px);
    transition: transform .12s cubic-bezier(.4, 0, .2, 1), -webkit-transform .12s cubic-bezier(.4, 0, .2, 1);
    margin: -7px 0;
    font-size: 20px;
}

.toggle-menu {
    display: none;
}

.header .custom-menu-primary .navigation-primary > ul > li > ul .close-icons {
    background-color: #fff;
    color: #70706f;
    position: absolute;
    top: 0;
    z-index: 2;
    right: 0;
}


@media (min-width: 768px) {
    .Header-module-wrap {
        display: none
    }

    .mobile-wrapper {
        display: none;
    }

    .mobile-search {
        display: none;
    }
}

.Header-module__search {
    width: 566px;
    position: absolute;
    right: -4px;
    top: 99px;
    z-index: 15;
}

.MuiBackdrop-root {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-tap-highlight-color: transparent;
    z-index: -1;
    visibility: hidden;
}

.MuiBackdrop-root.active {
    z-index: 11;
    visibility: visible;
}

.Header-module__search .Header-module__search-drawer--R8Wjz {
    padding: 30px;
    background-color: #fff;
    border: 1px solid #ccc;
    position: relative;
}

.Header-module__search .Header-module__close-button--JChAz {
    background-color: #fff;
    color: #70706f;
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 2;
    width: 48px;
    height: 48px;
    padding: 0;
    border-radius: 3px;
    overflow: visible;
    font-size: 1.5rem;
    text-align: center;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex: 0 0 auto;
    border: 0;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
}

.Header-module__search span.MuiIconButton-label {
    width: 100%;
    display: flex;
    align-items: inherit;
    justify-content: inherit;
}

.Header-module__search svg.MuiSvgIcon-root {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}

.Header-module__search h4 {
    font-size: 1.35rem;
    font-family: Effra Bold;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 32px;
    color: #3B3B3B;
}

.Header-module__search form {
    max-width: 800px;
}

.Header-module__search .MuiTextField-root.TextField-module__TextField--k8PRH.InputGroup-module__input--3HR67 {
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    display: flex;
    flex: 1 1;
    margin: 0;
    padding: 0;
    position: relative;
    min-width: 0;
    flex-direction: column;
    vertical-align: top;
    border: 0;
}

.Header-module__search .InputGroup-module__InputGroup--g784G {
    display: flex;
    flex-direction: row;
}

.Header-module__search button.MuiButtonBase-root.MuiIconButton-root.jss12.jss18.jss13.InputGroup-module__button--mQd5F {
    height: auto;
    width: 56px;
    color: #fff;
    background-color: #0072b0;
    padding: 0;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    overflow: visible;
    font-size: 1.5rem;
    text-align: center;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex: 0 0 auto;
    justify-content: center;
    vertical-align: middle;
    border: 0;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    align-items: center;
}

.Header-module__search label.MuiFormLabel-root.MuiInputLabel-root.MuiInputLabel-formControl.MuiInputLabel-animated.MuiInputLabel-filled {
    font-family: Effra Regular;
    font-weight: 400;
    line-height: 1;
    display: block;
    transform-origin: top left;
    top: 0;
    left: 0;
    position: absolute;
    transition: color 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
    z-index: 1;
    transform: translate(12px, 20px) scale(1);
    pointer-events: none;
    margin-left: 2px;
    font-size: 16px;
    color: #70706f;
}

.Header-module__search .MuiInputBase-root.MuiFilledInput-root.MuiFilledInput-underline.MuiInputBase-formControl {
    font-size: 1rem;
    box-sizing: border-box;
    align-items: center;
    font-family: Effra Regular;
    font-weight: 400;
    line-height: 1.1876em;
    color: #3b3b3b;
    cursor: text;
    display: inline-flex;
    position: relative;
    transition: background-color 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-right: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
}

.Header-module__search input.MuiInputBase-input.MuiFilledInput-input {
    min-width: 0;
    background: none;
    box-sizing: content-box;
    animation-name: mui-auto-fill-cancel;
    letter-spacing: inherit;
    animation-duration: 10ms;
    -webkit-tap-highlight-color: transparent;
    font: inherit;
    color: currentColor;
    width: 100%;
    border: 0;
    height: 1.1876em;
    margin: 0;
    display: block;
    padding: 17px 13px 18px 13px;
    font-family: Effra Regular;
    font-size: 16px;
    outline: none;
}

.Header-module__search input.MuiInputBase-input.MuiFilledInput-input::focus {
    border-color: #0072b0;
}

.open-nav .header .header-top .hs-menu-wrapper > ul ul {
    display: flex !important;
}

.header .header-top .hs-menu-wrapper > ul ul {
    display: none !important;
}

.header .custom-menu-primary .navigation-primary > ul > li > ul .close-icons:hover {
    background-color: #f7f7f7;
    color: #3b3b3b;
}

@media (min-width: 720px) {
    .header .header-top {
        display: block;
    }

    .header .header-top .hs-menu-wrapper > ul > liul > .content-wrapper > li:first-child > ul > li,
    .header .header-top .hs-menu-wrapper > ul > li > ul > .content-wrapper > li:nth-child(2) > ul > li,
    .header .header-top .hs-menu-wrapper > ul > li > ul > .content-wrapper > li:nth-child(3) > ul > li {
        flex-grow: 0;
        max-width: 25%;
        flex-basis: 25%;
    }
}


@media (min-width: 840px) {
    .header .header-top .hs-menu-wrapper > ul > li > ul {
        padding: 32px 0;
    }
}

@media (min-width: 1440px) {
    .header .header-top .hs-menu-wrapper > ul > li > ul > .content-wrapper > li:first-child > ul > li,
    .header .header-top .hs-menu-wrapper > ul > li > ul > .content-wrapper > li:nth-child(2) > ul > li,
    .header .header-top .hs-menu-wrapper > ul > li > ul > .content-wrapper > li:nth-child(3) > ul > li {
        flex-grow: 0;
        max-width: 16.666667%;
        flex-basis: 16.666667%;
    }
}

@media (min-width: 1030px) {

    .header .custom-menu-primary .navigation-primary ul.submenu.level-4 > .mega-menu a {
        padding: 12px 10px;
        display: block;
        width: 100%;
    }

    .header .custom-menu-primary .navigation-primary ul.submenu.level-4 > .mega-menu .clicked > a {
        background-color: rgba(59, 59, 59, .04);
    }

    .header .custom-menu-primary .navigation-primary > ul > li > ul > .container {
        margin: 0 50px;
        top: 1rem;
    }

    .header .custom-menu-primary .navigation-primary > ul > li:first-child > ul > .container > .mega-menu > li.has-submenu > ul.submenu.level-3 > .mega-menu > li > a,
    .header .custom-menu-primary .navigation-primary > ul > li:nth-child(3) > ul > .container > .mega-menu > li > ul.submenu.level-3 > .mega-menu > li > ul.submenu.level-4 > li > a,
    .header .custom-menu-primary .navigation-primary > ul > li:nth-child(3) > ul > .container > .mega-menu > li > ul.submenu.level-3 > .mega-menu > li > a,
    .header .custom-menu-primary .navigation-primary > ul > li:nth-child(4) > ul > .container > .mega-menu > li > ul.submenu.level-3 > .mega-menu > li > a,
    .header .custom-menu-primary .navigation-primary > ul > li:last-child > ul > .container > .mega-menu > li > ul.submenu.level-3 > .mega-menu > li > a,
    .header .custom-menu-primary .navigation-primary > ul > li > ul > .container > .mega-menu > li > a {
        margin: 0;
        width: 100%;
    }

    .header .custom-menu-primary .navigation-primary > ul > li:nth-child(3) > ul > .container > .mega-menu > li > ul.submenu.level-3 > .mega-menu > li:first-child > a,
    .header .custom-menu-primary .navigation-primary > ul > li:nth-child(4) > ul > .container > .mega-menu > li > ul.submenu.level-3 > .mega-menu > li:first-child > a {
        margin: 10px 10px 16px;

    }
}

@media (min-width: 1440px) {
    .header .custom-menu-primary .navigation-primary > ul > li:nth-child(3) > ul > .container > .mega-menu > li.has-submenu > ul > .mega-menu > li.has-submenu > a span.icon svg,
    .header .custom-menu-primary .navigation-primary > ul > li > ul > .container > .mega-menu > li > a svg.MuiSvgIcon-root.Navigation-module__chevronRight--GUbgy,
    .header .custom-menu-primary .navigation-primary > ul > li:first-child > ul > .container > .mega-menu > li:nth-child(10) > a span.MuiButton-endIcon.MuiButton-iconSizeMedium span.Navigation-module__icon-wrapper--AOn-7 svg,
    .header .custom-menu-primary .navigation-primary > ul > li:first-child > ul > .container > .mega-menu > li:nth-child(11) > a span.MuiButton-endIcon.MuiButton-iconSizeMedium span.Navigation-module__icon-wrapper--AOn-7 svg,
    .header .custom-menu-primary .navigation-primary > ul > li:first-child > ul > .container > .mega-menu > li:nth-child(10) > a span.MuiButton-endIcon.MuiButton-iconSizeMedium span.Navigation-module__icon-wrapper--AOn-7,
    .header .custom-menu-primary .navigation-primary > ul > li:first-child > ul > .container > .mega-menu > li:nth-child(11) > a span.MuiButton-endIcon.MuiButton-iconSizeMedium span.Navigation-module__icon-wrapper--AOn-7,
    .header .custom-menu-primary .navigation-primary > ul > li:last-child > ul > .container > .mega-menu > li:nth-child(6) > a span.MuiButton-endIcon.MuiButton-iconSizeMedium span.Navigation-module__icon-wrapper--AOn-7 svg,
    .header .custom-menu-primary .navigation-primary > ul > li:last-child > ul > .container > .mega-menu > li:nth-child(7) > a span.MuiButton-endIcon.MuiButton-iconSizeMedium span.Navigation-module__icon-wrapper--AOn-7 svg,
    .header .custom-menu-primary .navigation-primary > ul > li:last-child > ul > .container > .mega-menu > li:nth-child(6) > a span.MuiButton-endIcon.MuiButton-iconSizeMedium span.Navigation-module__icon-wrapper--AOn-7,
    .header .custom-menu-primary .navigation-primary > ul > li:last-child > ul > .container > .mega-menu > li:nth-child(7) > a span.MuiButton-endIcon.MuiButton-iconSizeMedium span.Navigation-module__icon-wrapper--AOn-7 {
        max-width: 130px;
    }
}

@media (min-width: 1540px) {
    .header .custom-menu-primary .navigation-primary > ul > li > ul > .container {
        margin: auto;
    }
}

@media (max-width: 1042px) {
    .header .custom-menu-primary .navigation-primary > ul > li > a svg {
        height: 16px;
        margin: 0;
        width: 16px;
        top: 0;;
    }

    .header .custom-menu-primary .navigation-primary > ul > li > a {
        font-size: 16px;
        padding-bottom: 32px;
        padding-top: 31px;
        align-items: center;
        display: flex;
        padding-right: 12px;
        padding-left: 12px
    }

    .header .header-logo a svg {
        height: 60px;
        width: 60px;
    }

    .header .custom-menu-primary .navigation-primary > ul > li > ul {
        top: 92px;
    }

    .Header-module__search {
        top: 92px;
    }
}

@media (max-width: 909px) {
    .header .custom-menu-primary .navigation-primary > ul > li > a {
        padding: 6px 12px;
    }

    .header .custom-menu-primary .navigation-primary > ul > li > ul {
        top: 79px;
    }

    .Header-module__search {
        top: 79px;
    }
}

@media (max-width: 882px) {
    .header .custom-menu-primary .navigation-primary > ul > li > a {
        padding: 6px 6px;
        font-size: 14px;
    }
}

@media (max-width: 829px) {

    .header button.Header-search-button {
        color: #0072b0;
        background-color: transparent;
    }
}

@media (max-width: 767px) {
    .header .header-top {
        display: none;
    }

    .header .custom-menu-primary {
        display: none;
    }

    .header .header-logo a svg {
        height: 50px;
        width: 50px;
    }

    .toggle-menu {
        color: #0072b0 !important;
        background-color: transparent !important;
        width: 48px;
        height: 48px;
        padding: 0;
        overflow: visible;
        font-size: 1.5rem;
        text-align: center;
        transition: background-color .15s cubic-bezier(.4, 0, .2, 1) 0ms;
        border-radius: 3px;
        flex: 0 0 auto;
        border: 0;
        cursor: pointer;
        margin: 0;
        display: inline-flex;
        vertical-align: middle;
        position: relative;
        align-items: center;
        margin-left: 10px;
    }

    .toggle-menu span.MuiIconButton-label {
        width: 100%;
        display: flex;
        align-items: inherit;
        justify-content: center;
    }

    .toggle-menu span.MuiIconButton-label svg {
        fill: currentColor;
        width: 1em;
        height: 1em;
        display: inline-block;
        font-size: 1.5rem;
        transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        flex-shrink: 0;
        user-select: none;
    }

    .open-menu {
        overflow: hidden;
    }

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

    .mobile-wrapper .hs-menu-wrapper > ul > li:first-child > a {
        border-bottom: 1px solid #f0f0f0;
        font-weight: 700;
        padding: 0 46px 19px 10px;
        font-size: 1.125rem;
        font-family: Effra Medium;
        margin: 15px 10px 10px;
        color: #3b3b3b;
        line-height: 1.2;
        display: block;
        vertical-align: middle;
    }

    .Header-module__close-button--JChAz {
        background: transparent;
        color: #70706f;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 999999;
        width: 48px;
        height: 48px;
        overflow: visible;
        font-size: 1.5rem;
        text-align: center;
        transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        border: 0 !important;
        cursor: pointer;
        margin: 0;
        display: inline-flex;
        outline: 0;
        vertical-align: middle;
        justify-content: center;
        padding: 0;
        align-items: center;
    }

    .Header-module__close-button--JChAz:hover {
        background-color: #f7f7f7;
        color: #3b3b3b;
    }

    .Header-module__close-button--JChAz span.MuiIconButton-label {
        width: 100%;
        display: flex;
        align-items: inherit;
        justify-content: inherit;
    }

    .Header-module__close-button--JChAz svg.MuiSvgIcon-root {
        fill: currentColor;
        width: 1em;
        height: 1em;
        display: inline-block;
        font-size: 1.5rem;
        transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        flex-shrink: 0;
        user-select: none;
    }

    /* move close button up 2024-01-08 #2204258880 */
    .mobile-wrapper .Header-module__close-button--JChAz {
        margin-top: -50px;
    }

    /* move first menu item down 2024-01-08 #2204258880 */
    .mobile-wrapper .hs-menu-wrapper > ul > li:first-child > a {
        margin-top: 50px !important;
    }

    .mobile-wrapper .hs-menu-wrapper > ul > li:not(:first-child) > a,
    .mobile-wrapper .hs-menu-wrapper > ul > li:first-child > a {
        color: #70706f;
        font-size: 1rem;
        line-height: 1;
        margin: 0 10px;
        padding: 12px 10px;
        transition: background-color .12s cubic-bezier(.4, 0, .2, 1);
        width: calc(100% - 20px);
        text-align: left;
        align-items: center;
        display: inline-flex;
        position: relative;
        font-family: Effra Regular;
        font-weight: 500;
        min-width: 64px;
        border-radius: 3px;
        overflow-wrap: anywhere;
        justify-content: space-between;
    }

    .mobile-wrapper .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > a > span,
    .mobile-wrapper .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > a > span,
    .mobile-wrapper .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > a > span,
    .mobile-wrapper .hs-menu-wrapper > ul > li > ul > li:nth-child(4) > a > span,
    .mobile-wrapper .hs-menu-wrapper > ul > li > ul > li:nth-child(5) > a > span,
    .mobile-wrapper .hs-menu-wrapper > ul > li > ul > li:nth-child(6) > a > span,
    .mobile-wrapper .hs-menu-wrapper > ul > li > ul > li:nth-child(7) > a > span,
    .mobile-wrapper .hs-menu-wrapper > ul > li > ul > li:nth-child(8) > a > span,
    .mobile-wrapper .hs-menu-wrapper > ul > li > ul > li:nth-child(9) > a > span,
    .mobile-wrapper .hs-menu-wrapper > ul > li > ul > li:nth-child(4) > a > span,
    .mobile-wrapper .hs-menu-wrapper > ul > li:not(:first-child) > a > span {
        align-items: normal;
        justify-content: space-between;
        display: inline-flex; /* inherit */
    }

    .mobile-wrapper .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > a span.MuiButton-endIcon.MuiButton-iconSizeMedium,
    .mobile-wrapper .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > a span.MuiButton-endIcon.MuiButton-iconSizeMedium,
    .mobile-wrapper .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > a span.MuiButton-endIcon.MuiButton-iconSizeMedium,
    .mobile-wrapper .hs-menu-wrapper > ul > li > ul > li:nth-child(4) > a span.MuiButton-endIcon.MuiButton-iconSizeMedium,
    .mobile-wrapper .hs-menu-wrapper > ul > li > ul > li:nth-child(5) > a span.MuiButton-endIcon.MuiButton-iconSizeMedium,
    .mobile-wrapper .hs-menu-wrapper > ul > li > ul > li:nth-child(6) > a span.MuiButton-endIcon.MuiButton-iconSizeMedium,
    .mobile-wrapper .hs-menu-wrapper > ul > li > ul > li:nth-child(7) > a span.MuiButton-endIcon.MuiButton-iconSizeMedium,
    .mobile-wrapper .hs-menu-wrapper > ul > li > ul > li:nth-child(8) > a span.MuiButton-endIcon.MuiButton-iconSizeMedium,
    .mobile-wrapper .hs-menu-wrapper > ul > li > ul > li:nth-child(9) > a span.MuiButton-endIcon.MuiButton-iconSizeMedium,
    .mobile-wrapper .hs-menu-wrapper > ul > li > ul > li:nth-child(4) > a span.MuiButton-endIcon.MuiButton-iconSizeMedium,
    .mobile-wrapper .hs-menu-wrapper > ul > li:not(:first-child) > a span.MuiButton-endIcon.MuiButton-iconSizeMedium {
        margin-left: 8px;
        margin-right: -4px;
        display: block;
    }

    .mobile-wrapper .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > a span.MuiButton-endIcon.MuiButton-iconSizeMedium svg,
    .mobile-wrapper .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > a span.MuiButton-endIcon.MuiButton-iconSizeMedium svg,
    .mobile-wrapper .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > a span.MuiButton-endIcon.MuiButton-iconSizeMedium svg,
    .mobile-wrapper .hs-menu-wrapper > ul > li > ul > li:nth-child(4) > a span.MuiButton-endIcon.MuiButton-iconSizeMedium svg,
    .mobile-wrapper .hs-menu-wrapper > ul > li > ul > li:nth-child(5) > a span.MuiButton-endIcon.MuiButton-iconSizeMedium svg,
    .mobile-wrapper .hs-menu-wrapper > ul > li > ul > li:nth-child(6) > a span.MuiButton-endIcon.MuiButton-iconSizeMedium svg,
    .mobile-wrapper .hs-menu-wrapper > ul > li > ul > li:nth-child(7) > a span.MuiButton-endIcon.MuiButton-iconSizeMedium svg,
    .mobile-wrapper .hs-menu-wrapper > ul > li > ul > li:nth-child(8) > a span.MuiButton-endIcon.MuiButton-iconSizeMedium svg,
    .mobile-wrapper .hs-menu-wrapper > ul > li > ul > li:nth-child(9) > a span.MuiButton-endIcon.MuiButton-iconSizeMedium svg,
    .mobile-wrapper .hs-menu-wrapper > ul > li > ul > li:nth-child(4) > a span.MuiButton-endIcon.MuiButton-iconSizeMedium svg,
    .mobile-wrapper .hs-menu-wrapper > ul > li:not(:first-child) > a span.MuiButton-endIcon.MuiButton-iconSizeMedium svg,
    .mobile-wrapper .hs-menu-wrapper > ul > li:first-child > a span.MuiButton-endIcon.MuiButton-iconSizeMedium svg {
        transition: transform .12s cubic-bezier(.4, 0, .2, 1), -webkit-transform .12s cubic-bezier(.4, 0, .2, 1);
        margin: -7px 0;
        display: inline-block;
        fill: currentColor;
        width: 1em;
        height: 1.5rem;
        font-size: 20px;
        max-width: 100px;
        transform: translateX(-10px);
    }

    .mobile-wrapper .hs-menu-wrapper > ul > li:nth-child(9),
    .mobile-wrapper .hs-menu-wrapper > ul > li:nth-child(10),
    .mobile-wrapper .hs-menu-wrapper > ul > li:nth-child(11),
    .mobile-wrapper .hs-menu-wrapper > ul > li:nth-child(12),
    .mobile-wrapper .hs-menu-wrapper > ul > li:nth-child(13) {
        background-color: #f7f7f7;
    }

    .mobile-wrapper .hs-menu-wrapper > ul > li:nth-child(9) {
        padding-top: 10px;
        margin-top: 10px;
    }

    .mobile-wrapper .hs-menu-wrapper > ul > li:nth-child(13) {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .mobile-wrapper .hs-menu-wrapper > ul > li:last-child > a > span img {
        margin-right: 10px;
        width: 20px;
    }

    .mobile-wrapper .hs-menu-wrapper > ul > li:last-child > a > span {
        align-items: normal;
        justify-content: center;
        display: flex;
        font-weight: 500;
    }


    .mobile-wrapper .hs-menu-wrapper ul li.hs-menu-item.hs-item-has-children > ul {
        position: absolute !important;
        transform: translate(100%, 0);
        padding: 0;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        box-shadow: none;
        background: #fff;
        transition: all 0.2s linear !important;
        display: block !important;
        width: 315px;
        height: 100%;
        border-right: 2px solid #ccc;
    }

    .mobile-wrapper .hs-menu-wrapper ul li.child-open.hs-menu-item.hs-item-has-children > ul {
        transform: translate(0px, 0px);
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
        left: 0px;
    }

    .mobile-wrapper li.dl-back a {
        font-weight: 700;
        width: 250px;
        text-align: left;
        transition: background-color .12s cubic-bezier(.4, 0, .2, 1);
        fill: transparent;
        color: #70706f;
        font-size: 1rem;
        line-height: 1;
        margin-top: 10px;
        padding: 12px 10px;
        border-radius: 3px;
        overflow-wrap: anywhere;
        font-family: Effra Regular;
        min-width: 64px;
        display: inline-flex;
        align-items: center;
        vertical-align: middle;
        margin-left: 3px;
        margin-right: 10px;
    }

    .mobile-wrapper li.dl-back a span.MuiButton-label.jss4 {
        width: 100%;
        display: inherit;
        justify-content: start;
        align-items: normal;
    }

    .mobile-wrapper li.dl-back a span.MuiButton-startIcon.jss5.MuiButton-iconSizeMedium {
        margin-right: 8px;
        display: block;
    }

    .mobile-wrapper hr.border {
        border: none;
        border-top: 1px solid #ccc;
        margin: 10px;
        height: 0;
    }

    .mobile-wrapper li.dl-back a span.MuiButton-startIcon.jss5.MuiButton-iconSizeMedium svg {
        fill: currentColor;
        display: inline-block;
        flex-shrink: 0;
        user-select: none;
        font-size: 20px;
        margin: -7px 0;
        width: 24px;
        transition: transform .12s cubic-bezier(.4, 0, .2, 1), -webkit-transform .12s cubic-bezier(.4, 0, .2, 1);
        height: 1.5rem;
        transform: translateX(10px);
        max-width: 100px;
        margin-right: 15px;
    }

    .mobile-wrapper .hs-menu-wrapper > ul > li > ul > li:not(:first-child) > a {
        color: #70706f;
        font-size: 1rem;
        line-height: 1;
        margin: 0 10px;
        padding: 12px 10px;
        transition: background-color .12s cubic-bezier(.4, 0, .2, 1);
        width: calc(100% - 20px);
        text-align: left;
        align-items: center;
        display: inline-flex;
        position: relative;
        font-family: Effra Regular;
        font-weight: 500;
        min-width: 64px;
        border-radius: 3px;
        overflow-wrap: anywhere;
        justify-content: space-between;
        margin-left: 11px;
    }

    /* headline mobile */
    /*.mobile-wrapper .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(3)>a,*/
    .mobile-wrapper .hs-menu-wrapper > ul > li > ul > li > ul > li:nth-child(6) > ul > li:nth-child(3) > ul > li:nth-child(2) > a,
    .mobile-wrapper .hs-menu-wrapper > ul > li > ul > li > ul > li:nth-child(6) > ul > li:nth-child(4) > ul > li:nth-child(2) > a {
        font-size: 1.125rem;
        font-family: Effra Medium;
        font-weight: 500;
        line-height: 1.2;
        display: inline-block;
        margin: 32px 20px 16px;
        padding: 0;
        margin-left: 21px;
        color: #3b3b3b;
    }

    .mobile-wrapper .hs-menu-wrapper > ul > li > ul > li:nth-child(11) > a > span,
    .mobile-wrapper .hs-menu-wrapper > ul > li > ul > li:nth-child(12) > a > span {
        align-items: normal;
        justify-content: space-between;
        width: 100%;
        display: inherit;
    }

    .mobile-wrapper .hs-menu-wrapper > ul > li > ul > li:nth-child(11) > a span.MuiButton-endIcon.MuiButton-iconSizeMedium,
    .mobile-wrapper .hs-menu-wrapper > ul > li > ul > li:nth-child(12) > a span.MuiButton-endIcon.MuiButton-iconSizeMedium {
        margin-left: 8px;
        margin-right: -4px;
        display: block;
    }

    .mobile-wrapper .hs-menu-wrapper > ul > li > ul > li:nth-child(11) > a span.Navigation-module__icon-wrapper--AOn-7,
    .mobile-wrapper .hs-menu-wrapper > ul > li > ul > li:nth-child(12) > a span.Navigation-module__icon-wrapper--AOn-7 {
        display: inline-block;
        width: 100px;
        font-size: 20px;
    }

    .mobile-wrapper .hs-menu-wrapper > ul > li > ul > li:nth-child(11) > a span.Navigation-module__icon-wrapper--AOn-7 svg,
    .mobile-wrapper .hs-menu-wrapper > ul > li > ul > li:nth-child(12) > a span.Navigation-module__icon-wrapper--AOn-7 svg {
        height: 30px;
        margin: -7px 0;
        max-width: 100px;
    }

    .mobile-wrapper .hs-menu-wrapper > ul > li > ul > li > ul > li:first-child > a {
        margin-left: 4px;
    }

    .mobile-wrapper .hs-menu-wrapper > ul > li > ul > li > ul > li > ul > li > ul > li:not(:first-child) > a,
    .mobile-wrapper .hs-menu-wrapper > ul > li > ul > li > ul > li > ul > li:not(:first-child) > a,
    .mobile-wrapper .hs-menu-wrapper > ul > li > ul > li > ul > li:not(:first-child) > a {
        color: #70706f;
        font-size: 1rem;
        line-height: 1;
        padding: 12px 10px;
        transition: background-color .12s cubic-bezier(.4, 0, .2, 1);
        width: calc(100% - 20px);
        text-align: left;
        align-items: center;
        display: inline-flex;
        position: relative;
        font-family: Effra Regular;
        font-weight: 500;
        min-width: 64px;
        border-radius: 3px;
        overflow-wrap: anywhere;
        justify-content: space-between;
        margin: 0 10px 0 12px;
    }

    .mobile-wrapper .hs-menu-wrapper > ul > li > ul > li > ul > li > ul > li:first-child > a {
        margin-left: 5px;
    }

    .mobile-wrapper .hs-menu-wrapper > ul > li > ul > li > ul > li > ul > li:not(:first-child) > a {
        margin: 0 10px 0 13px;
    }

    /*
.mobile-wrapper .hs-menu-wrapper>ul>li:nth-child(5)>ul>li>ul>li:nth-child(2)>a
 {
  font-size: 1.125rem;
  font-family: Effra Medium;
  font-weight: 500;
  line-height: 1.2;
  display: inline-block;
  margin: 32px 20px 16px;
  padding: 0;
  color: #3b3b3b;
  margin-left: 22px;
}
  */
    .mobile-wrapper .hs-menu-wrapper > ul > li:nth-child(6) > ul > li:nth-child(7) > a > span,
    .mobile-wrapper .hs-menu-wrapper > ul > li:nth-child(6) > ul > li:last-child > a > span {
        width: 100%;
    }

    .mobile-wrapper .hs-menu-wrapper > ul > li:nth-child(6) > ul > li:last-child > a span.Navigation-module__icon-wrapper--AOn-7,
    .mobile-wrapper .hs-menu-wrapper > ul > li:nth-child(6) > ul > li:nth-child(7) > a span.Navigation-module__icon-wrapper--AOn-7 {
        display: inline-block;
        width: 100px;
    }

    .mobile-wrapper .hs-menu-wrapper > ul > li:nth-child(6) > ul > li:nth-child(7) > a span.MuiButton-endIcon.MuiButton-iconSizeMedium {
        margin-right: -14px;
    }

    .mobile-wrapper .hs-menu-wrapper > ul > li:nth-child(6) > ul > li:last-child > a span.MuiButton-endIcon.MuiButton-iconSizeMedium {
        margin-right: -6px;
    }

    .mobile-wrapper .hs-menu-wrapper > ul > li:nth-child(6) > ul > li:last-child > a span.Navigation-module__icon-wrapper--AOn-7 svg,
    .mobile-wrapper .hs-menu-wrapper > ul > li:nth-child(6) > ul > li:nth-child(7) > a span.Navigation-module__icon-wrapper--AOn-7 svg {
        height: 30px;
        margin: -7px 0;
        max-width: 100px;
        width: inherit;
    }

    .mobile-wrapper .hs-menu-wrapper > ul > li:not(:first-child) > a:hover svg {
        transform: translateX(0) !important;
    }

    .mobile-wrapper .hs-menu-wrapper > ul > li:not(:first-child) > a:hover {
        background-color: rgba(0, 0, 0, 0.05);
        color: #3b3b3b;
    }

    .mobile-wrapper .hs-menu-wrapper > ul > li:nth-child(14) > ul {
        background-color: #f7f7f7 !important;
        overflow: auto;
        overflow-x: hidden;
        z-index: 14 !important;
    }

    .mobile-wrapper .hs-menu-wrapper > ul > li:nth-child(14) > ul > li:first-child > a {
        font-weight: 700;
        margin-top: 10px;
        padding: 16px 10px 15px 2px;
        fill: transparent;
        color: #70706f;
        font-size: 1rem;
        line-height: 1;
        margin-left: 10px;
        width: 230px;
    }

    .mobile-wrapper .hs-menu-wrapper > ul > li:nth-child(14) > ul > li:first-child > a svg {
        position: relative;
        top: -1px;
    }

    .mobile-wrapper .hs-menu-wrapper > ul > li:nth-child(14) > ul > li:nth-child(2) > a,
    .mobile-wrapper .hs-menu-wrapper > ul > li:nth-child(14) > ul > li:nth-child(34) > a,
    .mobile-wrapper .hs-menu-wrapper > ul > li:nth-child(14) > ul > li:nth-child(43) > a {
        padding-top: 48px;
        margin-bottom: 1.25rem;
        margin-top: 2rem;
        font-size: 1.125rem;
        font-family: Effra Medium;
        font-weight: 500;
        line-height: 1.2;
        margin-left: 14px;
        color: #3b3b3b;
        padding-bottom: 0;
    }

    .mobile-wrapper .hs-menu-wrapper > ul > li:nth-child(14) > ul > li:nth-child(34) > a,
    .mobile-wrapper .hs-menu-wrapper > ul > li:nth-child(14) > ul > li:nth-child(43) > a {
        padding-top: 0;
    }

    .mobile-wrapper .hs-menu-wrapper > ul > li:nth-child(14) > ul > li:nth-child(9) hr,
    .mobile-wrapper .hs-menu-wrapper > ul > li:nth-child(14) > ul > li:nth-child(2) hr {
        display: none;
    }

    .mobile-wrapper .hs-menu-wrapper > ul > li:nth-child(14) > ul > li > a {
        justify-content: flex-start;
        width: 259px;
        margin: 0 24px;
    }

    .mobile-wrapper .hs-menu-wrapper > ul > li:nth-child(14) > ul > li > a > span {
        width: 100%;
        display: inherit;
        align-items: inherit;
        justify-content: inherit;
    }

    .mobile-wrapper .hs-menu-wrapper > ul > li:nth-child(14) > ul > li > a span.flag-image {
        display: inherit;
        margin-right: 8px;
    }

    .mobile-wrapper .hs-menu-wrapper > ul > li:nth-child(14) > ul > li > a span.flag-image img {
        margin-right: 10px;
        width: 20px;
        font-size: 20px;
        height: 16px;
    }

    .mobile-wrapper .hs-menu-wrapper > ul > li:nth-child(14) > ul > li:nth-child(44) {
        padding-bottom: 28px;
    }

    .Header-module__search .Header-module__search-drawer--R8Wjz {
        top: auto;
        width: 315px;
        height: 100vh;
    }

    .Header-module__search {
        visibility: hidden;
        transform: translateX(100%);
        height: 100vh;
        top: 0;
        transition: transform 0.3s linear;
        z-index: 99;
    }

    .Header-module__search.search-open {
        visibility: visible;
        transform: translateX(43.6%);
    }

    .header button.Header-search-button span.MuiIconButton-label svg {
        color: #0072b0 !important;
    }

    .header button.Header-search-button {
        background-color: transparent !important;
    }

    .open-menu .mobile-wrapper {
        right: 0;
    }

    .MuiBackdrop-root.active {
        z-index: 16;
    }

    .desktop-search {
        display: none;
    }

    .Header-module__search input.MuiInputBase-input.MuiFilledInput-input {
        padding: 17px 13px 15px;
    }

    .Header-module__search input.MuiInputBase-input.MuiFilledInput-input::placeholder {
        color: #70706f;
    }

    .Header-module__search h4 {
        color: #3b3b3b;
    }

    .mobile-wrapper .hs-menu-wrapper > ul > li > ul > li:not(:first-child) > a:hover {
        background-color: rgba(0, 0, 0, 0.05);
    }

    .mobile-wrapper .hs-menu-wrapper > ul > li > ul > li > ul > li:not(:first-child) > a:hover svg,
    .mobile-wrapper .hs-menu-wrapper > ul > li > ul > li > ul > li > ul > li:not(:first-child) > a:hover svg,
    .mobile-wrapper .hs-menu-wrapper > ul > li > ul > li:not(:first-child) > a:hover svg {
        transform: translateX(0) !important;
        color: #3b3b3b;
    }

    .mobile-wrapper .hs-menu-wrapper > ul > li > ul > li > ul > li:not(:first-child) > a:hover,
    .mobile-wrapper .hs-menu-wrapper > ul > li > ul > li > ul > li > ul > li:not(:first-child) > a:hover,
    .mobile-wrapper .hs-menu-wrapper > ul > li > ul > li:not(:first-child) > a:hover {
        background-color: rgba(0, 0, 0, 0.05);
    }

    .mobile-wrapper {
        background-color: #fff;
        border: 1px solid #ccc;
        height: 100vh;
        position: fixed;
        right: -100%;
        top: 0;
        width: 315px;
        z-index: 99;
        display: block;
        transition: 0.2s ease-out;
    }

    .mobile-wrapper .hs-menu-wrapper > ul > li:nth-child(6) > ul > li:last-child > a:hover svg,
    .mobile-wrapper .hs-menu-wrapper > ul > li:nth-child(6) > ul > li:nth-child(7) > a:hover svg {
        transform: translateX(-10px) !important;
    }

    .mobile-wrapper .hs-menu-wrapper > ul > li:nth-child(5) > ul > li > ul > li:nth-child(2) > a:hover,
    .mobile-wrapper .hs-menu-wrapper > ul > li:nth-child(12) > ul > li:nth-child(2) > a:hover,
    .mobile-wrapper .hs-menu-wrapper > ul > li:nth-child(12) > ul > li:nth-child(34) > a:hover,
    .mobile-wrapper .hs-menu-wrapper > ul > li:nth-child(12) > ul > li:nth-child(43) > a:hover,
    .mobile-wrapper .hs-menu-wrapper > ul > li:nth-child(2) > ul > li:nth-child(3) > a:hover {
        background: transparent;
    }

    .mobile-wrapper li.dl-back a:hover svg {
        transform: translateX(0) !important;
    }

    .mobile-wrapper li.dl-back a:hover {
        background-color: rgba(0, 0, 0, 0.05);
        color: #3b3b3b;
    }

    .Header-module__search {
        position: fixed;
    }
}
footer.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer.footer {
  background: #292d41;
  color: #fff;
  padding: 50px 0;
}

.footer .top-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% + 24px);
  margin: -12px;
}

.footer .top-footer .col .hs-menu-wrapper>ul>li>a {
  font-size: 1.35rem;
  font-family: Effra Bold;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  display: block;
}
.footer .top-footer .col {
  padding:12px;
}
.BackToTop-module_BackToTop--KPku9 {
  bottom: 100px;
  opacity: 1;
  position: fixed;
  right: 0;
  transition: opacity .28s linear;
  z-index: 3;
}

.BackToTop-module_BackToTop--KPku9 button {
  height: 56px;
  min-width: auto;
  background-color: #000;
  border: none;
  border-radius: 6px 0 0 6px;
  box-shadow: 0 8px 10px rgb(0 0 0 / 20%);
  cursor: pointer;
  opacity: .5;
  width: 56px;
  font-size: 1rem;
  overflow-wrap: anywhere;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-family: Effra Regular;
  font-weight: 500;
  line-height: 1.75;
  display: inline-flex;
  vertical-align: middle;
  padding: 6px 16px;
  position: relative;
  align-items: center;
}

.BackToTop-module_BackToTop--KPku9 span.MuiButton-label.jss4 {
  width: 100%;
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
  position: relative;
  right: 6px;
}

.BackToTop-module_BackToTop--KPku9 svg.MuiSvgIcon-root.BackToTop-module_icon--09P0N {
  fill: currentColor;
  display: inline-block;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none;
  color: #fff;
  font-size: 36px;
  height: 36px;
  width: 36px;
}

.footer .top-footer .col .hs-menu-wrapper>ul ul li {
  margin: 16px 0 0;
}

.footer .top-footer .col  .hs-menu-wrapper ul ul {
  margin: 0 0 0 -8px !important;
}
.footer .top-footer .col .hs-menu-wrapper>ul ul li a {
  width: 100%;
  font-family: Effra Regular;
  font-weight: 500;
  line-height: 1.75;
  min-width: 64px;
  box-sizing: border-box;
  transition: background-color .25s cubic-bezier(.4,0,.2,1) 0ms,box-shadow .25s cubic-bezier(.4,0,.2,1) 0ms,border .25s cubic-bezier(.4,0,.2,1) 0ms;
  padding: 6px 8px;
  font-size: 1rem;
  border-radius: 3px;
  justify-content: flex-start;
  overflow-wrap: anywhere;
  color: #ccc;
  display: inline-flex;
}
.footer .bottom-footer {
  border-top: 1px solid hsla(0,0%,100%,.25);
  display: flex;
  margin-top: 30px;
  padding: 30px 0 0;
  flex-direction: column;
  align-items: center;
}

.footer .footer-logo {
  width: 70px;
}
.footer  .footer-menu .hs-menu-wrapper>ul {
  margin: 40px 0;
  text-align: center;
}
.footer .footer-menu .hs-menu-wrapper>ul>li {
  margin: 16px 0 0;
  margin-top: 0;
  text-align: center;
}
.footer .footer-menu .hs-menu-wrapper>ul>li>a {
  color: #fff;
}
.footer .footer-standard-logo svg {
  width: 125px;
}
.footer .footer-standard-logo {
  fill: #ccc;
  flex: 1 1;
  text-align: right;
}
.footer .footer-menu .hs-menu-wrapper>ul>li>a {
  color: #fff;
  font-family: Effra Regular;
  font-weight: 500;
  line-height: 1.75;
  min-width: 64px;
  box-sizing: border-box;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  padding: 6px 8px;
  font-size: 1rem;
  border-radius: 3px;
  justify-content: flex-start;
  overflow-wrap: anywhere;
  color: #ccc;
  display: inline-flex;
}
.footer  .social-share {
  margin-left: -8px;
}
.BackToTop-module_BackToTop--KPku9 button:hover {
  opacity: .75;
  background-color: #000;
}
@media (min-width: 600px){
  .footer .footer-logo {
    width: 75px;
  }
  .footer .footer-menu .hs-menu-wrapper>ul>li {
    display: inline-block;
    margin-right: 13px;
  }
}
@media (min-width: 840px){
  .footer .bottom-footer {
    align-items: flex-start;
    flex-direction: row;
  }
  .footer .footer-logo {
    width: 50px;
  }
  .footer .footer-menu .hs-menu-wrapper>ul {
    margin: 0 40px;
    text-align: left;
  }
}

@media (min-width: 1024px){
  .footer .footer-menu .hs-menu-wrapper>ul>li>a,
  .footer .top-footer .col .hs-menu-wrapper>ul ul li a{
    font-family: Effra Medium;
  }
}

@media (max-width: 1023px){
  .footer .social-share {
    margin-left: -2px;
  }
  .footer .social-icons-wrapper h4 {
    margin-left: 2px;
  }
  .footer  .social-icons-wrapper ul {
    margin-top: 1px !important;
    position: relative;
    left: -5px;
  }
  .footer  .social-icons-wrapper .bottom-link li a{
    font-family: Effra Regular;
  }

  .footer  .social-icons-wrapper .bottom-link {
    margin-left: -6px;
  }
}
