*, *: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 ;
    }
}
.dnd-section > .row-fluid,
.page_center,
.content-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;

}

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

@media (max-width: 767px) {
/*   .dnd-section .dnd-column {
    padding: 0;
  } */
}
@font-face {
  font-family: 'AvenirLTPro-Black';
  src: url('//info.senseye.io/hubfs/Senseye_August2020/Fonts/revicons/revicons.eot') format('embedded-opentype'),
    url(https://21902219.fs1.hubspotusercontent-na1.net/hubfs/21902219/raw_assets/public/Maximus_November2022/fonts/36FEB5_A_0.ttf),
    url(https://21902219.fs1.hubspotusercontent-na1.net/hubfs/21902219/raw_assets/public/Maximus_November2022/fonts/36FEB5_A_0.woff);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirLTPro-Book';
  src: url('//info.senseye.io/hubfs/Senseye_August2020/Fonts/revicons/revicons.eot') format('embedded-opentype'),
    url(https://21902219.fs1.hubspotusercontent-na1.net/hubfs/21902219/raw_assets/public/Maximus_November2022/fonts/36FEB5_2_0.ttf),
    url(https://21902219.fs1.hubspotusercontent-na1.net/hubfs/21902219/raw_assets/public/Maximus_November2022/fonts/36FEB5_2_0.woff);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirLTPro-Heavy';
  src: url('//info.senseye.io/hubfs/Senseye_August2020/Fonts/revicons/revicons.eot') format('embedded-opentype'),
    url(https://21902219.fs1.hubspotusercontent-na1.net/hubfs/21902219/raw_assets/public/Maximus_November2022/fonts/36FEB5_8_0.ttf),
    url(https://21902219.fs1.hubspotusercontent-na1.net/hubfs/21902219/raw_assets/public/Maximus_November2022/fonts/36FEB5_8_0.woff);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirLTPro-Medium';
  src: url('//info.senseye.io/hubfs/Senseye_August2020/Fonts/revicons/revicons.eot') format('embedded-opentype'),
    url(https://21902219.fs1.hubspotusercontent-na1.net/hubfs/21902219/raw_assets/public/Maximus_November2022/fonts/36FEB5_6_0.ttf),
    url(https://21902219.fs1.hubspotusercontent-na1.net/hubfs/21902219/raw_assets/public/Maximus_November2022/fonts/36FEB5_6_0.woff);
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'AvenirLTPro-Roman';
  src: url('//info.senseye.io/hubfs/Senseye_August2020/Fonts/revicons/revicons.eot') format('embedded-opentype'),
    url(https://21902219.fs1.hubspotusercontent-na1.net/hubfs/21902219/raw_assets/public/Maximus_November2022/fonts/36FEB5_4_0.ttf),
    url(https://21902219.fs1.hubspotusercontent-na1.net/hubfs/21902219/raw_assets/public/Maximus_November2022/fonts/36FEB5_4_0.woff);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url('//info.senseye.io/hubfs/Senseye_August2020/Fonts/revicons/revicons.eot') format('embedded-opentype'),
    url(https://21902219.fs1.hubspotusercontent-na1.net/hubfs/21902219/raw_assets/public/Maximus_November2022/fonts/icomoon.ttf),
    url(https://21902219.fs1.hubspotusercontent-na1.net/hubfs/21902219/raw_assets/public/Maximus_November2022/fonts/icomoon.woff),
    url(https://21902219.fs1.hubspotusercontent-na1.net/hubfs/21902219/raw_assets/public/Maximus_November2022/fonts/icomoon.woff2);
  font-weight: normal;
  font-style: normal;
}



body {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  overflow:hiden;
}

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

/* Paragraphs */

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

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

/* 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: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  display: inline-block;
  cursor: pointer;
  background: #f0f0f4;
  font-family: "AvenirLTPro-Heavy";
  text-align: center;
  text-decoration: none;
  padding: 10px 20px;
  border: 0;
  transition: background-color 0.25s ease-in-out,color 0.25s ease-in-out;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #6c489c;
  color: #fff;
  font-size: 1.125rem;
  border-radius: 3px;
  width: auto;   
  margin-top: 30px;
}

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

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

button:focus,
.button:focus {
  background-color: #fff;
  color: #6c489c;
  outline: 3px solid #6c6c9c;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

form label {
  display: block;
  padding: 10px 0 6px;
  font-family: "AvenirLTPro-Medium";
  font-size: 0.875rem;
  color: #4a4a4a;
}

/* 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 {
  display: block;
  width: 100%;
  /*   color: #545487; */
  padding: 12px 15px;
  /*   background-color: #f0f0f4; */
  border: 0;
  /*   border-radius: 0; */
  box-shadow: none;
  margin: 0 0 15px;
  font-size: 0.875rem;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-in-out;
  font-family: sans-serif;
  line-height:1.15;

  /*   outline:1px solid transparent; */
  /*   border:1px solid transparent */
}


form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus{
  outline: 3px solid #6c6c9c;
}



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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

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

/* GDPR */

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

/* Validation */


.hs-form-required {
  color: #c00;
}
.hs_error_rollup ul li label {
  color: #c00;
}
.hs-input.invalid.error {
  color: #c00;
  border: 1px solid #c00;
  outline-color: #c00;
}

.hs-error-msg {
  color: #c00;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: -10px;
  margin-bottom: 15px;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  display: inline-block;
  cursor: pointer;
  background: #f0f0f4;
  font-family: "AvenirLTPro-Heavy";
  text-align: center;
  text-decoration: none;
  padding: 10px 20px;
  border: 0;
  transition: background-color 0.25s ease-in-out,color 0.25s ease-in-out;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #6c489c;
  color: #fff;
  font-size: 1.125rem;
  border-radius: 3px;
  width: auto;   
  margin-top: 30px;
}

form input[type=submit]:focus,
form .hs-button:focus, 
button:focus, 
.button:focus {
  background-color: #fff;
  color: #6c489c;
  outline: 3px solid #6c6c9c;
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

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


@media (min-width: 600px){
  input[type='text'],
  input[type='email'],
  input[type='password'],
  input[type='search'], 
  input[type='tel'],
  select, textarea {
    font-size: 0.875rem;
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.custom_header {
  opacity: 1;
  z-index: 99;
  margin: 0;
  background-color: #fff;

}

header.custom_header,
.dnd-section {
  padding-left: 15px;
  padding-right: 15px;
}

.custom_header_inner {
  height: 68px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*   padding: 0 15px;
  */
}

.header_container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.custom-header-logo a {
  height: 19px; 
  position: relative;
  display: block;
  /* width:160px */
} 

.custom-header-logo img {
  width: 160px !important;
  height: 19px;
  max-width: 100%;
  display: block;
}

.header_menu .hs-menu-wrapper > ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "AvenirLTPro-Medium";
}

.header_menu .hs-menu-wrapper > ul > li {
  position: relative;
  margin: 0 5px;
}

.header_menu .hs-menu-wrapper > ul > li > a {
  padding: 10px 12px;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1;
  display: block;
  color: #502e91;
}

.right_side_nav  ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items:flex-end;
}

.right_side_nav  ul > li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin: 0 10px;
  font-family: "AvenirLTPro-Heavy";
  font-size: 9px;
  font-size: 0.5625rem;
  text-transform: uppercase;
  text-align: center;
  color:#502e91
}

.right_side_nav  ul > li > a {
  position: relative;
  color:#502e91
}

.right_side_nav  ul >  li >  a img {
  margin: 0 auto 6px;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  border: 4px solid #989bbb;
}

.right_side_nav ul>li>a span {
  left: calc(50% - 12px);
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 16px;
}

.right_side_nav ul>li>a span,.right_side_nav ul>li>a span:before,.right_side_nav ul>li>a span:after {
  display: block;
  width: 22px;
  height: 4px;
  background-color: #989bbb;
  border-radius: 1px;
  transition-property: background-color,-webkit-transform;
  transition-property: background-color,transform;
  transition-property: background-color,transform,-webkit-transform;
  transition-duration: 0.3s;
}

.right_side_nav ul>li>a span:before, .right_side_nav ul>li>a span:after {
  position: absolute;
  content: '';
}

.right_side_nav ul>li>a span:before {top: -7px;}

.right_side_nav ul>li>a span:after {
  top: 7px;
}

.right_side_nav ul>li.search a:before {
  content: "";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  display: block;
  margin-bottom: 9px;
  font-size: 1.3125rem;
  color: rgb(152, 155, 187);
  font-family: icomoon !important;
  font-variant: normal;
}
.right_side_nav ul>li.country a img {
  margin: 0 auto 6px;
  width: 33px !important;
  height: 33px;
  border-radius: 50%;
  border: 4px solid #989bbb !important;
  display: block;
  max-width: 100%;
}
.language {
  position: absolute;
  padding: 0;
  margin: 0;
  right: 10px;
  top: 70px;
  z-index:99;

}

.language ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 2px;
  padding: 0;
  margin: 0;
  border: 1px solid #8e8ecb;
  background-color: #545487;
}

.language ul li:first-child{
  background-color: #200649;
}

.language ul li {
  display: inline-block;
  padding: 0 2px;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  background-color: #9f7fc9;
}

.language ul li a {
  display: block;
  padding: 2px 6px;
  color: #fff;
}


.header_menu .hs-menu-wrapper>ul>li:hover>a {
  background-color: #502e91;
  color: #fff;
  transition: background-color 0.15s ease-in-out;
}

.header_menu .hs-menu-wrapper>ul>li.hs-item-has-children:after {
  content: '';
  width: 100%;
  height: 16px;
  display: inline-block;
  position: absolute;
  bottom: -16px;

} 

.header_menu .hs-menu-wrapper ul ul {
  pointer-events: none;
  z-index: 10;
  /*   top: 100% !important; */
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: opacity 0.15s ease-in-out;
  visibility: hidden;
  z-index: 99999;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: #502e91;
  color: #fff;
  box-shadow: 0 3px 5px 1px rgb(200 200 206 / 50%);
  position: absolute;
  top: calc(100% + 16px) !important;
} 


.header_menu .hs-menu-wrapper ul > li > ul:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 6px;
  background-image: url(https://21902219.fs1.hubspotusercontent-na1.net/hubfs/21902219/raw_assets/public/Maximus_November2022/images/white-stripes.png);
  background-color: #fff;
} 


.header_menu .hs-menu-wrapper ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
} 

.header_menu .hs-menu-wrapper ul > li > ul > li {
  font-size: 1rem;
}

.header_menu .hs-menu-wrapper ul > li > ul > li:first-child > a {
  padding-top: 30px;

}

.header_menu .hs-menu-wrapper ul > li > ul > li > a {

  padding:10px 12px;
  font-family: "AvenirLTPro-Heavy";
  font-size: 0.875rem;
  color: #fff;
  white-space: nowrap;
  border: 3px solid transparent;
  transition: background-color 0.15s ease-in-out;
  line-height: 1;
  display: block;
}
.header_menu .hs-menu-wrapper ul>li>ul>li:last-child >a {
  padding-bottom: 30px;
}
.header_menu .hs-menu-wrapper>ul>li>a:focus {
  background-color: #502e91;
  text-decoration: underline;
  color:#fff;
}

.header_menu .hs-menu-wrapper ul>li>ul>li:hover a {
  background-color: #fff;
  color: #4a4a4a;
  box-shadow: 0 4px 4px -2px rgb(200 200 206 / 35%);
}

.header_menu .hs-menu-wrapper ul>li>ul>li:focus a {
  text-decoration: underline;
}

/* right_nav_menu */
.menu_bar_dropdown {
  right: 10px;
  left: auto;
  bottom: auto;
  width: auto;
  height: auto;
  padding: 45px 80px 35px 35px;
  background-color: #502e91;
  padding-left: 35px;
  padding-right: 80px;
  position: absolute;
  top: 0;
  text-align: left;
  text-transform: none;
  transition: 0.15s ease-in-out;
  z-index: 999;
  opacity:0;
  visibility:hidden;

  /* width: 100%; */
  /* height: 100%; */
}

h2.visually-hidden {
  display: none;
}

.menu_bar_dropdown > a {
  color: #fff;
  top: 4px;
  right: 4px;
  position: absolute;

  display: flex;
  justify-content: center;
  align-items: center;
  width: 41px;
  height: 37px;
  background-color: #6c489c;
  margin: 0;
  font-size: 0;
}

.menu_bar_dropdown > a:before {
  content: "";
  display: inline-block;
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: -1px;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
}

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

.menu_bar_dropdown ul {
  flex-direction: column;
}

.menu_bar_dropdown ul > li:not(:last-child) {
  margin-bottom: 25px;
  font-size: 1rem;
}

.menu_bar_dropdown ul > li > a {
  font-size: 0.875rem;
  white-space: nowrap;
  color: #fff;
  font-family: "AvenirLTPro-Heavy";
}

.menu_bar_dropdown ul>li>a:focus {
  text-decoration: underline;
}
body.open .menu_bar_dropdown {
  opacity: 1;
  visibility: visible;
}
/* end here */



/*  form*/
.dropdown_search {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  padding: 55px 12px;
  background-color: #502e91;
  text-align: left;
  text-transform: none;
  transition: 0.15s ease-in-out;
  /*   padding-left: 40px;
  padding-right: 40px; */
}

.search_form {
  position: relative;
  display: flex;
  margin-right: 41px;
}

.search_form input {
  height: 63px;
  margin: 0;
  background-color: #6c489c;
  border: 0;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  width: 100%;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-in-out;
  border-radius: 0;
  padding: 12px 15px;
  box-shadow: none;
  font-family: sans-serif;
}
input[type="search" i]::-webkit-search-cancel-button {
  display: none;
}
.search_form input:focus {
  outline: 3px solid #6c6c9c;
}
.search_form button:focus {
  background-color: #6c489c;
  outline: 3px solid #ccceee;
}
.search_form input::placeholder {
  color: #ffffff;
}

.search_form button {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #6c489c ;
  font-size: 0 !important;
  border-radius: 0;
  display: inline-block;
  cursor: pointer;
  background: #f0f0f4;
  color: #545487;
  font-family: "AvenirLTPro-Heavy";
  font-size: 0.875rem;
  text-align: center;
  text-decoration: none;
  padding: 10px 10px;
  border: 0;
  margin-top:0;
  transition: background-color 0.25s ease-in-out,color 0.25s ease-in-out;
  /* line-height: 1.15; */
}

.search_form button:before {
  content: "";
  display: inline-block;
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #fff;
}

.secondary-nav-dropdown-close {
  top: 0;
  right: 0;
  height: 63px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 41px;
  background-color: #6c489c;
  margin: 0;
  font-size: 0;
}

.secondary-nav-dropdown-close:before {
  content: "";
  display: inline-block;
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: -1px;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
}

body.search_box .dropdown_search {
  opacity: 1;
  visibility: visible;
}

/* end here */



/*  country*/


/* .country-dropdown {
right: 113px;
left: auto;
bottom: auto;
width: auto;
height: auto;
padding: 45px 80px 35px 35px;
background-color: #502e91;
position: absolute;
top: 30px;
text-align: left;
text-transform: none;
z-index: 100;
transition: 0.15s ease-in-out;
opacity:0;
visibility:hidden;
} */
.country-dropdown {

  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  padding: 55px 12px;
  background-color: #502e91;
  text-align: left;
  text-transform: none;
  transition: 0.15s ease-in-out;
}


.country-dropdown > a {
  position: absolute;
  top: 4px;
  right: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 41px;
  height: 37px;
  background-color: #6c489c;
  margin: 0;
  font-size: 0;
  color: #ffffff;
}

.country-dropdown > a:before {
  content: "";
  display: inline-block;
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: -1px;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
}

.country-dropdown h2 {
  white-space: nowrap;
  font-size: 1.75rem;
  color: #c8c8d4;
  font-family: "AvenirLTPro-Book";
  font-weight: 400;
  margin: 0 0 20px;
  transition: font-size 0.25s ease-in-out;
}

.country-dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.country-dropdown ul li {
  margin-bottom: 16px;
  font-size: 1rem;
}

.country-dropdown ul li a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 0.875rem;
  font-family: "AvenirLTPro-Heavy";
}

.country-dropdown ul li a img {
  width: 28px;
  height: 28px;
  margin-right: 18px;
  transition: border-color 0.15s ease-in-out;
  border-radius: 50%;
  border: 4px solid #989bbb;
  display: block;
  max-width: 100%;
}

.country-dropdown ul li a:hover img,.country-dropdown ul li a:focus img {
  border-color: #c6c8d9;
}

.country-dropdown ul li a:focus {
  text-decoration: underline;
}

body.country_open .country-dropdown {
  opacity: 1;
  visibility: visible;
}



.mobile_menu {
  display: none;
}

.menu_bar_mobile {
  display: none !IMPORTANT;
}

.mobile_arrow_back a {
  border-bottom: 1px solid #7b7ba2;
  font-size: 1.125rem;
  width: 100%;
  display: block;
  padding: 15px 30px;
  font-size: 0;
  color: #ffffff;
}

.mobile_arrow_back {
  width: 100%;
  display: block;
  display:none;
}

.mobile_arrow_back a:before {
  content: '\e906';
  font-family: 'icomoon';
  font-size: 22px;
  display: inline-block;
  text-align: center;
  color: #989bbb;
  /* padding-top: 0; */
}

/* end here */


@media (min-width:320px){
  .dnd-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width:374px){
  .custom-header-logo img{
    width:125px !important;
  }
  header.custom_header {
    padding: 0 0px 0 15px;
  }


  .right_side_nav ul>li {
    margin: 0 5px;
  }
}



@media (min-width:500px){
  .custom-header-logo img{
    width: 220px !important;
    height: 26px;
  }
  .custom-header-logo a{
    width: 220px;
    height: 26px;
  }
}



/* 
@media (min-width:600px){
.mobile_menu{
width:360px;
}
}
*/



/* @media (min-width:320px) and (max-width:499px){

.dnd-section, header.custom_header {
padding-left: 15px;
padding-right: 15px;
}
} */

@media (min-width:700px){
  .custom_header_inner{
    height:85px;
    position:relative;
  }
  .custom-header-logo img{
    width: 220px !important ;
    height: 26px;
  }

  .custom-header-logo a{
    width: 220px;
    height: 26px;

  }
  .language {
    right: 10px;
    top: 90px;
  }
  .dropdown_search{
    top: 10px; 
    right: 0;
    width: calc(100% - 230px);
    padding: 0;
    background-color: transparent;
    left:auto;
    bottom: auto;
    height: auto;

  }
  .country-dropdown{
    right: 113px !Important ;
    left: auto;
    bottom: auto;
    width: auto;
    height: auto;
    padding: 45px 80px 35px 35px;
    background-color: #502e91;
    padding-left: 35px;
    padding-right: 80px;
    top:17px;
    /*     top:30px !Important; */
  } 
  .menu_bar_dropdown{
    top:17px;
  }
  .country-dropdown h2{
    font-size: 1.5rem;
    color: #fff;
  }

}


@media (min-width:800px){
  .country-dropdown ul li a img{
    width: 30px;
    height: 30px;
    margin-right: 14px;
  }
}


@media (min-width:1000px){
  .custom-header-logo img{
    width: 200px !important;
    height: 24px;
  }
  .custom-header-logo a{
    top: -6px;  
    width: 200px;
    height: 24px;
  }

  .dropdown_search{
    width: calc(100% - 215px);
  }
  /*   .dnd-section, header.custom_header {
  padding: 0 20px;
}
  */

}

@media (max-width:999px){

  .header_menu{
    display:none;
  }

  .menu_bar_desktop {
    display: none !important;
  }

  .menu_bar_mobile {
    display: block !Important;
  }


  .mobile_menu {
    -webkit-overflow-scrolling: touch;
    background: #404072;
    display: block;
    font-family: AvenirLTPro-Medium;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    transition: .25s ease-in-out;
    max-width: 360px;
    width: 100%;
    right: -100%;
    z-index:9999;
  }
  .side_nav_open .mobile_menu {
    right: 0;
  }


  .side_nav_open .right_side_nav ul>li>a span:before {
    transform: translateY(7px) rotate(45deg);
  }

  .side_nav_open .right_side_nav ul>li>a span:after {
    transform: translateY(-7px) rotate(-45deg);
  }

  .side_nav_open .right_side_nav ul>li>a span {
    background-color: transparent;
  }


  .body-wrapper {
    position: relative;
    right: 0;
    transition: 0.25s ease-in-out;
  }
  body.side_nav_open {
    overflow: hidden;
  }
  .side_nav_open .body-wrapper {
    right: 360px;
  }

  .mobile_menu_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    top: 0;
    transition: 0.25s ease-in-out;
    background: rgba(0,0,0,0.6);
    right: 0;
  }

  .side_nav_open .mobile_menu_overlay {
    right: 360px;
    z-index: 100;
    opacity: 1;
    visibility: visible;
  }

  .mobile_menu_inner {
    position: relative;
  }

  .mobile_menu_inner_section {
    transition: left 0.25s ease-in-out,right 0.25s ease-in-out;
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #545487;

  }

  .mobile_menu_section .hs-menu-wrapper > ul ul {
    position: static !important;
    opacity: 1 !IMPORTANT;
    visibility: visible !important;
    display: none;
  }

  .mobile_menu_section .hs-menu-wrapper > ul > li {
    display: flex;
    border-bottom: 1px solid #7b7ba2;
    font-size: 1.125rem;
  }

  .mobile_menu_section .hs-menu-wrapper > ul > li > a {
    flex: 1 1 auto;
    display: block;
    padding: 24px 30px;
    color: #fff;
    text-decoration: none;
  }

  .mobile_menu_section .hs-menu-wrapper > ul {
    flex-direction: column;
  }
  /* 
  .mobile_menu_section .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
  content: '\e907';
  font-family: 'icomoon';
  font-size: 22px;
  display: inline-block;
  text-align: center;
  color: #989bbb;
}
  */


  .contact_button {
    display: block;
    padding: 50px 30px 30px;
    width: 100%;
    border: 0;
    font-size: 1.125rem;
  }

  .contact_button a {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 15px 20px;
    color: #545487;
    flex: 1 1 auto;
    align-items: center;
    border-radius: 3px;
    transition: background-color 0.25s ease-in-out;
    background-color: #fff;
    font-family: "AvenirLTPro-Heavy";
  }

  .contact_button a:before {
    content: "";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;
    font-size: 1.875rem;
    font-family: icomoon !important;
    font-variant: normal;
  }

  .contact_button a:hover {
    background-color: #ebebf2; 
  }

  .contact_button a span {
    border-bottom: 1px solid transparent;
    transition: border 0.25s ease-in-out;
  }

  .contact_button a span:hover {
    border-bottom: 1px solid #502e91;
  }
  .mobile_nav .hs-menu-wrapper > ul {
    padding: 15px 0;
    background-color: #404072;
    position: relative;
    flex-direction:column;
  }

  .mobile_nav .hs-menu-wrapper > ul > li {
    border: 0;
    display: flex;
    font-size: 1.125rem;
  }

  .mobile_nav .hs-menu-wrapper > ul > li > a {
    padding: 12px 30px;
    font-size: 1rem;
    flex: 1 1 auto;
    display: block;
    color: #fff;
    text-decoration: none;
  }

  .social_icons {
    display: block;
    padding: 30px;
    background-color: #404072;
    border: 0;
  }

  .social_inner_wrapper {
    position: relative;
  }

  .social_icons .footer-social-media {
    background-color: #404072;
    justify-content: center;
    display: flex;
    align-items: center;
  }
  .social_icons .footer-social-media a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 0;
    margin: 0 10px;
  }

  .social_icons .footer-social-media a.linkedin:before {
    content: "";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    position: relative;
    top: -2px;
    font-family: icomoon !important;
    font-variant: normal;
    font-size: 1.25rem;
  }
  .social_icons .footer-social-media a.twiiter:before {
    content: "";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    font-family: icomoon !important;
    font-variant: normal;
    font-size: 1.25rem;
  }

  .social_icons .footer-social-media a:hover{
    background-color: #9f7fc9;
    color: #fff;
  } 

  .header_copyright {
    display: block;
    padding: 0 15px;
    background-color: #404072;
    border: 0;
    position: relative;
  }

  .copyright_inner {
    margin-right: auto;
    text-align: left;
  }

  .copyright_inner ul {
    position: relative;
    justify-content: center;
    align-items: center;
    background-color: #404072;
    flex-wrap: wrap;
    display: flex;
    margin-left: 0;
    padding-left: 0;
    margin-bottom:0;
  }

  .copyright_inner ul li {
    border: 0;
    color: #fff;
    font-family: "AvenirLTPro-Heavy";
    font-size: 14px;
    font-size: 0.875rem;
    display: flex;
    white-space: nowrap;
    margin-bottom: 10px;
  }

  .copyright_inner ul li a {
    padding: 0;
    flex: 1 1 auto;
    display: block;
    color: #fff;
    border-bottom: 1px solid transparent;
  }

  .copyright_inner ul li:not(:last-child)::after {
    content: '|';
    margin: 0 15px;
  }

  .copyright_text {
    padding: 20px 0;
    text-align: center;
  }

  .copyright_text p {
    font-family: "AvenirLTPro-Medium";
    font-size: 0.75rem;
    color: #bfbfce;
    margin-bottom:0;
    line-height:1.5;
  }
  .child-trigger {
    padding: 0 30px 0 15px;
    flex: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    color: #fff;
    text-decoration: none;
    cursor:pointer;
  }

  .child-trigger:before {
    content: '\e907';
    font-family: 'icomoon';
    font-size: 22px;
    display: inline-block;
    text-align: center;
    color: #989bbb;
  }

  /*     dl back css */
  .mobile_menu_section .hs-menu-wrapper  ul  li.hs-menu-item.hs-item-has-children > ul {
    background: #545487;
    box-shadow: none;
    display: block!important;
    height: 100vh;
    padding: 0;
    position: absolute!important;
    top: 0!important;
    width: 100%;
    z-index: 999;
    left: 100%;
    transition: left 0.25s ease-in-out,right 0.25s ease-in-out;
  }
  .mobile_menu_section .hs-menu-wrapper ul li.hs-menu-item.hs-item-has-children > ul ul {
    height: 100%;
  }

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


  .mobile_menu_section .hs-menu-wrapper ul li.hs-menu-item.hs-item-has-children>ul>li.dl-back {
    display: flex;
    flex-flow: row;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    font-size: 1.125rem;
  }

  .mobile_menu_section .hs-menu-wrapper ul li.hs-menu-item.hs-item-has-children>ul>li.dl-back > a {
    flex: 1 0 auto;
    display: block;
    padding: 15px 30px;
    font-size: 0;
    color: #fff;
    text-decoration: none;
  }

  .mobile_menu_section .hs-menu-wrapper ul li.hs-menu-item.hs-item-has-children>ul>li.dl-back > a:before {
    content: '\e906';
    font-family: 'icomoon';
    margin-right: 0;
    font-size: 22px;
    text-align: center;
    color: #989bbb;
    display: inline-block;
  }

  .mobile_menu_section .hs-menu-wrapper ul li.hs-menu-item.hs-item-has-children>ul>li {
    display: flex;
    border-bottom: 1px solid #7b7ba2;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .mobile_menu_section .hs-menu-wrapper ul li.hs-menu-item.hs-item-has-children>ul>li>a {
    flex: 1 1 auto;
    display: block;
    padding: 24px 30px;
    color: #fff;
    text-decoration: none;
  }
}



@media (max-width:600px){
  .mobile_menu{
    width:100%;
    max-width:100%;
  }
  .mobile_arrow_back{
    display:block;
  }
}




@media (max-width: 699px){
  .social_icons .footer-social-media {
    margin: 0;
  }
  .language{
    right: 25px;
  }
}





@media (min-width:1100px){
  .header_menu .hs-menu-wrapper>ul>li>a{
    padding: 10px 18px;
  }
  .header_menu .hs-menu-wrapper>ul>li>ul>li>a{
    padding: 10px 18px
  }
}


@media (max-width:700px){
  .country-dropdown{
    height:100vh;
    padding-left: 40px;
    padding-right: 40px;
  }

  .country-dropdown>a{
    top: 12px;
    right:12px;
  }

  .dropdown_search{
    padding: 12px 12px;
    height:100vh;
    top:0 !Important;
  }
  .secondary-nav-dropdown-close{
    right: 12px;
    top: 12px;
  }
} 


@media (min-width:1101) and  (max-width:1200px){
  /*   .country-dropdown{
  top:30px ;
}
  .dropdown_search{
  top:23px;
}
  .menu_bar_dropdown {
  top: 30px;
} */

}



@media (min-width:700px) and (max-width:1100px){
  /*   .country-dropdown{
  top:10px;
}

  .dropdown_search{
  top:23px;
}
  .country-dropdown{
  top:23px;
} */
}


@media (min-width:320px) and (max-width:699px){

  .country-dropdown{
    top:0;
  }
  header.custom_header{
    padding:0
  }
  .custom_header_inner{
    padding : 0 15px;
  }
}
/* 
@media (max-width:1200px){


}
*/
@media (min-width: 1200px){

  .header_menu .hs-menu-wrapper>ul>li>a{
    padding: 20px 25px;
    font-size:1.125rem;
  }

  .custom_header_inner{
    height:110px;
  }
  .custom-header-logo a {
    top: -4px;
    height: 24px;
  }

  header.custom_header,
  .dnd-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .dropdown_search{
    top: 23px;
    width: calc(100% - 250px);
  }
  .country-dropdown{
    top:30px;
  }
  .menu_bar_dropdown{
    top:30px;
  }

  .dnd-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header_menu .hs-menu-wrapper ul>li>ul>li>a{
    font-size: 1rem;
    font-family: AvenirLTPro-Heavy;
    padding: 9px 25px;
  }


  .header_menu .hs-menu-wrapper>ul>li.hs-item-has-children:after {
    content: '';
    width: 100%;
    height: 18px;
    display: inline-block;
    position: absolute;
    bottom: -18px;

  } 

  .header_menu .hs-menu-wrapper ul ul {
    pointer-events: none;
    z-index: 10;
    /*   top: 100% !important; */
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: opacity 0.15s ease-in-out;
    visibility: hidden;
    z-index: 99999;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background: #502e91;
    color: #fff;
    box-shadow: 0 3px 5px 1px rgb(200 200 206 / 50%);
    position: absolute;
    top: calc(100% + 18px) !important;
  } 


  .header_menu .hs-menu-wrapper ul > li > ul:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 6px;
    background-image: url(https://21902219.fs1.hubspotusercontent-na1.net/hubfs/21902219/raw_assets/public/Maximus_November2022/images/white-stripes.png);
    background-color: #fff;
  } 


}

@media (min-width:1300px){
  .custom-header-logo img{
    width: 261px !important;
    height: 30px
  }
  .custom-header-logo a {
    top: -6px;
    width: 261px;
    height: 30px;
  }
  .dropdown_search{
    width: calc(100% - 280px);
  }

}



@media (min-width: 1400px){
  header.custom_header,
  .dnd-section {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}


@media (min-width: 1500px){
  header.custom_header,
  .dnd-section {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media (min-width: 1600px){
  header.custom_header,
  .dnd-section {
    padding-left: 9rem;
    padding-right: 9rem;
  }
}


@media (min-width: 1700px){
  header.custom_header,
  .dnd-section {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}

@media (min-width: 1900px){
  header.custom_header,
  .dnd-section {
    padding-left: 16rem;
    padding-right: 16rem;
  }
}

@media (min-width: 2100px) {
  header.custom_header,
  .dnd-section {
    padding-left: 20rem;
    padding-right: 20rem;
  }

}

@media (min-width: 2200px) {
  header.custom_header,
  .dnd-section {
    padding-left: 25rem;
    padding-right: 25rem;
  }

}


@media (min-width: 2500px) {
  header.custom_header,
  .dnd-section {
    padding-left: 30rem;
    padding-right: 30rem;
  }
}
footer.custom-footer {
    position: relative;
    z-index: 99;
}

.footer_container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;

}

.top-footer {
  background-color: #502e91;
}

.top-inner-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:40px 0;
}


.footer-button {
  margin-bottom: 0;
  margin-left: 10px;
  border-left: 1px solid rgba(255,255,255,0.25);
  padding: 15px 0 15px 40px;
}

.footer-button a {
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  background-color: #fff;
  font-family: "AvenirLTPro-Heavy";
  font-size: 18px;
  border-radius: 3px;
  transition: background-color 0.25s ease-in-out;
  display: inline-flex;
}

.footer-button a span {
  border-bottom: 1px solid transparent;
  color: #502e91;
}

.footer-button a:hover span {
  border-bottom: 1px solid #502e91;
}

.footer-button a:hover {
  background-color: #ebebf2;
}

.footer-button a:before {
  content: "";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  margin-right: 10px;
  font-size: 1.875rem;
  font-family: icomoon;
  font-variant: normal;
  color: #502e91;
}

.footer-menu .hs-menu-wrapper > ul {
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
}

.footer-menu .hs-menu-wrapper > ul > li {
  width: 33.333%;
  margin-bottom: 20px;
  font-family: "AvenirLTPro-Medium";
  font-size: 0.875rem;
}

.footer-menu {
  flex: 1 1 auto;
}

.footer-menu .hs-menu-wrapper > ul > li > a {
  color: #fff;
  border-bottom: 1px solid transparent;
}

.footer-menu .hs-menu-wrapper> ul > li > a:hover {
  border-bottom: 1px solid rgba(255,255,255,0.5);
}

.bottom-footer {
  background-color: #767676;
  text-align: center;
  font-family: "AvenirLTPro-Heavy";
}

.bottom-inner-footer {
  display: flex;
  padding:20px 0;
  justify-content: space-between;
}

.footer-copyright-content {
  display: flex;
  align-items: center;
}

.privacy-policy {
  margin: 0 0 0 50px;
}

.copyright p {
  font-size: 0.875rem;
  font-family: "AvenirLTPro-Heavy";
  line-height: 1.5;
  color: #fff;
  margin: 0;
}

.privacy-policy ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.privacy-policy ul li {
  font-size: 0.875rem;
  list-style: none;
  white-space: nowrap;
  display : flex;
}

.privacy-policy ul li a {
  color: #fff;
  border-bottom: 1px solid transparent;
}

.privacy-policy ul li a:hover{
  border-bottom: 1px solid #fff;
}

.privacy-policy ul li:first-child:after {
  content: '|';
  margin: 0 15px;
  color: #fff;
}

.footer-menu .hs-menu-wrapper>ul>li:nth-child(4) {
  margin: 0;
}
.footer-menu .hs-menu-wrapper>ul>li:last-child {
  margin: 0;
}


/* media query */

@media (max-width:499px){
  .footer-button a{
    width: 100%;
  }

  .footer-button {
    margin-bottom: 60px !Important; 
  }
}

@media (max-width:699px){

  .footer-menu .hs-menu-wrapper>ul>li {
    width: 100% !important;
  }
  .footer-menu .hs-menu-wrapper>ul>li:nth-child(4) {
    margin-bottom: 20px;
  }

  .footer-social-media {
    justify-content: center;
    margin: 0 0 40px;
  }

  .bottom-inner-footer {
    flex-direction: column-reverse;
  }

  .bottom-inner-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .privacy-policy ul {
    justify-content: center;
  }
}

@media(max-width:767px){
  .footer-menu .hs-menu-wrapper>ul {
    flex-direction: inherit !important;
  }
}

@media(max-width:899px){
  .footer-menu .hs-menu-wrapper>ul>li {
    width: 50%;
  }
}

@media(max-width:999px){
  .copyright p {
    font-size: 0.75rem;
    font-family: "AvenirLTPro-Medium";
  }   
}

@media(max-width:1099px){

  .top-inner-footer {
    flex-direction: column-reverse;
  }

  .footer-button {
    padding: 0;
    margin-bottom: 30px;
    margin-left: 0;
    width: 100%;
  }

  .footer-menu {
    width: 100%;
  }

  .footer-copyright-content {
    flex-direction: column-reverse;
  }

  .privacy-policy {
    margin: 0px 0 20px;
    width: 100%;
  }

  .privacy-policy ul li{
    margin-bottom: 10px;
  }

  .footer-button {
    padding: 0 !important;
    border: 0;
  }
}


@media (max-width: 1100px){
  .footer-button {
    padding: 15px 0 15px 40px;
  }

}


@media (max-width: 1200px){
  .top-footer .footer_container {
    padding: 0 40px;
  }

  .bottom-footer .footer_container {
    padding: 0px 20px;
  }
}




@media (min-width: 1200px){
  .top-footer ,
  .bottom-footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1300px){
  .footer-button {
    padding: 15px 0 15px 70px;
  }
}

@media (min-width: 1400px){
  .top-footer ,
  .bottom-footer {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}


@media (min-width: 1500px){
  .top-footer ,
  .bottom-footer {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media (min-width: 1600px){
  .top-footer ,
  .bottom-footer {
    padding-left: 9rem;
    padding-right: 9rem;
  }
}


@media (min-width: 1700px){
  .top-footer ,
  .bottom-footer {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}

@media (min-width: 1900px){
  .top-footer ,
  .bottom-footer{
    padding-left: 16rem;
    padding-right: 16rem;
  }
}

@media (min-width: 2100px){
  .top-footer ,
  .bottom-footer{
    padding-left: 20rem;
    padding-right: 20rem;
  }
}

@media (min-width: 2200px){
  .top-footer ,
  .bottom-footer{
    padding-left: 25rem;
    padding-right: 25rem;
  }
}

@media (min-width: 2500px){
  .top-footer ,
  .bottom-footer{
    padding-left: 30rem;
    padding-right: 30rem;
  }
}
/* Menu and simple menu */

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

/*  */

/* Horizontal menu */

/* .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  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;
}



.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: 1000px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

@media (max-width: 1000px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

@media (max-width: 1000px) {
  .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;
  }
} */