footer.page-footer,
.hmi-header {
  @charset "UTF-8";
  /*!
 * * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * * Copyright 2011-2018 The Bootstrap Authors
 * * Copyright 2011-2018 Twitter, Inc.
 * * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * */
  /*!
 * * Slick Slider 1.8.1 (http://kenwheeler.github.io/slick/)
 * * Copyright 2013-2016
 * * Licensed under MIT (https://github.com/kenwheeler/slick/blob/master/LICENSE)
 * */
}
footer.page-footer :root,
.hmi-header :root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #29C7A5;
  --secondary: #eaeaea;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f2f2f2;
  --dark: #3B3B3B;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}
footer.page-footer *,
.hmi-header *,
footer.page-footer ::after,
.hmi-header ::after,
footer.page-footer ::before,
.hmi-header ::before {
  box-sizing: border-box;
}
footer.page-footer html,
.hmi-header html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(27, 27, 27, 0);
}
@-ms-viewport {
  width: device-width;
}
footer.page-footer article,
.hmi-header article,
footer.page-footer aside,
.hmi-header aside,
footer.page-footer figcaption,
.hmi-header figcaption,
footer.page-footer figure,
.hmi-header figure,
footer.page-footer footer,
.hmi-header footer,
footer.page-footer header,
.hmi-header header,
footer.page-footer hgroup,
.hmi-header hgroup,
footer.page-footer main,
.hmi-header main,
footer.page-footer nav,
.hmi-header nav,
footer.page-footer section,
.hmi-header section {
  display: block;
}
footer.page-footer body,
.hmi-header body {
  margin: 0;
  font-family: Graphik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3b3b3b;
  text-align: left;
  background-color: #fff;
}
footer.page-footer [tabindex="-1"]:focus,
.hmi-header [tabindex="-1"]:focus {
  outline: 0 !important;
}
footer.page-footer hr,
.hmi-header hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
footer.page-footer h1,
.hmi-header h1,
footer.page-footer h2,
.hmi-header h2,
footer.page-footer h3,
.hmi-header h3,
footer.page-footer h4,
.hmi-header h4,
footer.page-footer h5,
.hmi-header h5,
footer.page-footer h6,
.hmi-header h6 {
  margin-top: 0;
  margin-bottom: 1rem;
}
footer.page-footer p,
.hmi-header p {
  margin-top: 0;
  margin-bottom: 1rem;
}
footer.page-footer abbr[data-original-title],
.hmi-header abbr[data-original-title],
footer.page-footer abbr[title],
.hmi-header abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
footer.page-footer address,
.hmi-header address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
footer.page-footer dl,
.hmi-header dl,
footer.page-footer ol,
.hmi-header ol,
footer.page-footer ul,
.hmi-header ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
footer.page-footer ol ol,
.hmi-header ol ol,
footer.page-footer ol ul,
.hmi-header ol ul,
footer.page-footer ul ol,
.hmi-header ul ol,
footer.page-footer ul ul,
.hmi-header ul ul {
  margin-bottom: 0;
}
footer.page-footer dt,
.hmi-header dt {
  font-weight: 500;
}
footer.page-footer dd,
.hmi-header dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
footer.page-footer blockquote,
.hmi-header blockquote {
  margin: 0 0 1rem;
}
footer.page-footer dfn,
.hmi-header dfn {
  font-style: italic;
}
footer.page-footer b,
.hmi-header b,
footer.page-footer strong,
.hmi-header strong {
  font-weight: 500;
}
footer.page-footer small,
.hmi-header small {
  font-size: 80%;
}
footer.page-footer sub,
.hmi-header sub,
footer.page-footer sup,
.hmi-header sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
footer.page-footer sub,
.hmi-header sub {
  bottom: -0.25em;
}
footer.page-footer sup,
.hmi-header sup {
  top: -0.5em;
}
footer.page-footer a,
.hmi-header a {
  color: #29c7a5;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
footer.page-footer a:hover,
.hmi-header a:hover {
  color: #29c7a5;
  text-decoration: none;
}
footer.page-footer a:not([href]):not([tabindex]),
.hmi-header a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
footer.page-footer a:not([href]):not([tabindex]):focus,
.hmi-header a:not([href]):not([tabindex]):focus,
footer.page-footer a:not([href]):not([tabindex]):hover,
.hmi-header a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
footer.page-footer a:not([href]):not([tabindex]):focus,
.hmi-header a:not([href]):not([tabindex]):focus {
  outline: 0;
}
footer.page-footer code,
.hmi-header code,
footer.page-footer kbd,
.hmi-header kbd,
footer.page-footer pre,
.hmi-header pre,
footer.page-footer samp,
.hmi-header samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
footer.page-footer pre,
.hmi-header pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
footer.page-footer figure,
.hmi-header figure {
  margin: 0 0 1rem;
}
footer.page-footer img,
.hmi-header img {
  vertical-align: middle;
  border-style: none;
}
footer.page-footer svg,
.hmi-header svg {
  overflow: hidden;
  vertical-align: middle;
}
footer.page-footer table,
.hmi-header table {
  border-collapse: collapse;
}
footer.page-footer caption,
.hmi-header caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}
footer.page-footer th,
.hmi-header th {
  text-align: inherit;
}
footer.page-footer label,
.hmi-header label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
footer.page-footer button,
.hmi-header button {
  border-radius: 0;
}
footer.page-footer button:focus,
.hmi-header button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
footer.page-footer button,
.hmi-header button,
footer.page-footer input,
.hmi-header input,
footer.page-footer optgroup,
.hmi-header optgroup,
footer.page-footer select,
.hmi-header select,
footer.page-footer textarea,
.hmi-header textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
footer.page-footer button,
.hmi-header button,
footer.page-footer input,
.hmi-header input {
  overflow: visible;
}
footer.page-footer button,
.hmi-header button,
footer.page-footer select,
.hmi-header select {
  text-transform: none;
}
footer.page-footer [type=reset],
.hmi-header [type=reset],
footer.page-footer [type=submit],
.hmi-header [type=submit],
footer.page-footer button,
.hmi-header button,
footer.page-footer html [type=button],
.hmi-header html [type=button] {
  -webkit-appearance: button;
}
footer.page-footer [type=button]::-moz-focus-inner,
.hmi-header [type=button]::-moz-focus-inner,
footer.page-footer [type=reset]::-moz-focus-inner,
.hmi-header [type=reset]::-moz-focus-inner,
footer.page-footer [type=submit]::-moz-focus-inner,
.hmi-header [type=submit]::-moz-focus-inner,
footer.page-footer button::-moz-focus-inner,
.hmi-header button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
footer.page-footer input[type=checkbox],
.hmi-header input[type=checkbox],
footer.page-footer input[type=radio],
.hmi-header input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
footer.page-footer input[type=date],
.hmi-header input[type=date],
footer.page-footer input[type=datetime-local],
.hmi-header input[type=datetime-local],
footer.page-footer input[type=month],
.hmi-header input[type=month],
footer.page-footer input[type=time],
.hmi-header input[type=time] {
  -webkit-appearance: listbox;
}
footer.page-footer textarea,
.hmi-header textarea {
  overflow: auto;
  resize: vertical;
}
footer.page-footer fieldset,
.hmi-header fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
footer.page-footer legend,
.hmi-header legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
footer.page-footer progress,
.hmi-header progress {
  vertical-align: baseline;
}
footer.page-footer [type=number]::-webkit-inner-spin-button,
.hmi-header [type=number]::-webkit-inner-spin-button,
footer.page-footer [type=number]::-webkit-outer-spin-button,
.hmi-header [type=number]::-webkit-outer-spin-button {
  height: auto;
}
footer.page-footer [type=search],
.hmi-header [type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
footer.page-footer [type=search]::-webkit-search-cancel-button,
.hmi-header [type=search]::-webkit-search-cancel-button,
footer.page-footer [type=search]::-webkit-search-decoration,
.hmi-header [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
footer.page-footer ::-webkit-file-upload-button,
.hmi-header ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
footer.page-footer output,
.hmi-header output {
  display: inline-block;
}
footer.page-footer summary,
.hmi-header summary {
  display: list-item;
  cursor: pointer;
}
footer.page-footer template,
.hmi-header template {
  display: none;
}
footer.page-footer [hidden],
.hmi-header [hidden] {
  display: none !important;
}
footer.page-footer .container,
.hmi-header .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  footer.page-footer .container,
  .hmi-header .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  footer.page-footer .container,
  .hmi-header .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  footer.page-footer .container,
  .hmi-header .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  footer.page-footer .container,
  .hmi-header .container {
    max-width: 1140px;
  }
}
footer.page-footer .container-fluid,
.hmi-header .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
footer.page-footer .row,
.hmi-header .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
footer.page-footer .no-gutters,
.hmi-header .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
footer.page-footer .no-gutters > .col,
.hmi-header .no-gutters > .col,
footer.page-footer .no-gutters > [class*=col-],
.hmi-header .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
footer.page-footer .col,
.hmi-header .col,
footer.page-footer .col-1,
.hmi-header .col-1,
footer.page-footer .col-10,
.hmi-header .col-10,
footer.page-footer .col-11,
.hmi-header .col-11,
footer.page-footer .col-12,
.hmi-header .col-12,
footer.page-footer .col-2,
.hmi-header .col-2,
footer.page-footer .col-3,
.hmi-header .col-3,
footer.page-footer .col-4,
.hmi-header .col-4,
footer.page-footer .col-5,
.hmi-header .col-5,
footer.page-footer .col-6,
.hmi-header .col-6,
footer.page-footer .col-7,
.hmi-header .col-7,
footer.page-footer .col-8,
.hmi-header .col-8,
footer.page-footer .col-9,
.hmi-header .col-9,
footer.page-footer .col-auto,
.hmi-header .col-auto,
footer.page-footer .col-lg,
.hmi-header .col-lg,
footer.page-footer .col-lg-1,
.hmi-header .col-lg-1,
footer.page-footer .col-lg-10,
.hmi-header .col-lg-10,
footer.page-footer .col-lg-11,
.hmi-header .col-lg-11,
footer.page-footer .col-lg-12,
.hmi-header .col-lg-12,
footer.page-footer .col-lg-2,
.hmi-header .col-lg-2,
footer.page-footer .col-lg-3,
.hmi-header .col-lg-3,
footer.page-footer .col-lg-4,
.hmi-header .col-lg-4,
footer.page-footer .col-lg-5,
.hmi-header .col-lg-5,
footer.page-footer .col-lg-6,
.hmi-header .col-lg-6,
footer.page-footer .col-lg-7,
.hmi-header .col-lg-7,
footer.page-footer .col-lg-8,
.hmi-header .col-lg-8,
footer.page-footer .col-lg-9,
.hmi-header .col-lg-9,
footer.page-footer .col-lg-auto,
.hmi-header .col-lg-auto,
footer.page-footer .col-md,
.hmi-header .col-md,
footer.page-footer .col-md-1,
.hmi-header .col-md-1,
footer.page-footer .col-md-10,
.hmi-header .col-md-10,
footer.page-footer .col-md-11,
.hmi-header .col-md-11,
footer.page-footer .col-md-12,
.hmi-header .col-md-12,
footer.page-footer .col-md-2,
.hmi-header .col-md-2,
footer.page-footer .col-md-3,
.hmi-header .col-md-3,
footer.page-footer .col-md-4,
.hmi-header .col-md-4,
footer.page-footer .col-md-5,
.hmi-header .col-md-5,
footer.page-footer .col-md-6,
.hmi-header .col-md-6,
footer.page-footer .col-md-7,
.hmi-header .col-md-7,
footer.page-footer .col-md-8,
.hmi-header .col-md-8,
footer.page-footer .col-md-9,
.hmi-header .col-md-9,
footer.page-footer .col-md-auto,
.hmi-header .col-md-auto,
footer.page-footer .col-sm,
.hmi-header .col-sm,
footer.page-footer .col-sm-1,
.hmi-header .col-sm-1,
footer.page-footer .col-sm-10,
.hmi-header .col-sm-10,
footer.page-footer .col-sm-11,
.hmi-header .col-sm-11,
footer.page-footer .col-sm-12,
.hmi-header .col-sm-12,
footer.page-footer .col-sm-2,
.hmi-header .col-sm-2,
footer.page-footer .col-sm-3,
.hmi-header .col-sm-3,
footer.page-footer .col-sm-4,
.hmi-header .col-sm-4,
footer.page-footer .col-sm-5,
.hmi-header .col-sm-5,
footer.page-footer .col-sm-6,
.hmi-header .col-sm-6,
footer.page-footer .col-sm-7,
.hmi-header .col-sm-7,
footer.page-footer .col-sm-8,
.hmi-header .col-sm-8,
footer.page-footer .col-sm-9,
.hmi-header .col-sm-9,
footer.page-footer .col-sm-auto,
.hmi-header .col-sm-auto,
footer.page-footer .col-xl,
.hmi-header .col-xl,
footer.page-footer .col-xl-1,
.hmi-header .col-xl-1,
footer.page-footer .col-xl-10,
.hmi-header .col-xl-10,
footer.page-footer .col-xl-11,
.hmi-header .col-xl-11,
footer.page-footer .col-xl-12,
.hmi-header .col-xl-12,
footer.page-footer .col-xl-2,
.hmi-header .col-xl-2,
footer.page-footer .col-xl-3,
.hmi-header .col-xl-3,
footer.page-footer .col-xl-4,
.hmi-header .col-xl-4,
footer.page-footer .col-xl-5,
.hmi-header .col-xl-5,
footer.page-footer .col-xl-6,
.hmi-header .col-xl-6,
footer.page-footer .col-xl-7,
.hmi-header .col-xl-7,
footer.page-footer .col-xl-8,
.hmi-header .col-xl-8,
footer.page-footer .col-xl-9,
.hmi-header .col-xl-9,
footer.page-footer .col-xl-auto,
.hmi-header .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
footer.page-footer .col,
.hmi-header .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
footer.page-footer .col-auto,
.hmi-header .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
footer.page-footer .col-1,
.hmi-header .col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
footer.page-footer .col-2,
.hmi-header .col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
footer.page-footer .col-3,
.hmi-header .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
footer.page-footer .col-4,
.hmi-header .col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
footer.page-footer .col-5,
.hmi-header .col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
footer.page-footer .col-6,
.hmi-header .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
footer.page-footer .col-7,
.hmi-header .col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
footer.page-footer .col-8,
.hmi-header .col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
footer.page-footer .col-9,
.hmi-header .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
footer.page-footer .col-10,
.hmi-header .col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
footer.page-footer .col-11,
.hmi-header .col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
footer.page-footer .col-12,
.hmi-header .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
footer.page-footer .order-first,
.hmi-header .order-first {
  order: -1;
}
footer.page-footer .order-last,
.hmi-header .order-last {
  order: 13;
}
footer.page-footer .order-0,
.hmi-header .order-0 {
  order: 0;
}
footer.page-footer .order-1,
.hmi-header .order-1 {
  order: 1;
}
footer.page-footer .order-2,
.hmi-header .order-2 {
  order: 2;
}
footer.page-footer .order-3,
.hmi-header .order-3 {
  order: 3;
}
footer.page-footer .order-4,
.hmi-header .order-4 {
  order: 4;
}
footer.page-footer .order-5,
.hmi-header .order-5 {
  order: 5;
}
footer.page-footer .order-6,
.hmi-header .order-6 {
  order: 6;
}
footer.page-footer .order-7,
.hmi-header .order-7 {
  order: 7;
}
footer.page-footer .order-8,
.hmi-header .order-8 {
  order: 8;
}
footer.page-footer .order-9,
.hmi-header .order-9 {
  order: 9;
}
footer.page-footer .order-10,
.hmi-header .order-10 {
  order: 10;
}
footer.page-footer .order-11,
.hmi-header .order-11 {
  order: 11;
}
footer.page-footer .order-12,
.hmi-header .order-12 {
  order: 12;
}
footer.page-footer .offset-1,
.hmi-header .offset-1 {
  margin-left: 8.33333333%;
}
footer.page-footer .offset-2,
.hmi-header .offset-2 {
  margin-left: 16.66666667%;
}
footer.page-footer .offset-3,
.hmi-header .offset-3 {
  margin-left: 25%;
}
footer.page-footer .offset-4,
.hmi-header .offset-4 {
  margin-left: 33.33333333%;
}
footer.page-footer .offset-5,
.hmi-header .offset-5 {
  margin-left: 41.66666667%;
}
footer.page-footer .offset-6,
.hmi-header .offset-6 {
  margin-left: 50%;
}
footer.page-footer .offset-7,
.hmi-header .offset-7 {
  margin-left: 58.33333333%;
}
footer.page-footer .offset-8,
.hmi-header .offset-8 {
  margin-left: 66.66666667%;
}
footer.page-footer .offset-9,
.hmi-header .offset-9 {
  margin-left: 75%;
}
footer.page-footer .offset-10,
.hmi-header .offset-10 {
  margin-left: 83.33333333%;
}
footer.page-footer .offset-11,
.hmi-header .offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  footer.page-footer .col-sm,
  .hmi-header .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  footer.page-footer .col-sm-auto,
  .hmi-header .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  footer.page-footer .col-sm-1,
  .hmi-header .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  footer.page-footer .col-sm-2,
  .hmi-header .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  footer.page-footer .col-sm-3,
  .hmi-header .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  footer.page-footer .col-sm-4,
  .hmi-header .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  footer.page-footer .col-sm-5,
  .hmi-header .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  footer.page-footer .col-sm-6,
  .hmi-header .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  footer.page-footer .col-sm-7,
  .hmi-header .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  footer.page-footer .col-sm-8,
  .hmi-header .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  footer.page-footer .col-sm-9,
  .hmi-header .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  footer.page-footer .col-sm-10,
  .hmi-header .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  footer.page-footer .col-sm-11,
  .hmi-header .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  footer.page-footer .col-sm-12,
  .hmi-header .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  footer.page-footer .order-sm-first,
  .hmi-header .order-sm-first {
    order: -1;
  }
  footer.page-footer .order-sm-last,
  .hmi-header .order-sm-last {
    order: 13;
  }
  footer.page-footer .order-sm-0,
  .hmi-header .order-sm-0 {
    order: 0;
  }
  footer.page-footer .order-sm-1,
  .hmi-header .order-sm-1 {
    order: 1;
  }
  footer.page-footer .order-sm-2,
  .hmi-header .order-sm-2 {
    order: 2;
  }
  footer.page-footer .order-sm-3,
  .hmi-header .order-sm-3 {
    order: 3;
  }
  footer.page-footer .order-sm-4,
  .hmi-header .order-sm-4 {
    order: 4;
  }
  footer.page-footer .order-sm-5,
  .hmi-header .order-sm-5 {
    order: 5;
  }
  footer.page-footer .order-sm-6,
  .hmi-header .order-sm-6 {
    order: 6;
  }
  footer.page-footer .order-sm-7,
  .hmi-header .order-sm-7 {
    order: 7;
  }
  footer.page-footer .order-sm-8,
  .hmi-header .order-sm-8 {
    order: 8;
  }
  footer.page-footer .order-sm-9,
  .hmi-header .order-sm-9 {
    order: 9;
  }
  footer.page-footer .order-sm-10,
  .hmi-header .order-sm-10 {
    order: 10;
  }
  footer.page-footer .order-sm-11,
  .hmi-header .order-sm-11 {
    order: 11;
  }
  footer.page-footer .order-sm-12,
  .hmi-header .order-sm-12 {
    order: 12;
  }
  footer.page-footer .offset-sm-0,
  .hmi-header .offset-sm-0 {
    margin-left: 0;
  }
  footer.page-footer .offset-sm-1,
  .hmi-header .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  footer.page-footer .offset-sm-2,
  .hmi-header .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  footer.page-footer .offset-sm-3,
  .hmi-header .offset-sm-3 {
    margin-left: 25%;
  }
  footer.page-footer .offset-sm-4,
  .hmi-header .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  footer.page-footer .offset-sm-5,
  .hmi-header .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  footer.page-footer .offset-sm-6,
  .hmi-header .offset-sm-6 {
    margin-left: 50%;
  }
  footer.page-footer .offset-sm-7,
  .hmi-header .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  footer.page-footer .offset-sm-8,
  .hmi-header .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  footer.page-footer .offset-sm-9,
  .hmi-header .offset-sm-9 {
    margin-left: 75%;
  }
  footer.page-footer .offset-sm-10,
  .hmi-header .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  footer.page-footer .offset-sm-11,
  .hmi-header .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  footer.page-footer .col-md,
  .hmi-header .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  footer.page-footer .col-md-auto,
  .hmi-header .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  footer.page-footer .col-md-1,
  .hmi-header .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  footer.page-footer .col-md-2,
  .hmi-header .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  footer.page-footer .col-md-3,
  .hmi-header .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  footer.page-footer .col-md-4,
  .hmi-header .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  footer.page-footer .col-md-5,
  .hmi-header .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  footer.page-footer .col-md-6,
  .hmi-header .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  footer.page-footer .col-md-7,
  .hmi-header .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  footer.page-footer .col-md-8,
  .hmi-header .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  footer.page-footer .col-md-9,
  .hmi-header .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  footer.page-footer .col-md-10,
  .hmi-header .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  footer.page-footer .col-md-11,
  .hmi-header .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  footer.page-footer .col-md-12,
  .hmi-header .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  footer.page-footer .order-md-first,
  .hmi-header .order-md-first {
    order: -1;
  }
  footer.page-footer .order-md-last,
  .hmi-header .order-md-last {
    order: 13;
  }
  footer.page-footer .order-md-0,
  .hmi-header .order-md-0 {
    order: 0;
  }
  footer.page-footer .order-md-1,
  .hmi-header .order-md-1 {
    order: 1;
  }
  footer.page-footer .order-md-2,
  .hmi-header .order-md-2 {
    order: 2;
  }
  footer.page-footer .order-md-3,
  .hmi-header .order-md-3 {
    order: 3;
  }
  footer.page-footer .order-md-4,
  .hmi-header .order-md-4 {
    order: 4;
  }
  footer.page-footer .order-md-5,
  .hmi-header .order-md-5 {
    order: 5;
  }
  footer.page-footer .order-md-6,
  .hmi-header .order-md-6 {
    order: 6;
  }
  footer.page-footer .order-md-7,
  .hmi-header .order-md-7 {
    order: 7;
  }
  footer.page-footer .order-md-8,
  .hmi-header .order-md-8 {
    order: 8;
  }
  footer.page-footer .order-md-9,
  .hmi-header .order-md-9 {
    order: 9;
  }
  footer.page-footer .order-md-10,
  .hmi-header .order-md-10 {
    order: 10;
  }
  footer.page-footer .order-md-11,
  .hmi-header .order-md-11 {
    order: 11;
  }
  footer.page-footer .order-md-12,
  .hmi-header .order-md-12 {
    order: 12;
  }
  footer.page-footer .offset-md-0,
  .hmi-header .offset-md-0 {
    margin-left: 0;
  }
  footer.page-footer .offset-md-1,
  .hmi-header .offset-md-1 {
    margin-left: 8.33333333%;
  }
  footer.page-footer .offset-md-2,
  .hmi-header .offset-md-2 {
    margin-left: 16.66666667%;
  }
  footer.page-footer .offset-md-3,
  .hmi-header .offset-md-3 {
    margin-left: 25%;
  }
  footer.page-footer .offset-md-4,
  .hmi-header .offset-md-4 {
    margin-left: 33.33333333%;
  }
  footer.page-footer .offset-md-5,
  .hmi-header .offset-md-5 {
    margin-left: 41.66666667%;
  }
  footer.page-footer .offset-md-6,
  .hmi-header .offset-md-6 {
    margin-left: 50%;
  }
  footer.page-footer .offset-md-7,
  .hmi-header .offset-md-7 {
    margin-left: 58.33333333%;
  }
  footer.page-footer .offset-md-8,
  .hmi-header .offset-md-8 {
    margin-left: 66.66666667%;
  }
  footer.page-footer .offset-md-9,
  .hmi-header .offset-md-9 {
    margin-left: 75%;
  }
  footer.page-footer .offset-md-10,
  .hmi-header .offset-md-10 {
    margin-left: 83.33333333%;
  }
  footer.page-footer .offset-md-11,
  .hmi-header .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  footer.page-footer .col-lg,
  .hmi-header .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  footer.page-footer .col-lg-auto,
  .hmi-header .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  footer.page-footer .col-lg-1,
  .hmi-header .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  footer.page-footer .col-lg-2,
  .hmi-header .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  footer.page-footer .col-lg-3,
  .hmi-header .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  footer.page-footer .col-lg-4,
  .hmi-header .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  footer.page-footer .col-lg-5,
  .hmi-header .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  footer.page-footer .col-lg-6,
  .hmi-header .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  footer.page-footer .col-lg-7,
  .hmi-header .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  footer.page-footer .col-lg-8,
  .hmi-header .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  footer.page-footer .col-lg-9,
  .hmi-header .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  footer.page-footer .col-lg-10,
  .hmi-header .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  footer.page-footer .col-lg-11,
  .hmi-header .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  footer.page-footer .col-lg-12,
  .hmi-header .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  footer.page-footer .order-lg-first,
  .hmi-header .order-lg-first {
    order: -1;
  }
  footer.page-footer .order-lg-last,
  .hmi-header .order-lg-last {
    order: 13;
  }
  footer.page-footer .order-lg-0,
  .hmi-header .order-lg-0 {
    order: 0;
  }
  footer.page-footer .order-lg-1,
  .hmi-header .order-lg-1 {
    order: 1;
  }
  footer.page-footer .order-lg-2,
  .hmi-header .order-lg-2 {
    order: 2;
  }
  footer.page-footer .order-lg-3,
  .hmi-header .order-lg-3 {
    order: 3;
  }
  footer.page-footer .order-lg-4,
  .hmi-header .order-lg-4 {
    order: 4;
  }
  footer.page-footer .order-lg-5,
  .hmi-header .order-lg-5 {
    order: 5;
  }
  footer.page-footer .order-lg-6,
  .hmi-header .order-lg-6 {
    order: 6;
  }
  footer.page-footer .order-lg-7,
  .hmi-header .order-lg-7 {
    order: 7;
  }
  footer.page-footer .order-lg-8,
  .hmi-header .order-lg-8 {
    order: 8;
  }
  footer.page-footer .order-lg-9,
  .hmi-header .order-lg-9 {
    order: 9;
  }
  footer.page-footer .order-lg-10,
  .hmi-header .order-lg-10 {
    order: 10;
  }
  footer.page-footer .order-lg-11,
  .hmi-header .order-lg-11 {
    order: 11;
  }
  footer.page-footer .order-lg-12,
  .hmi-header .order-lg-12 {
    order: 12;
  }
  footer.page-footer .offset-lg-0,
  .hmi-header .offset-lg-0 {
    margin-left: 0;
  }
  footer.page-footer .offset-lg-1,
  .hmi-header .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  footer.page-footer .offset-lg-2,
  .hmi-header .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  footer.page-footer .offset-lg-3,
  .hmi-header .offset-lg-3 {
    margin-left: 25%;
  }
  footer.page-footer .offset-lg-4,
  .hmi-header .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  footer.page-footer .offset-lg-5,
  .hmi-header .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  footer.page-footer .offset-lg-6,
  .hmi-header .offset-lg-6 {
    margin-left: 50%;
  }
  footer.page-footer .offset-lg-7,
  .hmi-header .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  footer.page-footer .offset-lg-8,
  .hmi-header .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  footer.page-footer .offset-lg-9,
  .hmi-header .offset-lg-9 {
    margin-left: 75%;
  }
  footer.page-footer .offset-lg-10,
  .hmi-header .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  footer.page-footer .offset-lg-11,
  .hmi-header .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  footer.page-footer .col-xl,
  .hmi-header .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  footer.page-footer .col-xl-auto,
  .hmi-header .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  footer.page-footer .col-xl-1,
  .hmi-header .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  footer.page-footer .col-xl-2,
  .hmi-header .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  footer.page-footer .col-xl-3,
  .hmi-header .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  footer.page-footer .col-xl-4,
  .hmi-header .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  footer.page-footer .col-xl-5,
  .hmi-header .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  footer.page-footer .col-xl-6,
  .hmi-header .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  footer.page-footer .col-xl-7,
  .hmi-header .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  footer.page-footer .col-xl-8,
  .hmi-header .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  footer.page-footer .col-xl-9,
  .hmi-header .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  footer.page-footer .col-xl-10,
  .hmi-header .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  footer.page-footer .col-xl-11,
  .hmi-header .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  footer.page-footer .col-xl-12,
  .hmi-header .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  footer.page-footer .order-xl-first,
  .hmi-header .order-xl-first {
    order: -1;
  }
  footer.page-footer .order-xl-last,
  .hmi-header .order-xl-last {
    order: 13;
  }
  footer.page-footer .order-xl-0,
  .hmi-header .order-xl-0 {
    order: 0;
  }
  footer.page-footer .order-xl-1,
  .hmi-header .order-xl-1 {
    order: 1;
  }
  footer.page-footer .order-xl-2,
  .hmi-header .order-xl-2 {
    order: 2;
  }
  footer.page-footer .order-xl-3,
  .hmi-header .order-xl-3 {
    order: 3;
  }
  footer.page-footer .order-xl-4,
  .hmi-header .order-xl-4 {
    order: 4;
  }
  footer.page-footer .order-xl-5,
  .hmi-header .order-xl-5 {
    order: 5;
  }
  footer.page-footer .order-xl-6,
  .hmi-header .order-xl-6 {
    order: 6;
  }
  footer.page-footer .order-xl-7,
  .hmi-header .order-xl-7 {
    order: 7;
  }
  footer.page-footer .order-xl-8,
  .hmi-header .order-xl-8 {
    order: 8;
  }
  footer.page-footer .order-xl-9,
  .hmi-header .order-xl-9 {
    order: 9;
  }
  footer.page-footer .order-xl-10,
  .hmi-header .order-xl-10 {
    order: 10;
  }
  footer.page-footer .order-xl-11,
  .hmi-header .order-xl-11 {
    order: 11;
  }
  footer.page-footer .order-xl-12,
  .hmi-header .order-xl-12 {
    order: 12;
  }
  footer.page-footer .offset-xl-0,
  .hmi-header .offset-xl-0 {
    margin-left: 0;
  }
  footer.page-footer .offset-xl-1,
  .hmi-header .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  footer.page-footer .offset-xl-2,
  .hmi-header .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  footer.page-footer .offset-xl-3,
  .hmi-header .offset-xl-3 {
    margin-left: 25%;
  }
  footer.page-footer .offset-xl-4,
  .hmi-header .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  footer.page-footer .offset-xl-5,
  .hmi-header .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  footer.page-footer .offset-xl-6,
  .hmi-header .offset-xl-6 {
    margin-left: 50%;
  }
  footer.page-footer .offset-xl-7,
  .hmi-header .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  footer.page-footer .offset-xl-8,
  .hmi-header .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  footer.page-footer .offset-xl-9,
  .hmi-header .offset-xl-9 {
    margin-left: 75%;
  }
  footer.page-footer .offset-xl-10,
  .hmi-header .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  footer.page-footer .offset-xl-11,
  .hmi-header .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
footer.page-footer .btn,
.hmi-header .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  footer.page-footer .btn,
  .hmi-header .btn {
    transition: none;
  }
}
footer.page-footer .btn:focus,
.hmi-header .btn:focus,
footer.page-footer .btn:hover,
.hmi-header .btn:hover {
  text-decoration: none;
}
footer.page-footer .btn.focus,
.hmi-header .btn.focus,
footer.page-footer .btn:focus,
.hmi-header .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(41, 199, 165, 0.25);
}
footer.page-footer .btn.disabled,
.hmi-header .btn.disabled,
footer.page-footer .btn:disabled,
.hmi-header .btn:disabled {
  opacity: 0.65;
}
footer.page-footer .btn:not(:disabled):not(.disabled),
.hmi-header .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
footer.page-footer a.btn.disabled,
.hmi-header a.btn.disabled,
footer.page-footer fieldset:disabled a.btn,
.hmi-header fieldset:disabled a.btn {
  pointer-events: none;
}
footer.page-footer .btn-primary,
.hmi-header .btn-primary {
  color: #fff;
  background-color: #29c7a5;
  border-color: #29c7a5;
}
footer.page-footer .btn-primary:hover,
.hmi-header .btn-primary:hover {
  color: #fff;
  background-color: #22a78b;
  border-color: #209d82;
}
footer.page-footer .btn-primary.focus,
.hmi-header .btn-primary.focus,
footer.page-footer .btn-primary:focus,
.hmi-header .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 199, 165, 0.5);
}
footer.page-footer .btn-primary.disabled,
.hmi-header .btn-primary.disabled,
footer.page-footer .btn-primary:disabled,
.hmi-header .btn-primary:disabled {
  color: #fff;
  background-color: #29c7a5;
  border-color: #29c7a5;
}
footer.page-footer .btn-primary:not(:disabled):not(.disabled).active,
.hmi-header .btn-primary:not(:disabled):not(.disabled).active,
footer.page-footer .btn-primary:not(:disabled):not(.disabled):active,
.hmi-header .btn-primary:not(:disabled):not(.disabled):active,
footer.page-footer .show > .btn-primary.dropdown-toggle,
.hmi-header .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #209d82;
  border-color: #1e9279;
}
footer.page-footer .btn-primary:not(:disabled):not(.disabled).active:focus,
.hmi-header .btn-primary:not(:disabled):not(.disabled).active:focus,
footer.page-footer .btn-primary:not(:disabled):not(.disabled):active:focus,
.hmi-header .btn-primary:not(:disabled):not(.disabled):active:focus,
footer.page-footer .show > .btn-primary.dropdown-toggle:focus,
.hmi-header .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 199, 165, 0.5);
}
footer.page-footer .btn-secondary,
.hmi-header .btn-secondary {
  color: #3b3b3b;
  background-color: #eaeaea;
  border-color: #eaeaea;
}
footer.page-footer .btn-secondary:hover,
.hmi-header .btn-secondary:hover {
  color: #3b3b3b;
  background-color: #d7d7d7;
  border-color: #d1d1d1;
}
footer.page-footer .btn-secondary.focus,
.hmi-header .btn-secondary.focus,
footer.page-footer .btn-secondary:focus,
.hmi-header .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 234, 234, 0.5);
}
footer.page-footer .btn-secondary.disabled,
.hmi-header .btn-secondary.disabled,
footer.page-footer .btn-secondary:disabled,
.hmi-header .btn-secondary:disabled {
  color: #3b3b3b;
  background-color: #eaeaea;
  border-color: #eaeaea;
}
footer.page-footer .btn-secondary:not(:disabled):not(.disabled).active,
.hmi-header .btn-secondary:not(:disabled):not(.disabled).active,
footer.page-footer .btn-secondary:not(:disabled):not(.disabled):active,
.hmi-header .btn-secondary:not(:disabled):not(.disabled):active,
footer.page-footer .show > .btn-secondary.dropdown-toggle,
.hmi-header .show > .btn-secondary.dropdown-toggle {
  color: #3b3b3b;
  background-color: #d1d1d1;
  border-color: #cacaca;
}
footer.page-footer .btn-secondary:not(:disabled):not(.disabled).active:focus,
.hmi-header .btn-secondary:not(:disabled):not(.disabled).active:focus,
footer.page-footer .btn-secondary:not(:disabled):not(.disabled):active:focus,
.hmi-header .btn-secondary:not(:disabled):not(.disabled):active:focus,
footer.page-footer .show > .btn-secondary.dropdown-toggle:focus,
.hmi-header .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 234, 234, 0.5);
}
footer.page-footer .btn-success,
.hmi-header .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
footer.page-footer .btn-success:hover,
.hmi-header .btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
footer.page-footer .btn-success.focus,
.hmi-header .btn-success.focus,
footer.page-footer .btn-success:focus,
.hmi-header .btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
footer.page-footer .btn-success.disabled,
.hmi-header .btn-success.disabled,
footer.page-footer .btn-success:disabled,
.hmi-header .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
footer.page-footer .btn-success:not(:disabled):not(.disabled).active,
.hmi-header .btn-success:not(:disabled):not(.disabled).active,
footer.page-footer .btn-success:not(:disabled):not(.disabled):active,
.hmi-header .btn-success:not(:disabled):not(.disabled):active,
footer.page-footer .show > .btn-success.dropdown-toggle,
.hmi-header .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
footer.page-footer .btn-success:not(:disabled):not(.disabled).active:focus,
.hmi-header .btn-success:not(:disabled):not(.disabled).active:focus,
footer.page-footer .btn-success:not(:disabled):not(.disabled):active:focus,
.hmi-header .btn-success:not(:disabled):not(.disabled):active:focus,
footer.page-footer .show > .btn-success.dropdown-toggle:focus,
.hmi-header .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
footer.page-footer .btn-info,
.hmi-header .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
footer.page-footer .btn-info:hover,
.hmi-header .btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
footer.page-footer .btn-info.focus,
.hmi-header .btn-info.focus,
footer.page-footer .btn-info:focus,
.hmi-header .btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
footer.page-footer .btn-info.disabled,
.hmi-header .btn-info.disabled,
footer.page-footer .btn-info:disabled,
.hmi-header .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
footer.page-footer .btn-info:not(:disabled):not(.disabled).active,
.hmi-header .btn-info:not(:disabled):not(.disabled).active,
footer.page-footer .btn-info:not(:disabled):not(.disabled):active,
.hmi-header .btn-info:not(:disabled):not(.disabled):active,
footer.page-footer .show > .btn-info.dropdown-toggle,
.hmi-header .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
footer.page-footer .btn-info:not(:disabled):not(.disabled).active:focus,
.hmi-header .btn-info:not(:disabled):not(.disabled).active:focus,
footer.page-footer .btn-info:not(:disabled):not(.disabled):active:focus,
.hmi-header .btn-info:not(:disabled):not(.disabled):active:focus,
footer.page-footer .show > .btn-info.dropdown-toggle:focus,
.hmi-header .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
footer.page-footer .btn-warning,
.hmi-header .btn-warning {
  color: #3b3b3b;
  background-color: #ffc107;
  border-color: #ffc107;
}
footer.page-footer .btn-warning:hover,
.hmi-header .btn-warning:hover {
  color: #3b3b3b;
  background-color: #e0a800;
  border-color: #d39e00;
}
footer.page-footer .btn-warning.focus,
.hmi-header .btn-warning.focus,
footer.page-footer .btn-warning:focus,
.hmi-header .btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
footer.page-footer .btn-warning.disabled,
.hmi-header .btn-warning.disabled,
footer.page-footer .btn-warning:disabled,
.hmi-header .btn-warning:disabled {
  color: #3b3b3b;
  background-color: #ffc107;
  border-color: #ffc107;
}
footer.page-footer .btn-warning:not(:disabled):not(.disabled).active,
.hmi-header .btn-warning:not(:disabled):not(.disabled).active,
footer.page-footer .btn-warning:not(:disabled):not(.disabled):active,
.hmi-header .btn-warning:not(:disabled):not(.disabled):active,
footer.page-footer .show > .btn-warning.dropdown-toggle,
.hmi-header .show > .btn-warning.dropdown-toggle {
  color: #3b3b3b;
  background-color: #d39e00;
  border-color: #c69500;
}
footer.page-footer .btn-warning:not(:disabled):not(.disabled).active:focus,
.hmi-header .btn-warning:not(:disabled):not(.disabled).active:focus,
footer.page-footer .btn-warning:not(:disabled):not(.disabled):active:focus,
.hmi-header .btn-warning:not(:disabled):not(.disabled):active:focus,
footer.page-footer .show > .btn-warning.dropdown-toggle:focus,
.hmi-header .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
footer.page-footer .btn-danger,
.hmi-header .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
footer.page-footer .btn-danger:hover,
.hmi-header .btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
footer.page-footer .btn-danger.focus,
.hmi-header .btn-danger.focus,
footer.page-footer .btn-danger:focus,
.hmi-header .btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
footer.page-footer .btn-danger.disabled,
.hmi-header .btn-danger.disabled,
footer.page-footer .btn-danger:disabled,
.hmi-header .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
footer.page-footer .btn-danger:not(:disabled):not(.disabled).active,
.hmi-header .btn-danger:not(:disabled):not(.disabled).active,
footer.page-footer .btn-danger:not(:disabled):not(.disabled):active,
.hmi-header .btn-danger:not(:disabled):not(.disabled):active,
footer.page-footer .show > .btn-danger.dropdown-toggle,
.hmi-header .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
footer.page-footer .btn-danger:not(:disabled):not(.disabled).active:focus,
.hmi-header .btn-danger:not(:disabled):not(.disabled).active:focus,
footer.page-footer .btn-danger:not(:disabled):not(.disabled):active:focus,
.hmi-header .btn-danger:not(:disabled):not(.disabled):active:focus,
footer.page-footer .show > .btn-danger.dropdown-toggle:focus,
.hmi-header .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
footer.page-footer .btn-light,
.hmi-header .btn-light {
  color: #3b3b3b;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
footer.page-footer .btn-light:hover,
.hmi-header .btn-light:hover {
  color: #3b3b3b;
  background-color: #dfdfdf;
  border-color: #d9d9d9;
}
footer.page-footer .btn-light.focus,
.hmi-header .btn-light.focus,
footer.page-footer .btn-light:focus,
.hmi-header .btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
}
footer.page-footer .btn-light.disabled,
.hmi-header .btn-light.disabled,
footer.page-footer .btn-light:disabled,
.hmi-header .btn-light:disabled {
  color: #3b3b3b;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
footer.page-footer .btn-light:not(:disabled):not(.disabled).active,
.hmi-header .btn-light:not(:disabled):not(.disabled).active,
footer.page-footer .btn-light:not(:disabled):not(.disabled):active,
.hmi-header .btn-light:not(:disabled):not(.disabled):active,
footer.page-footer .show > .btn-light.dropdown-toggle,
.hmi-header .show > .btn-light.dropdown-toggle {
  color: #3b3b3b;
  background-color: #d9d9d9;
  border-color: #d2d2d2;
}
footer.page-footer .btn-light:not(:disabled):not(.disabled).active:focus,
.hmi-header .btn-light:not(:disabled):not(.disabled).active:focus,
footer.page-footer .btn-light:not(:disabled):not(.disabled):active:focus,
.hmi-header .btn-light:not(:disabled):not(.disabled):active:focus,
footer.page-footer .show > .btn-light.dropdown-toggle:focus,
.hmi-header .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
}
footer.page-footer .btn-dark,
.hmi-header .btn-dark {
  color: #fff;
  background-color: #3b3b3b;
  border-color: #3b3b3b;
}
footer.page-footer .btn-dark:hover,
.hmi-header .btn-dark:hover {
  color: #fff;
  background-color: #282828;
  border-color: #222;
}
footer.page-footer .btn-dark.focus,
.hmi-header .btn-dark.focus,
footer.page-footer .btn-dark:focus,
.hmi-header .btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 59, 59, 0.5);
}
footer.page-footer .btn-dark.disabled,
.hmi-header .btn-dark.disabled,
footer.page-footer .btn-dark:disabled,
.hmi-header .btn-dark:disabled {
  color: #fff;
  background-color: #3b3b3b;
  border-color: #3b3b3b;
}
footer.page-footer .btn-dark:not(:disabled):not(.disabled).active,
.hmi-header .btn-dark:not(:disabled):not(.disabled).active,
footer.page-footer .btn-dark:not(:disabled):not(.disabled):active,
.hmi-header .btn-dark:not(:disabled):not(.disabled):active,
footer.page-footer .show > .btn-dark.dropdown-toggle,
.hmi-header .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #222;
  border-color: #1b1b1b;
}
footer.page-footer .btn-dark:not(:disabled):not(.disabled).active:focus,
.hmi-header .btn-dark:not(:disabled):not(.disabled).active:focus,
footer.page-footer .btn-dark:not(:disabled):not(.disabled):active:focus,
.hmi-header .btn-dark:not(:disabled):not(.disabled):active:focus,
footer.page-footer .show > .btn-dark.dropdown-toggle:focus,
.hmi-header .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 59, 59, 0.5);
}
footer.page-footer .btn-outline-primary,
.hmi-header .btn-outline-primary {
  color: #29c7a5;
  background-color: transparent;
  background-image: none;
  border-color: #29c7a5;
}
footer.page-footer .btn-outline-primary:hover,
.hmi-header .btn-outline-primary:hover {
  color: #fff;
  background-color: #29c7a5;
  border-color: #29c7a5;
}
footer.page-footer .btn-outline-primary.focus,
.hmi-header .btn-outline-primary.focus,
footer.page-footer .btn-outline-primary:focus,
.hmi-header .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 199, 165, 0.5);
}
footer.page-footer .btn-outline-primary.disabled,
.hmi-header .btn-outline-primary.disabled,
footer.page-footer .btn-outline-primary:disabled,
.hmi-header .btn-outline-primary:disabled {
  color: #29c7a5;
  background-color: transparent;
}
footer.page-footer .btn-outline-primary:not(:disabled):not(.disabled).active,
.hmi-header .btn-outline-primary:not(:disabled):not(.disabled).active,
footer.page-footer .btn-outline-primary:not(:disabled):not(.disabled):active,
.hmi-header .btn-outline-primary:not(:disabled):not(.disabled):active,
footer.page-footer .show > .btn-outline-primary.dropdown-toggle,
.hmi-header .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #29c7a5;
  border-color: #29c7a5;
}
footer.page-footer .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.hmi-header .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
footer.page-footer .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.hmi-header .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
footer.page-footer .show > .btn-outline-primary.dropdown-toggle:focus,
.hmi-header .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 199, 165, 0.5);
}
footer.page-footer .btn-outline-secondary,
.hmi-header .btn-outline-secondary {
  color: #eaeaea;
  background-color: transparent;
  background-image: none;
  border-color: #eaeaea;
}
footer.page-footer .btn-outline-secondary:hover,
.hmi-header .btn-outline-secondary:hover {
  color: #3b3b3b;
  background-color: #eaeaea;
  border-color: #eaeaea;
}
footer.page-footer .btn-outline-secondary.focus,
.hmi-header .btn-outline-secondary.focus,
footer.page-footer .btn-outline-secondary:focus,
.hmi-header .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 234, 234, 0.5);
}
footer.page-footer .btn-outline-secondary.disabled,
.hmi-header .btn-outline-secondary.disabled,
footer.page-footer .btn-outline-secondary:disabled,
.hmi-header .btn-outline-secondary:disabled {
  color: #eaeaea;
  background-color: transparent;
}
footer.page-footer .btn-outline-secondary:not(:disabled):not(.disabled).active,
.hmi-header .btn-outline-secondary:not(:disabled):not(.disabled).active,
footer.page-footer .btn-outline-secondary:not(:disabled):not(.disabled):active,
.hmi-header .btn-outline-secondary:not(:disabled):not(.disabled):active,
footer.page-footer .show > .btn-outline-secondary.dropdown-toggle,
.hmi-header .show > .btn-outline-secondary.dropdown-toggle {
  color: #3b3b3b;
  background-color: #eaeaea;
  border-color: #eaeaea;
}
footer.page-footer .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.hmi-header .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
footer.page-footer .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.hmi-header .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
footer.page-footer .show > .btn-outline-secondary.dropdown-toggle:focus,
.hmi-header .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 234, 234, 0.5);
}
footer.page-footer .btn-outline-success,
.hmi-header .btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
footer.page-footer .btn-outline-success:hover,
.hmi-header .btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
footer.page-footer .btn-outline-success.focus,
.hmi-header .btn-outline-success.focus,
footer.page-footer .btn-outline-success:focus,
.hmi-header .btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
footer.page-footer .btn-outline-success.disabled,
.hmi-header .btn-outline-success.disabled,
footer.page-footer .btn-outline-success:disabled,
.hmi-header .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
footer.page-footer .btn-outline-success:not(:disabled):not(.disabled).active,
.hmi-header .btn-outline-success:not(:disabled):not(.disabled).active,
footer.page-footer .btn-outline-success:not(:disabled):not(.disabled):active,
.hmi-header .btn-outline-success:not(:disabled):not(.disabled):active,
footer.page-footer .show > .btn-outline-success.dropdown-toggle,
.hmi-header .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
footer.page-footer .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.hmi-header .btn-outline-success:not(:disabled):not(.disabled).active:focus,
footer.page-footer .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.hmi-header .btn-outline-success:not(:disabled):not(.disabled):active:focus,
footer.page-footer .show > .btn-outline-success.dropdown-toggle:focus,
.hmi-header .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
footer.page-footer .btn-outline-info,
.hmi-header .btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
footer.page-footer .btn-outline-info:hover,
.hmi-header .btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
footer.page-footer .btn-outline-info.focus,
.hmi-header .btn-outline-info.focus,
footer.page-footer .btn-outline-info:focus,
.hmi-header .btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
footer.page-footer .btn-outline-info.disabled,
.hmi-header .btn-outline-info.disabled,
footer.page-footer .btn-outline-info:disabled,
.hmi-header .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
footer.page-footer .btn-outline-info:not(:disabled):not(.disabled).active,
.hmi-header .btn-outline-info:not(:disabled):not(.disabled).active,
footer.page-footer .btn-outline-info:not(:disabled):not(.disabled):active,
.hmi-header .btn-outline-info:not(:disabled):not(.disabled):active,
footer.page-footer .show > .btn-outline-info.dropdown-toggle,
.hmi-header .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
footer.page-footer .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.hmi-header .btn-outline-info:not(:disabled):not(.disabled).active:focus,
footer.page-footer .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.hmi-header .btn-outline-info:not(:disabled):not(.disabled):active:focus,
footer.page-footer .show > .btn-outline-info.dropdown-toggle:focus,
.hmi-header .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
footer.page-footer .btn-outline-warning,
.hmi-header .btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
footer.page-footer .btn-outline-warning:hover,
.hmi-header .btn-outline-warning:hover {
  color: #3b3b3b;
  background-color: #ffc107;
  border-color: #ffc107;
}
footer.page-footer .btn-outline-warning.focus,
.hmi-header .btn-outline-warning.focus,
footer.page-footer .btn-outline-warning:focus,
.hmi-header .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
footer.page-footer .btn-outline-warning.disabled,
.hmi-header .btn-outline-warning.disabled,
footer.page-footer .btn-outline-warning:disabled,
.hmi-header .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
footer.page-footer .btn-outline-warning:not(:disabled):not(.disabled).active,
.hmi-header .btn-outline-warning:not(:disabled):not(.disabled).active,
footer.page-footer .btn-outline-warning:not(:disabled):not(.disabled):active,
.hmi-header .btn-outline-warning:not(:disabled):not(.disabled):active,
footer.page-footer .show > .btn-outline-warning.dropdown-toggle,
.hmi-header .show > .btn-outline-warning.dropdown-toggle {
  color: #3b3b3b;
  background-color: #ffc107;
  border-color: #ffc107;
}
footer.page-footer .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.hmi-header .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
footer.page-footer .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.hmi-header .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
footer.page-footer .show > .btn-outline-warning.dropdown-toggle:focus,
.hmi-header .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
footer.page-footer .btn-outline-danger,
.hmi-header .btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
footer.page-footer .btn-outline-danger:hover,
.hmi-header .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
footer.page-footer .btn-outline-danger.focus,
.hmi-header .btn-outline-danger.focus,
footer.page-footer .btn-outline-danger:focus,
.hmi-header .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
footer.page-footer .btn-outline-danger.disabled,
.hmi-header .btn-outline-danger.disabled,
footer.page-footer .btn-outline-danger:disabled,
.hmi-header .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
footer.page-footer .btn-outline-danger:not(:disabled):not(.disabled).active,
.hmi-header .btn-outline-danger:not(:disabled):not(.disabled).active,
footer.page-footer .btn-outline-danger:not(:disabled):not(.disabled):active,
.hmi-header .btn-outline-danger:not(:disabled):not(.disabled):active,
footer.page-footer .show > .btn-outline-danger.dropdown-toggle,
.hmi-header .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
footer.page-footer .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.hmi-header .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
footer.page-footer .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.hmi-header .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
footer.page-footer .show > .btn-outline-danger.dropdown-toggle:focus,
.hmi-header .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
footer.page-footer .btn-outline-light,
.hmi-header .btn-outline-light {
  color: #f2f2f2;
  background-color: transparent;
  background-image: none;
  border-color: #f2f2f2;
}
footer.page-footer .btn-outline-light:hover,
.hmi-header .btn-outline-light:hover {
  color: #3b3b3b;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
footer.page-footer .btn-outline-light.focus,
.hmi-header .btn-outline-light.focus,
footer.page-footer .btn-outline-light:focus,
.hmi-header .btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
}
footer.page-footer .btn-outline-light.disabled,
.hmi-header .btn-outline-light.disabled,
footer.page-footer .btn-outline-light:disabled,
.hmi-header .btn-outline-light:disabled {
  color: #f2f2f2;
  background-color: transparent;
}
footer.page-footer .btn-outline-light:not(:disabled):not(.disabled).active,
.hmi-header .btn-outline-light:not(:disabled):not(.disabled).active,
footer.page-footer .btn-outline-light:not(:disabled):not(.disabled):active,
.hmi-header .btn-outline-light:not(:disabled):not(.disabled):active,
footer.page-footer .show > .btn-outline-light.dropdown-toggle,
.hmi-header .show > .btn-outline-light.dropdown-toggle {
  color: #3b3b3b;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
footer.page-footer .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.hmi-header .btn-outline-light:not(:disabled):not(.disabled).active:focus,
footer.page-footer .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.hmi-header .btn-outline-light:not(:disabled):not(.disabled):active:focus,
footer.page-footer .show > .btn-outline-light.dropdown-toggle:focus,
.hmi-header .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
}
footer.page-footer .btn-outline-dark,
.hmi-header .btn-outline-dark {
  color: #3b3b3b;
  background-color: transparent;
  background-image: none;
  border-color: #3b3b3b;
}
footer.page-footer .btn-outline-dark:hover,
.hmi-header .btn-outline-dark:hover {
  color: #fff;
  background-color: #3b3b3b;
  border-color: #3b3b3b;
}
footer.page-footer .btn-outline-dark.focus,
.hmi-header .btn-outline-dark.focus,
footer.page-footer .btn-outline-dark:focus,
.hmi-header .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 59, 59, 0.5);
}
footer.page-footer .btn-outline-dark.disabled,
.hmi-header .btn-outline-dark.disabled,
footer.page-footer .btn-outline-dark:disabled,
.hmi-header .btn-outline-dark:disabled {
  color: #3b3b3b;
  background-color: transparent;
}
footer.page-footer .btn-outline-dark:not(:disabled):not(.disabled).active,
.hmi-header .btn-outline-dark:not(:disabled):not(.disabled).active,
footer.page-footer .btn-outline-dark:not(:disabled):not(.disabled):active,
.hmi-header .btn-outline-dark:not(:disabled):not(.disabled):active,
footer.page-footer .show > .btn-outline-dark.dropdown-toggle,
.hmi-header .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #3b3b3b;
  border-color: #3b3b3b;
}
footer.page-footer .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.hmi-header .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
footer.page-footer .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.hmi-header .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
footer.page-footer .show > .btn-outline-dark.dropdown-toggle:focus,
.hmi-header .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 59, 59, 0.5);
}
footer.page-footer .btn-link,
.hmi-header .btn-link {
  font-weight: 400;
  color: #29c7a5;
  background-color: transparent;
}
footer.page-footer .btn-link:hover,
.hmi-header .btn-link:hover {
  color: #29c7a5;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}
footer.page-footer .btn-link.focus,
.hmi-header .btn-link.focus,
footer.page-footer .btn-link:focus,
.hmi-header .btn-link:focus {
  text-decoration: none;
  border-color: transparent;
  box-shadow: none;
}
footer.page-footer .btn-link.disabled,
.hmi-header .btn-link.disabled,
footer.page-footer .btn-link:disabled,
.hmi-header .btn-link:disabled {
  color: #868e96;
  pointer-events: none;
}
footer.page-footer .btn-lg,
.hmi-header .btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
footer.page-footer .btn-sm,
.hmi-header .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
footer.page-footer .btn-block,
.hmi-header .btn-block {
  display: block;
  width: 100%;
}
footer.page-footer .btn-block + .btn-block,
.hmi-header .btn-block + .btn-block {
  margin-top: 0.5rem;
}
footer.page-footer input[type=button].btn-block,
.hmi-header input[type=button].btn-block,
footer.page-footer input[type=reset].btn-block,
.hmi-header input[type=reset].btn-block,
footer.page-footer input[type=submit].btn-block,
.hmi-header input[type=submit].btn-block {
  width: 100%;
}
footer.page-footer .fade,
.hmi-header .fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  footer.page-footer .fade,
  .hmi-header .fade {
    transition: none;
  }
}
footer.page-footer .fade:not(.show),
.hmi-header .fade:not(.show) {
  opacity: 0;
}
footer.page-footer .collapse:not(.show),
.hmi-header .collapse:not(.show) {
  display: none;
}
footer.page-footer .collapsing,
.hmi-header .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  footer.page-footer .collapsing,
  .hmi-header .collapsing {
    transition: none;
  }
}
footer.page-footer .card,
.hmi-header .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(27, 27, 27, 0.125);
  border-radius: 0.25rem;
}
footer.page-footer .card > hr,
.hmi-header .card > hr {
  margin-right: 0;
  margin-left: 0;
}
footer.page-footer .card > .list-group:first-child .list-group-item:first-child,
.hmi-header .card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
footer.page-footer .card > .list-group:last-child .list-group-item:last-child,
.hmi-header .card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
footer.page-footer .card-body,
.hmi-header .card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
footer.page-footer .card-title,
.hmi-header .card-title {
  margin-bottom: 0.75rem;
}
footer.page-footer .card-subtitle,
.hmi-header .card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
footer.page-footer .card-text:last-child,
.hmi-header .card-text:last-child {
  margin-bottom: 0;
}
footer.page-footer .card-link:hover,
.hmi-header .card-link:hover {
  text-decoration: none;
}
footer.page-footer .card-link + .card-link,
.hmi-header .card-link + .card-link {
  margin-left: 1.25rem;
}
footer.page-footer .card-header,
.hmi-header .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(27, 27, 27, 0.03);
  border-bottom: 1px solid rgba(27, 27, 27, 0.125);
}
footer.page-footer .card-header:first-child,
.hmi-header .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
footer.page-footer .card-header + .list-group .list-group-item:first-child,
.hmi-header .card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
footer.page-footer .card-footer,
.hmi-header .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(27, 27, 27, 0.03);
  border-top: 1px solid rgba(27, 27, 27, 0.125);
}
footer.page-footer .card-footer:last-child,
.hmi-header .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
footer.page-footer .card-header-tabs,
.hmi-header .card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
footer.page-footer .card-header-pills,
.hmi-header .card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
footer.page-footer .card-img-overlay,
.hmi-header .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
footer.page-footer .card-img,
.hmi-header .card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
footer.page-footer .card-img-top,
.hmi-header .card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
footer.page-footer .card-img-bottom,
.hmi-header .card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
footer.page-footer .card-deck,
.hmi-header .card-deck {
  display: flex;
  flex-direction: column;
}
footer.page-footer .card-deck .card,
.hmi-header .card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  footer.page-footer .card-deck,
  .hmi-header .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  footer.page-footer .card-deck .card,
  .hmi-header .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
footer.page-footer .card-group,
.hmi-header .card-group {
  display: flex;
  flex-direction: column;
}
footer.page-footer .card-group > .card,
.hmi-header .card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  footer.page-footer .card-group,
  .hmi-header .card-group {
    flex-flow: row wrap;
  }
  footer.page-footer .card-group > .card,
  .hmi-header .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  footer.page-footer .card-group > .card + .card,
  .hmi-header .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  footer.page-footer .card-group > .card:first-child,
  .hmi-header .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  footer.page-footer .card-group > .card:first-child .card-header,
  .hmi-header .card-group > .card:first-child .card-header,
  footer.page-footer .card-group > .card:first-child .card-img-top,
  .hmi-header .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  footer.page-footer .card-group > .card:first-child .card-footer,
  .hmi-header .card-group > .card:first-child .card-footer,
  footer.page-footer .card-group > .card:first-child .card-img-bottom,
  .hmi-header .card-group > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  footer.page-footer .card-group > .card:last-child,
  .hmi-header .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  footer.page-footer .card-group > .card:last-child .card-header,
  .hmi-header .card-group > .card:last-child .card-header,
  footer.page-footer .card-group > .card:last-child .card-img-top,
  .hmi-header .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  footer.page-footer .card-group > .card:last-child .card-footer,
  .hmi-header .card-group > .card:last-child .card-footer,
  footer.page-footer .card-group > .card:last-child .card-img-bottom,
  .hmi-header .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  footer.page-footer .card-group > .card:only-child,
  .hmi-header .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  footer.page-footer .card-group > .card:only-child .card-header,
  .hmi-header .card-group > .card:only-child .card-header,
  footer.page-footer .card-group > .card:only-child .card-img-top,
  .hmi-header .card-group > .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  footer.page-footer .card-group > .card:only-child .card-footer,
  .hmi-header .card-group > .card:only-child .card-footer,
  footer.page-footer .card-group > .card:only-child .card-img-bottom,
  .hmi-header .card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  footer.page-footer .card-group > .card:not(:first-child):not(:last-child):not(:only-child),
  .hmi-header .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  footer.page-footer .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
  .hmi-header .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
  footer.page-footer .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .hmi-header .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  footer.page-footer .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .hmi-header .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  footer.page-footer .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .hmi-header .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0;
  }
}
footer.page-footer .card-columns .card,
.hmi-header .card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  footer.page-footer .card-columns,
  .hmi-header .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  footer.page-footer .card-columns .card,
  .hmi-header .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
footer.page-footer .accordion .card:not(:first-of-type):not(:last-of-type),
.hmi-header .accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
footer.page-footer .accordion .card:not(:first-of-type) .card-header:first-child,
.hmi-header .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
footer.page-footer .accordion .card:first-of-type,
.hmi-header .accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
footer.page-footer .accordion .card:last-of-type,
.hmi-header .accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
footer.page-footer .align-baseline,
.hmi-header .align-baseline {
  vertical-align: baseline !important;
}
footer.page-footer .align-top,
.hmi-header .align-top {
  vertical-align: top !important;
}
footer.page-footer .align-middle,
.hmi-header .align-middle {
  vertical-align: middle !important;
}
footer.page-footer .align-bottom,
.hmi-header .align-bottom {
  vertical-align: bottom !important;
}
footer.page-footer .align-text-bottom,
.hmi-header .align-text-bottom {
  vertical-align: text-bottom !important;
}
footer.page-footer .align-text-top,
.hmi-header .align-text-top {
  vertical-align: text-top !important;
}
footer.page-footer .bg-primary,
.hmi-header .bg-primary {
  background-color: #29c7a5 !important;
}
footer.page-footer a.bg-primary:focus,
.hmi-header a.bg-primary:focus,
footer.page-footer a.bg-primary:hover,
.hmi-header a.bg-primary:hover,
footer.page-footer button.bg-primary:focus,
.hmi-header button.bg-primary:focus,
footer.page-footer button.bg-primary:hover,
.hmi-header button.bg-primary:hover {
  background-color: #209d82 !important;
}
footer.page-footer .bg-secondary,
.hmi-header .bg-secondary {
  background-color: #eaeaea !important;
}
footer.page-footer a.bg-secondary:focus,
.hmi-header a.bg-secondary:focus,
footer.page-footer a.bg-secondary:hover,
.hmi-header a.bg-secondary:hover,
footer.page-footer button.bg-secondary:focus,
.hmi-header button.bg-secondary:focus,
footer.page-footer button.bg-secondary:hover,
.hmi-header button.bg-secondary:hover {
  background-color: #d1d1d1 !important;
}
footer.page-footer .bg-success,
.hmi-header .bg-success {
  background-color: #28a745 !important;
}
footer.page-footer a.bg-success:focus,
.hmi-header a.bg-success:focus,
footer.page-footer a.bg-success:hover,
.hmi-header a.bg-success:hover,
footer.page-footer button.bg-success:focus,
.hmi-header button.bg-success:focus,
footer.page-footer button.bg-success:hover,
.hmi-header button.bg-success:hover {
  background-color: #1e7e34 !important;
}
footer.page-footer .bg-info,
.hmi-header .bg-info {
  background-color: #17a2b8 !important;
}
footer.page-footer a.bg-info:focus,
.hmi-header a.bg-info:focus,
footer.page-footer a.bg-info:hover,
.hmi-header a.bg-info:hover,
footer.page-footer button.bg-info:focus,
.hmi-header button.bg-info:focus,
footer.page-footer button.bg-info:hover,
.hmi-header button.bg-info:hover {
  background-color: #117a8b !important;
}
footer.page-footer .bg-warning,
.hmi-header .bg-warning {
  background-color: #ffc107 !important;
}
footer.page-footer a.bg-warning:focus,
.hmi-header a.bg-warning:focus,
footer.page-footer a.bg-warning:hover,
.hmi-header a.bg-warning:hover,
footer.page-footer button.bg-warning:focus,
.hmi-header button.bg-warning:focus,
footer.page-footer button.bg-warning:hover,
.hmi-header button.bg-warning:hover {
  background-color: #d39e00 !important;
}
footer.page-footer .bg-danger,
.hmi-header .bg-danger {
  background-color: #dc3545 !important;
}
footer.page-footer a.bg-danger:focus,
.hmi-header a.bg-danger:focus,
footer.page-footer a.bg-danger:hover,
.hmi-header a.bg-danger:hover,
footer.page-footer button.bg-danger:focus,
.hmi-header button.bg-danger:focus,
footer.page-footer button.bg-danger:hover,
.hmi-header button.bg-danger:hover {
  background-color: #bd2130 !important;
}
footer.page-footer .bg-light,
.hmi-header .bg-light {
  background-color: #f2f2f2 !important;
}
footer.page-footer a.bg-light:focus,
.hmi-header a.bg-light:focus,
footer.page-footer a.bg-light:hover,
.hmi-header a.bg-light:hover,
footer.page-footer button.bg-light:focus,
.hmi-header button.bg-light:focus,
footer.page-footer button.bg-light:hover,
.hmi-header button.bg-light:hover {
  background-color: #d9d9d9 !important;
}
footer.page-footer .bg-dark,
.hmi-header .bg-dark {
  background-color: #3b3b3b !important;
}
footer.page-footer a.bg-dark:focus,
.hmi-header a.bg-dark:focus,
footer.page-footer a.bg-dark:hover,
.hmi-header a.bg-dark:hover,
footer.page-footer button.bg-dark:focus,
.hmi-header button.bg-dark:focus,
footer.page-footer button.bg-dark:hover,
.hmi-header button.bg-dark:hover {
  background-color: #222 !important;
}
footer.page-footer .bg-white,
.hmi-header .bg-white {
  background-color: #fff !important;
}
footer.page-footer .bg-transparent,
.hmi-header .bg-transparent {
  background-color: transparent !important;
}
footer.page-footer .border,
.hmi-header .border {
  border: 1px solid #dee2e6 !important;
}
footer.page-footer .border-top,
.hmi-header .border-top {
  border-top: 1px solid #dee2e6 !important;
}
footer.page-footer .border-right,
.hmi-header .border-right {
  border-right: 1px solid #dee2e6 !important;
}
footer.page-footer .border-bottom,
.hmi-header .border-bottom,
footer.page-footer .typo--label-border,
.hmi-header .typo--label-border {
  border-bottom: 1px solid #dee2e6 !important;
}
footer.page-footer .border-left,
.hmi-header .border-left {
  border-left: 1px solid #dee2e6 !important;
}
footer.page-footer .border-0,
.hmi-header .border-0 {
  border: 0 !important;
}
footer.page-footer .border-top-0,
.hmi-header .border-top-0 {
  border-top: 0 !important;
}
footer.page-footer .border-right-0,
.hmi-header .border-right-0 {
  border-right: 0 !important;
}
footer.page-footer .border-bottom-0,
.hmi-header .border-bottom-0 {
  border-bottom: 0 !important;
}
footer.page-footer .border-left-0,
.hmi-header .border-left-0 {
  border-left: 0 !important;
}
footer.page-footer .border-primary,
.hmi-header .border-primary {
  border-color: #29c7a5 !important;
}
footer.page-footer .border-secondary,
.hmi-header .border-secondary {
  border-color: #eaeaea !important;
}
footer.page-footer .border-success,
.hmi-header .border-success {
  border-color: #28a745 !important;
}
footer.page-footer .border-info,
.hmi-header .border-info {
  border-color: #17a2b8 !important;
}
footer.page-footer .border-warning,
.hmi-header .border-warning {
  border-color: #ffc107 !important;
}
footer.page-footer .border-danger,
.hmi-header .border-danger {
  border-color: #dc3545 !important;
}
footer.page-footer .border-light,
.hmi-header .border-light {
  border-color: #f2f2f2 !important;
}
footer.page-footer .border-dark,
.hmi-header .border-dark {
  border-color: #3b3b3b !important;
}
footer.page-footer .border-white,
.hmi-header .border-white {
  border-color: #fff !important;
}
footer.page-footer .rounded,
.hmi-header .rounded {
  border-radius: 0.25rem !important;
}
footer.page-footer .rounded-top,
.hmi-header .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
footer.page-footer .rounded-right,
.hmi-header .rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
footer.page-footer .rounded-bottom,
.hmi-header .rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
footer.page-footer .rounded-left,
.hmi-header .rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
footer.page-footer .rounded-circle,
.hmi-header .rounded-circle {
  border-radius: 50% !important;
}
footer.page-footer .rounded-0,
.hmi-header .rounded-0 {
  border-radius: 0 !important;
}
footer.page-footer .clearfix::after,
.hmi-header .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
footer.page-footer .d-none,
.hmi-header .d-none {
  display: none !important;
}
footer.page-footer .d-inline,
.hmi-header .d-inline {
  display: inline !important;
}
footer.page-footer .d-inline-block,
.hmi-header .d-inline-block {
  display: inline-block !important;
}
footer.page-footer .d-block,
.hmi-header .d-block {
  display: block !important;
}
footer.page-footer .d-table,
.hmi-header .d-table {
  display: table !important;
}
footer.page-footer .d-table-row,
.hmi-header .d-table-row {
  display: table-row !important;
}
footer.page-footer .d-table-cell,
.hmi-header .d-table-cell {
  display: table-cell !important;
}
footer.page-footer .d-flex,
.hmi-header .d-flex {
  display: flex !important;
}
footer.page-footer .d-inline-flex,
.hmi-header .d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  footer.page-footer .d-sm-none,
  .hmi-header .d-sm-none {
    display: none !important;
  }
  footer.page-footer .d-sm-inline,
  .hmi-header .d-sm-inline {
    display: inline !important;
  }
  footer.page-footer .d-sm-inline-block,
  .hmi-header .d-sm-inline-block {
    display: inline-block !important;
  }
  footer.page-footer .d-sm-block,
  .hmi-header .d-sm-block {
    display: block !important;
  }
  footer.page-footer .d-sm-table,
  .hmi-header .d-sm-table {
    display: table !important;
  }
  footer.page-footer .d-sm-table-row,
  .hmi-header .d-sm-table-row {
    display: table-row !important;
  }
  footer.page-footer .d-sm-table-cell,
  .hmi-header .d-sm-table-cell {
    display: table-cell !important;
  }
  footer.page-footer .d-sm-flex,
  .hmi-header .d-sm-flex {
    display: flex !important;
  }
  footer.page-footer .d-sm-inline-flex,
  .hmi-header .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  footer.page-footer .d-md-none,
  .hmi-header .d-md-none {
    display: none !important;
  }
  footer.page-footer .d-md-inline,
  .hmi-header .d-md-inline {
    display: inline !important;
  }
  footer.page-footer .d-md-inline-block,
  .hmi-header .d-md-inline-block {
    display: inline-block !important;
  }
  footer.page-footer .d-md-block,
  .hmi-header .d-md-block {
    display: block !important;
  }
  footer.page-footer .d-md-table,
  .hmi-header .d-md-table {
    display: table !important;
  }
  footer.page-footer .d-md-table-row,
  .hmi-header .d-md-table-row {
    display: table-row !important;
  }
  footer.page-footer .d-md-table-cell,
  .hmi-header .d-md-table-cell {
    display: table-cell !important;
  }
  footer.page-footer .d-md-flex,
  .hmi-header .d-md-flex {
    display: flex !important;
  }
  footer.page-footer .d-md-inline-flex,
  .hmi-header .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  footer.page-footer .d-lg-none,
  .hmi-header .d-lg-none {
    display: none !important;
  }
  footer.page-footer .d-lg-inline,
  .hmi-header .d-lg-inline {
    display: inline !important;
  }
  footer.page-footer .d-lg-inline-block,
  .hmi-header .d-lg-inline-block {
    display: inline-block !important;
  }
  footer.page-footer .d-lg-block,
  .hmi-header .d-lg-block {
    display: block !important;
  }
  footer.page-footer .d-lg-table,
  .hmi-header .d-lg-table {
    display: table !important;
  }
  footer.page-footer .d-lg-table-row,
  .hmi-header .d-lg-table-row {
    display: table-row !important;
  }
  footer.page-footer .d-lg-table-cell,
  .hmi-header .d-lg-table-cell {
    display: table-cell !important;
  }
  footer.page-footer .d-lg-flex,
  .hmi-header .d-lg-flex {
    display: flex !important;
  }
  footer.page-footer .d-lg-inline-flex,
  .hmi-header .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  footer.page-footer .d-xl-none,
  .hmi-header .d-xl-none {
    display: none !important;
  }
  footer.page-footer .d-xl-inline,
  .hmi-header .d-xl-inline {
    display: inline !important;
  }
  footer.page-footer .d-xl-inline-block,
  .hmi-header .d-xl-inline-block {
    display: inline-block !important;
  }
  footer.page-footer .d-xl-block,
  .hmi-header .d-xl-block {
    display: block !important;
  }
  footer.page-footer .d-xl-table,
  .hmi-header .d-xl-table {
    display: table !important;
  }
  footer.page-footer .d-xl-table-row,
  .hmi-header .d-xl-table-row {
    display: table-row !important;
  }
  footer.page-footer .d-xl-table-cell,
  .hmi-header .d-xl-table-cell {
    display: table-cell !important;
  }
  footer.page-footer .d-xl-flex,
  .hmi-header .d-xl-flex {
    display: flex !important;
  }
  footer.page-footer .d-xl-inline-flex,
  .hmi-header .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  footer.page-footer .d-print-none,
  .hmi-header .d-print-none {
    display: none !important;
  }
  footer.page-footer .d-print-inline,
  .hmi-header .d-print-inline {
    display: inline !important;
  }
  footer.page-footer .d-print-inline-block,
  .hmi-header .d-print-inline-block {
    display: inline-block !important;
  }
  footer.page-footer .d-print-block,
  .hmi-header .d-print-block {
    display: block !important;
  }
  footer.page-footer .d-print-table,
  .hmi-header .d-print-table {
    display: table !important;
  }
  footer.page-footer .d-print-table-row,
  .hmi-header .d-print-table-row {
    display: table-row !important;
  }
  footer.page-footer .d-print-table-cell,
  .hmi-header .d-print-table-cell {
    display: table-cell !important;
  }
  footer.page-footer .d-print-flex,
  .hmi-header .d-print-flex {
    display: flex !important;
  }
  footer.page-footer .d-print-inline-flex,
  .hmi-header .d-print-inline-flex {
    display: inline-flex !important;
  }
}
footer.page-footer .embed-responsive,
.hmi-header .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
footer.page-footer .embed-responsive::before,
.hmi-header .embed-responsive::before {
  display: block;
  content: "";
}
footer.page-footer .embed-responsive .embed-responsive-item,
.hmi-header .embed-responsive .embed-responsive-item,
footer.page-footer .embed-responsive embed,
.hmi-header .embed-responsive embed,
footer.page-footer .embed-responsive iframe,
.hmi-header .embed-responsive iframe,
footer.page-footer .embed-responsive object,
.hmi-header .embed-responsive object,
footer.page-footer .embed-responsive video,
.hmi-header .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
footer.page-footer .embed-responsive-21by9::before,
.hmi-header .embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
footer.page-footer .embed-responsive-16by9::before,
.hmi-header .embed-responsive-16by9::before {
  padding-top: 56.25%;
}
footer.page-footer .embed-responsive-4by3::before,
.hmi-header .embed-responsive-4by3::before {
  padding-top: 75%;
}
footer.page-footer .embed-responsive-1by1::before,
.hmi-header .embed-responsive-1by1::before {
  padding-top: 100%;
}
footer.page-footer .flex-row,
.hmi-header .flex-row {
  flex-direction: row !important;
}
footer.page-footer .flex-column,
.hmi-header .flex-column {
  flex-direction: column !important;
}
footer.page-footer .flex-row-reverse,
.hmi-header .flex-row-reverse {
  flex-direction: row-reverse !important;
}
footer.page-footer .flex-column-reverse,
.hmi-header .flex-column-reverse {
  flex-direction: column-reverse !important;
}
footer.page-footer .flex-wrap,
.hmi-header .flex-wrap {
  flex-wrap: wrap !important;
}
footer.page-footer .flex-nowrap,
.hmi-header .flex-nowrap {
  flex-wrap: nowrap !important;
}
footer.page-footer .flex-wrap-reverse,
.hmi-header .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
footer.page-footer .flex-fill,
.hmi-header .flex-fill {
  flex: 1 1 auto !important;
}
footer.page-footer .flex-grow-0,
.hmi-header .flex-grow-0 {
  flex-grow: 0 !important;
}
footer.page-footer .flex-grow-1,
.hmi-header .flex-grow-1 {
  flex-grow: 1 !important;
}
footer.page-footer .flex-shrink-0,
.hmi-header .flex-shrink-0 {
  flex-shrink: 0 !important;
}
footer.page-footer .flex-shrink-1,
.hmi-header .flex-shrink-1 {
  flex-shrink: 1 !important;
}
footer.page-footer .justify-content-start,
.hmi-header .justify-content-start {
  justify-content: flex-start !important;
}
footer.page-footer .justify-content-end,
.hmi-header .justify-content-end {
  justify-content: flex-end !important;
}
footer.page-footer .justify-content-center,
.hmi-header .justify-content-center {
  justify-content: center !important;
}
footer.page-footer .justify-content-between,
.hmi-header .justify-content-between {
  justify-content: space-between !important;
}
footer.page-footer .justify-content-around,
.hmi-header .justify-content-around {
  justify-content: space-around !important;
}
footer.page-footer .align-items-start,
.hmi-header .align-items-start {
  align-items: flex-start !important;
}
footer.page-footer .align-items-end,
.hmi-header .align-items-end {
  align-items: flex-end !important;
}
footer.page-footer .align-items-center,
.hmi-header .align-items-center {
  align-items: center !important;
}
footer.page-footer .align-items-baseline,
.hmi-header .align-items-baseline {
  align-items: baseline !important;
}
footer.page-footer .align-items-stretch,
.hmi-header .align-items-stretch {
  align-items: stretch !important;
}
footer.page-footer .align-content-start,
.hmi-header .align-content-start {
  align-content: flex-start !important;
}
footer.page-footer .align-content-end,
.hmi-header .align-content-end {
  align-content: flex-end !important;
}
footer.page-footer .align-content-center,
.hmi-header .align-content-center {
  align-content: center !important;
}
footer.page-footer .align-content-between,
.hmi-header .align-content-between {
  align-content: space-between !important;
}
footer.page-footer .align-content-around,
.hmi-header .align-content-around {
  align-content: space-around !important;
}
footer.page-footer .align-content-stretch,
.hmi-header .align-content-stretch {
  align-content: stretch !important;
}
footer.page-footer .align-self-auto,
.hmi-header .align-self-auto {
  align-self: auto !important;
}
footer.page-footer .align-self-start,
.hmi-header .align-self-start {
  align-self: flex-start !important;
}
footer.page-footer .align-self-end,
.hmi-header .align-self-end {
  align-self: flex-end !important;
}
footer.page-footer .align-self-center,
.hmi-header .align-self-center {
  align-self: center !important;
}
footer.page-footer .align-self-baseline,
.hmi-header .align-self-baseline {
  align-self: baseline !important;
}
footer.page-footer .align-self-stretch,
.hmi-header .align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  footer.page-footer .flex-sm-row,
  .hmi-header .flex-sm-row {
    flex-direction: row !important;
  }
  footer.page-footer .flex-sm-column,
  .hmi-header .flex-sm-column {
    flex-direction: column !important;
  }
  footer.page-footer .flex-sm-row-reverse,
  .hmi-header .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  footer.page-footer .flex-sm-column-reverse,
  .hmi-header .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  footer.page-footer .flex-sm-wrap,
  .hmi-header .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  footer.page-footer .flex-sm-nowrap,
  .hmi-header .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  footer.page-footer .flex-sm-wrap-reverse,
  .hmi-header .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  footer.page-footer .flex-sm-fill,
  .hmi-header .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  footer.page-footer .flex-sm-grow-0,
  .hmi-header .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  footer.page-footer .flex-sm-grow-1,
  .hmi-header .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  footer.page-footer .flex-sm-shrink-0,
  .hmi-header .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  footer.page-footer .flex-sm-shrink-1,
  .hmi-header .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  footer.page-footer .justify-content-sm-start,
  .hmi-header .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  footer.page-footer .justify-content-sm-end,
  .hmi-header .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  footer.page-footer .justify-content-sm-center,
  .hmi-header .justify-content-sm-center {
    justify-content: center !important;
  }
  footer.page-footer .justify-content-sm-between,
  .hmi-header .justify-content-sm-between {
    justify-content: space-between !important;
  }
  footer.page-footer .justify-content-sm-around,
  .hmi-header .justify-content-sm-around {
    justify-content: space-around !important;
  }
  footer.page-footer .align-items-sm-start,
  .hmi-header .align-items-sm-start {
    align-items: flex-start !important;
  }
  footer.page-footer .align-items-sm-end,
  .hmi-header .align-items-sm-end {
    align-items: flex-end !important;
  }
  footer.page-footer .align-items-sm-center,
  .hmi-header .align-items-sm-center {
    align-items: center !important;
  }
  footer.page-footer .align-items-sm-baseline,
  .hmi-header .align-items-sm-baseline {
    align-items: baseline !important;
  }
  footer.page-footer .align-items-sm-stretch,
  .hmi-header .align-items-sm-stretch {
    align-items: stretch !important;
  }
  footer.page-footer .align-content-sm-start,
  .hmi-header .align-content-sm-start {
    align-content: flex-start !important;
  }
  footer.page-footer .align-content-sm-end,
  .hmi-header .align-content-sm-end {
    align-content: flex-end !important;
  }
  footer.page-footer .align-content-sm-center,
  .hmi-header .align-content-sm-center {
    align-content: center !important;
  }
  footer.page-footer .align-content-sm-between,
  .hmi-header .align-content-sm-between {
    align-content: space-between !important;
  }
  footer.page-footer .align-content-sm-around,
  .hmi-header .align-content-sm-around {
    align-content: space-around !important;
  }
  footer.page-footer .align-content-sm-stretch,
  .hmi-header .align-content-sm-stretch {
    align-content: stretch !important;
  }
  footer.page-footer .align-self-sm-auto,
  .hmi-header .align-self-sm-auto {
    align-self: auto !important;
  }
  footer.page-footer .align-self-sm-start,
  .hmi-header .align-self-sm-start {
    align-self: flex-start !important;
  }
  footer.page-footer .align-self-sm-end,
  .hmi-header .align-self-sm-end {
    align-self: flex-end !important;
  }
  footer.page-footer .align-self-sm-center,
  .hmi-header .align-self-sm-center {
    align-self: center !important;
  }
  footer.page-footer .align-self-sm-baseline,
  .hmi-header .align-self-sm-baseline {
    align-self: baseline !important;
  }
  footer.page-footer .align-self-sm-stretch,
  .hmi-header .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  footer.page-footer .flex-md-row,
  .hmi-header .flex-md-row {
    flex-direction: row !important;
  }
  footer.page-footer .flex-md-column,
  .hmi-header .flex-md-column {
    flex-direction: column !important;
  }
  footer.page-footer .flex-md-row-reverse,
  .hmi-header .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  footer.page-footer .flex-md-column-reverse,
  .hmi-header .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  footer.page-footer .flex-md-wrap,
  .hmi-header .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  footer.page-footer .flex-md-nowrap,
  .hmi-header .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  footer.page-footer .flex-md-wrap-reverse,
  .hmi-header .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  footer.page-footer .flex-md-fill,
  .hmi-header .flex-md-fill {
    flex: 1 1 auto !important;
  }
  footer.page-footer .flex-md-grow-0,
  .hmi-header .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  footer.page-footer .flex-md-grow-1,
  .hmi-header .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  footer.page-footer .flex-md-shrink-0,
  .hmi-header .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  footer.page-footer .flex-md-shrink-1,
  .hmi-header .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  footer.page-footer .justify-content-md-start,
  .hmi-header .justify-content-md-start {
    justify-content: flex-start !important;
  }
  footer.page-footer .justify-content-md-end,
  .hmi-header .justify-content-md-end {
    justify-content: flex-end !important;
  }
  footer.page-footer .justify-content-md-center,
  .hmi-header .justify-content-md-center {
    justify-content: center !important;
  }
  footer.page-footer .justify-content-md-between,
  .hmi-header .justify-content-md-between {
    justify-content: space-between !important;
  }
  footer.page-footer .justify-content-md-around,
  .hmi-header .justify-content-md-around {
    justify-content: space-around !important;
  }
  footer.page-footer .align-items-md-start,
  .hmi-header .align-items-md-start {
    align-items: flex-start !important;
  }
  footer.page-footer .align-items-md-end,
  .hmi-header .align-items-md-end {
    align-items: flex-end !important;
  }
  footer.page-footer .align-items-md-center,
  .hmi-header .align-items-md-center {
    align-items: center !important;
  }
  footer.page-footer .align-items-md-baseline,
  .hmi-header .align-items-md-baseline {
    align-items: baseline !important;
  }
  footer.page-footer .align-items-md-stretch,
  .hmi-header .align-items-md-stretch {
    align-items: stretch !important;
  }
  footer.page-footer .align-content-md-start,
  .hmi-header .align-content-md-start {
    align-content: flex-start !important;
  }
  footer.page-footer .align-content-md-end,
  .hmi-header .align-content-md-end {
    align-content: flex-end !important;
  }
  footer.page-footer .align-content-md-center,
  .hmi-header .align-content-md-center {
    align-content: center !important;
  }
  footer.page-footer .align-content-md-between,
  .hmi-header .align-content-md-between {
    align-content: space-between !important;
  }
  footer.page-footer .align-content-md-around,
  .hmi-header .align-content-md-around {
    align-content: space-around !important;
  }
  footer.page-footer .align-content-md-stretch,
  .hmi-header .align-content-md-stretch {
    align-content: stretch !important;
  }
  footer.page-footer .align-self-md-auto,
  .hmi-header .align-self-md-auto {
    align-self: auto !important;
  }
  footer.page-footer .align-self-md-start,
  .hmi-header .align-self-md-start {
    align-self: flex-start !important;
  }
  footer.page-footer .align-self-md-end,
  .hmi-header .align-self-md-end {
    align-self: flex-end !important;
  }
  footer.page-footer .align-self-md-center,
  .hmi-header .align-self-md-center {
    align-self: center !important;
  }
  footer.page-footer .align-self-md-baseline,
  .hmi-header .align-self-md-baseline {
    align-self: baseline !important;
  }
  footer.page-footer .align-self-md-stretch,
  .hmi-header .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  footer.page-footer .flex-lg-row,
  .hmi-header .flex-lg-row {
    flex-direction: row !important;
  }
  footer.page-footer .flex-lg-column,
  .hmi-header .flex-lg-column {
    flex-direction: column !important;
  }
  footer.page-footer .flex-lg-row-reverse,
  .hmi-header .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  footer.page-footer .flex-lg-column-reverse,
  .hmi-header .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  footer.page-footer .flex-lg-wrap,
  .hmi-header .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  footer.page-footer .flex-lg-nowrap,
  .hmi-header .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  footer.page-footer .flex-lg-wrap-reverse,
  .hmi-header .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  footer.page-footer .flex-lg-fill,
  .hmi-header .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  footer.page-footer .flex-lg-grow-0,
  .hmi-header .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  footer.page-footer .flex-lg-grow-1,
  .hmi-header .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  footer.page-footer .flex-lg-shrink-0,
  .hmi-header .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  footer.page-footer .flex-lg-shrink-1,
  .hmi-header .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  footer.page-footer .justify-content-lg-start,
  .hmi-header .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  footer.page-footer .justify-content-lg-end,
  .hmi-header .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  footer.page-footer .justify-content-lg-center,
  .hmi-header .justify-content-lg-center {
    justify-content: center !important;
  }
  footer.page-footer .justify-content-lg-between,
  .hmi-header .justify-content-lg-between {
    justify-content: space-between !important;
  }
  footer.page-footer .justify-content-lg-around,
  .hmi-header .justify-content-lg-around {
    justify-content: space-around !important;
  }
  footer.page-footer .align-items-lg-start,
  .hmi-header .align-items-lg-start {
    align-items: flex-start !important;
  }
  footer.page-footer .align-items-lg-end,
  .hmi-header .align-items-lg-end {
    align-items: flex-end !important;
  }
  footer.page-footer .align-items-lg-center,
  .hmi-header .align-items-lg-center {
    align-items: center !important;
  }
  footer.page-footer .align-items-lg-baseline,
  .hmi-header .align-items-lg-baseline {
    align-items: baseline !important;
  }
  footer.page-footer .align-items-lg-stretch,
  .hmi-header .align-items-lg-stretch {
    align-items: stretch !important;
  }
  footer.page-footer .align-content-lg-start,
  .hmi-header .align-content-lg-start {
    align-content: flex-start !important;
  }
  footer.page-footer .align-content-lg-end,
  .hmi-header .align-content-lg-end {
    align-content: flex-end !important;
  }
  footer.page-footer .align-content-lg-center,
  .hmi-header .align-content-lg-center {
    align-content: center !important;
  }
  footer.page-footer .align-content-lg-between,
  .hmi-header .align-content-lg-between {
    align-content: space-between !important;
  }
  footer.page-footer .align-content-lg-around,
  .hmi-header .align-content-lg-around {
    align-content: space-around !important;
  }
  footer.page-footer .align-content-lg-stretch,
  .hmi-header .align-content-lg-stretch {
    align-content: stretch !important;
  }
  footer.page-footer .align-self-lg-auto,
  .hmi-header .align-self-lg-auto {
    align-self: auto !important;
  }
  footer.page-footer .align-self-lg-start,
  .hmi-header .align-self-lg-start {
    align-self: flex-start !important;
  }
  footer.page-footer .align-self-lg-end,
  .hmi-header .align-self-lg-end {
    align-self: flex-end !important;
  }
  footer.page-footer .align-self-lg-center,
  .hmi-header .align-self-lg-center {
    align-self: center !important;
  }
  footer.page-footer .align-self-lg-baseline,
  .hmi-header .align-self-lg-baseline {
    align-self: baseline !important;
  }
  footer.page-footer .align-self-lg-stretch,
  .hmi-header .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  footer.page-footer .flex-xl-row,
  .hmi-header .flex-xl-row {
    flex-direction: row !important;
  }
  footer.page-footer .flex-xl-column,
  .hmi-header .flex-xl-column {
    flex-direction: column !important;
  }
  footer.page-footer .flex-xl-row-reverse,
  .hmi-header .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  footer.page-footer .flex-xl-column-reverse,
  .hmi-header .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  footer.page-footer .flex-xl-wrap,
  .hmi-header .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  footer.page-footer .flex-xl-nowrap,
  .hmi-header .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  footer.page-footer .flex-xl-wrap-reverse,
  .hmi-header .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  footer.page-footer .flex-xl-fill,
  .hmi-header .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  footer.page-footer .flex-xl-grow-0,
  .hmi-header .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  footer.page-footer .flex-xl-grow-1,
  .hmi-header .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  footer.page-footer .flex-xl-shrink-0,
  .hmi-header .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  footer.page-footer .flex-xl-shrink-1,
  .hmi-header .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  footer.page-footer .justify-content-xl-start,
  .hmi-header .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  footer.page-footer .justify-content-xl-end,
  .hmi-header .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  footer.page-footer .justify-content-xl-center,
  .hmi-header .justify-content-xl-center {
    justify-content: center !important;
  }
  footer.page-footer .justify-content-xl-between,
  .hmi-header .justify-content-xl-between {
    justify-content: space-between !important;
  }
  footer.page-footer .justify-content-xl-around,
  .hmi-header .justify-content-xl-around {
    justify-content: space-around !important;
  }
  footer.page-footer .align-items-xl-start,
  .hmi-header .align-items-xl-start {
    align-items: flex-start !important;
  }
  footer.page-footer .align-items-xl-end,
  .hmi-header .align-items-xl-end {
    align-items: flex-end !important;
  }
  footer.page-footer .align-items-xl-center,
  .hmi-header .align-items-xl-center {
    align-items: center !important;
  }
  footer.page-footer .align-items-xl-baseline,
  .hmi-header .align-items-xl-baseline {
    align-items: baseline !important;
  }
  footer.page-footer .align-items-xl-stretch,
  .hmi-header .align-items-xl-stretch {
    align-items: stretch !important;
  }
  footer.page-footer .align-content-xl-start,
  .hmi-header .align-content-xl-start {
    align-content: flex-start !important;
  }
  footer.page-footer .align-content-xl-end,
  .hmi-header .align-content-xl-end {
    align-content: flex-end !important;
  }
  footer.page-footer .align-content-xl-center,
  .hmi-header .align-content-xl-center {
    align-content: center !important;
  }
  footer.page-footer .align-content-xl-between,
  .hmi-header .align-content-xl-between {
    align-content: space-between !important;
  }
  footer.page-footer .align-content-xl-around,
  .hmi-header .align-content-xl-around {
    align-content: space-around !important;
  }
  footer.page-footer .align-content-xl-stretch,
  .hmi-header .align-content-xl-stretch {
    align-content: stretch !important;
  }
  footer.page-footer .align-self-xl-auto,
  .hmi-header .align-self-xl-auto {
    align-self: auto !important;
  }
  footer.page-footer .align-self-xl-start,
  .hmi-header .align-self-xl-start {
    align-self: flex-start !important;
  }
  footer.page-footer .align-self-xl-end,
  .hmi-header .align-self-xl-end {
    align-self: flex-end !important;
  }
  footer.page-footer .align-self-xl-center,
  .hmi-header .align-self-xl-center {
    align-self: center !important;
  }
  footer.page-footer .align-self-xl-baseline,
  .hmi-header .align-self-xl-baseline {
    align-self: baseline !important;
  }
  footer.page-footer .align-self-xl-stretch,
  .hmi-header .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
footer.page-footer .float-left,
.hmi-header .float-left {
  float: left !important;
}
footer.page-footer .float-right,
.hmi-header .float-right {
  float: right !important;
}
footer.page-footer .float-none,
.hmi-header .float-none {
  float: none !important;
}
@media (min-width: 576px) {
  footer.page-footer .float-sm-left,
  .hmi-header .float-sm-left {
    float: left !important;
  }
  footer.page-footer .float-sm-right,
  .hmi-header .float-sm-right {
    float: right !important;
  }
  footer.page-footer .float-sm-none,
  .hmi-header .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  footer.page-footer .float-md-left,
  .hmi-header .float-md-left {
    float: left !important;
  }
  footer.page-footer .float-md-right,
  .hmi-header .float-md-right {
    float: right !important;
  }
  footer.page-footer .float-md-none,
  .hmi-header .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  footer.page-footer .float-lg-left,
  .hmi-header .float-lg-left {
    float: left !important;
  }
  footer.page-footer .float-lg-right,
  .hmi-header .float-lg-right {
    float: right !important;
  }
  footer.page-footer .float-lg-none,
  .hmi-header .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  footer.page-footer .float-xl-left,
  .hmi-header .float-xl-left {
    float: left !important;
  }
  footer.page-footer .float-xl-right,
  .hmi-header .float-xl-right {
    float: right !important;
  }
  footer.page-footer .float-xl-none,
  .hmi-header .float-xl-none {
    float: none !important;
  }
}
footer.page-footer .position-static,
.hmi-header .position-static {
  position: static !important;
}
footer.page-footer .position-relative,
.hmi-header .position-relative {
  position: relative !important;
}
footer.page-footer .position-absolute,
.hmi-header .position-absolute {
  position: absolute !important;
}
footer.page-footer .position-fixed,
.hmi-header .position-fixed {
  position: fixed !important;
}
footer.page-footer .position-sticky,
.hmi-header .position-sticky {
  position: sticky !important;
}
footer.page-footer .fixed-top,
.hmi-header .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
footer.page-footer .fixed-bottom,
.hmi-header .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  footer.page-footer .sticky-top,
  .hmi-header .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
footer.page-footer .sr-only,
.hmi-header .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
footer.page-footer .sr-only-focusable:active,
.hmi-header .sr-only-focusable:active,
footer.page-footer .sr-only-focusable:focus,
.hmi-header .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
footer.page-footer .shadow-sm,
.hmi-header .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(27, 27, 27, 0.075) !important;
}
footer.page-footer .shadow,
.hmi-header .shadow {
  box-shadow: 0 0.5rem 1rem rgba(27, 27, 27, 0.15) !important;
}
footer.page-footer .shadow-lg,
.hmi-header .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(27, 27, 27, 0.175) !important;
}
footer.page-footer .shadow-none,
.hmi-header .shadow-none {
  box-shadow: none !important;
}
footer.page-footer .w-25,
.hmi-header .w-25 {
  width: 25% !important;
}
footer.page-footer .w-50,
.hmi-header .w-50 {
  width: 50% !important;
}
footer.page-footer .w-75,
.hmi-header .w-75 {
  width: 75% !important;
}
footer.page-footer .w-100,
.hmi-header .w-100 {
  width: 100% !important;
}
footer.page-footer .w-auto,
.hmi-header .w-auto {
  width: auto !important;
}
footer.page-footer .h-25,
.hmi-header .h-25 {
  height: 25% !important;
}
footer.page-footer .h-50,
.hmi-header .h-50 {
  height: 50% !important;
}
footer.page-footer .h-75,
.hmi-header .h-75 {
  height: 75% !important;
}
footer.page-footer .h-100,
.hmi-header .h-100 {
  height: 100% !important;
}
footer.page-footer .h-auto,
.hmi-header .h-auto {
  height: auto !important;
}
footer.page-footer .mw-100,
.hmi-header .mw-100 {
  max-width: 100% !important;
}
footer.page-footer .mh-100,
.hmi-header .mh-100 {
  max-height: 100% !important;
}
footer.page-footer .m-0,
.hmi-header .m-0 {
  margin: 0 !important;
}
footer.page-footer .mt-0,
.hmi-header .mt-0,
footer.page-footer .my-0,
.hmi-header .my-0 {
  margin-top: 0 !important;
}
footer.page-footer .mr-0,
.hmi-header .mr-0,
footer.page-footer .mx-0,
.hmi-header .mx-0 {
  margin-right: 0 !important;
}
footer.page-footer .mb-0,
.hmi-header .mb-0,
footer.page-footer .my-0,
.hmi-header .my-0 {
  margin-bottom: 0 !important;
}
footer.page-footer .ml-0,
.hmi-header .ml-0,
footer.page-footer .mx-0,
.hmi-header .mx-0 {
  margin-left: 0 !important;
}
footer.page-footer .m-1,
.hmi-header .m-1 {
  margin: 5px !important;
}
footer.page-footer .mt-1,
.hmi-header .mt-1,
footer.page-footer .my-1,
.hmi-header .my-1 {
  margin-top: 5px !important;
}
footer.page-footer .mr-1,
.hmi-header .mr-1,
footer.page-footer .mx-1,
.hmi-header .mx-1 {
  margin-right: 5px !important;
}
footer.page-footer .mb-1,
.hmi-header .mb-1,
footer.page-footer .my-1,
.hmi-header .my-1 {
  margin-bottom: 5px !important;
}
footer.page-footer .ml-1,
.hmi-header .ml-1,
footer.page-footer .mx-1,
.hmi-header .mx-1 {
  margin-left: 5px !important;
}
footer.page-footer .m-2,
.hmi-header .m-2 {
  margin: 10px !important;
}
footer.page-footer .mt-2,
.hmi-header .mt-2,
footer.page-footer .my-2,
.hmi-header .my-2 {
  margin-top: 10px !important;
}
footer.page-footer .mr-2,
.hmi-header .mr-2,
footer.page-footer .mx-2,
.hmi-header .mx-2 {
  margin-right: 10px !important;
}
footer.page-footer .mb-2,
.hmi-header .mb-2,
footer.page-footer .my-2,
.hmi-header .my-2 {
  margin-bottom: 10px !important;
}
footer.page-footer .ml-2,
.hmi-header .ml-2,
footer.page-footer .mx-2,
.hmi-header .mx-2 {
  margin-left: 10px !important;
}
footer.page-footer .m-3,
.hmi-header .m-3 {
  margin: 20px !important;
}
footer.page-footer .mt-3,
.hmi-header .mt-3,
footer.page-footer .my-3,
.hmi-header .my-3 {
  margin-top: 20px !important;
}
footer.page-footer .mr-3,
.hmi-header .mr-3,
footer.page-footer .mx-3,
.hmi-header .mx-3 {
  margin-right: 20px !important;
}
footer.page-footer .mb-3,
.hmi-header .mb-3,
footer.page-footer .my-3,
.hmi-header .my-3 {
  margin-bottom: 20px !important;
}
footer.page-footer .ml-3,
.hmi-header .ml-3,
footer.page-footer .mx-3,
.hmi-header .mx-3 {
  margin-left: 20px !important;
}
footer.page-footer .m-4,
.hmi-header .m-4 {
  margin: 30px !important;
}
footer.page-footer .mt-4,
.hmi-header .mt-4,
footer.page-footer .my-4,
.hmi-header .my-4 {
  margin-top: 30px !important;
}
footer.page-footer .mr-4,
.hmi-header .mr-4,
footer.page-footer .mx-4,
.hmi-header .mx-4 {
  margin-right: 30px !important;
}
footer.page-footer .mb-4,
.hmi-header .mb-4,
footer.page-footer .my-4,
.hmi-header .my-4 {
  margin-bottom: 30px !important;
}
footer.page-footer .ml-4,
.hmi-header .ml-4,
footer.page-footer .mx-4,
.hmi-header .mx-4 {
  margin-left: 30px !important;
}
footer.page-footer .m-5,
.hmi-header .m-5 {
  margin: 60px !important;
}
footer.page-footer .mt-5,
.hmi-header .mt-5,
footer.page-footer .my-5,
.hmi-header .my-5 {
  margin-top: 60px !important;
}
footer.page-footer .mr-5,
.hmi-header .mr-5,
footer.page-footer .mx-5,
.hmi-header .mx-5 {
  margin-right: 60px !important;
}
footer.page-footer .mb-5,
.hmi-header .mb-5,
footer.page-footer .my-5,
.hmi-header .my-5 {
  margin-bottom: 60px !important;
}
footer.page-footer .ml-5,
.hmi-header .ml-5,
footer.page-footer .mx-5,
.hmi-header .mx-5 {
  margin-left: 60px !important;
}
footer.page-footer .p-0,
.hmi-header .p-0 {
  padding: 0 !important;
}
footer.page-footer .pt-0,
.hmi-header .pt-0,
footer.page-footer .py-0,
.hmi-header .py-0 {
  padding-top: 0 !important;
}
footer.page-footer .pr-0,
.hmi-header .pr-0,
footer.page-footer .px-0,
.hmi-header .px-0 {
  padding-right: 0 !important;
}
footer.page-footer .pb-0,
.hmi-header .pb-0,
footer.page-footer .py-0,
.hmi-header .py-0 {
  padding-bottom: 0 !important;
}
footer.page-footer .pl-0,
.hmi-header .pl-0,
footer.page-footer .px-0,
.hmi-header .px-0 {
  padding-left: 0 !important;
}
footer.page-footer .p-1,
.hmi-header .p-1 {
  padding: 5px !important;
}
footer.page-footer .pt-1,
.hmi-header .pt-1,
footer.page-footer .py-1,
.hmi-header .py-1 {
  padding-top: 5px !important;
}
footer.page-footer .pr-1,
.hmi-header .pr-1,
footer.page-footer .px-1,
.hmi-header .px-1 {
  padding-right: 5px !important;
}
footer.page-footer .pb-1,
.hmi-header .pb-1,
footer.page-footer .py-1,
.hmi-header .py-1 {
  padding-bottom: 5px !important;
}
footer.page-footer .pl-1,
.hmi-header .pl-1,
footer.page-footer .px-1,
.hmi-header .px-1 {
  padding-left: 5px !important;
}
footer.page-footer .p-2,
.hmi-header .p-2 {
  padding: 10px !important;
}
footer.page-footer .pt-2,
.hmi-header .pt-2,
footer.page-footer .py-2,
.hmi-header .py-2 {
  padding-top: 10px !important;
}
footer.page-footer .pr-2,
.hmi-header .pr-2,
footer.page-footer .px-2,
.hmi-header .px-2 {
  padding-right: 10px !important;
}
footer.page-footer .pb-2,
.hmi-header .pb-2,
footer.page-footer .py-2,
.hmi-header .py-2 {
  padding-bottom: 10px !important;
}
footer.page-footer .pl-2,
.hmi-header .pl-2,
footer.page-footer .px-2,
.hmi-header .px-2 {
  padding-left: 10px !important;
}
footer.page-footer .p-3,
.hmi-header .p-3 {
  padding: 20px !important;
}
footer.page-footer .pt-3,
.hmi-header .pt-3,
footer.page-footer .py-3,
.hmi-header .py-3 {
  padding-top: 20px !important;
}
footer.page-footer .pr-3,
.hmi-header .pr-3,
footer.page-footer .px-3,
.hmi-header .px-3 {
  padding-right: 20px !important;
}
footer.page-footer .pb-3,
.hmi-header .pb-3,
footer.page-footer .py-3,
.hmi-header .py-3 {
  padding-bottom: 20px !important;
}
footer.page-footer .pl-3,
.hmi-header .pl-3,
footer.page-footer .px-3,
.hmi-header .px-3 {
  padding-left: 20px !important;
}
footer.page-footer .p-4,
.hmi-header .p-4 {
  padding: 30px !important;
}
footer.page-footer .pt-4,
.hmi-header .pt-4,
footer.page-footer .py-4,
.hmi-header .py-4 {
  padding-top: 30px !important;
}
footer.page-footer .pr-4,
.hmi-header .pr-4,
footer.page-footer .px-4,
.hmi-header .px-4 {
  padding-right: 30px !important;
}
footer.page-footer .pb-4,
.hmi-header .pb-4,
footer.page-footer .py-4,
.hmi-header .py-4 {
  padding-bottom: 30px !important;
}
footer.page-footer .pl-4,
.hmi-header .pl-4,
footer.page-footer .px-4,
.hmi-header .px-4 {
  padding-left: 30px !important;
}
footer.page-footer .p-5,
.hmi-header .p-5 {
  padding: 60px !important;
}
footer.page-footer .pt-5,
.hmi-header .pt-5,
footer.page-footer .py-5,
.hmi-header .py-5 {
  padding-top: 60px !important;
}
footer.page-footer .pr-5,
.hmi-header .pr-5,
footer.page-footer .px-5,
.hmi-header .px-5 {
  padding-right: 60px !important;
}
footer.page-footer .pb-5,
.hmi-header .pb-5,
footer.page-footer .py-5,
.hmi-header .py-5 {
  padding-bottom: 60px !important;
}
footer.page-footer .pl-5,
.hmi-header .pl-5,
footer.page-footer .px-5,
.hmi-header .px-5 {
  padding-left: 60px !important;
}
footer.page-footer .m-auto,
.hmi-header .m-auto {
  margin: auto !important;
}
footer.page-footer .mt-auto,
.hmi-header .mt-auto,
footer.page-footer .my-auto,
.hmi-header .my-auto {
  margin-top: auto !important;
}
footer.page-footer .mr-auto,
.hmi-header .mr-auto,
footer.page-footer .mx-auto,
.hmi-header .mx-auto {
  margin-right: auto !important;
}
footer.page-footer .mb-auto,
.hmi-header .mb-auto,
footer.page-footer .my-auto,
.hmi-header .my-auto {
  margin-bottom: auto !important;
}
footer.page-footer .ml-auto,
.hmi-header .ml-auto,
footer.page-footer .mx-auto,
.hmi-header .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  footer.page-footer .m-sm-0,
  .hmi-header .m-sm-0 {
    margin: 0 !important;
  }
  footer.page-footer .mt-sm-0,
  .hmi-header .mt-sm-0,
  footer.page-footer .my-sm-0,
  .hmi-header .my-sm-0 {
    margin-top: 0 !important;
  }
  footer.page-footer .mr-sm-0,
  .hmi-header .mr-sm-0,
  footer.page-footer .mx-sm-0,
  .hmi-header .mx-sm-0 {
    margin-right: 0 !important;
  }
  footer.page-footer .mb-sm-0,
  .hmi-header .mb-sm-0,
  footer.page-footer .my-sm-0,
  .hmi-header .my-sm-0 {
    margin-bottom: 0 !important;
  }
  footer.page-footer .ml-sm-0,
  .hmi-header .ml-sm-0,
  footer.page-footer .mx-sm-0,
  .hmi-header .mx-sm-0 {
    margin-left: 0 !important;
  }
  footer.page-footer .m-sm-1,
  .hmi-header .m-sm-1 {
    margin: 5px !important;
  }
  footer.page-footer .mt-sm-1,
  .hmi-header .mt-sm-1,
  footer.page-footer .my-sm-1,
  .hmi-header .my-sm-1 {
    margin-top: 5px !important;
  }
  footer.page-footer .mr-sm-1,
  .hmi-header .mr-sm-1,
  footer.page-footer .mx-sm-1,
  .hmi-header .mx-sm-1 {
    margin-right: 5px !important;
  }
  footer.page-footer .mb-sm-1,
  .hmi-header .mb-sm-1,
  footer.page-footer .my-sm-1,
  .hmi-header .my-sm-1 {
    margin-bottom: 5px !important;
  }
  footer.page-footer .ml-sm-1,
  .hmi-header .ml-sm-1,
  footer.page-footer .mx-sm-1,
  .hmi-header .mx-sm-1 {
    margin-left: 5px !important;
  }
  footer.page-footer .m-sm-2,
  .hmi-header .m-sm-2 {
    margin: 10px !important;
  }
  footer.page-footer .mt-sm-2,
  .hmi-header .mt-sm-2,
  footer.page-footer .my-sm-2,
  .hmi-header .my-sm-2 {
    margin-top: 10px !important;
  }
  footer.page-footer .mr-sm-2,
  .hmi-header .mr-sm-2,
  footer.page-footer .mx-sm-2,
  .hmi-header .mx-sm-2 {
    margin-right: 10px !important;
  }
  footer.page-footer .mb-sm-2,
  .hmi-header .mb-sm-2,
  footer.page-footer .my-sm-2,
  .hmi-header .my-sm-2 {
    margin-bottom: 10px !important;
  }
  footer.page-footer .ml-sm-2,
  .hmi-header .ml-sm-2,
  footer.page-footer .mx-sm-2,
  .hmi-header .mx-sm-2 {
    margin-left: 10px !important;
  }
  footer.page-footer .m-sm-3,
  .hmi-header .m-sm-3 {
    margin: 20px !important;
  }
  footer.page-footer .mt-sm-3,
  .hmi-header .mt-sm-3,
  footer.page-footer .my-sm-3,
  .hmi-header .my-sm-3 {
    margin-top: 20px !important;
  }
  footer.page-footer .mr-sm-3,
  .hmi-header .mr-sm-3,
  footer.page-footer .mx-sm-3,
  .hmi-header .mx-sm-3 {
    margin-right: 20px !important;
  }
  footer.page-footer .mb-sm-3,
  .hmi-header .mb-sm-3,
  footer.page-footer .my-sm-3,
  .hmi-header .my-sm-3 {
    margin-bottom: 20px !important;
  }
  footer.page-footer .ml-sm-3,
  .hmi-header .ml-sm-3,
  footer.page-footer .mx-sm-3,
  .hmi-header .mx-sm-3 {
    margin-left: 20px !important;
  }
  footer.page-footer .m-sm-4,
  .hmi-header .m-sm-4 {
    margin: 30px !important;
  }
  footer.page-footer .mt-sm-4,
  .hmi-header .mt-sm-4,
  footer.page-footer .my-sm-4,
  .hmi-header .my-sm-4 {
    margin-top: 30px !important;
  }
  footer.page-footer .mr-sm-4,
  .hmi-header .mr-sm-4,
  footer.page-footer .mx-sm-4,
  .hmi-header .mx-sm-4 {
    margin-right: 30px !important;
  }
  footer.page-footer .mb-sm-4,
  .hmi-header .mb-sm-4,
  footer.page-footer .my-sm-4,
  .hmi-header .my-sm-4 {
    margin-bottom: 30px !important;
  }
  footer.page-footer .ml-sm-4,
  .hmi-header .ml-sm-4,
  footer.page-footer .mx-sm-4,
  .hmi-header .mx-sm-4 {
    margin-left: 30px !important;
  }
  footer.page-footer .m-sm-5,
  .hmi-header .m-sm-5 {
    margin: 60px !important;
  }
  footer.page-footer .mt-sm-5,
  .hmi-header .mt-sm-5,
  footer.page-footer .my-sm-5,
  .hmi-header .my-sm-5 {
    margin-top: 60px !important;
  }
  footer.page-footer .mr-sm-5,
  .hmi-header .mr-sm-5,
  footer.page-footer .mx-sm-5,
  .hmi-header .mx-sm-5 {
    margin-right: 60px !important;
  }
  footer.page-footer .mb-sm-5,
  .hmi-header .mb-sm-5,
  footer.page-footer .my-sm-5,
  .hmi-header .my-sm-5 {
    margin-bottom: 60px !important;
  }
  footer.page-footer .ml-sm-5,
  .hmi-header .ml-sm-5,
  footer.page-footer .mx-sm-5,
  .hmi-header .mx-sm-5 {
    margin-left: 60px !important;
  }
  footer.page-footer .p-sm-0,
  .hmi-header .p-sm-0 {
    padding: 0 !important;
  }
  footer.page-footer .pt-sm-0,
  .hmi-header .pt-sm-0,
  footer.page-footer .py-sm-0,
  .hmi-header .py-sm-0 {
    padding-top: 0 !important;
  }
  footer.page-footer .pr-sm-0,
  .hmi-header .pr-sm-0,
  footer.page-footer .px-sm-0,
  .hmi-header .px-sm-0 {
    padding-right: 0 !important;
  }
  footer.page-footer .pb-sm-0,
  .hmi-header .pb-sm-0,
  footer.page-footer .py-sm-0,
  .hmi-header .py-sm-0 {
    padding-bottom: 0 !important;
  }
  footer.page-footer .pl-sm-0,
  .hmi-header .pl-sm-0,
  footer.page-footer .px-sm-0,
  .hmi-header .px-sm-0 {
    padding-left: 0 !important;
  }
  footer.page-footer .p-sm-1,
  .hmi-header .p-sm-1 {
    padding: 5px !important;
  }
  footer.page-footer .pt-sm-1,
  .hmi-header .pt-sm-1,
  footer.page-footer .py-sm-1,
  .hmi-header .py-sm-1 {
    padding-top: 5px !important;
  }
  footer.page-footer .pr-sm-1,
  .hmi-header .pr-sm-1,
  footer.page-footer .px-sm-1,
  .hmi-header .px-sm-1 {
    padding-right: 5px !important;
  }
  footer.page-footer .pb-sm-1,
  .hmi-header .pb-sm-1,
  footer.page-footer .py-sm-1,
  .hmi-header .py-sm-1 {
    padding-bottom: 5px !important;
  }
  footer.page-footer .pl-sm-1,
  .hmi-header .pl-sm-1,
  footer.page-footer .px-sm-1,
  .hmi-header .px-sm-1 {
    padding-left: 5px !important;
  }
  footer.page-footer .p-sm-2,
  .hmi-header .p-sm-2 {
    padding: 10px !important;
  }
  footer.page-footer .pt-sm-2,
  .hmi-header .pt-sm-2,
  footer.page-footer .py-sm-2,
  .hmi-header .py-sm-2 {
    padding-top: 10px !important;
  }
  footer.page-footer .pr-sm-2,
  .hmi-header .pr-sm-2,
  footer.page-footer .px-sm-2,
  .hmi-header .px-sm-2 {
    padding-right: 10px !important;
  }
  footer.page-footer .pb-sm-2,
  .hmi-header .pb-sm-2,
  footer.page-footer .py-sm-2,
  .hmi-header .py-sm-2 {
    padding-bottom: 10px !important;
  }
  footer.page-footer .pl-sm-2,
  .hmi-header .pl-sm-2,
  footer.page-footer .px-sm-2,
  .hmi-header .px-sm-2 {
    padding-left: 10px !important;
  }
  footer.page-footer .p-sm-3,
  .hmi-header .p-sm-3 {
    padding: 20px !important;
  }
  footer.page-footer .pt-sm-3,
  .hmi-header .pt-sm-3,
  footer.page-footer .py-sm-3,
  .hmi-header .py-sm-3 {
    padding-top: 20px !important;
  }
  footer.page-footer .pr-sm-3,
  .hmi-header .pr-sm-3,
  footer.page-footer .px-sm-3,
  .hmi-header .px-sm-3 {
    padding-right: 20px !important;
  }
  footer.page-footer .pb-sm-3,
  .hmi-header .pb-sm-3,
  footer.page-footer .py-sm-3,
  .hmi-header .py-sm-3 {
    padding-bottom: 20px !important;
  }
  footer.page-footer .pl-sm-3,
  .hmi-header .pl-sm-3,
  footer.page-footer .px-sm-3,
  .hmi-header .px-sm-3 {
    padding-left: 20px !important;
  }
  footer.page-footer .p-sm-4,
  .hmi-header .p-sm-4 {
    padding: 30px !important;
  }
  footer.page-footer .pt-sm-4,
  .hmi-header .pt-sm-4,
  footer.page-footer .py-sm-4,
  .hmi-header .py-sm-4 {
    padding-top: 30px !important;
  }
  footer.page-footer .pr-sm-4,
  .hmi-header .pr-sm-4,
  footer.page-footer .px-sm-4,
  .hmi-header .px-sm-4 {
    padding-right: 30px !important;
  }
  footer.page-footer .pb-sm-4,
  .hmi-header .pb-sm-4,
  footer.page-footer .py-sm-4,
  .hmi-header .py-sm-4 {
    padding-bottom: 30px !important;
  }
  footer.page-footer .pl-sm-4,
  .hmi-header .pl-sm-4,
  footer.page-footer .px-sm-4,
  .hmi-header .px-sm-4 {
    padding-left: 30px !important;
  }
  footer.page-footer .p-sm-5,
  .hmi-header .p-sm-5 {
    padding: 60px !important;
  }
  footer.page-footer .pt-sm-5,
  .hmi-header .pt-sm-5,
  footer.page-footer .py-sm-5,
  .hmi-header .py-sm-5 {
    padding-top: 60px !important;
  }
  footer.page-footer .pr-sm-5,
  .hmi-header .pr-sm-5,
  footer.page-footer .px-sm-5,
  .hmi-header .px-sm-5 {
    padding-right: 60px !important;
  }
  footer.page-footer .pb-sm-5,
  .hmi-header .pb-sm-5,
  footer.page-footer .py-sm-5,
  .hmi-header .py-sm-5 {
    padding-bottom: 60px !important;
  }
  footer.page-footer .pl-sm-5,
  .hmi-header .pl-sm-5,
  footer.page-footer .px-sm-5,
  .hmi-header .px-sm-5 {
    padding-left: 60px !important;
  }
  footer.page-footer .m-sm-auto,
  .hmi-header .m-sm-auto {
    margin: auto !important;
  }
  footer.page-footer .mt-sm-auto,
  .hmi-header .mt-sm-auto,
  footer.page-footer .my-sm-auto,
  .hmi-header .my-sm-auto {
    margin-top: auto !important;
  }
  footer.page-footer .mr-sm-auto,
  .hmi-header .mr-sm-auto,
  footer.page-footer .mx-sm-auto,
  .hmi-header .mx-sm-auto {
    margin-right: auto !important;
  }
  footer.page-footer .mb-sm-auto,
  .hmi-header .mb-sm-auto,
  footer.page-footer .my-sm-auto,
  .hmi-header .my-sm-auto {
    margin-bottom: auto !important;
  }
  footer.page-footer .ml-sm-auto,
  .hmi-header .ml-sm-auto,
  footer.page-footer .mx-sm-auto,
  .hmi-header .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  footer.page-footer .m-md-0,
  .hmi-header .m-md-0 {
    margin: 0 !important;
  }
  footer.page-footer .mt-md-0,
  .hmi-header .mt-md-0,
  footer.page-footer .my-md-0,
  .hmi-header .my-md-0 {
    margin-top: 0 !important;
  }
  footer.page-footer .mr-md-0,
  .hmi-header .mr-md-0,
  footer.page-footer .mx-md-0,
  .hmi-header .mx-md-0 {
    margin-right: 0 !important;
  }
  footer.page-footer .mb-md-0,
  .hmi-header .mb-md-0,
  footer.page-footer .my-md-0,
  .hmi-header .my-md-0 {
    margin-bottom: 0 !important;
  }
  footer.page-footer .ml-md-0,
  .hmi-header .ml-md-0,
  footer.page-footer .mx-md-0,
  .hmi-header .mx-md-0 {
    margin-left: 0 !important;
  }
  footer.page-footer .m-md-1,
  .hmi-header .m-md-1 {
    margin: 5px !important;
  }
  footer.page-footer .mt-md-1,
  .hmi-header .mt-md-1,
  footer.page-footer .my-md-1,
  .hmi-header .my-md-1 {
    margin-top: 5px !important;
  }
  footer.page-footer .mr-md-1,
  .hmi-header .mr-md-1,
  footer.page-footer .mx-md-1,
  .hmi-header .mx-md-1 {
    margin-right: 5px !important;
  }
  footer.page-footer .mb-md-1,
  .hmi-header .mb-md-1,
  footer.page-footer .my-md-1,
  .hmi-header .my-md-1 {
    margin-bottom: 5px !important;
  }
  footer.page-footer .ml-md-1,
  .hmi-header .ml-md-1,
  footer.page-footer .mx-md-1,
  .hmi-header .mx-md-1 {
    margin-left: 5px !important;
  }
  footer.page-footer .m-md-2,
  .hmi-header .m-md-2 {
    margin: 10px !important;
  }
  footer.page-footer .mt-md-2,
  .hmi-header .mt-md-2,
  footer.page-footer .my-md-2,
  .hmi-header .my-md-2 {
    margin-top: 10px !important;
  }
  footer.page-footer .mr-md-2,
  .hmi-header .mr-md-2,
  footer.page-footer .mx-md-2,
  .hmi-header .mx-md-2 {
    margin-right: 10px !important;
  }
  footer.page-footer .mb-md-2,
  .hmi-header .mb-md-2,
  footer.page-footer .my-md-2,
  .hmi-header .my-md-2 {
    margin-bottom: 10px !important;
  }
  footer.page-footer .ml-md-2,
  .hmi-header .ml-md-2,
  footer.page-footer .mx-md-2,
  .hmi-header .mx-md-2 {
    margin-left: 10px !important;
  }
  footer.page-footer .m-md-3,
  .hmi-header .m-md-3 {
    margin: 20px !important;
  }
  footer.page-footer .mt-md-3,
  .hmi-header .mt-md-3,
  footer.page-footer .my-md-3,
  .hmi-header .my-md-3 {
    margin-top: 20px !important;
  }
  footer.page-footer .mr-md-3,
  .hmi-header .mr-md-3,
  footer.page-footer .mx-md-3,
  .hmi-header .mx-md-3 {
    margin-right: 20px !important;
  }
  footer.page-footer .mb-md-3,
  .hmi-header .mb-md-3,
  footer.page-footer .my-md-3,
  .hmi-header .my-md-3 {
    margin-bottom: 20px !important;
  }
  footer.page-footer .ml-md-3,
  .hmi-header .ml-md-3,
  footer.page-footer .mx-md-3,
  .hmi-header .mx-md-3 {
    margin-left: 20px !important;
  }
  footer.page-footer .m-md-4,
  .hmi-header .m-md-4 {
    margin: 30px !important;
  }
  footer.page-footer .mt-md-4,
  .hmi-header .mt-md-4,
  footer.page-footer .my-md-4,
  .hmi-header .my-md-4 {
    margin-top: 30px !important;
  }
  footer.page-footer .mr-md-4,
  .hmi-header .mr-md-4,
  footer.page-footer .mx-md-4,
  .hmi-header .mx-md-4 {
    margin-right: 30px !important;
  }
  footer.page-footer .mb-md-4,
  .hmi-header .mb-md-4,
  footer.page-footer .my-md-4,
  .hmi-header .my-md-4 {
    margin-bottom: 30px !important;
  }
  footer.page-footer .ml-md-4,
  .hmi-header .ml-md-4,
  footer.page-footer .mx-md-4,
  .hmi-header .mx-md-4 {
    margin-left: 30px !important;
  }
  footer.page-footer .m-md-5,
  .hmi-header .m-md-5 {
    margin: 60px !important;
  }
  footer.page-footer .mt-md-5,
  .hmi-header .mt-md-5,
  footer.page-footer .my-md-5,
  .hmi-header .my-md-5 {
    margin-top: 60px !important;
  }
  footer.page-footer .mr-md-5,
  .hmi-header .mr-md-5,
  footer.page-footer .mx-md-5,
  .hmi-header .mx-md-5 {
    margin-right: 60px !important;
  }
  footer.page-footer .mb-md-5,
  .hmi-header .mb-md-5,
  footer.page-footer .my-md-5,
  .hmi-header .my-md-5 {
    margin-bottom: 60px !important;
  }
  footer.page-footer .ml-md-5,
  .hmi-header .ml-md-5,
  footer.page-footer .mx-md-5,
  .hmi-header .mx-md-5 {
    margin-left: 60px !important;
  }
  footer.page-footer .p-md-0,
  .hmi-header .p-md-0 {
    padding: 0 !important;
  }
  footer.page-footer .pt-md-0,
  .hmi-header .pt-md-0,
  footer.page-footer .py-md-0,
  .hmi-header .py-md-0 {
    padding-top: 0 !important;
  }
  footer.page-footer .pr-md-0,
  .hmi-header .pr-md-0,
  footer.page-footer .px-md-0,
  .hmi-header .px-md-0 {
    padding-right: 0 !important;
  }
  footer.page-footer .pb-md-0,
  .hmi-header .pb-md-0,
  footer.page-footer .py-md-0,
  .hmi-header .py-md-0 {
    padding-bottom: 0 !important;
  }
  footer.page-footer .pl-md-0,
  .hmi-header .pl-md-0,
  footer.page-footer .px-md-0,
  .hmi-header .px-md-0 {
    padding-left: 0 !important;
  }
  footer.page-footer .p-md-1,
  .hmi-header .p-md-1 {
    padding: 5px !important;
  }
  footer.page-footer .pt-md-1,
  .hmi-header .pt-md-1,
  footer.page-footer .py-md-1,
  .hmi-header .py-md-1 {
    padding-top: 5px !important;
  }
  footer.page-footer .pr-md-1,
  .hmi-header .pr-md-1,
  footer.page-footer .px-md-1,
  .hmi-header .px-md-1 {
    padding-right: 5px !important;
  }
  footer.page-footer .pb-md-1,
  .hmi-header .pb-md-1,
  footer.page-footer .py-md-1,
  .hmi-header .py-md-1 {
    padding-bottom: 5px !important;
  }
  footer.page-footer .pl-md-1,
  .hmi-header .pl-md-1,
  footer.page-footer .px-md-1,
  .hmi-header .px-md-1 {
    padding-left: 5px !important;
  }
  footer.page-footer .p-md-2,
  .hmi-header .p-md-2 {
    padding: 10px !important;
  }
  footer.page-footer .pt-md-2,
  .hmi-header .pt-md-2,
  footer.page-footer .py-md-2,
  .hmi-header .py-md-2 {
    padding-top: 10px !important;
  }
  footer.page-footer .pr-md-2,
  .hmi-header .pr-md-2,
  footer.page-footer .px-md-2,
  .hmi-header .px-md-2 {
    padding-right: 10px !important;
  }
  footer.page-footer .pb-md-2,
  .hmi-header .pb-md-2,
  footer.page-footer .py-md-2,
  .hmi-header .py-md-2 {
    padding-bottom: 10px !important;
  }
  footer.page-footer .pl-md-2,
  .hmi-header .pl-md-2,
  footer.page-footer .px-md-2,
  .hmi-header .px-md-2 {
    padding-left: 10px !important;
  }
  footer.page-footer .p-md-3,
  .hmi-header .p-md-3 {
    padding: 20px !important;
  }
  footer.page-footer .pt-md-3,
  .hmi-header .pt-md-3,
  footer.page-footer .py-md-3,
  .hmi-header .py-md-3 {
    padding-top: 20px !important;
  }
  footer.page-footer .pr-md-3,
  .hmi-header .pr-md-3,
  footer.page-footer .px-md-3,
  .hmi-header .px-md-3 {
    padding-right: 20px !important;
  }
  footer.page-footer .pb-md-3,
  .hmi-header .pb-md-3,
  footer.page-footer .py-md-3,
  .hmi-header .py-md-3 {
    padding-bottom: 20px !important;
  }
  footer.page-footer .pl-md-3,
  .hmi-header .pl-md-3,
  footer.page-footer .px-md-3,
  .hmi-header .px-md-3 {
    padding-left: 20px !important;
  }
  footer.page-footer .p-md-4,
  .hmi-header .p-md-4 {
    padding: 30px !important;
  }
  footer.page-footer .pt-md-4,
  .hmi-header .pt-md-4,
  footer.page-footer .py-md-4,
  .hmi-header .py-md-4 {
    padding-top: 30px !important;
  }
  footer.page-footer .pr-md-4,
  .hmi-header .pr-md-4,
  footer.page-footer .px-md-4,
  .hmi-header .px-md-4 {
    padding-right: 30px !important;
  }
  footer.page-footer .pb-md-4,
  .hmi-header .pb-md-4,
  footer.page-footer .py-md-4,
  .hmi-header .py-md-4 {
    padding-bottom: 30px !important;
  }
  footer.page-footer .pl-md-4,
  .hmi-header .pl-md-4,
  footer.page-footer .px-md-4,
  .hmi-header .px-md-4 {
    padding-left: 30px !important;
  }
  footer.page-footer .p-md-5,
  .hmi-header .p-md-5 {
    padding: 60px !important;
  }
  footer.page-footer .pt-md-5,
  .hmi-header .pt-md-5,
  footer.page-footer .py-md-5,
  .hmi-header .py-md-5 {
    padding-top: 60px !important;
  }
  footer.page-footer .pr-md-5,
  .hmi-header .pr-md-5,
  footer.page-footer .px-md-5,
  .hmi-header .px-md-5 {
    padding-right: 60px !important;
  }
  footer.page-footer .pb-md-5,
  .hmi-header .pb-md-5,
  footer.page-footer .py-md-5,
  .hmi-header .py-md-5 {
    padding-bottom: 60px !important;
  }
  footer.page-footer .pl-md-5,
  .hmi-header .pl-md-5,
  footer.page-footer .px-md-5,
  .hmi-header .px-md-5 {
    padding-left: 60px !important;
  }
  footer.page-footer .m-md-auto,
  .hmi-header .m-md-auto {
    margin: auto !important;
  }
  footer.page-footer .mt-md-auto,
  .hmi-header .mt-md-auto,
  footer.page-footer .my-md-auto,
  .hmi-header .my-md-auto {
    margin-top: auto !important;
  }
  footer.page-footer .mr-md-auto,
  .hmi-header .mr-md-auto,
  footer.page-footer .mx-md-auto,
  .hmi-header .mx-md-auto {
    margin-right: auto !important;
  }
  footer.page-footer .mb-md-auto,
  .hmi-header .mb-md-auto,
  footer.page-footer .my-md-auto,
  .hmi-header .my-md-auto {
    margin-bottom: auto !important;
  }
  footer.page-footer .ml-md-auto,
  .hmi-header .ml-md-auto,
  footer.page-footer .mx-md-auto,
  .hmi-header .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  footer.page-footer .m-lg-0,
  .hmi-header .m-lg-0 {
    margin: 0 !important;
  }
  footer.page-footer .mt-lg-0,
  .hmi-header .mt-lg-0,
  footer.page-footer .my-lg-0,
  .hmi-header .my-lg-0 {
    margin-top: 0 !important;
  }
  footer.page-footer .mr-lg-0,
  .hmi-header .mr-lg-0,
  footer.page-footer .mx-lg-0,
  .hmi-header .mx-lg-0 {
    margin-right: 0 !important;
  }
  footer.page-footer .mb-lg-0,
  .hmi-header .mb-lg-0,
  footer.page-footer .my-lg-0,
  .hmi-header .my-lg-0 {
    margin-bottom: 0 !important;
  }
  footer.page-footer .ml-lg-0,
  .hmi-header .ml-lg-0,
  footer.page-footer .mx-lg-0,
  .hmi-header .mx-lg-0 {
    margin-left: 0 !important;
  }
  footer.page-footer .m-lg-1,
  .hmi-header .m-lg-1 {
    margin: 5px !important;
  }
  footer.page-footer .mt-lg-1,
  .hmi-header .mt-lg-1,
  footer.page-footer .my-lg-1,
  .hmi-header .my-lg-1 {
    margin-top: 5px !important;
  }
  footer.page-footer .mr-lg-1,
  .hmi-header .mr-lg-1,
  footer.page-footer .mx-lg-1,
  .hmi-header .mx-lg-1 {
    margin-right: 5px !important;
  }
  footer.page-footer .mb-lg-1,
  .hmi-header .mb-lg-1,
  footer.page-footer .my-lg-1,
  .hmi-header .my-lg-1 {
    margin-bottom: 5px !important;
  }
  footer.page-footer .ml-lg-1,
  .hmi-header .ml-lg-1,
  footer.page-footer .mx-lg-1,
  .hmi-header .mx-lg-1 {
    margin-left: 5px !important;
  }
  footer.page-footer .m-lg-2,
  .hmi-header .m-lg-2 {
    margin: 10px !important;
  }
  footer.page-footer .mt-lg-2,
  .hmi-header .mt-lg-2,
  footer.page-footer .my-lg-2,
  .hmi-header .my-lg-2 {
    margin-top: 10px !important;
  }
  footer.page-footer .mr-lg-2,
  .hmi-header .mr-lg-2,
  footer.page-footer .mx-lg-2,
  .hmi-header .mx-lg-2 {
    margin-right: 10px !important;
  }
  footer.page-footer .mb-lg-2,
  .hmi-header .mb-lg-2,
  footer.page-footer .my-lg-2,
  .hmi-header .my-lg-2 {
    margin-bottom: 10px !important;
  }
  footer.page-footer .ml-lg-2,
  .hmi-header .ml-lg-2,
  footer.page-footer .mx-lg-2,
  .hmi-header .mx-lg-2 {
    margin-left: 10px !important;
  }
  footer.page-footer .m-lg-3,
  .hmi-header .m-lg-3 {
    margin: 20px !important;
  }
  footer.page-footer .mt-lg-3,
  .hmi-header .mt-lg-3,
  footer.page-footer .my-lg-3,
  .hmi-header .my-lg-3 {
    margin-top: 20px !important;
  }
  footer.page-footer .mr-lg-3,
  .hmi-header .mr-lg-3,
  footer.page-footer .mx-lg-3,
  .hmi-header .mx-lg-3 {
    margin-right: 20px !important;
  }
  footer.page-footer .mb-lg-3,
  .hmi-header .mb-lg-3,
  footer.page-footer .my-lg-3,
  .hmi-header .my-lg-3 {
    margin-bottom: 20px !important;
  }
  footer.page-footer .ml-lg-3,
  .hmi-header .ml-lg-3,
  footer.page-footer .mx-lg-3,
  .hmi-header .mx-lg-3 {
    margin-left: 20px !important;
  }
  footer.page-footer .m-lg-4,
  .hmi-header .m-lg-4 {
    margin: 30px !important;
  }
  footer.page-footer .mt-lg-4,
  .hmi-header .mt-lg-4,
  footer.page-footer .my-lg-4,
  .hmi-header .my-lg-4 {
    margin-top: 30px !important;
  }
  footer.page-footer .mr-lg-4,
  .hmi-header .mr-lg-4,
  footer.page-footer .mx-lg-4,
  .hmi-header .mx-lg-4 {
    margin-right: 30px !important;
  }
  footer.page-footer .mb-lg-4,
  .hmi-header .mb-lg-4,
  footer.page-footer .my-lg-4,
  .hmi-header .my-lg-4 {
    margin-bottom: 30px !important;
  }
  footer.page-footer .ml-lg-4,
  .hmi-header .ml-lg-4,
  footer.page-footer .mx-lg-4,
  .hmi-header .mx-lg-4 {
    margin-left: 30px !important;
  }
  footer.page-footer .m-lg-5,
  .hmi-header .m-lg-5 {
    margin: 60px !important;
  }
  footer.page-footer .mt-lg-5,
  .hmi-header .mt-lg-5,
  footer.page-footer .my-lg-5,
  .hmi-header .my-lg-5 {
    margin-top: 60px !important;
  }
  footer.page-footer .mr-lg-5,
  .hmi-header .mr-lg-5,
  footer.page-footer .mx-lg-5,
  .hmi-header .mx-lg-5 {
    margin-right: 60px !important;
  }
  footer.page-footer .mb-lg-5,
  .hmi-header .mb-lg-5,
  footer.page-footer .my-lg-5,
  .hmi-header .my-lg-5 {
    margin-bottom: 60px !important;
  }
  footer.page-footer .ml-lg-5,
  .hmi-header .ml-lg-5,
  footer.page-footer .mx-lg-5,
  .hmi-header .mx-lg-5 {
    margin-left: 60px !important;
  }
  footer.page-footer .p-lg-0,
  .hmi-header .p-lg-0 {
    padding: 0 !important;
  }
  footer.page-footer .pt-lg-0,
  .hmi-header .pt-lg-0,
  footer.page-footer .py-lg-0,
  .hmi-header .py-lg-0 {
    padding-top: 0 !important;
  }
  footer.page-footer .pr-lg-0,
  .hmi-header .pr-lg-0,
  footer.page-footer .px-lg-0,
  .hmi-header .px-lg-0 {
    padding-right: 0 !important;
  }
  footer.page-footer .pb-lg-0,
  .hmi-header .pb-lg-0,
  footer.page-footer .py-lg-0,
  .hmi-header .py-lg-0 {
    padding-bottom: 0 !important;
  }
  footer.page-footer .pl-lg-0,
  .hmi-header .pl-lg-0,
  footer.page-footer .px-lg-0,
  .hmi-header .px-lg-0 {
    padding-left: 0 !important;
  }
  footer.page-footer .p-lg-1,
  .hmi-header .p-lg-1 {
    padding: 5px !important;
  }
  footer.page-footer .pt-lg-1,
  .hmi-header .pt-lg-1,
  footer.page-footer .py-lg-1,
  .hmi-header .py-lg-1 {
    padding-top: 5px !important;
  }
  footer.page-footer .pr-lg-1,
  .hmi-header .pr-lg-1,
  footer.page-footer .px-lg-1,
  .hmi-header .px-lg-1 {
    padding-right: 5px !important;
  }
  footer.page-footer .pb-lg-1,
  .hmi-header .pb-lg-1,
  footer.page-footer .py-lg-1,
  .hmi-header .py-lg-1 {
    padding-bottom: 5px !important;
  }
  footer.page-footer .pl-lg-1,
  .hmi-header .pl-lg-1,
  footer.page-footer .px-lg-1,
  .hmi-header .px-lg-1 {
    padding-left: 5px !important;
  }
  footer.page-footer .p-lg-2,
  .hmi-header .p-lg-2 {
    padding: 10px !important;
  }
  footer.page-footer .pt-lg-2,
  .hmi-header .pt-lg-2,
  footer.page-footer .py-lg-2,
  .hmi-header .py-lg-2 {
    padding-top: 10px !important;
  }
  footer.page-footer .pr-lg-2,
  .hmi-header .pr-lg-2,
  footer.page-footer .px-lg-2,
  .hmi-header .px-lg-2 {
    padding-right: 10px !important;
  }
  footer.page-footer .pb-lg-2,
  .hmi-header .pb-lg-2,
  footer.page-footer .py-lg-2,
  .hmi-header .py-lg-2 {
    padding-bottom: 10px !important;
  }
  footer.page-footer .pl-lg-2,
  .hmi-header .pl-lg-2,
  footer.page-footer .px-lg-2,
  .hmi-header .px-lg-2 {
    padding-left: 10px !important;
  }
  footer.page-footer .p-lg-3,
  .hmi-header .p-lg-3 {
    padding: 20px !important;
  }
  footer.page-footer .pt-lg-3,
  .hmi-header .pt-lg-3,
  footer.page-footer .py-lg-3,
  .hmi-header .py-lg-3 {
    padding-top: 20px !important;
  }
  footer.page-footer .pr-lg-3,
  .hmi-header .pr-lg-3,
  footer.page-footer .px-lg-3,
  .hmi-header .px-lg-3 {
    padding-right: 20px !important;
  }
  footer.page-footer .pb-lg-3,
  .hmi-header .pb-lg-3,
  footer.page-footer .py-lg-3,
  .hmi-header .py-lg-3 {
    padding-bottom: 20px !important;
  }
  footer.page-footer .pl-lg-3,
  .hmi-header .pl-lg-3,
  footer.page-footer .px-lg-3,
  .hmi-header .px-lg-3 {
    padding-left: 20px !important;
  }
  footer.page-footer .p-lg-4,
  .hmi-header .p-lg-4 {
    padding: 30px !important;
  }
  footer.page-footer .pt-lg-4,
  .hmi-header .pt-lg-4,
  footer.page-footer .py-lg-4,
  .hmi-header .py-lg-4 {
    padding-top: 30px !important;
  }
  footer.page-footer .pr-lg-4,
  .hmi-header .pr-lg-4,
  footer.page-footer .px-lg-4,
  .hmi-header .px-lg-4 {
    padding-right: 30px !important;
  }
  footer.page-footer .pb-lg-4,
  .hmi-header .pb-lg-4,
  footer.page-footer .py-lg-4,
  .hmi-header .py-lg-4 {
    padding-bottom: 30px !important;
  }
  footer.page-footer .pl-lg-4,
  .hmi-header .pl-lg-4,
  footer.page-footer .px-lg-4,
  .hmi-header .px-lg-4 {
    padding-left: 30px !important;
  }
  footer.page-footer .p-lg-5,
  .hmi-header .p-lg-5 {
    padding: 60px !important;
  }
  footer.page-footer .pt-lg-5,
  .hmi-header .pt-lg-5,
  footer.page-footer .py-lg-5,
  .hmi-header .py-lg-5 {
    padding-top: 60px !important;
  }
  footer.page-footer .pr-lg-5,
  .hmi-header .pr-lg-5,
  footer.page-footer .px-lg-5,
  .hmi-header .px-lg-5 {
    padding-right: 60px !important;
  }
  footer.page-footer .pb-lg-5,
  .hmi-header .pb-lg-5,
  footer.page-footer .py-lg-5,
  .hmi-header .py-lg-5 {
    padding-bottom: 60px !important;
  }
  footer.page-footer .pl-lg-5,
  .hmi-header .pl-lg-5,
  footer.page-footer .px-lg-5,
  .hmi-header .px-lg-5 {
    padding-left: 60px !important;
  }
  footer.page-footer .m-lg-auto,
  .hmi-header .m-lg-auto {
    margin: auto !important;
  }
  footer.page-footer .mt-lg-auto,
  .hmi-header .mt-lg-auto,
  footer.page-footer .my-lg-auto,
  .hmi-header .my-lg-auto {
    margin-top: auto !important;
  }
  footer.page-footer .mr-lg-auto,
  .hmi-header .mr-lg-auto,
  footer.page-footer .mx-lg-auto,
  .hmi-header .mx-lg-auto {
    margin-right: auto !important;
  }
  footer.page-footer .mb-lg-auto,
  .hmi-header .mb-lg-auto,
  footer.page-footer .my-lg-auto,
  .hmi-header .my-lg-auto {
    margin-bottom: auto !important;
  }
  footer.page-footer .ml-lg-auto,
  .hmi-header .ml-lg-auto,
  footer.page-footer .mx-lg-auto,
  .hmi-header .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  footer.page-footer .m-xl-0,
  .hmi-header .m-xl-0 {
    margin: 0 !important;
  }
  footer.page-footer .mt-xl-0,
  .hmi-header .mt-xl-0,
  footer.page-footer .my-xl-0,
  .hmi-header .my-xl-0 {
    margin-top: 0 !important;
  }
  footer.page-footer .mr-xl-0,
  .hmi-header .mr-xl-0,
  footer.page-footer .mx-xl-0,
  .hmi-header .mx-xl-0 {
    margin-right: 0 !important;
  }
  footer.page-footer .mb-xl-0,
  .hmi-header .mb-xl-0,
  footer.page-footer .my-xl-0,
  .hmi-header .my-xl-0 {
    margin-bottom: 0 !important;
  }
  footer.page-footer .ml-xl-0,
  .hmi-header .ml-xl-0,
  footer.page-footer .mx-xl-0,
  .hmi-header .mx-xl-0 {
    margin-left: 0 !important;
  }
  footer.page-footer .m-xl-1,
  .hmi-header .m-xl-1 {
    margin: 5px !important;
  }
  footer.page-footer .mt-xl-1,
  .hmi-header .mt-xl-1,
  footer.page-footer .my-xl-1,
  .hmi-header .my-xl-1 {
    margin-top: 5px !important;
  }
  footer.page-footer .mr-xl-1,
  .hmi-header .mr-xl-1,
  footer.page-footer .mx-xl-1,
  .hmi-header .mx-xl-1 {
    margin-right: 5px !important;
  }
  footer.page-footer .mb-xl-1,
  .hmi-header .mb-xl-1,
  footer.page-footer .my-xl-1,
  .hmi-header .my-xl-1 {
    margin-bottom: 5px !important;
  }
  footer.page-footer .ml-xl-1,
  .hmi-header .ml-xl-1,
  footer.page-footer .mx-xl-1,
  .hmi-header .mx-xl-1 {
    margin-left: 5px !important;
  }
  footer.page-footer .m-xl-2,
  .hmi-header .m-xl-2 {
    margin: 10px !important;
  }
  footer.page-footer .mt-xl-2,
  .hmi-header .mt-xl-2,
  footer.page-footer .my-xl-2,
  .hmi-header .my-xl-2 {
    margin-top: 10px !important;
  }
  footer.page-footer .mr-xl-2,
  .hmi-header .mr-xl-2,
  footer.page-footer .mx-xl-2,
  .hmi-header .mx-xl-2 {
    margin-right: 10px !important;
  }
  footer.page-footer .mb-xl-2,
  .hmi-header .mb-xl-2,
  footer.page-footer .my-xl-2,
  .hmi-header .my-xl-2 {
    margin-bottom: 10px !important;
  }
  footer.page-footer .ml-xl-2,
  .hmi-header .ml-xl-2,
  footer.page-footer .mx-xl-2,
  .hmi-header .mx-xl-2 {
    margin-left: 10px !important;
  }
  footer.page-footer .m-xl-3,
  .hmi-header .m-xl-3 {
    margin: 20px !important;
  }
  footer.page-footer .mt-xl-3,
  .hmi-header .mt-xl-3,
  footer.page-footer .my-xl-3,
  .hmi-header .my-xl-3 {
    margin-top: 20px !important;
  }
  footer.page-footer .mr-xl-3,
  .hmi-header .mr-xl-3,
  footer.page-footer .mx-xl-3,
  .hmi-header .mx-xl-3 {
    margin-right: 20px !important;
  }
  footer.page-footer .mb-xl-3,
  .hmi-header .mb-xl-3,
  footer.page-footer .my-xl-3,
  .hmi-header .my-xl-3 {
    margin-bottom: 20px !important;
  }
  footer.page-footer .ml-xl-3,
  .hmi-header .ml-xl-3,
  footer.page-footer .mx-xl-3,
  .hmi-header .mx-xl-3 {
    margin-left: 20px !important;
  }
  footer.page-footer .m-xl-4,
  .hmi-header .m-xl-4 {
    margin: 30px !important;
  }
  footer.page-footer .mt-xl-4,
  .hmi-header .mt-xl-4,
  footer.page-footer .my-xl-4,
  .hmi-header .my-xl-4 {
    margin-top: 30px !important;
  }
  footer.page-footer .mr-xl-4,
  .hmi-header .mr-xl-4,
  footer.page-footer .mx-xl-4,
  .hmi-header .mx-xl-4 {
    margin-right: 30px !important;
  }
  footer.page-footer .mb-xl-4,
  .hmi-header .mb-xl-4,
  footer.page-footer .my-xl-4,
  .hmi-header .my-xl-4 {
    margin-bottom: 30px !important;
  }
  footer.page-footer .ml-xl-4,
  .hmi-header .ml-xl-4,
  footer.page-footer .mx-xl-4,
  .hmi-header .mx-xl-4 {
    margin-left: 30px !important;
  }
  footer.page-footer .m-xl-5,
  .hmi-header .m-xl-5 {
    margin: 60px !important;
  }
  footer.page-footer .mt-xl-5,
  .hmi-header .mt-xl-5,
  footer.page-footer .my-xl-5,
  .hmi-header .my-xl-5 {
    margin-top: 60px !important;
  }
  footer.page-footer .mr-xl-5,
  .hmi-header .mr-xl-5,
  footer.page-footer .mx-xl-5,
  .hmi-header .mx-xl-5 {
    margin-right: 60px !important;
  }
  footer.page-footer .mb-xl-5,
  .hmi-header .mb-xl-5,
  footer.page-footer .my-xl-5,
  .hmi-header .my-xl-5 {
    margin-bottom: 60px !important;
  }
  footer.page-footer .ml-xl-5,
  .hmi-header .ml-xl-5,
  footer.page-footer .mx-xl-5,
  .hmi-header .mx-xl-5 {
    margin-left: 60px !important;
  }
  footer.page-footer .p-xl-0,
  .hmi-header .p-xl-0 {
    padding: 0 !important;
  }
  footer.page-footer .pt-xl-0,
  .hmi-header .pt-xl-0,
  footer.page-footer .py-xl-0,
  .hmi-header .py-xl-0 {
    padding-top: 0 !important;
  }
  footer.page-footer .pr-xl-0,
  .hmi-header .pr-xl-0,
  footer.page-footer .px-xl-0,
  .hmi-header .px-xl-0 {
    padding-right: 0 !important;
  }
  footer.page-footer .pb-xl-0,
  .hmi-header .pb-xl-0,
  footer.page-footer .py-xl-0,
  .hmi-header .py-xl-0 {
    padding-bottom: 0 !important;
  }
  footer.page-footer .pl-xl-0,
  .hmi-header .pl-xl-0,
  footer.page-footer .px-xl-0,
  .hmi-header .px-xl-0 {
    padding-left: 0 !important;
  }
  footer.page-footer .p-xl-1,
  .hmi-header .p-xl-1 {
    padding: 5px !important;
  }
  footer.page-footer .pt-xl-1,
  .hmi-header .pt-xl-1,
  footer.page-footer .py-xl-1,
  .hmi-header .py-xl-1 {
    padding-top: 5px !important;
  }
  footer.page-footer .pr-xl-1,
  .hmi-header .pr-xl-1,
  footer.page-footer .px-xl-1,
  .hmi-header .px-xl-1 {
    padding-right: 5px !important;
  }
  footer.page-footer .pb-xl-1,
  .hmi-header .pb-xl-1,
  footer.page-footer .py-xl-1,
  .hmi-header .py-xl-1 {
    padding-bottom: 5px !important;
  }
  footer.page-footer .pl-xl-1,
  .hmi-header .pl-xl-1,
  footer.page-footer .px-xl-1,
  .hmi-header .px-xl-1 {
    padding-left: 5px !important;
  }
  footer.page-footer .p-xl-2,
  .hmi-header .p-xl-2 {
    padding: 10px !important;
  }
  footer.page-footer .pt-xl-2,
  .hmi-header .pt-xl-2,
  footer.page-footer .py-xl-2,
  .hmi-header .py-xl-2 {
    padding-top: 10px !important;
  }
  footer.page-footer .pr-xl-2,
  .hmi-header .pr-xl-2,
  footer.page-footer .px-xl-2,
  .hmi-header .px-xl-2 {
    padding-right: 10px !important;
  }
  footer.page-footer .pb-xl-2,
  .hmi-header .pb-xl-2,
  footer.page-footer .py-xl-2,
  .hmi-header .py-xl-2 {
    padding-bottom: 10px !important;
  }
  footer.page-footer .pl-xl-2,
  .hmi-header .pl-xl-2,
  footer.page-footer .px-xl-2,
  .hmi-header .px-xl-2 {
    padding-left: 10px !important;
  }
  footer.page-footer .p-xl-3,
  .hmi-header .p-xl-3 {
    padding: 20px !important;
  }
  footer.page-footer .pt-xl-3,
  .hmi-header .pt-xl-3,
  footer.page-footer .py-xl-3,
  .hmi-header .py-xl-3 {
    padding-top: 20px !important;
  }
  footer.page-footer .pr-xl-3,
  .hmi-header .pr-xl-3,
  footer.page-footer .px-xl-3,
  .hmi-header .px-xl-3 {
    padding-right: 20px !important;
  }
  footer.page-footer .pb-xl-3,
  .hmi-header .pb-xl-3,
  footer.page-footer .py-xl-3,
  .hmi-header .py-xl-3 {
    padding-bottom: 20px !important;
  }
  footer.page-footer .pl-xl-3,
  .hmi-header .pl-xl-3,
  footer.page-footer .px-xl-3,
  .hmi-header .px-xl-3 {
    padding-left: 20px !important;
  }
  footer.page-footer .p-xl-4,
  .hmi-header .p-xl-4 {
    padding: 30px !important;
  }
  footer.page-footer .pt-xl-4,
  .hmi-header .pt-xl-4,
  footer.page-footer .py-xl-4,
  .hmi-header .py-xl-4 {
    padding-top: 30px !important;
  }
  footer.page-footer .pr-xl-4,
  .hmi-header .pr-xl-4,
  footer.page-footer .px-xl-4,
  .hmi-header .px-xl-4 {
    padding-right: 30px !important;
  }
  footer.page-footer .pb-xl-4,
  .hmi-header .pb-xl-4,
  footer.page-footer .py-xl-4,
  .hmi-header .py-xl-4 {
    padding-bottom: 30px !important;
  }
  footer.page-footer .pl-xl-4,
  .hmi-header .pl-xl-4,
  footer.page-footer .px-xl-4,
  .hmi-header .px-xl-4 {
    padding-left: 30px !important;
  }
  footer.page-footer .p-xl-5,
  .hmi-header .p-xl-5 {
    padding: 60px !important;
  }
  footer.page-footer .pt-xl-5,
  .hmi-header .pt-xl-5,
  footer.page-footer .py-xl-5,
  .hmi-header .py-xl-5 {
    padding-top: 60px !important;
  }
  footer.page-footer .pr-xl-5,
  .hmi-header .pr-xl-5,
  footer.page-footer .px-xl-5,
  .hmi-header .px-xl-5 {
    padding-right: 60px !important;
  }
  footer.page-footer .pb-xl-5,
  .hmi-header .pb-xl-5,
  footer.page-footer .py-xl-5,
  .hmi-header .py-xl-5 {
    padding-bottom: 60px !important;
  }
  footer.page-footer .pl-xl-5,
  .hmi-header .pl-xl-5,
  footer.page-footer .px-xl-5,
  .hmi-header .px-xl-5 {
    padding-left: 60px !important;
  }
  footer.page-footer .m-xl-auto,
  .hmi-header .m-xl-auto {
    margin: auto !important;
  }
  footer.page-footer .mt-xl-auto,
  .hmi-header .mt-xl-auto,
  footer.page-footer .my-xl-auto,
  .hmi-header .my-xl-auto {
    margin-top: auto !important;
  }
  footer.page-footer .mr-xl-auto,
  .hmi-header .mr-xl-auto,
  footer.page-footer .mx-xl-auto,
  .hmi-header .mx-xl-auto {
    margin-right: auto !important;
  }
  footer.page-footer .mb-xl-auto,
  .hmi-header .mb-xl-auto,
  footer.page-footer .my-xl-auto,
  .hmi-header .my-xl-auto {
    margin-bottom: auto !important;
  }
  footer.page-footer .ml-xl-auto,
  .hmi-header .ml-xl-auto,
  footer.page-footer .mx-xl-auto,
  .hmi-header .mx-xl-auto {
    margin-left: auto !important;
  }
}
footer.page-footer .text-monospace,
.hmi-header .text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
footer.page-footer .text-justify,
.hmi-header .text-justify {
  text-align: justify !important;
}
footer.page-footer .text-nowrap,
.hmi-header .text-nowrap {
  white-space: nowrap !important;
}
footer.page-footer .text-truncate,
.hmi-header .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
footer.page-footer .text-left,
.hmi-header .text-left {
  text-align: left !important;
}
footer.page-footer .text-right,
.hmi-header .text-right {
  text-align: right !important;
}
footer.page-footer .text-center,
.hmi-header .text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  footer.page-footer .text-sm-left,
  .hmi-header .text-sm-left {
    text-align: left !important;
  }
  footer.page-footer .text-sm-right,
  .hmi-header .text-sm-right {
    text-align: right !important;
  }
  footer.page-footer .text-sm-center,
  .hmi-header .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  footer.page-footer .text-md-left,
  .hmi-header .text-md-left {
    text-align: left !important;
  }
  footer.page-footer .text-md-right,
  .hmi-header .text-md-right {
    text-align: right !important;
  }
  footer.page-footer .text-md-center,
  .hmi-header .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  footer.page-footer .text-lg-left,
  .hmi-header .text-lg-left {
    text-align: left !important;
  }
  footer.page-footer .text-lg-right,
  .hmi-header .text-lg-right {
    text-align: right !important;
  }
  footer.page-footer .text-lg-center,
  .hmi-header .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  footer.page-footer .text-xl-left,
  .hmi-header .text-xl-left {
    text-align: left !important;
  }
  footer.page-footer .text-xl-right,
  .hmi-header .text-xl-right {
    text-align: right !important;
  }
  footer.page-footer .text-xl-center,
  .hmi-header .text-xl-center {
    text-align: center !important;
  }
}
footer.page-footer .text-lowercase,
.hmi-header .text-lowercase {
  text-transform: lowercase !important;
}
footer.page-footer .text-uppercase,
.hmi-header .text-uppercase {
  text-transform: uppercase !important;
}
footer.page-footer .text-capitalize,
.hmi-header .text-capitalize {
  text-transform: capitalize !important;
}
footer.page-footer .font-weight-light,
.hmi-header .font-weight-light {
  font-weight: 300 !important;
}
footer.page-footer .font-weight-normal,
.hmi-header .font-weight-normal {
  font-weight: 400 !important;
}
footer.page-footer .font-weight-bold,
.hmi-header .font-weight-bold {
  font-weight: 500 !important;
}
footer.page-footer .font-italic,
.hmi-header .font-italic {
  font-style: italic !important;
}
footer.page-footer .text-white,
.hmi-header .text-white {
  color: #fff !important;
}
footer.page-footer .text-primary,
.hmi-header .text-primary {
  color: #29c7a5 !important;
}
footer.page-footer a.text-primary:focus,
.hmi-header a.text-primary:focus,
footer.page-footer a.text-primary:hover,
.hmi-header a.text-primary:hover {
  color: #209d82 !important;
}
footer.page-footer .text-secondary,
.hmi-header .text-secondary {
  color: #eaeaea !important;
}
footer.page-footer a.text-secondary:focus,
.hmi-header a.text-secondary:focus,
footer.page-footer a.text-secondary:hover,
.hmi-header a.text-secondary:hover {
  color: #d1d1d1 !important;
}
footer.page-footer .text-success,
.hmi-header .text-success {
  color: #28a745 !important;
}
footer.page-footer a.text-success:focus,
.hmi-header a.text-success:focus,
footer.page-footer a.text-success:hover,
.hmi-header a.text-success:hover {
  color: #1e7e34 !important;
}
footer.page-footer .text-info,
.hmi-header .text-info {
  color: #17a2b8 !important;
}
footer.page-footer a.text-info:focus,
.hmi-header a.text-info:focus,
footer.page-footer a.text-info:hover,
.hmi-header a.text-info:hover {
  color: #117a8b !important;
}
footer.page-footer .text-warning,
.hmi-header .text-warning {
  color: #ffc107 !important;
}
footer.page-footer a.text-warning:focus,
.hmi-header a.text-warning:focus,
footer.page-footer a.text-warning:hover,
.hmi-header a.text-warning:hover {
  color: #d39e00 !important;
}
footer.page-footer .text-danger,
.hmi-header .text-danger {
  color: #dc3545 !important;
}
footer.page-footer a.text-danger:focus,
.hmi-header a.text-danger:focus,
footer.page-footer a.text-danger:hover,
.hmi-header a.text-danger:hover {
  color: #bd2130 !important;
}
footer.page-footer .text-light,
.hmi-header .text-light {
  color: #f2f2f2 !important;
}
footer.page-footer a.text-light:focus,
.hmi-header a.text-light:focus,
footer.page-footer a.text-light:hover,
.hmi-header a.text-light:hover {
  color: #d9d9d9 !important;
}
footer.page-footer .text-dark,
.hmi-header .text-dark {
  color: #3b3b3b !important;
}
footer.page-footer a.text-dark:focus,
.hmi-header a.text-dark:focus,
footer.page-footer a.text-dark:hover,
.hmi-header a.text-dark:hover {
  color: #222 !important;
}
footer.page-footer .text-body,
.hmi-header .text-body {
  color: #3b3b3b !important;
}
footer.page-footer .text-muted,
.hmi-header .text-muted {
  color: #868e96 !important;
}
footer.page-footer .text-black-50,
.hmi-header .text-black-50 {
  color: rgba(27, 27, 27, 0.5) !important;
}
footer.page-footer .text-white-50,
.hmi-header .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
footer.page-footer .text-hide,
.hmi-header .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
footer.page-footer .visible,
.hmi-header .visible {
  visibility: visible !important;
}
footer.page-footer .invisible,
.hmi-header .invisible {
  visibility: hidden !important;
}
footer.page-footer .slick-slider,
.hmi-header .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
footer.page-footer .slick-list,
.hmi-header .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
footer.page-footer .slick-list:focus,
.hmi-header .slick-list:focus {
  outline: 0;
}
footer.page-footer .slick-list.dragging,
.hmi-header .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
footer.page-footer .slick-slider .slick-list,
.hmi-header .slick-slider .slick-list,
footer.page-footer .slick-slider .slick-track,
.hmi-header .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
footer.page-footer .slick-track,
.hmi-header .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
footer.page-footer .slick-track:after,
.hmi-header .slick-track:after,
footer.page-footer .slick-track:before,
.hmi-header .slick-track:before {
  content: "";
  display: table;
}
footer.page-footer .slick-track:after,
.hmi-header .slick-track:after {
  clear: both;
}
footer.page-footer .slick-loading .slick-track,
.hmi-header .slick-loading .slick-track {
  visibility: hidden;
}
footer.page-footer .slick-slide,
.hmi-header .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
footer.page-footer [dir=rtl] .slick-slide,
.hmi-header [dir=rtl] .slick-slide {
  float: right;
}
footer.page-footer .slick-slide img,
.hmi-header .slick-slide img {
  display: block;
}
footer.page-footer .slick-slide.slick-loading img,
.hmi-header .slick-slide.slick-loading img {
  display: none;
}
footer.page-footer .slick-slide.dragging img,
.hmi-header .slick-slide.dragging img {
  pointer-events: none;
}
footer.page-footer .slick-initialized .slick-slide,
.hmi-header .slick-initialized .slick-slide {
  display: block;
}
footer.page-footer .slick-loading .slick-slide,
.hmi-header .slick-loading .slick-slide {
  visibility: hidden;
}
footer.page-footer .slick-vertical .slick-slide,
.hmi-header .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
footer.page-footer .slick-arrow.slick-hidden,
.hmi-header .slick-arrow.slick-hidden {
  display: none;
}
footer.page-footer .cc-window,
.hmi-header .cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}
footer.page-footer .cc-window.cc-invisible,
.hmi-header .cc-window.cc-invisible {
  opacity: 0;
}
footer.page-footer .cc-animate.cc-revoke,
.hmi-header .cc-animate.cc-revoke {
  transition: transform 1s ease;
}
footer.page-footer .cc-animate.cc-revoke.cc-top,
.hmi-header .cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}
footer.page-footer .cc-animate.cc-revoke.cc-bottom,
.hmi-header .cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}
footer.page-footer .cc-animate.cc-revoke.cc-active.cc-bottom,
.hmi-header .cc-animate.cc-revoke.cc-active.cc-bottom,
footer.page-footer .cc-animate.cc-revoke.cc-active.cc-top,
.hmi-header .cc-animate.cc-revoke.cc-active.cc-top,
footer.page-footer .cc-revoke:hover,
.hmi-header .cc-revoke:hover {
  transform: translateY(0);
}
footer.page-footer .cc-grower,
.hmi-header .cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}
footer.page-footer .cc-link,
.hmi-header .cc-link,
footer.page-footer .cc-revoke:hover,
.hmi-header .cc-revoke:hover {
  text-decoration: underline;
}
footer.page-footer .cc-revoke,
.hmi-header .cc-revoke,
footer.page-footer .cc-window,
.hmi-header .cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}
footer.page-footer .cc-window.cc-static,
.hmi-header .cc-window.cc-static {
  position: static;
}
footer.page-footer .cc-window.cc-floating,
.hmi-header .cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column;
}
footer.page-footer .cc-window.cc-banner,
.hmi-header .cc-window.cc-banner {
  padding: 1em 1.8em;
  -ms-flex-direction: row;
  flex-direction: row;
}
footer.page-footer .cc-revoke,
.hmi-header .cc-revoke {
  padding: 0.5em;
}
footer.page-footer .cc-header,
.hmi-header .cc-header {
  font-size: 18px;
  font-weight: 700;
}
footer.page-footer .cc-btn,
.hmi-header .cc-btn,
footer.page-footer .cc-close,
.hmi-header .cc-close,
footer.page-footer .cc-link,
.hmi-header .cc-link,
footer.page-footer .cc-revoke,
.hmi-header .cc-revoke {
  cursor: pointer;
}
footer.page-footer .cc-link,
.hmi-header .cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
}
footer.page-footer .cc-link:hover,
.hmi-header .cc-link:hover {
  opacity: 1;
}
footer.page-footer .cc-link:active,
.hmi-header .cc-link:active,
footer.page-footer .cc-link:visited,
.hmi-header .cc-link:visited {
  color: initial;
}
footer.page-footer .cc-btn,
.hmi-header .cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}
footer.page-footer .cc-banner .cc-btn:last-child,
.hmi-header .cc-banner .cc-btn:last-child {
  min-width: 140px;
}
footer.page-footer .cc-highlight .cc-btn:first-child,
.hmi-header .cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}
footer.page-footer .cc-highlight .cc-btn:first-child:focus,
.hmi-header .cc-highlight .cc-btn:first-child:focus,
footer.page-footer .cc-highlight .cc-btn:first-child:hover,
.hmi-header .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}
footer.page-footer .cc-close,
.hmi-header .cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}
footer.page-footer .cc-close:focus,
.hmi-header .cc-close:focus,
footer.page-footer .cc-close:hover,
.hmi-header .cc-close:hover {
  opacity: 1;
}
footer.page-footer .cc-revoke.cc-top,
.hmi-header .cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
footer.page-footer .cc-revoke.cc-bottom,
.hmi-header .cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
footer.page-footer .cc-revoke.cc-left,
.hmi-header .cc-revoke.cc-left {
  left: 3em;
  right: unset;
}
footer.page-footer .cc-revoke.cc-right,
.hmi-header .cc-revoke.cc-right {
  right: 3em;
  left: unset;
}
footer.page-footer .cc-top,
.hmi-header .cc-top {
  top: 1em;
}
footer.page-footer .cc-left,
.hmi-header .cc-left {
  left: 1em;
}
footer.page-footer .cc-right,
.hmi-header .cc-right {
  right: 1em;
}
footer.page-footer .cc-bottom,
.hmi-header .cc-bottom {
  bottom: 1em;
}
footer.page-footer .cc-floating > .cc-link,
.hmi-header .cc-floating > .cc-link {
  margin-bottom: 1em;
}
footer.page-footer .cc-floating .cc-message,
.hmi-header .cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}
footer.page-footer .cc-window.cc-floating .cc-compliance,
.hmi-header .cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  flex: 1;
}
footer.page-footer .cc-window.cc-banner,
.hmi-header .cc-window.cc-banner {
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
footer.page-footer .cc-banner.cc-top,
.hmi-header .cc-banner.cc-top {
  left: 20px;
  right: 20px;
  top: 25px;
}
footer.page-footer .cc-banner.cc-bottom,
.hmi-header .cc-banner.cc-bottom {
  left: 20px;
  right: 20px;
  bottom: 25px;
}
footer.page-footer .cc-banner .cc-message,
.hmi-header .cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1;
}
footer.page-footer .cc-compliance,
.hmi-header .cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
footer.page-footer .cc-compliance > .cc-btn,
.hmi-header .cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1;
}
footer.page-footer .cc-btn + .cc-btn,
.hmi-header .cc-btn + .cc-btn {
  margin-left: 0.5em;
}
@media print {
  footer.page-footer .cc-revoke,
  .hmi-header .cc-revoke,
  footer.page-footer .cc-window,
  .hmi-header .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  footer.page-footer .cc-btn,
  .hmi-header .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  footer.page-footer .cc-window.cc-top,
  .hmi-header .cc-window.cc-top {
    top: 0;
  }
  footer.page-footer .cc-window.cc-bottom,
  .hmi-header .cc-window.cc-bottom {
    bottom: 0;
  }
  footer.page-footer .cc-window.cc-banner,
  .hmi-header .cc-window.cc-banner,
  footer.page-footer .cc-window.cc-left,
  .hmi-header .cc-window.cc-left,
  footer.page-footer .cc-window.cc-right,
  .hmi-header .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  footer.page-footer .cc-window.cc-banner,
  .hmi-header .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer.page-footer .cc-window.cc-banner .cc-compliance,
  .hmi-header .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1;
  }
  footer.page-footer .cc-window.cc-floating,
  .hmi-header .cc-window.cc-floating {
    max-width: none;
  }
  footer.page-footer .cc-window .cc-message,
  .hmi-header .cc-window .cc-message {
    margin-bottom: 1em;
  }
  footer.page-footer .cc-window.cc-banner,
  .hmi-header .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset;
  }
}
footer.page-footer .cc-floating.cc-theme-classic,
.hmi-header .cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}
footer.page-footer .cc-floating.cc-type-info.cc-theme-classic .cc-compliance,
.hmi-header .cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none;
}
footer.page-footer .cc-theme-classic .cc-btn,
.hmi-header .cc-theme-classic .cc-btn {
  border-radius: 5px;
}
footer.page-footer .cc-theme-classic .cc-btn:last-child,
.hmi-header .cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}
footer.page-footer .cc-floating.cc-type-info.cc-theme-classic .cc-btn,
.hmi-header .cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}
footer.page-footer .cc-theme-edgeless.cc-window,
.hmi-header .cc-theme-edgeless.cc-window {
  padding: 1.7em 2em;
}
footer.page-footer .cc-floating.cc-theme-edgeless .cc-message,
.hmi-header .cc-floating.cc-theme-edgeless .cc-message {
  margin: 0 0 1.5em 0;
}
footer.page-footer .cc-banner.cc-theme-edgeless .cc-btn,
.hmi-header .cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}
footer.page-footer .cc-banner.cc-theme-edgeless .cc-message,
.hmi-header .cc-banner.cc-theme-edgeless .cc-message {
  margin-right: 2em;
}
footer.page-footer .cc-banner.cc-theme-edgeless .cc-message a,
.hmi-header .cc-banner.cc-theme-edgeless .cc-message a {
  text-decoration: underline;
  color: #495057;
}
footer.page-footer .cc-floating.cc-theme-edgeless .cc-btn + .cc-btn,
.hmi-header .cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}
footer.page-footer .cc-theme-edgeless.cc-window,
.hmi-header .cc-theme-edgeless.cc-window {
  background: #fff;
  box-shadow: 6px 6px 60px rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  max-width: 550px;
  left: 20px;
  right: 20px;
  bottom: 25px;
}
footer.page-footer a.cc-btn.cc-dismiss,
.hmi-header a.cc-btn.cc-dismiss {
  color: #29c7a5;
  background-color: transparent;
  border: 1px solid #29c7a5;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  padding-top: 10px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.3s ease;
}
footer.page-footer a.cc-btn.cc-dismiss:hover,
.hmi-header a.cc-btn.cc-dismiss:hover {
  color: #fff;
  background-color: #29c7a5;
}
@font-face {
  font-family: Graphik;
  src: url(../fonts/Graphik-Medium-Web.eot);
  src: url(../fonts/Graphik-Medium-Web.eot?#iefix) format("embedded-opentype"), url(../fonts/Graphik-Medium-Web.woff2) format("woff2"), url(../fonts/Graphik-Medium-Web.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: Graphik;
  src: url(../fonts/Graphik-Regular-Web.eot);
  src: url(../fonts/Graphik-Regular-Web.eot?#iefix) format("embedded-opentype"), url(../fonts/Graphik-Regular-Web.woff2) format("woff2"), url(../fonts/Graphik-Regular-Web.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: Graphik;
  src: url(../fonts/Graphik-Light-Web.eot);
  src: url(../fonts/Graphik-Light-Web.eot?#iefix) format("embedded-opentype"), url(../fonts/Graphik-Light-Web.woff2) format("woff2"), url(../fonts/Graphik-Light-Web.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
footer.page-footer .tpl-accordion,
.hmi-header .tpl-accordion {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 576px) {
  footer.page-footer .tpl-accordion,
  .hmi-header .tpl-accordion {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  footer.page-footer .tpl-accordion,
  .hmi-header .tpl-accordion {
    margin-top: 110px;
    margin-bottom: 110px;
  }
}
@media (min-width: 992px) {
  footer.page-footer .tpl-accordion,
  .hmi-header .tpl-accordion {
    margin-top: 130px;
    margin-bottom: 130px;
  }
}
@media (min-width: 1200px) {
  footer.page-footer .tpl-accordion,
  .hmi-header .tpl-accordion {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}
footer.page-footer .tpl-accordion__heading,
.hmi-header .tpl-accordion__heading {
  margin-bottom: 50px;
}
footer.page-footer .accordion,
.hmi-header .accordion {
  border-top: 1px solid #dee2e6;
}
footer.page-footer .accordion__element,
.hmi-header .accordion__element {
  border-bottom: 1px solid #dee2e6;
}
footer.page-footer .accordion__toggle,
.hmi-header .accordion__toggle {
  cursor: pointer;
  outline: 0;
}
footer.page-footer .accordion__toggle h4,
.hmi-header .accordion__toggle h4 {
  margin-bottom: 0;
  padding: 17px 0 17px 40px;
  position: relative;
  font-weight: 400;
}
@media (min-width: 576px) {
  footer.page-footer .accordion__toggle h4,
  .hmi-header .accordion__toggle h4 {
    padding: 17px 0 17px 50px;
  }
}
footer.page-footer .accordion__toggle h4:before,
.hmi-header .accordion__toggle h4:before {
  content: "+";
  position: absolute;
  left: 0;
  top: 7px;
  height: 40px;
  width: 40px;
  padding-left: 10px;
  line-height: 40px;
  font-weight: 300;
  font-size: 30px;
  color: #29c7a5;
}
footer.page-footer .accordion__content__inner,
.hmi-header .accordion__content__inner {
  max-width: 800px;
  padding-left: 40px;
}
@media (min-width: 576px) {
  footer.page-footer .accordion__content__inner,
  .hmi-header .accordion__content__inner {
    padding-left: 50px;
  }
}
footer.page-footer .accordion__toggle.ui-accordion-header-active h4:before,
.hmi-header .accordion__toggle.ui-accordion-header-active h4:before {
  content: "–";
  top: 5px;
}
footer.page-footer .accordion__toggle.ui-accordion-header-active .accordion__content,
.hmi-header .accordion__toggle.ui-accordion-header-active .accordion__content {
  max-height: 1000px;
  transition: max-height 1s ease-in-out;
}
footer.page-footer .accordion__content,
.hmi-header .accordion__content {
  visibility: hidden;
  height: 0;
}
footer.page-footer .accordion__content ul,
.hmi-header .accordion__content ul {
  padding-left: 18px;
}
footer.page-footer .no-js .accordion__content,
.hmi-header .no-js .accordion__content,
footer.page-footer .ui-accordion .accordion__content,
.hmi-header .ui-accordion .accordion__content {
  visibility: visible;
  height: auto;
}
footer.page-footer .cookieContainer,
.hmi-header .cookieContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100000;
}
footer.page-footer .cookieBanner,
.hmi-header .cookieBanner {
  max-width: 390px;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
}
footer.page-footer .loader,
.hmi-header .loader {
  display: inline-block;
}
footer.page-footer .loader__line,
.hmi-header .loader__line {
  animation: expand-loader 1s ease-in-out infinite;
  border-radius: 10px;
  display: inline-block;
  transform-origin: center center;
  margin: 0 3px;
  width: 2px;
  height: 20px;
  background: #29c7a5;
}
footer.page-footer .loader__line:nth-child(2),
.hmi-header .loader__line:nth-child(2) {
  animation-delay: 180ms;
}
footer.page-footer .loader__line:nth-child(3),
.hmi-header .loader__line:nth-child(3) {
  animation-delay: 360ms;
}
footer.page-footer .loader__line:nth-child(4),
.hmi-header .loader__line:nth-child(4) {
  animation-delay: 540ms;
}
@keyframes expand-loader {
  0% {
    transform: scaleY(1);
  }
  25% {
    transform: scaleY(2);
  }
}
footer.page-footer .slick-next,
.hmi-header .slick-next,
footer.page-footer .slick-prev,
.hmi-header .slick-prev {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 0;
  padding: 0;
  border: none;
  outline: 0;
  z-index: 5;
}
footer.page-footer .slick-next:focus,
.hmi-header .slick-next:focus,
footer.page-footer .slick-next:hover,
.hmi-header .slick-next:hover,
footer.page-footer .slick-prev:focus,
.hmi-header .slick-prev:focus,
footer.page-footer .slick-prev:hover,
.hmi-header .slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: transparent;
}
footer.page-footer .slick-next:focus:before,
.hmi-header .slick-next:focus:before,
footer.page-footer .slick-next:hover:before,
.hmi-header .slick-next:hover:before,
footer.page-footer .slick-prev:focus:before,
.hmi-header .slick-prev:focus:before,
footer.page-footer .slick-prev:hover:before,
.hmi-header .slick-prev:hover:before {
  opacity: 1;
}
footer.page-footer .slick-next.slick-disabled:before,
.hmi-header .slick-next.slick-disabled:before,
footer.page-footer .slick-prev.slick-disabled:before,
.hmi-header .slick-prev.slick-disabled:before {
  opacity: 0.25;
}
footer.page-footer .slick-next:before,
.hmi-header .slick-next:before,
footer.page-footer .slick-prev:before,
.hmi-header .slick-prev:before {
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  border: 1px solid #868e96;
  background: #fff;
}
footer.page-footer .slick-prev,
.hmi-header .slick-prev {
  right: 39px;
  left: auto;
}
footer.page-footer [dir=rtl] .slick-prev,
.hmi-header [dir=rtl] .slick-prev {
  right: 0;
  left: auto;
}
footer.page-footer .slick-prev:before,
.hmi-header .slick-prev:before {
  background: #fff url(../Images/Frontend/slider-arrow-left.svg) no-repeat center center;
}
footer.page-footer [dir=rtl] .slick-prev:before,
.hmi-header [dir=rtl] .slick-prev:before {
  background: #fff url(../Images/Frontend/slider-arrow-right.svg) no-repeat center center;
}
footer.page-footer .slick-next,
.hmi-header .slick-next {
  right: 0;
  left: auto;
}
footer.page-footer [dir=rtl] .slick-next,
.hmi-header [dir=rtl] .slick-next {
  right: 39px;
  left: auto;
}
footer.page-footer .slick-next:before,
.hmi-header .slick-next:before {
  background: #fff url(../Images/Frontend/slider-arrow-right.svg) no-repeat center center;
}
footer.page-footer [dir=rtl] .slick-next:before,
.hmi-header [dir=rtl] .slick-next:before {
  background: #fff url(../Images/Frontend/slider-arrow-left.svg) no-repeat center center;
}
footer.page-footer .slick-dotted.slick-slider,
.hmi-header .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
footer.page-footer .slick-dots,
.hmi-header .slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
footer.page-footer .slick-dots li,
.hmi-header .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
footer.page-footer .slick-dots li button,
.hmi-header .slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
footer.page-footer .slick-dots li button:focus,
.hmi-header .slick-dots li button:focus,
footer.page-footer .slick-dots li button:hover,
.hmi-header .slick-dots li button:hover {
  outline: 0;
}
footer.page-footer .slick-dots li button:focus:before,
.hmi-header .slick-dots li button:focus:before,
footer.page-footer .slick-dots li button:hover:before,
.hmi-header .slick-dots li button:hover:before {
  opacity: 1;
}
footer.page-footer .slick-dots li button:before,
.hmi-header .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
footer.page-footer .slick-dots li.slick-active button:before,
.hmi-header .slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}
footer.page-footer .slider .loader,
.hmi-header .slider .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  display: none;
}
footer.page-footer .slider:not(.slick-initialized) .loader,
.hmi-header .slider:not(.slick-initialized) .loader {
  display: block;
}
footer.page-footer .slider:not(.slick-initialized) .slide,
.hmi-header .slider:not(.slick-initialized) .slide {
  display: none !important;
}
footer.page-footer .slider:not(.slick-initialized) .slide:first-child,
.hmi-header .slider:not(.slick-initialized) .slide:first-child {
  display: block!important;
  position: relative;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}
footer.page-footer .slider:not(.slick-initialized) .slide:first-child .slide__inner,
.hmi-header .slider:not(.slick-initialized) .slide:first-child .slide__inner {
  visibility: hidden;
  opacity: 0;
}
footer.page-footer .slider .slide,
.hmi-header .slider .slide {
  outline: 0;
}
footer.page-footer .showcase-slider__img:not(.slick-initialized) .slide:first-child .slide__inner,
.hmi-header .showcase-slider__img:not(.slick-initialized) .slide:first-child .slide__inner {
  visibility: visible;
  opacity: 1;
  background-color: #e9ecef;
  animation: pulse-loader 2s ease-in-out infinite;
}
footer.page-footer .showcase-slider__img:not(.slick-initialized) .slide:first-child .slide__inner img,
.hmi-header .showcase-slider__img:not(.slick-initialized) .slide:first-child .slide__inner img {
  opacity: 0;
}
footer.page-footer .showcase-slider__text,
.hmi-header .showcase-slider__text {
  width: 100%;
}
footer.page-footer .showcase-slider__text .slick-slide p:last-child,
.hmi-header .showcase-slider__text .slick-slide p:last-child {
  margin-bottom: 0;
}
footer.page-footer .showcase-slider__img .slick-slide,
.hmi-header .showcase-slider__img .slick-slide {
  opacity: 0.24;
}
footer.page-footer .showcase-slider__img .slick-slide.slick-current,
.hmi-header .showcase-slider__img .slick-slide.slick-current {
  opacity: 1;
}
footer.page-footer .showcase-slider__img .slick-prev,
.hmi-header .showcase-slider__img .slick-prev {
  left: 25px;
  right: auto;
  display: none !important;
}
footer.page-footer .showcase-slider__img .slick-next,
.hmi-header .showcase-slider__img .slick-next {
  left: 64px;
  right: auto;
  display: none !important;
}
@media (min-width: 768px) {
  footer.page-footer .showcase-slider__img .slick-prev,
  .hmi-header .showcase-slider__img .slick-prev {
    left: 0;
    right: auto;
    display: block !important;
  }
  footer.page-footer .showcase-slider__img .slick-next,
  .hmi-header .showcase-slider__img .slick-next {
    left: 39px;
    right: auto;
    display: block !important;
  }
}
footer.page-footer .showcase-slider__subtitle,
.hmi-header .showcase-slider__subtitle {
  margin-top: 40px;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  footer.page-footer .showcase-slider__subtitle,
  .hmi-header .showcase-slider__subtitle {
    margin-top: 0;
  }
}
footer.page-footer .showcase-slider__title,
.hmi-header .showcase-slider__title {
  margin-bottom: 20px;
}
footer.page-footer .showcase-slider__img-container,
.hmi-header .showcase-slider__img-container {
  margin-left: -25px;
  margin-right: -25px;
}
footer.page-footer .showcase-slider__img-container .slick-slide,
.hmi-header .showcase-slider__img-container .slick-slide {
  padding-left: 25px;
  transition: opacity 0.3s;
}
footer.page-footer .showcase-slider__img-container .slick-slide img,
.hmi-header .showcase-slider__img-container .slick-slide img {
  width: 100%;
  height: auto;
}
footer.page-footer .showcase-slider__img-container .slick-list,
.hmi-header .showcase-slider__img-container .slick-list {
  padding-left: 0 !important;
}
@media (min-width: 768px) {
  footer.page-footer .showcase-slider__img-container,
  .hmi-header .showcase-slider__img-container {
    margin: 0;
  }
  footer.page-footer .showcase-slider__img-container .slick-slide,
  .hmi-header .showcase-slider__img-container .slick-slide {
    padding-left: 0;
  }
}
footer.page-footer .mobile-navbar a:focus,
.hmi-header .mobile-navbar a:focus,
footer.page-footer .mobile-navbar a:hover,
.hmi-header .mobile-navbar a:hover,
footer.page-footer .navbar a:focus,
.hmi-header .navbar a:focus,
footer.page-footer .navbar a:hover,
.hmi-header .navbar a:hover,
footer.page-footer .scroll-navbar a:focus,
.hmi-header .scroll-navbar a:focus,
footer.page-footer .scroll-navbar a:hover,
.hmi-header .scroll-navbar a:hover {
  text-decoration: none;
}
footer.page-footer .scroll-navbar,
.hmi-header .scroll-navbar {
  transform: translate3d(0, -96px, 0);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
footer.page-footer .barba-container:not(.home) .scroll-navbar,
.hmi-header .barba-container:not(.home) .scroll-navbar,
footer.page-footer .js--top .scroll-navbar,
.hmi-header .js--top .scroll-navbar {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
footer.page-footer .navbar,
.hmi-header .navbar,
footer.page-footer .scroll-navbar,
.hmi-header .scroll-navbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  box-shadow: 0 1px 0 transparent;
  transition: box-shadow 0.5s ease;
  z-index: 2030;
}
footer.page-footer .js--nav-scrolled .navbar,
.hmi-header .js--nav-scrolled .navbar,
footer.page-footer .js--nav-scrolled .scroll-navbar,
.hmi-header .js--nav-scrolled .scroll-navbar {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
footer.page-footer .js--nav-expanded .navbar,
.hmi-header .js--nav-expanded .navbar,
footer.page-footer .js--nav-expanded .scroll-navbar,
.hmi-header .js--nav-expanded .scroll-navbar {
  box-shadow: 0 1px 0 transparent;
}
@media (min-width: 768px) {
  footer.page-footer .navbar,
  .hmi-header .navbar,
  footer.page-footer .scroll-navbar,
  .hmi-header .scroll-navbar {
    padding: 25px 0;
  }
}
footer.page-footer .navbar > .container,
.hmi-header .navbar > .container,
footer.page-footer .navbar > .container-fluid,
.hmi-header .navbar > .container-fluid,
footer.page-footer .scroll-navbar > .container,
.hmi-header .scroll-navbar > .container,
footer.page-footer .scroll-navbar > .container-fluid,
.hmi-header .scroll-navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
footer.page-footer .navbar a,
.hmi-header .navbar a,
footer.page-footer .scroll-navbar a,
.hmi-header .scroll-navbar a {
  color: #1b1b1b;
}
footer.page-footer .navbar__brand,
.hmi-header .navbar__brand {
  display: inline-block;
  margin-right: 20px;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -99999px;
  margin-right: auto;
  margin-left: 1px;
}
footer.page-footer .navbar__brand svg,
.hmi-header .navbar__brand svg {
  display: block;
  width: 65px;
  margin-top: 1px;
}
@media (min-width: 768px) {
  footer.page-footer .navbar__brand svg,
  .hmi-header .navbar__brand svg {
    width: 120px;
    margin-top: 5px;
  }
}
footer.page-footer .navbar__brand svg path,
.hmi-header .navbar__brand svg path {
  fill: #1b1b1b;
  transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
  footer.page-footer .navbar,
  .hmi-header .navbar {
    position: fixed;
  }
}
footer.page-footer .navbar .navbar__brand path,
.hmi-header .navbar .navbar__brand path {
  fill: #1b1b1b;
}
footer.page-footer .navbar .navbar__brand.background--dark path,
.hmi-header .navbar .navbar__brand.background--dark path {
  fill: #fff !important;
}
footer.page-footer .navbar .navbar__brand.background--light path,
.hmi-header .navbar .navbar__brand.background--light path {
  fill: #1b1b1b !important;
}
footer.page-footer .js--mobile-nav-expanded .navbar .navbar__brand,
.hmi-header .js--mobile-nav-expanded .navbar .navbar__brand {
  fill: #1b1b1b;
}
footer.page-footer .mobile-navbar,
.hmi-header .mobile-navbar {
  box-shadow: 0 1px 0 transparent;
  background: #f2f2f2;
  position: fixed;
  z-index: 2020;
  transform: translate3d(0, -105%, 0);
  width: 100%;
  top: 0;
  left: 0;
  padding: 100px 50px;
  height: 100vh;
  display: flex;
  align-items: center;
}
footer.page-footer .mobile-navbar .navbar-inner,
.hmi-header .mobile-navbar .navbar-inner {
  padding: 0;
}
footer.page-footer .mobile-navbar__nav,
.hmi-header .mobile-navbar__nav {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
footer.page-footer .mobile-navbar__nav .nav-link,
.hmi-header .mobile-navbar__nav .nav-link {
  display: block;
}
footer.page-footer .mobile-navbar__nav .tpl-text,
.hmi-header .mobile-navbar__nav .tpl-text,
footer.page-footer .mobile-navbar__nav .tpl-text p,
.hmi-header .mobile-navbar__nav .tpl-text p {
  margin: 0;
}
footer.page-footer .mobile-navbar__nav .tpl-text br,
.hmi-header .mobile-navbar__nav .tpl-text br,
footer.page-footer .mobile-navbar__nav .tpl-text p br,
.hmi-header .mobile-navbar__nav .tpl-text p br {
  display: none;
}
footer.page-footer .mobile-navbar__nav .tpl-text a,
.hmi-header .mobile-navbar__nav .tpl-text a,
footer.page-footer .mobile-navbar__nav .tpl-text p a,
.hmi-header .mobile-navbar__nav .tpl-text p a {
  color: #646464;
  font-size: 15px;
  font-weight: 500;
  display: block;
  line-height: 34px;
}
footer.page-footer .navbar__nav,
.hmi-header .navbar__nav {
  display: none;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-left: auto;
}
footer.page-footer .navbar__nav .nav-link,
.hmi-header .navbar__nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
footer.page-footer .navbar__nav .dropdown-menu,
.hmi-header .navbar__nav .dropdown-menu {
  position: static;
  float: none;
}
footer.page-footer .navbar-text,
.hmi-header .navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
footer.page-footer .navbar-toggler,
.hmi-header .navbar-toggler {
  padding: 0.25rem 0 0.25rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1;
  background: 0 0;
  position: relative;
  z-index: 10;
  outline: 0!important;
  cursor: pointer;
}
footer.page-footer .navbar-toggler:focus,
.hmi-header .navbar-toggler:focus,
footer.page-footer .navbar-toggler:hover,
.hmi-header .navbar-toggler:hover {
  text-decoration: none;
  outline: 0 !important;
}
footer.page-footer .navbar-cart,
.hmi-header .navbar-cart {
  margin-right: 5px;
  position: relative;
  background: 0 0;
  height: 40px;
  width: 40px;
  padding: 0;
  border: none;
  cursor: pointer;
}
footer.page-footer .navbar-cart:focus,
.hmi-header .navbar-cart:focus,
footer.page-footer .navbar-cart:hover,
.hmi-header .navbar-cart:hover {
  outline: 0;
}
@media (min-width: 768px) {
  footer.page-footer .navbar-cart,
  .hmi-header .navbar-cart {
    margin-left: 20px;
    margin-right: 0;
  }
}
footer.page-footer .navbar-cart-icon,
.hmi-header .navbar-cart-icon {
  height: 40px;
  width: 40px;
  display: block;
  background: url(../Images/Frontend/shopping-cart.svg) no-repeat center center;
}
footer.page-footer .home .navbar .navbar-cart-icon,
.hmi-header .home .navbar .navbar-cart-icon {
  background: url(../Images/Frontend/shopping-cart-light.svg) no-repeat center center;
}
footer.page-footer .js--nav-expanded .home .navbar .navbar-cart-icon,
.hmi-header .js--nav-expanded .home .navbar .navbar-cart-icon {
  background: url(../Images/Frontend/shopping-cart.svg) no-repeat center center;
}
footer.page-footer .navbar-cart-amount,
.hmi-header .navbar-cart-amount {
  font-size: 8px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  position: absolute;
  right: 2px;
  top: 7px;
  background-color: #29c7a5;
  color: #fff;
  text-align: center;
  opacity: 1;
}
footer.page-footer .navbar-cart-amount.empty,
.hmi-header .navbar-cart-amount.empty {
  opacity: 0;
}
footer.page-footer .home .navbar .navbar-cart-amount,
.hmi-header .home .navbar .navbar-cart-amount {
  background-color: #fff;
  color: #1b1b1b;
}
footer.page-footer .js--nav-expanded .home .navbar .navbar-cart-amount,
.hmi-header .js--nav-expanded .home .navbar .navbar-cart-amount {
  background-color: #29c7a5;
  color: #fff;
}
@media (min-width: 992px) {
  footer.page-footer .navbar,
  .hmi-header .navbar,
  footer.page-footer .scroll-navbar,
  .hmi-header .scroll-navbar {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  footer.page-footer .navbar .navbar__nav,
  .hmi-header .navbar .navbar__nav,
  footer.page-footer .scroll-navbar .navbar__nav,
  .hmi-header .scroll-navbar .navbar__nav {
    flex-direction: row;
    display: flex;
  }
  footer.page-footer .navbar .navbar__nav .dropdown-menu,
  .hmi-header .navbar .navbar__nav .dropdown-menu,
  footer.page-footer .scroll-navbar .navbar__nav .dropdown-menu,
  .hmi-header .scroll-navbar .navbar__nav .dropdown-menu {
    position: absolute;
  }
  footer.page-footer .navbar .navbar__nav .nav-link,
  .hmi-header .navbar .navbar__nav .nav-link,
  footer.page-footer .scroll-navbar .navbar__nav .nav-link,
  .hmi-header .scroll-navbar .navbar__nav .nav-link {
    padding-right: 25px;
    padding-left: 25px;
  }
  footer.page-footer .navbar > .container,
  .hmi-header .navbar > .container,
  footer.page-footer .navbar > .container-fluid,
  .hmi-header .navbar > .container-fluid,
  footer.page-footer .scroll-navbar > .container,
  .hmi-header .scroll-navbar > .container,
  footer.page-footer .scroll-navbar > .container-fluid,
  .hmi-header .scroll-navbar > .container-fluid {
    flex-wrap: nowrap;
    flex-basis: auto;
  }
  footer.page-footer .navbar .navbar-toggler,
  .hmi-header .navbar .navbar-toggler,
  footer.page-footer .scroll-navbar .navbar-toggler,
  .hmi-header .scroll-navbar .navbar-toggler {
    display: none;
  }
}
footer.page-footer .navbar-light .navbar__brand,
.hmi-header .navbar-light .navbar__brand {
  color: #29c7a5;
}
footer.page-footer .navbar-light .navbar__brand:focus,
.hmi-header .navbar-light .navbar__brand:focus,
footer.page-footer .navbar-light .navbar__brand:hover,
.hmi-header .navbar-light .navbar__brand:hover {
  color: #29c7a5;
}
footer.page-footer .navbar-light .navbar__nav .nav-link,
.hmi-header .navbar-light .navbar__nav .nav-link {
  color: #1b1b1b;
}
footer.page-footer .navbar-light .navbar__nav .nav-link:focus,
.hmi-header .navbar-light .navbar__nav .nav-link:focus,
footer.page-footer .navbar-light .navbar__nav .nav-link:hover,
.hmi-header .navbar-light .navbar__nav .nav-link:hover {
  color: #1b1b1b;
}
footer.page-footer .navbar-light .navbar__nav .nav-link.disabled,
.hmi-header .navbar-light .navbar__nav .nav-link.disabled {
  color: #c1c1c1;
}
footer.page-footer .navbar-light .navbar__nav .active > .nav-link,
.hmi-header .navbar-light .navbar__nav .active > .nav-link,
footer.page-footer .navbar-light .navbar__nav .nav-link.active,
.hmi-header .navbar-light .navbar__nav .nav-link.active,
footer.page-footer .navbar-light .navbar__nav .nav-link.show,
.hmi-header .navbar-light .navbar__nav .nav-link.show,
footer.page-footer .navbar-light .navbar__nav .show > .nav-link,
.hmi-header .navbar-light .navbar__nav .show > .nav-link {
  color: #29c7a5;
}
footer.page-footer .navbar-light .navbar-toggler,
.hmi-header .navbar-light .navbar-toggler {
  color: #1b1b1b;
  border-color: transparent;
}
footer.page-footer .navbar-light .navbar-toggler-icon,
.hmi-header .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%231B1B1B' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
footer.page-footer .navbar-light .navbar-text,
.hmi-header .navbar-light .navbar-text {
  color: #1b1b1b;
}
footer.page-footer .navbar-light .navbar-text a,
.hmi-header .navbar-light .navbar-text a {
  color: #29c7a5;
}
footer.page-footer .navbar-light .navbar-text a:focus,
.hmi-header .navbar-light .navbar-text a:focus,
footer.page-footer .navbar-light .navbar-text a:hover,
.hmi-header .navbar-light .navbar-text a:hover {
  color: #29c7a5;
}
footer.page-footer .footer,
.hmi-header .footer {
  background: #3b3b3b;
  color: #fff;
  line-height: 30px;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  footer.page-footer [data-barba-namespace=home] .footer,
  .hmi-header [data-barba-namespace=home] .footer {
    padding-bottom: 100px;
  }
}
footer.page-footer .footer a,
.hmi-header .footer a {
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.2s ease-in-out;
}
footer.page-footer .footer a:not(.arrow-link),
.hmi-header .footer a:not(.arrow-link) {
  display: inline-block;
}
footer.page-footer .footer a:not(.arrow-link):hover,
.hmi-header .footer a:not(.arrow-link):hover {
  color: #fff;
}
footer.page-footer .footer a:not(.arrow-link):empty,
.hmi-header .footer a:not(.arrow-link):empty {
  display: none;
}
footer.page-footer .footer .typo--label,
.hmi-header .footer .typo--label,
footer.page-footer .footer .typo--label-border,
.hmi-header .footer .typo--label-border {
  line-height: 23px;
}
footer.page-footer .footer ion-icon,
.hmi-header .footer ion-icon {
  font-size: 26px;
}
footer.page-footer .footer .border-bottom,
.hmi-header .footer .border-bottom,
footer.page-footer .footer .border-top,
.hmi-header .footer .border-top,
footer.page-footer .footer .typo--label-border,
.hmi-header .footer .typo--label-border {
  border-color: #626262 !important;
}
footer.page-footer .footer .tpl-text,
.hmi-header .footer .tpl-text {
  margin: 0;
}
footer.page-footer .footer .tpl-text__main-content a,
.hmi-header .footer .tpl-text__main-content a {
  display: inline-block;
}
footer.page-footer .footer .tpl-text__main-content a ion-icon,
.hmi-header .footer .tpl-text__main-content a ion-icon {
  font-size: 21px;
  transform: translate3d(-3px, 5px, 0) rotate(-45deg);
}
footer.page-footer .footer .tpl-text__main-content p,
.hmi-header .footer .tpl-text__main-content p {
  margin-bottom: 30px!important;
  padding: 0 !important;
}
footer.page-footer .footer .tpl-text__main-content p:after,
.hmi-header .footer .tpl-text__main-content p:after {
  display: none !important;
}
footer.page-footer .footer .tpl-text__main-content b,
.hmi-header .footer .tpl-text__main-content b,
footer.page-footer .footer .tpl-text__main-content strong,
.hmi-header .footer .tpl-text__main-content strong {
  color: #fff !important;
}
@media (min-width: 1200px) {
  footer.page-footer .footer__column,
  .hmi-header .footer__column {
    min-width: 20%;
    max-width: 20%;
  }
}
footer.page-footer .footer__logo,
.hmi-header .footer__logo {
  width: 110px;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  footer.page-footer .footer__logo,
  .hmi-header .footer__logo {
    margin-bottom: 0;
  }
}
footer.page-footer .footer__main,
.hmi-header .footer__main {
  padding-top: 100px;
  padding-bottom: 70px;
}
@media (max-width: 767.98px) {
  footer.page-footer .footer__main,
  .hmi-header .footer__main {
    padding-bottom: 0;
  }
}
footer.page-footer .footer__bottom,
.hmi-header .footer__bottom {
  color: rgba(255, 255, 255, 0.6);
  padding: 20px 0;
  font-size: 12px;
}
@media (min-width: 576px) {
  footer.page-footer .footer__bottom,
  .hmi-header .footer__bottom {
    display: flex;
    align-items: center;
  }
  footer.page-footer .footer__bottom__links,
  .hmi-header .footer__bottom__links {
    margin-left: auto;
    margin-right: 30px;
  }
}
footer.page-footer .footer__bottom__links a,
.hmi-header .footer__bottom__links a {
  margin-right: 15px;
}
footer.page-footer .footer__bottom__copyright,
.hmi-header .footer__bottom__copyright {
  color: #646464;
}
footer.page-footer p,
.hmi-header p {
  margin-bottom: 1.2em;
}
footer.page-footer body,
.hmi-header body {
  font-size: 18px;
  color: #3b3b3b;
}
footer.page-footer .typo--heading,
.hmi-header .typo--heading {
  font-size: 32px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 1.3;
  color: #1b1b1b;
}
footer.page-footer .typo--heading:empty,
.hmi-header .typo--heading:empty {
  margin: 0 !important;
}
footer.page-footer .typo--heading b,
.hmi-header .typo--heading b,
footer.page-footer .typo--heading strong,
.hmi-header .typo--heading strong {
  font-weight: 500;
}
@media (min-width: 768px) {
  footer.page-footer .typo--heading,
  .hmi-header .typo--heading {
    font-size: 46px;
  }
}
@media (min-width: 992px) {
  footer.page-footer .typo--heading,
  .hmi-header .typo--heading {
    font-size: 60px;
  }
}
footer.page-footer .h2,
.hmi-header .h2,
footer.page-footer .typo--title,
.hmi-header .typo--title,
footer.page-footer h2,
.hmi-header h2 {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.4;
  color: #1b1b1b;
}
footer.page-footer .h2:empty,
.hmi-header .h2:empty,
footer.page-footer .typo--title:empty,
.hmi-header .typo--title:empty,
footer.page-footer h2:empty,
.hmi-header h2:empty {
  margin: 0 !important;
}
footer.page-footer .h2 b,
.hmi-header .h2 b,
footer.page-footer .h2 strong,
.hmi-header .h2 strong,
footer.page-footer .typo--title b,
.hmi-header .typo--title b,
footer.page-footer .typo--title strong,
.hmi-header .typo--title strong,
footer.page-footer h2 b,
.hmi-header h2 b,
footer.page-footer h2 strong,
.hmi-header h2 strong {
  font-weight: 500;
}
@media (min-width: 768px) {
  footer.page-footer .h2,
  .hmi-header .h2,
  footer.page-footer .typo--title,
  .hmi-header .typo--title,
  footer.page-footer h2,
  .hmi-header h2 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  footer.page-footer .h2,
  .hmi-header .h2,
  footer.page-footer .typo--title,
  .hmi-header .typo--title,
  footer.page-footer h2,
  .hmi-header h2 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  footer.page-footer .typo--title-sm,
  .hmi-header .typo--title-sm {
    font-size: 18px;
    font-weight: 400;
  }
}
footer.page-footer .typo--subtitle,
.hmi-header .typo--subtitle {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  color: #1b1b1b;
}
footer.page-footer .typo--subtitle:empty,
.hmi-header .typo--subtitle:empty {
  margin: 0 !important;
}
footer.page-footer .typo--subtitle b,
.hmi-header .typo--subtitle b,
footer.page-footer .typo--subtitle strong,
.hmi-header .typo--subtitle strong {
  font-weight: 500;
}
@media (min-width: 768px) {
  footer.page-footer .typo--subtitle,
  .hmi-header .typo--subtitle {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  footer.page-footer .typo--subtitle,
  .hmi-header .typo--subtitle {
    font-size: 20px;
  }
}
footer.page-footer .typo--nav-item,
.hmi-header .typo--nav-item {
  font-size: 17px;
  line-height: 40px;
  margin-left: 50px;
  font-weight: 500;
}
footer.page-footer .typo--nav-item .nav-link,
.hmi-header .typo--nav-item .nav-link {
  padding-left: 0!important;
  padding-right: 0!important;
  border-bottom: 2px solid transparent;
  padding-bottom: 7px;
  transition: all 0.3s ease-in-out;
  color: #1b1b1b;
}
footer.page-footer .typo--nav-item.active .nav-link,
.hmi-header .typo--nav-item.active .nav-link,
footer.page-footer .typo--nav-item:hover .nav-link,
.hmi-header .typo--nav-item:hover .nav-link {
  border-color: #29c7a5;
}
@media (max-width: 767.98px) {
  footer.page-footer .typo--nav-item,
  .hmi-header .typo--nav-item {
    border-bottom: none!important;
    padding-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  footer.page-footer .typo--nav-item,
  .hmi-header .typo--nav-item {
    font-size: 28px;
    line-height: 50px;
    font-weight: 500;
    font-size: 30px;
    margin: 0;
    margin-bottom: 8px;
  }
  footer.page-footer .typo--nav-item .nav-link,
  .hmi-header .typo--nav-item .nav-link {
    padding-bottom: 0;
  }
}
footer.page-footer .typo--footer-link,
.hmi-header .typo--footer-link {
  color: #fff;
  font-size: 12px;
}
footer.page-footer .typo--label,
.hmi-header .typo--label,
footer.page-footer .typo--label-border,
.hmi-header .typo--label-border {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  text-decoration: normal;
  text-decoration: none!important;
  display: inline-block;
  width: 100%;
  letter-spacing: 1.2px;
  vertical-align: top;
}
footer.page-footer .typo--label-border,
.hmi-header .typo--label-border {
  margin-bottom: 0;
  padding-bottom: 0.5rem !important;
}
footer.page-footer hr,
.hmi-header hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid rgba(27, 27, 27, 0.15);
}
footer.page-footer .small,
.hmi-header .small,
footer.page-footer small,
.hmi-header small {
  font-size: 12px;
  font-weight: 400;
}
footer.page-footer .btn,
.hmi-header .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  font-size: inherit;
  padding: 9px 30px 9px 30px;
  line-height: 20px;
  border-radius: 20px;
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  footer.page-footer .btn,
  .hmi-header .btn {
    transition: none;
  }
}
footer.page-footer .btn:focus,
.hmi-header .btn:focus,
footer.page-footer .btn:hover,
.hmi-header .btn:hover {
  text-decoration: none;
}
footer.page-footer .btn.focus,
.hmi-header .btn.focus,
footer.page-footer .btn:focus,
.hmi-header .btn:focus {
  outline: 0;
}
footer.page-footer .btn.disabled,
.hmi-header .btn.disabled,
footer.page-footer .btn:disabled,
.hmi-header .btn:disabled {
  opacity: 0.65;
}
footer.page-footer .btn:not([disabled]):not(.disabled).active,
.hmi-header .btn:not([disabled]):not(.disabled).active,
footer.page-footer .btn:not([disabled]):not(.disabled):active,
.hmi-header .btn:not([disabled]):not(.disabled):active {
  background-image: none;
  opacity: 0.65;
}
footer.page-footer a.btn.disabled,
.hmi-header a.btn.disabled,
footer.page-footer fieldset[disabled] a.btn,
.hmi-header fieldset[disabled] a.btn {
  pointer-events: none;
}
footer.page-footer .btn-green,
.hmi-header .btn-green {
  color: #fff;
  background-color: #29c7a5;
  border-color: #29c7a5;
}
footer.page-footer .btn-green:hover,
.hmi-header .btn-green:hover {
  color: #fff;
  background-color: #29c7a5;
  border-color: #29c7a5;
}
footer.page-footer .btn-green.disabled,
.hmi-header .btn-green.disabled,
footer.page-footer .btn-green:disabled,
.hmi-header .btn-green:disabled {
  color: #fff;
  background-color: #29c7a5;
  border-color: #29c7a5;
}
footer.page-footer .btn-green:not([disabled]):not(.disabled).active,
.hmi-header .btn-green:not([disabled]):not(.disabled).active,
footer.page-footer .btn-green:not([disabled]):not(.disabled):active,
.hmi-header .btn-green:not([disabled]):not(.disabled):active {
  color: #fff;
  background-color: #29c7a5;
  border-color: #29c7a5;
  opacity: 0.65;
}
footer.page-footer .btn-outline-green,
.hmi-header .btn-outline-green {
  color: #29c7a5;
  background-color: transparent;
  background-image: none;
  border-color: #29c7a5;
}
footer.page-footer .btn-outline-green:hover,
.hmi-header .btn-outline-green:hover {
  color: #29c7a5;
  background-color: transparent;
  background-image: none;
  border-color: #29c7a5;
}
footer.page-footer .btn-outline-green.disabled,
.hmi-header .btn-outline-green.disabled,
footer.page-footer .btn-outline-green:disabled,
.hmi-header .btn-outline-green:disabled {
  color: #29c7a5;
  background-color: transparent;
  border-color: #29c7a5;
}
footer.page-footer .btn-outline-green:not([disabled]):not(.disabled).active,
.hmi-header .btn-outline-green:not([disabled]):not(.disabled).active,
footer.page-footer .btn-outline-green:not([disabled]):not(.disabled):active,
.hmi-header .btn-outline-green:not([disabled]):not(.disabled):active {
  color: #fff;
  background-color: #29c7a5;
  border-color: #29c7a5;
  opacity: 0.65;
}
footer.page-footer .btn-outline-green:active,
.hmi-header .btn-outline-green:active,
footer.page-footer .btn-outline-green:hover,
.hmi-header .btn-outline-green:hover {
  background: #29c7a5;
  color: #fff;
  outline: 0;
  box-shadow: none;
}
footer.page-footer .btn-outline-green:focus,
.hmi-header .btn-outline-green:focus {
  outline: 0;
  box-shadow: none;
}
footer.page-footer .btn-white,
.hmi-header .btn-white {
  color: #29c7a5;
  background-color: #fff;
  border-color: #fff;
}
footer.page-footer .btn-white:hover,
.hmi-header .btn-white:hover {
  color: #29c7a5;
  background-color: #fff;
  border-color: #fff;
}
footer.page-footer .btn-white.disabled,
.hmi-header .btn-white.disabled,
footer.page-footer .btn-white:disabled,
.hmi-header .btn-white:disabled {
  color: #29c7a5;
  background-color: #fff;
  border-color: #fff;
}
footer.page-footer .btn-white:not([disabled]):not(.disabled).active,
.hmi-header .btn-white:not([disabled]):not(.disabled).active,
footer.page-footer .btn-white:not([disabled]):not(.disabled):active,
.hmi-header .btn-white:not([disabled]):not(.disabled):active {
  color: #29c7a5;
  background-color: #fff;
  border-color: #fff;
  opacity: 0.65;
}
footer.page-footer .btn-outline-white,
.hmi-header .btn-outline-white {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}
footer.page-footer .btn-outline-white:hover,
.hmi-header .btn-outline-white:hover {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}
footer.page-footer .btn-outline-white.disabled,
.hmi-header .btn-outline-white.disabled,
footer.page-footer .btn-outline-white:disabled,
.hmi-header .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
footer.page-footer .btn-outline-white:not([disabled]):not(.disabled).active,
.hmi-header .btn-outline-white:not([disabled]):not(.disabled).active,
footer.page-footer .btn-outline-white:not([disabled]):not(.disabled):active,
.hmi-header .btn-outline-white:not([disabled]):not(.disabled):active {
  color: #29c7a5;
  background-color: #fff;
  border-color: #fff;
  opacity: 0.65;
}
footer.page-footer .btn-block,
.hmi-header .btn-block {
  display: block;
  width: 100%;
}
footer.page-footer .btn-block + .btn-block,
.hmi-header .btn-block + .btn-block {
  margin-top: 0.5rem;
}
footer.page-footer input[type=button].btn-block,
.hmi-header input[type=button].btn-block,
footer.page-footer input[type=reset].btn-block,
.hmi-header input[type=reset].btn-block,
footer.page-footer input[type=submit].btn-block,
.hmi-header input[type=submit].btn-block {
  width: 100%;
}
footer.page-footer select,
.hmi-header select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  background: #2c3e50;
  background-image: none;
}
footer.page-footer .select,
.hmi-header .select {
  position: relative;
}
footer.page-footer .select:after,
.hmi-header .select:after {
  pointer-events: none;
  content: "";
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-top: 5px solid #29c7a5;
  border-left: 5px solid transparent;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
footer.page-footer select,
.hmi-header select {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 0.5em;
  color: #fff;
  cursor: pointer;
}
footer.page-footer select::-ms-expand,
.hmi-header select::-ms-expand {
  display: none;
}
footer.page-footer .switch,
.hmi-header .switch {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 30px;
}
footer.page-footer .switch .switch-label,
.hmi-header .switch .switch-label {
  display: inline-block;
  padding-left: 50px;
  color: #1b1b1b;
  line-height: 30px;
}
footer.page-footer input.toggle,
.hmi-header input.toggle {
  visibility: hidden;
  height: 0;
  width: 0;
  position: absolute;
}
footer.page-footer input.toggle + label,
.hmi-header input.toggle + label {
  visibility: visible;
}
footer.page-footer input.toggle + label:hover,
.hmi-header input.toggle + label:hover {
  cursor: pointer;
}
footer.page-footer input.toggle:disabled + label:before,
.hmi-header input.toggle:disabled + label:before {
  background-color: rgba(0, 0, 0, 0.1);
}
footer.page-footer input.toggle:disabled + label:after,
.hmi-header input.toggle:disabled + label:after {
  background-color: #f5f5f5;
  box-shadow: 0 0.1rem 0.1rem 0 rgba(0, 0, 0, 0.2);
}
footer.page-footer input.toggle + label:after,
.hmi-header input.toggle + label:after,
footer.page-footer input.toggle + label:before,
.hmi-header input.toggle + label:before {
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  bottom: 0;
  content: "";
}
footer.page-footer input.toggle + label:before,
.hmi-header input.toggle + label:before {
  left: 0;
  top: 4px;
  width: 40px;
  height: 20px;
  border-radius: 20px;
  transition: background 0.3s;
  border: 1px solid #c1c1c1;
}
footer.page-footer input.toggle + label:after,
.hmi-header input.toggle + label:after {
  width: 20px;
  height: 20px;
  top: 4px;
  left: 0;
  background-color: #fff;
  border-radius: 100%;
  border: 1px solid #c1c1c1;
  -webkit-transition: all 0.3s cubic-bezier(0.915, 0.01, 0.075, 0.995);
  -webkit-transition--moz-transition: all 0.3s cubic-bezier(0.915, 0.01, 0.075, 0.995);
  -webkit-transition--moz-transition--o-transition: all 0.3s cubic-bezier(0.915, 0.01, 0.075, 0.995);
  -webkit-transition--moz-transition--o-transition-transition: all 0.3s cubic-bezier(0.915, 0.01, 0.075, 0.995);
}
footer.page-footer input.toggle:checked + label:before,
.hmi-header input.toggle:checked + label:before {
  background-color: #29c7a5;
  border-color: #29c7a5;
}
footer.page-footer input.toggle:checked + label:after,
.hmi-header input.toggle:checked + label:after {
  left: 20px;
  border-color: #29c7a5;
}
footer.page-footer .breadcrumbs,
.hmi-header .breadcrumbs {
  margin-bottom: 40px;
}
footer.page-footer .breadcrumbs__item,
.hmi-header .breadcrumbs__item {
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
  display: inline-block;
}
footer.page-footer .breadcrumbs__item.active,
.hmi-header .breadcrumbs__item.active,
footer.page-footer .breadcrumbs__item:hover,
.hmi-header .breadcrumbs__item:hover {
  border-bottom: 2px solid #29c7a5;
  text-decoration: none;
  color: #29c7a5;
}
footer.page-footer .breadcrumbs__divider,
.hmi-header .breadcrumbs__divider {
  position: relative;
  width: 5px;
  margin-left: 15px;
  margin-right: 15px;
}
footer.page-footer .breadcrumbs__divider:before,
.hmi-header .breadcrumbs__divider:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #29c7a5;
}
footer.page-footer .login,
.hmi-header .login {
  padding-top: 40px;
  padding-bottom: 100px;
}
footer.page-footer .login-form label,
.hmi-header .login-form label {
  display: block;
  font-weight: 500;
}
footer.page-footer .login-form input:not([type=submit]),
.hmi-header .login-form input:not([type=submit]) {
  display: block;
  width: 100%;
  padding: 10px 15px;
  background: 0 0;
  border: 1px solid #dee2e6;
  margin-bottom: 20px;
}
footer.page-footer .login-form input:not([type=submit]):active,
.hmi-header .login-form input:not([type=submit]):active,
footer.page-footer .login-form input:not([type=submit]):focus,
.hmi-header .login-form input:not([type=submit]):focus {
  border-color: #29c7a5;
  outline: 0;
}
footer.page-footer .login-form .btn,
.hmi-header .login-form .btn {
  margin-bottom: 20px;
}
@font-face {
  font-family: Snipcart;
  src: url(../fonts/snipcart/Snipcart.woff?94043836) format("woff"), url(../fonts/snipcart/Snipcart.ttf?94043836) format("truetype");
  font-weight: 400;
  font-style: normal;
}
footer.page-footer body.snip-open,
.hmi-header body.snip-open {
  height: auto!important;
  margin: 0!important;
  overflow: hidden!important;
  padding: 0 !important;
}
@media only screen and (max-width: 26em) {
  footer.page-footer body.snip-open,
  .hmi-header body.snip-open {
    position: fixed;
    width: 100%;
  }
}
footer.page-footer .snip-layout,
.hmi-header .snip-layout {
  background: rgba(123, 123, 123, 0.75);
  bottom: 0;
  color: #999;
  font-family: Graphik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  left: 0;
  line-height: normal;
  overflow-x: auto;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1040;
}
footer.page-footer .snip-layout .snip-ico,
.hmi-header .snip-layout .snip-ico {
  -webkit-font-smoothing: antialiased;
  font-family: Snipcart;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  speak: none;
  text-transform: none;
}
footer.page-footer .snip-layout .snip-ico--credit-cart:before,
.hmi-header .snip-layout .snip-ico--credit-cart:before {
  content: "\e805";
}
footer.page-footer .snip-layout .snip-ico--truck:before,
.hmi-header .snip-layout .snip-ico--truck:before {
  content: "\e804";
}
footer.page-footer .snip-layout .snip-ico--letter:before,
.hmi-header .snip-layout .snip-ico--letter:before {
  content: "\e803";
}
footer.page-footer .snip-layout .snip-ico--receipt:before,
.hmi-header .snip-layout .snip-ico--receipt:before {
  content: "\e802";
}
footer.page-footer .snip-layout .snip-ico--checklist:before,
.hmi-header .snip-layout .snip-ico--checklist:before {
  content: "\e801";
}
footer.page-footer .snip-layout .snip-ico--basket:before,
.hmi-header .snip-layout .snip-ico--basket:before {
  content: "\e800";
}
footer.page-footer .snip-layout .snip-ico--check:before,
.hmi-header .snip-layout .snip-ico--check:before {
  content: "\e806";
}
footer.page-footer .snip-layout .snip-ico--close:before,
.hmi-header .snip-layout .snip-ico--close:before {
  content: "\e807";
}
footer.page-footer .snip-layout a,
.hmi-header .snip-layout a,
footer.page-footer .snip-layout dd,
.hmi-header .snip-layout dd,
footer.page-footer .snip-layout div,
.hmi-header .snip-layout div,
footer.page-footer .snip-layout dl,
.hmi-header .snip-layout dl,
footer.page-footer .snip-layout dt,
.hmi-header .snip-layout dt,
footer.page-footer .snip-layout em,
.hmi-header .snip-layout em,
footer.page-footer .snip-layout form,
.hmi-header .snip-layout form,
footer.page-footer .snip-layout h1,
.hmi-header .snip-layout h1,
footer.page-footer .snip-layout h2,
.hmi-header .snip-layout h2,
footer.page-footer .snip-layout h3 h4,
.hmi-header .snip-layout h3 h4,
footer.page-footer .snip-layout img,
.hmi-header .snip-layout img,
footer.page-footer .snip-layout label,
.hmi-header .snip-layout label,
footer.page-footer .snip-layout li,
.hmi-header .snip-layout li,
footer.page-footer .snip-layout ol,
.hmi-header .snip-layout ol,
footer.page-footer .snip-layout p,
.hmi-header .snip-layout p,
footer.page-footer .snip-layout small,
.hmi-header .snip-layout small,
footer.page-footer .snip-layout span,
.hmi-header .snip-layout span,
footer.page-footer .snip-layout strong,
.hmi-header .snip-layout strong,
footer.page-footer .snip-layout table,
.hmi-header .snip-layout table,
footer.page-footer .snip-layout tbody,
.hmi-header .snip-layout tbody,
footer.page-footer .snip-layout td,
.hmi-header .snip-layout td,
footer.page-footer .snip-layout th,
.hmi-header .snip-layout th,
footer.page-footer .snip-layout thead,
.hmi-header .snip-layout thead,
footer.page-footer .snip-layout tr,
.hmi-header .snip-layout tr,
footer.page-footer .snip-layout ul,
.hmi-header .snip-layout ul {
  border: 0;
  box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
footer.page-footer .snip-layout a,
.hmi-header .snip-layout a,
footer.page-footer .snip-layout button,
.hmi-header .snip-layout button {
  text-decoration: none;
  transition: background 0.33s ease;
}
footer.page-footer .snip-layout table,
.hmi-header .snip-layout table {
  border-collapse: collapse;
  border-spacing: 0;
}
footer.page-footer .snip-layout td,
.hmi-header .snip-layout td,
footer.page-footer .snip-layout th,
.hmi-header .snip-layout th {
  vertical-align: middle;
}
footer.page-footer .snip-layout ol,
.hmi-header .snip-layout ol,
footer.page-footer .snip-layout ul,
.hmi-header .snip-layout ul {
  list-style: none;
}
footer.page-footer .snip-layout input:focus,
.hmi-header .snip-layout input:focus,
footer.page-footer .snip-layout input:hover,
.hmi-header .snip-layout input:hover,
footer.page-footer .snip-layout select:focus,
.hmi-header .snip-layout select:focus,
footer.page-footer .snip-layout select:hover,
.hmi-header .snip-layout select:hover {
  box-shadow: none;
  outline: 0;
}
footer.page-footer .snip-layout input[type=password],
.hmi-header .snip-layout input[type=password],
footer.page-footer .snip-layout input[type=text],
.hmi-header .snip-layout input[type=text],
footer.page-footer .snip-layout select,
.hmi-header .snip-layout select {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #eee;
  box-sizing: border-box;
  color: #555;
  display: block;
  font-size: 14px;
  height: auto;
  line-height: 18px;
  margin: 0;
  padding: 0.571em 0.429em;
  transition: border 0.66s ease;
  width: 100%;
}
footer.page-footer .snip-layout input[type=password]:focus,
.hmi-header .snip-layout input[type=password]:focus,
footer.page-footer .snip-layout input[type=password]:hover,
.hmi-header .snip-layout input[type=password]:hover,
footer.page-footer .snip-layout input[type=text]:focus,
.hmi-header .snip-layout input[type=text]:focus,
footer.page-footer .snip-layout input[type=text]:hover,
.hmi-header .snip-layout input[type=text]:hover,
footer.page-footer .snip-layout select:focus,
.hmi-header .snip-layout select:focus,
footer.page-footer .snip-layout select:hover,
.hmi-header .snip-layout select:hover {
  border-color: #333;
}
footer.page-footer .snip-layout .snip-btn,
.hmi-header .snip-layout .snip-btn {
  background-color: #555;
  border-radius: 20px;
  border: 0;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  outline: 0;
  padding: 9px 30px 9px 30px;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
}
footer.page-footer .snip-layout .snip-btn:hover,
.hmi-header .snip-layout .snip-btn:hover {
  background-color: #555;
}
footer.page-footer .snip-layout .snip-btn--small,
.hmi-header .snip-layout .snip-btn--small {
  height: auto;
  line-height: normal;
  padding: 0.417em;
}
footer.page-footer .snip-layout .snip-btn--highlight,
.hmi-header .snip-layout .snip-btn--highlight {
  background: #29c7a5;
  color: #fff;
}
footer.page-footer .snip-layout .snip-btn--highlight:hover,
.hmi-header .snip-layout .snip-btn--highlight:hover {
  background-color: #209d82;
}
footer.page-footer .snip-layout .snip-btn--left,
.hmi-header .snip-layout .snip-btn--left {
  float: left;
}
footer.page-footer .snip-layout .snip-btn--right,
.hmi-header .snip-layout .snip-btn--right {
  float: right;
  margin-left: 1em;
}
footer.page-footer .snip-layout .snip-btn--danger,
.hmi-header .snip-layout .snip-btn--danger {
  background-color: #f10;
}
footer.page-footer .snip-layout .snip-btn--danger:hover,
.hmi-header .snip-layout .snip-btn--danger:hover {
  background-color: #cc0e00;
}
footer.page-footer .snip-layout .snip-btn--full,
.hmi-header .snip-layout .snip-btn--full {
  display: block;
  margin-top: 1em;
  text-align: center;
}
footer.page-footer .snip-layout .snip-layout__main-container,
.hmi-header .snip-layout .snip-layout__main-container {
  background: #fff;
  margin: 0 auto;
  max-width: 62.25em;
  position: relative;
}
footer.page-footer .snip-layout .snip-layout__close,
.hmi-header .snip-layout .snip-layout__close {
  color: #3b3b3b;
  font-size: 1.8em;
  padding: 0.333em;
  padding: 0;
  position: absolute;
  right: 0.417em;
  top: 0.1em;
  z-index: 2;
}
@media only screen and (min-width: 48em) {
  footer.page-footer .snip-layout .snip-layout__close,
  .hmi-header .snip-layout .snip-layout__close {
    font-size: 1.5em;
    top: 0.208em;
  }
  footer.page-footer .snip-layout .snip-layout__close.js-hidden,
  .hmi-header .snip-layout .snip-layout__close.js-hidden {
    display: none;
  }
}
footer.page-footer .snip-layout .snip-layout__loading,
.hmi-header .snip-layout .snip-layout__loading {
  font-weight: 500;
  color: #333;
  padding: 5em 0;
  text-align: center;
  text-transform: uppercase;
  margin-top: -0.3em;
}
footer.page-footer .snip-layout .snip-layout__content,
.hmi-header .snip-layout .snip-layout__content {
  padding: 1em 0;
}
@media only screen and (min-width: 48em) {
  footer.page-footer .snip-layout .snip-layout__content,
  .hmi-header .snip-layout .snip-layout__content {
    padding: 2em 0;
  }
}
footer.page-footer .snip-layout .snip-layout__content--highlight,
.hmi-header .snip-layout .snip-layout__content--highlight {
  background-color: #f8f8f8;
  border-bottom: 1px solid #bbb;
  border-top: 1px solid #bbb;
  padding: 1em 0;
}
footer.page-footer .snip-layout .snip-layout__content--bordered,
.hmi-header .snip-layout .snip-layout__content--bordered {
  border-bottom: 1px solid #eee;
}
footer.page-footer .snip-layout .snip-layout__subtitle,
.hmi-header .snip-layout .snip-layout__subtitle {
  padding: 0 1em;
  text-transform: uppercase;
  font-size: 18px;
}
footer.page-footer .snip-layout .snip-header,
.hmi-header .snip-layout .snip-header {
  font-weight: 500;
  background: 0 0;
  color: #3b3b3b;
  padding: 1em;
  position: relative;
  text-align: left;
}
@media only screen and (min-width: 48em) {
  footer.page-footer .snip-layout .snip-header,
  .hmi-header .snip-layout .snip-header {
    color: #3b3b3b;
    height: 105px;
    padding: 0;
    text-align: center;
  }
}
footer.page-footer .snip-layout .snip-header__user,
.hmi-header .snip-layout .snip-header__user {
  background: #fff;
  font-size: 14px;
  padding: 0.714em 1.429em;
  text-align: center;
}
footer.page-footer .snip-layout .snip-header__user-text,
.hmi-header .snip-layout .snip-header__user-text {
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: auto;
}
footer.page-footer .snip-layout .snip-header__back,
.hmi-header .snip-layout .snip-header__back {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  background: #fff;
  font-size: 14px;
  padding: 0.714em 1.429em;
}
footer.page-footer .snip-layout .snip-header__back--button,
.hmi-header .snip-layout .snip-header__back--button {
  cursor: pointer;
  cursor: hand;
  margin: auto;
}
footer.page-footer .snip-layout .snip-header__back--button:hover,
.hmi-header .snip-layout .snip-header__back--button:hover {
  color: #3b3b3b;
}
footer.page-footer .snip-layout .snip-header__user-mail,
.hmi-header .snip-layout .snip-header__user-mail {
  color: #3b3b3b;
}
footer.page-footer .snip-layout .snip-header__title,
.hmi-header .snip-layout .snip-header__title {
  display: none;
  font-size: 15px;
  text-align: center;
  font-weight: 300;
}
footer.page-footer .snip-layout .snip-header__title.js-show,
.hmi-header .snip-layout .snip-header__title.js-show {
  display: block;
}
@media only screen and (min-width: 48em) {
  footer.page-footer .snip-layout .snip-header__title,
  .hmi-header .snip-layout .snip-header__title {
    display: block;
    font-size: 30px;
    left: 1.25em;
    line-height: 105px;
    position: absolute;
    text-align: left;
  }
}
footer.page-footer .snip-layout .snip-header__total,
.hmi-header .snip-layout .snip-header__total {
  background: #fff;
  border-radius: 5px;
  display: inline-block;
  padding: 0.5em;
}
@media only screen and (min-width: 48em) {
  footer.page-footer .snip-layout .snip-header__total,
  .hmi-header .snip-layout .snip-header__total {
    height: 38px;
    line-height: 38px;
    margin-top: 2.188em;
    padding: 0 0.625em;
  }
}
footer.page-footer .snip-layout .snip-header__total-label,
.hmi-header .snip-layout .snip-header__total-label {
  color: #999;
  margin-right: 0.625em;
}
footer.page-footer .snip-layout .snip-header__continue,
.hmi-header .snip-layout .snip-header__continue {
  display: none;
}
@media only screen and (min-width: 48em) {
  footer.page-footer .snip-layout .snip-header__continue.js-show,
  .hmi-header .snip-layout .snip-header__continue.js-show {
    display: block;
    margin-top: -1.5em;
    position: absolute;
    right: 1.25em;
    top: 50%;
  }
}
@media only screen and (min-width: 48em) {
  footer.page-footer .snip-layout .snip-header__placeorder,
  .hmi-header .snip-layout .snip-header__placeorder {
    display: block;
    margin-top: -1.5em;
    position: absolute;
    right: 1.25em;
    top: 50%;
  }
}
footer.page-footer .snip-layout .snip-footer,
.hmi-header .snip-layout .snip-footer {
  background: #fff;
  padding: 0.125em 0.625em;
  text-transform: uppercase;
}
footer.page-footer .snip-layout .snip-footer__copyright,
.hmi-header .snip-layout .snip-footer__copyright {
  background: url(../Images/Frontend/snipcart/lock.png) no-repeat left 0.3em;
  color: #555;
  display: inline-block;
  font-size: 10px;
  height: 35px;
  line-height: 35px;
  padding-left: 3.2em;
}
footer.page-footer .snip-layout .snip-footer__highlight,
.hmi-header .snip-layout .snip-footer__highlight {
  color: #999;
}
footer.page-footer .snip-layout .snip-actions,
.hmi-header .snip-layout .snip-actions {
  border-top: 1px solid #eee;
  padding: 1em;
}
footer.page-footer .snip-layout .snip-actions::after,
.hmi-header .snip-layout .snip-actions::after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 48em) {
  footer.page-footer .snip-layout .snip-actions,
  .hmi-header .snip-layout .snip-actions {
    padding: 20px;
  }
}
footer.page-footer .snip-layout .snip-actions--no-border,
.hmi-header .snip-layout .snip-actions--no-border {
  border-top: none;
}
footer.page-footer .snip-layout .snip-actions--top,
.hmi-header .snip-layout .snip-actions--top {
  border-top: none;
  border-bottom: 1px solid #eee;
}
footer.page-footer .snip-layout .snip-actions__link,
.hmi-header .snip-layout .snip-actions__link {
  color: #999;
}
footer.page-footer .snip-layout .snip-actions__link--small,
.hmi-header .snip-layout .snip-actions__link--small {
  font-size: 12px;
}
footer.page-footer .snip-layout .snip-actions__link--right,
.hmi-header .snip-layout .snip-actions__link--right {
  float: right;
}
footer.page-footer .snip-layout .snip-table,
.hmi-header .snip-layout .snip-table {
  font-size: 14px;
  text-align: left;
  width: 100%;
}
footer.page-footer .snip-layout .snip-table td,
.hmi-header .snip-layout .snip-table td,
footer.page-footer .snip-layout .snip-table th,
.hmi-header .snip-layout .snip-table th,
footer.page-footer .snip-layout .snip-table tr,
.hmi-header .snip-layout .snip-table tr {
  border-bottom: 1px solid #eee;
  padding: inherit;
}
footer.page-footer .snip-layout .snip-table td.snip-table__row--no-border,
.hmi-header .snip-layout .snip-table td.snip-table__row--no-border,
footer.page-footer .snip-layout .snip-table th.snip-table__row--no-border,
.hmi-header .snip-layout .snip-table th.snip-table__row--no-border,
footer.page-footer .snip-layout .snip-table tr.snip-table__row--no-border,
.hmi-header .snip-layout .snip-table tr.snip-table__row--no-border {
  border-bottom: none;
}
footer.page-footer .snip-layout .snip-table td.snip-table__row--no-border td,
.hmi-header .snip-layout .snip-table td.snip-table__row--no-border td,
footer.page-footer .snip-layout .snip-table th.snip-table__row--no-border td,
.hmi-header .snip-layout .snip-table th.snip-table__row--no-border td,
footer.page-footer .snip-layout .snip-table tr.snip-table__row--no-border td,
.hmi-header .snip-layout .snip-table tr.snip-table__row--no-border td {
  border-bottom: 0;
}
footer.page-footer .snip-layout .snip-table .snip-table__cell__notices,
.hmi-header .snip-layout .snip-table .snip-table__cell__notices {
  margin: 0;
  padding: 0;
}
footer.page-footer .snip-layout .snip-table .snip-table__cell__notices div,
.hmi-header .snip-layout .snip-table .snip-table__cell__notices div {
  margin: 10px 20px 5px 20px;
  padding: 10px;
  border-radius: 5px;
}
footer.page-footer .snip-layout .snip-table .snip-table__cell__notices div.snip-table__cell__notices--warning,
.hmi-header .snip-layout .snip-table .snip-table__cell__notices div.snip-table__cell__notices--warning {
  background-color: #74e2cb;
  color: #333;
}
footer.page-footer .snip-layout .snip-table .snip-table__cell__notices div.snip-table__cell__notices--error,
.hmi-header .snip-layout .snip-table .snip-table__cell__notices div.snip-table__cell__notices--error {
  background-color: #ffcfcc;
  color: #333;
}
@media only screen and (max-width: 48em) {
  footer.page-footer .snip-layout .snip-table--small,
  .hmi-header .snip-layout .snip-table--small {
    display: block;
    font-size: 14px;
    text-align: left;
  }
  footer.page-footer .snip-layout .snip-table--small td,
  .hmi-header .snip-layout .snip-table--small td,
  footer.page-footer .snip-layout .snip-table--small th,
  .hmi-header .snip-layout .snip-table--small th,
  footer.page-footer .snip-layout .snip-table--small tr,
  .hmi-header .snip-layout .snip-table--small tr {
    display: block;
  }
  footer.page-footer .snip-layout .snip-table--small td:empty,
  .hmi-header .snip-layout .snip-table--small td:empty,
  footer.page-footer .snip-layout .snip-table--small th:empty,
  .hmi-header .snip-layout .snip-table--small th:empty,
  footer.page-footer .snip-layout .snip-table--small tr:empty,
  .hmi-header .snip-layout .snip-table--small tr:empty {
    padding: 0;
    width: 0;
  }
  footer.page-footer .snip-layout .snip-table--small tr,
  .hmi-header .snip-layout .snip-table--small tr {
    padding: 1em 0;
    position: relative;
  }
  footer.page-footer .snip-layout .snip-table--small tr::after,
  .hmi-header .snip-layout .snip-table--small tr::after {
    clear: both;
    content: "";
    display: table;
  }
  footer.page-footer .snip-layout .snip-table--small td,
  .hmi-header .snip-layout .snip-table--small td {
    border: 0;
    padding: 1em;
  }
  footer.page-footer .snip-layout .snip-table--small .snip-table__header,
  .hmi-header .snip-layout .snip-table--small .snip-table__header {
    display: none;
  }
  footer.page-footer .snip-layout .snip-table--small .snip-table__body,
  .hmi-header .snip-layout .snip-table--small .snip-table__body {
    border: 0;
    display: block;
    padding: 0;
  }
  footer.page-footer .snip-layout .snip-table--small .snip-table__body:empty,
  .hmi-header .snip-layout .snip-table--small .snip-table__body:empty {
    padding: 0;
  }
  footer.page-footer .snip-layout .snip-table--small .snip-table__body ~ .snip-table__body,
  .hmi-header .snip-layout .snip-table--small .snip-table__body ~ .snip-table__body {
    border-top: 1px solid #eee;
  }
  footer.page-footer .snip-layout .snip-table--small .snip-table__body ~ .snip-table__body:empty,
  .hmi-header .snip-layout .snip-table--small .snip-table__body ~ .snip-table__body:empty {
    border: 0;
  }
  footer.page-footer .snip-layout .snip-table--small .snip-table__body--big,
  .hmi-header .snip-layout .snip-table--small .snip-table__body--big,
  footer.page-footer .snip-layout .snip-table--small .snip-table__body--small,
  .hmi-header .snip-layout .snip-table--small .snip-table__body--small {
    text-align: center;
  }
  footer.page-footer .snip-layout .snip-table--small .snip-table__body--big td,
  .hmi-header .snip-layout .snip-table--small .snip-table__body--big td,
  footer.page-footer .snip-layout .snip-table--small .snip-table__body--big tr,
  .hmi-header .snip-layout .snip-table--small .snip-table__body--big tr,
  footer.page-footer .snip-layout .snip-table--small .snip-table__body--small td,
  .hmi-header .snip-layout .snip-table--small .snip-table__body--small td,
  footer.page-footer .snip-layout .snip-table--small .snip-table__body--small tr,
  .hmi-header .snip-layout .snip-table--small .snip-table__body--small tr {
    padding: 0.5em;
    text-align: inherit;
  }
}
footer.page-footer .snip-layout .snip-table__header,
.hmi-header .snip-layout .snip-table__header {
  font-size: 12px;
  padding: 1em 2em;
  text-transform: uppercase;
}
footer.page-footer .snip-layout .snip-table__header ~ .snip-table__header,
.hmi-header .snip-layout .snip-table__header ~ .snip-table__header {
  border-top: 1px solid #eee;
}
footer.page-footer .snip-layout .snip-table__body,
.hmi-header .snip-layout .snip-table__body {
  border-top: 1px solid #eee;
  display: table-row-group;
  padding: 1.429em;
}
footer.page-footer .snip-layout .snip-table__body--small,
.hmi-header .snip-layout .snip-table__body--small {
  background: #f8f8f8;
}
@media only screen and (min-width: 48em) {
  footer.page-footer .snip-layout .snip-table__body--small,
  .hmi-header .snip-layout .snip-table__body--small {
    padding: 0.429em 1.429em 0.429em 2.857em;
  }
}
footer.page-footer .snip-layout .snip-table__body--big,
.hmi-header .snip-layout .snip-table__body--big {
  font-size: 20px;
}
@media only screen and (min-width: 48em) {
  footer.page-footer .snip-layout .snip-table__body--big,
  .hmi-header .snip-layout .snip-table__body--big {
    padding: 1.222em 1.111em 1.222em 1.222em;
  }
}
footer.page-footer .snip-layout .snip-table__loading,
.hmi-header .snip-layout .snip-table__loading {
  text-align: center;
  font-size: 14px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
}
footer.page-footer .snip-layout .snip-table__cell--center,
.hmi-header .snip-layout .snip-table__cell--center {
  text-align: center;
}
@media only screen and (min-width: 48em) {
  footer.page-footer .snip-layout .snip-table__cell--long-text,
  .hmi-header .snip-layout .snip-table__cell--long-text {
    max-width: 20em;
  }
}
footer.page-footer .snip-layout .snip-table__cell--right,
.hmi-header .snip-layout .snip-table__cell--right {
  text-align: right;
}
footer.page-footer .snip-layout .snip-table__cell--clear::after,
.hmi-header .snip-layout .snip-table__cell--clear::after {
  clear: both;
  content: "";
  display: table;
}
footer.page-footer .snip-layout .snip-table__cell--invalid,
.hmi-header .snip-layout .snip-table__cell--invalid {
  text-decoration: line-through;
  font-weight: 400;
  display: block;
}
footer.page-footer .snip-layout .snip-table__cell--bold,
.hmi-header .snip-layout .snip-table__cell--bold {
  font-weight: 500;
}
footer.page-footer .snip-layout .snip-table__cell--highlight,
.hmi-header .snip-layout .snip-table__cell--highlight {
  font-weight: 500;
  color: #333;
}
footer.page-footer .snip-layout .snip-table__cell--success,
.hmi-header .snip-layout .snip-table__cell--success {
  font-weight: 500;
  color: #76d443;
}
@media only screen and (max-width: 48em) {
  footer.page-footer .snip-layout .snip-table__small-col,
  .hmi-header .snip-layout .snip-table__small-col {
    float: left;
    margin-top: 2em;
    text-align: center;
    width: 33.333333%;
  }
  footer.page-footer .snip-layout .snip-table__small-col + .snip-table__small-col,
  .hmi-header .snip-layout .snip-table__small-col + .snip-table__small-col {
    border-left: 1px solid #eee;
  }
}
footer.page-footer .snip-layout .snip-product,
.hmi-header .snip-layout .snip-product {
  background: #f8f8f8;
  border-top: 1px solid #eee;
  font-size: 14px;
  padding: 2em 1.25em;
}
footer.page-footer .snip-layout .snip-product::after,
.hmi-header .snip-layout .snip-product::after {
  clear: both;
  content: "";
  display: table;
}
footer.page-footer .snip-layout .snip-product--selectable,
.hmi-header .snip-layout .snip-product--selectable {
  cursor: pointer;
}
footer.page-footer .snip-layout .snip-product--selectable-item,
.hmi-header .snip-layout .snip-product--selectable-item {
  background: url(../Images/Frontend/snipcart/checkbox.png) no-repeat 0 center;
  padding-left: 2.286em;
}
footer.page-footer .snip-layout .snip-product--selectable-item.js-selected,
.hmi-header .snip-layout .snip-product--selectable-item.js-selected {
  background-image: url(../Images/Frontend/snipcart/selected.png);
}
footer.page-footer .snip-layout .snip-product__thumbnail,
.hmi-header .snip-layout .snip-product__thumbnail {
  display: none;
  float: left;
  height: 65px;
  margin-right: 0.714em;
  width: 65px;
}
footer.page-footer .snip-layout .snip-product__thumbnail img,
.hmi-header .snip-layout .snip-product__thumbnail img {
  max-height: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 48em) {
  footer.page-footer .snip-layout .snip-product__thumbnail,
  .hmi-header .snip-layout .snip-product__thumbnail {
    display: block;
  }
}
footer.page-footer .snip-layout .snip-product__name,
.hmi-header .snip-layout .snip-product__name {
  font-weight: 500;
  color: #333;
  font-size: 1.125em;
  overflow: hidden;
}
@media only screen and (min-width: 48em) {
  footer.page-footer .snip-layout .snip-product__name,
  .hmi-header .snip-layout .snip-product__name {
    font-size: 14px;
    margin-top: 0.5em;
  }
}
footer.page-footer .snip-layout .snip-product__description,
.hmi-header .snip-layout .snip-product__description {
  font-size: 12.44444444px;
  margin-top: 0.25em;
  overflow: hidden;
}
@media only screen and (min-width: 48em) {
  footer.page-footer .snip-layout .snip-product__description,
  .hmi-header .snip-layout .snip-product__description {
    font-size: 14px;
    margin-top: 0.5em;
  }
}
footer.page-footer .snip-layout .snip-product__important,
.hmi-header .snip-layout .snip-product__important {
  font-size: 12.44444444px;
}
@media only screen and (min-width: 48em) {
  footer.page-footer .snip-layout .snip-product__important,
  .hmi-header .snip-layout .snip-product__important {
    font-size: 14px;
  }
}
footer.page-footer .snip-layout .snip-product__remove,
.hmi-header .snip-layout .snip-product__remove {
  color: #f10;
  font-size: 30px;
  position: static;
}
@media only screen and (max-width: 48em) {
  footer.page-footer .snip-layout .snip-product__remove,
  .hmi-header .snip-layout .snip-product__remove {
    position: absolute;
    right: 0.28571429em;
    top: 0.57142857em;
  }
}
@media only screen and (min-width: 48em) {
  footer.page-footer .snip-layout .snip-product__remove,
  .hmi-header .snip-layout .snip-product__remove {
    float: left;
    margin: -0.154em 0.192em 0 0;
  }
}
footer.page-footer .snip-layout .snip-product__remove--disabled,
.hmi-header .snip-layout .snip-product__remove--disabled {
  opacity: 0.2;
  cursor: default;
}
@media only screen and (min-width: 48em) {
  footer.page-footer .snip-layout .snip-product__customfields,
  .hmi-header .snip-layout .snip-product__customfields {
    max-width: 200px;
  }
}
footer.page-footer .snip-layout .snip-product__customfields-checkbox,
.hmi-header .snip-layout .snip-product__customfields-checkbox {
  float: left;
  margin: 0 0.5em 0.75em 0;
}
footer.page-footer .snip-layout .snip-product__empty,
.hmi-header .snip-layout .snip-product__empty {
  font-size: 20px;
  padding: 1em 2em;
  text-align: center;
  font-weight: 300;
}
footer.page-footer .snip-layout .snip-quantity-trigger,
.hmi-header .snip-layout .snip-quantity-trigger {
  font-weight: 500;
  align-items: center;
  color: #111;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
footer.page-footer .snip-layout .snip-quantity-trigger__text,
.hmi-header .snip-layout .snip-quantity-trigger__text {
  float: left;
  padding: 0 0.313em;
}
footer.page-footer .snip-layout .snip-quantity-trigger__btn--duplicate,
.hmi-header .snip-layout .snip-quantity-trigger__btn--duplicate {
  background-color: #29c7a5;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  font-size: 22px;
  font-weight: 400;
  margin-top: -1.6px;
  line-height: 1.6;
  height: 1em;
  width: 1em;
}
footer.page-footer .snip-layout .snip-quantity-trigger__btn--duplicate:hover,
.hmi-header .snip-layout .snip-quantity-trigger__btn--duplicate:hover {
  background-color: #209d82;
}
footer.page-footer .snip-layout .snip-quantity-trigger__btn--duplicate:before,
.hmi-header .snip-layout .snip-quantity-trigger__btn--duplicate:before {
  display: block;
  height: 1em;
  width: 1em;
}
footer.page-footer .snip-layout .snip-quantity-trigger__btn,
.hmi-header .snip-layout .snip-quantity-trigger__btn {
  background-color: #ccc;
  border-radius: 30px;
  color: inherit;
  float: left;
  font-size: 18px;
  font-weight: 400;
  height: 1em;
  width: 1em;
}
footer.page-footer .snip-layout .snip-quantity-trigger__btn:hover,
.hmi-header .snip-layout .snip-quantity-trigger__btn:hover {
  background-color: #29c7a5;
}
footer.page-footer .snip-layout .snip-quantity-trigger__btn:before,
.hmi-header .snip-layout .snip-quantity-trigger__btn:before {
  display: block;
  height: 1em;
  width: 1em;
}
footer.page-footer .snip-layout .snip-quantity-trigger__btn--add:before,
.hmi-header .snip-layout .snip-quantity-trigger__btn--add:before {
  content: "+";
  line-height: 1em;
}
footer.page-footer .snip-layout .snip-quantity-trigger__btn--minus:before,
.hmi-header .snip-layout .snip-quantity-trigger__btn--minus:before {
  content: "-";
  line-height: 14px;
}
footer.page-footer .snip-layout .snip-quantity-trigger__btn--disabled,
.hmi-header .snip-layout .snip-quantity-trigger__btn--disabled {
  background-color: #eee;
  color: #bbb;
  cursor: default;
}
footer.page-footer .snip-layout .snip-quantity-trigger__btn--disabled:hover,
.hmi-header .snip-layout .snip-quantity-trigger__btn--disabled:hover {
  background-color: #eee;
}
footer.page-footer .snip-layout .snip-loader.js-active,
.hmi-header .snip-layout .snip-loader.js-active {
  background-image: url(../Images/Frontend/snipcart/ajax-loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
}
footer.page-footer .snip-layout .snip-loader--table.js-active,
.hmi-header .snip-layout .snip-loader--table.js-active {
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
}
footer.page-footer .snip-layout .snip-loader--bar,
.hmi-header .snip-layout .snip-loader--bar {
  height: 0.3em;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #eee;
  margin-top: -0.3em;
}
footer.page-footer .snip-layout .snip-loader--bar:before,
.hmi-header .snip-layout .snip-loader--bar:before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 30%;
  height: 0.3em;
  background-color: #29c7a5;
  animation: snip-loading 2s ease-in-out infinite;
}
footer.page-footer .snip-layout .snip-loader--bar.js-hidden,
.hmi-header .snip-layout .snip-loader--bar.js-hidden {
  display: none;
}
@keyframes snip-loading {
  from {
    left: -30%;
  }
  to {
    left: 100%;
  }
}
footer.page-footer .snip-layout .snip-form--small,
.hmi-header .snip-layout .snip-form--small {
  padding: 2em 15%;
  text-align: center;
}
footer.page-footer .snip-layout .snip-form--discount,
.hmi-header .snip-layout .snip-form--discount {
  float: right;
  margin-right: 0.5em;
  max-width: 50%;
}
@media only screen and (min-width: 48em) {
  footer.page-footer .snip-layout .snip-form--discount,
  .hmi-header .snip-layout .snip-form--discount {
    margin-right: 1em;
    max-width: none;
  }
}
footer.page-footer .snip-layout .snip-form__container,
.hmi-header .snip-layout .snip-form__container {
  clear: left;
}
footer.page-footer .snip-layout .snip-form__container::after,
.hmi-header .snip-layout .snip-form__container::after {
  clear: both;
  content: "";
  display: table;
}
footer.page-footer .snip-layout .snip-form__container + .snip-form__container,
.hmi-header .snip-layout .snip-form__container + .snip-form__container {
  margin-top: 1em;
}
footer.page-footer .snip-layout .snip-form__label,
.hmi-header .snip-layout .snip-form__label {
  color: #999;
  display: block;
  font-size: 12px;
  margin: 0 0 0.5em 0;
  overflow: hidden;
  text-transform: uppercase;
  cursor: pointer;
}
footer.page-footer .snip-layout .snip-form__description,
.hmi-header .snip-layout .snip-form__description {
  margin: 1em 0;
}
footer.page-footer .snip-layout .snip-form__help,
.hmi-header .snip-layout .snip-form__help {
  font-weight: 500;
  color: #333;
  float: right;
  font-size: 12px;
}
footer.page-footer .snip-layout .snip-form__help:hover,
.hmi-header .snip-layout .snip-form__help:hover {
  text-decoration: underline;
}
footer.page-footer .snip-layout .snip-form__select--small,
.hmi-header .snip-layout .snip-form__select--small {
  float: left;
  width: 49%;
}
footer.page-footer .snip-layout .snip-form__select--small ~ .snip-form__select--small,
.hmi-header .snip-layout .snip-form__select--small ~ .snip-form__select--small {
  margin-left: 2%;
}
footer.page-footer .snip-layout .snip-form__error,
.hmi-header .snip-layout .snip-form__error {
  background: #f10;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  padding: 0.357em;
  text-align: center;
}
footer.page-footer .snip-layout .snip-steps,
.hmi-header .snip-layout .snip-steps {
  background: #e9edec;
  display: block;
  height: 48px;
}
footer.page-footer .snip-layout .snip-steps.snip-steps--4 li,
.hmi-header .snip-layout .snip-steps.snip-steps--4 li {
  width: 25%;
}
footer.page-footer .snip-layout .snip-steps.snip-steps--5 li,
.hmi-header .snip-layout .snip-steps.snip-steps--5 li {
  width: 20%;
}
footer.page-footer .snip-layout .snip-steps.snip-steps--6 li,
.hmi-header .snip-layout .snip-steps.snip-steps--6 li {
  width: 16.66666667%;
}
footer.page-footer .snip-layout .snip-steps.snip-steps--7 li,
.hmi-header .snip-layout .snip-steps.snip-steps--7 li {
  width: 14.28571429%;
}
@media only screen and (min-width: 48em) {
  footer.page-footer .snip-layout .snip-steps,
  .hmi-header .snip-layout .snip-steps {
    height: 60px;
  }
}
footer.page-footer .snip-layout .snip-step__item,
.hmi-header .snip-layout .snip-step__item {
  background: #e9edec;
  border-bottom: 1px solid #ddd;
  color: #999;
  cursor: pointer;
  display: table;
  float: left;
  height: inherit;
  user-select: none;
}
@supports (display: flex) {
  footer.page-footer .snip-layout .snip-step__item,
  .hmi-header .snip-layout .snip-step__item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
footer.page-footer .snip-layout .snip-step__item + .snip-step__item,
.hmi-header .snip-layout .snip-step__item + .snip-step__item {
  border-left: 1px solid #ddd;
}
footer.page-footer .snip-layout .snip-step__item.js-active,
.hmi-header .snip-layout .snip-step__item.js-active {
  background: #fff;
  border-bottom-color: #fff;
  color: #333;
}
footer.page-footer .snip-layout .snip-step__item.js-hidden,
.hmi-header .snip-layout .snip-step__item.js-hidden {
  display: none;
}
@media only screen and (min-width: 48em) {
  footer.page-footer .snip-layout .snip-step__item,
  .hmi-header .snip-layout .snip-step__item {
    justify-content: initial;
  }
}
footer.page-footer .snip-layout .snip-step__nb,
.hmi-header .snip-layout .snip-step__nb {
  display: table-cell;
  font-size: 27.2px;
  padding: 0 0.25em;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (min-width: 48em) {
  footer.page-footer .snip-layout .snip-step__nb,
  .hmi-header .snip-layout .snip-step__nb {
    font-size: 34px;
  }
}
footer.page-footer .snip-layout .snip-step__label,
.hmi-header .snip-layout .snip-step__label {
  display: none;
}
@media only screen and (min-width: 48em) {
  footer.page-footer .snip-layout .snip-step__label,
  .hmi-header .snip-layout .snip-step__label {
    font-weight: 500;
    display: table-cell;
    font-size: 10px;
    line-height: 16px;
    padding-right: 0.5em;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
    width: 66.666666%;
  }
}
@media only screen and (min-width: 64em) {
  footer.page-footer .snip-layout .snip-step__label,
  .hmi-header .snip-layout .snip-step__label {
    padding-right: 1em;
  }
}
@media only screen and (min-width: 48em) {
  footer.page-footer .snip-layout .snip-cols,
  .hmi-header .snip-layout .snip-cols {
    display: flex;
  }
  footer.page-footer .snip-layout .snip-cols::after,
  .hmi-header .snip-layout .snip-cols::after {
    clear: both;
    content: "";
    display: table;
  }
}
footer.page-footer .snip-layout .snip-col,
.hmi-header .snip-layout .snip-col {
  padding: 0 1em 1em;
}
footer.page-footer .snip-layout .snip-col + .snip-col,
.hmi-header .snip-layout .snip-col + .snip-col {
  border-top: 1px solid #eee;
  padding-top: 1em;
}
@media only screen and (min-width: 48em) {
  footer.page-footer .snip-layout .snip-col,
  .hmi-header .snip-layout .snip-col {
    float: left;
    padding: 0.25em 1.25em;
    width: 33.333333%;
  }
  footer.page-footer .snip-layout .snip-col + .snip-col,
  .hmi-header .snip-layout .snip-col + .snip-col {
    border-left: 1px solid #eee;
    border-top: 0;
    padding-top: 0.25em;
  }
  footer.page-footer .snip-layout .snip-col + .snip-col.snip-col--no-border,
  .hmi-header .snip-layout .snip-col + .snip-col.snip-col--no-border {
    border-left: none;
  }
}
@media only screen and (min-width: 48em) {
  footer.page-footer .snip-layout .snip-col--half,
  .hmi-header .snip-layout .snip-col--half {
    width: 50%;
  }
}
@media only screen and (min-width: 48em) {
  footer.page-footer .snip-layout .snip-col--full,
  .hmi-header .snip-layout .snip-col--full {
    width: 100%;
  }
}
footer.page-footer .snip-layout .snip-col--right,
.hmi-header .snip-layout .snip-col--right {
  border-left: 1px solid #eee;
  order: 2;
}
footer.page-footer .snip-layout .snip-col--no-border,
.hmi-header .snip-layout .snip-col--no-border {
  border: none;
}
footer.page-footer .snip-layout .snip-error,
.hmi-header .snip-layout .snip-error {
  padding: 2em 15%;
}
footer.page-footer .snip-layout .snip-error__text,
.hmi-header .snip-layout .snip-error__text {
  color: #f10;
  font-size: 14px;
  margin-bottom: 1em;
}
footer.page-footer .snip-layout .snip-error__text--centered,
.hmi-header .snip-layout .snip-error__text--centered {
  text-align: center;
}
footer.page-footer .snip-layout .snip-error__title,
.hmi-header .snip-layout .snip-error__title {
  font-weight: 500;
  color: #333;
  margin: 1em 0;
  text-align: center;
  text-transform: uppercase;
}
footer.page-footer .snip-layout .snip-error__list,
.hmi-header .snip-layout .snip-error__list {
  font-size: 14px;
  list-style: disc inside;
  margin: 2em 0;
}
footer.page-footer .snip-layout .snip-error__list-item,
.hmi-header .snip-layout .snip-error__list-item {
  padding: 0.25em 0;
}
footer.page-footer .snip-layout .snip-error__textarea,
.hmi-header .snip-layout .snip-error__textarea {
  width: 100%;
}
footer.page-footer .snip-layout .snip-error__feedback,
.hmi-header .snip-layout .snip-error__feedback {
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
footer.page-footer .snip-layout .snip-static,
.hmi-header .snip-layout .snip-static {
  padding: 1em 15%;
  text-align: center;
}
footer.page-footer .snip-layout .snip-static--highlight,
.hmi-header .snip-layout .snip-static--highlight {
  background: #f8f8f8;
  border-top: 1px solid #eee;
}
footer.page-footer .snip-layout .snip-static__title,
.hmi-header .snip-layout .snip-static__title {
  font-weight: 500;
  color: #333;
  font-size: 1em;
  text-transform: uppercase;
}
footer.page-footer .snip-layout .snip-static__title--main,
.hmi-header .snip-layout .snip-static__title--main {
  margin: 0.5em 1.429em 1em;
}
footer.page-footer .snip-layout .snip-static__content,
.hmi-header .snip-layout .snip-static__content {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 1em;
}
footer.page-footer .snip-layout .snip-static__item,
.hmi-header .snip-layout .snip-static__item {
  max-width: 100%;
}
footer.page-footer .snip-layout .snip-static__item ~ .snip-static__item,
.hmi-header .snip-layout .snip-static__item ~ .snip-static__item {
  margin-top: 1.5em;
}
footer.page-footer .snip-layout .snip-static__link,
.hmi-header .snip-layout .snip-static__link {
  color: #999;
  display: inline-block;
  margin-top: 0.25em;
  text-decoration: underline;
}
footer.page-footer .snip-layout .snip-static__link:hover,
.hmi-header .snip-layout .snip-static__link:hover {
  color: #333;
}
footer.page-footer .snip-layout .snip-tooltip,
.hmi-header .snip-layout .snip-tooltip {
  background-color: #ccc;
  border-radius: 3px;
  bottom: 100%;
  display: none;
  margin-bottom: 15px;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
footer.page-footer .snip-layout .snip-tooltip:after,
.hmi-header .snip-layout .snip-tooltip:after {
  border-color: #ccc transparent;
  border-style: solid;
  border-width: 15px 15px 0;
  bottom: -15px;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}
footer.page-footer .snip-layout .snip-tooltip__toggle:before,
.hmi-header .snip-layout .snip-tooltip__toggle:before {
  content: "?";
  display: block;
  text-align: center;
  width: 1.5em;
}
footer.page-footer .snip-layout .snip-tooltip__toggle.js-active:before,
.hmi-header .snip-layout .snip-tooltip__toggle.js-active:before {
  content: "-";
}
footer.page-footer .snip-layout .snip-tooltip__container,
.hmi-header .snip-layout .snip-tooltip__container {
  position: relative;
}
footer.page-footer .snip-layout .snip-tooltip__list,
.hmi-header .snip-layout .snip-tooltip__list {
  color: #555;
}
footer.page-footer .snip-layout .snip-tooltip__item,
.hmi-header .snip-layout .snip-tooltip__item {
  font-weight: 500;
  color: #111;
  margin-bottom: 5px;
}
footer.page-footer .snip-layout .snip-flash__content,
.hmi-header .snip-layout .snip-flash__content {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  footer.page-footer .snip-layout .snip-flash__content,
  .hmi-header .snip-layout .snip-flash__content {
    display: block;
  }
}
footer.page-footer .snip-layout .snip-flash__content .snip-static__title,
.hmi-header .snip-layout .snip-flash__content .snip-static__title {
  line-height: 4em;
  vertical-align: middle;
}
footer.page-footer .snip-layout .snip-flash__content .snip-flash__confirm,
.hmi-header .snip-layout .snip-flash__content .snip-flash__confirm {
  order: 2;
}
footer.page-footer .snip-layout .snip-flash__content .snip-flash__confirm .snip-btn,
.hmi-header .snip-layout .snip-flash__content .snip-flash__confirm .snip-btn {
  padding: 0;
}
footer.page-footer .snip-layout .snip-flash__content .snip-flash__confirm a,
.hmi-header .snip-layout .snip-flash__content .snip-flash__confirm a {
  font-size: smaller;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  footer.page-footer .snip-layout .snip-flash__content .snip-flash__confirm a,
  .hmi-header .snip-layout .snip-flash__content .snip-flash__confirm a {
    display: inline-block;
    width: 10%;
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) {
  footer.page-footer .snip-layout .snip-flash__content .snip-flash__confirm,
  .hmi-header .snip-layout .snip-flash__content .snip-flash__confirm {
    float: right;
    width: 50%;
    text-align: right;
  }
}
footer.page-footer .snip-layout .snip-flash__item,
.hmi-header .snip-layout .snip-flash__item {
  border-bottom: 1px solid #333;
  padding: 10px 20px;
  font-size: 12px;
}
footer.page-footer .snip-layout .snip-flash__item--success,
.hmi-header .snip-layout .snip-flash__item--success {
  background-color: #76d443;
  color: #333;
}
footer.page-footer .snip-layout .snip-flash__item--success:hover,
.hmi-header .snip-layout .snip-flash__item--success:hover {
  background-color: #489021;
}
footer.page-footer .snip-layout .snip-flash__item--warn,
.hmi-header .snip-layout .snip-flash__item--warn {
  background-color: #29c7a5;
  color: #333;
}
footer.page-footer .snip-layout .snip-flash__item--confirm,
.hmi-header .snip-layout .snip-flash__item--confirm {
  background-color: #222;
}
footer.page-footer .snip-layout .snip-flash__item--confirm .snip-static__title,
.hmi-header .snip-layout .snip-flash__item--confirm .snip-static__title {
  color: #fff;
}
footer.page-footer .snip-layout .snip-flash__item--error,
.hmi-header .snip-layout .snip-flash__item--error {
  background-color: #f10;
  color: #fff;
}
footer.page-footer .snip-layout .snip-flash__item--error:hover,
.hmi-header .snip-layout .snip-flash__item--error:hover {
  background-color: #990a00;
}
footer.page-footer .snip-layout .snip-discount__remove,
.hmi-header .snip-layout .snip-discount__remove {
  color: #f10;
  font-size: 20px;
  position: static;
}
@media only screen and (max-width: 48em) {
  footer.page-footer .snip-layout .snip-discount__remove,
  .hmi-header .snip-layout .snip-discount__remove {
    position: absolute;
    right: 0.28571429em;
    top: 0.57142857em;
  }
}
@media only screen and (min-width: 48em) {
  footer.page-footer .snip-layout .snip-discount__remove,
  .hmi-header .snip-layout .snip-discount__remove {
    float: left;
  }
}
footer.page-footer .snip-layout .snip-badge,
.hmi-header .snip-layout .snip-badge {
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 0.5em;
  display: inline-block;
  margin: 0 1em;
  font-size: smaller;
}
footer.page-footer .snip-layout .snip-badge--success,
.hmi-header .snip-layout .snip-badge--success {
  background-color: #76d443;
  color: #333;
}
footer.page-footer .snip-layout .snip-badge--error,
.hmi-header .snip-layout .snip-badge--error {
  background-color: #f10;
  color: #fff;
}
footer.page-footer .snip-layout .snip-badge--warn,
.hmi-header .snip-layout .snip-badge--warn {
  background-color: #29c7a5;
  color: #333;
}
@media only screen and (min-width: 64em) {
  footer.page-footer .snip-layout,
  .hmi-header .snip-layout {
    font-size: 16px;
    padding: 1.5em 0;
  }
}
footer.page-footer .snip-footer,
.hmi-header .snip-footer {
  display: none;
}
footer.page-footer .snip-layout,
.hmi-header .snip-layout {
  z-index: 3000 !important;
}
footer.page-footer .snip-layout .snip-header,
.hmi-header .snip-layout .snip-header {
  border-bottom: 1px solid #ddd;
}
footer.page-footer .tpl-intro,
.hmi-header .tpl-intro {
  background: #29c7a5;
  background: linear-gradient(319.68deg, #52e5d1 0, #32ceaf 40.62%, #29c7a5 100%);
  color: #fff;
  padding-top: 13.5vh;
  padding-bottom: 17.5vh;
  height: 100vh;
}
@media (min-width: 768px) {
  footer.page-footer .tpl-intro,
  .hmi-header .tpl-intro {
    min-height: 700px;
    padding-bottom: 13.5vh;
  }
}
footer.page-footer .tpl-intro__heading,
.hmi-header .tpl-intro__heading {
  margin-top: 10px;
  margin-bottom: 20px;
  max-width: 300px;
}
@media (min-width: 768px) {
  footer.page-footer .tpl-intro__heading,
  .hmi-header .tpl-intro__heading {
    margin-bottom: 30px;
    height: 90px;
    max-width: 400px;
  }
  footer.page-footer .tpl-intro__heading.second,
  .hmi-header .tpl-intro__heading.second {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  footer.page-footer .tpl-intro__heading,
  .hmi-header .tpl-intro__heading {
    margin-bottom: 40px;
    height: 122px;
    max-width: 540px;
  }
  footer.page-footer .tpl-intro__heading.second,
  .hmi-header .tpl-intro__heading.second {
    max-width: 760px;
  }
}
@media (min-width: 1320px) {
  footer.page-footer .tpl-intro__heading,
  .hmi-header .tpl-intro__heading {
    height: 150px;
    max-width: 655px;
  }
  footer.page-footer .tpl-intro__heading.second,
  .hmi-header .tpl-intro__heading.second {
    max-width: 980px;
  }
}
footer.page-footer .no-js .tpl-intro__heading--no-js,
.hmi-header .no-js .tpl-intro__heading--no-js {
  animation-name: intro-no-js;
  animation-duration: 0.3s;
  animation-delay: 1s;
}
@keyframes intro-no-js {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  footer.page-footer .js .tpl-intro__heading--no-js,
  .hmi-header .js .tpl-intro__heading--no-js {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
footer.page-footer .tpl-intro__heading--js,
.hmi-header .tpl-intro__heading--js {
  display: none;
}
@media (min-width: 768px) {
  footer.page-footer .tpl-intro__heading--js,
  .hmi-header .tpl-intro__heading--js {
    display: block;
  }
  footer.page-footer .no-js .tpl-intro__heading--js,
  .hmi-header .no-js .tpl-intro__heading--js {
    display: none;
  }
}
@media (min-width: 768px) {
  footer.page-footer .tpl-intro__icons__item,
  .hmi-header .tpl-intro__icons__item {
    width: 14.285%;
  }
  footer.page-footer .js .tpl-intro__icons__item,
  .hmi-header .js .tpl-intro__icons__item {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
}
footer.page-footer .tpl-intro__icons__img,
.hmi-header .tpl-intro__icons__img {
  width: 100%;
}
@media (min-width: 768px) {
  footer.page-footer .js .tpl-intro__btn,
  .hmi-header .js .tpl-intro__btn {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
}
footer.page-footer .tpl-intro__icon-slider,
.hmi-header .tpl-intro__icon-slider {
  width: 160px;
  margin-left: -27px;
  opacity: 0;
}
footer.page-footer .tpl-intro__icon-slider img,
.hmi-header .tpl-intro__icon-slider img {
  width: 100%;
}
footer.page-footer .tpl-intro__icon-slider.slick-initialized,
.hmi-header .tpl-intro__icon-slider.slick-initialized {
  opacity: 1;
}
footer.page-footer .tpl-text,
.hmi-header .tpl-text {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 576px) {
  footer.page-footer .tpl-text,
  .hmi-header .tpl-text {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  footer.page-footer .tpl-text,
  .hmi-header .tpl-text {
    margin-top: 110px;
    margin-bottom: 110px;
  }
}
@media (min-width: 992px) {
  footer.page-footer .tpl-text,
  .hmi-header .tpl-text {
    margin-top: 130px;
    margin-bottom: 130px;
  }
}
@media (min-width: 1200px) {
  footer.page-footer .tpl-text,
  .hmi-header .tpl-text {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}
footer.page-footer .tpl-2columns,
.hmi-header .tpl-2columns {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 576px) {
  footer.page-footer .tpl-2columns,
  .hmi-header .tpl-2columns {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  footer.page-footer .tpl-2columns,
  .hmi-header .tpl-2columns {
    margin-top: 110px;
    margin-bottom: 110px;
  }
}
@media (min-width: 992px) {
  footer.page-footer .tpl-2columns,
  .hmi-header .tpl-2columns {
    margin-top: 130px;
    margin-bottom: 130px;
  }
}
@media (min-width: 1200px) {
  footer.page-footer .tpl-2columns,
  .hmi-header .tpl-2columns {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}
footer.page-footer .tpl-2columns:first-of-type:not(:last-of-type),
.hmi-header .tpl-2columns:first-of-type:not(:last-of-type) {
  margin-top: 60px;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  footer.page-footer .tpl-2columns:first-of-type:not(:last-of-type),
  .hmi-header .tpl-2columns:first-of-type:not(:last-of-type) {
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  footer.page-footer .tpl-2columns:first-of-type:not(:last-of-type),
  .hmi-header .tpl-2columns:first-of-type:not(:last-of-type) {
    margin-top: 110px;
  }
}
@media (min-width: 992px) {
  footer.page-footer .tpl-2columns:first-of-type:not(:last-of-type),
  .hmi-header .tpl-2columns:first-of-type:not(:last-of-type) {
    margin-top: 130px;
  }
}
@media (min-width: 1200px) {
  footer.page-footer .tpl-2columns:first-of-type:not(:last-of-type),
  .hmi-header .tpl-2columns:first-of-type:not(:last-of-type) {
    margin-top: 150px;
  }
}
footer.page-footer .tpl-2columns:last-of-type:not(:first-of-type),
.hmi-header .tpl-2columns:last-of-type:not(:first-of-type) {
  margin-bottom: 60px;
  margin-top: 0;
}
@media (max-width: 767.98px) {
  footer.page-footer .tpl-2columns:last-of-type:not(:first-of-type),
  .hmi-header .tpl-2columns:last-of-type:not(:first-of-type) {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  footer.page-footer .tpl-2columns:last-of-type:not(:first-of-type),
  .hmi-header .tpl-2columns:last-of-type:not(:first-of-type) {
    margin-bottom: 110px;
  }
}
@media (min-width: 992px) {
  footer.page-footer .tpl-2columns:last-of-type:not(:first-of-type),
  .hmi-header .tpl-2columns:last-of-type:not(:first-of-type) {
    margin-bottom: 130px;
  }
}
@media (min-width: 1200px) {
  footer.page-footer .tpl-2columns:last-of-type:not(:first-of-type),
  .hmi-header .tpl-2columns:last-of-type:not(:first-of-type) {
    margin-bottom: 150px;
  }
}
footer.page-footer .tpl-2columns:last-of-type:not(:first-of-type) .tpl-text__main-content h2,
.hmi-header .tpl-2columns:last-of-type:not(:first-of-type) .tpl-text__main-content h2 {
  margin-bottom: 0;
}
footer.page-footer .tpl-2columns .tpl-text,
.hmi-header .tpl-2columns .tpl-text {
  margin: 0 !important;
}
footer.page-footer .container-fluid:not(.tpl-2columns):not(.tpl-text--narrow) .tpl-text__main-content,
.hmi-header .container-fluid:not(.tpl-2columns):not(.tpl-text--narrow) .tpl-text__main-content {
  position: relative;
}
footer.page-footer .container-fluid:not(.tpl-2columns):not(.tpl-text--narrow) .tpl-text__main-content p:first-child,
.hmi-header .container-fluid:not(.tpl-2columns):not(.tpl-text--narrow) .tpl-text__main-content p:first-child {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 0;
}
footer.page-footer .container-fluid:not(.tpl-2columns):not(.tpl-text--narrow) .tpl-text__main-content p:first-child:after,
.hmi-header .container-fluid:not(.tpl-2columns):not(.tpl-text--narrow) .tpl-text__main-content p:first-child:after {
  content: "";
  width: 15%;
  height: 1px;
  background-color: #c1c1c1;
  position: absolute;
  left: 0;
  bottom: 0;
}
footer.page-footer .container-fluid:not(.tpl-2columns):not(.tpl-text--narrow) .tpl-text__main-content .img-fluid,
.hmi-header .container-fluid:not(.tpl-2columns):not(.tpl-text--narrow) .tpl-text__main-content .img-fluid {
  margin-top: 60px;
}
@media (min-width: 576px) {
  footer.page-footer .container-fluid:not(.tpl-2columns):not(.tpl-text--narrow) .tpl-text__main-content .img-fluid,
  .hmi-header .container-fluid:not(.tpl-2columns):not(.tpl-text--narrow) .tpl-text__main-content .img-fluid {
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  footer.page-footer .container-fluid:not(.tpl-2columns):not(.tpl-text--narrow) .tpl-text__main-content .img-fluid,
  .hmi-header .container-fluid:not(.tpl-2columns):not(.tpl-text--narrow) .tpl-text__main-content .img-fluid {
    margin-top: 110px;
  }
}
@media (min-width: 992px) {
  footer.page-footer .container-fluid:not(.tpl-2columns):not(.tpl-text--narrow) .tpl-text__main-content .img-fluid,
  .hmi-header .container-fluid:not(.tpl-2columns):not(.tpl-text--narrow) .tpl-text__main-content .img-fluid {
    margin-top: 130px;
  }
}
@media (min-width: 1200px) {
  footer.page-footer .container-fluid:not(.tpl-2columns):not(.tpl-text--narrow) .tpl-text__main-content .img-fluid,
  .hmi-header .container-fluid:not(.tpl-2columns):not(.tpl-text--narrow) .tpl-text__main-content .img-fluid {
    margin-top: 150px;
  }
}
footer.page-footer .tpl-text--narrow .tpl-text__main-content,
.hmi-header .tpl-text--narrow .tpl-text__main-content {
  max-width: 800px;
}
footer.page-footer .tpl-text__main-content p,
.hmi-header .tpl-text__main-content p {
  margin-bottom: 40px;
}
footer.page-footer .tpl-text__main-content ol,
.hmi-header .tpl-text__main-content ol,
footer.page-footer .tpl-text__main-content ul,
.hmi-header .tpl-text__main-content ul {
  margin-bottom: 40px;
}
footer.page-footer .tpl-text__main-content ol li,
.hmi-header .tpl-text__main-content ol li,
footer.page-footer .tpl-text__main-content ul li,
.hmi-header .tpl-text__main-content ul li {
  margin-bottom: 20px;
}
footer.page-footer .tpl-text__main-content b,
.hmi-header .tpl-text__main-content b,
footer.page-footer .tpl-text__main-content strong,
.hmi-header .tpl-text__main-content strong {
  color: #1b1b1b !important;
}
footer.page-footer .tpl-text__main-content hr,
.hmi-header .tpl-text__main-content hr {
  margin-top: 40px;
  margin-bottom: 40px;
}
footer.page-footer .tpl-text__main-content p:last-child,
.hmi-header .tpl-text__main-content p:last-child,
footer.page-footer .tpl-text__main-content ul:last-child,
.hmi-header .tpl-text__main-content ul:last-child {
  margin-bottom: 0;
}
footer.page-footer .tpl-text__main-content ul,
.hmi-header .tpl-text__main-content ul {
  padding-left: 21px;
}
footer.page-footer .tpl-text__main-content h2,
.hmi-header .tpl-text__main-content h2 {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  footer.page-footer .tpl-text__main-content h2,
  .hmi-header .tpl-text__main-content h2 {
    margin-bottom: 30px;
  }
}
footer.page-footer .tpl-text__main-content h4,
.hmi-header .tpl-text__main-content h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
footer.page-footer .tpl-text__main-content h4 b,
.hmi-header .tpl-text__main-content h4 b,
footer.page-footer .tpl-text__main-content h4 strong,
.hmi-header .tpl-text__main-content h4 strong {
  font-weight: 500;
}
@media (min-width: 768px) {
  footer.page-footer .tpl-text__main-content h4,
  .hmi-header .tpl-text__main-content h4 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  footer.page-footer .tpl-text__main-content h4,
  .hmi-header .tpl-text__main-content h4 {
    font-size: 20px;
  }
}
footer.page-footer .tpl-2columns .tpl-text__main-content,
.hmi-header .tpl-2columns .tpl-text__main-content {
  padding-bottom: 0;
}
footer.page-footer .tpl-2columns .tpl-text__main-content:after,
.hmi-header .tpl-2columns .tpl-text__main-content:after {
  display: none;
}
footer.page-footer .tpl-text__heading:empty,
.hmi-header .tpl-text__heading:empty {
  margin: 0 !important;
}
footer.page-footer .tpl-text + .tpl-accordion,
.hmi-header .tpl-text + .tpl-accordion {
  margin-top: 40px;
  margin-bottom: 0;
}
footer.page-footer .tpl-text-image,
.hmi-header .tpl-text-image {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 576px) {
  footer.page-footer .tpl-text-image,
  .hmi-header .tpl-text-image {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  footer.page-footer .tpl-text-image,
  .hmi-header .tpl-text-image {
    margin-top: 110px;
    margin-bottom: 110px;
  }
}
@media (min-width: 992px) {
  footer.page-footer .tpl-text-image,
  .hmi-header .tpl-text-image {
    margin-top: 130px;
    margin-bottom: 130px;
  }
}
@media (min-width: 1200px) {
  footer.page-footer .tpl-text-image,
  .hmi-header .tpl-text-image {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}
@media (min-width: 992px) {
  footer.page-footer .tpl-text-image__col,
  .hmi-header .tpl-text-image__col {
    justify-content: center;
  }
  footer.page-footer .tpl-text-image__col--left,
  .hmi-header .tpl-text-image__col--left {
    order: 1;
    justify-content: flex-start;
  }
  footer.page-footer .tpl-text-image__col--right,
  .hmi-header .tpl-text-image__col--right {
    order: 2;
  }
}
footer.page-footer .tpl-text-image__col--top,
.hmi-header .tpl-text-image__col--top {
  order: 1;
}
footer.page-footer .tpl-text-image__col--bottom,
.hmi-header .tpl-text-image__col--bottom {
  order: 2;
}
@media (max-width: 991.98px) {
  footer.page-footer .tpl-text-image__img,
  .hmi-header .tpl-text-image__img {
    margin-bottom: 60px;
  }
}
footer.page-footer .tpl-text-image__col--bottom .tpl-text-image__img,
.hmi-header .tpl-text-image__col--bottom .tpl-text-image__img,
footer.page-footer .tpl-text-image__col--top .tpl-text-image__img,
.hmi-header .tpl-text-image__col--top .tpl-text-image__img {
  margin: 40px auto;
}
footer.page-footer .col-12 .tpl-text-image__img,
.hmi-header .col-12 .tpl-text-image__img {
  margin-bottom: 0 !important;
}
footer.page-footer .tpl-text-image__img--l-s1,
.hmi-header .tpl-text-image__img--l-s1,
footer.page-footer .tpl-text-image__img--r-s1,
.hmi-header .tpl-text-image__img--r-s1 {
  flex: 0 0 100%;
  max-width: 100%;
}
footer.page-footer .tpl-text-image__img--l-s2,
.hmi-header .tpl-text-image__img--l-s2,
footer.page-footer .tpl-text-image__img--r-s2,
.hmi-header .tpl-text-image__img--r-s2 {
  flex: 0 0 66.6%;
  max-width: 66.6%;
}
footer.page-footer .tpl-text-image__img--l-s3,
.hmi-header .tpl-text-image__img--l-s3,
footer.page-footer .tpl-text-image__img--r-s3,
.hmi-header .tpl-text-image__img--r-s3 {
  flex: 0 0 50%;
  max-width: 50%;
}
footer.page-footer .tpl-text-image__text,
.hmi-header .tpl-text-image__text {
  width: 100%;
  max-width: 500px;
}
footer.page-footer .col-12 .tpl-text-image__text,
.hmi-header .col-12 .tpl-text-image__text {
  margin-bottom: 0!important;
  max-width: 100%;
}
footer.page-footer .tpl-text-image__text .typo--heading:empty,
.hmi-header .tpl-text-image__text .typo--heading:empty,
footer.page-footer .tpl-text-image__text .typo--title:empty,
.hmi-header .tpl-text-image__text .typo--title:empty {
  display: none;
}
footer.page-footer .tpl-text-image__text .typo--title,
.hmi-header .tpl-text-image__text .typo--title {
  margin-bottom: 2.4rem;
}
@media (max-width: 767.98px) {
  footer.page-footer .tpl-text-image__text .typo--title,
  .hmi-header .tpl-text-image__text .typo--title {
    margin-bottom: 60px;
  }
}
footer.page-footer .tpl-text-image__text .typo--label,
.hmi-header .tpl-text-image__text .typo--label,
footer.page-footer .tpl-text-image__text .typo--label-border,
.hmi-header .tpl-text-image__text .typo--label-border {
  margin-bottom: 0.1rem;
}
footer.page-footer .tpl-text-image__text h2,
.hmi-header .tpl-text-image__text h2 {
  font-weight: 500;
}
footer.page-footer .tpl-text-image__text h3,
.hmi-header .tpl-text-image__text h3 {
  font-size: 18px;
  margin-bottom: 0.1rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  footer.page-footer .tpl-text-image__text p,
  .hmi-header .tpl-text-image__text p {
    margin-bottom: 30px;
  }
}
footer.page-footer .tpl-text-image__text p:last-of-type,
.hmi-header .tpl-text-image__text p:last-of-type {
  margin-bottom: 0;
}
footer.page-footer .tpl-text-image__text .btn,
.hmi-header .tpl-text-image__text .btn {
  margin-top: 30px;
}
footer.page-footer .tpl-textbanner,
.hmi-header .tpl-textbanner {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 576px) {
  footer.page-footer .tpl-textbanner,
  .hmi-header .tpl-textbanner {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  footer.page-footer .tpl-textbanner,
  .hmi-header .tpl-textbanner {
    margin-top: 110px;
    margin-bottom: 110px;
  }
}
@media (min-width: 992px) {
  footer.page-footer .tpl-textbanner,
  .hmi-header .tpl-textbanner {
    margin-top: 130px;
    margin-bottom: 130px;
  }
}
@media (min-width: 1200px) {
  footer.page-footer .tpl-textbanner,
  .hmi-header .tpl-textbanner {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}
footer.page-footer .tpl-textbanner__title,
.hmi-header .tpl-textbanner__title {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  footer.page-footer .tpl-textbanner__title,
  .hmi-header .tpl-textbanner__title {
    margin-bottom: 0;
  }
  footer.page-footer .tpl-textbanner__col--left,
  .hmi-header .tpl-textbanner__col--left {
    padding-right: 5%;
  }
  footer.page-footer .tpl-textbanner__col--right,
  .hmi-header .tpl-textbanner__col--right {
    padding-left: 5%;
    margin-top: 7px;
  }
}
footer.page-footer .tpl-textcolumns,
.hmi-header .tpl-textcolumns {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 576px) {
  footer.page-footer .tpl-textcolumns,
  .hmi-header .tpl-textcolumns {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) {
  footer.page-footer .tpl-textcolumns,
  .hmi-header .tpl-textcolumns {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@media (min-width: 992px) {
  footer.page-footer .tpl-textcolumns,
  .hmi-header .tpl-textcolumns {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
@media (min-width: 1200px) {
  footer.page-footer .tpl-textcolumns,
  .hmi-header .tpl-textcolumns {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (max-width: 767.98px) {
  footer.page-footer .tpl-textcolumns,
  .hmi-header .tpl-textcolumns {
    padding-left: 0!important;
    padding-right: 0!important;
    border-top: 1px solid #c1c1c1 !important;
  }
  footer.page-footer .tpl-textcolumns .row,
  .hmi-header .tpl-textcolumns .row {
    margin-left: 0;
    margin-right: 0;
  }
}
footer.page-footer .tpl-textcolumns p:last-child,
.hmi-header .tpl-textcolumns p:last-child {
  margin-bottom: 0;
}
footer.page-footer .tpl-textcolumns__heading,
.hmi-header .tpl-textcolumns__heading {
  margin-bottom: 50px;
  font-weight: 600;
}
@media (min-width: 768px) {
  footer.page-footer .tpl-textcolumns__heading,
  .hmi-header .tpl-textcolumns__heading {
    margin-bottom: 60px;
  }
}
footer.page-footer .tpl-textcolumns__heading:empty,
.hmi-header .tpl-textcolumns__heading:empty {
  margin: 0 !important;
}
@media (max-width: 767.98px) {
  footer.page-footer .tpl-textcolumns__col,
  .hmi-header .tpl-textcolumns__col {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767.98px) {
  footer.page-footer .tpl-textcolumns__col:first-child,
  .hmi-header .tpl-textcolumns__col:first-child {
    padding-bottom: 80px;
    margin-bottom: 80px;
    border-bottom: 1px solid #c1c1c1 !important;
  }
}
footer.page-footer .tpl-textcolumns__title,
.hmi-header .tpl-textcolumns__title {
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  footer.page-footer .tpl-textcolumns__title,
  .hmi-header .tpl-textcolumns__title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
  }
}
footer.page-footer .tpl-textcolumns__icon,
.hmi-header .tpl-textcolumns__icon {
  width: 75px;
  height: 75px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  footer.page-footer .tpl-textcolumns__icon,
  .hmi-header .tpl-textcolumns__icon {
    margin-bottom: 30px;
  }
}
footer.page-footer .tpl-partners__header,
.hmi-header .tpl-partners__header {
  margin-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 576px) {
  footer.page-footer .tpl-partners__header,
  .hmi-header .tpl-partners__header {
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  footer.page-footer .tpl-partners__header,
  .hmi-header .tpl-partners__header {
    margin-top: 110px;
  }
}
@media (min-width: 992px) {
  footer.page-footer .tpl-partners__header,
  .hmi-header .tpl-partners__header {
    margin-top: 130px;
  }
}
@media (min-width: 1200px) {
  footer.page-footer .tpl-partners__header,
  .hmi-header .tpl-partners__header {
    margin-top: 150px;
  }
}
footer.page-footer .tpl-partners__list,
.hmi-header .tpl-partners__list {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  footer.page-footer .tpl-partners__list,
  .hmi-header .tpl-partners__list {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  footer.page-footer .tpl-partners__list,
  .hmi-header .tpl-partners__list {
    margin-bottom: 110px;
  }
}
@media (min-width: 992px) {
  footer.page-footer .tpl-partners__list,
  .hmi-header .tpl-partners__list {
    margin-bottom: 130px;
  }
}
@media (min-width: 1200px) {
  footer.page-footer .tpl-partners__list,
  .hmi-header .tpl-partners__list {
    margin-bottom: 150px;
  }
}
footer.page-footer .tpl-partners__item,
.hmi-header .tpl-partners__item {
  height: 100%;
}
footer.page-footer .tpl-partners__item a,
.hmi-header .tpl-partners__item a {
  color: #1b1b1b;
}
footer.page-footer .tpl-partners__item a:focus,
.hmi-header .tpl-partners__item a:focus,
footer.page-footer .tpl-partners__item a:hover,
.hmi-header .tpl-partners__item a:hover {
  color: #1b1b1b;
  text-decoration: none;
}
footer.page-footer .tpl-partners__item b,
.hmi-header .tpl-partners__item b,
footer.page-footer .tpl-partners__item strong,
.hmi-header .tpl-partners__item strong {
  font-size: 18px;
  line-height: 1.4;
}
footer.page-footer .tpl-partners__item p:last-child,
.hmi-header .tpl-partners__item p:last-child {
  margin-bottom: 0;
}
footer.page-footer .tpl-partners__col .tpl-partners__item,
.hmi-header .tpl-partners__col .tpl-partners__item {
  padding-top: 40px;
  border-top: 1px solid #dee2e6;
  padding-bottom: 40px;
}
footer.page-footer .tpl-module,
.hmi-header .tpl-module {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 576px) {
  footer.page-footer .tpl-module,
  .hmi-header .tpl-module {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  footer.page-footer .tpl-module,
  .hmi-header .tpl-module {
    margin-top: 110px;
    margin-bottom: 110px;
  }
}
@media (min-width: 992px) {
  footer.page-footer .tpl-module,
  .hmi-header .tpl-module {
    margin-top: 130px;
    margin-bottom: 130px;
  }
}
@media (min-width: 1200px) {
  footer.page-footer .tpl-module,
  .hmi-header .tpl-module {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}
footer.page-footer .tpl-module__img,
.hmi-header .tpl-module__img {
  margin-bottom: 20px;
}
footer.page-footer .tpl-module__img img,
.hmi-header .tpl-module__img img {
  width: 80%;
  height: auto;
}
@media (min-width: 768px) {
  footer.page-footer .tpl-module__img,
  .hmi-header .tpl-module__img {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: -65px;
  }
  footer.page-footer .tpl-module__img img,
  .hmi-header .tpl-module__img img {
    width: 100%;
  }
}
footer.page-footer .tpl-module-list__wrap,
.hmi-header .tpl-module-list__wrap {
  overflow: hidden;
  border-bottom: 1px solid #dee2e6;
}
footer.page-footer .tpl-module-list__wrap.expandable,
.hmi-header .tpl-module-list__wrap.expandable {
  height: 415px;
}
@media (min-width: 768px) {
  footer.page-footer .tpl-module-list__wrap.expandable,
  .hmi-header .tpl-module-list__wrap.expandable {
    height: 446px;
  }
}
@media (min-width: 1320px) {
  footer.page-footer .tpl-module-list__wrap.expandable,
  .hmi-header .tpl-module-list__wrap.expandable {
    height: 476px;
  }
}
footer.page-footer .tpl-module-list__item,
.hmi-header .tpl-module-list__item {
  display: block;
  padding-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #dee2e6;
  position: relative;
  color: #1b1b1b;
}
footer.page-footer .tpl-module-list__item:before,
.hmi-header .tpl-module-list__item:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #29c7a5;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
footer.page-footer .tpl-module-list__item:hover,
.hmi-header .tpl-module-list__item:hover {
  text-decoration: none;
  color: #1b1b1b;
}
footer.page-footer .tpl-module-list__item__subtitle,
.hmi-header .tpl-module-list__item__subtitle,
footer.page-footer .tpl-module-list__item__title,
.hmi-header .tpl-module-list__item__title {
  display: block;
}
footer.page-footer .tpl-module-list__item__subtitle,
.hmi-header .tpl-module-list__item__subtitle {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 30px;
}
footer.page-footer .tpl-module-list__expand-link,
.hmi-header .tpl-module-list__expand-link {
  cursor: pointer;
  margin-top: 20px;
}
footer.page-footer .tpl-module-list__expand-link span,
.hmi-header .tpl-module-list__expand-link span {
  display: inline-block;
}
footer.page-footer .tpl-module-list__expand-link.expanded .expanded-text,
.hmi-header .tpl-module-list__expand-link.expanded .expanded-text {
  display: inline-block !important;
}
footer.page-footer .tpl-module-list__expand-link.expanded .collapsed-text,
.hmi-header .tpl-module-list__expand-link.expanded .collapsed-text {
  display: none;
}
footer.page-footer .barba-container,
.hmi-header .barba-container {
  min-height: 100vh;
  position: relative;
  padding-bottom: 367px;
}
footer.page-footer .container-fluid-lg,
.hmi-header .container-fluid-lg {
  max-width: 1920px;
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  footer.page-footer .container-fluid-lg,
  .hmi-header .container-fluid-lg {
    padding-left: 60px;
    padding-right: 60px;
  }
}
footer.page-footer .container-fluid,
.hmi-header .container-fluid,
footer.page-footer .frame-type-text.frame-layout-3,
.hmi-header .frame-type-text.frame-layout-3 {
  max-width: 1520px;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 992px) {
  footer.page-footer .container-fluid,
  .hmi-header .container-fluid,
  footer.page-footer .frame-type-text.frame-layout-3,
  .hmi-header .frame-type-text.frame-layout-3 {
    padding-left: 60px;
    padding-right: 60px;
  }
}
footer.page-footer .container-fluid-wide,
.hmi-header .container-fluid-wide {
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 992px) {
  footer.page-footer .container-fluid-wide,
  .hmi-header .container-fluid-wide {
    padding-left: 60px;
    padding-right: 60px;
  }
}
footer.page-footer .container-small,
.hmi-header .container-small {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}
footer.page-footer .navbar,
.hmi-header .navbar {
  max-width: 1920px;
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  footer.page-footer .navbar,
  .hmi-header .navbar {
    padding-left: 60px;
    padding-right: 60px;
  }
}
footer.page-footer .navbar-inner,
.hmi-header .navbar-inner {
  width: 100%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
footer.page-footer .tpl-main-product,
.hmi-header .tpl-main-product {
  overflow: hidden;
}
footer.page-footer .product,
.hmi-header .product {
  padding-top: 160px;
  padding-bottom: 115px;
  position: relative;
  overflow: hidden;
}
footer.page-footer .product__img,
.hmi-header .product__img,
footer.page-footer .product__img img,
.hmi-header .product__img img {
  width: 100%;
  height: auto;
}
footer.page-footer .product__col--right,
.hmi-header .product__col--right {
  margin-bottom: 20px;
}
footer.page-footer .product__col--right img,
.hmi-header .product__col--right img {
  width: 80%;
}
@media (min-width: 768px) {
  footer.page-footer .product__col--right,
  .hmi-header .product__col--right {
    margin-top: -70px;
    margin-bottom: 0;
  }
  footer.page-footer .product__col--right img,
  .hmi-header .product__col--right img {
    width: calc(100% + 15vw);
  }
}
@media (min-width: 1320px) {
  footer.page-footer .product__col--right img,
  .hmi-header .product__col--right img {
    width: 100%;
  }
}
footer.page-footer .product__logo,
.hmi-header .product__logo {
  max-width: 390px;
  height: auto;
  width: 80%;
}
@media (min-width: 1200px) {
  footer.page-footer .product__logo,
  .hmi-header .product__logo {
    max-width: 460px;
  }
}
footer.page-footer .product__price,
.hmi-header .product__price {
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 1.1;
}
footer.page-footer .product__label,
.hmi-header .product__label {
  line-height: 5px;
  margin-bottom: 0;
}
footer.page-footer .product__price--first,
.hmi-header .product__price--first {
  max-width: 200px;
}
footer.page-footer .green,
.hmi-header .green {
  color: #29c7a5;
}
footer.page-footer .product__price--customer,
.hmi-header .product__price--customer {
  font-weight: 400;
  text-decoration: line-through;
}
footer.page-footer .tpl-main-product__tabs__nav,
.hmi-header .tpl-main-product__tabs__nav {
  margin-bottom: 40px;
  padding-top: 50px;
}
@media (max-width: 767.98px) {
  footer.page-footer .tpl-main-product__tabs__nav,
  .hmi-header .tpl-main-product__tabs__nav {
    padding-top: 0;
  }
}
footer.page-footer .tpl-main-product__tabs__content,
.hmi-header .tpl-main-product__tabs__content {
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  footer.page-footer .tpl-main-product__tabs__content,
  .hmi-header .tpl-main-product__tabs__content {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  footer.page-footer .tpl-main-product__tabs__content,
  .hmi-header .tpl-main-product__tabs__content {
    margin-bottom: 110px;
  }
}
@media (min-width: 992px) {
  footer.page-footer .tpl-main-product__tabs__content,
  .hmi-header .tpl-main-product__tabs__content {
    margin-bottom: 130px;
  }
}
@media (min-width: 1200px) {
  footer.page-footer .tpl-main-product__tabs__content,
  .hmi-header .tpl-main-product__tabs__content {
    margin-bottom: 150px;
  }
}
@media (min-width: 992px) {
  footer.page-footer .tpl-main-product__tabs__content,
  .hmi-header .tpl-main-product__tabs__content {
    padding-bottom: 60px;
  }
}
@media (min-width: 1320px) {
  footer.page-footer .tpl-main-product__tabs__content,
  .hmi-header .tpl-main-product__tabs__content {
    margin-bottom: 60px;
  }
}
@media (min-width: 1320px) and (max-width: 767.98px) {
  footer.page-footer .tpl-main-product__tabs__content,
  .hmi-header .tpl-main-product__tabs__content {
    margin-bottom: 80px;
  }
}
@media (min-width: 1320px) and (min-width: 768px) {
  footer.page-footer .tpl-main-product__tabs__content,
  .hmi-header .tpl-main-product__tabs__content {
    margin-bottom: 110px;
  }
}
@media (min-width: 1320px) and (min-width: 992px) {
  footer.page-footer .tpl-main-product__tabs__content,
  .hmi-header .tpl-main-product__tabs__content {
    margin-bottom: 130px;
  }
}
@media (min-width: 1320px) and (min-width: 1200px) {
  footer.page-footer .tpl-main-product__tabs__content,
  .hmi-header .tpl-main-product__tabs__content {
    margin-bottom: 150px;
  }
}
footer.page-footer .tpl-main-product__tabs__nav__item,
.hmi-header .tpl-main-product__tabs__nav__item {
  color: #29c7a5 !important;
  cursor: pointer;
  display: inline-block;
  padding-bottom: 2px;
  margin-right: 30px;
  border-bottom: 2px solid transparent;
}
footer.page-footer .tpl-main-product__tabs__nav__item.active,
.hmi-header .tpl-main-product__tabs__nav__item.active,
footer.page-footer .tpl-main-product__tabs__nav__item:hover,
.hmi-header .tpl-main-product__tabs__nav__item:hover {
  border-bottom: 2px solid #29c7a5;
}
footer.page-footer .tpl-main-product__tabs__item,
.hmi-header .tpl-main-product__tabs__item {
  position: relative;
  z-index: 1;
}
footer.page-footer .tpl-main-product__tabs__item.active,
.hmi-header .tpl-main-product__tabs__item.active {
  z-index: 2 !important;
}
footer.page-footer .tpl-main-product__tabs__item:not(:first-child),
.hmi-header .tpl-main-product__tabs__item:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
@media (max-width: 991.98px) {
  footer.page-footer .product-display__img,
  .hmi-header .product-display__img {
    padding-right: 30%;
    padding-bottom: 25px;
    padding-top: 10px;
  }
}
footer.page-footer .product-display__img img,
.hmi-header .product-display__img img,
footer.page-footer .product-display__img video,
.hmi-header .product-display__img video {
  width: 100%;
  height: auto;
}
footer.page-footer .product-display__col,
.hmi-header .product-display__col {
  display: flex;
  align-items: center;
}
footer.page-footer .showcases,
.hmi-header .showcases {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  footer.page-footer .showcases,
  .hmi-header .showcases {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  footer.page-footer .showcases,
  .hmi-header .showcases {
    margin-bottom: 110px;
  }
}
@media (min-width: 992px) {
  footer.page-footer .showcases,
  .hmi-header .showcases {
    margin-bottom: 130px;
  }
}
@media (min-width: 1200px) {
  footer.page-footer .showcases,
  .hmi-header .showcases {
    margin-bottom: 150px;
  }
}
footer.page-footer section,
.hmi-header section {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 576px) {
  footer.page-footer section,
  .hmi-header section {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  footer.page-footer section,
  .hmi-header section {
    margin-top: 110px;
    margin-bottom: 110px;
  }
}
@media (min-width: 992px) {
  footer.page-footer section,
  .hmi-header section {
    margin-top: 130px;
    margin-bottom: 130px;
  }
}
@media (min-width: 1200px) {
  footer.page-footer section,
  .hmi-header section {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}
@media (max-width: 767.98px) {
  footer.page-footer section.showcases,
  .hmi-header section.showcases {
    padding-top: 0;
  }
}
@media (max-width: 767.98px) {
  footer.page-footer section.products,
  .hmi-header section.products {
    padding-top: 25px;
  }
}
footer.page-footer .product-features,
.hmi-header .product-features {
  margin-top: 60px;
}
@media (min-width: 576px) {
  footer.page-footer .product-features,
  .hmi-header .product-features {
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  footer.page-footer .product-features,
  .hmi-header .product-features {
    margin-top: 110px;
  }
}
@media (min-width: 992px) {
  footer.page-footer .product-features,
  .hmi-header .product-features {
    margin-top: 130px;
  }
}
@media (min-width: 1200px) {
  footer.page-footer .product-features,
  .hmi-header .product-features {
    margin-top: 150px;
  }
}
footer.page-footer .product-features__col,
.hmi-header .product-features__col {
  margin-bottom: 30px;
}
footer.page-footer .product-features__col:last-child,
.hmi-header .product-features__col:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  footer.page-footer .product-features__col,
  .hmi-header .product-features__col {
    margin-bottom: 0;
  }
}
footer.page-footer .product-features__title,
.hmi-header .product-features__title {
  display: inline-block;
  border-bottom: 1px solid #29c7a5;
  padding-bottom: 5px;
}
footer.page-footer .product-features__text,
.hmi-header .product-features__text {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  footer.page-footer .product-features__text,
  .hmi-header .product-features__text {
    margin-right: 10%;
  }
}
footer.page-footer #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error,
.hmi-header #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  display: inline-block;
  margin: 2px 0 1em 0;
  padding: 3px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  z-index: 1;
  color: #e85c41;
}
footer.page-footer #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error,
.hmi-header #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border: 2px solid #e85c41;
}
footer.page-footer iframe#support-iframe,
.hmi-header iframe#support-iframe {
  width: 1px;
  min-width: 100%;
  border: none;
  outline: 0;
}
footer.page-footer .newsletter-signup,
.hmi-header .newsletter-signup {
  margin-top: 60px;
  margin-bottom: 60px;
}
footer.page-footer .newsletter-signup input[type=email],
.hmi-header .newsletter-signup input[type=email],
footer.page-footer .newsletter-signup input[type=text],
.hmi-header .newsletter-signup input[type=text] {
  height: 40px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #dee2e6;
  width: 100%;
  -webkit-appearance: none;
}
footer.page-footer .newsletter-signup input[type=email]:focus,
.hmi-header .newsletter-signup input[type=email]:focus,
footer.page-footer .newsletter-signup input[type=text]:focus,
.hmi-header .newsletter-signup input[type=text]:focus {
  outline: 0;
  border-bottom: 1px solid #29c7a5;
}
footer.page-footer .newsletter-signup input[type=email].mce_inline_error,
.hmi-header .newsletter-signup input[type=email].mce_inline_error,
footer.page-footer .newsletter-signup input[type=text].mce_inline_error,
.hmi-header .newsletter-signup input[type=text].mce_inline_error {
  border-bottom: 1px solid red;
}
footer.page-footer a.cc-btn.cc-dismiss,
.hmi-header a.cc-btn.cc-dismiss {
  border-radius: 20px;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
  outline: 0;
}
footer.page-footer .ie-browser-note,
.hmi-header .ie-browser-note {
  display: none;
  text-align: center;
  padding-top: 150px;
  font-size: 22px;
}
@media screen and (min-width: 0 \0) {
  footer.page-footer #barba-wrapper,
  .hmi-header #barba-wrapper,
  footer.page-footer .cc-window,
  .hmi-header .cc-window {
    display: none;
  }
  footer.page-footer .ie-browser-note,
  .hmi-header .ie-browser-note {
    display: block;
  }
}
footer.page-footer .cookie-box,
.hmi-header .cookie-box {
  z-index: 99999;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
footer.page-footer .cookie-box--hide,
.hmi-header .cookie-box--hide {
  opacity: 0;
  bottom: -100vh;
  display: none;
  height: 0;
}
footer.page-footer .cookie-box-inner,
.hmi-header .cookie-box-inner {
  position: fixed;
  max-width: 740px;
  max-height: 100%;
  overflow-y: auto;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  padding: 3rem 4rem;
  background: #fff;
  transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  font-size: 90%;
}
footer.page-footer .cookie-box-inner .typo--heading,
.hmi-header .cookie-box-inner .typo--heading {
  margin-bottom: 2.5rem;
}
@media (max-width: 767.98px) {
  footer.page-footer .cookie-box-inner,
  .hmi-header .cookie-box-inner {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translate(0, 0);
    padding: 1.5rem;
  }
}
footer.page-footer .cookie-button,
.hmi-header .cookie-button {
  display: inline-block;
  cursor: pointer;
  margin-top: 2.5rem;
}
footer.page-footer .text-right,
.hmi-header .text-right {
  text-align: right;
}
footer.page-footer .imagedesc,
.hmi-header .imagedesc {
  margin-bottom: 0;
  margin-top: 20px;
  max-width: 720px;
}
@media (min-width: 1320px) {
  footer.page-footer .imagedesc,
  .hmi-header .imagedesc {
    margin-top: 25px;
    max-width: 820px;
  }
}
footer.page-footer .card-nav-wrap,
.hmi-header .card-nav-wrap {
  width: 100%;
  overflow: hidden;
  position: absolute;
  height: 430px;
  top: 85vh;
  margin-top: -360px;
  left: 0;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1199.98px) {
  footer.page-footer .card-nav-wrap,
  .hmi-header .card-nav-wrap {
    display: none;
  }
}
footer.page-footer .js--sticky-top .card-nav-wrap,
.hmi-header .js--sticky-top .card-nav-wrap {
  opacity: 0;
  pointer-events: none;
}
footer.page-footer .card-nav,
.hmi-header .card-nav {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -825px;
  z-index: 5;
  height: 430px;
}
footer.page-footer .card-nav .card-wrap,
.hmi-header .card-nav .card-wrap {
  width: 330px;
}
footer.page-footer .card-nav .card,
.hmi-header .card-nav .card {
  width: 310px;
  height: 300px;
  margin: 10px;
  border: none;
  border-radius: 22px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
footer.page-footer .card-nav .card-title,
.hmi-header .card-nav .card-title {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 14px;
  margin-top: 5px;
}
footer.page-footer .card-nav .card-center,
.hmi-header .card-nav .card-center {
  height: 380px;
}
footer.page-footer .card-nav .card-left-ghost,
.hmi-header .card-nav .card-left-ghost,
footer.page-footer .card-nav .card-right-ghost,
.hmi-header .card-nav .card-right-ghost {
  opacity: 0;
  pointer-events: none;
}
footer.page-footer .card-nav .card-inner,
.hmi-header .card-nav .card-inner {
  overflow: hidden;
}
footer.page-footer .intro-wrapper,
.hmi-header .intro-wrapper {
  overflow: hidden;
  background: #29c7a5;
  margin-top: -100px;
}
@media (max-width: 1199.98px) {
  footer.page-footer .intro-wrapper,
  .hmi-header .intro-wrapper {
    margin-top: -120px;
  }
}
footer.page-footer #card-sticky-trigger,
.hmi-header #card-sticky-trigger {
  width: 100%;
}
@media (max-width: 1199.98px) {
  footer.page-footer #card-sticky-trigger,
  .hmi-header #card-sticky-trigger {
    padding-top: 0;
  }
}
footer.page-footer #card-sticky-trigger-off,
.hmi-header #card-sticky-trigger-off {
  margin-top: -130px;
  padding-top: 130px;
}
footer.page-footer #anchor-offset,
.hmi-header #anchor-offset {
  margin-top: 1px;
  width: 100%;
}
@media (max-width: 1199.98px) {
  footer.page-footer #anchor-offset,
  .hmi-header #anchor-offset {
    padding-top: 0;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  footer.page-footer [data-barba-namespace=home] #anchor-offset,
  .hmi-header [data-barba-namespace=home] #anchor-offset {
    padding-bottom: 60px;
  }
}
footer.page-footer .intro,
.hmi-header .intro {
  background-color: #f2f2f2;
  padding-top: 180px;
  padding-bottom: 180px;
  height: 85vh;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1199.98px) {
  footer.page-footer .intro,
  .hmi-header .intro {
    height: 100vh!important;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
footer.page-footer [data-barba-namespace=feature-list-detail] .intro .arrow-link,
.hmi-header [data-barba-namespace=feature-list-detail] .intro .arrow-link {
  display: inline-block !important;
}
footer.page-footer .intro__heading,
.hmi-header .intro__heading {
  margin-top: 10px;
  color: #1b1b1b;
  margin-bottom: 20px;
}
footer.page-footer .intro__heading.background--dark,
.hmi-header .intro__heading.background--dark {
  color: #fff;
}
footer.page-footer .arrow-link--intro,
.hmi-header .arrow-link--intro {
  opacity: 0;
}
footer.page-footer .nav-link.background--dark,
.hmi-header .nav-link.background--dark {
  color: #fff !important;
}
footer.page-footer .nav-link.background--light,
.hmi-header .nav-link.background--light {
  color: #1b1b1b !important;
}
footer.page-footer main,
.hmi-header main {
  overflow: hidden;
}
footer.page-footer .card-nav-sticky,
.hmi-header .card-nav-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  padding-top: 35px;
  transform: translate3d(0, -120px, 0);
}
@media (max-width: 1199.98px) {
  footer.page-footer .card-nav-sticky,
  .hmi-header .card-nav-sticky {
    transform: translate3d(0, 0, 0) !important;
    top: auto;
    bottom: 30px;
  }
}
footer.page-footer .card-nav-sticky .card-nav-sticky__inner,
.hmi-header .card-nav-sticky .card-nav-sticky__inner {
  border-radius: 50px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
footer.page-footer .card-nav-sticky .card-nav-sticky__inner .btn,
.hmi-header .card-nav-sticky .card-nav-sticky__inner .btn {
  width: 180px;
  overflow: hidden;
  font-weight: 500;
}
footer.page-footer .card-nav-sticky .card-nav-sticky__inner .btn:active,
.hmi-header .card-nav-sticky .card-nav-sticky__inner .btn:active,
footer.page-footer .card-nav-sticky .card-nav-sticky__inner .btn:focus,
.hmi-header .card-nav-sticky .card-nav-sticky__inner .btn:focus,
footer.page-footer .card-nav-sticky .card-nav-sticky__inner .btn:target,
.hmi-header .card-nav-sticky .card-nav-sticky__inner .btn:target {
  box-shadow: none;
  background: #f2f2f2;
}
footer.page-footer .card-nav-sticky .card-nav-sticky__inner .btn:hover,
.hmi-header .card-nav-sticky .card-nav-sticky__inner .btn:hover {
  background: 0 0;
}
@media (max-width: 767.98px) {
  footer.page-footer .card-nav-sticky .card-nav-sticky__inner .btn,
  .hmi-header .card-nav-sticky .card-nav-sticky__inner .btn {
    width: 112px;
    overflow: hidden;
    padding: 5px 0;
    font-size: 12.5px;
  }
}
footer.page-footer .card-nav-sticky .card-nav-sticky__inner .btn.btn-secondary,
.hmi-header .card-nav-sticky .card-nav-sticky__inner .btn.btn-secondary {
  pointer-events: none;
  margin-left: 5px;
  margin-right: 5px;
  background: #f2f2f2;
  color: #3b3b3b;
}
@media (max-width: 767.98px) {
  footer.page-footer .card-nav-sticky .card-nav-sticky__inner .btn.btn-secondary,
  .hmi-header .card-nav-sticky .card-nav-sticky__inner .btn.btn-secondary {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  footer.page-footer .card-nav-sticky .card-nav-sticky__inner .btn:not(.btn-secondary):hover,
  .hmi-header .card-nav-sticky .card-nav-sticky__inner .btn:not(.btn-secondary):hover {
    background: #f2f2f2;
  }
}
footer.page-footer .js--sticky-top-set .card-nav-sticky,
.hmi-header .js--sticky-top-set .card-nav-sticky {
  transform: translate3d(0, 0, 0);
}
footer.page-footer .header,
.hmi-header .header {
  position: relative;
  z-index: 1;
  overflow: hidden;
  hyphens: auto;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  footer.page-footer .header,
  .hmi-header .header {
    margin-bottom: 0;
  }
}
footer.page-footer .header .header__subheading,
.hmi-header .header .header__subheading {
  max-width: 780px;
}
@media (max-width: 1199.98px) {
  footer.page-footer .header,
  .hmi-header .header {
    background: 0 0!important;
    border-color: transparent !important;
  }
}
@media (min-width: 1200px) {
  footer.page-footer .header,
  .hmi-header .header {
    margin-bottom: 0;
    min-height: 510px;
    padding: 120px;
    border: 2px solid transparent;
    border-radius: 25px;
    max-width: none;
  }
}
@media (min-width: 1200px) {
  footer.page-footer .header.header--features,
  .hmi-header .header.header--features {
    border-color: #c1c1c1;
  }
}
@media (min-width: 1200px) {
  footer.page-footer .tpl-subpage-intro--projects .header,
  .hmi-header .tpl-subpage-intro--projects .header {
    border-color: #343a40;
    background: #343a40;
    color: #fff;
  }
  footer.page-footer .tpl-subpage-intro--projects .header .typo--heading,
  .hmi-header .tpl-subpage-intro--projects .header .typo--heading,
  footer.page-footer .tpl-subpage-intro--projects .header .typo--label,
  .hmi-header .tpl-subpage-intro--projects .header .typo--label,
  footer.page-footer .tpl-subpage-intro--projects .header .typo--label-border,
  .hmi-header .tpl-subpage-intro--projects .header .typo--label-border,
  footer.page-footer .tpl-subpage-intro--projects .header .typo--title,
  .hmi-header .tpl-subpage-intro--projects .header .typo--title {
    color: #fff;
  }
  footer.page-footer .tpl-subpage-intro--software .header,
  .hmi-header .tpl-subpage-intro--software .header {
    border: none;
    background: linear-gradient(335deg, #52e5d1 14.12%, #29c7a5 83.08%);
    color: #fff;
  }
  footer.page-footer .tpl-subpage-intro--software .header .typo--heading,
  .hmi-header .tpl-subpage-intro--software .header .typo--heading,
  footer.page-footer .tpl-subpage-intro--software .header .typo--label,
  .hmi-header .tpl-subpage-intro--software .header .typo--label,
  footer.page-footer .tpl-subpage-intro--software .header .typo--label-border,
  .hmi-header .tpl-subpage-intro--software .header .typo--label-border,
  footer.page-footer .tpl-subpage-intro--software .header .typo--title,
  .hmi-header .tpl-subpage-intro--software .header .typo--title {
    color: #fff;
  }
}
footer.page-footer .header__nav,
.hmi-header .header__nav {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  z-index: 5;
}
@media (min-width: 1200px) {
  footer.page-footer .header__nav,
  .hmi-header .header__nav {
    right: 1.2rem;
    top: 1.2rem;
  }
}
footer.page-footer .header__nav .header__nav__link,
.hmi-header .header__nav .header__nav__link {
  border: 2px solid #1b1b1b;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-left: 5px;
}
footer.page-footer .header__nav .header__nav__link ion-icon,
.hmi-header .header__nav .header__nav__link ion-icon {
  width: 18px;
  height: 18px;
  padding: 5px;
  box-sizing: border-box;
  color: #1b1b1b;
}
@media (min-width: 1200px) {
  footer.page-footer .header__nav .header__nav__link,
  .hmi-header .header__nav .header__nav__link {
    border: 2px solid #fff;
  }
  footer.page-footer .header__nav .header__nav__link ion-icon,
  .hmi-header .header__nav .header__nav__link ion-icon {
    color: #fff;
  }
}
footer.page-footer .feature-list-wrapper,
.hmi-header .feature-list-wrapper {
  background: #fff;
  padding: 60px 25px 20px 25px;
  z-index: 2;
  position: relative;
  margin-top: 80px;
  margin-left: -25px;
  margin-right: -25px;
}
@media (min-width: 768px) {
  footer.page-footer .feature-list-wrapper,
  .hmi-header .feature-list-wrapper {
    padding: 60px 40px;
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (min-width: 1200px) {
  footer.page-footer .feature-list-wrapper,
  .hmi-header .feature-list-wrapper {
    padding: 60px 3.6rem;
    margin: -8.8rem 3.6rem 0 3.6rem;
  }
}
footer.page-footer .project__content,
.hmi-header .project__content {
  z-index: 2;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1640px;
}
@media (min-width: 1200px) {
  footer.page-footer .project__content,
  .hmi-header .project__content {
    padding-left: 120px;
    padding-right: 120px;
  }
}
footer.page-footer .project__content__text,
.hmi-header .project__content__text {
  max-width: 510px;
}
footer.page-footer .project__content__text p,
.hmi-header .project__content__text p {
  margin-bottom: 10px;
}
footer.page-footer .project__content__text p:last-child,
.hmi-header .project__content__text p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  footer.page-footer .project__content__text,
  .hmi-header .project__content__text {
    margin-top: 3.6rem;
  }
}
footer.page-footer .project__image,
.hmi-header .project__image {
  height: auto;
}
@media (min-width: 1200px) {
  footer.page-footer .project__image,
  .hmi-header .project__image {
    margin-top: -8.8rem;
  }
}
footer.page-footer [data-barba-namespace=feature-list],
.hmi-header [data-barba-namespace=feature-list] {
  background: #f2f2f2;
}
footer.page-footer [data-barba-namespace=feature-list] .border-bottom,
.hmi-header [data-barba-namespace=feature-list] .border-bottom,
footer.page-footer [data-barba-namespace=feature-list] .border-top,
.hmi-header [data-barba-namespace=feature-list] .border-top,
footer.page-footer [data-barba-namespace=feature-list] .typo--label-border,
.hmi-header [data-barba-namespace=feature-list] .typo--label-border {
  border-color: #c1c1c1 !important;
}
footer.page-footer .mixitup-control-active,
.hmi-header .mixitup-control-active {
  background: #29c7a5;
  color: #fff;
}
footer.page-footer .icon-md,
.hmi-header .icon-md {
  width: 90px;
  height: 90px;
}
footer.page-footer .icon,
.hmi-header .icon {
  overflow: hidden;
  position: relative;
}
footer.page-footer .icon .icon-default,
.hmi-header .icon .icon-default,
footer.page-footer .icon .icon-hover,
.hmi-header .icon .icon-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  transition: all 0.18s ease-in-out;
  padding: 20px;
}
footer.page-footer .icon .icon-default img,
.hmi-header .icon .icon-default img,
footer.page-footer .icon .icon-hover img,
.hmi-header .icon .icon-hover img {
  width: 100%;
  display: block;
  height: auto;
}
footer.page-footer .icon .icon-default,
.hmi-header .icon .icon-default {
  transform: translateY(0);
  opacity: 1;
}
footer.page-footer .icon .icon-hover,
.hmi-header .icon .icon-hover {
  transform: translateY(100%);
  opacity: 0;
}
footer.page-footer .feature-list .card,
.hmi-header .feature-list .card {
  border: none;
  transition: all 0.2s ease-in-out;
  padding: 0;
}
@media (min-width: 768px) {
  footer.page-footer .feature-list .card,
  .hmi-header .feature-list .card {
    padding: 10px;
  }
}
@media (min-width: 1200px) {
  footer.page-footer .feature-list .card,
  .hmi-header .feature-list .card {
    border-radius: 25px;
    padding: 2.5rem;
  }
}
footer.page-footer .feature-list .card p,
.hmi-header .feature-list .card p {
  color: #646464;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  footer.page-footer .feature-list .card p,
  .hmi-header .feature-list .card p {
    margin-bottom: 1rem;
  }
}
footer.page-footer .feature-list .card .icon .icon-default,
.hmi-header .feature-list .card .icon .icon-default,
footer.page-footer .feature-list .card .icon .icon-hover,
.hmi-header .feature-list .card .icon .icon-hover {
  padding: 0!important;
  width: 70px;
  height: 70px;
}
footer.page-footer .feature-list .card .icon .icon-default,
.hmi-header .feature-list .card .icon .icon-default {
  display: none;
}
footer.page-footer .feature-list .card .icon .icon-hover,
.hmi-header .feature-list .card .icon .icon-hover {
  transform: translateY(0);
  opacity: 1;
}
footer.page-footer .feature-list .card .icon,
.hmi-header .feature-list .card .icon {
  width: 70px;
  height: 70px;
}
footer.page-footer .feature-list .card .card-hint,
.hmi-header .feature-list .card .card-hint {
  transition: all 0.2s ease-in-out;
  display: none;
}
@media (min-width: 1200px) {
  footer.page-footer .feature-list .card .card-hint,
  .hmi-header .feature-list .card .card-hint {
    display: block;
    opacity: 0;
  }
}
@media (min-width: 1200px) {
  footer.page-footer .feature-list .card .icon .icon-default,
  .hmi-header .feature-list .card .icon .icon-default {
    display: block;
  }
  footer.page-footer .feature-list .card .icon .icon-hover,
  .hmi-header .feature-list .card .icon .icon-hover {
    transform: translateY(100%);
    opacity: 0;
  }
  footer.page-footer .feature-list .card:hover,
  .hmi-header .feature-list .card:hover {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.11);
  }
  footer.page-footer .feature-list .card:hover .card-hint,
  .hmi-header .feature-list .card:hover .card-hint {
    opacity: 1;
  }
  footer.page-footer .feature-list .card:hover .icon-default,
  .hmi-header .feature-list .card:hover .icon-default {
    transform: translateY(-100%);
    opacity: 0;
  }
  footer.page-footer .feature-list .card:hover .icon-hover,
  .hmi-header .feature-list .card:hover .icon-hover {
    transform: translateY(0);
    opacity: 1;
  }
}
footer.page-footer .icon-svg__circle,
.hmi-header .icon-svg__circle {
  stroke-dasharray: 227;
  stroke-dashoffset: 227;
  stroke-linecap: round;
  stroke: #29c7a5;
  stroke-width: 1.5;
  transition: stroke-dashoffset 0.5s ease-in-out, opacity 0.2s ease-in-out, transform 0.4s ease-in-out;
  opacity: 0;
  transform: rotate(-65deg) !important;
  transform-origin: center center;
}
footer.page-footer .tpl-feature-list--compact,
.hmi-header .tpl-feature-list--compact {
  padding: 0 !important;
}
@media (min-width: 992px) {
  footer.page-footer .tpl-feature-list--compact,
  .hmi-header .tpl-feature-list--compact {
    margin-top: -40px;
  }
}
footer.page-footer .tpl-feature-list--highlight .feature-list .card,
.hmi-header .tpl-feature-list--highlight .feature-list .card {
  padding: 2.5rem;
}
@media (min-width: 768px) {
  footer.page-footer .tpl-feature-list--highlight .feature-list .card,
  .hmi-header .tpl-feature-list--highlight .feature-list .card {
    padding: 2.5rem;
  }
}
@media (min-width: 1200px) {
  footer.page-footer .tpl-feature-list--highlight .feature-list .card,
  .hmi-header .tpl-feature-list--highlight .feature-list .card {
    border-radius: 25px;
    padding: 2.5rem;
  }
}
footer.page-footer .tpl-feature-list--highlight .feature-list .card p,
.hmi-header .tpl-feature-list--highlight .feature-list .card p {
  max-width: 440px;
}
footer.page-footer .tpl-feature-list--highlight .feature-list__col:last-of-type,
.hmi-header .tpl-feature-list--highlight .feature-list__col:last-of-type {
  margin-bottom: 0 !important;
}
footer.page-footer .tpl-feature-list--compact .section__inner,
.hmi-header .tpl-feature-list--compact .section__inner {
  overflow-x: auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 576px) {
  footer.page-footer .tpl-feature-list--compact .section__inner,
  .hmi-header .tpl-feature-list--compact .section__inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
footer.page-footer .feature-list-sm .col-auto,
.hmi-header .feature-list-sm .col-auto {
  margin-bottom: 8px;
  margin-top: 8px;
}
footer.page-footer .feature-list-sm .col-auto:first-child .card,
.hmi-header .feature-list-sm .col-auto:first-child .card {
  margin-left: 0;
}
footer.page-footer .feature-list-sm .col-auto:last-child .card,
.hmi-header .feature-list-sm .col-auto:last-child .card {
  margin-right: 0;
}
footer.page-footer .feature-list-sm .card,
.hmi-header .feature-list-sm .card {
  border-radius: 25px;
  padding: 30px;
  position: relative;
  transition: all 0.2s ease-in-out;
  width: 215px;
  margin: 0 15px;
  text-align: center;
  height: 100%;
  hyphens: auto;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  footer.page-footer .feature-list-sm .card,
  .hmi-header .feature-list-sm .card {
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  footer.page-footer .feature-list-sm .card,
  .hmi-header .feature-list-sm .card {
    width: 140px;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
footer.page-footer .feature-list-sm .card .icon,
.hmi-header .feature-list-sm .card .icon {
  border-radius: 50%;
}
footer.page-footer .feature-list-sm .card .icon-svg,
.hmi-header .feature-list-sm .card .icon-svg {
  top: 29px;
  position: absolute;
  margin-left: 0;
  width: 90px;
  height: 90px;
}
footer.page-footer .feature-list-sm .card:hover .icon-default,
.hmi-header .feature-list-sm .card:hover .icon-default {
  transform: translateY(-100%);
  opacity: 0;
}
footer.page-footer .feature-list-sm .card:hover .icon-hover,
.hmi-header .feature-list-sm .card:hover .icon-hover {
  transform: translateY(0);
  opacity: 1;
}
footer.page-footer .feature-list-sm .card:hover .icon-svg__circle,
.hmi-header .feature-list-sm .card:hover .icon-svg__circle {
  stroke-dashoffset: 0;
  opacity: 1;
  transform: rotate(-45deg) !important;
}
footer.page-footer .appstore-badges__link,
.hmi-header .appstore-badges__link {
  display: block;
}
footer.page-footer .appstore-badges__link img,
.hmi-header .appstore-badges__link img {
  height: 40px;
  width: auto;
  display: block;
}
footer.page-footer .software-accordion__content,
.hmi-header .software-accordion__content,
footer.page-footer .software-accordion__header,
.hmi-header .software-accordion__header {
  padding-left: 38px;
}
footer.page-footer .software-accordion__header,
.hmi-header .software-accordion__header {
  position: relative;
  font-weight: 700;
  cursor: pointer;
  color: #1b1b1b;
  font-weight: 500;
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
}
footer.page-footer .software-accordion__header ion-icon,
.hmi-header .software-accordion__header ion-icon {
  position: absolute;
  left: 0;
  top: 11px;
}
footer.page-footer .software-accordion__header[aria-expanded=true] ion-icon,
.hmi-header .software-accordion__header[aria-expanded=true] ion-icon {
  color: #29c7a5;
}
footer.page-footer .progress-bar,
.hmi-header .progress-bar {
  height: 3px;
  width: 80px;
  position: relative;
  background: #dee2e6;
  overflow: hidden;
}
footer.page-footer .progress,
.hmi-header .progress {
  background-color: #29c7a5;
  height: 3px;
  position: absolute;
  left: 0;
  top: 0;
  animation: progressBar 10s ease-in-out;
  animation-fill-mode: both;
}
@keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  footer.page-footer .tpl-software,
  .hmi-header .tpl-software {
    background-image: none!important;
    padding-top: 80px;
  }
}
footer.page-footer .tpl-software__image,
.hmi-header .tpl-software__image {
  margin-left: -25px;
  margin-right: -25px;
}
@media (min-width: 576px) {
  footer.page-footer .tpl-software__image,
  .hmi-header .tpl-software__image {
    margin-left: -60px;
    margin-right: -60px;
  }
}
footer.page-footer .tpl-software__inner,
.hmi-header .tpl-software__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 576px) {
  footer.page-footer .tpl-software__inner,
  .hmi-header .tpl-software__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) {
  footer.page-footer .tpl-software__inner,
  .hmi-header .tpl-software__inner {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@media (min-width: 992px) {
  footer.page-footer .tpl-software__inner,
  .hmi-header .tpl-software__inner {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
@media (min-width: 1200px) {
  footer.page-footer .tpl-software__inner,
  .hmi-header .tpl-software__inner {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
footer.page-footer .circle-wrap,
.hmi-header .circle-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 115%;
}
footer.page-footer .circle,
.hmi-header .circle {
  width: 100%;
  padding-bottom: 100%;
  background: #74e2cb;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (min-width: 992px) {
  footer.page-footer .circle,
  .hmi-header .circle {
    left: -18px;
    top: -14px;
  }
}
footer.page-footer .circle-image,
.hmi-header .circle-image {
  position: absolute;
  max-width: 80%;
  height: auto;
  left: 50%;
  bottom: 0;
  z-index: 2;
  transition: all 0.2s ease-in;
  transform: translateX(-50%);
  transform-origin: center;
}
footer.page-footer .arrow-link__icon,
.hmi-header .arrow-link__icon {
  width: 35px;
}
footer.page-footer .arrow-link__icon svg,
.hmi-header .arrow-link__icon svg {
  width: 100%;
}
footer.page-footer .arrow-link__icon .icon-svg__link-arrow,
.hmi-header .arrow-link__icon .icon-svg__link-arrow {
  transition: all 0.3s ease-out;
}
footer.page-footer .arrow-link__icon .icon-svg__link-circle,
.hmi-header .arrow-link__icon .icon-svg__link-circle {
  stroke-dasharray: 125;
  stroke-dashoffset: 110;
  transform: rotate(220deg);
  transform-origin: center;
  position: relative;
  z-index: 3;
}
footer.page-footer .arrow-link__icon .icon-svg__link-circle-open,
.hmi-header .arrow-link__icon .icon-svg__link-circle-open {
  opacity: 1;
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 2;
}
footer.page-footer .arrow-link,
.hmi-header .arrow-link {
  color: #1b1b1b;
  transition: all 0.3s ease-out;
  white-space: nowrap;
}
footer.page-footer button.arrow-link,
.hmi-header button.arrow-link {
  padding: 0;
  box-shadow: none;
  background: 0 0;
  border: none;
  outline: 0;
}
footer.page-footer a:hover .circle-image,
.hmi-header a:hover .circle-image {
  transform: scale(1.03) translateX(-50%);
}
footer.page-footer a.arrow-link:hover,
.hmi-header a.arrow-link:hover,
footer.page-footer a:hover .arrow-link,
.hmi-header a:hover .arrow-link,
footer.page-footer button.arrow-link:hover,
.hmi-header button.arrow-link:hover {
  color: #29c7a5;
  cursor: pointer;
}
footer.page-footer a.arrow-link:hover .arrow-link__icon .icon-svg__link-arrow,
.hmi-header a.arrow-link:hover .arrow-link__icon .icon-svg__link-arrow,
footer.page-footer a:hover .arrow-link .arrow-link__icon .icon-svg__link-arrow,
.hmi-header a:hover .arrow-link .arrow-link__icon .icon-svg__link-arrow,
footer.page-footer button.arrow-link:hover .arrow-link__icon .icon-svg__link-arrow,
.hmi-header button.arrow-link:hover .arrow-link__icon .icon-svg__link-arrow {
  transform: translateX(3px);
}
footer.page-footer a.arrow-link:hover .arrow-link__icon .icon-svg__link-circle-open,
.hmi-header a.arrow-link:hover .arrow-link__icon .icon-svg__link-circle-open,
footer.page-footer a:hover .arrow-link .arrow-link__icon .icon-svg__link-circle-open,
.hmi-header a:hover .arrow-link .arrow-link__icon .icon-svg__link-circle-open,
footer.page-footer button.arrow-link:hover .arrow-link__icon .icon-svg__link-circle-open,
.hmi-header button.arrow-link:hover .arrow-link__icon .icon-svg__link-circle-open {
  opacity: 0;
}
footer.page-footer a.arrow-link:hover .arrow-link__icon .icon-svg__link-circle,
.hmi-header a.arrow-link:hover .arrow-link__icon .icon-svg__link-circle,
footer.page-footer a:hover .arrow-link .arrow-link__icon .icon-svg__link-circle,
.hmi-header a:hover .arrow-link .arrow-link__icon .icon-svg__link-circle,
footer.page-footer button.arrow-link:hover .arrow-link__icon .icon-svg__link-circle,
.hmi-header button.arrow-link:hover .arrow-link__icon .icon-svg__link-circle {
  transition: all 0.4s ease-in-out;
  stroke-dasharray: 125;
  stroke-dashoffset: 0;
  stroke: #29c7a5;
}
footer.page-footer .card,
.hmi-header .card {
  padding: 30px;
  border-radius: 20px;
  background: 0 0;
}
footer.page-footer .img-fluid,
.hmi-header .img-fluid {
  max-width: 100%;
  height: auto;
}
footer.page-footer .main-content,
.hmi-header .main-content {
  margin-top: 100px;
}
@media (max-width: 1199.98px) {
  footer.page-footer .main-content,
  .hmi-header .main-content {
    margin-top: 120px;
  }
}
footer.page-footer .tpl-project-list__title,
.hmi-header .tpl-project-list__title {
  transition: all 0.3s ease-in-out;
}
footer.page-footer .tpl-project-list__item,
.hmi-header .tpl-project-list__item {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  footer.page-footer .tpl-project-list__item,
  .hmi-header .tpl-project-list__item {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
footer.page-footer .tpl-project-list__item .tpl-project-list__img,
.hmi-header .tpl-project-list__item .tpl-project-list__img {
  transition: none;
  opacity: 0;
}
footer.page-footer .tpl-project-list__item:hover .tpl-project-list__title,
.hmi-header .tpl-project-list__item:hover .tpl-project-list__title {
  color: #29c7a5;
}
footer.page-footer .tpl-project-list__item:hover .row,
.hmi-header .tpl-project-list__item:hover .row {
  z-index: 2!important;
  position: relative !important;
}
footer.page-footer .tpl-project-list__item:hover .tpl-project-list__img,
.hmi-header .tpl-project-list__item:hover .tpl-project-list__img {
  opacity: 1;
  z-index: 1;
}
footer.page-footer .tpl-project-list__col-left,
.hmi-header .tpl-project-list__col-left {
  position: relative;
}
@media (min-width: 768px) {
  footer.page-footer .tpl-project-list__col-left .tpl-project-list__title,
  .hmi-header .tpl-project-list__col-left .tpl-project-list__title {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }
}
footer.page-footer .tpl-project-list__col-left .tpl-project-list__img,
.hmi-header .tpl-project-list__col-left .tpl-project-list__img {
  margin-top: -40px;
  margin-left: 35%;
}
footer.page-footer .tpl-project-list__item .row,
.hmi-header .tpl-project-list__item .row {
  position: relative;
  z-index: 1;
}
footer.page-footer .tpl-project-list__item:hover .tpl-project-list__img,
.hmi-header .tpl-project-list__item:hover .tpl-project-list__img {
  display: block;
}
footer.page-footer .tpl-project-list__img,
.hmi-header .tpl-project-list__img {
  display: none;
  position: absolute;
  width: 300px;
  top: 0;
  left: 0;
  margin: -220px 0 0 -150px;
  backface-visibility: hidden;
  visibility: hidden;
  z-index: 2;
  pointer-events: none;
  transition: none;
}
footer.page-footer .tpl-project-list__img img,
.hmi-header .tpl-project-list__img img {
  display: block;
  width: 100%;
  height: auto;
}
footer.page-footer .nav-link,
.hmi-header .nav-link {
  color: #1b1b1b;
}
footer.page-footer .navbar-toggler,
.hmi-header .navbar-toggler {
  appearance: none;
  border: none;
  outline: 0;
}
footer.page-footer .navbar-toggler-icon div,
.hmi-header .navbar-toggler-icon div {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 24px;
  height: 16px;
}
footer.page-footer .navbar-toggler-icon span,
.hmi-header .navbar-toggler-icon span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1b1b1b;
  transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
}
footer.page-footer .navbar-toggler-icon span:first-of-type,
.hmi-header .navbar-toggler-icon span:first-of-type {
  top: 0;
}
footer.page-footer .navbar-toggler-icon span:last-of-type,
.hmi-header .navbar-toggler-icon span:last-of-type {
  bottom: 0;
}
footer.page-footer .js--nav-expanded .navbar-toggler-icon span,
.hmi-header .js--nav-expanded .navbar-toggler-icon span {
  background-color: #1b1b1b;
}
footer.page-footer .js--nav-expanded .navbar-toggler-icon span:first-of-type,
.hmi-header .js--nav-expanded .navbar-toggler-icon span:first-of-type {
  transform: rotate(45deg);
  top: 7px;
}
footer.page-footer .js--nav-expanded .navbar-toggler-icon span:last-of-type,
.hmi-header .js--nav-expanded .navbar-toggler-icon span:last-of-type {
  transform: rotate(-45deg);
  bottom: 7px;
}
footer.page-footer .js--nav-expanded .navbar-toggler-icon.active:hover span:first-of-type,
.hmi-header .js--nav-expanded .navbar-toggler-icon.active:hover span:first-of-type,
footer.page-footer .js--nav-expanded .navbar-toggler-icon.active:hover span:last-of-type,
.hmi-header .js--nav-expanded .navbar-toggler-icon.active:hover span:last-of-type {
  width: 22px;
}
@media (min-width: 1024px) {
  footer.page-footer .js--nav-expanded .navbar-toggler-icon:hover span,
  .hmi-header .js--nav-expanded .navbar-toggler-icon:hover span {
    background-color: #29c7a5 !important;
  }
  footer.page-footer .js--nav-expanded .navbar-toggler-icon:hover span:first-of-type,
  .hmi-header .js--nav-expanded .navbar-toggler-icon:hover span:first-of-type {
    width: 26px;
  }
  footer.page-footer .js--nav-expanded .navbar-toggler-icon:hover span:last-of-type,
  .hmi-header .js--nav-expanded .navbar-toggler-icon:hover span:last-of-type {
    width: 12px;
  }
}
@media (max-width: 767.98px) {
  footer.page-footer .feature-list-filters .btn,
  .hmi-header .feature-list-filters .btn {
    font-size: 15px!important;
    padding: 6px 12px !important;
  }
}
footer.page-footer .tpl-featured-sm,
.hmi-header .tpl-featured-sm {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 576px) {
  footer.page-footer .tpl-featured-sm,
  .hmi-header .tpl-featured-sm {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) {
  footer.page-footer .tpl-featured-sm,
  .hmi-header .tpl-featured-sm {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@media (min-width: 992px) {
  footer.page-footer .tpl-featured-sm,
  .hmi-header .tpl-featured-sm {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
@media (min-width: 1200px) {
  footer.page-footer .tpl-featured-sm,
  .hmi-header .tpl-featured-sm {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
footer.page-footer .tpl-featured-sm__link,
.hmi-header .tpl-featured-sm__link {
  display: inline-block;
  transition: all 0.2s ease-in-out;
  transform: translateX(-22px);
}
footer.page-footer .tpl-featured-sm__link:hover,
.hmi-header .tpl-featured-sm__link:hover {
  transform: translateX(-11px);
}
@media (max-width: 767.98px) {
  footer.page-footer .tpl-featured-sm__col-right,
  .hmi-header .tpl-featured-sm__col-right {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991.98px) {
  footer.page-footer .tpl-featured-lg__link,
  .hmi-header .tpl-featured-lg__link {
    margin-top: 60px;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767.98px) {
  footer.page-footer .tpl-featured-lg__link,
  .hmi-header .tpl-featured-lg__link {
    margin-top: 0;
  }
}
footer.page-footer .contact-modal,
.hmi-header .contact-modal {
  position: fixed;
  right: 30px;
  bottom: 105px;
  border-radius: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 400px;
  z-index: 500;
  background: #fff;
  overflow: hidden;
  transform: translateY(720px);
  opacity: 0;
}
@media (max-width: 767.98px) {
  footer.page-footer .contact-modal,
  .hmi-header .contact-modal {
    top: auto;
    right: 0;
    bottom: 0;
    border-radius: 0;
    width: 100%;
    left: 0;
    z-index: 2010;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
  }
}
footer.page-footer .contact-modal .contact-modal-link:hover,
.hmi-header .contact-modal .contact-modal-link:hover {
  background: #f2f2f2;
}
footer.page-footer .contact-modal .close-contact-modal,
.hmi-header .contact-modal .close-contact-modal {
  height: 32px;
  width: 32px;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0);
  line-height: 37px;
  text-align: center;
  font-size: 22px;
  margin-right: -7px;
  cursor: pointer;
}
footer.page-footer .contact-modal .close-contact-modal:hover,
.hmi-header .contact-modal .close-contact-modal:hover {
  background: rgba(255, 255, 255, 0.2);
}
footer.page-footer .contact-modal-toggle,
.hmi-header .contact-modal-toggle {
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 60px;
  height: 60px;
  z-index: 500;
  background: #fff;
  position: fixed;
  right: 55px;
  bottom: 55px;
  cursor: pointer;
  z-index: 2600;
}
@media (max-width: 767.98px) {
  footer.page-footer .contact-modal-toggle,
  .hmi-header .contact-modal-toggle {
    right: 16px;
    bottom: 16px;
  }
  footer.page-footer [data-barba-namespace=home] .contact-modal-toggle,
  .hmi-header [data-barba-namespace=home] .contact-modal-toggle {
    bottom: 90px;
  }
}
footer.page-footer .contact-modal-toggle ion-icon,
.hmi-header .contact-modal-toggle ion-icon {
  position: absolute;
  left: 18px;
  top: 18px;
  height: 24px;
  width: 24px;
  pointer-events: none;
  color: #29c7a5;
  transition: all 0.3s ease-in-out;
}
footer.page-footer .contact-modal-toggle ion-icon.open,
.hmi-header .contact-modal-toggle ion-icon.open {
  opacity: 0;
}
footer.page-footer .contact-modal-toggle ion-icon.closed,
.hmi-header .contact-modal-toggle ion-icon.closed {
  opacity: 1;
}
footer.page-footer .js--contact-expanded .contact-modal-toggle ion-icon,
.hmi-header .js--contact-expanded .contact-modal-toggle ion-icon {
  transform: rotate(360deg);
}
footer.page-footer .js--contact-expanded .contact-modal-toggle ion-icon.open,
.hmi-header .js--contact-expanded .contact-modal-toggle ion-icon.open {
  opacity: 1;
}
footer.page-footer .js--contact-expanded .contact-modal-toggle ion-icon.closed,
.hmi-header .js--contact-expanded .contact-modal-toggle ion-icon.closed {
  opacity: 0;
}
footer.page-footer .footer-accordion_item ion-icon,
.hmi-header .footer-accordion_item ion-icon {
  color: #c1c1c1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
footer.page-footer .footer-accordion_item [aria-expanded=true] ion-icon,
.hmi-header .footer-accordion_item [aria-expanded=true] ion-icon {
  transform: rotate(180deg);
}
footer.page-footer .footer-accordion_item button,
.hmi-header .footer-accordion_item button {
  background: 0 0 !important;
}
footer.page-footer .bg-light .border-bottom,
.hmi-header .bg-light .border-bottom,
footer.page-footer .bg-light .border-top,
.hmi-header .bg-light .border-top,
footer.page-footer .bg-light .typo--label-border,
.hmi-header .bg-light .typo--label-border {
  border-color: #c1c1c1 !important;
}
footer.page-footer .card,
.hmi-header .card {
  word-wrap: initial;
  hyphens: auto;
}
footer.page-footer hr,
.hmi-header hr {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 576px) {
  footer.page-footer hr,
  .hmi-header hr {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  footer.page-footer hr,
  .hmi-header hr {
    margin-top: 110px;
    margin-bottom: 110px;
  }
}
@media (min-width: 992px) {
  footer.page-footer hr,
  .hmi-header hr {
    margin-top: 130px;
    margin-bottom: 130px;
  }
}
@media (min-width: 1200px) {
  footer.page-footer hr,
  .hmi-header hr {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}
footer.page-footer .bold,
.hmi-header .bold {
  font-weight: 500;
}
footer.page-footer .tpl-text-image--lg .tpl-text-image__col,
.hmi-header .tpl-text-image--lg .tpl-text-image__col {
  align-items: start !important;
}
@media (min-width: 1200px) {
  footer.page-footer .tpl-text-image--lg .tpl-text-image__col--left,
  .hmi-header .tpl-text-image--lg .tpl-text-image__col--left {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 70px;
  }
  footer.page-footer .tpl-text-image--lg .tpl-text-image__col--right,
  .hmi-header .tpl-text-image--lg .tpl-text-image__col--right {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 70px;
  }
  footer.page-footer .tpl-text-image--lg .tpl-text-image__col--right .tpl-text-image__text,
  .hmi-header .tpl-text-image--lg .tpl-text-image__col--right .tpl-text-image__text {
    max-width: none;
  }
}
footer.page-footer .tpl-subpage-intro--software .header,
.hmi-header .tpl-subpage-intro--software .header {
  overflow: visible;
}
footer.page-footer .tpl-subpage-intro--software .project__content,
.hmi-header .tpl-subpage-intro--software .project__content {
  max-width: none;
}
@media (min-width: 1200px) {
  footer.page-footer .tpl-subpage-intro--software .project__image,
  .hmi-header .tpl-subpage-intro--software .project__image {
    margin-top: -420px;
  }
}
footer.page-footer .tpl-software-cards,
.hmi-header .tpl-software-cards {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 576px) {
  footer.page-footer .tpl-software-cards,
  .hmi-header .tpl-software-cards {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  footer.page-footer .tpl-software-cards,
  .hmi-header .tpl-software-cards {
    margin-top: 110px;
    margin-bottom: 110px;
  }
}
@media (min-width: 992px) {
  footer.page-footer .tpl-software-cards,
  .hmi-header .tpl-software-cards {
    margin-top: 130px;
    margin-bottom: 130px;
  }
}
@media (min-width: 1200px) {
  footer.page-footer .tpl-software-cards,
  .hmi-header .tpl-software-cards {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}
@media (min-width: 576px) {
  footer.page-footer .tpl-software-cards,
  .hmi-header .tpl-software-cards {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) {
  footer.page-footer .tpl-software-cards,
  .hmi-header .tpl-software-cards {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@media (min-width: 992px) {
  footer.page-footer .tpl-software-cards,
  .hmi-header .tpl-software-cards {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
@media (min-width: 1200px) {
  footer.page-footer .tpl-software-cards,
  .hmi-header .tpl-software-cards {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
footer.page-footer .tpl-software-cards__inner,
.hmi-header .tpl-software-cards__inner {
  overflow-x: auto;
  margin-top: 40px;
}
@media (max-width: 991.98px) {
  footer.page-footer .tpl-software-cards__inner,
  .hmi-header .tpl-software-cards__inner {
    margin-left: -25px;
    margin-right: -25px;
    border-radius: 0;
  }
}
footer.page-footer .software-card,
.hmi-header .software-card {
  width: 370px;
  height: 100%;
  border-radius: 20px;
  border: 1px solid #eaeaea;
}
footer.page-footer .software-card img,
.hmi-header .software-card img {
  display: block;
  width: 100%;
}
footer.page-footer .software-card h2,
.hmi-header .software-card h2 {
  font-size: 28px;
  margin-bottom: 5px;
}
footer.page-footer .software-card ol,
.hmi-header .software-card ol,
footer.page-footer .software-card p,
.hmi-header .software-card p,
footer.page-footer .software-card ul,
.hmi-header .software-card ul {
  margin-bottom: 22px;
}
footer.page-footer .software-card .btn,
.hmi-header .software-card .btn {
  margin-top: 26px;
}
footer.page-footer .software-card ol,
.hmi-header .software-card ol,
footer.page-footer .software-card ul,
.hmi-header .software-card ul {
  padding-left: 16px;
}
footer.page-footer .frame-type-text.frame-layout-3,
.hmi-header .frame-type-text.frame-layout-3 {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  footer.page-footer .frame-type-text.frame-layout-3,
  .hmi-header .frame-type-text.frame-layout-3 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  footer.page-footer .frame-type-text.frame-layout-3,
  .hmi-header .frame-type-text.frame-layout-3 {
    margin-top: 110px;
    margin-bottom: 110px;
  }
}
@media (min-width: 992px) {
  footer.page-footer .frame-type-text.frame-layout-3,
  .hmi-header .frame-type-text.frame-layout-3 {
    margin-top: 130px;
    margin-bottom: 130px;
  }
}
@media (min-width: 1200px) {
  footer.page-footer .frame-type-text.frame-layout-3,
  .hmi-header .frame-type-text.frame-layout-3 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}
footer.page-footer .frame-type-text.frame-layout-3 a,
.hmi-header .frame-type-text.frame-layout-3 a,
footer.page-footer .frame-type-text.frame-layout-3 img,
.hmi-header .frame-type-text.frame-layout-3 img {
  display: inline-block;
}
