*, *: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: 600;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* 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: 991px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 992px) 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: 991px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0;
}

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

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 991px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { font-family: "icomoon";
  src: url(https://26635462.fs1.hubspotusercontent-eu1.net/hubfs/26635462/raw_assets/public/Mercure_August_2024/fonts/icomoon.ttf) format("embedded-opentype"), 
    url(https://26635462.fs1.hubspotusercontent-eu1.net/hubfs/26635462/raw_assets/public/Mercure_August_2024/fonts/icomoon.woff) format("truetype"), url("../fonts/icomoon.woff?17ldmw") format("woff");
  font-style: normal; 
  font-weight: normal;
  font-display: block; 
}

@font-face { font-family: 'Poppins'; 
  src: url(https://26635462.fs1.hubspotusercontent-eu1.net/hubfs/26635462/raw_assets/public/Mercure_August_2024/fonts/Poppins-Light.otf) format("opentype"); 
  font-style: normal;
  font-weight: 350;
  font-display: swap;
}

@font-face { font-family: 'Poppins'; 
  src: url(https://26635462.fs1.hubspotusercontent-eu1.net/hubfs/26635462/raw_assets/public/Mercure_August_2024/fonts/Poppins-Light.otf) format("opentype"); 
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face { font-family: 'Poppins'; 
  src: url(https://26635462.fs1.hubspotusercontent-eu1.net/hubfs/26635462/raw_assets/public/Mercure_August_2024/fonts/Poppins-Medium.otf) format("opentype"); 
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face { font-family: 'Poppins'; 
  src: url(https://26635462.fs1.hubspotusercontent-eu1.net/hubfs/26635462/raw_assets/public/Mercure_August_2024/fonts/Poppins-SemiBold.otf) format("opentype"); 
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face { font-family: 'Poppins'; 
  src: url(https://26635462.fs1.hubspotusercontent-eu1.net/hubfs/26635462/raw_assets/public/Mercure_August_2024/fonts/Poppins-Bold.otf) format("opentype"); 
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}


body {
  line-height: 1.5;
  word-break: break-word;
}

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

/* Paragraphs */

img{
  vertical-align:middle;
}

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

/* Lists */

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

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

ul.no-list {
  list-style: none;
}

/* 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: #DADADD;
  border: none;
  color: #DADADD;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

.hs-form-field {
  margin-bottom: 1.4rem;
}
@media only screen and (max-width : 768px) {
  .hs-form-field {
    margin-bottom: 0.4rem;
  }
}
/* Labels */

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

/* Help text - legends */

form legend {
  font-size: 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.8rem;
  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;
}

li.hs-form-booleancheckbox .hs-form-booleancheckbox-display {
    display: flex;
}

/* 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-richtext {
/*   margin-left: 1rem !important; */
  margin-left: 5px !important;
  line-height: normal;
}
form .legal-consent-container .inputs-list > li {
  align-content: center;
  display: flex;
}
form .legal-consent-container label {
  display: flex;
  align-items: flex-start;
}
.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 0rem !important;
  margin-top: -4px;
}
@media only screen and (max-width : 768px) {
.legal-consent-container .hs-form-booleancheckbox-display input{
    min-width: 26px !important;
    min-height: 26px !important;
  }
}
/* Validation */

.hs-form-required {
  color: #EF6B51;
}
a.hs-button.primary {
    margin: 20px 0;
}
.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg,.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}
/* Submit button */

form input[type=submit],
form .hs-button,.button {
  cursor: pointer;
  text-align: center;
  white-space: normal;  
  width: fit-content;
  display: inline-block;
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 500;
  line-height: 19px;
  text-align: left;
  text-decoration: none;
  padding: 15px 24px;
  transition: all 0.3s ease-in-out;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

.hs_message textarea{
  min-height: 180px;
}
.hs-form-field select{
  min-height: 51px;
}
/* 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;
}
#pageHeader {
  justify-content: space-between;
  align-content: center;
  padding: 25px 64px;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 99;
  transition: top 0.3s ease-in-out;
  display:flex;  
}
.abs_header.nav-down div#pageHeader {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.button-menu {
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 350;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #53514f;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: -8px;
}


.button-menu .icon {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
}


.button-menu .icon .dot {
  position: absolute;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  display: block;
  background-color: #53514f;
  transition: all 0.3s ease-in-out;
}

#pageHeader .button-menu {
  background-color: transparent;
  border: none;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 350;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #53514f;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: -8px;
}
#pageHeader .button-menu .icon .dot:nth-child(1) {
  top: 8px;
  left: 8px;
}
#pageHeader .button-menu .icon .dot:nth-child(2) {
  top: 8px;
  left: 19px;
}
#pageHeader .button-menu .icon .dot:nth-child(3) {
  top: 8px;
  left: 30px;
}
#pageHeader .button-menu .icon .dot:nth-child(4) {
  top: 19px;
  left: 8px;
}
#pageHeader .button-menu .icon .dot:nth-child(5) {
  top: 19px;
  left: 19px;
}
#pageHeader .button-menu .icon .dot:nth-child(6) {
  top: 19px;
  left: 30px;
}

#pageHeader .button-menu .icon .dot:nth-child(7) {
  top: 30px;
  left: 8px;
}
#pageHeader .button-menu .icon .dot:nth-child(8) {
  top: 30px;
  left: 19px;
}
#pageHeader .button-menu .icon .dot:nth-child(9) {
  top: 30px;
  left: 30px;
}
#pageHeader .button-menu .icon .dash:nth-child(10) {
  left: 8px;
  top: 8px;
  transform: rotate(45deg) translateY(8px);
}
#pageHeader .button-menu .icon .dash {
  background-color: #53514f;
  height: 1px;
  width: 0%;
  opacity: 0;
  display: block;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
}
#pageHeader .button-menu .icon .dash:nth-child(11) {
  left: 30px;
  top: 8px;
  transform: rotate(135deg) translate(14px, 6px);
}
#pageHeader .button-menu .icon .dash:nth-child(12) { 
  left: 30px;
  top: 30px;
  transform: rotate(-135deg) translate(14px, -8px);
}
#pageHeader .button-menu .icon .dash:nth-child(13) {
  left: 8px;
  top: 30px;
  transform: rotate(-45deg) translate(0px, -6px);
}
.show #pageHeader .button-menu .icon .dash {
  width: 50%;
  opacity: 1;
}
.header.show .button-menu .icon .dot {
  opacity: 0;
}
#pageHeader .button-menu .icon:hover .dot:nth-child(2),
#pageHeader .button-menu .icon:hover .dot:nth-child(4), 
#pageHeader .button-menu .icon:hover .dot:nth-child(6),
#pageHeader .button-menu .icon:hover .dot:nth-child(8) {
  top: 19px;
  left: 19px;
}
#pageHeader .button-menu .label.close {
  display: none;
}
.header_logo img {
  height: 110px;
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width : 480px) {
  .header_logo img {
    left: 0;
    position: relative;
    transform: unset;
  }
}
#pageHeader .actions {
  gap: 60px;
  align-items: center;
  display: flex;
}
.contact-button a {
  width: fit-content;
  display: block;
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
  color: white;
  border-radius:0px;
  background-color: #745A94;
  padding: 10.5px 16px;
  transition: all 0.3s ease-in-out;
}
.contact-button a:hover,
.contact-button a:focus {
  background-color: #5F4C80;
  color: white;
}
@media only screen and (max-width : 480px) {
  .contact-button a {
    font-size: 1rem;
  }
}

#pageHeader .lang-switch {
  align-items: center;
  display: flex;

}
.sideMenu nav >ul >li:hover {
  background-color: #5F4C80;
}

#pageHeader .lang-switch ul {
  gap: 18px;
  align-items: center;
  display: flex;
  flex-flow: row-reverse;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
#pageHeader .lang-switch ul li {
  position: relative;
}
#pageHeader .lang-switch ul li:not(:first-child) {
  margin-right: 15px;
}
#pageHeader .actions .lang-switch ul li a {
  background-color: transparent;
  border: none;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 350;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #53514f;
}

#pageHeader .lang-switch ul li.wpml-ls-current-language a {
  font-weight: 700;
}
#pageHeader .lang-switch ul li:not(:first-child)::after {   
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 5px;
  right: -20px;
  background: #53514f;
}
#pageHeader .lang-toggle {
  display: none;
  background-color: transparent;
  border: none;
  font-size: 24px;
}
.sideMenu,.localMenu {
  position: fixed;
  left: 120px;
  top: 120px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0s ease-in-out;
  transition-delay: 0.3s;
  z-index: 100;
}

.sideMenu.show,
.localMenu.show {
  opacity: 1;
  transition-delay: 0s;
}

.sideMenu .menu_inner {
  background-color: #53514f;
  overflow: auto;
  min-width: 690px;
  height: calc(90vh - 120px);
  -ms-overflow-style: none;
  scrollbar-width: none;
  transition: margin-left 0.3s ease-in-out;    
  margin-left: -690px;
}
.sideMenu.show .menu_inner,
.localMenu.show .menu_inner{
  margin-left: 0;
}
.sideMenu .menu_inner > *, 
.sideMenu .menu_inner nav {
  height: 100%;
}
.menu_inner nav ul{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  flex-flow: column;
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.menu_inner ul li{
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;  
  position: relative;
}
.menu_inner nav > ul >li:hover {
  background-color: #5F4C80;
}
.menu_inner nav ul li a{
  font-family: 'Poppins';
  font-size: clamp(30px, 8vh, 80px);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  color: white;
  padding-top: 4vh;
  padding-bottom: 2vh;
  padding-right: 40px;
  padding-left: 40px;
}
.menu_inner nav ul li > ul > li a {
  padding-left: 80px;
}
.menu_inner nav ul ul {
  display: flex;
  justify-content: flex-start;  
}


span.child-trigger {
  position: absolute;
  right: 20px;
  width: 9%;
  height: 30%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu_inner nav ul ul {
  display: none;
  height: auto;
}

span.child-trigger {
  height: 60px;
  right: 0;
  cursor: pointer;
  width: 60px;
}
span.child-trigger:before {
  content: "+";
  color: #fff;
  font-size: clamp(30px,8vh,80px);
}
.localMenu nav ul li a {
  color: #fff;
  padding-top: 4vh;
  padding-bottom: 2vh;
  font-size: 44px;
  line-height: 44px;
  display:block;
  font-family: 'Poppins';
} 

.localMenu>div nav ul {
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: unset;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.show #pageHeader .button-menu .label.close {
  display: block;
}

.show span.label.open {
  display: none;
}

span.child-trigger {
  height: 12vh;
}
div#pageHeader {
  align-items: center;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

.no-banner header.header {
  min-height: 100px;
}
.nav-up.abs_header div#pageHeader {
  top: -100%;
}
.abs_header.nav-down div#pageHeader {
  top: 0;
}
@media (min-width: 1081px){ 
  .localMenu {
    display: none;
  }
}
@media (max-width: 1080px){
  .no-banner header.header {
    min-height: 100px;
  }
  #pageHeader .lang-toggle {
    display: block;
    position: relative;
    top: 3px;
  }
  .sideMenu>div nav ul li a {
    font-size: 44px;
    line-height: 44px;
  }
  .localMenu>div {
    height: -moz-fit-content;
    height: fit-content;
  }
  .localMenu>div nav ul {
    display: flex;
    flex-flow: column;
    height: 100%;
    justify-content: unset;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .localMenu .menu_inner nav,
  .localMenu .menu_inner > * {
    height: 100%; 
  }
  .localMenu.show .menu_inner,
  .sideMenu.show .menu_inner{
    min-width: 0px;
    width: calc(100vw - 30px);
    height: calc(90vh - 100px);
  }

  .localMenu .menu_inner {
    -ms-overflow-style: none;
    background-color: #53514f;
    height: calc(90vh - 120px);
    margin-left: -690px;
    min-width: 690px;
    overflow: auto;
    scrollbar-width: none;
    transition: margin-left .3s ease-in-out;
  }
  .sideMenu .menu_inner,
  .localMenu .menu_inner {
    height: calc(90vh - 100px);
  }
  .sideMenu, .localMenu {
    left: 15px;
    top: 100px;
  }
  localMenu.show .menu_inner, 
  .sideMenu.show .menu_inner {
    margin-left: 0;
  }
  #pageHeader {
    height: 100px;
    padding: 15px 25px;
  }
  #pageHeader .button-menu .label {
    display: none !important;
  }

  .localMenu.show .menu_inner {
    height: auto !important;
  }
  button.lang-toggle.active span:before {
    color: #5F4C80 !important;
  }
  .localMenu .menu_inner {
    height: auto !important;
  }
  .header_logo img {
    height: 70px;
  }

  .actions {
    display: none !important;
  }

  [class^=icon-] {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon-globe:before {
    content: "\e902";
  }
  #pageHeader .lang-toggle span::before {
    transition: color 0.3s ease-in-out;
    color: #53514f;
  }
  .localMenu>div nav ul li:hover {
    background-color: #5F4C80;
  }

}
@media only screen and (max-width : 767px) {
  .header_logo img {
    height: 55px;
  } 
}
@media(max-width: 680px){
  .menu_inner nav ul li a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media(max-width: 480px){
  .menu_inner ul ul li {
    padding: 0 5px;
  }

  .menu_inner ul li {
    padding: 0 20px;
  }
}
/*.footer_wrapper_bg{
   background-image: url(https://26635462.fs1.hubspotusercontent-eu1.net/hubfs/26635462/raw_assets/public/Mercure_August_2024/images/joel-filipe-asL4k-U3I_s-unsplash-rose-scaled.jpg); 
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: calc(100% - 80px);
  width: 100%;
  position: absolute;
  bottom: 0px;
}*/
footer.footer {
  position: relative;
  /* padding-bottom: 120px; */
}
footer .form_content_wrapper .input>input{
line-height: 1.4;
}
.footer_content_wrapper{
  background-color: #53514f;
  /* margin-left: 120px;
  width: calc(100% - 120px); */
  width:100%;
  padding: 1px 100px 25px 100px;
  position: relative;
}
@media only screen and (min-width : 1081px) {
  .prefooter-wrapper{
  padding-left: 40px;
  padding-right: 40px;
  }
}
@media only screen and (min-width : 1495px) {
  .prefooter-wrapper{
  padding-left: 80px;
  padding-right: 80px;
  }
}
@media only screen and (max-width : 991px) {
  .prefooter-wrapper{
  padding-left: 20px;
  padding-right: 20px;
  }
}
@media only screen and (max-width : 767px) {
  .prefooter-wrapper{
  padding-left: 4px;
  padding-right: 4px;
  }
}
.footer_content_wrapper .upper_content,
.prefooter-wrapper .upper_content {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
.footer_logo a>img{
  max-width: 230px!important;
  height: auto;
  display: block;
  vertical-align: middle;
}

.footer_logo,
.social_content_wrapper,
.form_content_wrapper {
  width: 33.3333333333%;
}

.social_content_wrapper span.title {
  color: #fff;
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: white;
  display: block;
  margin-bottom: 27px;
}
.social_content_wrapper .items {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
}
.social_content_wrapper .items a>span{
  font-family: "icomoon";
  font-size: 18px;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}
.upper_content .social_content_wrapper .items a>span:before{
  transition: color 0.3s ease-in-out;
}
.social_content_wrapper .items a>span.icon-facebook:before{
  content: "\e901";
  color: #fff;
}
.social_content_wrapper .items a>span.icon-instagram:before{
  content: "\e903";
  color: #fff;
}
.social_content_wrapper .items a>span.icon-youtube:before{
  content: "\e908";
  color: #fff;
}
.upper_content .social_content_wrapper .items a>span:hover:before{
  color: #a790c4;
}
.social_content_wrapper .items a>span.icon-xing:before{
  content: "\e907";
  color: #fff;
}
.social_content_wrapper .items a>span.icon-linkedin:before{
  content: "\e904";
  color: #fff;
}
.form_content_wrapper label>span:last-child{
  display:none;
}
.form_content_wrapper label>span{
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: white;
  display: block;
  margin-bottom: 30px;
}
.form_content_wrapper .input>input{
  font-size: 14px;
  background-color: transparent;
  color: white;
  border: none;
  border-bottom: 1px solid white;
  border-radius: 0px;
}
.form_content_wrapper form .inputs-list{
  padding-left: 5px;
}
.form_content_wrapper form .inputs-list>li{
  margin: 0;
}
.form_content_wrapper form .hs-error-msg{
  margin-top: 0;
  color: #f2545b;
}
.form_content_wrapper .hs-richtext {
  font-family: 'Poppins', sans-serif;
  color: white;
  font-size: 12px;
  margin-bottom: 3px;
  line-height: 24px;
}
.form_content_wrapper form .hs-richtext p{
  margin: 12px 0;
  font-size: 14px;
}
.form_content_wrapper form .hs-richtext p>a{
  display: inline-block;
  position: relative;
  color: #a790c4;
  text-decoration: none;
  font-weight: 700;
}
.form_content_wrapper form .hs-richtext p>a:after{
  transition: width 0.3s ease-in-out;
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0px;
  height: 1px;
  width: 0%;
  background-color: #a790c4;
}
.form_content_wrapper form .hs-richtext p>a:hover::after{
  width: 100%;
}
.form_content_wrapper form .actions{
  margin-top: 18px;
  margin-bottom: 0;
  padding: 17px 0px;
  text-align: left;
}
.form_content_wrapper .hs-input:focus {
  outline: none;
  border-color: #ffffff;
}
.form_content_wrapper .hs-input.invalid.error {
  border-color: #ffffff;
}
.form_content_wrapper form .actions input[type=submit] {
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  color: white;
  border-radius: 0px;
  border: 2px solid white;
  background-color: transparent;
  font-weight: 350;
  white-space: pre-wrap;
  line-height: 12px;
  font-family: 'Poppins', sans-serif;
  -webkit-appearance: none;
  padding: 12px 24px;
}
.form_content_wrapper form .hs-form-field {
  margin-bottom: 17px;
}
.form_content_wrapper form .actions input[type=submit]:hover{
  background-color: white;
  color: #53514f;
  border-color: white;
}
.form_content_wrapper form .actions input[type=submit]:active,
.form_content_wrapper form .actions input[type=submit]:focus{
  background-color: transparent;
  color: #ffffff;
  border-color: white;
}
.footer_content_wrapper .lower_content {
  display: flex;
  flex-wrap: wrap;
  padding-top:3px;
}
.copyright_content_wrapper,
.space_box,
.footer_menu_wrapper{
  width: 33.333333%;
  color: #ffffff;
}
.lower_content .p-small {
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 350;
  line-height: 160%;
  letter-spacing: 0.04em;
  text-align: left;
  color: #ffffff;
}
.footer_menu_wrapper .hs-menu-wrapper>ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-left: auto;
  width: fit-content;
}
.footer_menu_wrapper .hs-menu-wrapper>ul>li>a{
  color: white;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 350;
  line-height: 160%;
  letter-spacing: 0em;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: color 0.3s ease-in-out;
}
.footer_menu_wrapper .hs-menu-wrapper>ul>li>a:after{
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  transition: width 0.3s ease-in-out;
  height: 1px;
  background-color: #a790c4;
}
.footer_menu_wrapper .hs-menu-wrapper>ul>li>a:hover{
  color: #a790c4;
}
.footer_menu_wrapper .hs-menu-wrapper>ul>li>a:hover::after{
  width: 100%;
}
.copyright_content_wrapper p {
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 350;
  line-height: 19px;
  letter-spacing: 0.04em;
  text-align: left;
  margin: 0;
}

@media only screen and (min-width : 1081px) {
  .footer_address {
  margin-right: 160px;
} 
}

@media(max-width: 1584px){
  .footer_menu_wrapper .hs-menu-wrapper>ul{
    gap:20px;
  }
}
@media(max-width: 1494px){
  .footer_menu_wrapper .hs-menu-wrapper>ul{
    gap:10px;
  }
  .footer_content_wrapper{
    /* margin-left: 50px; */
    padding-right: 60px;
    padding-left: 60px;
    /* width: calc(100% - 50px); */
  }
}
@media(max-width: 1254px){
  .footer_logo,
  .copyright_content_wrapper{
    width: 30%;
  }
  .social_content_wrapper,
  .space_box{
    width: 30%;
  }
  .form_content_wrapper,
  .footer_menu_wrapper{
    width: 40%;
  }
}
@media(max-width: 1080px){
  .footer_content_wrapper{
    /* margin-left: 20px; */
    padding: 40px 20px 40px 20px;
    /* width: calc(100% - 20px); */
  }
  .footer_logo,
  .social_content_wrapper,
  .form_content_wrapper{
    width: 100%;
  }
  .copyright_content_wrapper,
  .space_box,
  .footer_menu_wrapper{
    width: 100%;
  }
  .footer_logo a{
    width: 220px;
    margin: 0 auto;
    display: block;
  }
  /* .footer_logo a>img {
    max-width: 230px!important;
  } */
  .form_content_wrapper form .actions{
    display: inline-block!important;
  }
  .form_content_wrapper{
    margin-top: 50px;
  }
  .social_content_wrapper {
    order: 3;
    margin-bottom: 85px;
    margin-top: 30px;
    line-height: 24px;
  }
  .social_content_wrapper span.title{
    margin-bottom: 33px;
  }
  .social_content_wrapper .items{
    justify-content: space-around;
  }
  .social_content_wrapper .items >a > span{
    font-size: 25px;
  }
  .footer_content_wrapper .upper_content,
  .prefooter-wrapper .upper_content{
    margin-bottom: 0;
  }
  .form_content_wrapper form .actions{
    margin-top: 5px;
  }
  .footer_content_wrapper .lower_content {
    gap: 30px;
  }
  .lower_content .p-small{
    font-size: 14px;
    line-height: 21px;
  }
  footer.footer.lp_footer .copyright_content_wrapper {
    order:2;
    text-align: left;
  }
  footer.footer.lp_footer .footer_menu_wrapper ul {
    justify-content: center;
  }
  .footer_menu_wrapper .hs-menu-wrapper > ul{
    margin-left: 0px;
  }
  .footer_address{
    min-width: 200px;
  }
}
@media only screen and (max-width : 480px) {
  .footer_content_wrapper .upper_content,
  .prefooter-wrapper .upper_content{
    flex-wrap: wrap;
  }
  .footer_address{
    margin-top: 2rem;
    margin-right: 0px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 991px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal:not(#hs_menu_wrapper_footer_menu_) ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 991px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 991px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}