*, *: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 ;
    }
}
.content-wrapper,
.dnd-section > .row-fluid {
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

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

@media (min-width: 600px) {
  .content-wrapper,
  .dnd-section > .row-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}

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

@font-face {
  font-family: Effra Heavy; 
  src: local("Effra Heavy"), url("//25756472.fs1.hubspotusercontent-eu1.net/hubfs/25756472/raw_assets/public/Bmi_group_July2022/fonts/1efa86c7b7e49223305df0a736e4dbd9.woff2") format("woff2");
    font-display: block;
    }

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

@font-face {
  font-family: Effra Regular; 
  src: local("Effra Regular"), url("//25756472.fs1.hubspotusercontent-eu1.net/hubfs/25756472/raw_assets/public/Bmi_group_July2022/fonts/3a4a75d3d8d1f919811656b95a57021a.woff2") format("woff2"); 
    font-display: block; 
    }




html {
  font-size: 16px;
}

body {
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Anchor Links */
a {
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: underline;
}

img{
  max-width:100%;
  vertical-align:middle;
  height:auto;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 32px;
  line-height: 1.2;
  word-break: break-word;
}

h1 {
  line-height: 1.2208;
}

h2 {
  line-height: 1.2992;
}

h3 {
  line-height: 1.3328;
}

h4 {
  line-height: 1.372;
}

h5 {
  line-height: 1.4;
}

h6 {
  line-height: 1.4;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left:40px;
}

ul li,
ol li {
  line-height: inherit;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

.disable-focus-styles :focus {
  outline: none;
}

@media(max-width:1023px){

  html {
    font-size: 16px;
  }
}

@media (min-width: 1024px){
  html,body {
    font-size: 1.125rem;
  }

}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  border-style: solid;
}

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

.hs-button, .button--primary{

  white-space: pre-wrap;
  box-shadow: 0 3px 1px -2px #00000033, 0 2px 2px 0 #00000024, 0 1px 5px 0 #0000001f;
  font-family: Effra Regular;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  min-width: 64px;
  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;
  text-decoration:none;
   border-style: solid;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */
form,
.submitted-message {
  max-width: ;
  font-family: ;
}

.hs-button, .button--primary{
  white-space: pre-wrap;
  box-shadow: 0 3px 1px -2px #00000033, 0 2px 2px 0 #00000024, 0 1px 5px 0 #0000001f;
  font-family: Effra Regular;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  min-width: 64px;
  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;
  text-decoration:none;
  margin:15px 0;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  border-style: solid;
}

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


.hs-form .hs-form-field > label {
  font-size: 14px;
  left: 9px;
  margin-bottom: -10px;
  padding: 0 5px;
  position: relative;
  top: 12px; 
  z-index: 1;
  background-color: #fff;
}

form .hs-error-msgs label {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
}

.hs-input,
input#hs-pwd-widget-password {
  font-family: Effra Regular;
  font-size: 16px;
  line-height: 1.1876em;
  padding: 18.5px 14px;
  width: 100%;
  height: 100%;
}
input#hs-pwd-widget-password {
  height: 45px!important;
}
.hs-input:focus,
input#hs-pwd-widget-password:focus {
  outline: 0;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto!important;
  height: auto!important;
  display:inline-block;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  vertical-align: middle;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-x: auto;
}
.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: ;
}

.hs-input::-webkit-input-placeholder {
  color: ;
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #ccc;
}


.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto!important;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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



.hs-field-desc {
  color: ;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: #3b3b3b;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: ;
  color: ;
  margin: 20px 0;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

#hs-search-module form input {
  margin-bottom: 20px;
}


@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: ;
}

.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_google_search,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_module .widget-type-email_subscriptions,
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_password_reset,
.blog-comments {
  padding: 1rem 2rem 2rem;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  margin-top: 1rem;
  max-width: 920px;
  display:block;
}

ul.no-list.hs-error-msgs.inputs-list {
  color: #3b3b3b;
  font-size: 14px;
  list-style: none;
  margin: 5px 0 0;
  padding: 0 15px;
}
form .hs-error-msgs label{
  color: red;
}

.hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
  padding: 0;
}
/* 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;
}
* {
  scrollbar-color:#c2c2c2 transparent;
  scrollbar-width: thin
}

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

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

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

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

.header-row {
  align-items: flex-end;
  display: flex;
  width: 100%;
}

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

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

.header-fixed-wrapper {
  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%);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.header-main-wrapper {
  min-height: 156.31px;
}

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

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

.header-top-sitemap .hs-menu-wrapper > ul > li > a {
  color: #3b3b3b;
  font-size: .875rem;
  border-radius: 3px;
  overflow-wrap: anywhere;
  padding: 6px 8px;
  min-width: 64px;
  font-family: Effra Regular;
  font-weight: 500;
  line-height: 1.75;
  text-transform: none;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  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;
}

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

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

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


.header-top-sitemap .hs-menu-wrapper > ul > li:last-child > a {
  display: flex;
  align-items: center;
  border: 1px solid transparent;
}

.header-buttons button {
  width: 48px;
  height: 48px;
  font-size: 1.5rem;
  text-align: center;
  border: 0;
  padding: 0;  
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  line-height: 0;
  outline: none;
  position: relative;
  overflow: hidden;
} 

.header-buttons button.search-button {
  color: #fff;
  background-color: #0072b0;
  border-radius: 3px;
}

.header-buttons button.mobile-trigger {
  color: #0072b0;
  margin-left: 10px;
}

.header-buttons button 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;
  vertical-align: middle;
}

.header-buttons button.search-button:hover {
  background-color: rgb(0, 79, 123);
}

.header-top-sitemap .hs-menu-wrapper>ul>li:last-child.child-active>a:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

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

.header-top-sitemap .hs-menu-wrapper > ul > li.hs-item-has-children > ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: calc(100vh - 56px);
  background-color: #f7f7f7;
  overflow-y: auto;
  border: 1px solid #ccc;
  text-align: left;
  z-index: 99;
  display: none;
  padding: 28px 0;
}

.top-mega-child > li > a {
  font-size: 1.125rem;
  font-family: Effra Medium;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1.25rem;
  margin-top: 2rem;
  text-decoration: none;
  display: block;
  color: #3b3b3b;
}

button.top-mega-close {
  font-size: 1.5rem;
  text-align: center;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  padding: 0;
  border-radius: 3px;
  width: 48px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background-color: #f7f7f7 !important;
  color: #3b3b3b !important; 
  border: 0;
  line-height: 0;
  outline: none;
}

button.top-mega-close 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;
}

.top-mega-child > li:first-child > a {
  font-size: 1rem;
  font-family: Effra Regular;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0.75em;
  min-height: 1.4rem;
  margin-top: 0;
  padding-bottom: 1px;
}

.top-mega-child > li > ul {
  margin: 0 -12px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: center;
  flex-direction: row !important;
}

.top-mega-child > li > ul > li {
  padding: 0 12px;
  flex-grow: 0;
  max-width: 100%;
  flex-basis: 100%;
  margin: 0;
}

.top-mega-child > li > ul > li > a {
  position: relative;
  display: inline-flex;
  text-transform: none;
  text-decoration: none;
  min-width: 64px;
  border-radius: 3px;
  padding: 12px 10px;
  transition: background-color .12s cubic-bezier(.4,0,.2,1);
  fill: transparent;
  color: #70706f;
  font-size: 1rem;
  line-height: 1;
  justify-content: start;
  margin: 0;
  width: 100%;
  align-items: center;
}

.top-mega-child > li > ul > li > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: #3b3b3b;
}

.header-top-sitemap .hs-menu-wrapper > ul > li:last-child > a:before,
.mobile_menu_bottom .hs-menu-wrapper > ul > li.uk:last-child > a:before{
  content: url('//25756472.fs1.hubspotusercontent-eu1.net/hubfs/25756472/raw_assets/public/Bmi_group_July2022/images/flags/uk.svg');
    width: 20px;
    margin-right: 10px;
    line-height: 0;
    }

.top-mega-child > li > ul > li > a:before,
.mobile_menu_bottom .hs-menu-wrapper ul > li > a:before{
  content: url('');
  margin-right: 18px;
  width: 20px;
  font-size: 20px;
  line-height: 0;
  position: relative;
}

.mobile_menu_bottom .hs-menu-wrapper >ul>li:not(.uk)>a:before {
  display: none;
}

.top-mega-child > li > ul > li.albania > a:before,
.mobile_menu_bottom .hs-menu-wrapper ul > li.albania > a:before {
  content: url('//25756472.fs1.hubspotusercontent-eu1.net/hubfs/25756472/raw_assets/public/Bmi_group_July2022/images/flags/al.svg');
    }

.top-mega-child > li > ul > li.österreich > a:before,
.mobile_menu_bottom .hs-menu-wrapper ul > li.österreich > a:before {
  content: url('//25756472.fs1.hubspotusercontent-eu1.net/hubfs/25756472/raw_assets/public/Bmi_group_July2022/images/flags/at.svg');
    }

.top-mega-child > li > ul > li.belgique > a:before,
.mobile_menu_bottom .hs-menu-wrapper ul > li.belgique > a:before {
  content: url('//25756472.fs1.hubspotusercontent-eu1.net/hubfs/25756472/raw_assets/public/Bmi_group_July2022/images/flags/be.svg');
    }

.top-mega-child > li > ul > li.belgië > a:before,
.mobile_menu_bottom .hs-menu-wrapper ul > li.belgië > a:before {
  content: url('//25756472.fs1.hubspotusercontent-eu1.net/hubfs/25756472/raw_assets/public/Bmi_group_July2022/images/flags/be.svg');
    }

.top-mega-child > li > ul > li.bosnai > a:before,
.mobile_menu_bottom .hs-menu-wrapper ul > li.bosnai > a:before {
  content: url('//25756472.fs1.hubspotusercontent-eu1.net/hubfs/25756472/raw_assets/public/Bmi_group_July2022/images/flags/ba.svg');
    }

.top-mega-child > li > ul > li.българия > a:before,
.mobile_menu_bottom .hs-menu-wrapper ul > li.българия > a:before {
  content: url('//25756472.fs1.hubspotusercontent-eu1.net/hubfs/25756472/raw_assets/public/Bmi_group_July2022/images/flags/bg.svg');
    }

.top-mega-child > li > ul > li.hrvatska > a:before,
.mobile_menu_bottom .hs-menu-wrapper ul > li.hrvatska > a:before {
  content: url('//25756472.fs1.hubspotusercontent-eu1.net/hubfs/25756472/raw_assets/public/Bmi_group_July2022/images/flags/hr.svg');
    }

.top-mega-child > li > ul > li.českárepublika > a:before,
.mobile_menu_bottom .hs-menu-wrapper ul > li.českárepublika > a:before {
  content: url('//25756472.fs1.hubspotusercontent-eu1.net/hubfs/25756472/raw_assets/public/Bmi_group_July2022/images/flags/cz.svg');
    }

.top-mega-child > li > ul > li.danmark > a:before,
.mobile_menu_bottom .hs-menu-wrapper ul > li.danmark > a:before{
  content: url('//25756472.fs1.hubspotusercontent-eu1.net/hubfs/25756472/raw_assets/public/Bmi_group_July2022/images/flags/dk.svg');
    }

.top-mega-child > li > ul > li.eesti > a:before,
.mobile_menu_bottom .hs-menu-wrapper ul > li.eesti > a:before {
  content: url('//25756472.fs1.hubspotusercontent-eu1.net/hubfs/25756472/raw_assets/public/Bmi_group_July2022/images/flags/ee.svg');
    }

.top-mega-child > li > ul > li.suomi > a:before,
.mobile_menu_bottom .hs-menu-wrapper ul > li.suomi > a:before {
  content: url('//25756472.fs1.hubspotusercontent-eu1.net/hubfs/25756472/raw_assets/public/Bmi_group_July2022/images/flags/fi.svg');
    }

.top-mega-child > li > ul > li.france > a:before,
.mobile_menu_bottom .hs-menu-wrapper ul > li.france > a:before {
  content: url('//25756472.fs1.hubspotusercontent-eu1.net/hubfs/25756472/raw_assets/public/Bmi_group_July2022/images/flags/fr.svg');
    }

.top-mega-child > li > ul > li.deutschland > a:before,
.mobile_menu_bottom .hs-menu-wrapper ul > li.deutschland > a:before {
  content: url('//25756472.fs1.hubspotusercontent-eu1.net/hubfs/25756472/raw_assets/public/Bmi_group_July2022/images/flags/de.svg');
    }

.top-mega-child > li > ul > li.magyarország > a:before,
.mobile_menu_bottom .hs-menu-wrapper ul > li.magyarország > a:before {
  content: url('//25756472.fs1.hubspotusercontent-eu1.net/hubfs/25756472/raw_assets/public/Bmi_group_July2022/images/flags/hu.svg');
    }

.top-mega-child > li > ul > li.ireland > a:before,
.mobile_menu_bottom .hs-menu-wrapper ul > li.ireland > a:before {
  content: url('//25756472.fs1.hubspotusercontent-eu1.net/hubfs/25756472/raw_assets/public/Bmi_group_July2022/images/flags/ie.svg');
    }

.top-mega-child > li > ul > li.italia > a:before,
.mobile_menu_bottom .hs-menu-wrapper ul > li.italia > a:before {
  content: url('//25756472.fs1.hubspotusercontent-eu1.net/hubfs/25756472/raw_assets/public/Bmi_group_July2022/images/flags/it.svg');
    }

.top-mega-child > li > ul > li.latvija > a:before,
.mobile_menu_bottom .hs-menu-wrapper ul > li.latvija > a:before {
  content: url('//25756472.fs1.hubspotusercontent-eu1.net/hubfs/25756472/raw_assets/public/Bmi_group_July2022/images/flags/lv.svg');
    }

.top-mega-child > li > ul > li.lietuva > a:before,
.mobile_menu_bottom .hs-menu-wrapper ul > li.lietuva > a:before {
  content: url('//25756472.fs1.hubspotusercontent-eu1.net/hubfs/25756472/raw_assets/public/Bmi_group_July2022/images/flags/lt.svg');
    }

.top-mega-child > li > ul > li.nederland > a:before,
.mobile_menu_bottom .hs-menu-wrapper ul > li.nederland > a:before {
  content: url('//25756472.fs1.hubspotusercontent-eu1.net/hubfs/25756472/raw_assets/public/Bmi_group_July2022/images/flags/nl.svg');
    }

.top-mega-child > li > ul > li.norge > a:before,
.mobile_menu_bottom .hs-menu-wrapper ul > li.norge > a:before {
  content: url('//25756472.fs1.hubspotusercontent-eu1.net/hubfs/25756472/raw_assets/public/Bmi_group_July2022/images/flags/no.svg');
    }

.top-mega-child > li > ul > li.poland > a:before,
.mobile_menu_bottom .hs-menu-wrapper ul > li.poland > a:before {
  content: url('//25756472.fs1.hubspotusercontent-eu1.net/hubfs/25756472/raw_assets/public/Bmi_group_July2022/images/flags/pl.svg');
    }

.top-mega-child > li > ul > li.portugal > a:before,
.mobile_menu_bottom .hs-menu-wrapper ul > li.portugal > a:before {
  content: url('//25756472.fs1.hubspotusercontent-eu1.net/hubfs/25756472/raw_assets/public/Bmi_group_July2022/images/flags/pt.svg');
    }

.top-mega-child > li > ul > li.românia > a:before,
.mobile_menu_bottom .hs-menu-wrapper ul > li.românia > a:before {
  content: url('//25756472.fs1.hubspotusercontent-eu1.net/hubfs/25756472/raw_assets/public/Bmi_group_July2022/images/flags/ro.svg');
    }

.top-mega-child > li > ul > li.srbija > a:before,
.mobile_menu_bottom .hs-menu-wrapper ul > li.srbija > a:before {
  content: url('//25756472.fs1.hubspotusercontent-eu1.net/hubfs/25756472/raw_assets/public/Bmi_group_July2022/images/flags/rs.svg');
    }

.top-mega-child > li > ul > li.slovensko > a:before,
.mobile_menu_bottom .hs-menu-wrapper ul > li.slovensko > a:before { 
  content: url('//25756472.fs1.hubspotusercontent-eu1.net/hubfs/25756472/raw_assets/public/Bmi_group_July2022/images/flags/sk.svg');
    }

.top-mega-child > li > ul > li.slovenija > a:before,
.mobile_menu_bottom .hs-menu-wrapper ul > li.slovenija > a:before { 
  content: url('//25756472.fs1.hubspotusercontent-eu1.net/hubfs/25756472/raw_assets/public/Bmi_group_July2022/images/flags/si.svg');
    }

.top-mega-child > li > ul > li.españa > a:before,
.mobile_menu_bottom .hs-menu-wrapper ul > li.españa > a:before {
  content: url('//25756472.fs1.hubspotusercontent-eu1.net/hubfs/25756472/raw_assets/public/Bmi_group_July2022/images/flags/es.svg');
    }

.top-mega-child > li > ul > li.sverige > a:before,
.mobile_menu_bottom .hs-menu-wrapper ul > li.sverige > a:before {
  content: url('//25756472.fs1.hubspotusercontent-eu1.net/hubfs/25756472/raw_assets/public/Bmi_group_July2022/images/flags/se.svg');
    }

.top-mega-child > li > ul > li.suisse > a:before,
.mobile_menu_bottom .hs-menu-wrapper ul > li.suisse > a:before {
  content: url('//25756472.fs1.hubspotusercontent-eu1.net/hubfs/25756472/raw_assets/public/Bmi_group_July2022/images/flags/ch.svg');
    }

.top-mega-child > li > ul > li.schweiz > a:before,
.mobile_menu_bottom .hs-menu-wrapper ul > li.schweiz > a:before {
  content: url('//25756472.fs1.hubspotusercontent-eu1.net/hubfs/25756472/raw_assets/public/Bmi_group_July2022/images/flags/ch.svg');
    }

.top-mega-child > li > ul > li.unitedkingdom > a:before,
.mobile_menu_bottom .hs-menu-wrapper ul > li.unitedkingdom > a:before {
  content: url('//25756472.fs1.hubspotusercontent-eu1.net/hubfs/25756472/raw_assets/public/Bmi_group_July2022/images/flags/uk.svg');
    }


.top-mega-child > li > ul > li.中国 > a:before,
.mobile_menu_bottom .hs-menu-wrapper ul > li.中国 > a:before {
  content: url('//25756472.fs1.hubspotusercontent-eu1.net/hubfs/25756472/raw_assets/public/Bmi_group_July2022/images/flags/cn.svg');
    top: -1px;
    }

.top-mega-child > li > ul > li.india > a:before,
.mobile_menu_bottom .hs-menu-wrapper ul > li.india > a:before {
  content: url('//25756472.fs1.hubspotusercontent-eu1.net/hubfs/25756472/raw_assets/public/Bmi_group_July2022/images/flags/in.svg');
    top: -1px;
    }

.top-mega-child > li > ul > li.indonesia > a:before,
.mobile_menu_bottom .hs-menu-wrapper ul > li.indonesia > a:before {
  content: url('//25756472.fs1.hubspotusercontent-eu1.net/hubfs/25756472/raw_assets/public/Bmi_group_July2022/images/flags/id.svg');
    top: -1px;
    }

.top-mega-child > li > ul > li.malaysia > a:before,
.mobile_menu_bottom .hs-menu-wrapper ul > li.malaysia > a:before {
  content: url('//25756472.fs1.hubspotusercontent-eu1.net/hubfs/25756472/raw_assets/public/Bmi_group_July2022/images/flags/my.svg');
    top: -1px;
    }

.top-mega-child > li > ul > li.southafrica > a:before,
.mobile_menu_bottom .hs-menu-wrapper ul > li.southafrica > a:before {
  content: url('//25756472.fs1.hubspotusercontent-eu1.net/hubfs/25756472/raw_assets/public/Bmi_group_July2022/images/flags/za.svg');
    top: -1px;
    }

.top-mega-child > li > ul > li.saudiarabia > a:before,
.mobile_menu_bottom .hs-menu-wrapper ul > li.saudiarabia > a:before {
  content: url('//25756472.fs1.hubspotusercontent-eu1.net/hubfs/25756472/raw_assets/public/Bmi_group_July2022/images/flags/sa.svg');
    top: -1px;
    }

.top-mega-child > li > ul > li.türkiye > a:before,
.mobile_menu_bottom .hs-menu-wrapper ul > li.türkiye > a:before {
  content: url('//25756472.fs1.hubspotusercontent-eu1.net/hubfs/25756472/raw_assets/public/Bmi_group_July2022/images/flags/tr.svg');
    }

.top-mega-child > li > ul > li.emirates > a:before,
.mobile_menu_bottom .hs-menu-wrapper ul > li.emirates > a:before {
  content: url('//25756472.fs1.hubspotusercontent-eu1.net/hubfs/25756472/raw_assets/public/Bmi_group_July2022/images/flags/ua.svg');
    width: 22px;
    }

.top-mega-child > li > ul > li.english > a:before,
.mobile_menu_bottom .hs-menu-wrapper ul > li.english > a:before {
  background-image: url('//25756472.fs1.hubspotusercontent-eu1.net/hubfs/25756472/raw_assets/public/Bmi_group_July2022/images/flags/globe.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 16px;
    }

.custom-menu-primary .hs-menu-wrapper > ul {
  display: flex;
  align-items: center;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a > svg {
  height: 24px;
  margin-left: 3px;
  width: 24px;
  fill: currentColor;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  font-size: 18px;
  padding: 30px 8px 30px 14px;
  text-align: center;
  flex-shrink: 0;
  font-family: Effra Regular;
  font-weight: 500;
  line-height: 1.75;
  white-space: normal;
  text-transform: none;
  max-width: 264px;
  overflow: hidden;
  position: relative;
  display: inline-flex;
  align-items: center;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
  color: #70706f;
  min-width: auto;
  opacity: 1;
  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);
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  background-color: #f7f7f7;
  color: #3b3b3b;
}

.header-search-wrapper {
  position: fixed;
  top: auto;
  left: 0;
  width: 100%;
  z-index: 9999;
  overflow: hidden;
  pointer-events: none;
  min-height: 183px;
  margin-top: -1px;
}

.header-search-wrapper .content-wrapper {
  position: relative;
}

.header-search {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 30px;
  right: 20px;
  width: 566px;
  transform: translateY(-186.979px);
  visibility: hidden;
  transition: 0.3s;
}

.header-search button.search-close {
  background-color: #fff;
  color: #70706f;
  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;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  outline: none;
}

.header-search button.search-close 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-search button.search-close:hover {
  background-color: #f7f7f7;
  color: #3b3b3b;
}

.header-search h4 {
  font-size: 1.35rem;
  font-family: Effra Bold;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 32px;
  color: #3b3b3b;
}

.header-search form.search-form {
  max-width: 800px;
}

.header-search .input-group {
  display: flex;
  flex-direction: row;
}

.header-search .hd-form-control {
  padding: 0;
  position: relative;
  min-width: 0;
  flex-direction: column;
  vertical-align: top;
  background-color: #fff;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  display: flex;
  flex: 1 1;
  margin: 0;
}

.header-search label.hd-form-label {
  font-family: Effra Regular;
  font-weight: 400;
  line-height: 1;
  padding: 0;
  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;
  color: #70706f;
  font-size: 16px;
}

.header-search .input-base-form-control {
  color: #3b3b3b;
  cursor: text;
  display: inline-flex;
  position: relative;
  font-size: 1rem;
  box-sizing: border-box;
  align-items: center;
  font-family: Effra Regular;
  font-weight: 400;
  line-height: 1.1876em;
  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-search input.hd-input {
  font: inherit;
  color: currentColor;
  width: 100%;
  height: 1.1876em;
  margin: 0;
  display: block;
  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;
  padding: 26px 13px 9px 14px;
  border: 0 !important;
  outline: none;
}

.header-search button.hd-search-button {
  width: 56px;
  height: auto;
  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;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.header-search button.hd-search-button 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-search button.hd-search-button:hover {
  background-color: rgb(0, 79, 123);
  color: #fff;
}

.search-active .header-search {
  transform: translateY(0px);
  visibility: visible;
  pointer-events: all;
}

.text-exist .header-search label.hd-form-label {
  transform: translate(12px, 10px) scale(0.75);
}

.header-search .input-base-form-control:hover {
  border-color: #70706f;
}

.search-overlay,
.lang-overlay{
  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: 99;
  opacity: 0;
  visibility: hidden;
  transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.lang-overlay {
  transition: 0.3s;
}

.search-active .search-overlay,
.mobile-menu-open .search-overlay {
  opacity: 1;
  visibility: visible;
}

.banner_wrapper .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul {
  display: none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul {
  position: fixed;
  top: auto;
  left: 0;
  width: 100%;
  height: calc(100vh - 160px);
  background-color: #fff;
  z-index: 99;
  border: 1px solid #ccc;
  display: none; 
  flex-direction: initial !important;
  overflow: hidden;
}

body.menu-open {
  overflow: hidden;
}

.menu-open .header-top-section {
  padding-right: 15px;
}

.menu-open .header-bottom-section {
  padding-right: 15px;
}

.mega-child-wrapper .content-wrapper {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: 1rem;
  height: calc(100vh - 160px);
}

/* .bottom-mega-menu {
width: 100%;
height: calc(100vh - 180px);
padding-left: 1px;
} */

.bottom-mega-menu li a {
  color: #70706f;
  font-size: 1rem;
  line-height: 1;
  padding: 12px 10px;
  transition: background-color .12s cubic-bezier(.4,0,.2,1);
  display: block;
  border-radius: 3px;
  overflow-wrap: anywhere;
  min-width: 64px;
  font-family: Effra Regular;
  font-weight: 500;
  text-transform: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  align-items: normal;
  justify-content: space-between;
}

.bottom-mega-menu li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: #3b3b3b;
}

.bottom-mega-menu .bottom-mega > li:first-child:after {
  content: "";
  display: block;
  border: none;
  border-top: 1px solid #ccc;
  margin: 12px 10px 10px 10px; 
}

.bottom-mega-menu .bottom-mega li a svg {
  fill: currentColor;
  font-size: 20px;
  transition: transform .12s cubic-bezier(.4,0,.2,1),-webkit-transform .12s cubic-bezier(.4,0,.2,1);
  vertical-align: middle;
  line-height: 0;
  width: 20px;
  -webkit-transform: translateX(-6px);
  transform: translateX(-6px);
  margin: -6px 0;
  height: 1.5rem; 
}

.mega-child-trigger {
  vertical-align: middle;
  display: flex;
  line-height: 0;
  margin-left: 5px;
}

.bottom-mega-menu li a:hover svg {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

.bottom-mega-menu li.child-open > a svg {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

.bottom-mega-menu .bottom-mega > li:first-child > a svg {
  width: auto;
  height: 30px;
  position: relative;
  top: -2px;
  margin: -7px 0;
  transform: none;
}

span.svg-m-icon {
  min-width: 100px;
  margin-left: 8px;
  margin-right: -4px;
  text-align: left;
}


@media (min-width: 1440px) {
  span.svg-m-icon {
    min-width: 130px;
  }
}

button.bottom-mega-close-btn {
  font-size: 1.5rem;
  text-align: center;
  transition: background-color .15s cubic-bezier(.4,0,.2,1) 0ms;
  padding: 0;
  border-radius: 3px;
  width: 48px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background-color: #fff;
  color: #70706f; 
  border: 0;
  line-height: 0;
  outline: none;
  overflow: hidden;
}


button.bottom-mega-close-btn svg {
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 1.5rem;
  transition: fill .2s cubic-bezier(.4,0,.2,1) 0ms;
  flex-shrink: 0;
  user-select: none;
}

button.bottom-mega-close-btn:hover {
  background-color: #f7f7f7;
  color: #3b3b3b;
}

/* .bottom-mega-menu-wrapper {
background-color: #fff;
box-sizing: border-box;
display: block;
height: 100%;
position: absolute;
top: 0;
width: 100%;
z-index: 1;
transition: left .2s ease-out;
left: 0;
border-right: none;
margin-left: -25%;
width: 25%;
left: auto;
} */

/* .bottom-mega-menu .bottom-mega {
background-color: #fff;
box-sizing: border-box;
position: absolute;
top: 0;
width: 100%;
z-index: 1;
border-right: 1px solid #ccc;
display: block;
left: calc(100% + 1px);
height: calc(100vh - 180px);
overflow-y: auto;
} */


.custom-menu-primary .bottom-mega-menu-wrapper {
  box-sizing: border-box;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  display: block;
  left: -100%;
}

.custom-menu-primary .bottom-mega-menu {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}

.custom-menu-primary .bottom-mega-menu {
  height: calc(100% - 1rem);
}

.custom-menu-primary .bottom-mega-wrap {
  box-sizing: border-box;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  display: block;
  left: calc(100% + 1px);
}

.custom-menu-primary .bottom-mega {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.custom-menu-primary .bottom-mega li > ul {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  display: none;
  box-sizing: border-box;
  left: calc(100% + 1px);
  height: calc(100% - 1rem);
  background-color: #fff;
  height: calc(100vh - 160px);
}

.custom-menu-primary .bottom-mega li.child-open > ul {
  display: block;
}

.custom-menu-primary .bottom-mega li.child-open>a:not(:hover) {
  background-color: rgba(59,59,59,.04);
}

.custom-menu-primary .bottom-mega > li > ul > li:first-child:after {
  content: "";
  display: block;
  border: none;
  border-top: 1px solid #ccc;
  margin: 12px 10px 10px;
}

/* MOBILE MENU STYLE */

.mobile_menu_wrapper{
  display: none;
}

.mobile_menu_wrapper {
  display: none;
  background-color: #fff;
  border: 1px solid #ccc;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  width: 315px;
  z-index: 10000;
  transform: translateX(669px) translateX(-348px);
  visibility: hidden;
  transition: 0.25s;
  overflow-y: auto;
}

body.mobile-menu-open .mobile_menu_wrapper {
  transform: none;
  transition: transform 225ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  visibility: visible;
}

.mobile_menu_container {
  height: 100%;
  margin: auto;
  max-width: 1440px;
  overflow-x: hidden;
  position: relative;
}

.mobile_menu_container .menu_animate {
  background-color: #fff;
  box-sizing: border-box;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  transition: left .2s ease-out; 
  left: 0;
}

.mobile_menu_top .hs-menu-wrapper ul > li > a,
.mobile_menu_bottom ul a {
  vertical-align: middle;
  -moz-appearance: none;
  justify-content: space-between;
  text-decoration: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  align-items: center;
  user-select: none;
  display: inline-flex;
  outline: 0;
  border: 0;
  cursor: pointer;
  text-transform: none;
  font-family: Effra Regular;
  font-weight: 500;
  min-width: 64px;
  box-sizing: border-box;
  border-radius: 3px;
  overflow-wrap: anywhere;
  fill: transparent;
  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;
}
.mobile_menu_bottom ul {
  background-color: #f7f7f7;
  margin: 10px 0;
  padding: 10px 0;
}

.mobile_menu_wrapper .hs-menu-wrapper ul > li > a span {
  display: block;
  margin-left: 8px;
  margin-right: -4px;
}

.mobile_menu_wrapper .hs-menu-wrapper ul > li > a span svg {
  flex-shrink: 0;
  user-select: none;
  display: inline-block;
  fill: currentColor;
  width: 1em;
  font-size: 20px;
  margin: -7px 0;
  height: 1.5rem;
  transition: -webkit-transform .12s cubic-bezier(.4,0,.2,1);
  transition: transform .12s cubic-bezier(.4,0,.2,1);
  transition: transform .12s cubic-bezier(.4,0,.2,1),-webkit-transform .12s cubic-bezier(.4,0,.2,1);
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  max-width: 100px;
}

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

.mobile_menu_top .hs-menu-wrapper ul>li>a:hover span svg {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.mobile_menu_container .mobile-menu_text {
  display: flex;
  justify-content: space-between;
  padding: 15px 10px 20px;
}
body.mobile-menu-open {
  overflow: hidden;
}
.mobile_menu_container .mobile-menu_text .mobile-text {
  margin: 0px;
  line-height: 1.2;
  font-size: 1.125rem;
  font-family: Effra Medium;
  border-bottom: 1px solid #f0f0f0;
  font-weight: 700;
  width: 50%;
  padding-left: 10px;
  padding-bottom: 19px;
}

.mobile_menu_container .mobile-menu_text {
  padding: 15px 10px 10px;
  position: relative;
}

.mobile_menu_container .mobile-menu_text .mobile-text {
  margin: 0px;
  line-height: 1.2;
  font-size: 1.125rem;
  font-family: Effra Medium;
  border-bottom: 1px solid #f0f0f0;
  font-weight: 700;
  width: 50%;
  padding-left: 10px;
  padding-bottom: 19px;
}

body.mobile-menu-open {
  overflow: hidden;
}

.mobile_menu_container .mobile-menu_text button {
  color: inherit;
  border: 0;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  outline: 0;
  padding: 0;
  position: absolute;
  align-items: center;
  user-select: none;
  border-radius: 0;
  vertical-align: middle;
  -moz-appearance: none;
  justify-content: center;
  text-decoration: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  flex: 0 0 auto;
  color: rgba(0, 0, 0, 0.54);
  padding: 12px;
  overflow: visible;
  font-size: 1.5rem;
  text-align: center;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 50%;
  padding: 0;
  border-radius: 3px;
  width: 48px;
  height: 48px;
  background-color: transparent !important;
  color: #70706f;
  z-index: 99999;
  top: 0px;
  right: 0px;
}

.mobile_menu_container .mobile-menu_text button .MuiIconButton-label {
  width: 100%;
  display: flex;
  align-items: inherit;
  justify-content: inherit;
}

.mobile_menu_container .mobile-menu_text button .MuiTouchRipple-root {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
}

.mobile_menu_container .mobile-menu_text button .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;
}

.mobile_menu_wrapper .hs-item-has-children > ul {
  position: absolute;
  top: 0;
  bottom: auto;
  right: -315px;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  height: 100vh;
  overflow-y: auto;
  display: block !important;
  transition: 0.3s;
} 

.mobile_menu_wrapper .hs-item-has-children.open > ul {
  right: 0;
}

.mobile_menu_wrapper .mobile_menu_bottom .hs-item-has-children>ul ul {
  position: static;
  height: auto;
}

.mobile_menu_wrapper .mobile_menu_bottom .hs-item-has-children>ul ul .dl-back {
  display: none;
}

.mobile_menu_wrapper .mobile_menu_bottom .hs-item-has-children > ul .mob-child-icon {
  display: none;
}

.mobile_menu_wrapper .mobile_menu_bottom .hs-menu-wrapper  > ul > li.hs-item-has-children > a:before {
  display: none;
} 

.mobile_menu_wrapper .mobile_menu_bottom .hs-item-has-children>ul {
  background-color: #f7f7f7;
}

.mobile_menu_bottom .hs-menu-wrapper ul > li > a {
  display: flex;
  justify-content: start;
}

.mobile_menu_bottom .hs-menu-wrapper ul > li > a .mob-child-icon {
  margin-left: auto;
}

.mobile_menu_bottom .hs-menu-wrapper > ul ul>li.hs-item-has-children>a {
  font-weight: bold;
} 

.mobile_menu_bottom .hs-menu-wrapper ul ul>li.hs-item-has-children>a:before {
  display: none;
}

.mobile_menu_bottom .hs-menu-wrapper > ul > li > ul > li:nth-child(2) > a {
  color: inherit;
}

.mobile_menu_bottom .hs-menu-wrapper > ul > li > ul > li:nth-child(2) > a:before {
  display: none;
}

.mobile_menu_wrapper .mobile_menu_bottom .hs-menu-wrapper > ul>li.uk>a:before {
  display: block !important;
}
.mobile_menu_top {
  margin-bottom: 10px;
}
.mobile_menu_container li.dl-back button.back-menu-button {
  vertical-align: middle;
  -moz-appearance: none;
  justify-content: center;
  text-decoration: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  align-items: center;
  user-select: none;
  display: inline-flex;
  outline: 0;
  border: 0;
  cursor: pointer;
  text-transform: none;
  font-family: Effra Regular;
  min-width: 64px;
  border-radius: 3px;
  overflow-wrap: anywhere;
  transition: background-color .12s cubic-bezier(.4,0,.2,1);
  fill: transparent;
  color: #70706f;
  font-size: 1rem;
  line-height: 1;
  margin: 0 10px;
  text-align: left;
  font-weight: 700;
  margin-top: 10px;
  padding: 12px 10px 12px 2px;
  width: 250px;
}

.mobile_menu_container li.dl-back button.back-menu-button .muibutton-label {
  width: 100%;
  display: inherit;
  text-transform: none;
  align-items: normal;
  justify-content: start;
}

.mobile_menu_container li.dl-back button.back-menu-button .MuiTouchRipple-root {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
}

.mobile_menu_container li.dl-back button.back-menu-button .muibutton-starticon {
  margin-right: 8px;
  margin-left: 0;
  display: initial;
}

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

.mobile_menu_container li.dl-back button.back-menu-button:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: #3b3b3b;
}

.mobile_menu_container li.dl-back button.back-menu-button:hover svg {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.mobile_menu_container .mobile-menu_text button:hover{
  background-color: #f7f7f7 !important;
  color: #3b3b3b;
}

.mobile_menu_top .hs-menu-wrapper > ul > li > ul > li:nth-child(2) > a svg {
  height: 30px !important;
  margin: -7px 0px !important;
  max-width: 100px !important;
  transform: none !important;
  width: auto !important;
}

.banner_wrapper .dnd-section>.row-fluid {
  padding: 0;
  max-width: 100% !important;
}

.mobile_menu_wrapper .hs-item-has-children > ul{
  overflow: hidden;
  overflow-y: auto;
}
.mobile_menu_bottom.language-menu .hs-menu-wrapper>ul {
  padding-bottom: 0px;
}

.mobile_menu_bottom.language-menu .hs-menu-wrapper>ul>li:last-child {
  background-color: #fff;
  margin-top: 10px;
  padding-top: 10px;
}
.mobile_menu_container li.dl-back hr.navigation-module-separator {
  border: none;
  margin: 10px;
}
.mobile_menu_container .hs-menu-wrapper>ul>li>ul {
  border-left: 1px solid #ccc;
}

.mobile_menu_container .mobile_menu_top li.dl-back+li:after {
  content: "";
  display: block;
  border-bottom: 1px solid #ccc;
  margin: 10px 11px;
}
.mobile_menu_bottom.language-menu .hs-menu-wrapper>ul>li>ul {
  padding: 0;
  border: 0;
}
.mobile_menu_bottom.language-menu .hs-menu-wrapper>ul>li>ul button.back-menu-button {
  padding-top: 16px;
  padding-bottom: 16px;
}
.mobile_menu_bottom.language-menu .hs-menu-wrapper>ul>li>ul>li.ourcountry.pages {
  margin-top: 29px;
  padding-left: 4px;
  margin-bottom: 11px;
}
.mobile_menu_bottom.language-menu .hs-menu-wrapper>ul>li>ul>li.europe>a,
.mobile_menu_bottom.language-menu .hs-menu-wrapper>ul>li>ul>li.africa.turkey>a,
.mobile_menu_bottom.language-menu .hs-menu-wrapper>ul>li>ul>li.global>a{
  font-size: 1.125rem;
  font-family: Effra Medium;
  font-weight: 500;
  line-height: 1.2;
  color: #3b3b3b;
}
.mobile_menu_bottom.language-menu .hs-menu-wrapper>ul>li>ul>li.europe {
  padding-left: 4px;
}

.mobile_menu_bottom.language-menu .hs-menu-wrapper>ul>li>ul>li.europe>ul {
  padding-left: 10px;
  padding-top: 8px;
}
.mobile_menu_bottom.language-menu .hs-menu-wrapper > ul > li > ul > li.africa.turkey {
  margin-top: 10px;
  padding-left: 4px;
}
.mobile_menu_bottom.language-menu .hs-menu-wrapper > ul > li > ul > li.africa.turkey>ul {
  padding-left: 10px;
}
.mobile_menu_bottom.language-menu .hs-menu-wrapper > ul > li > ul > li.global {
  margin-bottom: 16px;
  padding-left: 4px;
  margin-top: 10px;
}
.mobile_menu_bottom.language-menu .hs-menu-wrapper > ul > li > ul > li.global>ul {
  padding-left: 10px;
  padding-top: 10px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
  border-bottom: 5px solid #fff;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
  border-bottom-color: #f7f7f7;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.child-active>a {
  border-color: #ccc #ccc #fff;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a { 
  border-bottom: 5px solid #fff;
  border-bottom: 5px solid #0072b0!important;
}

.custom-menu-primary .hs-menu-item > a {
  position: relative;
  overflow: hidden;
}


span.ripple {
  pointer-events: none;
  background: rgb(100, 100, 100);
  position: absolute;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: ripples 0.8s ease infinite;
}


@keyframes ripples {
  0% {
    width: 0px;
    height: 0px;
    opacity: 0.6;
  }
  100% { 
    width: 1000px;
    height: 1000px;
    opacity: 0;  
  }
}

.mobile_menu_wrapper .hs-menu-wrapper > ul {
  display: block;
}






@media (min-width: 768px) and (max-width: 1029px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    display: none !important;
  }

  .mobile_menu_wrapper {
    transform: none;
    visibility: visible;
    height: calc(100vh - 132px);
    top: 132px;
    width: 100%;
  }

  /*   .menu-open .mobile_menu_wrapper {
  display: block !important;
} */

  .mobile_menu_wrapper .hs-item-has-children>ul {
    right: -100%;
  }
}

/* MEDIA QUERY START */

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

  .custom-menu-primary {
    display: block;
  }

  .header-buttons button.mobile-trigger {
    display: none;
  }

  .top-mega-child > li > ul > li {
    flex-grow: 0;
    max-width: 25%;
    flex-basis: 25%;
  }
} 

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

@media (min-width: 1030px) {
  .custom-menu-primary .bottom-mega-menu-wrapper {
    border-right: none;
    margin-left: -25%;
    width: 25%;
    left: auto;
  }

  .custom-menu-primary .bottom-mega-wrap {
    border-right: 1px solid #ccc;
  }

  .custom-menu-primary .bottom-mega {
    height: calc(100% - 1rem);
  }

  .custom-menu-primary .bottom-mega li > ul {
    border-right: 1px solid #ccc;
  }

  .mega-child-wrapper .content-wrapper {
    margin: 0 50px;
  }
}


@media (min-width: 1440px) {
  .top-mega-child > li > ul > li {
    flex-grow: 0;
    max-width: 16.666667%;
    flex-basis: 16.666667%;
  }
}

@media (min-width: 1540px) {
  .mega-child-wrapper .content-wrapper {
    margin: 0 auto;
  }
}

@media (max-width: 1023px) {
  .header-logo svg {
    margin: 10px 10px 9px 0;
  }
}


@media (max-width: 767px) {
  .header-buttons button.mobile-trigger {
    background-color: transparent !important;
  }

  .header-buttons button.search-button {
    color: #0072b0;
    background-color: transparent !important;
  }

  header.header-main-wrapper {
    min-height: 70px;
  }
  .mobile_menu_wrapper{
    display: block;
  }
  .custom-menu-primary{
    display: none;
  }
  .header-buttons button.mobile-trigger{
    position: relative;
    z-index: 15;
  }

  .mobile_menu_bottom .hs-menu-wrapper ul ul ul>li>a {
    max-width: 251px;
  }

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


@media (max-width: 1159px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 16px;
    padding-bottom: 32px;
    padding-top: 31px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a>svg {
    height: 16px;
    margin-bottom: 0;
    width: 16px;
    margin-left: 0;
  }
}


@media (max-width: 998px) and (min-width: 768px){
  .header-buttons{
    padding-left: 0px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a{
    padding-left: 5px;
    padding-right: 0px;
  }


}

@media (max-width: 902px) and (min-width: 768px){
  .header-logo svg{
    margin-right: 5px !important;
    margin-left: 0px;
  }

  .menu-open .header-bottom-section, .menu-open .header-top-section {
    padding-right: 0;
  }
}

@media (max-width: 894px) and (min-width: 768px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 15px;
  }

}

@media (max-width: 855px) and (min-width: 768px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 14px;
  }
}

@media (max-width: 816px) and (min-width: 768px){
  .header-bottom-section .content-wrapper,
  .header-top-section .content-wrapper{
    padding: 0px 10px;
  }

  .header-top-sitemap .content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 785px) and (min-width: 768px){
  .header-top-sitemap .hs-menu-wrapper>ul>li:not(:first-child):before{
    margin: 0 5px;
  }

}

@media (max-width: 789px) and (min-width: 768px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    border: 0;
  }
}


@media (min-width: 768px) and (max-width: 1013px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 6px 10px;
    min-height: 72px;
  }

  .header-row {
    align-items: center;
  }

  .header-search {
    right: 0;
    width: 315px;
  }

  .custom-menu-primary {
    margin-top: auto;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    border-bottom: 0 !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a {
    border-bottom: 5px solid #0072b0!important;
  }
}



@media (min-width: 768px) and (max-width: 985px) { 
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 6px 6px;
  }
}

@media (min-width: 768px) and (max-width: 940px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 850px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 13px;
  }
}



@media (min-width: 768px) and (max-width: 1029px) {
  .mobile_menu_wrapper {
    display: block;
    top: -100%;
    z-index: 99;
  }

  .menu-open .mobile_menu_wrapper {
    top: 132px;
    z-index: 9999;
  }

  .mobile_menu_wrapper .hs-item-has-children>ul {
    height: calc(100vh - 132px);
  }
}



@media (max-width: 778px) and (min-width: 768px) {
  .header-buttons button{
    width: 37px;
    height: 39px;
  }
}


@media (min-width: 778px) and (max-width: 933px) {
  .mobile_menu_wrapper {
    width: 315px;
    border: 0;
  }

  .menu-open .search-overlay {
    visibility: visible;
    opacity: 1;
    z-index: 999;
  }


}


@media (max-width: 933px) {
  .header-buttons button.search-button {
    color: #0072b0 !important;
    background-color: #fff !important;
  }

  .header-search {
    transform: translateX(710px) translateX(0px);
    visibility: hidden;
    background-color: #fff;
    border: 1px solid #ccc;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    width: 315px;
    z-index: 13;
    padding: 30px;
  } 

  .search-active .header-search {
    transform: none;
    transition: transform 225ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    display: block;
  }

  .search-active .header-search-wrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    overflow: hidden;
    pointer-events: none;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  }

  .search-overlay {
    z-index: 9999;
  }

  .search-overlay {
    z-index: 9999;
  }

  .header-search-wrapper {
    z-index: 999999 !important;
  }

  .header-top-sitemap .hs-menu-wrapper>ul>li.hs-item-has-children>ul {
    position: fixed;
    width: 315px;
    left: auto;
    right: -100%;
    display: block !important;
    transition: 0.3s;
    top: 53px;
    height: calc(100vh - 53px);
    overflow-y: auto;
    border-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .header-top-sitemap .hs-menu-wrapper>ul>li.hs-item-has-children.child-active>ul {
    right: 0;
  }

  .top-mega-child>li>ul {
    display: block;
  }

  .top-mega-child>li>ul>li {
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
  }

  .lang-menu-active .lang-overlay {
    opacity: 1;
    visibility: visible;
  }
}


@media (max-width: 599px){
  .mobile_menu_bottom.language-menu .hs-menu-wrapper > ul > li > ul > li.europe,
  .mobile_menu_bottom.language-menu .hs-menu-wrapper > ul > li > ul > li.africa.turkey,
  .mobile_menu_bottom.language-menu .hs-menu-wrapper > ul > li > ul > li.global,
  .mobile_menu_bottom.language-menu .hs-menu-wrapper > ul > li > ul > li.ourcountry.pages{
    padding-left: 0px;
  }
  .mobile_menu_bottom.language-menu .hs-menu-wrapper > ul > li > ul > li.europe > ul,
  .mobile_menu_bottom.language-menu .hs-menu-wrapper > ul > li > ul > li.africa.turkey > ul,
  .mobile_menu_bottom.language-menu .hs-menu-wrapper > ul > li > ul > li.global > ul{
    padding-left: 6px;
  }
  .mobile_menu_bottom.language-menu .hs-menu-wrapper > ul > li > ul > li.ourcountry.pages a,
  .mobile_menu_bottom.language-menu .hs-menu-wrapper > ul > li > ul > li.africa.turkey > a, 
  .mobile_menu_bottom.language-menu .hs-menu-wrapper > ul > li > ul > li.europe > a, 
  .mobile_menu_bottom.language-menu .hs-menu-wrapper > ul > li > ul > li.global > a{
    margin-left: 6px;
  }
}
footer.footer {
  padding: 50px 0;
}

.footer .footer-container {
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

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

.footer .footer-item {
  padding: 12px;
}

.footer .footer-heading-one, .footer .footer-heading-two,
.footer .footer-heading-three,.footer .footer-heading-four,.footer .footer-heading-five {
  font-size: 1.35rem;
  font-family: Effra Bold;
  font-weight: 400;
  line-height: 1.2;
}

.footer .footer-menu-one .navigation-primary ul.submenu.level-1,.footer .footer-menu-two .navigation-primary ul.submenu.level-1,
.footer .footer-menu-three .navigation-primary ul.submenu.level-1, .footer .footer-menu-four .navigation-primary ul.submenu.level-1{
  list-style-type: none;
  margin: 0 0 0 -8px;
  padding: 0;
}

.footer .footer-menu-one .navigation-primary ul.submenu.level-1 > li, .footer .footer-menu-two .navigation-primary ul.submenu.level-1 > li,
.footer .footer-menu-three .navigation-primary ul.submenu.level-1 > li, .footer .footer-menu-four .navigation-primary ul.submenu.level-1 > li{
  margin: 16px 0 0;
  padding: 0;
}

.footer .footer-menu-one, .footer .footer-menu-two, .footer .footer-menu-three, .footer .footer-menu-four {
  display: block;
}

.footer .footer-menu-one .navigation-primary ul.submenu.level-1 > li > a, .footer .footer-menu-two .navigation-primary ul.submenu.level-1 > li > a,
.footer .footer-menu-three .navigation-primary ul.submenu.level-1 > li > a, .footer .footer-menu-four .navigation-primary ul.submenu.level-1 > li > a{
  font-family: Effra Medium;
  justify-content: flex-start;
  width: 100%;
  font-size: 1rem;
  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-weight: 500;
  line-height: 1.75;
  text-transform: none;
  border: 0;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  outline: 0;
  position: relative;
  align-items: center;
  user-select: none;
  vertical-align: middle;
  text-decoration: none;
}

.footer .footer-secondary-navigation {
  align-items: flex-start;
  flex-direction: row;
  border-top: 1px solid hsla(0,0%,100%,.25);
  display: flex;
  margin-top: 30px;
  padding: 30px 0 0;
}

.footer-logo {
  width: 50px;
}

.footer .footer-logo img {
  max-width: 100%;
}

.footer .footer-quick-links ul.submenu.level-1 {
  margin: 0 40px;
  text-align: left;
  padding: 0;
  list-style: none;
}

.footer .footer-quick-links ul.submenu.level-1 > li {
  display: inline-block;
  margin-right: 12px;
  margin-top: 0;
  text-align: center;
}

.footer .footer-quick-links ul.submenu.level-1 > li > a {
  width: 100%;
  font-family: Effra Medium;
  justify-content: flex-start;
  font-size: 1rem;
  border-radius: 3px;
  overflow-wrap: anywhere;
  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-weight: 500;
  line-height: 1.75;
  border: 0;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  position: relative;
  align-items: center;
  user-select: none;
  text-decoration: none;
  padding: 6px 8px;
}

.footer .footer-standard-logo {
  fill: #ccc;
  flex: 1 1;
  text-align: right;
}

.footer .footer-standard-logo svg {
  width: 125px;
}

.footer .footer-quick-links ul.submenu.level-1>li:last-child {
  margin: 0;
}

.BackToTop {
  bottom: 100px;
  opacity: 1;
  position: fixed;
  right: 0;
  transition: opacity .28s linear;
  z-index: 3;
}

.BackToTop button {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  -moz-appearance: none;
  justify-content: center;
  text-decoration: none;
  position: relative;
  align-items: center;
  user-select: none;
  margin: 0;
  display: inline-flex;
  outline: 0;
  text-transform: none;
  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;
  padding: 6px 16px;
  color: #fff;
  overflow-wrap: anywhere;
  font-size: 1rem;
  height: 56px;
  min-width: auto;
  width: 56px;
  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;
}

.BackToTop .MuiButton-label {
  width: 100%;
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
  text-transform: none;
}

.BackToTop .MuiTouchRipple-root {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
}

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

.BackToTop button:hover {
  opacity: .75;
  background-color: #000;
}
footer.footer.lp-page .footer-secondary-navigation {
  border: 0;
}

.footer-standard-logo svg[data-name="centred"] {
  display: none;
}





@media(max-width:1023px){

  .footer .footer-menu-four .navigation-primary ul.submenu.level-1>li>a, .footer .footer-menu-one .navigation-primary ul.submenu.level-1>li>a, .footer .footer-menu-three .navigation-primary ul.submenu.level-1>li>a, .footer .footer-menu-two .navigation-primary ul.submenu.level-1>li>a {
    font-family: Effra Regular;
  }

  .footer .footer-quick-links ul.submenu.level-1>li>a {
    font-family: Effra Regular;
  }

}

@media (max-width:839px){

  .footer .footer-secondary-navigation {
    flex-direction: column;
    align-items: center;
  }

  .footer-logo {
    width: 75px;
    margin-bottom: 1px;
  }

  .footer .footer-quick-links ul.submenu.level-1 {
    margin: 40px 0;
    text-align: center;
  }
  .footer-standard-logo svg[data-name="right"]{
    display: none;
  }
  .footer-standard-logo svg[data-name="centred"] {
    display: block;
  }
  footer.footer {
    padding-bottom: 56px;
  }
  .footer .footer-item{
    padding-top: 11px;
  }
  .footer .footer-item:first-child {
    padding-bottom: 13px;
  }

}

@media(max-width:599px){

  .footer .footer-quick-links ul.submenu.level-1>li {
    display: block;
    margin: 0;
    text-align: center;
  }

  .footer .footer-quick-links ul.submenu.level-1>li>a {
    justify-content: center;
  }

  .footer-logo {
    width: 70px;
  }

  .footer .footer-container{

    padding-left: 16px;
    padding-right: 16px;
  }
}


@media (max-width: 489px){
  footer.footer{
    padding-bottom: 57px;
  }
  .footer-menu-three {
    padding-bottom: 1px;
  }
  .footer-menu-two {
    padding-bottom: 1px;
  }
}

@media (min-width: 840px){
  .footer-logo svg {
    max-height: 36.61px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}