*, *: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;
}
@font-face {
  font-family: Silka;
  src: url(//6564705.fs1.hubspotusercontent-na1.net/hubfs/6564705/raw_assets/public/Inhance_Technologies_December_2021/fonts/Silka-Regular.woff2) format("woff2"),
    url(//6564705.fs1.hubspotusercontent-na1.net/hubfs/6564705/raw_assets/public/Inhance_Technologies_December_2021/fonts/Silka-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Silka;
  src: url(//6564705.fs1.hubspotusercontent-na1.net/hubfs/6564705/raw_assets/public/Inhance_Technologies_December_2021/fonts/Silka-SemiBold.woff) format("woff"),
    url(//6564705.fs1.hubspotusercontent-na1.net/hubfs/6564705/raw_assets/public/Inhance_Technologies_December_2021/fonts/Silka-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Silka;
  src: url(//6564705.fs1.hubspotusercontent-na1.net/hubfs/6564705/raw_assets/public/Inhance_Technologies_December_2021/fonts/Silka-Bold.woff2) format("woff2"),
    url(//6564705.fs1.hubspotusercontent-na1.net/hubfs/6564705/raw_assets/public/Inhance_Technologies_December_2021/fonts/Silka-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

body, html { 
  -webkit-font-smoothing: subpixel-antialiased;
}

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

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

/* Paragraphs */

p {

}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {  
  line-height: 1.35;
  margin: 0 0 16px;
  font-weight: 600; 
}

@media (min-width: 1400px){
  h1, h2, h3, h4, h5, h6 {
    margin: 0 0 24px;
  }
}

h1 {
  line-height: 1.1;
  letter-spacing: -2px;
}

h2 { 
  letter-spacing: -2px;
}

h3 { 
  line-height: 1.4;
  letter-spacing: -1px;
}

h4 { 
  line-height: 1.3;
  letter-spacing: -1px;
}

@media(max-width:767px){
  h5 {
    line-height: 1.2;
  }
  h6{
    line-height: 160%;
  }
}


/* Lists */

main ul, 
main ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
  margin: 16px 32px;
}

main ul {
  list-style-type: disc;
}

main ol {
  list-style-type: decimal;
}

main ul li,
main ol li { 
  font-size: 1rem;
  line-height: 1.4;
}

@media (min-width: 1200px) {
  main ul li,
  main ol li {
    font-size: 1.125rem;
  }
}

@media (min-width: 1400px) {
  main ul li,
  main ol li {
    font-size: 1.25rem;
  }
}

main ul li:not(:last-child),
main ol li:not(:last-child) {
  margin: 0 0 8px;
}

@media (min-width: 1400px) {
  main ul li:not(:last-child),
  main ol li:not(:last-child) {
    margin: 0 0 16px;
  }
}


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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */



/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 18px;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}
form label {
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: Open Sans;
  font-size: 14px;
}
/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
  padding: 0.7rem;
  width: 100%;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  height: 40px;
  background-color: #f5f8fa;

    padding-left: 15px;
    padding-right: 15px;
  outline: none;
}

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: #EF6B51;
}

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  padding: 12px 24px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  background: #45a9c8;
  border-color: #45a9c8;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  font-family: Open Sans;

  margin: 10px 0px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


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

label.hs-error-msg,.hs-error-msgs label.hs-main-font-element {
  margin: 0;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
  color: #ef6b51;
}

form .inputs-list>li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
  margin: 0;
}

form .inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}
.hs-error-msgs label.hs-main-font-element {
  font-family: Open Sans;
}

.inputs-list:first-child {
  padding-top: 3px;
}
/* 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;
}
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body *{
font-family: 'Work Sans', serif;
}

.header .inner {
  color: #1d1d1d;
}

.header  .content-wrapper {
  padding: 64px 48px;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  padding-bottom: 62px;
}

.logo-wrapper {
  height: auto;
  width: 100%;
  max-height: 100%;
  min-width: 140px;
  max-width: 164px;
}


@media (min-width: 768px){
  .logo-wrapper {
    margin: 0 64px 0 0;
    max-width: 200px;
    min-width: 164px;
    width: 200px;
  }
}

@media (min-width: 768px) and (min-width: 768px){
  .logo-wrapper {
    margin: 0 96px 0 0;
  }
}

.logo-wrapper a {
  color: #1d1d1d;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;

  top: 3px;
  position: relative;
}

.logo-wrapper a img {
  width: 100% !important;
  height: auto;
}

.dsktp_menu {
  width: 100%;
}

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

.dsktp_menu ul.submenu.level-1 {
  width: 100%;
  /*   -ms-flex-pack: space-evenly;
  justify-content: space-evenly; */
  position: relative;
  z-index: 3;
  margin: 0 auto;
  perspective: 2000px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  top: 7px;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  transform-style: preserve-3d;
}

.dsktp_menu ul ul {
  display: none;
}

.dsktp_menu > div {
  display: flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
}

.dsktp_menu ul.submenu.level-1 > li {
  color: #1d1d1d;
  font-weight: 600;
  -ms-flex-positive: 1;
  /*   flex-grow: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; */
  box-sizing: border-box;
  padding: 0 0 0.75em;
  -ms-flex-pack: start;
  justify-content: flex-start;
  /*   perspective: 200px; */
  letter-spacing: .5px;
  min-height: 2em;
  margin-right: 20px;
  position: relative;
  margin-right: 48px;
}

.dsktp_menu ul.submenu.level-1 > li > a {
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-family: Silka,Helvetica,Arial,sans-serif;
  font-size: 16px;
  color: #1d1d1d;
  text-decoration: none;
  transition: color .1s ease-out;
  text-align: center;
}
.dsktp_menu ul.submenu.level-1 > li.has-submenu > a{
  text-shadow: 0 1px 5px rgb(0 0 0 / 10%);
}
.dsktp-icon-wrp {
  margin-left: auto;
}

.dsktp-icon-wrp .navigation-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.dsktp-icon-wrp .navigation-list > li {
  display: inline-block;
  margin: 0 24px 0 0;
}

@media (min-width: 768px){
  .dsktp-icon-wrp .navigation-list > li {
    margin: 0 32px 0 0;
  }  
}

.dsktp-icon-wrp .navigation-list > li:last-child {
  margin: 0;
}

.srch-ds {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block;
}

.srch-ds .c-icon {
  height: 22px;
  min-width: 22px;
  width: 22px;
  position: relative;
  top: -1px;
}

.lang-ds {
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
}

.lang-ds .c-icon {
  height: 22px;
  min-width: 22px;
  width: 22px;
}

.tgle-ds {
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.tgle-ds .navigation-list__link {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block;
}

.tgle-ds .c-icon {
  height: 22px;
  min-width: 22px;
  width: 22px;
  margin-left: 8px;
}

.tgle-sd {
  display: none;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}



@media (min-width: 992px){
  .tgle-sd {
    display: none;
  }
}

@media (min-width: 576px){
  .tgle-sd {
    display: none;
  }


}


.tgle-sd .c-icon {
  height: 22px;
  min-width: 22px;
  width: 22px;
  margin-left: 8px;
}

.header {
  font-size: 16px;
  line-height: 1;
}

.dsktp_menu ul.submenu.level-1>li:last-child {
  margin-right: 0;
}


.dsktp_menu ul.submenu.level-1>li>a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 90%;
  width: 100%;
  height: 2px;
  background: #45a9c8;
  transform: translateX(15px) scaleX(0);
  transform-origin: right;
  transition: .2s cubic-bezier(.08,.51,.21,.99);
  z-index: -1;
}


.dsktp_menu ul.submenu.level-1>li>a:hover:after {
  animation: highlight 1.2s cubic-bezier(.08,.51,.21,.99);
  transform: translateX(15px) scaleX(1);
  transform-origin: left;
}

.dsktp_menu ul.submenu.level-1>li>a {
  overflow: hidden;
  line-height: 32px;

  cursor: pointer !important;
}

.dsktp_menu ul.submenu.level-2>li:nth-child(1)>a {
  cursor: pointer !important;
}

.dsktp_menu ul.submenu.level-3>li>a {
  cursor: pointer !important;
}
.submenu-toggle {
  display: none;
}

@keyframes highlight {
  0% {
    transform: translateX(0) scaleX(0);
    transform-origin: left
  }

  25% {
    transform: translateX(0) scaleX(1);
    transform-origin: left
  }

  26% {
    transform: translateX(0) scaleX(1);
    transform-origin: right
  }

  to {
    transform: translateX(15px) scaleX(1);
    transform-origin: left
  }
}

.srch-ds .c-icon:hover {
  color: #45a9c8;
  cursor: pointer;
}

.lang-ds:hover .c-icon__text {
  cursor: pointer;
  color: #45a9c8;
}

.lang-ds:hover  .c-icon {
  cursor: pointer;
  color: #45a9c8;
}

.tgle-ds:hover .c-icon,.tgle-ds:hover span {
  cursor: pointer;
  color: #45a9c8;
}





/* mega-css */
.dsktp_menu ul.submenu.level-2 {
  display: block;
  background: #f2f4f5;
  position: absolute;
  top: 2.5em;
  color: rgba(0,0,0,.5);
  border-radius: 10px;
  min-width: 24em;
  pointer-events: none;
  box-sizing: border-box;
  z-index: 999;
  margin-left: -5em;
  -webkit-clip-path: inset(0 10em 10em 15em);
  clip-path: inset(0 10em 10em 15em);
  opacity: 0;
  font-weight: 400;
  padding: 2.5em;
  transition: all .25s ease-out,opacity .25s ease-in,margin-left .25s ease-out,-webkit-clip-path .15s ease-out;
  transition: all .25s ease-out,opacity .25s ease-in,margin-left .25s ease-out,clip-path .15s ease-out;
  transition: all .25s ease-out,opacity .25s ease-in,margin-left .25s ease-out,clip-path .15s ease-out,-webkit-clip-path .15s ease-out;
}

.dsktp_menu ul.submenu.level-1>li:hover > ul.submenu.level-2 {
  pointer-events: all;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  opacity: 1;
  margin-left: 0;
}

.dsktp_menu ul ul ul {
  display: block;
}

.dsktp_menu ul {
  display: block;
}

.dsktp_menu ul.submenu.level-2 > li:not(:last-child) {
  margin-bottom: 16px;
}

.dsktp_menu ul.submenu.level-2 > li > a {
  width: 100%;
  font-size: 1em;
  line-height: 1.4em;
  text-decoration: none;
  font-weight: 400;
  color: #1d1d1d;
  display: block;
  font-family: Silka,Helvetica,Arial,sans-serif;
  font-weight: 600;
}

.dsktp_menu ul.submenu.level-2 > li:nth-child(1) {
  margin-bottom: 27px;
  line-height: 1em;
}

.dsktp_menu ul.submenu.level-2 > li:nth-child(1) > a {
  transition: all .1s ease-out;
  position: relative;
  font-size: 1.15em;
  color: #1d1d1d !important;
  font-weight: 600;
  line-height: inherit;
}

.dsktp_menu ul.submenu.level-2 > li.has-submenu > a {
  margin-bottom: 8px;
}


.dsktp_menu ul.submenu.level-3 > li:not(:last-child) > a {
  margin-bottom: 8px;
}

.dsktp_menu ul.submenu.level-3 > li > a {
  width: 100%;
  font-size: 1em;
  line-height: 1.4em;
  text-decoration: none;
  font-weight: 400;
  display: block;
  color: #1d1d1d;
  font-family: Silka,Helvetica,Arial,sans-serif;
}

.dsktp_menu ul.submenu.level-2 > li > a:hover {
  color: #7a8a94;
}

.dsktp_menu ul.submenu.level-3 > li > a:hover {
  color: #7a8a94;
}

.dsktp_menu ul.submenu.level-1>li.has-submenu:after {
  transition: bottom .25s ease-out,opacity .01s ease-out .01s;
  opacity: 0;
  content: "";
  position: absolute;
  pointer-events: none;
  bottom: -1em;
  left: calc(50% - 10px);
  border-color: transparent transparent #f2f4f5;
  border-width: 10px;
  border-style: solid;
}

.dsktp_menu ul.submenu.level-1>li.has-submenu:hover:after {
  bottom: -0.25em;
  opacity: 1;
  transition: bottom .25s ease-out,opacity .01s ease-out .15s;
}


@media (min-width: 1600px){
  .dsktp_menu ul.submenu.level-1>li.has-submenu:hover:after {
    bottom: 5px;
  }
}


.dsktp_menu ul.submenu.level-1>li:nth-child(2) .submenu.level-2 {
  min-width: 41.25em;
  height: auto;
  display: grid;
  padding: 2.5em;
  grid-template-columns: 50% 50%;
  column-gap: 16px;
  row-gap: 24px;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-align: start;
  align-items: start;
  justify-items: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.dsktp_menu ul.submenu.level-1>li:nth-child(2) .submenu.level-2 > li:nth-child(1) {
  cursor: pointer;
  width: 100%;
  margin: 0;
  display: inline-block;
  height: auto;
  row-gap: 0;
  line-height: 1em;
  grid-area: 1/-3/1/3;
}

.dsktp_menu ul.submenu.level-1>li:nth-child(2) .submenu.level-2 > li {
  margin: 0;
}

@media (min-width: 992px) and (max-width: 1599px){
  .dsktp_menu ul.submenu.level-2{
    top: 2em;
  }

  .dsktp_menu ul.submenu.level-1>li.has-submenu:hover:after{
    bottom: 0.25em;
  }
}


.banner-section .dnd-section {
  padding: 0;
}

.banner-section .dnd-section>.row-fluid {
  padding: 0;
}
/* mega-css-end */


/* res-css */
@media (min-width: 768px) and (max-width: 1599px){
  .dsktp_menu ul.submenu.level-1>li>a{
    line-height: 1.4;
  }
  .logo-wrapper a {
    font-size: 1.125rem;
    line-height: 1.4;
    top: 0;
  }

  .dsktp_menu ul.submenu.level-1 {
    top: 4px;
  }

  .dsktp-icon-wrp {
    position: relative;
    top: -3px;
  }

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

}

@media (max-width: 1330px){
  .logo-wrapper {
    margin-right: 20px;
  }
  .dsktp_menu ul.submenu.level-1>li {
    margin-right: 24px;
  }
}

@media (max-width: 1199px){
  .dsktp_menu {
    display: none;
  }
  .dsktp-icon-wrp {
    top: -4px;
  }
  .srch-ds {
    position: relative;
    top: 2px;
  }
}

@media(max-width:767px){
  .header .content-wrapper {
    padding: 48px 32px;
    padding-top: 45px;
    padding-bottom: 44px;
  }

  .logo-wrapper a {
    font-size: 1rem;
    line-height: 160%;
  }

  .tgle-ds .c-icon {
    height: 32px;
    min-width: 32px;
    width: 32px;
  }

  .dsktp-icon-wrp {
    top: -1px;
    position: relative;
  }

  .srch-ds {
    top: 1px;
  }
}

@media(max-width:575px){
  .tgle-sd .c-icon:hover {
    cursor: pointer;
    color: #45a9c8;
  }
  .dsktp-icon-wrp .navigation-list>li.lng_bnn {
    display: none;
  }

  .tgle-ds {
    display: none;
  }

  .tgle-sd .c-icon {
    height: 32px;
    min-width: 32px;
    width: 32px;
  }
}

/* side-menu-css */

.nv-sd-menuwrp {
  font-family: Silka,Helvetica,Arial,sans-serif;
  position: relative;
  z-index: 9999;
  display: none;
}

.nv_vdsd {
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
  background: #c0ced5;
  width: 64px;
  height: 100%;
}

.nv_vdsd video {
  display: inline-block;
  vertical-align: baseline;
  filter: hue-rotate(
    100deg);
  position: absolute;
  height: 100%;
}

.modal__closee {
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  position: fixed;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;

  background: #e4e8ea !important;
}

.nvsd_menuwrp {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.6);
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  right: 64px;
  background: #f2f4f5;
  box-shadow: 0 0 8px rgb(0 0 0 / 40%);
  outline: none;
  will-change: transform;
  animation: mmfadeOut .3s cubic-bezier(0,0,.2,1);
}

@keyframes mmfadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.sd-open .nv-sd-menuwrp {
  display: block;
}

.modal__closee:before {
  content: "\2715";
  font-size: 25.6px;
  color: #1d1d1d;
}

.sd-open .nvsd_menuwrp {
  animation: mmfadeIn .3s cubic-bezier(0,0,.2,1);
}

@keyframes mmfadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

body.sd-open {
  overflow: hidden;
}

.nvsd_menuwrp .centerr {
  max-height: 100vh;
  overflow-y: auto;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 48px;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: unset;
  align-items: unset;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1200px;
  min-width: 80%;
  width: 100%;
  height: 100vh;
  background: transparent;
  will-change: transform;
  animation: mmslideOut .3s cubic-bezier(0,0,.2,1);
}


@media (min-width: 1600px){
  .nvsd_menuwrp .centerr {
    max-width: 1600px;
  }
}


@keyframes mmslideIn {
  0% {
    transform: translateY(15%)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes mmslideOut {
  0% {
    transform: translateY(0)
  }

  to {
    transform: translateY(-10%)
  }
}
.nvsd_menuwrp .sdmenu__header {
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.nvsd_menuwrp .sdmenu__header .modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #1d1d1d;
  box-sizing: border-box;
  max-width: 11em;
  margin-bottom: 16px;
  font-size: 28px;
  font-size: 1.75rem;
}


@media (min-width: 1200px){
  .nvsd_menuwrp .sdmenu__header .modal__title {font-size: 2.25rem;}
}

@media (min-width: 1400px){
  .nvsd_menuwrp .sdmenu__header .modal__title {
    font-size: 3.375rem;
  }
}

.nvsd_menuwrp .sdmenu__header .modal__title a {
  color: #1d1d1d;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}

.nvsd_menuwrp .sdmenu__header .modal__title a h6 {
  margin: 0;
  font-family: Silka,Helvetica,Arial,sans-serif;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 16px;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 1200px){
  .nvsd_menuwrp .sdmenu__header .modal__title a h6 {
    font-size: 1.125rem;
  }
}

@media (min-width: 1400px){
  .nvsd_menuwrp .sdmenu__header .modal__title a h6 {
    margin: 0 0 24px;
    font-size: 1.25rem;
  }
}

.sdmenu__content {
  margin: 0;
  min-width: 325px;
  line-height: 1.5;
  color: rgba(0,0,0,.8);
}

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

.sdmenu__content ul.submenu.level-1 {
  display: block;
}

@media (min-width: 992px){
  .sdmenu__content ul.submenu.level-1 {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
  }
}

.sdmenu__content ul.submenu.level-1 > li {
  padding: 0 0 32px;
}


@media (min-width: 992px){
  .sdmenu__content ul.submenu.level-1 > li {
    padding: 0 32px;
  }
}


@media (min-width: 1400px){
  .sdmenu__content ul.submenu.level-1 > li {
    padding: 0 64px;
  }
}


@media (min-width: 992px){
  .sdmenu__content ul.submenu.level-1 > li:not(:last-child) {
    border-right: 2px solid #c0ced5;
  }
}

.sdmenu__content ul.submenu.level-1 > li:first-child {
  padding-left: 0;
}

.sdmenu__content ul.submenu.level-1 > li > a {
  color: #1d1d1d;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  display: inline-block;
  margin: 0 0 16px;
  text-decoration: underline;
}

@media (min-width: 1400px){
  .sdmenu__content ul.submenu.level-1 > li > a {
    margin: 0 0 24px;
  }
}



.sdmenu__content ul.submenu.level-2 > li > a {
  color: #1d1d1d;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  display: inline-block;
  margin: 0 0 16px;
}

@media (min-width: 1400px){
  .sdmenu__content ul.submenu.level-2 > li > a {
    margin: 0 0 24px;
  }
}

.sdmenu__content ul.submenu.level-1 > li > a:hover,
.sdmenu__content ul.submenu.level-1 > li > a.active-item,
.sdmenu__content ul.submenu.level-2 > li > a:hover,
.sdmenu__content ul.submenu.level-2 > li > a.active-item {
  color: #45a9c8;
}



.sdmenu__footer {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 2px solid #c0ced5;
}


@media (min-width: 992px){
  .sdmenu__footer {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.menu__navrgt {}

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

.menu__navrgt ul > li {
  display: inline-block;
  margin: 0 32px 0 0;
}

@media (min-width: 768px){
  .menu__navrgt ul > li {
    margin: 0 48px 0 0;
  } 
}

.menu__navrgt ul > li:nth-child(2) {
  margin: 0 !important;
}

.menu__navrgt ul > li > a {
  color: #1d1d1d;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}

.menu__navrgt ul > li > a:hover {
  color: #45a9c8;
}


.menu__navlft .f-navigation--credits {
  margin: 0 0 0 auto;
}

.menu__navlft .f-navigation--credits ul li > a {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
}

.menu__navlft .f-navigation--credits ul li > a:hover {
  color: #45a9c8;
}



@media (min-width: 768px) and (max-width: 1599px){
  .nvsd_menuwrp .sdmenu__header .modal__title a {
    font-size: 1.125rem;
    line-height: 1.4;
  }

  .nvsd_menuwrp .sdmenu__header .modal__title a h6{
    font-size: 1.125rem;
  }

  .sdmenu__content ul.submenu.level-1>li>a{
    font-size: 1.125rem;
    line-height: 1.4;
  }

  .sdmenu__content ul.submenu.level-2>li>a{
    font-size: 1.125rem;
    line-height: 1.4;
  }

  .menu__navrgt ul>li>a {
    font-size: 1.125rem;
    line-height: 1.4;
  }

}
@media (min-width: 992px) and (min-height: 920px){
  .nvsd_menuwrp .sdmenu__header .modal__title {
    margin-bottom: 48px;
  }
  .sdmenu__footer{
    margin-top: 96px;
    padding-top: 32px;
  }
}


@media (max-width: 991px){
  .menu__navrgt,.menu__navlft {
    margin-bottom: 16px;
  }

  .menu__navlft .f-navigation--credits ul {
    text-align: left;
  }

}


@media(max-width:767px){
  .nvsd_menuwrp .centerr {
    padding: 48px 32px;
  }

  .nvsd_menuwrp .sdmenu__header .modal__title a,
  .nvsd_menuwrp .sdmenu__header .modal__title a h6,
  .sdmenu__content ul.submenu.level-1>li>a,
  .sdmenu__content ul.submenu.level-2>li>a,
  .menu__navrgt ul>li>a {
    font-size: 1rem;
    line-height: 160%;
  }

  .menu__navlft .f-navigation--credits ul li>a {
    font-size: .875rem;
    line-height: 1.1;
  }
}



/* lang-menu-css */
.lang_wrpp {
  font-family: Silka,Helvetica,Arial,sans-serif;
  position: relative;
  z-index: 9999;
  display: none;
}

.lang_wrpp .overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.6);
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  will-change: transform;
  animation: mmfadeOut .3s cubic-bezier(0,0,.2,1);
}

.lang_wrpp .center {
  background-color: #fff;
  padding: 0;
  max-width: 750px;
  max-height: 100vh;
  overflow-y: auto;
  box-sizing: border-box;
  will-change: transform;
  animation: mmslideOut .3s cubic-bezier(0,0,.2,1);
}

.lang_wrpp  .content {
  margin: 0;
  min-width: 325px;
  line-height: 1.5;
  color: rgba(0,0,0,.8);
}

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

.lang_wrpp ul li {
  display: block;
  margin: 0!important;
}

.lang_wrpp ul li > a {
  line-height: 32px;
  color: #1d1d1d;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 32px;
  display: block;
}
.lang_wrpp ul li:not(:last-child) > a {
  border-bottom: 1px solid #f2f4f5;
}

.lang-open .lang_wrpp {
  display: block;
}

body.lang-open {
  overflow: hidden;
}

.lang-open .lang_wrpp .overlay {
  animation: mmfadeIn .3s cubic-bezier(0,0,.2,1);
}

.lang-open .lang_wrpp .center {
  animation: mmslideIn .3s cubic-bezier(0,0,.2,1);
}

.lang_wrpp ul li>a .has-border {
  border: 1px solid;
  padding: 8px;
  margin-right: 21px;
}

.closelg {
  background: transparent;
  border: 0;
  font-size: 14px;
  font-size: .875rem;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  background-color: #45a9c8;
  color: #fff;
  border-radius: 1px;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all .25s ease-out;
  cursor: pointer;
}

.lang_wrpp ul li>a:hover {
  cursor: pointer;
  color: #45a9c8;
}

.lang_wrpp ul li:hover>a {
  background-color: #f2f4f5;
}

.closelg:hover {
  transform: scale(1.05);
  background-color: #45a9c8;
  color: #fff;
}

@media(max-width:767px){
  .lang_wrpp ul li>a {
    line-height: 160%;
  }
}

/* header-search-css */

.hd_srch_wrp {
  font-family: Silka,Helvetica,Arial,sans-serif;
  position: relative;
  z-index: 9999;
  display: none;
}

.hd_srch_wrp .overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.6);
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f2f4f5;
  will-change: transform;
  animation: mmfadeOut .3s cubic-bezier(0,0,.2,1);
}

.hd_srch_wrp .modal__floating {
  position: absolute;
  top: 32px;
  right: 32px;
}

.hd_srch_wrp .sch_cls {
  font-size: 14px;
  font-size: .875rem;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  background-color: #45a9c8;
  color: #fff;
  border-radius: 1px;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all .25s ease-out;
  display: inline-block;
}

.hd_srch_wrp .srch_cntr {
  background-color: #fff;
  padding: 0;
  max-width: 750px;
  max-height: 100vh;
  overflow-y: auto;
  box-sizing: border-box;
  background: #f2f4f5;
  max-width: 800px;
  width: 100%;
  will-change: transform;
  animation: mmslideOut .3s cubic-bezier(0,0,.2,1);
}

.hd_srch_wrp .srch_cntr .srch-cntnt {
  margin: 0;
  min-width: 325px;
  line-height: 1.5;
  color: rgba(0,0,0,.8);
}

.hd_srch_wrp  input.hs-search-field__input {
  border: none;
  height: auto;
  line-height: normal;
  background: transparent;
  border-bottom: 3px solid #1d1d1d;
  border-left: none;
  border-right: none;
  border-top: none;
  color: #1d1d1d;
  display: block;
  font-size: 48px;
  font-size: 3rem;
  padding: 0 0 28px;
  width: 100%;
  font-weight: 600;
  transition: border-bottom,.25s ease-in-out;
  -webkit-appearance: textfield;
  box-sizing: content-box;

  font-family: Silka,Helvetica,Arial,sans-serif;
}

body.srch-open {
  overflow: hidden;
}

.srch-open .hd_srch_wrp {
  display: block;
}

.srch-open  .overlay {
  animation: mmfadeIn .3s cubic-bezier(0,0,.2,1);
}

.hd_srch_wrp .sch_cls:hover {
  transform: scale(1.05);
  background-color: #45a9c8;
  color: #fff;
}

.srch-open .hd_srch_wrp .srch_cntr {
  animation: mmslideIn .3s cubic-bezier(0,0,.2,1);
}

.hd_srch_wrp .srch_cntr .srch-cntnt form {
  width: 100%;
}

.hd_srch_wrp .overlay > div {
  width: 100%;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.hd_srch_wrp input.hs-search-field__input:focus {
  border-bottom: 3px solid #45a9c8;
}

/* html[lang="es"] .lang_list_class {
  display: flex;
  flex-direction: column;
}
html[lang="es"] .lang_list_class li:nth-child(1) {
  order: 1;
}
html[lang="es"] .lang_list_class li:nth-child(2) {
  order: 3;
}
html[lang="es"] .lang_list_class li:nth-child(3) {
  order: 2;
}
html[lang="es"] .lang_list_class li:nth-child(4) {
  order: 4;
}
html[lang="es"] .lang_list_class li:nth-child(5) {
  order: 5;
} */



@media(min-width:576px){
  .mm-menu {
    display: none !important;
  }
}

/* mobile-menu-css */
.mm-menu {
  display: none;
}

.js-navigation-mobile .mm-navbar__title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 160%;
}

.js-navigation-mobile ul.submenu.level-1 > .mm-listitem {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 4px;
}
.sd-open .nvsd_menuwrp .centerr {
  animation: mmslideIn .3s cubic-bezier(0,0,.2,1);
}
.js-navigation-mobile .mm-listitem .mm-listitem__text {
  font-weight: 600;
  font-size: 1rem;
  line-height: 160%;
}

.js-navigation-mobile .mm-listitem .mm-listitem__btn {
  font-size: 1rem;
  line-height: 160%;
}

.mm-panel_has-navbar ul.submenu.level-1 > li > a.active-item {
  background: var(--mm-color-background-emphasis);
}

.mm-panel_has-navbar ul.submenu.level-1 > li > .submenu-toggle {
  display: none;
}

.js-navigation-mobile ul.submenu.level-2 li > span {
  display: none;
}
.js-navigation-mobile .active-item {
  background: var(--mm-color-background-emphasis);
}
div#mm-7 ul.submenu > li {
  line-height: 1.5;
  margin: 0 0 4px;
}

.nvsd_menuwrp .sdmenu__header .modal__title a:hover {
  color: #45a9c8;
}
.nvsd_menuwrp .sdmenu__header .modal__title a h6 {
  color: inherit;
}
.mob_menu {
  display: none;
}
.lang_wrpp ul li>a {
  cursor: pointer !important;
}

.lp .logo-wrapper a img {
  max-width: 164px;
}
html[lang="de"] .side_nav_inner, html[lang="es"] .side_nav_inner {
  overflow: hidden;
  overflow-y: auto;
}
@media(max-width: 1199px) {
  .lp .logo-wrapper a img {
    max-width: 200px;
  }
}
@media(max-width: 991px) {
  .side_nav_inner {
    overflow: hidden;
    overflow-y: auto;
  }
}
@media(max-width: 767px) {
  .lp .logo-wrapper a img {
    max-width: 100%;
  }
  .lp .logo-wrapper {
    width: calc(100% - 106px);
  }

}

/*** Language switcher ***/
.header__language-switcher .header__language-switcher--label-current {
  display: none;
}

header div#hs_cos_wrapper_navigation-primary3 {
  display: none;
}

header .globe_class {
  height: auto;
  background: none;
  width: 100%;
  border-radius: 0;
}

header .lang_list_class {
  display: block;
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  transform: none;
  text-align: left;
}

header .lang_list_class:before {
  display: none;
}

header .lang_switcher_class {
  width: 100%;
}

header .lang_list_class li {
  padding: 0 !important;
  border: none;
}

header .lang_list_class:after,
header .lang_list_class:before {
  display: none;
}

.lang_wrpp .center {
  overflow-x: hidden;
}

.close_btn button {
  font-size: 14px;
  font-size: .875rem;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  background-color: #45a9c8;
  color: #fff;
  border-radius: 1px;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all .25s ease-out;
  font-family :Silka, Helvetica, Arial, font-family: sans-serif;
  font-weight: 600;
}

.close_btn button:hover {
  transform: scale(1.05);
  background-color: #45a9c8;
  color: #fff;
}

.lang_shrt_code {
  border: 1px solid;
  padding: 8px;
  margin-right: 20px;
  text-transform: uppercase;
}

header .lang_list_class li.active {
  display: none;
}

.lang-ds span,
.mob_lang_swtcher > a > span,
.mm-navbar__title span{
  text-transform: uppercase;
}
.lang_wrpp ul li > a[data-language="pt"], 
.lang_wrpp ul li > a[data-language="es"] {
  text-transform: lowercase;
}

/***  Mob lang swticher ***/

.mm-panels .lang_list_class {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  transform: none;
  text-align: left;
  display: block;
  padding: 0;
}

.mm-panels .lang_list_class:after, .mm-panels .lang_list_class:before {
  display: none;
}

.mm-panels .globe_class {
  background: no-repeat;
  width: 100%;
  height: auto;
  border-radius: 0;
}

.mm-panels .globe_class a:empty {
  display: none;
}

.mm-panels .lang_list_class li {
  padding: 0;
  background: none;
  width: 100%;
  border: none !important;
  line-height: 1.5;
  margin: 0 0 4px;
  border-color: var(--mm-color-border);
}

.mm-panels .lang_switcher_class .mm-listitem__text {
  padding: 0;
}

.mm-panels .lang_switcher_class {
  border: 0;
  display: block;
  width: 100%;
}

.mm-panels .lang_list_class li:after {
  content: "";
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: rgba(0, 0, 0, 0.1);
  display: block;
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 0;
}

.mm-panels .lang_list_class li a.lang_switcher_link {
  font-size: 1rem;
  line-height: 160%;
  padding-bottom: calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2);
  padding-top: calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 10px;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
  display: block;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.75);
}

#hs_cos_wrapper_language-switcher_ {
  display: none;
}

.mm-panels .lang_switcher_class:after {
  display: none;
}


.mm-panels .lang_switcher_class a:not([class]) {
  display: none;
}

.mm-panels .lang_list_class li.active {
  display: none;
}

.lg_st {
  text-transform: uppercase;
}

.mm-panels .lang_list_class li:last-child {
  padding-bottom: 0;
}

.lang-ds span {
  display: block;
  white-space: nowrap;
}
.mm-panels .lang_list_class li {
  position: relative;
}







@media(max-width: 1599px) and (min-width: 1200px){
  [lang="de"] .header .content-wrapper {
    padding-bottom: 60px;
    padding-top: 67px;
  }




}





@media (min-width: 768px) and (max-width: 1599px){
  .lang_wrpp ul li > a {
    line-height: 1.4;
  }


}
.f-credits {
  padding: 48px 0;
  background-color: #f2f4f5;
  color: #383838;
  font-size: 16px;
  line-height: 1;
}

.f-credits .content-wrapper {
  padding: 36px 24px;
}


@media (min-width: 992px){
  .f-credits .content-wrapper {
    padding: 48px 32px;
  }
}

@media (min-width: 1400px){
  .f-credits .content-wrapper {
    padding: 72px 48px;
  }
}

.f-credits .content-wrapper:after {
  clear: both;
  content: "";
  display: block;
}

.f-credits .content-wrapper * {
  font-size: 14px;
  font-weight: 600;
}


@media (min-width: 768px){
  .f-credits .content-wrapper * {
    font-size: 16px;
  }
}

.f-credits .inrpd {
  border-top: 1px solid #ccc;
  padding: 48px 0;
}

.f-credits .content-wrapper:after {
  clear: both;
  content: "";
  display: block;
}




@media (min-width: 576px){
  .f-credits .lft {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
  .f-credits .rgt {
    width: 49.15254%;
    float: right;
    margin-right: 0;
  }
}


@media (min-width: 1200px){
  .f-credits .lft {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
  }
  .f-credits .rgt {
    width: 32.20339%;
    float: right;
    margin-right: 0;
  }
}



.f-credits .lft h5 {
  line-height: 1.35;
  margin: 0 0 16px;
}

@media (min-width: 1400px){
  .f-credits .lft h5 {
    margin: 0 0 24px;
  }
}

.f-credits .lft h5 a {
  font-size: 16px;
  line-height: 32px;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-inline-flexbox;
  -js-display: inline-flex;
  display: inline-flex;
  text-decoration: underline;
  width: auto;
}


.footer {
  margin: 96px 0 0;
  padding: 96px 0 0;
  background-color: #f2f4f5;
  font-size: 16px;
  line-height: 1;
}

.footer > .content-wrapper {
  padding: 0 48px;
}

.footer > .content-wrapper:after {
  clear: both;
  content: "";
  display: block;
}




@media (min-width: 576px){
  .footer .lft {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .footer  .rgt {
    width: 100%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 1200px){
  .footer .lft {
    width: 15.25424%;
    float: left;
    margin-right: 1.69492%;
  }
  .footer  .rgt {
    width: 83.05085%;
    float: right;
    margin-right: 0;
  }

}



.f-logo {
  height: auto;
  width: 100%;
  max-height: 100%;
  min-width: 140px;
  max-width: 164px;
}

@media (min-width: 768px){
  .f-logo {
    margin: 0 64px 0 0;
    max-width: 200px;
    min-width: 164px;
    width: 200px;
  }
}


@media (min-width: 768px) and (min-width: 768px){
  .f-logo {
    margin: 0 96px 0 0;
  } 
}

@media (min-width: 768px){
  .f-logo {
    margin: 0;
  }
}

.f-logo a {
  color: #1d1d1d;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  text-decoration: none;
}

.f-logo a img {
  width: 100% !important;
  height: auto;
  display: block;
}



.footer .rgt h4 {
  line-height: 1.3;
  letter-spacing: -1px;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 32px 0;
}


@media (min-width: 768px){
  .footer .rgt h4 {
    font-size: 1.75rem;
  }
}

@media (min-width: 1200px){
  .footer .rgt h4 {
    font-size: 1.75rem;
    margin: 0 0 32px;
  }
}

@media (min-width: 1600px){
  .footer .rgt h4 {
    font-size: 2.25rem;
  }
}

.f-2cl {
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.f-2cl:after {
  clear: both;
  content: "";
  display: block;
}

.f-2cl .fcllft {
  width: 100%;
}

.f-2cl .fclrgt {
  width: 100%;
}

@media (min-width: 1600px){
  .f-2cl .fcllft {
    max-width: 48%;
  }
  .f-2cl .fclrgt {
    max-width: 48%;
  }
}



.fcllft {}

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

.fcllft ul.submenu.level-1 {
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-pack: normal;
  justify-content: normal;
}

.fcllft ul.submenu.level-1 > li {
  display: inline-block;
  text-align: left;
  margin: 0;
}


@media (min-width: 576px){
  .fcllft ul.submenu.level-1 > li {
    margin-right: 96px;
  }
}

.fcllft ul.submenu.level-1 > li > a {
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 16px;
  font-size: 1rem;
  font-weight: 700;
  display: block;
}

@media (min-width: 1400px){
  .fcllft ul.submenu.level-1 > li > a {
    margin: 0px 0 23px;
  }
}

.fcllft ul.submenu.level-2 > li {
  display: block;
}

.fcllft ul.submenu.level-2 > li:not(:last-child) {
  margin: 0 0 8px;
}


@media (min-width: 1400px){
  .fcllft ul.submenu.level-2 > li:not(:last-child) {
    margin: 0 0 16px;
  }  
}

.fcllft ul.submenu.level-2 > li > a {
  line-height: 32px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  font-size: .875rem;
  font-weight: 600;
  display: inline-block;
}

.fcllft ul.submenu.level-2 > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 90%;
  width: 100%;
  height: 2px;
  background: #45a9c8;
  transform: translateX(15px) scaleX(0);
  transform-origin: right;
  transition: .2s cubic-bezier(.08,.51,.21,.99);
  z-index: -1;
}

.fcllft ul.submenu.level-2 > li > a:hover:after {
  animation: highlight 1.2s cubic-bezier(.08,.51,.21,.99);
  transform: translateX(15px) scaleX(1);
}
.fcllft ul.submenu.level-1>li>a {
  color: rgba(29,29,29,1.0);
  cursor: text;
}

/* res-css */
@media (min-width: 992px) and (max-width: 1599px){
  .f-credits {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 1599px){
  .f-credits .lft h5 {
    line-height: 34px;
  } 
}

@media (min-width: 1200px) and (max-width: 1599px){
  .footer .rgt{
    padding-left: 64px;
  }  
}

@media (min-width: 768px) and (max-width: 1599px){
  .footer .rgt h4{

    line-height: 38px;
  }
}


@media (max-width: 1599px){
  .f-2cl {
    display: block;
  }
  .fcllft ul.submenu.level-1>li{
    margin-bottom: 32px;
  }
}


@media (min-width: 768px) and (max-width: 1599px){
  .fcllft ul.submenu.level-1>li>a{
    line-height: 34px;
  }
}

@media (min-width: 768px) and (max-width: 1599px){
  .fcllft ul.submenu.level-2>li>a {
    line-height: 1.4;
  }
}



@media(max-width:991px){
  .f-credits .content-wrapper {
    padding-top: 0;
  }
}


@media(max-width:767px){
  .f-credits {
    padding: 48px 0 0;
  }

  .f-credits .content-wrapper {
    padding: 32px;
    padding-top: 0;
  }

  .f-credits .lft h5 {
    line-height: 1.2;
  }

  .f-credits .lft h5 a {
    line-height: 160%;
    font-size: 14px;
    font-weight: 600;
  }
}


@media(max-width:767px){
  .footer {
    padding: 64px 0 0;
    margin: 0;
  }

  .footer>.content-wrapper {
    padding: 0 32px;
  }

  .f-logo a {
    font-size: 1rem;
    line-height: 160%;
  }

  .footer .rgt h4 {
    line-height: 1.3;
  }

  .f-2cl .fcllft {
    display: block;
  }

  .fcllft ul.submenu.level-1 {
    display: block;
  }

  .fcllft ul.submenu.level-1>li {
    width: 100%;
    margin-right: 0;
  }

  .fcllft ul.submenu.level-1>li>a {
    line-height: 1.2;
  }

  .fcllft ul.submenu.level-2>li>a {
    line-height: 160%;
  }
}

/* back-to-top-css */
.js-BackToTop {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 10000;
  box-shadow: 0 0 10px rgba(0,0,0,.05);
  border: 1px solid #99a4ab;
  border-radius: 50%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #1d1d1d;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s 0s,visibility 0s .3s
}

.js-BackToTop.cd-fade-out,.js-BackToTop.cd-is-visible,.no-touch .js-BackToTop:hover {
  transition: opacity .3s 0s,visibility 0s 0s
}

.js-BackToTop.cd-is-visible {
  visibility: visible;
  opacity: .7
}

.js-BackToTop.cd-fade-out {
  opacity: .5
}

.no-touch .js-BackToTop:hover {
  opacity: 1
}

.js-BackToTop .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(.5);
  color: #fff
}

@media only screen and (min-width: 768px) {
  .js-BackToTop .cd-top {
    right:20px;
    bottom: 20px
  }
}

@media only screen and (min-width: 1024px) {
  .js-BackToTop .cd-top {
    height:60px;
    width: 60px;
    right: 30px;
    bottom: 30px
  }
}

@media screen and (max-width: 600px) {
  a.sticky-cta {
    bottom: 65px;
    border-radius: 5px;
    position: fixed;
    z-index: 999;
    right: 16px;
    font-size: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDYwIDYwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iPjxwYXRoIGQ9Ik01NiAxMEgyMC41bC0yLjMtNy42MDlBMy4zODMgMy4zODMgMCAwIDAgMTQuMDA4LjE0bC01LjA5MyAxLjVhMy40IDMuNCAwIDAgMC0xLjQ3Ny44OTRMMS43IDguNDc3QTMuMzY5IDMuMzY5IDAgMCAwIC44NCAxMC4xYy0uNTg1IDIuNy0yLjIgMTIuNDg4IDEuNjMgMjUuMTVzMTAuNiAxOS45NzYgMTIuNTkgMjEuOTE1YTMuMzg5IDMuMzg5IDAgMCAwIDEuNjEzLjg4NGw4LjA5MyAxLjg2N2EzLjM4OSAzLjM4OSAwIDAgMCAxLjcyNy0uMDUybDIuODE4LS44MzEgMi4yNzEtLjY3YTMuMzQxIDMuMzQxIDAgMCAwIDIuMDE4LTEuNjI5Yy40MjQtLjc4LjUxOC0xLjY5Ni4yNTktMi41NDVMMzIuNTkyIDUwSDU2YTQgNCAwIDAgMCA0LTRWMTRhNCA0IDAgMCAwLTQtNHpNNDAuMjUgMjkuN2wxNy42MjctMTYuMzY2Yy4wOC4yMTMuMTIuNDM5LjEyMy42NjZ2MzJjLS4wMDMuMjE0LS4wNC40MjctLjExMS42Mjl6TTU2IDEyYy4xMTMuMDAyLjIyNy4wMTMuMzM4LjAzNEwzNS40IDMxLjQ2OGEyIDIgMCAwIDEtMi43MiAwbC0xNC40LTEzLjMzMSAxLjA2MS0uMzEzYTMuMzUxIDMuMzUxIDAgMCAwIDIuMDE1LTEuNjI5IDMuMyAzLjMgMCAwIDAgLjI1Ny0yLjU0M0wyMS4xMSAxMnpNMTUuNzM0IDQxLjIzMWEyNC4zMzYgMjQuMzM2IDAgMCAxLTQuNTE0LTguNTc3IDIyLjU0NyAyMi41NDcgMCAwIDEtLjUwOS0xMi4yMTYuMTc5LjE3OSAwIDAgMSAuMTIzLS4xMWw1LjIwNy0xLjUzNSAxMS43NDQgMTAuODY4em0xNi4xIDE0LjU1MWMtLjE3My4zMjEtLjQ2OS41Ni0uODIuNjZsLTEuMzI2LjM5MS0yLjQzNS04LjA1OGExIDEgMCAxIDAtMS45MTQuNTc5bDIuNDM2IDguMDQ2LTEuODQ2LjU0NGExLjQgMS40IDAgMCAxLS43MTQuMDIyTDE3LjEyMiA1Ni4xYTEuNCAxLjQgMCAwIDEtLjY2NC0uMzY2Yy0xLjktMS44NTUtOC4zODctOC44NTgtMTIuMDc0LTIxLjA2MlMyLjIzNSAxMy4xIDIuNzk0IDEwLjUyMmMuMDU0LS4yNDcuMTc1LS40NzUuMzUtLjY1OGw1LjczMi01Ljk0YTEuMzkgMS4zOSAwIDAgMSAuNi0uMzY2bDEuODYxLS41NDggMi40MzUgOC4wNTdhMSAxIDAgMSAwIDEuOTE0LS41NzhsLTIuNDI3LTguMDQ0IDEuMzE0LS4zODdhMS4zODMgMS4zODMgMCAwIDEgMS43MTkuOTExbDMuNCAxMS4yNmMuMTA0LjMzOC4wNjguNzAzLS4xIDEuMDE0LS4xNzQuMzIxLS40Ny41Ni0uODIuNjYxbC0xLjMyNy4zOTEtLjM5My0xLjNhMSAxIDAgMCAwLTEuOTE0LjU3OGwuMzg5IDEuMjg4LTUuMjU4IDEuNTVjLS43Mi4yMS0xLjI4My43NzctMS40ODcgMS41YTI0LjU3OCAyNC41NzggMCAwIDAgLjUyNSAxMy4zMTcgMjQuODE3IDI0LjgxNyAwIDAgMCA2Ljk0OCAxMS40MiAyLjE3MiAyLjE3MiAwIDAgMCAyLjA2NS40NWw1LjI3MS0xLjU1NC4zOTMgMS4zYTEgMSAwIDEgMCAxLjkxNC0uNTc5bC0uMzg5LTEuMjg4IDEuMzEzLS4zODdhMS4zODcgMS4zODcgMCAwIDEgMS43Mi45MTFsMy40IDExLjI2MWMuMTA1LjM0LjA2OC43MDgtLjEwMyAxLjAyek0zMS45ODcgNDhsLTEuNTMyLTUuMDcxYTMuMzg1IDMuMzg1IDAgMCAwLTQuMi0yLjI1MWwtOC41IDIuNTA2YS4yLjIgMCAwIDEtLjE3OC0uMDMyYy0uMTQtLjEyMy0uMy0uMjc2LS40ODUtLjQ1bDEyLjE2NC0xMS42OCAyLjA2NCAxLjkxMWE0LjAxNCA0LjAxNCAwIDAgMCA1LjQ0MiAwbDIuMDItMS44NzYgMTcuNjA3IDE2LjlBMS45ODcgMS45ODcgMCAwIDEgNTYgNDh6IiBmaWxsPSIjZmZmZmZmIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIj48L3BhdGg+PHBhdGggZD0iTTI2IDE2aDE2YTEgMSAwIDAgMCAwLTJIMjZhMSAxIDAgMCAwIDAgMnpNNTUgMjJhMSAxIDAgMCAwLTEgMXYxNGExIDEgMCAwIDAgMiAwVjIzYTEgMSAwIDAgMC0xLTF6IiBmaWxsPSIjZmZmZmZmIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIj48L3BhdGg+PC9nPjwvZz48L3N2Zz4=);
    background-color: rgb(0 193 211 / 75%);
    background-size: 68%;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
    width: 50px;
    aspect-ratio: 1/1;
    animation-name: backgroundAni;
    animation-duration: .3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
  }
}

@media screen and (min-width: 601px) {
  a.sticky-cta {
    display: none;
  }
}

.js-BackToTop > svg {
  height: 22px;
  min-width: 22px;
  width: 22px;
  position: absolute;
  left: 9px;
  display: block;
  top: 6.5px;
  fill: #fff;
  color: #fff;
}
/* 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;
  }
}
.mm-menu {
  --mm-line-height: 20px;
  --mm-listitem-size: 44px;
  --mm-navbar-size: 44px;
  --mm-offset-top: 0;
  --mm-offset-right: 0;
  --mm-offset-bottom: 0;
  --mm-offset-left: 0;
  --mm-color-border: rgba(0,0,0,.1);
  --mm-color-button: rgba(0,0,0,.3);
  --mm-color-text: rgba(0,0,0,.75);
  --mm-color-text-dimmed: rgba(0,0,0,.3);
  --mm-color-background: #f3f3f3;
  --mm-color-background-highlight: rgba(0,0,0,.05);
  --mm-color-background-emphasis: hsla(0,0%,100%,.4);
  --mm-shadow: 0 0 10px rgba(0,0,0,.3)
}

.mm-hidden {
  display: none!important
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative
}

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0,0,0,.1);
  color: rgba(0,0,0,.75);
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
  line-height: 20px;
  line-height: var(--mm-line-height);
  box-sizing: border-box;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: var(--mm-offset-top);
  right: var(--mm-offset-right);
  bottom: var(--mm-offset-bottom);
  left: var(--mm-offset-left);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.mm-menu a,.mm-menu a:active,.mm-menu a:hover,.mm-menu a:link,.mm-menu a:visited {
  color: inherit;
  text-decoration: none
}

[dir=rtl] .mm-menu {
  direction: rtl
}

.mm-panels,.mm-panels>.mm-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0
}

.mm-panel,.mm-panels {
  box-sizing: border-box;
  background: #f3f3f3;
  border-color: rgba(0,0,0,.1);
  color: rgba(0,0,0,.75);
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text)
}

.mm-panels {
  overflow: hidden
}

.mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  padding: 0 20px;
  transform: translate3d(100%,0,0);
  transition: transform .4s ease
}

.mm-panel:not(.mm-hidden) {
  display: block
}

.mm-panel:after,.mm-panel:before {
  content: "";
  display: block;
  height: 20px
}

.mm-panel_has-navbar {
  padding-top: 44px;
  padding-top: var(--mm-navbar-size)
}

.mm-panel_opened {
  z-index: 1;
  transform: translateZ(0)
}

.mm-panel_opened-parent {
  transform: translate3d(-30%,0,0)
}

.mm-panel_highest {
  z-index: 2
}

.mm-panel_noanimation {
  transition: none!important
}

.mm-panel_noanimation.mm-panel_opened-parent {
  transform: translateZ(0)
}

[dir=rtl] .mm-panel:not(.mm-panel_opened) {
  transform: translate3d(-100%,0,0)
}

[dir=rtl] .mm-panel.mm-panel_opened-parent {
  transform: translate3d(30%,0,0)
}

.mm-listitem_vertical>.mm-panel {
  transform: none!important;
  display: none;
  width: 100%;
  padding: 10px 0 10px 10px
}

.mm-listitem_vertical>.mm-panel:after,.mm-listitem_vertical>.mm-panel:before {
  content: none;
  display: none
}

.mm-listitem_opened>.mm-panel {
  display: block
}

.mm-listitem_vertical>.mm-listitem__btn {
  height: 44px;
  height: var(--mm-listitem-size);
  bottom: auto
}

.mm-listitem_vertical .mm-listitem:last-child:after {
  border-color: transparent
}

.mm-listitem_opened>.mm-listitem__btn:after {
  transform: rotate(225deg);
  right: 19px
}

.mm-btn {
  box-sizing: border-box;
  width: 44px;
  padding: 0
}

.mm-btn:after,.mm-btn:before {
  border-color: rgba(0,0,0,.1);
  border: 2px solid var(--mm-color-button)
}

.mm-btn_close:after,.mm-btn_close:before {
  content: "";
  box-sizing: content-box;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg)
}

.mm-btn_close:before {
  border-right: none;
  border-bottom: none;
  right: 18px
}

.mm-btn_close:after {
  border-left: none;
  border-top: none;
  right: 25px
}

.mm-btn_next:after,.mm-btn_prev:before {
  content: "";
  border-bottom: none;
  border-right: none;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0
}

.mm-btn_prev:before {
  transform: rotate(-45deg);
  left: 23px;
  right: auto
}

.mm-btn_next:after {
  transform: rotate(135deg);
  right: 23px;
  left: auto
}

[dir=rtl] .mm-btn_next:after {
  transform: rotate(-45deg);
  left: 23px;
  right: auto
}

[dir=rtl] .mm-btn_prev:before {
  transform: rotate(135deg);
  right: 23px;
  left: auto
}

[dir=rtl] .mm-btn_close:after,[dir=rtl] .mm-btn_close:before {
  right: auto
}

[dir=rtl] .mm-btn_close:before {
  left: 25px
}

[dir=rtl] .mm-btn_close:after {
  left: 18px
}

.mm-navbar {
  background: #f3f3f3;
  border-color: rgba(0,0,0,.1);
  color: rgba(0,0,0,.3);
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text-dimmed);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-align: center;
  display: none;
  height: 44px;
  height: var(--mm-navbar-size);
  padding: 0 44px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transition: opacity .4s ease
}

.mm-navbar>* {
  box-sizing: border-box;
  display: block;
  padding: 12px;
  padding: calc((var(--mm-navbar-size) - var(--mm-line-height)) * .5);
  padding-left: 0;
  padding-right: 0
}

.mm-navbar a,.mm-navbar a:hover {
  text-decoration: none
}

.mm-navbar__title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.mm-navbar__btn {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1
}

.mm-navbar__btn:first-child {
  text-align: left;
  left: 0
}

.mm-navbar__btn:last-child {
  text-align: right;
  right: 0
}

.mm-panel_has-navbar .mm-navbar {
  display: block
}

[dir=rtl] .mm-navbar__btn:first-child {
  text-align: right;
  right: 0;
  left: auto
}

[dir=rtl] .mm-navbar__btn:last-child {
  text-align: left;
  left: 0;
  right: auto
}

.mm-listitem,.mm-listview {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0
}

.mm-listitem {
  color: rgba(0,0,0,.75);
  color: var(--mm-color-text);
  border-color: rgba(0,0,0,.1);
  border-color: var(--mm-color-border);
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.mm-listitem:after {
  content: "";
  border-color: inherit;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 0
}

.mm-listitem a,.mm-listitem a:hover {
  text-decoration: none
}

.mm-listitem__btn,.mm-listitem__text {
  color: inherit;
  display: block;
  padding-top: 12px;
  padding-top: calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2);
  padding-bottom: 12px;
  padding-bottom: calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2)
}

.mm-listitem__text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 10px;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%
}

.mm-listitem__btn {
  -webkit-tap-highlight-color: rgba(255,255,255,.4);
  tap-highlight-color: hsla(0,0%,100%,.4);
  -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
  tap-highlight-color: var(--mm-color-background-emphasis);
  background: rgba(3,2,1,0);
  border-color: inherit;
  width: auto;
  padding-right: 54px;
  position: relative
}

.mm-listitem__btn:not(.mm-listitem__text) {
  border-left-width: 1px;
  border-left-style: solid
}

.mm-listitem_selected>.mm-listitem__text {
  background: hsla(0,0%,100%,.4);
  background: var(--mm-color-background-emphasis)
}

.mm-listitem_opened>.mm-listitem__btn,.mm-listitem_opened>.mm-panel {
  background: rgba(0,0,0,.05);
  background: var(--mm-color-background-highlight)
}

.mm-panels>.mm-panel>.mm-listview {
  margin: 20px -20px
}

.mm-panels>.mm-panel>.mm-listview:first-child,.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
  margin-top: -20px
}

.mm-listitem_divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background: rgba(0,0,0,.05);
  background: var(--mm-color-background-highlight);
  font-size: 75%;
  text-transform: uppercase;
  min-height: 20px;
  min-height: var(--mm-line-height);
  padding: 6.5px;
  padding: calc(((var(--mm-listitem-size) * .75) - var(--mm-line-height)) * .5);
  padding-right: 10px;
  padding-left: 20px
}

.mm-listitem_spacer {
  padding-top: 44px;
  padding-top: var(--mm-listitem-size)
}

.mm-listitem_spacer>.mm-btn_next {
  top: 44px;
  top: var(--mm-listitem-size)
}

[dir=rtl] .mm-listitem:after {
  left: 0;
  right: 20px
}

[dir=rtl] .mm-listitem__text {
  padding-left: 10px;
  padding-right: 20px
}

[dir=rtl] .mm-listitem__btn {
  padding-left: 54px;
  border-left-width: 0;
  border-left-style: none
}

[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text) {
  padding-right: 0;
  border-right-width: 1px;
  border-right-style: solid
}

.mm-page {
  box-sizing: border-box;
  position: relative
}

.mm-slideout {
  transition: transform .4s ease;
  z-index: 1
}

.mm-wrapper_opened {
  overflow-x: hidden;
  position: relative
}

.mm-wrapper_background .mm-page {
  background: inherit
}

.mm-menu_offcanvas {
  display: none;
  position: fixed;
  right: auto;
  z-index: 0
}

.mm-menu_offcanvas.mm-menu_opened {
  display: block
}

.mm-menu_offcanvas {
  width: 80%;
  min-width: 240px;
  max-width: 440px
}

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
  transform: translate3d(80vw,0,0)
}

@media (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
    transform:translate3d(240px,0,0)
  }
}

@media (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
    transform:translate3d(440px,0,0)
  }
}

.mm-wrapper__blocker {
  background: rgba(3,2,1,0);
  overflow: hidden;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2
}

.mm-wrapper_blocking,.mm-wrapper_blocking body {
  overflow: hidden
}

.mm-wrapper_blocking .mm-wrapper__blocker {
  display: block
}

.mm-sronly {
  border: 0!important;
  clip: rect(1px,1px,1px,1px)!important;
  -webkit-clip-path: inset(50%)!important;
  clip-path: inset(50%)!important;
  white-space: nowrap!important;
  width: 1px!important;
  min-width: 1px!important;
  height: 1px!important;
  min-height: 1px!important;
  padding: 0!important;
  overflow: hidden!important;
  position: absolute!important
}

.mm-menu_autoheight {
  transition: none .4s ease;
  transition-property: transform,height
}

.mm-menu_autoheight:not(.mm-menu_offcanvas) {
  position: relative
}

.mm-menu_autoheight.mm-menu_position-bottom,.mm-menu_autoheight.mm-menu_position-top {
  max-height: 80%
}

.mm-menu_autoheight-measuring .mm-panel {
  display: block!important
}

.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel {
  display: none!important
}

.mm-menu_autoheight-measuring .mm-panels>.mm-panel {
  bottom: auto!important;
  height: auto!important
}

[class*=mm-menu_columns-] {
  transition-property: width
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel {
  right: auto;
  transition-property: width,transform
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened,[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened-parent {
  display: block!important
}

[class*=mm-panel_columns-] {
  border-right: 1px solid;
  border-color: inherit
}

.mm-menu_columns-1 .mm-panel_columns-0,.mm-menu_columns-2 .mm-panel_columns-1,.mm-menu_columns-3 .mm-panel_columns-2,.mm-menu_columns-4 .mm-panel_columns-3 {
  border-right: none
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-0 {
  transform: translateZ(0)
}

.mm-menu_columns-0 .mm-panels>.mm-panel {
  z-index: 0
}

.mm-menu_columns-0 .mm-panels>.mm-panel else {
  width: 100%
}

.mm-menu_columns-0 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  transform: translate3d(100%,0,0)
}

.mm-menu_columns-0 {
  width: 80%;
  min-width: 240px;
  max-width: 0
}

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout {
  transform: translate3d(80vw,0,0)
}

@media (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout {
    transform:translate3d(240px,0,0)
  }
}

@media (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout {
    transform:translateZ(0)
  }
}

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout {
  transform: translate3d(-80vw,0,0)
}

@media (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    transform:translate3d(-240px,0,0)
  }
}

@media (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    transform:translateZ(0)
  }
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-1 {
  transform: translate3d(100%,0,0)
}

.mm-menu_columns-1 .mm-panels>.mm-panel {
  z-index: 1;
  width: 100%
}

.mm-menu_columns-1 .mm-panels>.mm-panel else {
  width: 100%
}

.mm-menu_columns-1 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  transform: translate3d(200%,0,0)
}

.mm-menu_columns-1 {
  width: 80%;
  min-width: 240px;
  max-width: 440px
}

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout {
  transform: translate3d(80vw,0,0)
}

@media (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout {
    transform:translate3d(240px,0,0)
  }
}

@media (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout {
    transform:translate3d(440px,0,0)
  }
}

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout {
  transform: translate3d(-80vw,0,0)
}

@media (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    transform:translate3d(-240px,0,0)
  }
}

@media (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    transform:translate3d(-440px,0,0)
  }
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-2 {
  transform: translate3d(200%,0,0)
}

.mm-menu_columns-2 .mm-panels>.mm-panel {
  z-index: 2;
  width: 50%
}

.mm-menu_columns-2 .mm-panels>.mm-panel else {
  width: 100%
}

.mm-menu_columns-2 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  transform: translate3d(300%,0,0)
}

.mm-menu_columns-2 {
  width: 80%;
  min-width: 240px;
  max-width: 880px
}

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout {
  transform: translate3d(80vw,0,0)
}

@media (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout {
    transform:translate3d(240px,0,0)
  }
}

@media (min-width: 1100px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout {
    transform:translate3d(880px,0,0)
  }
}

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout {
  transform: translate3d(-80vw,0,0)
}

@media (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    transform:translate3d(-240px,0,0)
  }
}

@media (min-width: 1100px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    transform:translate3d(-880px,0,0)
  }
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-3 {
  transform: translate3d(300%,0,0)
}

.mm-menu_columns-3 .mm-panels>.mm-panel {
  z-index: 3;
  width: 33.34%
}

.mm-menu_columns-3 .mm-panels>.mm-panel else {
  width: 100%
}

.mm-menu_columns-3 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  transform: translate3d(400%,0,0)
}

.mm-menu_columns-3 {
  width: 80%;
  min-width: 240px;
  max-width: 1320px
}

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout {
  transform: translate3d(80vw,0,0)
}

@media (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout {
    transform:translate3d(240px,0,0)
  }
}

@media (min-width: 1650px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout {
    transform:translate3d(1320px,0,0)
  }
}

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout {
  transform: translate3d(-80vw,0,0)
}

@media (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    transform:translate3d(-240px,0,0)
  }
}

@media (min-width: 1650px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    transform:translate3d(-1320px,0,0)
  }
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-4 {
  transform: translate3d(400%,0,0)
}

.mm-menu_columns-4 .mm-panels>.mm-panel {
  z-index: 4;
  width: 25%
}

.mm-menu_columns-4 .mm-panels>.mm-panel else {
  width: 100%
}

.mm-menu_columns-4 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  transform: translate3d(500%,0,0)
}

.mm-menu_columns-4 {
  width: 80%;
  min-width: 240px;
  max-width: 1760px
}

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout {
  transform: translate3d(80vw,0,0)
}

@media (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout {
    transform:translate3d(240px,0,0)
  }
}

@media (min-width: 2200px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout {
    transform:translate3d(1760px,0,0)
  }
}

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout {
  transform: translate3d(-80vw,0,0)
}

@media (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    transform:translate3d(-240px,0,0)
  }
}

@media (min-width: 2200px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    transform:translate3d(-1760px,0,0)
  }
}

[class*=mm-menu_columns-].mm-menu_position-bottom,[class*=mm-menu_columns-].mm-menu_position-top {
  width: 100%;
  max-width: 100%;
  min-width: 100%
}

.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front {
  transition-property: width,min-width,max-width,transform
}

.mm-counter {
  color: rgba(0,0,0,.3);
  color: var(--mm-color-text-dimmed);
  text-align: right;
  display: block;
  min-width: 44px;
  float: right
}

.mm-listitem_nosubitems>.mm-counter {
  display: none
}

[dir=rtl] .mm-counter {
  text-align: left;
  float: left
}

.mm-listitem_divider {
  opacity: 1;
  transition: opacity .4s ease
}

.mm-menu_dividers-light .mm-listitem_divider {
  background: inherit;
  font-size: inherit;
  color: rgba(0,0,0,.3);
  color: var(--mm-color-text-dimmed);
  padding-top: 18px;
  padding-top: calc((var(--mm-listitem-size) - var(--mm-line-height)) * .75);
  padding-bottom: 6px;
  padding-bottom: calc((var(--mm-listitem-size) - var(--mm-line-height)) * .25)
}

.mm-menu_border-none .mm-listitem_divider {
  border-top-width: 1px;
  border-top-style: solid
}

.mm-listview_fixeddivider {
  background: inherit;
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10
}

.mm-listview_fixeddivider:after {
  content: none!important;
  display: none!important
}

.mm-panel_dividers .mm-listview_fixeddivider {
  display: block
}

.mm-wrapper_opened.mm-dragging .mm-menu,.mm-wrapper_opened.mm-dragging .mm-slideout {
  transition-duration: 0s
}

.mm-menu_dropdown {
  box-shadow: 0 2px 10px rgba(0,0,0,.3);
  height: 80%;
  overflow: visible
}

.mm-wrapper_dropdown .mm-slideout {
  transform: none!important;
  z-index: 0
}

.mm-wrapper_dropdown .mm-wrapper__blocker {
  transition-delay: 0s!important;
  z-index: 1
}

.mm-wrapper_dropdown .mm-menu_dropdown {
  z-index: 2
}

.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown {
  display: none
}

[class*=mm-menu_tip-]:before {
  content: "";
  background: inherit;
  box-shadow: 0 2px 10px rgba(0,0,0,.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  transform: rotate(45deg)
}

.mm-menu_tip-left:before {
  left: 22px
}

.mm-menu_tip-right:before {
  right: 22px
}

.mm-menu_tip-top:before {
  top: -8px
}

.mm-menu_tip-bottom:before {
  bottom: -8px
}

.mm-menu {
  --mm-iconbar-size: 44px
}

.mm-iconbar {
  color: rgba(0,0,0,.3);
  color: var(--mm-color-text-dimmed);
  border: 0 solid rgba(0,0,0,.1);
  border-color: var(--mm-color-border);
  border-right-width: 1px;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
  width: 44px;
  width: var(--mm-iconbar-size);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2
}

.mm-menu_iconbar .mm-navbars_bottom,.mm-menu_iconbar .mm-navbars_top,.mm-menu_iconbar .mm-panels {
  left: 44px;
  left: var(--mm-iconbar-size)
}

.mm-iconbar__bottom,.mm-iconbar__top {
  width: inherit;
  position: absolute
}

.mm-iconbar__bottom>*,.mm-iconbar__top>* {
  box-sizing: border-box;
  display: block;
  padding: 11px 0
}

.mm-iconbar__bottom a,.mm-iconbar__bottom a:hover,.mm-iconbar__top a,.mm-iconbar__top a:hover {
  text-decoration: none
}

.mm-iconbar__top {
  top: 0
}

.mm-iconbar__bottom {
  bottom: 0
}

.mm-iconbar__tab_selected {
  background: hsla(0,0%,100%,.4);
  background: var(--mm-color-background-emphasis)
}

.mm-menu_keyboardfocus.mm-menu_opened~.mm-wrapper__blocker a:focus,.mm-menu_keyboardfocus a:focus {
  outline: 0;
  background: hsla(0,0%,100%,.4);
  background: var(--mm-color-background-emphasis)
}

.mm-wrapper__blocker .mm-tabstart {
  cursor: default;
  display: block;
  width: 100%;
  height: 100%
}

.mm-wrapper__blocker .mm-tabend {
  opacity: 0;
  position: absolute;
  bottom: 0
}

.mm-menu {
  --mm-iconpanel-size: 44px
}

.mm-panel_iconpanel-1,.mm-panel_iconpanel-1.mm-panel_opened~.mm-listview_fixeddivider {
  width: calc(100% - 44px);
  width: calc(100% - (var(--mm-iconpanel-size) * 1))
}

.mm-panel_iconpanel-2,.mm-panel_iconpanel-2.mm-panel_opened~.mm-listview_fixeddivider {
  width: calc(100% - 88px);
  width: calc(100% - (var(--mm-iconpanel-size) * 2))
}

.mm-panel_iconpanel-3,.mm-panel_iconpanel-3.mm-panel_opened~.mm-listview_fixeddivider {
  width: calc(100% - 132px);
  width: calc(100% - (var(--mm-iconpanel-size) * 3))
}

.mm-panel_iconpanel-first~.mm-panel,.mm-panel_iconpanel-first~.mm-panel_opened~.mm-listview_fixeddivider {
  width: calc(100% - 44px);
  width: calc(100% - var(--mm-iconpanel-size))
}

.mm-menu_iconpanel .mm-panels>.mm-listview_fixeddivider,.mm-menu_iconpanel .mm-panels>.mm-panel {
  left: auto;
  transition-property: transform,width
}

.mm-menu_iconpanel .mm-panels>.mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
  border-left-width: 1px;
  border-left-style: solid
}

.mm-menu_iconpanel .mm-panels>.mm-panel_opened,.mm-menu_iconpanel .mm-panels>.mm-panel_opened-parent {
  display: block!important
}

.mm-menu_iconpanel .mm-panels>.mm-panel_opened-parent {
  overflow-y: hidden;
  transform: unset
}

.mm-menu_hidedivider .mm-panel_opened-parent .mm-listitem_divider,.mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar {
  opacity: 0
}

.mm-panel__blocker {
  background: inherit;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  transition: opacity .4s ease
}

.mm-panel_opened-parent .mm-panel__blocker {
  opacity: .6;
  bottom: -100000px
}

[dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-listview_fixeddivider,[dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-panel {
  left: 0;
  right: auto;
  transition-property: transform,width
}

[dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
  border-left: none;
  border-right: 1px solid;
  border-color: inherit
}

.mm-navbars_bottom,.mm-navbars_top {
  background: inherit;
  border-color: inherit;
  border-width: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1
}

.mm-navbars_bottom>.mm-navbar,.mm-navbars_top>.mm-navbar {
  border-width: 0;
  display: -ms-flexbox;
  display: flex;
  position: relative
}

.mm-navbars_bottom>.mm-navbar:not(.mm-navbar_has-btns),.mm-navbars_top>.mm-navbar:not(.mm-navbar_has-btns) {
  padding: 0
}

.mm-navbars_bottom>.mm-navbar>:not(img):not(.mm-btn),.mm-navbars_top>.mm-navbar>:not(img):not(.mm-btn) {
  -ms-flex: 1;
  flex: 1
}

.mm-navbars_top {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  top: 0;
  bottom: auto
}

.mm-menu_navbar_top-1 .mm-panels {
  top: 44px;
  top: calc(var(--mm-navbar-size) * 1)
}

.mm-menu_navbar_top-2 .mm-panels {
  top: 88px;
  top: calc(var(--mm-navbar-size) * 2)
}

.mm-menu_navbar_top-3 .mm-panels {
  top: 132px;
  top: calc(var(--mm-navbar-size) * 3)
}

.mm-menu_navbar_top-4 .mm-panels {
  top: 176px;
  top: calc(var(--mm-navbar-size) * 4)
}

.mm-navbars_bottom {
  border-top-style: solid;
  border-top-width: 1px;
  bottom: 0;
  top: auto
}

.mm-menu_navbar_bottom-1 .mm-panels {
  bottom: 44px;
  bottom: calc(var(--mm-navbar-size) * 1)
}

.mm-menu_navbar_bottom-2 .mm-panels {
  bottom: 88px;
  bottom: calc(var(--mm-navbar-size) * 2)
}

.mm-menu_navbar_bottom-3 .mm-panels {
  bottom: 132px;
  bottom: calc(var(--mm-navbar-size) * 3)
}

.mm-menu_navbar_bottom-4 .mm-panels {
  bottom: 176px;
  bottom: calc(var(--mm-navbar-size) * 4)
}

.mm-navbar_size-2 {
  height: 88px;
  height: calc(var(--mm-navbar-size) * 2)
}

.mm-navbar_size-3 {
  height: 132px;
  height: calc(var(--mm-navbar-size) * 3)
}

.mm-navbar_size-4 {
  height: 176px;
  height: calc(var(--mm-navbar-size) * 4)
}

.mm-navbar__breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 20px
}

.mm-navbar__breadcrumbs>* {
  display: inline-block;
  padding-right: 6px;
  padding-top: 12px;
  padding-top: calc((var(--mm-navbar-size) - var(--mm-line-height)) * .5);
  padding-bottom: 12px;
  padding-bottom: calc((var(--mm-navbar-size) - var(--mm-line-height)) * .5)
}

.mm-navbar__breadcrumbs>a {
  text-decoration: underline
}

.mm-navbar_has-btns .mm-navbar__breadcrumbs {
  margin-left: -44px
}

.mm-navbar_has-btns .mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs {
  margin-left: 0;
  padding-left: 0
}

.mm-navbar__tab_selected {
  background: inherit!important;
  color: inherit!important;
  border-width: 1px;
  border-style: solid;
  border-color: inherit
}

.mm-navbar__tab_selected:first-child {
  border-left: none
}

.mm-navbar__tab_selected:last-child {
  border-right: none
}

.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs,.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar {
  background: inherit!important;
  color: inherit!important
}

.mm-navbars_top .mm-navbar_tabs:not(:last-child) {
  border-bottom-width: 1px;
  border-bottom-style: solid
}

.mm-navbars_top .mm-navbar__tab_selected {
  border-bottom: none;
  margin-bottom: -1px
}

.mm-navbars_top .mm-navbar_tabs:first-child .mm-navbar__tab_selected {
  border-top: none
}

.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar {
  background: inherit;
  color: inherit
}

.mm-navbars_bottom .mm-navbar_tabs:not(:first-child) {
  border-top-width: 1px;
  border-top-style: solid
}

.mm-navbars_bottom .mm-navbar__tab_selected {
  border-top: none;
  margin-top: -1px
}

.mm-navbars_bottom .mm-navbar_tabs:last-child .mm-navbar__tab_selected {
  border-bottom: none
}

.mm-navbar_tabs>a:not(.mm-navbar__tab_selected),.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar,.mm-navbars_top.mm-navbars_has-tabs>.mm-navbar:not(.mm-navbar_tabs) {
  background: hsla(0,0%,100%,.4);
  background: var(--mm-color-background-emphasis);
  color: rgba(0,0,0,.3);
  color: var(--mm-color-text-dimmed)
}

.mm-searchfield {
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  height: var(--mm-navbar-size);
  padding: 0;
  overflow: hidden
}

.mm-searchfield input {
  border: none!important;
  outline: 0!important;
  box-shadow: none!important;
  border-radius: 4px;
  background: rgba(0,0,0,.05);
  background: var(--mm-color-background-highlight);
  color: rgba(0,0,0,.75);
  color: var(--mm-color-text);
  font: inherit;
  font-size: inherit;
  line-height: 35.2px;
  line-height: calc(var(--mm-navbar-size) * .7);
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 24px;
  height: calc(var(--mm-navbar-size) * .7);
  min-height: unset;
  max-height: unset;
  margin: 0;
  padding: 0 10px
}

.mm-searchfield input::-ms-clear {
  display: none
}

.mm-searchfield__input {
  padding: 6.6px 10px 0;
  padding-top: calc(var(--mm-navbar-size) * .15);
  position: relative
}

.mm-panel__noresultsmsg {
  color: rgba(0,0,0,.3);
  color: var(--mm-color-text-dimmed);
  text-align: center;
  font-size: 150%;
  padding: 44px 0
}

.mm-searchfield__btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0
}

.mm-panel_search {
  left: 0!important;
  right: 0!important;
  width: 100%!important;
  border-left: none!important
}

.mm-searchfield__input {
  -ms-flex: 1;
  flex: 1;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%
}

.mm-searchfield__cancel {
  line-height: 44px;
  line-height: var(--mm-navbar-size);
  text-decoration: none;
  display: block;
  padding-right: 10px;
  margin-right: -100px;
  transition: margin .4s ease
}

.mm-searchfield__cancel-active {
  margin-right: 0
}

.mm-panel>.mm-searchfield {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.mm-panel_has-searchfield {
  padding-top: 44px;
  padding-top: var(--mm-navbar-size)
}

.mm-panel_has-navbar.mm-panel_has-searchfield {
  padding-top: 88px;
  padding-top: calc(var(--mm-navbar-size) * 2)
}

.mm-panel_has-navbar.mm-panel_has-searchfield>.mm-searchfield {
  top: 44px;
  top: var(--mm-navbar-size)
}

.mm-listitem_nosubitems>.mm-listitem__btn {
  display: none
}

.mm-listitem_nosubitems>.mm-listitem__text {
  padding-right: 10px
}

.mm-sectionindexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  z-index: 15;
  transition: right .4s ease;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly
}

.mm-sectionindexer a {
  color: rgba(0,0,0,.3);
  color: var(--mm-color-text-dimmed);
  line-height: 1;
  text-decoration: none;
  display: block
}

.mm-sectionindexer~.mm-panels {
  transition: right .4s ease
}

.mm-menu_has-sectionindexer .mm-sectionindexer {
  right: 0
}

.mm-menu_has-sectionindexer .mm-panels {
  right: 20px
}

.mm-menu_navbar_top-1 .mm-sectionindexer {
  top: 46px;
  top: calc((var(--mm-navbar-size) * 1) + 2px)
}

.mm-menu_navbar_top-2 .mm-sectionindexer {
  top: 90px;
  top: calc((var(--mm-navbar-size) * 2) + 2px)
}

.mm-menu_navbar_top-3 .mm-sectionindexer {
  top: 134px;
  top: calc((var(--mm-navbar-size) * 3) + 2px)
}

.mm-menu_navbar_top-4 .mm-sectionindexer {
  top: 178px;
  top: calc((var(--mm-navbar-size) * 4) + 2px)
}

.mm-menu_navbar_bottom-1 .mm-sectionindexer {
  bottom: 46px;
  bottom: calc((var(--mm-navbar-size) * 1) + 2px)
}

.mm-menu_navbar_bottom-2 .mm-sectionindexer {
  bottom: 90px;
  bottom: calc((var(--mm-navbar-size) * 2) + 2px)
}

.mm-menu_navbar_bottom-3 .mm-sectionindexer {
  bottom: 134px;
  bottom: calc((var(--mm-navbar-size) * 3) + 2px)
}

.mm-menu_navbar_bottom-4 .mm-sectionindexer {
  bottom: 178px;
  bottom: calc((var(--mm-navbar-size) * 4) + 2px)
}

.mm-menu_selected-hover .mm-listitem>.mm-listitem__btn,.mm-menu_selected-hover .mm-listitem>.mm-listitem__text,.mm-menu_selected-parent .mm-listitem>.mm-listitem__btn,.mm-menu_selected-parent .mm-listitem>.mm-listitem__text {
  transition: background .4s ease
}

.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected .mm-listitem__text {
  background: 0 0
}

.mm-menu_selected-hover .mm-listitem__btn:hover,.mm-menu_selected-hover .mm-listitem__text:hover {
  background: hsla(0,0%,100%,.4);
  background: var(--mm-color-background-emphasis)
}

.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) .mm-listitem__text {
  background: 0 0
}

.mm-menu_selected-parent .mm-listitem_selected-parent>.mm-listitem__btn,.mm-menu_selected-parent .mm-listitem_selected-parent>.mm-listitem__text {
  background: hsla(0,0%,100%,.4);
  background: var(--mm-color-background-emphasis)
}

.mm-menu,.mm-slideout {
  --mm-sidebar-collapsed-size: 44px;
  --mm-sidebar-expanded-size: 440px
}

.mm-wrapper_sidebar-collapsed body,.mm-wrapper_sidebar-expanded body {
  position: relative
}

.mm-wrapper_sidebar-collapsed .mm-slideout,.mm-wrapper_sidebar-expanded .mm-slideout {
  transition-property: width,transform
}

.mm-wrapper_sidebar-collapsed .mm-page,.mm-wrapper_sidebar-expanded .mm-page {
  background: inherit;
  box-sizing: border-box;
  min-height: 100vh
}

.mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed,.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  display: block!important;
  top: 0!important;
  right: auto!important;
  bottom: 0!important;
  left: 0!important
}

.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-listitem_divider,.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar {
  opacity: 0
}

.mm-wrapper_sidebar-collapsed .mm-slideout {
  width: calc(100% - 44px);
  width: calc(100% - var(--mm-sidebar-collapsed-size));
  transform: translate3d(44px,0,0);
  transform: translate3d(var(--mm-sidebar-collapsed-size),0,0)
}

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  border-right-width: 1px;
  border-right-style: solid;
  min-width: 0!important;
  max-width: 100000px!important
}

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after {
  content: none;
  display: none
}

.mm-wrapper_sidebar-expanded.mm-wrapper_blocking,.mm-wrapper_sidebar-expanded.mm-wrapper_blocking body {
  overflow: visible
}

.mm-wrapper_sidebar-expanded .mm-wrapper__blocker {
  display: none!important
}

.mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout {
  width: calc(100% - 440px);
  width: calc(100% - var(--mm-sidebar-expanded-size));
  transform: translate3d(440px,0,0);
  transform: translate3d(var(--mm-sidebar-expanded-size),0,0)
}

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  width: 440px;
  width: var(--mm-sidebar-expanded-size)
}

.mm-menu__blocker {
  background: rgba(3,2,1,0);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3
}

.mm-menu_opened .mm-menu__blocker {
  display: none
}

[dir=rtl].mm-wrapper_sidebar-collapsed .mm-slideout,[dir=rtl].mm-wrapper_sidebar-expanded .mm-slideout,[dir=rtl].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout {
  transform: translateZ(0)
}

label.mm-toggle {
  border-radius: 34px;
  min-width: 58px;
  width: 58px;
  height: 34px;
  margin: 0 10px;
  margin-top: 5px;
  margin-top: calc((var(--mm-listitem-size) - 34px)/ 2)
}

label.mm-toggle:before {
  content: "";
  display: block;
  border-radius: 34px;
  width: 32px;
  height: 32px;
  margin: 1px
}

input.mm-toggle {
  position: absolute;
  left: -10000px
}

input.mm-toggle:checked~label.mm-toggle:before {
  float: right
}

label.mm-toggle {
  background: rgba(0,0,0,.1);
  background: var(--mm-color-border)
}

label.mm-toggle:before {
  background: #f3f3f3;
  background: var(--mm-color-background)
}

input.mm-toggle:checked~label.mm-toggle {
  background: #4bd963
}

label.mm-check {
  width: 34px;
  height: 34px
}

label.mm-check:before {
  border-color: rgba(0,0,0,.75);
  border-color: var(--mm-color-text);
  content: "";
  display: block;
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: .1;
  transform: rotate(-45deg)
}

input.mm-check {
  position: absolute;
  left: -10000px
}

input.mm-check:checked~label.mm-check:before {
  opacity: 1
}

[dir=rtl] input.mm-toggle:checked~label.mm-toggle:before {
  float: left
}

.mm-menu_border-none .mm-listitem:after,.mm-panel_border-none .mm-listitem:after {
  content: none
}

.mm-menu_border-full .mm-listitem:after,.mm-panel_border-full .mm-listitem:after {
  left: 0!important
}

.mm-menu_border-offset .mm-listitem:after,.mm-panel_border-offset .mm-listitem:after {
  right: 20px
}

.mm-menu_fx-menu-zoom {
  transition: transform .4s ease
}

.mm-wrapper_opened .mm-menu_fx-menu-zoom {
  transform: scale(.7) translate3d(-30%,0,0);
  transform-origin: left center
}

.mm-wrapper_opening .mm-menu_fx-menu-zoom {
  transform: scale(1) translateZ(0)
}

.mm-wrapper_opened .mm-menu_fx-menu-zoom.mm-menu_position-right {
  transform: scale(.7) translate3d(30%,0,0);
  transform-origin: right center
}

.mm-wrapper_opening .mm-menu_fx-menu-zoom.mm-menu_position-right {
  transform: scale(1) translateZ(0)
}

.mm-menu_fx-menu-slide {
  transition: transform .4s ease
}

.mm-wrapper_opened .mm-menu_fx-menu-slide {
  transform: translate3d(-30%,0,0)
}

.mm-wrapper_opening .mm-menu_fx-menu-slide {
  transform: translateZ(0)
}

.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right {
  transform: translate3d(30%,0,0)
}

.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right {
  transform: translateZ(0)
}

.mm-menu_fx-menu-fade {
  opacity: 0;
  transition: opacity .4s ease
}

.mm-wrapper_opening .mm-menu_fx-menu-fade {
  opacity: 1
}

.mm-menu_fx-panels-none .mm-panel,.mm-panel_fx-none {
  transition-property: none
}

.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent,.mm-panel_fx-none.mm-panel_opened-parent {
  transform: translateZ(0)
}

.mm-menu_fx-panels-zoom .mm-panel,.mm-panel_fx-zoom {
  transform-origin: left center;
  transform: scale(1.5) translate3d(100%,0,0)
}

.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened,.mm-panel_fx-zoom.mm-panel_opened {
  transform: scale(1) translateZ(0)
}

.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened-parent,.mm-panel_fx-zoom.mm-panel_opened-parent {
  transform: scale(.7) translate3d(-30%,0,0)
}

.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent,.mm-panel_fx-slide-0.mm-panel_opened-parent {
  transform: translateZ(0)
}

.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent,.mm-panel_fx-slide-100.mm-panel_opened-parent {
  transform: translate3d(-100%,0,0)
}

.mm-menu_fx-panels-slide-up .mm-panel,.mm-panel_fx-slide-up {
  transform: translate3d(0,100%,0)
}

.mm-menu_fx-panels-slide-up .mm-panel_opened,.mm-menu_fx-panels-slide-up .mm-panel_opened-parent,.mm-panel_fx-slide-up.mm-panel_opened {
  transform: translateZ(0)
}

.mm-menu_fx-panels-slide-right .mm-panel,.mm-panel_fx-slide-right {
  transform: translate3d(-100%,0,0)
}

.mm-menu_fx-panels-slide-right .mm-panel_opened,.mm-menu_fx-panels-slide-right .mm-panel_opened-parent,.mm-panel_fx-slide-right.mm-panel_opened {
  transform: translateZ(0)
}

[class*=mm-menu_fx-listitems-] .mm-listitem {
  transition: none .4s ease
}

[class*=mm-menu_fx-listitems-] .mm-listitem:first-child {
  transition-delay: 50ms
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(2) {
  transition-delay: .1s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(3) {
  transition-delay: .15s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(4) {
  transition-delay: .2s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(5) {
  transition-delay: .25s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(6) {
  transition-delay: .3s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(7) {
  transition-delay: .35s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(8) {
  transition-delay: .4s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(9) {
  transition-delay: .45s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(10) {
  transition-delay: .5s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(11) {
  transition-delay: .55s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(12) {
  transition-delay: .6s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(13) {
  transition-delay: .65s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(14) {
  transition-delay: .7s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(15) {
  transition-delay: .75s
}

.mm-menu_fx-listitems-slide .mm-listitem {
  transition-property: transform,opacity;
  transform: translate3d(50%,0,0);
  opacity: 0
}

.mm-wrapper_opening .mm-menu_fx-listitems-slide .mm-panel_opened .mm-listitem {
  transform: translateZ(0);
  opacity: 1
}

.mm-menu_fx-listitems-fade .mm-listitem {
  transition-property: opacity;
  opacity: 0
}

.mm-wrapper_opening .mm-menu_fx-listitems-fade .mm-panel_opened .mm-listitem {
  opacity: 1
}

.mm-menu_fx-listitems-drop .mm-listitem {
  transition-property: opacity,top;
  opacity: 0;
  top: -25%
}

.mm-wrapper_opening .mm-menu_fx-listitems-drop .mm-panel_opened .mm-listitem {
  opacity: 1;
  top: 0
}

.mm-menu_fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px
}

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout {
  transform: translate3d(100vw,0,0)
}

@media (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout {
    transform:translate3d(140px,0,0)
  }
}

@media (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout {
    transform:translate3d(10000px,0,0)
  }
}

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout {
  transform: translate3d(-100vw,0,0)
}

@media (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    transform:translate3d(-140px,0,0)
  }
}

@media (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    transform:translate3d(-10000px,0,0)
  }
}

.mm-menu_fullscreen.mm-menu_position-bottom,.mm-menu_fullscreen.mm-menu_position-top {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px
}

.mm-menu_listview-justify .mm-panels>.mm-panel:after,.mm-menu_listview-justify .mm-panels>.mm-panel:before,.mm-panels>.mm-panel_listview-justify:after,.mm-panels>.mm-panel_listview-justify:before {
  content: none;
  display: none
}

.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listview,.mm-panels>.mm-panel_listview-justify .mm-listview {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0
}

.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem,.mm-panels>.mm-panel_listview-justify .mm-listitem {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-height: 44px
}

.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem:not(.mm-listitem_divider),.mm-panels>.mm-panel_listview-justify .mm-listitem:not(.mm-listitem_divider) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem__text,.mm-panels>.mm-panel_listview-justify .mm-listitem__text {
  box-sizing: border-box;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.mm-listview_inset {
  list-style: inside disc;
  width: 100%;
  padding: 0 30px 15px;
  margin: 0
}

.mm-listview_inset .mm-listitem {
  padding: 5px 0
}

.mm-menu_multiline .mm-listitem__text,.mm-panel_multiline .mm-listitem__text {
  text-overflow: clip;
  white-space: normal
}

[class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker {
  opacity: 0
}

.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker {
  opacity: .3;
  transition: opacity .4s ease .4s
}

.mm-menu_opened.mm-menu_pagedim~.mm-wrapper__blocker {
  background: inherit
}

.mm-menu_opened.mm-menu_pagedim-black~.mm-wrapper__blocker {
  background: #000
}

.mm-menu_opened.mm-menu_pagedim-white~.mm-wrapper__blocker {
  background: #fff
}

.mm-menu_popup {
  transition: opacity .4s ease;
  opacity: 0;
  box-shadow: 0 2px 10px rgba(0,0,0,.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  z-index: 2;
  transform: translate3d(-50%,-50%,0)
}

.mm-menu_popup.mm-menu_opened~.mm-slideout {
  transform: none!important;
  z-index: 0
}

.mm-menu_popup.mm-menu_opened~.mm-wrapper__blocker {
  transition-delay: 0s!important;
  z-index: 1
}

.mm-wrapper_opening .mm-menu_popup {
  opacity: 1
}

.mm-menu_position-right {
  left: auto;
  right: 0
}

.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
  transform: translate3d(-80vw,0,0)
}

@media (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
    transform:translate3d(-240px,0,0)
  }
}

@media (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
    transform:translate3d(-440px,0,0)
  }
}

.mm-menu_position-bottom,.mm-menu_position-front,.mm-menu_position-top {
  transition: transform .4s ease
}

.mm-menu_position-bottom.mm-menu_opened,.mm-menu_position-front.mm-menu_opened,.mm-menu_position-top.mm-menu_opened {
  z-index: 2
}

.mm-menu_position-bottom.mm-menu_opened~.mm-slideout,.mm-menu_position-front.mm-menu_opened~.mm-slideout,.mm-menu_position-top.mm-menu_opened~.mm-slideout {
  transform: none!important;
  z-index: 0
}

.mm-menu_position-bottom.mm-menu_opened~.mm-wrapper__blocker,.mm-menu_position-front.mm-menu_opened~.mm-wrapper__blocker,.mm-menu_position-top.mm-menu_opened~.mm-wrapper__blocker {
  z-index: 1
}

.mm-menu_position-front {
  transform: translate3d(-100%,0,0)
}

.mm-menu_position-front.mm-menu_position-right {
  transform: translate3d(100%,0,0)
}

.mm-menu_position-bottom,.mm-menu_position-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%
}

.mm-menu_position-top {
  transform: translate3d(0,-100%,0);
  height: 80vh;
  min-height: 140px;
  max-height: 880px
}

.mm-menu_position-bottom {
  transform: translate3d(0,100%,0);
  top: auto;
  height: 80vh;
  min-height: 140px;
  max-height: 880px
}

.mm-wrapper_opening .mm-menu_position-bottom,.mm-wrapper_opening .mm-menu_position-front,.mm-wrapper_opening .mm-menu_position-top {
  transform: translateZ(0)
}

.mm-menu_shadow-page:after {
  box-shadow: 0 0 10px rgba(0,0,0,.3);
  box-shadow: var(--mm-shadow);
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 100;
  -webkit-clip-path: polygon(-20px 0,0 0,0 100%,-20px 100%);
  clip-path: polygon(-20px 0,0 0,0 100%,-20px 100%)
}

.mm-menu_shadow-page.mm-menu_position-right:after {
  left: auto;
  right: 100%;
  -webkit-clip-path: polygon(20px 0,40px 0,40px 100%,20px 100%);
  clip-path: polygon(20px 0,40px 0,40px 100%,20px 100%)
}

.mm-menu_shadow-page.mm-menu_position-front:after {
  content: none;
  display: none
}

.mm-menu_shadow-menu,.mm-menu_shadow-panels .mm-panels>.mm-panel {
  box-shadow: 0 0 10px rgba(0,0,0,.3);
  box-shadow: var(--mm-shadow)
}

.mm-menu_theme-white {
  --mm-color-border: rgba(0,0,0,.1);
  --mm-color-button: rgba(0,0,0,.3);
  --mm-color-text: rgba(0,0,0,.7);
  --mm-color-text-dimmed: rgba(0,0,0,.3);
  --mm-color-background: #fff;
  --mm-color-background-highlight: rgba(0,0,0,.06);
  --mm-color-background-emphasis: rgba(0,0,0,.03);
  --mm-shadow: 0 0 10px rgba(0,0,0,.2)
}

.mm-menu_theme-dark {
  --mm-color-border: rgba(0,0,0,.3);
  --mm-color-button: hsla(0,0%,100%,.4);
  --mm-color-text: hsla(0,0%,100%,.85);
  --mm-color-text-dimmed: hsla(0,0%,100%,.4);
  --mm-color-background: #333;
  --mm-color-background-highlight: hsla(0,0%,100%,.08);
  --mm-color-background-emphasis: rgba(0,0,0,.1);
  --mm-shadow: 0 0 20px rgba(0,0,0,.5)
}

.mm-menu_theme-black {
  --mm-color-border: hsla(0,0%,100%,.25);
  --mm-color-button: hsla(0,0%,100%,.4);
  --mm-color-text: hsla(0,0%,100%,.75);
  --mm-color-text-dimmed: hsla(0,0%,100%,.4);
  --mm-color-background: #000;
  --mm-color-background-highlight: hsla(0,0%,100%,.2);
  --mm-color-background-emphasis: hsla(0,0%,100%,.15);
  --mm-shadow: none
}

.mm-menu_tileview .mm-listview,.mm-panel_tileview .mm-listview {
  margin: 0!important
}

.mm-menu_tileview .mm-listview:after,.mm-panel_tileview .mm-listview:after {
  content: "";
  display: block;
  clear: both
}

.mm-menu_tileview .mm-listitem,.mm-panel_tileview .mm-listitem {
  padding: 0;
  float: left;
  position: relative;
  width: 50%;
  height: 0;
  padding-top: 50%
}

.mm-menu_tileview .mm-listitem:after,.mm-panel_tileview .mm-listitem:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1
}

.mm-menu_tileview .mm-listitem.mm-tile-xs,.mm-panel_tileview .mm-listitem.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%
}

.mm-menu_tileview .mm-listitem.mm-tile-s,.mm-panel_tileview .mm-listitem.mm-tile-s {
  width: 25%;
  padding-top: 25%
}

.mm-menu_tileview .mm-listitem.mm-tile-l,.mm-panel_tileview .mm-listitem.mm-tile-l {
  width: 75%;
  padding-top: 75%
}

.mm-menu_tileview .mm-listitem.mm-tile-xl,.mm-panel_tileview .mm-listitem.mm-tile-xl {
  width: 100%;
  padding-top: 100%
}

.mm-menu_tileview .mm-listitem__text,.mm-panel_tileview .mm-listitem__text {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0
}

.mm-menu_tileview .mm-listitem__btn,.mm-panel_tileview .mm-listitem__btn {
  width: auto
}

.mm-menu_tileview .mm-listitem__btn:after,.mm-menu_tileview .mm-listitem__btn:before,.mm-panel_tileview .mm-listitem__btn:after,.mm-panel_tileview .mm-listitem__btn:before {
  content: none;
  display: none
}

.mm-menu_tileview .mm-listitem_divider,.mm-panel_tileview .mm-listitem_divider {
  display: none
}

.mm-menu_tileview .mm-panel,.mm-panel_tileview {
  padding-left: 0;
  padding-right: 0
}

.mm-menu_tileview .mm-panel:after,.mm-menu_tileview .mm-panel:before,.mm-panel_tileview:after,.mm-panel_tileview:before {
  content: none;
  display: none
}

body.modal-open .mm-slideout {
  z-index: unset
} 
/* r-css */
/* @import url('http://example.com/example_style.css'); */

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

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

.hs-contact-pgrw2 .content-wrapper,
.hs-contact-pgrw3 .content-wrapper {
  padding: 36px 24px;
}

@media (min-width: 992px){
  .hs-contact-pgrw2 .content-wrapper,
  .hs-contact-pgrw3 .content-wrapper {
    padding: 48px 32px;
  }
}


@media (min-width: 1400px){
  .hs-contact-pgrw2 .content-wrapper,
  .hs-contact-pgrw3 .content-wrapper {
    padding: 72px 48px;
  }
}

.hs-contact-pgrw2 .row:after {
  clear: both;
  content: "";
  display: block;
}

.hs-contact-pgrw2 .rgtcl {
  width: 40.67797%;
  float: left;
  margin-right: 1.69492%;
}

@media (min-width: 1200px){
  .hs-contact-pgrw2 .rgtcl {
    max-width: 65.51724%;
  } 
}

.hs-contact-pgrw2 .rgtcl {
  display: block;
} 
@media (min-width: 1200px){
  .hs-contact-pgrw2 .lftcl {
    max-width: 65.51724%;
  }
}

@media (min-width: 992px){
  .hs-contact-pgrw2 .lftcl {
    padding: 0 32px;
  }
}

@media (min-width: 992px){
  .hs-contact-pgrw2 .lftcl {
    width: 40.67797%;
    float: right;
    margin-right: 0;
  }
}

form legend.hs-field-desc {
  margin: 0px 0px 6px;
  width: 100%;
  font-family: Open Sans;
  color: #7C98B6;
  font-size: 11px;
  line-height: normal;
}

form textarea.hs-input {
  height: auto;
  padding: 10px 15px;
  width: 100%;
  max-width: 100%;
}

.hs-contact-pgrw2 .lftcl input.hs-button.primary.large {
  margin: 0;
}

.hs-contact-pgrw2 .lftcl  .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 14px 0px 17px;
}


.hs-contact-pgrw3 {}

.hs-contact-pgrw3 > .content-wrapper {
  padding-top: 0;
}

.hs-contact-pgrw3 .row:after {
  clear: both;
  content: "";
  display: block;
}

.hs-contact-pgrw3 h3 {
  margin: 0 0 32px;
}

@media (min-width: 992px){
  .hs-contact-pgrw3 h3 {
    margin: 0 0 64px;
  }
}

@media (min-width: 992px) and (min-width: 1400px){
  .hs-contact-pgrw3 h3 {
    margin: 0 0 96px;
  }
}

@media (min-width: 1200px){
  .hs-contact-pgrw3 h3 {
    max-width: 65.51724%;
  }
}

.hs_cnnct_btm .dnd-row:not(:last-child) {
  border-bottom: 1px solid #c0ced5;
  padding-bottom: 48px;
  margin-bottom: 64px;
}

.hs_cnnct_btm  h5 {
  margin: 0 0 16px;
}


@media (min-width: 1400px){
  .hs_cnnct_btm  h5 {
    margin: 0 0 24px;
  }
}

@media (min-width: 1200px){
  .hs_cnnct_btm  h5 {
    max-width: 65.51724%;
  }
  .hs_cnnct_btm p {
    max-width: 65.51724%;
  }
}

.hs_cnnct_btm p {
  margin-bottom: 24px;
  line-height: 1.35;
}

@media (min-width: 1400px){
  .hs_cnnct_btm p {
    margin-bottom: 32px;
  }
}

@media(max-width:991px){
  .hs-contact-pgrw2 .rgtcl {
    width: 100%;
    margin: 0;
    float: none;
  }

  .hs-contact-pgrw2 .lftcl .actions {
    margin-bottom: 0;
  }
}


.hs-ty-pg2 h3 {
  margin: 0 0 32px;
}


@media (min-width: 1400px){
  .hs-ty-pg2 h3 {
    margin: 0 0 48px;
  }
}


@media(max-width:767px){
  .hs-ty-pg2 .dnd-section>.row-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.hs_cnnct_btm .dnd-row:last-child p {
  margin-bottom: 0;
}
.hs-contact-pgrw2 .lftcl .actions {
  margin: 0;
}


/* purfg-css */

.hs-purfg-pgrw3 .pagintn .pad_pg_cntr {
  padding-bottom: 0px;
}

.hs-purfg-pgrw3 .dnd-section {
  padding: 0;
}


.hs-purfg-pgrw5 .page-center > .row:after {
  clear: both;
  content: "";
  display: block;
}



@media (min-width: 992px){
  .hs-purfg-pgrw5 .lft {
    width: 40.67797%;
    float: left;
    margin-right: 1.69492%;
  }

}


@media (min-width: 1200px){
  .hs-purfg-pgrw5 .lft {
    max-width: 65.51724%;
  }
}


@media (min-width: 1200px){
  .hs-purfg-pgrw5 .rgt {
    max-width: 65.51724%;
  }
}


@media (min-width: 992px){
  .hs-purfg-pgrw5 .rgt {
    padding: 0 32px;
  }
}

@media (min-width: 992px){
  .hs-purfg-pgrw5 .rgt {
    width: 40.67797%;
    float: right;
    margin-right: 0;
  }
}

.hs-purfg-pgrw5 .rgt form label {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
}

.hs-purfg-pgrw5 .rgt form legend.hs-field-desc {
  font-family: arial, helvetica, sans-serif;
  color: #7C98B6;
  font-size: 11px;
  padding-left: 2px;
}

.hs-purfg-pgrw5 .lft h3 {
  margin: 0 0 24px;
}

@media (min-width: 1400px){
  .hs-purfg-pgrw5 .lft h3 {
    margin: 0 0 32px;
  }
}

.hs-purfg-pgrw5 .lft p {
  line-height: 1.35;
  margin-bottom: 64px;
}

.hs-purfg-pgrw5 .rgt input.hs-button.primary.large {
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
  margin: 0;
}

.hs-purfg-pgrw5 .rgt form .actions {
  margin-top: 0;
  margin-bottom: 18px;
  padding: 17px 0px;
  padding-top: 14px;
  margin-bottom: 0;
}

.hs-purfg-pgrw6 .lft {
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}


@media (min-width: 576px){
  .hs-purfg-pgrw6 .lft {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}


@media (min-width: 992px){
  .hs-purfg-pgrw6 .lft {
    width: 57.62712%;
    float: left;
    margin-right: 1.69492%;
  }
}

.hs-purfg-pgrw6 .lft {
  height: 100%;
  padding: 32px;
}


@media (min-width: 992px){
  .hs-purfg-pgrw6 .lft {
    padding: 32px 48px;
  } 
}

@media (min-width: 1600px){
  .hs-purfg-pgrw6 .lft {
    padding: 48px 64px;
  } 
}

.hs-purfg-pgrw6 .lft p {
  margin: 0;
  color: #1d1d1d;
  font-weight: 600;
}


@media (min-width: 576px){
  .hs-purfg-pgrw6 .rgt {
    width: 100%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 992px){
  .hs-purfg-pgrw6 .rgt {
    width: 32.20339%;
    float: right;
    margin-right: 0;
  }
}

.hs-purfg-pgrw6 .rgt .dnd-section {
  padding: 0;
}

.hs-purfg-pgrw6 .rgt .dnd-section>.row-fluid {
  max-width: 100%;
  padding: 0;
}


@media (max-width: 767px){
  .hs-purfg-pgrw6 .page-center {
    padding-left: 0;
    padding-right: 0;
  }

}

@media (max-width: 575px){
  .hs-purfg-pgrw2 .cnct_wth_sd .page-center {
    margin-bottom: 0;
  }
}


.er-pg-bd a {
  font-weight: 600;
}


.btm_pn_wrp .rgt .cnt-btn {
  font-weight: 600;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.25);
  z-index: 5;
  top: 0;
  left: 0;
  min-height: auto;
  padding: 48px 32px;
}


@media (min-width: 992px){
  .btm_pn_wrp .rgt .cnt-btn {
    padding: 64px;
    min-height: 325px;
  }
}

@media (min-width: 1600px){
  .btm_pn_wrp .rgt .cnt-btn {
    padding: 96px;
  }
}

.btm_pn_wrp .rgt .cnt-btn > span {
  padding: 16px 32px;
  font-weight: 600;
  line-height: 1;
  text-transform: none;
  background: none;
  border: 2px solid #fff;
  border-radius: 1px;
  display: inline-block;
  background-color: #fff;
  margin: auto;
  text-decoration: none;
  position: relative;
  transition: all .25s cubic-bezier(.2,0,0,1);
  z-index: 1;
  font-size: 20px;
  font-size: 1.25rem;
  color: #1d1d1d;
}

.btm_pn_wrp .rgt .cnt-btn > span:after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 20px;
  right: 1.25rem;
  left: 20px;
  left: 1.25rem;
  background-color: var(--color);
  transition: all .25s cubic-bezier(.2,0,0,1);
  transform-origin: bottom center;
  z-index: -1;
}

.btm_pn_wrp .rgt .cnt-btn {
  width: 100%;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

/* r-css-end */
.row {
  margin-bottom: 24px;
}

@media (min-width: 576px){
  .row {
    margin-bottom: 1.69492%;
  }
}

.dnd-section[class*="force-full-width-section"] > .row-fluid {
  padding: 0;
}

.pagintn .card { 
  background-image: url(//6564705.fs1.hubspotusercontent-na1.net/hubfs/6564705/raw_assets/public/Inhance_Technologies_December_2021/images/pagin_bg.svg);
}

.home_row8 .btm_pn_wrp .rgt .block-action__media .block-action__asset {
  background-color: #45a9c8;
}

body {
  background: #fff;
}

.modal {
  font-family: Silka,Helvetica,Arial,sans-serif;
  position: relative;
  z-index: 9999
}

.modal *,.modal :active,.modal :focus,.modal :hover {
  outline: none!important
}

.modal-language>.modal__overlay .modal__container {
  padding: 0!important
}

.modal-language>.modal__overlay .modal__content {
  margin: 0
}

.modal--large .modal__overlay {
  background: #f2f4f5
}

.modal--large .modal__container {
  background: #f2f4f5;
  max-width: 800px;
  width: 100%
}

.modal--large .modal__floating {
  position: absolute;
  top: 32px;
  right: 32px
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.6);
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

.modal__overlay.is-dropdown {
  right: 0;
  top: 64px;
  background: transparent;
  -ms-flex-align: start;
  align-items: start
}

@media (min-width: 1400px) {
  .modal__overlay.is-dropdown {
    top:96px
  }
}

@media (max-width: 575px) {
  .modal__overlay.is-dropdown {
    width:100%;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0
  }
}

.modal__overlay.is-dropdown>.modal__container {
  padding: 32px;
  max-width: 100%;
  max-height: 100vh;
  background: transparent;
  position: absolute;
  right: 0
}

@media (max-width: 1399px) {
  .modal__overlay.is-dropdown>.modal__container {
    width:100%
  }
}

@media (max-width: 575px) {
  .modal__overlay.is-dropdown>.modal__container {
    margin:0;
    width: 100%;
    height: 100%;
    padding: 0
  }
}

.modal__overlay.is-dropdown>.modal__container>.modal__content {
  background: #fff;
  padding: 0;
  box-shadow: 0 5px 15px rgba(0,0,0,.08);
  max-width: 750px;
  min-width: 325px;
  margin: 0 125px 0 auto;
  display: inline-block;
  border: 1px solid #eeefef
}

@media (max-width: 575px) {
  .modal__overlay.is-dropdown>.modal__container>.modal__content {
    margin:0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    box-shadow: none;
    border: none
  }
}

.modal__container {
  background-color: #fff;
  padding: 0;
  max-width: 750px;
  max-height: 100vh;
  overflow-y: auto;
  box-sizing: border-box
}

.modal__header {
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #1d1d1d;
  box-sizing: border-box
}

.modal__close {
  background: transparent !important;
  border: 0;
  padding: 0;
  color: #1d1d1d !important;

  font-size: inherit;
}

.modal__header .modal__close:before {
  content: "\2715"
}

.IE .prdct_wrp .card__title {
  max-width: 270px;
}

.modal__content {
  margin: 0;
  min-width: 325px;
  line-height: 1.5;
  color: rgba(0,0,0,.8)
}

.modal__btn {
  font-size: 14px;
  font-size: .875rem;
  padding: 8px 16px;
  padding: .5rem 1rem;
  background-color: #45a9c8;
  color: #fff;
  border-radius: 1px;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all .25s ease-out
}

.modal__btn:focus,.modal__btn:hover {
  transform: scale(1.05);
  background-color: #45a9c8;
  color: #fff
}

.modal__btn-primary {
  background-color: #c0ced5;
  color: #fff
}

.modal__search {
  background: transparent;
  border-bottom: 3px solid #1d1d1d;
  border-left: none;
  border-right: none;
  border-top: none;
  color: #1d1d1d;
  display: block;
  font-size: 48px;
  font-size: 3rem;
  padding: 0 0 28px;
  width: 100%;
  font-weight: 600;
  transition: border-bottom,.25s ease-in-out
}

.modal__search:active,.modal__search:focus {
  outline: none;
  border-bottom: 3px solid #45a9c8
}

.modal--popup .modal__header {
  padding: 32px 48px 0
}

.modal--popup .modal__content {
  padding: 32px 48px
}

@keyframes mmfadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes mmfadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes mmslideIn {
  0% {
    transform: translateY(15%)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes mmslideOut {
  0% {
    transform: translateY(0)
  }

  to {
    transform: translateY(-10%)
  }
}

.micromodal-slide {
  display: none
}

.micromodal-slide.is-open {
  display: block
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0,0,.2,1)
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0,0,.2,1)
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0,0,.2,1)
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0,0,.2,1)
}

.micromodal-slide .modal__container,.micromodal-slide .modal__overlay {
  will-change: transform
}

.modal_form p {
  color: #9bc7d5;
  font-weight: 600
}

.modal_form input {
  margin-bottom: 32px
}

.modal_form .c-button {
  background-color: #45a9c8;
  color: #fff
}

.download_modal_content {
  display: -ms-flexbox;
  -js-display: flex;
  display: flex
}

.download_modal_content .modal_form {
  width: 50%
}

.download_modal_content .modal_form p {
  color: #9bc7d5;
  font-weight: 600
}

.download_modal_content .modal_form input {
  margin-bottom: 32px
}

.download_modal_content .modal_form .c-button {
  background-color: #45a9c8;
  color: #fff
}

.download_modal_content .modal_graphic {
  width: 50%;
  height: 100%
}

.download_modal_content .modal_graphic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}


.row:after{ 
  clear: both;
  content: "";
  display: block;
}

@media(max-width:767px){
  .home_row1 .hm_bnr .u-aspect-ratio>.block__contents {
    position: relative;
  }

  .home_row1 .hm_bnr  .u-aspect-ratio:before {
    padding-top: 75%;
  }
}

.home_row1 .hm_bnr video {
  filter: url(//6564705.fs1.hubspotusercontent-na1.net/hubfs/6564705/raw_assets/public/Inhance_Technologies_December_2021/images/download.gif);
  filter: hue-rotate(
    100deg);
}


.theme-red .cwi_btn:hover,
.theme-red .indstry_wrp .c-link:hover,
.theme-red .cwp_wrp .u-flip__text:hover .back,
.theme-red .ft_cntnt .c-link:hover{ 
  color:#cb2c30;
}

.theme-red .cwp_wrp .u-flip__text .back,
.theme-red .cwp_wrp .u-flip__text .front,
.theme-red .btm_pn_wrp .get-btn>span:hover{
  border-color:#cb2c30;
}

.theme-red .cwp_wrp .u-flip__text .front,
.theme-red .cwp_wrp .c-link-download__content:hover:after,
.theme-red .btm_pn_wrp .get-btn>span:hover{
  background-color:#cb2c30; 
}

.theme-grey .cwi_btn:hover,
.theme-grey .indstry_wrp .c-link:hover,
.theme-grey .cwp_wrp .u-flip__text:hover .back,
.theme-grey .ft_cntnt .c-link:hover{ 
  color:#669bb0;
}

.theme-grey .cwp_wrp .u-flip__text .back,
.theme-grey .cwp_wrp .u-flip__text .front,
.theme-grey .btm_pn_wrp .get-btn>span:hover{
  border-color:#669bb0;
}

.theme-grey .cwp_wrp .u-flip__text .front,
.theme-grey .cwp_wrp .c-link-download__content:hover:after,
.theme-grey .btm_pn_wrp .get-btn>span:hover{
  background-color:#669bb0; 
}

.theme-green .cwi_btn:hover,
.theme-green .indstry_wrp .c-link:hover,
.theme-green .cwp_wrp .u-flip__text:hover .back,
.theme-green .ft_cntnt .c-link:hover{  
  color:#6ba539;
}

.theme-green .cwp_wrp .u-flip__text .back,
.theme-green .cwp_wrp .u-flip__text .front,
.theme-green .btm_pn_wrp .get-btn>span:hover{
  border-color:#6ba539;
}

.theme-green .cwp_wrp .u-flip__text .front,
.theme-green .cwp_wrp .c-link-download__content:hover:after,
.theme-green .btm_pn_wrp .get-btn>span:hover{
  background-color:#6ba539; 
}

.theme-purple .cwi_btn:hover,
.theme-purple .indstry_wrp .c-link:hover,
.theme-purple .cwp_wrp .u-flip__text:hover .back,
.theme-purple .ft_cntnt .c-link:hover{ 
  color:#6f5091;
}

.theme-purple .cwp_wrp .u-flip__text .back,
.theme-purple .cwp_wrp .u-flip__text .front,
.theme-purple .btm_pn_wrp .get-btn>span:hover{
  border-color:#6f5091;
}

.theme-purple .cwp_wrp .u-flip__text .front,
.theme-purple .cwp_wrp .c-link-download__content:hover:after,
.theme-purple .btm_pn_wrp .get-btn>span:hover{
  background-color:#6f5091; 
}





label.hs-error-msg, .hs-error-msgs label.hs-main-font-element {
  color: #f2545b;
}

.IE .c-svg-header__svg {
  height: 100% !important;
}



/* modal-popup-css
*/

.modal__overlay form .hs-form-field > label {
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
}

.modal__overlay form legend.hs-field-desc {
  margin: 0px 0px 6px;
  width: 100%;
  font-family: arial, helvetica, sans-serif;
  color: #7C98B6;
  font-size: 11px;
}

.modal__overlay form input[type=email] {
  margin: 0;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #33475b;
  height: 40px;
  display: inline-block;
  border: 0;
  border-radius: 0;
  background: none;
  border-bottom: 2px solid #cad5e2;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
  margin: 0;
}

.modal__overlay form .hs-richtext {
  line-height: 24px;
  margin-bottom: 3px;
  font-family: arial, helvetica, sans-serif;
  color: #33475b;
  font-size: 14px;
}

.modal__overlay form .hs-richtext p {
  font-family: arial, helvetica, sans-serif;
  color: #33475b;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  margin-block-start: 1em;
  margin-block-end: 1em;
}

.modal__overlay .inputs-list:first-child{
  padding-top: 6px;
} 



.modal__overlay  .inputs-list>li {
  font-size: inherit;
  line-height: inherit;
  font-family: arial, helvetica, sans-serif;
  color: #33475b;
  font-size: 14px;
  line-height: 24px;
}

label.hs-form-booleancheckbox-display {}

.modal__overlay .inputs-list>li label.hs-form-booleancheckbox-display {
  padding: 0;
  line-height: 18px;
  font-family: arial, helvetica, sans-serif;
  color: #33475b;
  font-size: 14px;
  margin: 0;
}

.modal__overlay .inputs-list>li label.hs-form-booleancheckbox-display p {
  display: inherit;
  line-height: inherit;
  font-family: arial, helvetica, sans-serif;
  color: #33475b;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  margin: 0px !important;
  display: initial;
}

.modal__overlay form input[type=checkbox] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  max-width: 100%;
}

.modal__overlay .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
}

.modal__overlay  input.hs-button.primary.large {
  padding: 12px 24px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  background: #45a9c8;
  border-color: #45a9c8;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
  margin: 0;
}

.modal__overlay .modal__container {
  max-width: 644.36px;
}

.modal__overlay .modal__header {
  padding-top: 31px;
}

.modal__overlay  .modal__content {
  padding-top: 31px;
}

.modal__overlay form legend.hs-field-desc {
  padding-left: 2px;
}

.modal__overlay .legal-consent-container .hs-form-booleancheckbox-display>span {
  margin-left: 20px !important;
}

.modal__overlay .actions {
  padding-bottom: 0;
  margin-bottom: 17px;
}

@media(max-width:1599px){
  .modal__overlay .modal__container{
    max-width: 513.5px;
  }
}

.form-title:empty {
  display: none;
}

.cm-modal-open{
  overflow:hidden;
}

.modal__overlay .modal__container {
  overflow-x: hidden;
}
.modal--popup .modal__content .block__summary.tp {
  left: 48px;
  right: 48px;
}



.theme-orange .ft_cntnt .c-link:hover,
.theme-orange .indstry_wrp .c-link:hover {
  color: #cf7f00;
}
.theme-orange .cwp_wrp .c-link-download__content:hover:after {
  background-color: #cf7f00;
}

.orng-cta {
  padding: 16px 32px;
  font-weight: 600;
  line-height: 1;
  text-transform: none;
  border-radius: 1px;
  display: inline-block;
  background: none;
  color: #cf7f00;
  margin: auto;
  text-decoration: none;
  position: relative;
  transition: all .25s cubic-bezier(.2,0,0,1);
  z-index: 1;
  font-size: 1.25rem;
  border: 2px solid #cf7f00;
}

.orng-cta:after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 20px;
  right: 1.25rem;
  left: 20px;
  left: 1.25rem;
  background-color: var(--color);
  transition: all .25s cubic-bezier(.2,0,0,1);
  transform-origin: bottom center;
  z-index: -1;
}

.orng-cta:hover {
  cursor: pointer;
  color: #fff;
}

.orng-cta:hover:after {
  background-color: #cf7f00;
  right: 0;
  left: 0;
  height: 100%;
}
.theme-orange .btm_pn_wrp .get-btn>span:hover {
  background-color: #cf7f00;
  border: 2px solid #cf7f00;
}
.theme-orange .cwp_wrp .u-flip {
  height: auto;
}


.industry-portugues-page .ft_cntnt .ft_title_col {
  position: relative;
  z-index: -1;
}
.animated-button {
  padding: 16px 32px;
  font-weight: 600;
  line-height: 1;
  text-transform: none;
  border-radius: 1px;
  display: inline-block;
  background: none;
  font-size: 1.25rem;
  margin: auto;
  text-decoration: none;
  position: relative;
  transition: all .25s cubic-bezier(.2,0,0,1);
  z-index: 1;
  color: #6f5091;
  border: 2px solid #6f5091;
  box-sizing: border-box !important;
}
.animated-button:after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 20px;
  right: 1.25rem;
  left: 20px;
  left: 1.25rem;
  background-color: var(--color);
  transition: all .25s cubic-bezier(.2,0,0,1);
  transform-origin: bottom center;
  z-index: -1;
  background-color: #6f5091;
}
.animated-button:hover {
  cursor: pointer;
  color: #fff;
}
.animated-button:hover:after {
  right: 0;
  left: 0;
  height: 100%;
}
.theme-blue .animated-button {
  border-color: #45a9c8;
  color: #45a9c8;
}
.theme-blue .animated-button:after {
  background-color: #328ca8;
}
.theme-blue .animated-button:hover {
  color: #fff;
}
.modal--popup.contentCardModal .modal__content form {
  margin-top: 0 !important;
}
.modal--popup.contentCardModal .modal__content .block__summary.tp {
  position: static;
}
html[lang="pt"] .hs-purfg-pgrw5 .rgt form label {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
}
.body-wrapper {
  overflow-x: hidden;
}
html[lang="pt"] .soltn_wrp .block-action__content a.cta_button {
  cursor: pointer !important;
}
html[lang="pt"] .soltn_wrp .block-action__content a.cta_button:hover {
  color: #1d1d1d;
}
.soltn_wrp .block-action__content--light span .hover_img {
  display: none;
}
html[lang="pt"] .soltn_wrp .block-action__content a.cta_button:hover img.normal_img {
  display: none;
}
html[lang="pt"] .soltn_wrp .block-action__content a.cta_button:hover img.hover_img {
  display: initial !important;
}
html[lang="pt"] .hs-contact-pgrw2 .lftcl .actions {
  margin-top: 18px;
  margin-bottom: 18px;
}
.ad_bnr .c-logo a {
  cursor: pointer !important;
}

html[lang="pt"] .modal__overlay .modal__container {
  max-width: 673px;
}
html[lang="pt"] .modal--popup .modal__content .block__summary.tp {
  top: 80px;
}
.ad_bnr .c-breadcrumbs {
  padding-right: 10px;
}


@media(min-width: 768px){
  html[lang="pt"] .modal--popup .modal__content form {
    margin-top: 105px;
  }

}


@media(min-width: 992px){
  html[lang="pt"] .hm_bnr .block__actions {
    margin-bottom: -24px;
  }
  html[lang="pt"] .hm_bnr .c-button {
    margin: 0 0 24px;
  }
  .glide__arrows.hideArrow {
    display: none;
  }

}

@media(max-width: 1650px){
  html[lang="pt"] .modal__overlay .modal__container {
    max-width: 552px;
  }
  html[lang="pt"] .modal--popup .modal__content form {
    margin-top: 90px;
  }

}
@media(max-width: 1200px) and (min-width: 992px){
  html[lang="pt"] .modal--popup .modal__content form {
    margin-top: 105px;
  }

}


@media(max-width: 1050px) and (min-width: 992px){
  html[lang="pt"] .hm_bnr .block__actions {
    margin-bottom: -74px;
  }



}

@media(max-width: 575px){
  html[lang="pt"] .blog_fd .gallery-4 .col:last-child .card.card-news {
    margin: 0 0 32px;
  }


}


@media(max-width: 360px){
  html[lang="pt"] .location_wrp .block__title,
  html[lang="pt"] .ft_cntnt .block__title,
  html[lang="pt"] .block-benefits .block__title{
    font-size: 3rem;
  }

}


/******************************************************** Deutsch language ******************************************/


[lang=de] .hm_bnr .c-svg-header, [lang=de] .hm_bnr .c-svg-header__container{
  width: 300px;
  height: 300px;
}
[lang=de] .hs-contact-pgrw2 .lftcl .actions {
  margin-top: 18px;
  margin-bottom: 18px;
}
[lang="de"] .modal__overlay .modal__container {
  max-width: 750px;
}
[lang="de"] .modal__overlay .modal__content {
  padding-top: 32px;
}
[lang="de"] .modal--popup .modal__content .block__summary.tp {
  position: static;
}
[lang="de"] .modal__overlay .modal__content .hs_cos_wrapper_type_form {
  display: flex;
  flex-direction: column-reverse;
}
[lang="de"] .modal--popup .modal__content form {
  margin-top: 0;
}
[lang="de"] .hs-purfg-pgrw5 .rgt form .hs-error-msgs label {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
}
[lang=de] .hs-purfg-pgrw5 .rgt form .actions {
  margin-top: 18px;
}
.micromodal-slide form {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}



@media (min-width: 992px){
  [lang=de] .hm_bnr .c-svg-header, [lang=de] .hm_bnr .c-svg-header__container{
    width: 460px;
    height: 460px;
  }
  html[lang="de"] .hm_bnr .block__actions {
    margin-bottom: -24px;
  }
  html[lang="de"] .hm_bnr .c-button {
    margin: 0 0 24px;
  }

}

@media (min-width: 1600px){
  [lang=de] .hm_bnr .c-svg-header, [lang=de] .hm_bnr .c-svg-header__container{
    width: 700px;
    height: 700px;
  }



}

@media (max-width: 1599px){
  [lang="de"] .modal__overlay .modal__container {
    max-width: 695px;
  }


}

@media(max-width: 1060px) and (min-width: 992px){
  html[lang="de"] .hm_bnr .block__actions {
    margin-bottom: -74px;
  }


}

@media(max-width: 991px) and (min-width: 768px){
  [lang="de"] .blog_fd .block-feature-news__col.col.block__text {
    margin-bottom: 0;
  }

}


@media (max-width: 767px){
  [lang="de"] .modal__overlay .modal__container {
    max-width: 590px;
  }
  [lang=de] .cwp_wrp .u-flip {
    height: auto;
    min-height: 50px;
  }
  [lang=de] .block-cardspst .post-item:nth-last-child(1),
  [lang=de] .block-cardspst .post-item:nth-last-child(2){
    margin-bottom: 0;
  }
  [lang=de] .block-cardspst>.content-wrapper {
    padding-bottom: 0;
  }




}

@media (max-width: 575px){
  [lang=de] .hm_bnr .c-svg-header, [lang=de] .hm_bnr .c-svg-header__container {
    width: 200px;
    height: 200px;
  }
  [lang=de] .block-cardspst .post-item:nth-last-child(2) {
    margin-bottom: 24px;
  }
}




@media(max-width: 479px){
  html[lang="de"] .location_wrp .block__title,
  html[lang="de"] .ft_cntnt .block__title,
  html[lang="de"] .block-benefits .block__title,
  html[lang="de"] .abt_wrp .block__title,
  html[lang="de"] .cwp_wrp .cwp_right_col .block__title{
    font-size: 2rem;
  }
  html[lang="de"] .hm_bnr .block__title {
    font-size: 2rem;
  }
  [lang="de"] .ft_cntnt .block__copy p {
    word-break: break-word;
  }
  [lang="de"] .block-benefits .benefit-list__text {
    word-break: break-word;
  }
  [lang="de"] .ad_bnr .block__contents h1 {
    font-size: 1.65rem;
  }
  [lang="de"] .cnct_wth_sd .cl8 .block__title {
    word-break: break-word;
    font-size: 1.7rem;
  }
  [lang="de"] .blg_pstt_bnr .block__contents h1 {
    word-break: break-word;
  }
  [lang="de"] .blog-post__body h3 {
    word-break: break-word;
  }
  [lang="de"] .pst_wth_sdbr p {
    word-break: break-word;
  }



}




/******************************************************** Espenol language ******************************************/


[lang=es] .hm_bnr .c-svg-header, [lang=es] .hm_bnr .c-svg-header__container{
  width: 300px;
  height: 300px;
}
[lang=es] .hs-contact-pgrw2 .lftcl .actions {
  margin-top: 18px;
  margin-bottom: 18px;
}
[lang="es"] .modal__overlay .modal__container {
  max-width: 750px;
}
[lang="es"] .modal__overlay .modal__content {
  padding-top: 32px;
}
[lang="es"] .modal--popup .modal__content .block__summary.tp {
  position: static;
}
[lang="es"] .modal__overlay .modal__content .hs_cos_wrapper_type_form {
  display: flex;
  flex-direction: column-reverse;
}
[lang="es"] .modal--popup .modal__content form {
  margin-top: 0;
}
[lang="es"] .hs-purfg-pgrw5 .rgt form .hs-error-msgs label {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
}
[lang=es] .hs-purfg-pgrw5 .rgt form .actions {
  margin-top: 18px;
}
.micromodal-slide form {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
[lang=es] .hs-purfg-pgrw5 .rgt form label{
  color: #33475b;
}


@media (min-width: 992px){
  [lang=es] .hm_bnr .c-svg-header, [lang=es] .hm_bnr .c-svg-header__container{
    width: 460px;
    height: 460px;
  }
  html[lang="es"] .hm_bnr .block__actions {
    margin-bottom: -24px;
  }
  html[lang="es"] .hm_bnr .c-button {
    margin: 0 0 24px;
  }

}

@media (min-width: 1600px){
  [lang=es] .hm_bnr .c-svg-header, [lang=es] .hm_bnr .c-svg-header__container{
    width: 700px;
    height: 700px;
  }



}

@media (max-width: 1599px){
  /*   [lang="es"] .modal__overlay .modal__container {
  max-width: 695px;
} */


}

@media(max-width: 1120px) and (min-width: 992px){
  html[lang="es"] .hm_bnr .block__actions {
    margin-bottom: -94px;
  }


}

@media(max-width: 991px) and (min-width: 768px){
  [lang="es"] .blog_fd .block-feature-news__col.col.block__text {
    margin-bottom: 0;
  }

}


@media (max-width: 767px){
  [lang="es"] .modal__overlay .modal__container {
    max-width: 639px;
  }
  [lang=es] .cwp_wrp .u-flip {
    height: auto;
    min-height: 50px;
  }
  [lang=es] .block-cardspst .post-item:nth-last-child(1),
  [lang=es] .block-cardspst .post-item:nth-last-child(2){
    margin-bottom: 0;
  }
  [lang=es] .block-cardspst>.content-wrapper {
    padding-bottom: 0;
  }




}

@media (max-width: 575px){
  [lang=es] .hm_bnr .c-svg-header, [lang=es] .hm_bnr .c-svg-header__container {
    width: 200px;
    height: 200px;
  }
  [lang=es] .block-cardspst .post-item:nth-last-child(2) {
    margin-bottom: 24px;
  }
}




@media(max-width: 479px){
  html[lang="es"] .location_wrp .block__title,
  html[lang="es"] .ft_cntnt .block__title,
  html[lang="es"] .block-benefits .block__title,
  html[lang="es"] .abt_wrp .block__title,
  html[lang="es"] .cwp_wrp .cwp_right_col .block__title{
    font-size: 2.5rem;
  }
  /*   html[lang="es"] .hm_bnr .block__title {
  font-size: 2rem;
} */
  [lang="es"] .ft_cntnt .block__copy p {
    word-break: break-word;
  }
  [lang="es"] .block-benefits .benefit-list__text {
    word-break: break-word;
  }
  [lang="es"] .ad_bnr .block__contents h1 {
    font-size: 1.65rem;
  }
  [lang="es"] .cnct_wth_sd .cl8 .block__title {
    word-break: break-word;
    font-size: 1.7rem;
  }
  [lang="es"] .blg_pstt_bnr .block__contents h1 {
    word-break: break-word;
  }
  [lang="es"] .blog-post__body h3 {
    word-break: break-word;
  }
  [lang="es"] .pst_wth_sdbr p {
    word-break: break-word;
  }
  html .homepage .abt_wrp .block__title {
    font-size: 3.75rem;
  }


}

.hs-content-id-61963692357 .block__title #hs_cos_wrapper_name {
  color:#fff;
}

.hs-content-id-61963692357 .c-breadcrumbs-list__link,
.hs-content-id-61963692357 .c-link,
.hs-content-id-61963692357 .blg_pstt_bnr .c-breadcrumbs ul li:not(:last-child):after,
.hs-content-id-61963692357 .blg-scl ul li a,
.hs-content-id-61963692357 .blg_pstt_bnr .blg-scl ul li:not(:last-child):after {
  color:#fff;
} 
/* @import url('http://example.com/example_style.css'); */

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

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

/* TARGET STYLING */
.hs-content-id-61963692357 .block__title #hs_cos_wrapper_name {
  color:#fff;
}

.hs-content-id-61963692357 .c-breadcrumbs-list__link,
.hs-content-id-61963692357 .c-link,
.hs-content-id-61963692357 .blg_pstt_bnr .c-breadcrumbs ul li:not(:last-child):after,
.hs-content-id-61963692357 .blg-scl ul li a,
.hs-content-id-61963692357 .blg_pstt_bnr .blg-scl ul li:not(:last-child):after {
  color:#fff !important;
}



.hs-content-id-61955585964 .block__title #hs_cos_wrapper_name {
  color:#fff;
}

.hs-content-id-61955585964 .c-breadcrumbs-list__link,
.hs-content-id-61955585964 .c-link,
.hs-content-id-61955585964 .blg_pstt_bnr .c-breadcrumbs ul li:not(:last-child):after,
.hs-content-id-61955585964 .blg-scl ul li a,
.hs-content-id-61955585964 .blg_pstt_bnr .blg-scl ul li:not(:last-child):after {
  color:#fff !important;
}



.hs-content-id-61965047313 .block__title #hs_cos_wrapper_name {
  color:#fff;
}

.hs-content-id-61965047313 .c-breadcrumbs-list__link,
.hs-content-id-61965047313 .c-link,
.hs-content-id-61965047313 .blg_pstt_bnr .c-breadcrumbs ul li:not(:last-child):after,
.hs-content-id-61965047313 .blg-scl ul li a,
.hs-content-id-61965047313 .blg_pstt_bnr .blg-scl ul li:not(:last-child):after {
  color:#fff !important;
}



.hs-content-id-61954110076 .block__title #hs_cos_wrapper_name {
  color:#fff;
}

.hs-content-id-61954110076 .c-breadcrumbs-list__link,
.hs-content-id-61954110076 .c-link,
.hs-content-id-61954110076 .blg_pstt_bnr .c-breadcrumbs ul li:not(:last-child):after,
.hs-content-id-61954110076 .blg-scl ul li a,
.hs-content-id-61954110076 .blg_pstt_bnr .blg-scl ul li:not(:last-child):after {
  color:#fff !important;
}



.hs-content-id-70576603941 .block__title #hs_cos_wrapper_name {
  color:#fff;
}

.hs-content-id-70576603941 .c-breadcrumbs-list__link,
.hs-content-id-70576603941 .c-link,
.hs-content-id-70576603941 .blg_pstt_bnr .c-breadcrumbs ul li:not(:last-child):after,
.hs-content-id-70576603941 .blg-scl ul li a,
.hs-content-id-70576603941 .blg_pstt_bnr .blg-scl ul li:not(:last-child):after {
  color:#fff !important;
}



.hs-content-id-70529335191 .block__title #hs_cos_wrapper_name {
  color:#fff;
}

.hs-content-id-70529335191 .c-breadcrumbs-list__link,
.hs-content-id-70529335191 .c-link,
.hs-content-id-70529335191 .blg_pstt_bnr .c-breadcrumbs ul li:not(:last-child):after,
.hs-content-id-70529335191 .blg-scl ul li a,
.hs-content-id-70529335191 .blg_pstt_bnr .blg-scl ul li:not(:last-child):after {
  color:#fff !important;
}

/* Make Contact into CTA Btn in Menus */
header .dsktp_menu ul.submenu.level-1 {
    align-items: center;
}

header .navigation-primary > .submenu > .menu-item:last-of-type > .menu-link {
    padding: 10px 32px;
    background-color: #45a9c8;
    border: 2px solid #45a9c8;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    transition: all .25s cubic-bezier(.2,0,0,1);
}

header .navigation-primary > .submenu > .menu-item:last-of-type > .menu-link:hover {
    background-color: rgba(255, 255, 255, 0);
    color: #45a9c8;
}

header .navigation-primary > .submenu > .menu-item:last-of-type > .menu-link::after {
    display: none;
}

.sd-open .nv-sd-menuwrp .nv_vdsd {
  display: none !important;
}
/* Make header section to be sticky when scroll */

.header .content-wrapper {
  transition: all 0.2s ease 0s;
}

header.header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
}

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

@media (min-width: 1150px) and (max-width: 1375px) {
    header .navigation-primary > .submenu > .menu-item {
        margin-right: 25px !important;
    }
}

.mm-listview > .no-submenu:nth-of-type(4) .mm-listitem__text {
    color: #fff;
    padding: 10px 20px;
    background-color: #45a9c8;
    margin-top: -4px;
}

.mm-listview > .no-submenu:nth-of-type(5) {
/*     display: none; */
}