*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "icomoon"; 
  src: url("https://20233030.fs1.hubspotusercontent-na1.net/hubfs/20233030/SensoPart_August2021/fonts/icomoon.eot") format("embedded-opentype"),
    url("https://20233030.fs1.hubspotusercontent-na1.net/hubfs/20233030/SensoPart_August2021/fonts/icomoon.woff2") format("woff2"),
    url("https://20233030.fs1.hubspotusercontent-na1.net/hubfs/20233030/SensoPart_August2021/fonts/icomoon.ttf") format("truetype"),
    url("https://20233030.fs1.hubspotusercontent-na1.net/hubfs/20233030/SensoPart_August2021/fonts/icomoon.woff") format("woff"),
    url("https://20233030.fs1.hubspotusercontent-na1.net/hubfs/20233030/SensoPart_August2021/fonts/icomoon.svg") format("svg");
  font-style: normal; 
  font-weight: normal; 
  font-display: block;
}

body {
  line-height: 1.5;
  word-break: break-word;
  background-color: #e0e0e0;
}

@media (max-width:767px) {
  body {
    font-size: 15px;  
  }
}

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

*::selection {
  background: rgba(162, 162, 162, 0.8);
}

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

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

a:hover {
  text-decoration: none;
}


img {
  max-width:100%;
}

/* Headings */

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

h1 {
  font-size: 30px;
}

@media (min-width:768px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 30px;
}

@media (min-width:768px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 30px;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

.content-wrapper,
.dnd-section > .row-fluid,
.page-center {
  padding-right: 40px;
  padding-left: 40px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
      text-decoration: none;
}

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

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

button:active,
.button:active {
  text-decoration: none;
}
.hs-search-module .input a.hs-button.primary {
  margin-top: 27px;
}

/* Form fields */
.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: inline-block; 
  margin-bottom: 0.35rem;
  font-weight: 300;
  cursor: text;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5;
  font-size: 0.9375rem;
}

/* 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 {
  padding: 5px 0;
  height: auto;
  border: none;
  border-bottom: 1px solid #707070;
  background-color: transparent;
  position: relative;
  z-index: 1;
  border-radius: 0;  
  font-weight: 600;
  width: 100%;
  font-size: 20px;
  display: inline-block;
  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; 
  text-align: center; 
  white-space: normal;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 14px;
  transition: all 0.5s ease-in-out;
  margin-top: 10px;
}

@media (max-width:767px) {
  form input[type=submit], form .hs-button {
    margin-bottom: 15px;
  }
}



/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header {
  z-index: 6;
  -webkit-box-shadow: 0 4px 2px -2px #e6e6e6;
  -moz-box-shadow: 0 4px 2px -2px #e6e6e6;
  box-shadow: 0 2px 3px -2px #e6e6e6;
  position: fixed;
  width: 100%;
  top: 0;
  max-width: 1920px;
  margin: 0 auto;
  line-height: 1.5;
  font-size: 0.9375rem;
}

header .header-inner {
  position: relative;
}

header .header-inner:before {
  display: table;
  content: "";
}

header .header-inner:after {
  display: table;
  content: "";
  clear: both;
}

.header-inner .top {
  background-color: #f0f0f0;
  z-index: 5;
}

.header-inner .top:before {
  display: table;
  content: "";
}

.header-inner .top:after {
  display: table;
  content: "";
  clear: both;
}

.header-inner .top .top-inner {
  height: 40px;
}

.header-inner .top .top-inner:before {
  display: table;
  content: "";
}

.header-inner .top .top-inner:after {
  display: table;
  content: "";
  clear: both;
}

.top-inner .languageMenuToggleButton {
  float: right;
  border-left: 1px solid #c1c1c1;
  position: relative;
}

.top-inner .languageMenuToggleButton a {
  outline: none !important;
  color: #d20a11;
  transition: all 0.5s ease-in-out;
  display: block;
  text-decoration: none;
  padding: 8px 14px;
}

.top-inner .languageMenuToggleButton a span:first-child {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.top-inner .languageMenuToggleButton a span:first-child:before {
  content: "\e909";
  color: #e30613;
  font-size: 20px;
  font-weight: 600
}

.top-inner .languageMenuToggleButton a span:last-child {
  display: none;
}

.top-inner .headerTop_login {
  float: right;
  border-left: 1px solid #c1c1c1;
  position: relative;
}

.headerTop_login .login_container {
  display: none;
}

.headerTop_login a.loginToggleButton {
  outline: none !important;
  color: #d20a11;
  display: block;
  text-decoration: none;
  padding: 8px 14px;
  position: relative;
  z-index: 2;
  transition: none;
}

.headerTop_login a span:first-child {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.headerTop_login a span:first-child:before {
  content: "\e914";
  color: #e30613;
  font-size: 20px;
  font-weight: 600;
}

.headerTop_login a span:last-child {
  display: none;
}

.top-inner .headerTop_quicklinks {
  display: none;
}

.headerTop_quicklinks ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  line-height: 1;
  font-size: 15px;
}

.headerTop_quicklinks .hs-menu-wrapper:before {
  display: table;
  content: "";
}

.headerTop_quicklinks .hs-menu-wrapper:after {
  display: table;
  content: "";
  clear: both;
}

.headerTop_quicklinks ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-position: outside;
}

.headerTop_quicklinks ul li a {
  outline: none !important;
  transition: all 0.5s ease-in-out;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-karriere:before {
  content: "\e91a";
  color: #e30613;
}

.icon-users:before {
  content: "\e915";
  color: #e30613;
}

.icon-download:before {
  content: "\e907";
  color: #e30613;
}

.header-inner .bottom .bottom-inner {
  background-color: #ffffff;
  height: 48px;
  position: relative;
}

.header-inner .bottom .bottom-inner:before {
  display: table;
  content: "";
}

.header-inner .bottom .bottom-inner:after {
  display: table;
  content: "";
  clear: both;
}

.bottom-inner .logo {
  position: absolute;
  top: 50%;
  left: 15px;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.bottom-inner .logo a {
  outline: none !important;
  text-decoration: underline;
  color: #d20a11;
  transition: all 0.5s ease-in-out;
  display: block;
}

.bottom-inner .logo a img {
  vertical-align: middle;
  border-style: none;
  width: 100%;
  height: auto;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.5s ease-in-out !important;
  max-width: 128px;
}

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

.custom-menu-primary .hs-menu-wrapper>ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  line-height: 1;
  font-size: 15px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-position: outside;
}

.bottom-inner a.searchboxToggleButton {
  outline: none !important;
  transition: all 0.5s ease-in-out;
  display: none;
}

.icon-search:before {
  content: "\e90e";
  color: #e30613;
}


.fixed-wrapper {
  min-height: 140px;
}

.header-inner .desktopSearchbox {
  display: none;
  width: 100%;
}

.desktopSearchbox_inner form .kesearch_searchBox {
  margin-top: 59px;
  position: relative;
}

header.header .kesearch_searchBox input {
  border: none;
  color: #000000;
  font-weight: 600;
  width: 100%;
  background-color: transparent;
  position: relative;
  z-index: 1;
  border-radius: 0;
  outline: none;
}

.desktopSearchbox_inner form .kesearch_searchBox span.icon-search {
  position: absolute;
  cursor: pointer;
}

.desktopSearchbox_inner form .kesearch_searchBox span.icon-search:before {
  content: "\e90e";
}

.search-open .header-inner .desktopSearchbox {
  display: block;
}

.desktopSearchbox .desktopSearchbox_inner:before {
  display: table;
  content: "";
}

.desktopSearchbox .desktopSearchbox_inner:after {
  display: table;
  content: "";
  clear: both;
}

.header.header .kesearch_searchBox input:focus {
  box-shadow: none;
  border-bottom: 1px solid transparent;
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
  display: none;
}

.search-open .overlay {
  display: block;
}

.languageMenu {
  display: none;
  position: relative;
  background-color: #707070;
  z-index: 4;
}

.language .languageMenu {
  display: block;
}

.languageMenu:before {
  display: table;
  content: "";
}

.languageMenu:after {
  display: table;
  content: "";
  clear: both;
}

.languageMenu .languageMenu_headline {
  display: block;
  text-align: center;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  margin: 16px 15px;
}

.languageMenu ul {
  margin-bottom: 0;
  padding: 0;
  line-height: 1;
  font-size: 15px;
  text-align: center;
  margin-bottom: 20px;
}

.languageMenu ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-position: outside;
  border-bottom: 1px solid #ffffff;
}

.languageMenu ul li a {
  outline: none !important;
  transition: all 0.5s ease-in-out;
  display: block;
  color: #ffffff;
  padding: 15px 0;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
}

.languageMenu ul li a:hover {
  color: #a2a2a2;
}

.languageMenu a.languageMenuCloseButton {
  outline: none !important;
  text-decoration: underline;
  color: #d20a11;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 15px;
  right: 15px;
}

.languageMenu a.languageMenuCloseButton span.icon-close:before {
  content: "\e906";
  color: #ffffff;
  font-size: 20px;
}

.languageMenu a.languageMenuCloseButton:hover {
  text-decoration: none;
}

.search-open .bottom-inner a.searchboxToggleButton .icon-search:before {
  content: "\e906";
  font-size: 35px;
  color: #ffffff;
}

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

.custom-menu-primary .hs-menu-wrapper>ul>li:hover>.flyoutContainer {
  display: block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.flyoutContainer .flyoutContainer_inner>ul {
  line-height: 1;
  font-size: 15px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.flyoutContainer .flyoutContainer_inner>ul>li>a {
  outline: none;
  transition: all 0.5s ease-in-out;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.flyoutContainer .flyoutContainer_inner>ul>li.Visionsensors>ul {
  background-image: url(https://20233030.fs1.hubspotusercontent-na1.net/hubfs/20233030/raw_assets/public/SensoPart_August2021/images/highlight_visor_group_smartcams.png);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.flyoutContainer .flyoutContainer_inner>ul>li.Opticalsensors>ul {
  background-image: url(https://20233030.fs1.hubspotusercontent-na1.net/hubfs/20233030/raw_assets/public/SensoPart_August2021/images/highlight_optical_sensors.png);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.flyoutContainer .flyoutContainer_inner>ul>li.Ultrasonicsensors>ul {
  background-image: url(https://20233030.fs1.hubspotusercontent-na1.net/hubfs/20233030/raw_assets/public/SensoPart_August2021/images/highlight_ultrasonic-sensors.png);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.flyoutContainer .flyoutContainer_inner>ul>li.Inductivesensors>ul {
  background-image: url(https://20233030.fs1.hubspotusercontent-na1.net/hubfs/20233030/raw_assets/public/SensoPart_August2021/images/highlight_inductive-sensors.png);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.flyoutContainer .flyoutContainer_inner>ul>li.Accessories>ul {
  background-image: url(https://20233030.fs1.hubspotusercontent-na1.net/hubfs/20233030/raw_assets/public/SensoPart_August2021/images/highlight_accessories.png);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.flyoutContainer .flyoutContainer_inner>ul>li>ul {
  line-height: 1;
  font-size: 15px;
  margin-bottom: 0;
}

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

.custom-menu-primary .hs-menu-wrapper>ul>li>.flyoutContainer .flyoutContainer_inner>ul>li:hover>ul {
  display: block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.flyoutContainer .flyoutContainer_inner>ul>li>ul>.thirdLayerContainer_inner> li:first-child>a {
  text-decoration: none;
  color: #000;
  cursor: text;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.flyoutContainer .flyoutContainer_inner>ul>li>ul>.thirdLayerContainer_inner>li:not(:first-child)>a {
  outline: none;
  transition: all 0.5s ease-in-out;
}

.top-inner .searchboxToggleButton a {
  outline: none !important;
  color: #d20a11;
  transition: all 0.5s ease-in-out;
  display: block;
  text-decoration: none;
  padding: 8px 14px;
}

.top-inner .searchboxToggleButton a span:first-child:before {
  font-size: 20px;
  font-weight: 600;
}

.top-inner .searchboxToggleButton a span:last-child {
  display: none;
}

.fixed-wrapper.lp-header {
  min-height: 100px;
}

.headerTop_login .hs-menu-wrapper>ul>li>a {
  outline: none !important;
  display: block;
  text-decoration: none;
  padding: 8px 14px;
  position: relative;
  z-index: 2;
  transition: none;
}

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

.headerTop_login .hs-menu-wrapper>ul>li>ul {
  background-color: #ffffff;
  padding: 15px;
  z-index: 1;
  position: absolute;
  top: 40px;
  right: 0;
  text-align: center;
  -webkit-box-shadow: 0px 2px 12px -8px #0f0f0f;
  -moz-box-shadow: 0px 2px 12px -8px #0f0f0f;
  box-shadow: 0px 2px 12px -8px #0f0f0f;
  display: none;
  opacity: 0;
}

.headerTop_login .hs-menu-wrapper>ul>li>ul>li:first-child>a {
  outline: none !important;
  color: #000000;
  background-color: transparent;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  padding: 7px 30px;
  border: 1px solid #d20a11;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 15px 0;
  font-size: 14px;
  transition: all 0.5s ease-in-out;
  display: block;
  text-decoration: none;
  padding: 8px 14px;
  margin: 0 0 5px 0;
}

.headerTop_login .hs-menu-wrapper>ul>li:hover>ul {
  display: block;
  opacity: 1;
}

.headerTop_login .hs-menu-wrapper>ul>li>ul>li:last-child>p {
  margin-bottom: 0;
  padding: 0;
  line-height: 1;
  font-size: 12px;
  display: inline-block !important;
}

.headerTop_login .hs-menu-wrapper>ul>li>ul>li:last-child>p>a {
  outline: none !important;
  color: #d20a11;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
  font-size: 12px;
  display: inline-block !important;
  margin: 0;
  padding: 0 0 0 5px !important;
}

.headerTop_login .hs-menu-wrapper>ul>li>ul>li:first-child>a:hover {
  background: #d20a11;
  color: #ffffff;
}

.headerTop_login .hs-menu-wrapper>ul>li>a:hover {
  -webkit-box-shadow: 0px -4px 12px -8px #0f0f0f;
  -moz-box-shadow: 0px -4px 12px -8px #0f0f0f;
  box-shadow: 0px -4px 12px -8px #0f0f0f;
  background-color: #ffffff;
}

.headerTop_login .hs-menu-wrapper>ul>li>ul>li:last-child>p>a:hover {
  color: #000000;
  text-decoration: underline;
}

.top-inner .headerTop_login:hover {
  border-color: transparent;
}

.wrapper_blocker {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
  display: none;
}

.result_hover .wrapper_blocker {
  display: block;
}

li.hs-menu-item.active>a span.borderBottom {
  font-weight: 600;
  text-decoration-color: #d20a11;
  position: relative;
}

li.hs-menu-item.active>a span.borderBottom:after {
  content: "";
  height: 3px;
  width: 100%;
  background-color: #d20a11;
  position: absolute;
  bottom: -4px;
  left: 0;
}




a.desktopNaviClose.close-button .out {
    display: none !important;
}
@media (min-width:576px) {
  .top-inner .languageMenuToggleButton a span:first-child {
    display: inline-block;
    margin-right: 6px;
    position: relative;
    top: 2px;
  }
  .top-inner .languageMenuToggleButton a span:last-child {
    display: inline-block !important;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    position: relative;
    top: -2px;   
  }
  .top-inner .languageMenuToggleButton a span:last-child:after {
    content: "\e900";
    font-family: 'icomoon';
    font-size: 3px;
    position: relative;
    top: -2px;
    color: #d20a11;
    display: inline-block;
    margin-left: 7px;
    transition: all 0.5s ease;
  }
  .headerTop_login a span:first-child {
    display: inline-block !important;
    margin-right: 10px;
    position: relative;
    top: 2px;
  }
  .headerTop_login a span:last-child {
    display: inline-block !important;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    position: relative;
    top: -2px;  
  }
  .headerTop_login a span:last-child:after {
    content: "\e900";
    font-family: 'icomoon';
    font-size: 3px;
    position: relative;
    top: -2px;
    color: #d20a11;
    display: inline-block;
    margin-left: 7px;
    transition: all 0.5s ease;
  }
  .headerTop_quicklinks ul li a span:first-child {
    display: inline-block !important;
    margin-right: 10px;
    position: relative;
    top: 2px;
  }
  .top-inner .searchboxToggleButton a span:first-child {
    display: inline-block !important;
    margin-right: 6px;
    position: relative;
    top: 2px;
  }
  .top-inner .searchboxToggleButton a span:last-child {
    display: inline-block !important;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    position: relative;
    top: -2px;
  }
  .top-inner .searchboxToggleButton a span:last-child:after {
    content: "\e900";
    font-family: 'icomoon';
    font-size: 3px;
    position: relative;
    top: -2px;
    color: #d20a11;
    display: inline-block;
    margin-left: 7px;
    transition: all 0.5s ease;
  }
  .headerTop_login .hs-menu-wrapper>ul>li>ul {
    right: auto;
    left: 0;
  }
}


@media (min-width:768px) {
  .top-inner .headerTop_quicklinks {
    display: inline-block;
    float: right;
    border-left: 1px solid #c1c1c1;
  }
  .headerTop_quicklinks ul {
    font-size: 18px;
    float: left;
  }
  .headerTop_quicklinks ul li {
    float: left;
    display: flex;
  }
  .headerTop_quicklinks ul li a {
    color: #000000;
    font-size: 10px;
    text-transform: uppercase;
    padding: 6px 25px 13px 25px;
    display: initial;
    text-decoration: none;
  }
  .headerTop_quicklinks ul li a span:first-child {
    font-size: 20px;
    font-weight: 700;
    margin-right: 14px !important;
    top: 4px !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    font-size: 18px;
  }
  .languageMenu ul {
    font-size: 18px;
  }
  .headerTop_quicklinks ul li a:hover {
    color: #5d5d5d;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.flyoutContainer .flyoutContainer_inner>ul {
    font-size: 18px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.flyoutContainer .flyoutContainer_inner>ul>li>ul {
    font-size: 18px;
  }
}


@media (min-width:1200px) {
  header.header {
    top: 0;
    opacity: 1;
    transition: all 0.5s ease-in-out;
  }
  .top-inner .languageMenuToggleButton {
    border: none;
  }
  .top-inner .languageMenuToggleButton a {
    padding: 8px 25px;
  }
  .top-inner .languageMenuToggleButton a span:last-child {
    font-size: 13px;
    line-height: 1;
  }
  .top-inner .languageMenuToggleButton a span:last-child:after {
    font-size: 5px;
  }
  .headerTop_login a.loginToggleButton {
    padding: 8px 25px;
  }
  .headerTop_login a span:last-child:after {
    font-size: 5px;
  }
  .top-inner .searchboxToggleButton {
    display: none;
  }
  .headerTop_quicklinks ul li a {
    font-size: 13px;
  }
  .header-inner .bottom .bottom-inner {
    height: 100px;
  }
  .bottom-inner .logo {
    position: relative;
    float: left;
    left: 0;
    margin-left: 40px;
  }
  .bottom-inner .logo a img {
    max-width: 225px;
  }
  .custom-menu-primary {
    display: block;
    float: left;
    margin-left: 5%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    float: left;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    float: left;
    margin-right: 30px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    outline: none !important;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
    color: #000000;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    padding: 45px 0 41px 0;
    font-size: 14px;
  }
  .bottom-inner a.searchboxToggleButton {
    position: relative;
    float: right;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000000;
    padding: 20px 24px 19px 28px;
    font-size: 12px;
  }
  .bottom-inner a.searchboxToggleButton {
    display: block;
  }
  .bottom-inner a.searchboxToggleButton span:first-child {
    font-size: 35px;
    transition: all 0.5s ease-in-out;
  }
  .bottom-inner a.searchboxToggleButton span.title {
    display: block;
    margin-top: 5px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a:after {
    content: "";
    position: absolute;
    bottom: 35px;
    left: 45%;
    height: 2px;
    width: 10px;
    visibility: hidden;
    background-color: #d20a11;
    transition: 0.2s ease all;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover:after {
    visibility: visible;
    width: 100%;
    left: 0;
  }
  .header-inner .desktopSearchbox {
    background-color: #ffffff;
  }
  .desktopSearchbox .desktopSearchbox_inner {
    padding: 40px 15px;
  }
  .desktopSearchbox_inner form {
    margin: 0;
    padding: 0;
  }
  .desktopSearchbox_inner form .kesearch_searchBox {
    margin-top: 0;
  }
  .kesearch_searchBox h5 {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  .header.header .kesearch_searchBox input {
    border-top: none;
    border-bottom: 2px solid #d20a11;
    padding: 0;
    font-size: 40px;
    height: 70px;
  }
  .desktopSearchbox_inner form .kesearch_searchBox span.icon-search {
    width: 40px;
    height: 40px;
    right: 0;
    top: inherit;
    bottom: 12px;
  }
  .desktopSearchbox_inner form .kesearch_searchBox span.icon-search:before {
    font-size: 37px;
    color: #d20a11;
  }
  .bottom-inner a.searchboxToggleButton:hover {
    background-color: #d20a11;
    color: #ffffff;
  }
  .bottom-inner a.searchboxToggleButton:hover .icon-search:before {
    color: #ffffff;
    transition: all 0.5s ease-in-out
  }
  .fixed header.header {
    top: -141px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }
  .animate header.header {
    top: 0;
    opacity: 1;
    transition: all .5s ease-in-out;
  }
  .languageMenu .languageMenu_headline {
    text-align: right;
    font-size: 18px;
    padding-right: 30px;
  }
  .languageMenu ul {
    margin: 0 15px 20px 15px !important;
    text-align: right;
  }
  .languageMenu ul li {
    border: 1px solid #ffffff;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 15px;
    transition: all 0.5s ease-in-out;
  }
  .languageMenu ul li a {
    padding: 15px;
    font-size: 18px;
  }
  .languageMenu ul li:nth-child(2) {
    margin-right: 26px;
  }
  .languageMenu ul li:first-child {
    margin-right: 25px;
  }
  .languageMenu ul li:hover {
    border: 1px solid #a2a2a2;
    transition: all 0.5s ease-in-out;
  }
  .search-open .bottom-inner a.searchboxToggleButton {
    background-color: #d20a11;
    color: #ffffff;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.flyoutContainer {
    display: none;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
    opacity: 0.9;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a:after {
    visibility: visible;
    width: 100%;
    left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.flyoutContainer .flyoutContainer_inner>ul {
    width: 20%;
    padding: 50px 0;
    background-color: #ffffff;
    float: left;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.flyoutContainer .flyoutContainer_inner>ul>li {
    float: left;
    margin-right: 30px;
    clear: both;
    float: inherit;
    display: block;
    margin-right: 0;
    padding: 0 10px 0 30px;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.flyoutContainer .flyoutContainer_inner>ul>li>a {
    text-decoration: none;
    color: #000000;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    padding: 45px 0 41px 0;
    font-size: 14px;
    padding: 15px 0;
    display: inline-block;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.flyoutContainer .flyoutContainer_inner>ul>li:first-child>a {
    padding: 0 0 15px 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.flyoutContainer .flyoutContainer_inner>ul>li>a:after {
    content: "";
    position: absolute;
    bottom: 35px;
    left: 45%;
    height: 2px;
    width: 10px;
    visibility: hidden;
    background-color: #d20a11;
    transition: 0.2s ease all;
    bottom: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.flyoutContainer .flyoutContainer_inner>ul>li>a:hover:after {
    visibility: visible;
    width: 100%;
    left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.flyoutContainer .flyoutContainer_inner>ul>li>ul {
    float: left;
    width: 20%;
    padding: 50px 0;
    background-color: #ffffff;
    display: none;
    position: absolute;
    left: 20%;
    width: 80%;
    top: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    background-color: #f4f4f4;
    height: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.flyoutContainer .flyoutContainer_inner>ul>li>ul>.thirdLayerContainer_inner {
    margin: 50px 10px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.flyoutContainer .flyoutContainer_inner>ul>li>ul>.thirdLayerContainer_inner> li:first-child {
    float: left;
    margin-right: 30px;
    clear: both;
    float: inherit;
    display: block;
    margin-right: 0;
    padding: 0 10px 0 30px;
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.flyoutContainer .flyoutContainer_inner>ul>li>ul>.thirdLayerContainer_inner>li:not(:first-child) {
    float: left;
    margin-right: 30px;
    clear: both;
    float: inherit;
    display: block;
    margin-right: 0;
    padding: 0 10px 0 30px;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.flyoutContainer .flyoutContainer_inner>ul>li>ul>.thirdLayerContainer_inner>li:not(:first-child)>a {
    text-decoration: none;
    color: #000000;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    padding: 45px 0 41px 0;
    font-size: 14px;
    padding: 15px 0 !important;
    display: inline-block;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.flyoutContainer .flyoutContainer_inner>ul>li>ul>.thirdLayerContainer_inner>li:not(:first-child)>a:after {
    content: "";
    position: absolute;
    bottom: 35px;
    left: 45%;
    height: 2px;
    width: 10px;
    visibility: hidden;
    background-color: #d20a11;
    transition: 0.2s ease all;
    bottom: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.flyoutContainer .flyoutContainer_inner>ul>li>ul>.thirdLayerContainer_inner>li:not(:first-child)>a:hover:after {
    visibility: visible;
    width: 100%;
    left: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>.flyoutContainer .flyoutContainer_inner>ul>li:hover>a:after {
    visibility: visible;
    width: 100%;
    left: 0;
  }
  .headerTop_login a span:last-child {
    font-size: 13px;
    line-height: 1;
  }
  .mobileMenuToggleButton_container {
    display: none;
  }
  .top-inner .languageMenuToggleButton a:hover span:last-child {
    color: #5d5d5d;
  }
  .headerTop_login .hs-menu-wrapper>ul>li>a {
    padding: 8px 25px;
  }
  .headerTop_login .hs-menu-wrapper>ul>li>ul>li:first-child>a {
    padding: 8px 25px;
  }
  nav#mobile-menu1 {
    display: none !important;
  }
  .mm-menu {
    display: none !important;
  }
  a.desktopNaviClose.close-button {
    outline: none !important;
    transition: all 0.5s ease-in-out;
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    position: absolute;
    right: 12px;
    top: 20px;
    cursor: pointer;
  }
  a.desktopNaviClose.close-button .in {
    position: relative;
  }
  a.desktopNaviClose.close-button .out {
    position: absolute;
    top: 0;
    left: 0;
  }
  a.desktopNaviClose.close-button .in .close-button-block {
    width: 40px;
    height: 20px;
    position: relative;
    overflow: hidden;
  }
  a.desktopNaviClose.close-button .in .close-button-block:last-child {
    transform: rotate( 180deg );
  }
  a.desktopNaviClose.close-button .out .close-button-block {
    width: 40px;
    height: 20px;
    position: relative;
    overflow: hidden;
  }
  a.desktopNaviClose.close-button .out .close-button-block:last-child {
    transform: rotate( 180deg );
  }
  a.desktopNaviClose.close-button .in .close-button-block:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(53% - 2px);
    display: block;
    width: 2px;
    height: 25px;
    transform-origin: bottom center;
    background: white;
    transition: all ease-out 280ms;
    transition-delay: 280ms;
    transform: translateX(20px) translateY(-20px) rotate( 45deg );
    background: #d20a11;
  }
  a.desktopNaviClose.close-button .in .close-button-block:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(53% - 2px);
    display: block;
    width: 2px;
    height: 25px;
    transform-origin: bottom center;
    background: white;
    transition: all ease-out 280ms;
    transition-delay: 280ms;
    transform: translateX(-20px) translateY(-20px) rotate( -45deg  );
    background: #d20a11;
  }
  a.desktopNaviClose.close-button .out .close-button-block:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(53% - 2px);
    display: block;
    width: 2px;
    height: 25px;
    transform-origin: bottom center;
    background: white;
    transition: all ease-out 280ms;
    transform: translateX(-5px) translateY(5px) rotate(  45deg );
    background: #d20a11;
  }
  a.desktopNaviClose.close-button .out .close-button-block:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(53% - 2px);
    display: block;
    width: 2px;
    height: 25px;
    transform-origin: bottom center;
    background: white;
    transition: all ease-out 280ms;
    transform: translateX(5px) translateY(5px) rotate( -45deg );
    background: #d20a11;
  }


  a.desktopNaviClose.close-button:hover .in .close-button-block:before {
    transform: translateX(-5px) translateY(5px) rotate( 45deg );
  }
  a.desktopNaviClose.close-button:hover .in .close-button-block:after {
    transform: translateX(5px) translateY(5px) rotate( -45deg );
  }

  a.desktopNaviClose.close-button:hover .out .close-button-block:before {
    transform: translateX(-20px) translateY(20px) rotate( 45deg );
  }
  a.desktopNaviClose.close-button:hover .out .close-button-block:after {
    transform: translateX(20px) translateY(20px) rotate( -45deg );
  }

  .languageMenu ul li:nth-child(3) {
    margin-right: 25px;
  }
}









@media (min-width:1400px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 18px;
    padding: 41px 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.flyoutContainer .flyoutContainer_inner>ul>li>a {
    font-size: 18px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.flyoutContainer .flyoutContainer_inner>ul>li>ul>.thirdLayerContainer_inner>li:not(:first-child)>a {
    font-size: 18px;
  }
}

@media (min-width:1550px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>.flyoutContainer .flyoutContainer_inner>ul {
    width: 20%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.flyoutContainer .flyoutContainer_inner>ul>li {
    padding: 0 50px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.flyoutContainer .flyoutContainer_inner>ul>li>ul {
    display: none;
    position: absolute;
    left: 20%;
    width: 80%;
    background-size: auto;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.flyoutContainer .flyoutContainer_inner>ul>li>ul>.thirdLayerContainer_inner {
    margin: 50px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.flyoutContainer .flyoutContainer_inner>ul>li>ul>.thirdLayerContainer_inner>li:not(:first-child) {
    padding: 0 50px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.flyoutContainer .flyoutContainer_inner>ul>li>ul>.thirdLayerContainer_inner> li:first-child {
    padding: 0 50px;
  }
}

@media (max-width:1199px) {
  .fixed-wrapper {
    min-height: 88px;
  }
  .top-inner .searchboxToggleButton {
    float: right;
    border-left: 1px solid #c1c1c1;
    position: relative;
  }
  .headerTop_quicklinks ul li a span:first-child {
    margin-right: 12px !important;
  }
  .mobileMenuToggleButton_container {
    position: absolute;
    right: 0;
    top: 0;
    background-color: white;
  }
  .mobileMenuToggleButton_container a {
    outline: none !important;
    color: #d20a11;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 80px;
    height: 48px;
    box-shadow: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
    text-decoration: none;
    background-color: #ffffff;
    margin-right: 15px;
    transition: background 0.3s;
  }
  .mobileMenuToggleButton_container a span:first-child {
    background-color: #d20a11;
    display: block;
    position: absolute;
    top: 25px;
    left: 10px;
    right: 40px;
    height: 2px;
    font-size: 0;
    text-indent: -9999px;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: all 0.5s ease 0s;
  }
  .mobileMenuToggleButton_container a span:first-child:before {
    transition: all 0.3s ease 0s;
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #d20a11;
    content: "";
    top: -9px;
  }
  .mobileMenuToggleButton_container a span:first-child:after {
    transition: all 0.7s ease 0s;
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #d20a11;
    content: "";
    bottom: -9px;
  }
  .mobileMenuToggleButton_container a span:last-child {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: #000000;
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 10px;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .languageMenu ul {
    margin-bottom: 20px !important;
  }
  .languageMenu ul li:last-child {
    border: none;
  }
  .fixed-wrapper.lp-header {
    min-height: 48px;
  }
}



.mm-menu_theme-white {
  --mm-color-border: rgba(0,0,0,0.1);
  --mm-color-button: rgba(0,0,0,0.3);
  --mm-color-text: rgba(0,0,0,0.7);
  --mm-color-text-dimmed: rgba(0,0,0,0.3);
  --mm-color-background: #fff;
  --mm-color-background-highlight: rgba(0,0,0,0.06);
  --mm-color-background-emphasis: rgba(0,0,0,0.03);
  --mm-shadow: 0 0 10px rgba(0,0,0,0.2)
}

.mm-menu_theme-dark {
  --mm-color-border: rgba(0,0,0,0.3);
  --mm-color-button: rgba(255,255,255,0.4);
  --mm-color-text: rgba(255,255,255,0.85);
  --mm-color-text-dimmed: rgba(255,255,255,0.4);
  --mm-color-background: #333;
  --mm-color-background-highlight: rgba(255,255,255,0.08);
  --mm-color-background-emphasis: rgba(0,0,0,0.1);
  --mm-shadow: 0 0 20px rgba(0,0,0,0.5)
}

.mm-menu_theme-black {
  --mm-color-border: rgba(255,255,255,0.25);
  --mm-color-button: rgba(255,255,255,0.4);
  --mm-color-text: rgba(255,255,255,0.75);
  --mm-color-text-dimmed: rgba(255,255,255,0.4);
  --mm-color-background: #000;
  --mm-color-background-highlight: rgba(255,255,255,0.2);
  --mm-color-background-emphasis: rgba(255,255,255,0.15);
  --mm-shadow: none
}

:root {
  --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,0.1);
  --mm-color-button: rgba(0,0,0,0.3);
  --mm-color-text: rgba(0,0,0,0.75);
  --mm-color-text-dimmed: rgba(0,0,0,0.3);
  --mm-color-background: #f3f3f3;
  --mm-color-background-highlight: rgba(0,0,0,0.05);
  --mm-color-background-emphasis: rgba(255,255,255,0.4);
  --mm-shadow: 0 0 10px rgba(0,0,0,0.3)
}

.mm-hidden {
  display: none !important
}

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

.mm-menu {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f3f3f3;
  border-color: rgba(0,0,0,.1);
  color: rgba(0,0,0,.75);
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: var(--mm-offset-top);
  right: var(--mm-offset-right);
  bottom: var(--mm-offset-bottom);
  left: var(--mm-offset-left);
  z-index: 0;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
  line-height: var(--mm-line-height);
  -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
  -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 {
  text-decoration: none;
  color: inherit
}

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

.mm-panel {
  background: #f3f3f3;
  border-color: rgba(0,0,0,.1);
  color: rgba(0,0,0,.75);
  z-index: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease
}

.mm-panel:after {
  height: 44px
}

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

.mm-panel:after {
  content: '';
  display: block;
  height: var(--mm-listitem-size)
}

.mm-panel_opened {
  z-index: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}

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

.mm-panel_highest {
  z-index: 2
}

.mm-panel_noanimation {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important
}

.mm-panel_noanimation.mm-panel_opened-parent {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}

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

.mm-panel__content {
  padding: 20px 20px 0
}

.mm-panels {
  background: #f3f3f3;
  border-color: rgba(0,0,0,.1);
  color: rgba(0,0,0,.75);
  position: relative;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text)
}

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

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

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

.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 {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px
}

.mm-btn {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50px;
  padding: 0
}

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

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

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

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

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

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

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

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

[dir=rtl] .mm-btn_prev:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  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 {
  min-height: 44px;
  border-bottom: 1px solid rgba(0,0,0,.1);
  background: #f3f3f3;
  color: rgba(0,0,0,.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: var(--mm-navbar-size);
  border-bottom: 1px solid var(--mm-color-border);
  background: var(--mm-color-background);
  color: var(--mm-color-text-dimmed);
  text-align: center;
  opacity: 1;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease
}

.mm-navbar>* {
  min-height: 44px
}

@supports((position: -webkit-sticky) or (position:sticky)) {
  .mm-navbar_sticky {
    position:-webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1
  }
}

.mm-navbar>* {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.mm-navbar__btn {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0
}

.mm-navbar__title {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  padding-right: 20px
}

.mm-navbar__title:not(:last-child) {
  padding-right: 0
}

.mm-navbar__btn:not(.mm-hidden)+.mm-navbar__title {
  padding-left: 0
}

.mm-navbar__btn:not(.mm-hidden)+.mm-navbar__title:last-child {
  padding-right: 50px
}

[dir=rtl] .mm-navbar {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

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

.mm-listitem {
  color: rgba(0,0,0,.75);
  border-color: rgba(0,0,0,.1);
  color: var(--mm-color-text);
  border-color: var(--mm-color-border);
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  display: -webkit-box;
  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 {
  padding: 12px;
  display: block;
  padding: calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2);
  padding-left: 0;
  padding-right: 0;
  color: inherit
}

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

.mm-listitem__btn {
  background: rgba(3,2,1,0);
  border-color: inherit;
  width: auto;
  padding-right: 50px;
  position: relative
}

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

.mm-listitem_selected>.mm-listitem__text {
  background: rgba(255,255,255,.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)
}

[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: 50px;
  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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative
}

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

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

.mm-wrapper_opened .mm-page {
  min-height: 100vh
}

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

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

.mm-menu_offcanvas:not(.mm-menu_opened) {
  display: none
}

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

/* .mm-wrapper_opening .mm-menu_offcanvas~.mm-slideout {
-webkit-transform: translate3d(80vw,0,0);
transform: translate3d(80vw,0,0)
} */

@media all and (max-width: 300px) {
  /*   .mm-wrapper_opening .mm-menu_offcanvas~.mm-slideout {
  -webkit-transform:translate3d(240px,0,0);
  transform: translate3d(240px,0,0)
} */
}

@media all and (min-width: 550px) {
  /*   .mm-wrapper_opening .mm-menu_offcanvas~.mm-slideout {
  -webkit-transform:translate3d(440px,0,0);
  transform: translate3d(440px,0,0)
} */
}

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

.mm-wrapper_blocking {
  overflow: hidden
}

.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: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-panels>.mm-panel {
  bottom: auto !important;
  height: auto !important
}

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

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

[class*=mm-menu_columns-] .mm-panels>.mm-panel {
  right: auto;
  -webkit-transition-property: width,-webkit-transform;
  transition-property: width,-webkit-transform;
  -o-transition-property: width,transform;
  transition-property: width,transform;
  transition-property: width,transform,-webkit-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: 0
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-0 {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,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) {
  -webkit-transform: translate3d(100%,0,0);
  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-slideout {
  -webkit-transform: translate3d(80vw,0,0);
  transform: translate3d(80vw,0,0)
}

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

@media all and (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0~.mm-slideout {
    -webkit-transform:translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}

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

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

@media all and (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform:translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-1 {
  -webkit-transform: translate3d(100%,0,0);
  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) {
  -webkit-transform: translate3d(200%,0,0);
  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-slideout {
  -webkit-transform: translate3d(80vw,0,0);
  transform: translate3d(80vw,0,0)
}

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

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

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

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

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

[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-2 {
  -webkit-transform: translate3d(200%,0,0);
  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) {
  -webkit-transform: translate3d(300%,0,0);
  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-slideout {
  -webkit-transform: translate3d(80vw,0,0);
  transform: translate3d(80vw,0,0)
}

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

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

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

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

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

[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-3 {
  -webkit-transform: translate3d(300%,0,0);
  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) {
  -webkit-transform: translate3d(400%,0,0);
  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-slideout {
  -webkit-transform: translate3d(80vw,0,0);
  transform: translate3d(80vw,0,0)
}

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

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

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

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

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

[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-4 {
  -webkit-transform: translate3d(400%,0,0);
  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) {
  -webkit-transform: translate3d(500%,0,0);
  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-slideout {
  -webkit-transform: translate3d(80vw,0,0);
  transform: translate3d(80vw,0,0)
}

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

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

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

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

@media all and (min-width: 2200px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform:translate3d(-1760px,0,0);
    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 {
  -webkit-transition-property: width,min-width,max-width,-webkit-transform;
  transition-property: width,min-width,max-width,-webkit-transform;
  -o-transition-property: width,min-width,max-width,transform;
  transition-property: width,min-width,max-width,transform;
  transition-property: width,min-width,max-width,transform,-webkit-transform
}

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

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

[dir=rtl] .mm-counter {
  text-align: left;
  float: left;
  padding-left: 0;
  padding-right: 20px
}

.mm-divider {
  position: relative;
  min-height: 20px;
  padding: 4.3px;
  background: #f3f3f3;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  min-height: var(--mm-line-height);
  padding: calc(((var(--mm-listitem-size) * .65) - var(--mm-line-height)) * .5);
  padding-right: 10px;
  padding-left: 20px;
  font-size: 75%;
  text-transform: uppercase;
  background: var(--mm-color-background);
  opacity: 1;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease
}

.mm-divider:before {
  background: rgba(0,0,0,.05)
}

@supports((position: -webkit-sticky) or (position:sticky)) {
  .mm-divider {
    position:-webkit-sticky;
    position: sticky;
    z-index: 2;
    top: 0
  }

  .mm-navbar_sticky:not(.mm-hidden)~.mm-listview .mm-divider {
    top: var(--mm-navbar-size)
  }
}

.mm-divider:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--mm-color-background-highlight)
}

.mm-wrapper_dragging .mm-menu,.mm-wrapper_dragging .mm-slideout {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important
}

.mm-wrapper_dragging .mm-menu {
  pointer-events: none !important
}

.mm-wrapper_dragging .mm-wrapper__blocker {
  display: none !important
}

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

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

.mm-wrapper_dropdown .mm-wrapper__blocker {
  -webkit-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  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
}

.mm-menu_tip-bottom:before,.mm-menu_tip-left:before,.mm-menu_tip-right:before,.mm-menu_tip-top:before {
  content: '';
  background: inherit;
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.3);
  box-shadow: 0 2px 10px rgba(0,0,0,.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  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
}

:root {
  --mm-iconbar-size: 50px
}

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

.mm-menu_iconbar-left .mm-iconbar {
  border-right-width: 1px;
  display: block;
  left: 0
}

.mm-menu_iconbar-right .mm-navbars_bottom,.mm-menu_iconbar-right .mm-navbars_top,.mm-menu_iconbar-right .mm-panels {
  margin-right: 50px;
  margin-right: var(--mm-iconbar-size)
}

.mm-menu_iconbar-right .mm-iconbar {
  border-left-width: 1px;
  display: block;
  right: 0
}

.mm-iconbar {
  width: 50px;
  border-color: rgba(0,0,0,.1);
  background: #f3f3f3;
  color: rgba(0,0,0,.3);
  display: none;
  width: var(--mm-iconbar-size);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  border: 0 solid;
  border-color: var(--mm-color-border);
  background: var(--mm-color-background);
  color: var(--mm-color-text-dimmed);
  text-align: center
}

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

.mm-iconbar__bottom>*,.mm-iconbar__top>* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 12.5px 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: rgba(255,255,255,.4);
  background: var(--mm-color-background-emphasis)
}

:root {
  --mm-iconpanel-size: 50px
}

.mm-panel_iconpanel-1 {
  width: calc(100% - 50px);
  width: calc(100% - (var(--mm-iconpanel-size) * 1))
}

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

.mm-panel_iconpanel-3 {
  width: calc(100% - 150px);
  width: calc(100% - (var(--mm-iconpanel-size) * 3))
}

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

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

.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;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset
}

.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_hidedivider .mm-panel_opened-parent .mm-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;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease
}

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

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

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

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

.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-navbars_top {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.mm-navbars_top .mm-navbar:not(:last-child) {
  border-bottom: 0
}

.mm-navbars_bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.mm-navbars_bottom .mm-navbar {
  border-bottom: 0
}

.mm-navbars_bottom .mm-navbar:first-child {
  border-top: 1px solid rgba(0,0,0,.1);
  border-top: 1px solid var(--mm-color-border)
}

.mm-btn:not(.mm-hidden)+.mm-navbar__searchfield .mm-searchfield__input {
  padding-left: 0
}

.mm-navbar__searchfield:not(:last-child) .mm-searchfield__input {
  padding-right: 0
}

.mm-navbar__breadcrumbs {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

.mm-navbar__breadcrumbs>* {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 6px
}

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

.mm-navbar__breadcrumbs:not(:last-child) {
  padding-right: 0
}

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

.mm-navbar_tabs>* {
  padding: 0 10px;
  border: 1px solid transparent
}

.mm-navbar__tab_selected {
  background: #f3f3f3;
  color: rgba(0,0,0,.75);
  background: var(--mm-color-background);
  color: var(--mm-color-text)
}

.mm-navbar__tab_selected:not(:first-child) {
  border-left-color: rgba(0,0,0,.1)
}

.mm-navbar__tab_selected:not(:last-child) {
  border-right-color: rgba(0,0,0,.1)
}

.mm-navbar__tab_selected:not(:first-child) {
  border-left-color: var(--mm-color-border)
}

.mm-navbar__tab_selected:not(:last-child) {
  border-right-color: var(--mm-color-border)
}

.mm-navbars_top .mm-navbar_tabs {
  border-bottom: 0
}

.mm-navbars_top .mm-navbar_tabs>* {
  border-bottom-color: rgba(0,0,0,.1);
  border-bottom-color: var(--mm-color-border)
}

.mm-navbars_top .mm-navbar__tab_selected {
  border-top-color: rgba(0,0,0,.1);
  border-top-color: var(--mm-color-border);
  border-bottom-color: transparent
}

.mm-navbars_top.mm-navbars_has-tabs .mm-navbar {
  background: rgba(255,255,255,.4);
  background: var(--mm-color-background-emphasis)
}

.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar {
  background: #f3f3f3;
  background: var(--mm-color-background)
}

.mm-navbars_bottom .mm-navbar_tabs:first-child {
  border-top: 0
}

.mm-navbars_bottom .mm-navbar_tabs>* {
  border-top-color: rgba(0,0,0,.1);
  border-top-color: var(--mm-color-border)
}

.mm-navbars_bottom .mm-navbar__tab_selected {
  border-bottom-color: rgba(0,0,0,.1);
  border-bottom-color: var(--mm-color-border);
  border-top-color: transparent
}

.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar {
  background: #f3f3f3;
  background: var(--mm-color-background)
}

.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs,.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar {
  background: rgba(255,255,255,.4);
  background: var(--mm-color-background-emphasis)
}

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

.mm-searchfield input {
  height: 30.8px;
  line-height: 30.8px
}

.mm-searchfield input,.mm-searchfield input:focus,.mm-searchfield input:hover {
  background: rgba(0,0,0,.05);
  color: rgba(0,0,0,.75)
}

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

.mm-searchfield input,.mm-searchfield input:focus,.mm-searchfield input:hover {
  background: var(--mm-color-background-highlight);
  color: var(--mm-color-text)
}

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

.mm-searchfield__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

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

.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__cancel {
  line-height: 44px;
  display: block;
  padding-right: 10px;
  margin-right: -100px;
  line-height: var(--mm-navbar-size);
  text-decoration: none;
  -webkit-transition: margin .4s ease;
  -o-transition: margin .4s ease;
  transition: margin .4s ease
}

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

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

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

.mm-listitem_onlysubitems>.mm-listitem__text:not(.mm-listitem__btn) {
  z-index: -1;
  pointer-events: none
}

.mm-sectionindexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  z-index: 5;
  -webkit-transition: right .4s ease;
  -o-transition: right .4s ease;
  transition: right .4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -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-panel {
  padding-right: 0
}

.mm-sectionindexer_active {
  right: 0
}

.mm-sectionindexer_active~.mm-panel {
  padding-right: 20px
}

.mm-menu_selected-hover .mm-listitem__btn,.mm-menu_selected-hover .mm-listitem__text,.mm-menu_selected-parent .mm-listitem__btn,.mm-menu_selected-parent .mm-listitem__text {
  -webkit-transition: background-color .4s ease;
  -o-transition: background-color .4s ease;
  transition: background-color .4s ease
}

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

.mm-menu_selected-hover .mm-listitem__btn:hover,.mm-menu_selected-hover .mm-listitem__text:hover {
  background: rgba(255,255,255,.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
}

.mm-menu_selected-parent .mm-listitem_selected-parent>.mm-listitem__btn,.mm-menu_selected-parent .mm-listitem_selected-parent>.mm-listitem__text {
  background: rgba(255,255,255,.4);
  background: var(--mm-color-background-emphasis)
}

:root {
  --mm-sidebar-collapsed-size: 50px;
  --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 {
  -webkit-transition-property: width,-webkit-transform;
  transition-property: width,-webkit-transform;
  -o-transition-property: width,transform;
  transition-property: width,transform;
  transition-property: width,transform,-webkit-transform
}

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

.mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed,.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  top: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  left: 0 !important
}

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

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

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  width: 440px;
  width: var(--mm-sidebar-expanded-size);
  min-width: 0 !important;
  max-width: 100000px !important;
  border-right-width: 1px;
  border-right-style: solid
}

.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);
  -webkit-transform: translate3d(440px,0,0);
  transform: translate3d(440px,0,0);
  width: calc(100% - var(--mm-sidebar-expanded-size));
  -webkit-transform: translate3d(var(--mm-sidebar-expanded-size),0,0);
  transform: translate3d(var(--mm-sidebar-expanded-size),0,0)
}

.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 {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}

[dir=rtl].mm-wrapper_sidebar-expanded .mm-slideout {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}

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

input.mm-toggle {
  margin-top: 5px;
  background: rgba(0,0,0,.1);
  display: inline-block;
  min-width: 58px;
  width: 58px;
  height: 34px;
  margin: 0 10px;
  margin-top: calc((var(--mm-listitem-size) - 34px)/ 2);
  border: none !important;
  background: var(--mm-color-border);
  border-radius: 34px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  cursor: pointer;
  -webkit-transition: background-color .2s ease;
  -o-transition: background-color .2s ease;
  transition: background-color .2s ease
}

input.mm-toggle:before {
  background: #f3f3f3
}

input.mm-toggle:before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  margin: 1px;
  border-radius: 34px;
  background: var(--mm-color-background);
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  -o-transition: transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease,-webkit-transform .2s ease
}

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

input.mm-toggle:checked:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px)
}

input.mm-check {
  margin-top: 2px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: none !important;
  background: 0 0 !important;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  margin-top: calc((var(--mm-listitem-size) - 40px)/ 2)
}

input.mm-check:before {
  content: '';
  display: block;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  border-left: 3px solid;
  border-bottom: 3px solid;
  border-color: var(--mm-color-text);
  opacity: .3;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease
}

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

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

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

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

.mm-menu_fx-menu-slide {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease
}

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

.mm-wrapper_opening .mm-menu_fx-menu-slide {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}

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

.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}

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

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

.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}

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

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

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

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

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

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

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

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

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

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

.mm-menu_listview-justify .mm-panels>.mm-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

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

.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listview {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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 {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-height: 50px
}

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

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

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

.mm-menu_multiline .mm-listitem__text {
  -o-text-overflow: clip;
  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;
  -webkit-transition: opacity .4s ease .4s;
  -o-transition: opacity .4s ease .4s;
  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 {
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
  opacity: 0;
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.3);
  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;
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0)
}

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

.mm-menu_popup.mm-menu_opened~.mm-wrapper__blocker {
  -webkit-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  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 {
-webkit-transform: translate3d(-80vw,0,0);
transform: translate3d(-80vw,0,0)
} */

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

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

.mm-menu_position-bottom,.mm-menu_position-front,.mm-menu_position-top {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-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 {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  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 {
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0)
}

.mm-menu_position-front.mm-menu_position-right {
  -webkit-transform: translate3d(100%,0,0);
  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 {
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0)
}

.mm-menu_position-top {
  height: 80vh;
  min-height: 140px;
  max-height: 880px
}

.mm-menu_position-bottom {
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
  top: auto
}

.mm-menu_position-bottom {
  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 {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}

.mm-menu_shadow-page:after {
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
  box-shadow: 0 0 10px rgba(0,0,0,.3);
  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%);
  -webkit-box-shadow: var(--mm-shadow);
  box-shadow: var(--mm-shadow)
}

.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 {
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
  box-shadow: 0 0 10px rgba(0,0,0,.3);
  -webkit-box-shadow: var(--mm-shadow);
  box-shadow: var(--mm-shadow)
}

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

.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 10px;
  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-divider,.mm-panel_tileview .mm-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
}






/* custom css */

nav#mobile-menu1 {
  z-index: 7;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  display: block;
}

.mm-wrapper_opening nav#mobile-menu1 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-wrapper__blocker {
  background-color: rgba(0, 0, 0, 0.5);
}

.mm-navbars_top {
  left: 0;
  right: 0;
  z-index: 1;
  position: absolute;
  background: inherit;
  border-color: #000;
  border-width: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  top: 0;
  bottom: auto;
  height: 100px;
}

nav#mobile-menu1 .mm-panels {
  top: 100px;
  bottom: 55px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
}

nav#mobile-menu1 .mm-navbars_bottom {
  background: inherit;
  border-color: inherit;
  border-width: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  border-top-style: solid;
  bottom: 0;
  top: auto;
  border-top-width: 0;
}

.mm-navbar {
  position: relative;
  height: auto;
  border-bottom-width: 0;
  padding: 0;
  background-color: #fff;
}

.mm-navbar #desktopSearchbox_inner {
  display: block;
}

.mm-navbar a.mm-btn.mm-btn_close.mm-navbar__btn {
  display: block;
  bottom: 0;
  z-index: 1;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
}

.mm-navbar a.mm-btn.mm-btn_close.mm-navbar__btn:before {
  bottom: 0;
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  border: none;
  content: "\e906";
  font-family: 'icomoon';
  font-size: 20px;
  display: block;
  color: #d20a11;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  margin-right: 20px;
  margin-top: 20px;
  width: 20px;
  height: 20px;
}

.mm-navbar a.mm-btn.mm-btn_close.mm-navbar__btn:after {
  content: '';
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  right: 25px;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  width: auto;
  height: auto;
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  border: none;
}

.mm-navbar #desktopSearchbox_inner .kesearch_searchBox {
  margin-top: 59px;
  position: relative;
}

.mm-navbar #desktopSearchbox_inner .kesearch_searchBox input.searchInput.searchInputAutocomplete.ui-autocomplete-input {
  border: none;
  border-top: 1px solid #c1c1c1;
  height: 40px;
  padding: 0 20px;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
}

.mm-navbar #desktopSearchbox_inner .kesearch_searchBox span.icon-search.searchBox_submitIcon {
  position: absolute;
  right: 19px;
  top: 11px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.mm-navbar #desktopSearchbox_inner .kesearch_searchBox span.icon-search.searchBox_submitIcon:before {
  color: #c1c1c1;
  font-size: 20px;
}

.mm-navbar #desktopSearchbox_inner .kesearch_searchBox input.searchInput.searchInputAutocomplete.ui-autocomplete-input::-webkit-input-placeholder {
  color: #c1c1c1;
  opacity: 1;
  font-size :15px;
  font-weight: 400;
}

.mm-panel_opened {
  padding: 0 20px;
  padding-top: 30px;
}

.mm-panel .mm-navbar {
  display: block;
  height: auto;
  border-bottom-width: 0;
  padding: 0;
  margin: 15px 0;
  position: absolute;
  top: 0;
  text-align: center;
  left: 0;
  right: 0;
  opacity: 1;
  min-height: unset;
}

.mm-menu .mm-title,
.mm-menu .mm-navbar__title {
  font-weight: 600;
  text-transform: uppercase;
  color: #000000 !important;
  display: block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9375rem;
  min-height: unset;
  padding-right: 0 !important;
}

#mm-1 a.mm-navbar__title {
  display:none;
}

.mm-panels>.mm-panel {
  background-color: #fff;
}

nav#mobile-menu1 .mm-navbars_bottom {
  display: none;
}

.mm-listview {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  line-height: 1;
  margin: 20px -20px;
  margin-top: 0 !important;
}

.mm-panel:before {
  content: '';
  display: block;
  height: 20px;
}

.mm-panel .mm-navbar__btn {
  width: 44px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  text-align: left;
  left: 0;
  min-height: unset;
  display: block;
}

.mm-panel .mm-navbar__btn:before {
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 23px;
  right: auto;
  content: "\e902";
  font-family: 'icomoon';
  font-size: 20px;
  display: block;
  color: #000000;
  top: 48%;
  margin-top: -9px;
  border: none;
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.mm-listitem__text {
  font-size: 14px;
  text-transform: uppercase;
  color: #000 !important;
}

.mm-listitem {
  border-color: transparent;
}

.mm-btn_next:after {
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 23px;
  left: auto;
  content: "\e901";
  font-family: 'icomoon';
  font-size: 20px;
  display: block;
  color: #000000;
  top: 50%;
  margin-top: -10px;
  border: none;
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}



.mm-listitem {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
  -webkit-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
}

.mm-wrapper_opened .mm-listitem {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}


.mm-listview .mm-listitem:first-child {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.mm-listview .mm-listitem:nth-child(2) {
  -webkit-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}

.mm-listview .mm-listitem:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.mm-listview .mm-listitem:nth-child(4) {
  -webkit-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}

.mm-listview .mm-listitem:nth-child(5) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.mm-listview .mm-listitem:nth-child(6) {
  -webkit-transition-delay: 350ms;
  -o-transition-delay: 350ms;
  transition-delay: 350ms;
}




/* end */
footer.footer {
  display: block;
  background-image: url(https://20233030.fs1.hubspotusercontent-na1.net/hubfs/20233030/raw_assets/public/SensoPart_August2021/images/sensopart_footer_cycles.svg);
  background-repeat: no-repeat;
  background-position: 106% -50px;
  background-color: #5d5d5d;
  z-index: 3;
  position: relative;
  line-height: 1.5;
  font-size: 0.9375rem;
}

footer .page-center {
  max-width: 1920px;
  padding-bottom: 60px;
}

footer .page-center:before {
  display: table;
  content: "";
}

footer .page-center:after {
  display: table;
  content: "";
  clear: both;
}

.top-footer .top-footer-inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.top-footer-inner .top-footer-p {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.top-footer-p .footercontentseals {
  margin-top: 10px;
}

.footercontentseals .inline-block {
  display: inline-block;
}

.inline-block img {
  vertical-align: middle;
  border-style: none;
  height: auto;
  width: auto;
  max-width: 100%;
}

.footercontentseals .inline-block a {
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: inline-block;
}

footer .bottom-footer {
  margin-bottom: 30px;
}

.bottom-footer .bottom-footer-inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.bottom-footer-inner .left {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
}

.bottom-footer-inner .right {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}

.bottom-footer-inner .left p {
  margin: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  line-height: 1;
  font-size: 15px;
  color: #ffffff;
  line-height: 1.5;
  font-size: 12px;
}

.right-inner ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  line-height: 1;
  font-size: 15px;
  text-align: left;
}

.right-inner ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-position: outside;
  display: inline-block;
}

.right-inner ul li a {
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: inline-block;
  line-height: 1.5;
  margin-right: 10px;
  font-size: 12px;
}

.right-inner ul li:last-child a {
  margin-bottom: 0;
}

.top-footer-p a.c2916 {
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: inline-block;
}

.right-inner ul li:last-child {
  margin-right: 2px;
}
.right-inner ul li {
  margin-right: -4px;
}

footer.footer.lp-footer .bottom-footer {
  margin-top: 30px;
}

.sidebar ul {
  margin-bottom: 0;
  padding: 0;
  line-height: 1;
  font-size: 15px;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 5;
  text-align: center;
}

.sidebar ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-position: outside;
  display: inline-block;
  margin: 0 1px;
}

.sidebar ul li a {
  outline: none !important;
  background: #d20a11;
  color: #ffffff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  height: 50px;
  white-space: nowrap;
  padding: 0 15px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  background: #707070;
  color: #ffffff;
  transition: none;
  display: none;
}

.sidebar ul li a span.icon-arrow-top {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: 30px;
}

.sidebar ul li a span.icon-arrow-top:before {
  content: "\e903";
  color: #ffffff;
  font-size: 14px;
}

.in a.scrolltothetop {
  display: block;
}

.sidebar ul li a:hover {
  background: #000000;
}



@media (min-width:576px) {
  .top-footer-inner .top-footer-p {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bottom-footer-inner .left {
    margin-bottom: 20px;
  }
  .bottom-footer-inner .left p {
    font-size: 14px;
  }
}


@media (min-width:768px) {
  .top-footer-inner .top-footer-p {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .footercontentseals .inline-block a {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .bottom-footer-inner .left {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bottom-footer-inner .right {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .right-inner ul {
    font-size: 18px;
    text-align: center;
  }
  .sidebar ul {
    font-size: 18px;
  }
}

@media (min-width:992px) {
  footer .page-center {
    padding-bottom: 0;
  }
  .sidebar ul {
    bottom: auto;
    top: 30%;
    width: auto;
  }
  .sidebar ul li {
    display: block;
    margin: 2px 0;
  }
  .sidebar ul li a {
    width: 85px;
    height: 85px;
    padding: 0;
    white-space: normal;
  }
  .sidebar ul li a span.icon-arrow-top:before {
    font-size: 18px;
  }
}


@media (min-width:1200px) {
  .top-footer-inner .top-footer-p {
    padding-top: 60px;
  }
  .top-footer-p .footercontentseals {
    margin-top: 20px;
  }
  .footercontentseals .inline-block a {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .bottom-footer-inner .left {
    margin-bottom: 0;
  }
  .bottom-footer-inner .left p {
    font-size: 16px;
  }
  .right-inner ul li a {
    font-size: 16px;
  }
}


@media (min-width:1550px) {
  .bottom-footer-inner .left p {
    font-size: 18px;
  }
  .right-inner ul li a {
    font-size: 18px;
    margin-right: 30px;
  } 
}


@media (max-width:991px) {
  .sidebar ul li a span.icon-arrow-top { 
    top: 14px;
  }
}
.dnd-section,
.content-wrapper--vertical-spacing {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Menu and simple menu */
.hs-menu-wrapper ul { 
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */
@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-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}


.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) {

}