html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
  margin: 0;
  font-size: 15px;
  font-family:
    "Segoe UI",
    SegoeUI,
    Selawik,
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  min-width: 320px;
  color: var(--main-text-color);
  background-color: var(--main-background-color);
}
footer,
header,
menu,
nav {
  display: block;
}
a {
  background-color: transparent;
}
button,
input {
  color: inherit;
  font: inherit;
  margin: 0;
}
img {
  border: 0;
}
.x-hidden {
  display: none !important;
}
a:active,
a:hover {
  outline: 0;
}
svg:not(:root) {
  overflow: hidden;
}
button {
  overflow: visible;
  text-transform: none;
}
button,
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="search"] {
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
img {
  vertical-align: middle;
}
a:active,
a:focus,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}

/* MGW Icons */
@font-face {
  font-family: "MGW-Icons";
  src:
    url(https://cdn.mvsrgroups.com/fonts/mg/mgwicons/MGWIcons-v1.02.woff2)
      format("woff2"),
    url(https://cdn.mvsrgroups.com/fonts/mg/mgwicons/MGWIcons-v1.02.woff)
      format("woff"),
    url(https://cdn.mvsrgroups.com/fonts/mg/mgwicons/MGWIcons-v1.02.ttf)
      format("truetype"),
    url(https://cdn.mvsrgroups.com/fonts/mg/mgwicons/MGWIcons-v1.02.svg)
      format("svg");
}

/* Selawik Regular */
@font-face {
  font-family: 'Selawik';
  src: url(https://cdn.mvsrgroups.com/fonts/microsoft/selawik/selawk.woff2) format("woff2"),
       url(https://cdn.mvsrgroups.com/fonts/microsoft/selawik/selawk.woff) format("woff"),
       url(https://cdn.mvsrgroups.com/fonts/microsoft/selawik/selawk.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* Selawik Bold */
@font-face {
  font-family: 'Selawik';
  src: url(https://cdn.mvsrgroups.com/fonts/microsoft/selawik/selawkb.woff2) format("woff2"),
       url(https://cdn.mvsrgroups.com/fonts/microsoft/selawik/selawkb.woff) format("woff"),
       url(https://cdn.mvsrgroups.com/fonts/microsoft/selawik/selawkb.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* Selawik Light */
@font-face {
  font-family: 'Selawik';
  src: url(https://cdn.mvsrgroups.com/fonts/microsoft/selawik/selawkl.woff2) format("woff2"),
       url(https://cdn.mvsrgroups.com/fonts/microsoft/selawik/selawkl.woff) format("woff"),
       url(https://cdn.mvsrgroups.com/fonts/microsoft/selawik/selawkl.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

/* Selawik SemiBold */
@font-face {
  font-family: 'Selawik';
  src: url(https://cdn.mvsrgroups.com/fonts/microsoft/selawik/selawksb.woff2) format("woff2"),
       url(https://cdn.mvsrgroups.com/fonts/microsoft/selawik/selawksb.woff) format("woff"),
       url(https://cdn.mvsrgroups.com/fonts/microsoft/selawik/selawksb.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}

/* Selawik SemiLight */
@font-face {
  font-family: 'Selawik';
  src: url(https://cdn.mvsrgroups.com/fonts/microsoft/selawik/selawksl.woff2) format("woff2"),
       url(https://cdn.mvsrgroups.com/fonts/microsoft/selawik/selawksl.woff) format("woff"),
       url(https://cdn.mvsrgroups.com/fonts/microsoft/selawik/selawksl.ttf) format("truetype");
  font-weight: 350;
  font-style: normal;
}


/*HF*/
.x-hidden-none-mobile-vp {
  display: none !important;
}
.c-glyph {
  font-style: normal;
}
.cont-hf {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  font-size: 15px;
  color: var(--hf-text-color);
  background-color: var(--hf-background-color);
}
.cont-hf a:active,
.cont-hf a:hover {
  outline: 0;
}
.cont-hf ul {
  margin: 0;
}
.cont-hf li {
  padding: 0;
  margin: 0;
}
.cont-hf img {
  border: 0;
  vertical-align: middle;
}
.cont-hf button {
  overflow: visible;
  text-transform: none;
}
.cont-hf button,
.cont-hf html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.cont-hf button[disabled],
.cont-hf html input[disabled] {
  cursor: default;
}
.cont-hf button::-moz-focus-inner,
.cont-hf input::-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.cont-hf input,
input {
  line-height: normal;
}
.cont-hf input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.cont-hf input[type="search"]::-webkit-search-cancel-button,
.cont-hf input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
*,
.cont-hf *,
.cont-hf :after,
.cont-hf :before,
:after,
:before {
  box-sizing: inherit;
}
.cont-hf h2,
.cont-hf ul,
h2,
ul {
  margin-top: 0;
  margin-bottom: 0;
}
.cont-hf ul,
ul {
  padding: 0;
  list-style: none;
}
.cont-hf a:active,
.cont-hf a:focus,
.cont-hf a:hover,
.cont-hf a:link,
.cont-hf a:visited {
  text-decoration: none;
  color: inherit;
}
.cont-hf input,
.cont-hf input[type="search"] {
  border-radius: 0;
  appearance: none;
}
.cont-hf {
  min-width: 280px;
}
@media screen and (min-width: 860px) {
  .cont-hf li {
    word-break: break-word;
  }
}


/*Header*/
#headerArea {
  position: relative;
  z-index: 99999;
}
#headerArea.pinned {
  position: sticky !important;
  top: 0;
  transition: box-shadow 0.3s ease;
}
#headerArea.pinned.stuck {
  box-shadow: 0 4px 10px var(--header-pin-shadow-color);
}
.header-pin-button {
	display: none;
	height: 32px;
    background: 0 0;
	border: 0;
    padding-top: 15px;
    padding-bottom: 30px;
    width: auto;
	position: absolute;
	top: 0;
    right: 0;
	transition: color 0.1s, background-color 0.1s;
	margin: 2px 20px 1px 1px;
}
.header-pin-button::after {
    font-family: "MGW-Icons";
    content: "";
    forced-color-adjust: none;
    border: 0;
    display: inline-block;
    font-size: 16px;
    margin-left: 2px;
    position: relative;
    text-indent: 0;
    vertical-align: sub;
}
#headerArea:hover .header-pin-button {
	display: block !important;
}
#headerArea.pinned .header-pin-button {
	display: block !important;
}
#headerArea .f-search-opened .header-pin-button {
	display: none !important;
}
.header-pin-button:hover {
	color: var(--pin-hover-color);
}
.header-pin-button:active {
	color: var(--pin-active-color);
}
.header-pin-button.pinned {
	color: var(--pin-pinned-color);
}
#headerArea.pinned .header-pin-button::after {
	content: "" !important;
}
.theme-switch {
	display: block;
	height: 32px;
    background: 0 0;
	border: 0;
    padding-top: 15px;
    padding-bottom: 30px;
    width: auto;
	transition: color 0.1s, background-color 0.1s;
	margin: 2px 2px 1px 1px;
}
.theme-switch::after {
    font-family: "MGW-Icons";
    content: var(--theme-switch-icon);
    forced-color-adjust: none;
    border: 0;
    display: inline-block;
    font-size: 16px;
    margin-left: 2px;
    position: relative;
    text-indent: 0;
    vertical-align: sub;
}
.theme-switch:hover {
	color: var(--theme-switch-hover-color);
}
.theme-switch:active {
	color: var(--theme-switch-active-color);
}
#headerArea .f-search-opened .theme-switch {
	display: none !important;
}
.c-ghfh > div:first-child {
  margin-bottom: 0 !important;
  background: var(--header-background-color);
}
.c-ghfh {
  margin-top: 0;
}
.c-ghfh  a:focus,
.c-ghfh  button:focus,
.c-ghfh  span:focus,
.c-ghfh a:focus,
.c-ghfh button:focus,
.c-ghfh span:focus {
  outline: 1px dashed currentColor !important;
  outline-offset: -1px;
}
.c-ghfh .glyph-arrow-htmllegacy,
.c-ghfh .glyph-global-nav-button {
  display: none;
}
.c-ghfh > div > div {
  max-width: 1600px;
  height: 100%;
  margin: 0 auto;
}
.c-ghfh > div:first-child .c-action-trigger {
  height: 50px;
}
.c-ghfh > div:first-child .c-action-trigger:before {
  vertical-align: baseline;
  margin: 0;
}
.c-ghfh > div:first-child .c-action-trigger:focus {
  background: 0 0;
}
.c-ghfh > div:first-child .c-search input[type="search"] {
  background: var(--search-bar-bg-color);
  border-color: var(--search-bar-border-color);
  height: 36px;
}
.c-ghfh > div:first-child .c-search input[type="search"]:hover {
  border-color: var(--search-bar-hover-border-color);
}
.c-ghfh > div:first-child .c-search input[type="search"]:active,
.c-ghfh > div:first-child .c-search input[type="search"]:focus {
  border-color: var(--search-bar-active-border-color);
  border-width: 2px;
}
.c-ghfh > div:first-child .c-search button {
  height: 32px;
  background: 0 0;
  margin-right: 6px;
}
.c-ghfh > div:first-child .c-search button:hover {
  color: var(--search-button-hover-color);
}
.c-ghfh > div:first-child .c-search button:active {
  color: var(--search-button-active-color);
}
.c-ghfh > div:first-child .c-search button:focus {
  color: var(--search-button-focus-color);
}
.c-ghfh > div:first-child .c-logo .c-image {
  margin-top: -3px;
  max-width: none;
  width: 175px;
}
.c-ghfh > div:first-child .c-ghf-menu {
  position: relative;
}
.c-ghfh.c-sgl-stck .c-ghfh-actions #search,
.c-ghfh.c-sgl-stck .c-ghfh-actions #search:focus {
  border: 0;
}
@media only screen and (min-width: 860px) {
  .c-ghfh.c-sgl-stck .c-search input[type="search"] {
    margin-top: 7px;
    max-width: 100%;
    width: auto;
  }
  .c-ghfh.c-sgl-stck .c-ghfh-gnav button {
    margin-right: -10px;
  }
  .c-ghfh.c-sgl-stck .js-paddle-items > li:last-child > div > button {
    margin-right: 5px;
  }
  .c-ghfh.c-sgl-stck .c-search {
    margin-top: 3px;
    max-width: 100% !important;
    min-width: 90px;
    width: auto;
  }
  .c-ghfh.c-sgl-stck .c-search button {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 30px;
    width: auto;
  }
  .c-ghfh.c-sgl-stck .f-search-opened .cancel-search {
    background: 0 0;
    border: 1px solid currentColor;
    display: block;
    height: 36px;
    margin-left: 5px;
    margin-top: 10px;
    padding: 6px;
    position: relative;
    transition:
      color 0.1s,
      background-color 0.1s;
    white-space: nowrap;
    width: 75px;
    outline-offset: -2px;
  }
  .c-ghfh.c-sgl-stck .f-search-opened .cancel-search:hover {
	color: var(--desktop-search-cancel-button-hover-color);
  }
  .c-ghfh.c-sgl-stck .f-search-opened .cancel-search:active,
  .c-ghfh.c-sgl-stck .f-search-opened .cancel-search:focus {
	color: var(--desktop-search-cancel-button-active-color);
  }
  .c-ghfh.c-sgl-stck .f-search-opened .cancel-search span {
    display: inline-block;
  }
  .c-ghfh.c-sgl-stck .f-search-opened .c-cat-logo,
  .c-ghfh.c-sgl-stck .f-search-opened .c-ghf-menu,
  .c-ghfh.c-sgl-stck .f-search-opened .c-ghfh-gnav,
  .c-ghfh.c-sgl-stck .f-search-opened .c-show-pipe,
  .c-ghfh.c-sgl-stck .f-search-opened .wf-menu {
    display: none !important;
  }
  .c-ghfh.c-sgl-stck .f-search-opened .c-ghfh-actions {
    justify-content: center;
  }
  .c-ghfh.c-sgl-stck .f-search-opened .c-search button {
    margin-right: 2px;
    margin-top: 9px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .c-ghfh.c-sgl-stck .f-search-opened .c-search button span {
    display: none;
  }
  .c-ghfh.c-sgl-stck .c-ghfh-actions .wf-menu .c-ghf-menu > button {
    padding-right: 20px;
  }
  .c-ghfh.c-sgl-stck .c-ghfh-actions .wf-menu .c-ghf-menu > button:focus:before,
  .c-ghfh.c-sgl-stck .c-ghfh-actions .wf-menu .c-ghf-menu > button:hover:before {
    width: calc(100% - 34px) !important;
  }
  .c-ghfh.c-sgl-stck .c-ghfh-actions .wf-menu .c-ghf-menu > button:before {
	left: calc(50% - 2px) !important;
  }
  .c-ghfh.c-sgl-stck .c-ghfh-actions .wf-menu .c-ghf-menu > button:after {
    right: 5px;
  }
}
@media only screen and (min-width: 450px) {
  .c-image.short {
	  display: none !important;
  }
}
.c-ghfh .c-logo.c-cat-logo {
  margin-left: 18px;
  position: relative;
}
.c-ghfh .c-logo.c-cat-logo > span:before {
  bottom: 15px;
  width: 0px;
  transition: width 0.3s;
  left: calc(50% + 2px);
  transform: translateX(-50%);
  background: currentColor;
  content: "";
  height: 2px;
  position: absolute;
}
.c-ghfh .c-logo.c-cat-logo:focus > span:before,
.c-ghfh .c-logo.c-cat-logo:hover > span:before {
  width: calc(100% - 16px);
}
.c-ghfh .c-show-pipe {
  position: relative;
}
.c-ghfh .c-show-pipe::before {
  border-left: 2px solid var(--main-sep-color);
  height: 24px;
  content: " ";
  margin-left: 7px;
  position: absolute;
  top: 15px;
  left: 0;
}
.c-ghfh .c-ghfh-gcontainer-st {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-ghfh .wf-menu .f-multi-column > li .c-w0 {
  position: static !important;
}
.c-ghfh.c-sgl-stck .c-search input[type="search"],
.c-ghfh.c-sgl-stck .cancel-search {
  display: none;
}
.c-ghfh.c-sgl-stck .wf-menu .c-w0-contr {
  border-bottom: 2px solid var(--all-menu-global-bottom-border-color);
  padding-bottom: 0;
  width: 100%;
}
.c-ghfh.c-sgl-stck .wf-menu .c-w0 {
  display: flex;
  flex-wrap: wrap;
  width: unset !important;
  max-width: unset;
}
.c-ghfh.c-sgl-stck .wf-menu .c-w0 li a {
  padding-right: 24px;
  width: auto;
}
.c-ghfh.c-sgl-stck .c-cat-logo {
  width: auto !important;
  white-space: nowrap;
}
.c-ghfh.c-sgl-stck .c-cat-logo span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-top: -3px;
}
@media only screen and (min-width: 860px) and (max-width: 1399px) {
  .c-ghfh.c-sgl-stck .c-ghf-menu ul:not(.f-multi-column) {
    width: 200px;
  }
}
.c-ghfh.c-sgl-stck .c-search button {
  white-space: nowrap;
}
.c-ghfh.c-sgl-stck .c-search button::after {
  font-family: "MGW-Icons";
  content: "";
  forced-color-adjust: none;
  border: 0;
  display: inline-block;
  font-size: 16px;
  margin-left: 2px;
  position: relative;
  text-indent: 0;
  vertical-align: sub;
}
.c-ghfh.c-sgl-stck .c-search button::before {
  background: currentColor;
  bottom: 9px;
  content: "" !important;
  display: none;
  height: 2px;
  position: absolute;
  width: calc(100% - 40px);
}
.c-ghfh.c-sgl-stck .c-search button:focus:before,
.c-ghfh.c-sgl-stck .c-search button:hover:before {
  display: block;
}
.c-ghfh.c-sgl-stck .c-button-logo {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 15px;
}
@media only screen and (max-width: 859px) {
  .x-hidden-vp-mobile-st {
    display: none !important;
  }
  .c-ghfh > div + div .c-action-trigger,
  .c-ghfh > div + div .c-logo,
  .c-ghfh > div + div nav,
  .c-ghfh > div + div > div > .c-ghf-nav-link,
  .c-ghfh > div:first-child.f-closed nav,
  .c-ghfh > div:first-child.f-opened .c-search,
  .c-ghfh > div:first-child.f-search-opened > div .c-logo,
  .c-ghfh > div:first-child.f-search-opened > div .glyph-global-nav-button,
  .c-ghfh > div:first-child.f-search-opened > div nav,
  .c-ghfh > div:first-child > div > div > .c-ghf-menu {
    display: none;
  }
  .c-ghfh .c-ghf-menu button:after,
  .c-ghfh li.f-sub-menu button:after {
    font-family: "MGW-Icons";
    content: "";
    right: 12px;
  }
  .c-ghfh .c-ghf-menu > [aria-expanded="true"] + ul[aria-hidden="false"] {
    margin-top: 0;
  }
  .c-ghfh .c-ghf-menu a,
  .c-ghfh .c-ghf-menu button {
    color: var(--mobile-menu-button-text-color);
  }
  .c-ghfh .c-ghf-menu a:focus,
  .c-ghfh .c-ghf-menu a:hover,
  .c-ghfh .c-ghf-menu a[aria-expanded="true"],
  .c-ghfh .c-ghf-menu button:focus,
  .c-ghfh .c-ghf-menu button:hover,
  .c-ghfh .c-ghf-menu button[aria-expanded="true"] {
    background: 0 0;
    color: var(--mobile-menu-expanded-text-color);
  }
  .c-ghfh .c-ghf-nav-link {
    background: 0 0;
    width: 100%;
    padding-left: 15px;
  }
  .c-ghfh a.c-ghf-nav-link {
    color: var(--mobile-menu-links-text-color);
  }
  .c-ghfh > div:first-child.f-closed .c-search {
    display: block;
  }
  .c-ghfh > div:first-child.f-search-opened .c-search {
    left: 50px;
    right: 12px;
    position: absolute;
  }
  .c-ghfh > div:first-child.f-search-opened .glyph-arrow-htmllegacy {
    display: block;
    margin: 0;
  }
  .c-ghfh > div:first-child.f-search-opened .glyph-arrow-htmllegacy:before {
    vertical-align: middle;
  }
  .c-ghfh > div:first-child > div {
    margin: 0;
  }
  .c-ghfh > div:first-child .c-action-trigger {
    margin: 1px;
    width: 48px;
    height: 48px;
  }
  .c-ghfh > div:first-child .c-action-trigger.glyph-global-nav-button:before {
    width: 20px;
    height: 20px;
    margin-top: 7px;
  }
  .theme-switch {
    position: absolute;
    left: 90px;
    margin: 0;
  }
  .c-ghfh > div:first-child .c-logo {
    float: none;
    display: block;
    position: absolute;
    left: calc(50% - 80px);
    height: auto;
    margin-top: 1px;
    padding-top: 11px;
  }
  .c-ghfh > div:first-child .c-ghf-nav-link {
    display: inline-block;
    padding-top: 16px;
    padding-right: 8px;
    padding-bottom: 16px;
    height: 48px;
  }
  .c-ghfh > div:first-child .c-ghf-menu {
    float: none;
    position: static;
  }
  .c-ghfh > div:first-child .c-ghf-menu ul[aria-hidden="false"] {
    height: 100%;
  }
  .c-ghfh > div:first-child .c-ghf-menu ul li :after {
    top: 20px;
    font-size: 9px;
    padding-top: 0;
  }
  .c-ghfh > div:first-child .c-ghf-menu ul li > a,
  .c-ghfh > div:first-child .c-ghf-menu ul li > button {
    padding: 14px 15px 15px;
    height: 100%;
    margin: 1px;
    width: calc(100% - 2px);
  }
  .c-ghfh > div:first-child nav {
    display: none;
    left: 0;
    transition: all 0.3s ease-in;
  }
  .c-ghfh > div:first-child nav > ul > li {
    display: block;
    text-align: left;
    height: 50px;
    float: none;
    border-top: 1px solid transparent;
  }
  .c-ghfh > div:first-child nav li.f-sub-menu > a + ul,
  .c-ghfh > div:first-child nav li.f-sub-menu > button + ul {
    left: 0;
  }
  .c-ghfh .c-action-trigger.glyph-global-nav-button {
    display: block;
    font-size: 20px;
    height: 48px;
    color: var(--mobile-all-menu-button-color);
  }
  .c-ghfh .c-ghfh-actions {
    margin-right: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .c-ghfh.c-sgl-stck.c-category-header nav.c-ghfh-gnav {
    top: 88px;
	margin: 7px 10px;
    max-height: calc(100vh - 102px);
	overflow-y: auto;
  }
  .c-ghfh.c-sgl-stck .x-hidden-none-mobile-vp {
    display: block !important;
  }
  .c-ghfh.c-sgl-stck > div:first-child {
    border-bottom: 1px solid var(--mobile-header-bottom-border-color);
    height: 54px;
  }
  .c-ghfh.c-sgl-stck .c-ghfh-gcontainer-st {
    position: relative;
    padding: 2px 0;
  }
  .c-ghfh.c-sgl-stck .c-ghfh-actions .c-search button#search > span,
  .c-ghfh.c-sgl-stck .c-search button span,
  .c-ghfh.c-sgl-stck nav .c-button-logo,
  .c-ghfh.c-sgl-stck nav.c-ghfh-gnav::before {
    display: none;
  }
  .c-ghfh.c-sgl-stck .c-logo.c-sgl-stk-ghfLogo {
    margin: 1px;
    padding: 12px 4px;
  }
  .c-ghfh.c-sgl-stck .c-ghfh-actions {
    margin: 0;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
  }
  .c-ghfh.c-sgl-stck .c-ghfh-actions .wf-menu {
    padding: 0;
  }
  .c-ghfh.c-sgl-stck .c-ghfh-actions .c-search {
    margin: 6px 0;
  }
  .c-ghfh.c-sgl-stck .c-ghfh-actions .c-search input[type="search"] {
    padding-left: 40px !important;
    padding-right: 10px !important;
  }
  .c-ghfh.c-sgl-stck .c-ghfh-actions .c-search button#search {
    left: 1px;
    padding: 8px 8px 8px 0;
    margin-left: 2px;
  }
  .c-ghfh.c-sgl-stck .c-ghfh-actions .c-search button#search:before {
    margin: 0;
  }
  .c-ghfh.c-sgl-stck .c-ghfh-actions .c-search button#search:after {
    vertical-align: baseline !important;
  }
  .c-ghfh.c-sgl-stck .cat-logo-button-cont {
    left: 10px;
    background: var(--mobile-sub-header-bg-color);
    border-bottom: 1px solid var(--mobile-sub-header-bottom-border-color);
    display: block !important;
    height: 34px;
    position: absolute;
    top: 54px;
	z-index: -1;
	transition: box-shadow 0.3s ease;
  }
  #headerArea.pinned.stuck .cat-logo-button-cont {
	box-shadow: 0 4px 10px var(--header-pin-shadow-color);
  }
  .c-ghfh.c-sgl-stck .cat-logo-button-cont .c-cat-logo-button {
    background-color: transparent;
    border: 0;
    color: var(--mobile-sub-header-text-color);
    display: block !important;
    font-weight: 600;
    height: 100%;
    margin: 0 1px;
    padding: 0 15px;
    text-align: left;
  }
  .c-ghfh.c-sgl-stck .cat-logo-button-cont .c-cat-logo-button:after {
    font-size: 12px;
    font-weight: 700;
    padding-left: 7px;
    position: relative;
    top: 2px;
  }
  .c-ghfh.c-sgl-stck
    .cat-logo-button-cont
    .c-cat-logo-button[aria-expanded="false"]:after,
  .c-ghfh.c-sgl-stck nav button[aria-expanded="false"]:after {
    font-family: "MGW-Icons";
    content: "";
  }
  .c-ghfh.c-sgl-stck
    .cat-logo-button-cont
    .c-cat-logo-button[aria-expanded="true"]:after,
  .c-ghfh.c-sgl-stck nav button[aria-expanded="true"]:after {
    font-family: "MGW-Icons";
    content: "";
  }
  .c-ghfh.c-sgl-stck button.c-action-trigger.c-glyph.glyph-global-nav-button {
    padding-right: 0;
  }
  .c-ghfh.c-sgl-stck button.c-action-trigger.c-glyph.glyph-global-nav-button[aria-expanded="true"]:before {
    font-family: "MGW-Icons";
    content: "";
  }
  .c-ghfh.c-sgl-stck nav {
    min-width: 320px;
  }
  .c-ghfh.c-sgl-stck
    nav
    .c-button-logo[aria-expanded="false"]
    + ul[aria-hidden="false"] {
    display: block;
  }
  .c-ghfh.c-sgl-stck nav .f-multi-column {
    margin-left: 0;
    padding-top: 0;
    width: 100%;
  }
  .c-ghfh.c-sgl-stck nav .f-multi-column .c-w0-contr {
    display: block !important;
    padding-bottom: 0;
  }
  .c-ghfh.c-sgl-stck nav#ghf-c-nav {
    top: 54px;
	margin: 7px;
	max-height: calc(100vh - 68px);
	overflow-y: auto;
  }
  .c-ghfh.c-sgl-stck nav.c-ghfh-gnav {
    top: 54px;
    padding-left: 0;
  }
  .c-ghfh.c-sgl-stck nav#ghf-c-nav,
  .c-ghfh.c-sgl-stck nav.c-ghfh-gnav {
    background: var(--mobile-menu-bg-color);
    border: 2px solid var(--mobile-menu-border-color);
    position: absolute;
  }
  .c-ghfh.c-sgl-stck nav a,
  .c-ghfh.c-sgl-stck nav button,
  .c-ghfh.c-sgl-stck nav div.c-ghf-menu,
  .c-ghfh.c-sgl-stck nav li,
  .c-ghfh.c-sgl-stck nav nav > ul > li,
  .c-ghfh.c-sgl-stck nav ul {
    height: 100% !important;
    position: relative;
    width: 100%;
    outline-offset: -3px;
  }
  .c-ghfh.c-sgl-stck nav .overflow-menu-list li.nested-menu button {
    width: 100%;
  }
  .c-ghfh.c-sgl-stck nav a,
  .c-ghfh.c-sgl-stck nav button {
    padding-left: 15px;
    padding-top: 10px;
  }
  .c-ghfh.c-sgl-stck nav button[aria-expanded="true"],
  .c-ghfh.c-sgl-stck nav li {
    border-bottom: 1px solid var(--mobile-menu-tiles-bottom-border-color) !important;
  }
  .c-ghfh.c-sgl-stck nav li:last-child {
    border-bottom: none !important;
  }
  .c-ghfh.c-sgl-stck
    nav
    .c-ghf-menu
    [aria-expanded="true"]
    + ul[aria-hidden="false"] {
    padding-left: 30px;
  }
  .c-ghfh.c-sgl-stck nav a.c-ghf-nav-link {
    padding-top: 12px;
    padding-bottom: 13px;
  }
  .c-ghfh.c-sgl-stck nav button:after {
    right: 20px;
    font-size: 10px;
    font-weight: 700;
    padding-left: 7px;
    padding-top: 7px;
  }
}
@media only screen and (max-width: 449px) {
  .c-image.long {
	  display: none !important;
  }
  .c-image.short {
	  width: 88px !important;
  }
  .c-ghfh > div:first-child .c-logo {
	  left: calc(50% - 40px) !important;
  }
}
@media only screen and (max-width: 1399px) {
  .c-ghfh > div:first-child.f-search-opened > div > div .c-search {
    max-width: 100%;
    min-width: 1px;
    width: auto;
  }
  .c-ghfh
    > div:first-child.f-search-opened
    > div
    > div
    .c-search
    input[type="search"] {
    padding: 7px 38px 7px 10px;
    max-width: 100%;
    width: 100%;
    opacity: 1;
  }
  .c-ghfh .c-search {
    min-width: 0;
    width: 0;
  }
  .c-ghfh .c-search input[type="search"] {
    padding: 0;
    width: 0;
    opacity: 0;
  }
  .c-ghfh .c-search button {
    position: absolute;
    margin-left: 6px;
  }
}
@media only screen and (min-width: 860px) and (max-width: 1083px) {
  .c-ghfh > div:first-child {
    padding-left: 24px;
  }
}
@media only screen and (min-width: 860px) and (max-width: 1399px) {
  .c-ghfh .c-search {
    min-width: 45px !important;
  }
  .c-ghfh .c-search button span {
    display: none;
  }
}
@media only screen and (max-width: 1399px) {
  .c-ghfh .c-search {
    min-width: 0;
    width: 0;
  }
  .c-ghfh .c-search input[type="search"] {
    padding: 0;
    width: 0;
    opacity: 0;
  }
}
.c-ghf-menu {
  display: inline-block;
}
.c-ghf-menu button {
  padding: 16px 30px 16px 12px;
  border: 0;
  background: 0 0;
  text-align: left;
  position: relative;
}
.c-ghf-menu button:after {
  font-family: "MGW-Icons";
  content: "";
  position: absolute;
  font-size: 8px;
  display: inline-block;
  color: currentColor;
  font-weight: 700;
  padding-top: 7px;
}
.c-ghf-menu button:focus {
  border-color: transparent;
}
.c-ghf-menu button:focus:hover {
  outline: 0;
}
.c-ghf-menu ul {
  min-width: 64px;
  max-width: 368px;
  margin: 0;
  border: 0;
  position: absolute;
}
.c-ghf-menu li a {
  display: block;
}
.c-ghf-menu li a,
.c-ghf-menu li span {
  white-space: normal;
}
.c-ghf-menu [aria-expanded="false"] + ul[aria-hidden="true"] {
  display: none;
}
.c-ghf-nav-link {
  position: relative;
}
.c-ghf-nav-link:focus {
  background: 0 0;
}
.c-ghf-sronly {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
@media screen and (min-width: 860px) {
  .cont-hf li {
    word-break: break-word;
  }
  .js
    .c-ghf-menu
    li.f-sub-menu
    > a[aria-expanded="true"]
    + ul[aria-hidden="false"],
  .js
    .c-ghf-menu
    li.f-sub-menu
    > button[aria-expanded="true"]
    + ul[aria-hidden="false"],
  .js .c-ghf-menu > [aria-expanded="true"] + ul[aria-hidden="false"],
  .js .c-ghf-menu > span[aria-expanded="true"] + ul[aria-hidden="false"],
  .no-js .c-ghf-menu .f-multi-column ul[aria-hidden="true"],
  .no-js .c-ghf-menu li.f-sub-menu > a + ul .f-sub-menu:hover > button + ul,
  .no-js .c-ghf-menu li.f-sub-menu > a:focus + ul,
  .no-js .c-ghf-menu li.f-sub-menu > a:hover + ul,
  .no-js
    .c-ghf-menu
    li.f-sub-menu
    > button
    + ul
    .f-sub-menu:hover
    > button
    + ul,
  .no-js .c-ghf-menu li.f-sub-menu > button:focus + ul,
  .no-js .c-ghf-menu li.f-sub-menu > button:hover + ul,
  .no-js .c-ghf-menu:hover > ul,
  .no-js
    .c-ghf-menu
    > ul
    > li:hover
    > [aria-expanded="false"]
    + ul[aria-hidden="true"] {
    display: block;
  }
  .js .c-ghf-menu > [aria-expanded="true"] + ul[aria-hidden="false"],
  .js .c-ghf-menu > span[aria-expanded="true"] + ul[aria-hidden="false"],
  .no-js .c-ghf-menu:hover > ul {
    display: block;
  }
  .c-ghf-menu > button {
    border: 1px solid transparent;
    display: inline-block;
    margin-top: 1px;
    outline-offset: -2px;
  }
  .c-ghf-menu > button:after {
    right: 15px;
  }
  .c-ghfh .c-ghf-menu > button:focus[aria-expanded="true"]:before,
  .c-ghfh .c-ghf-menu > button:hover[aria-expanded="true"]:before {
    display: none;
  }
  .c-ghfh .c-ghf-menu > button[aria-expanded="true"]:after,
  .c-ghfh .c-ghf-menu > button[aria-expanded="true"]:after {
    content: "";
  }
  .c-ghf-menu ul {
    border-style: solid;
    border-width: 2px;
    width: 256px;
    top: 100%;
  }
  .c-ghf-menu ul > li ul {
    border-left-width: 0;
  }
  .c-ghf-menu ul > li ul.f-flip {
    border-right-width: 0;
	border-left-width: 2px;
  }
  .c-ghf-menu > li > a:hover,
  .c-ghf-menu > li > button:hover {
    outline: 0;
  }
  .c-ghf-menu li a:focus,
  .c-ghf-menu li a:hover {
    text-decoration: underline;
  }
  .c-ghf-menu li > a,
  .c-ghf-menu li > button,
  .c-ghf-menu li > span {
    padding: 18px 24px;
  }
  .c-ghf-menu li.f-sub-menu > button:after {
    font-family: "MGW-Icons";
    content: "";
    position: absolute;
    font-size: 6px;
    top: 19px;
    right: 24px;
  }
  .c-ghf-menu li.f-sub-menu ul.f-flip {
    left: -100%;
  }
  .c-ghfh .c-ghf-menu > button[aria-expanded="false"]:before,
  .c-ghfh .c-ghf-nav-link:before {
    background: currentColor;
    content: "";
    width: 0px;
    height: 2px;
    position: absolute;
	transform: translateX(-50%);
	transition: width 0.3s;
  }
  .c-ghfh .c-ghf-nav-link:focus:before,
  .c-ghfh .c-ghf-nav-link:hover:before {
    width: calc(100% - 16px);
  }
  .c-ghfh .c-ghf-menu > button[aria-expanded="false"]:focus:before,
  .c-ghfh .c-ghf-menu > button[aria-expanded="false"]:hover:before {
    width: calc(100% - 42px);
  }
  .c-ghfh a,
  .c-ghfh button {
    white-space: normal;
  }
  .c-ghfh > div {
    padding: 0 5%;
  }
  .c-ghfh > div nav {
    overflow: hidden;
    height: 100%;
    white-space: nowrap;
    padding-left: 2px;
    padding-right: 1px;
  }
  .c-ghfh > div:first-child {
    font-size: 13px !important;
    height: 54px;
    margin-bottom: 2px;
  }
  .c-ghfh > div:first-child > div {
    position: relative;
  }
  .c-ghfh > div:first-child nav > ul > li {
    display: inline-block;
  }
  .c-ghfh > div:first-child nav > ul > li > div {
    position: static !important;
  }
  .c-ghfh > div:first-child .c-logo {
    padding: 16px 6px 16px 10px;
    float: left;
    height: 100%;
    margin-top: 1px;
    width: 200px;
    outline-offset: -2px;
  }
  .c-ghfh > div:first-child .c-ghf-nav-link {
    border: 1px solid transparent;
    color: var(--desktop-menu-links-text-color);
    display: inline-block;
    margin-top: 1px;
    padding: 16px 8px 10px;
    height: 48px;
    outline-offset: -2px;
  }
  .c-ghfh > div:first-child .c-ghf-nav-link:before {
    bottom: 9px;
	left: 50%;
  }
  .c-ghfh > div:first-child .c-ghf-menu a,
  .c-ghfh > div:first-child .c-ghf-menu button {
    color: var(--desktop-menu-button-text-color);
  }
  .c-ghfh > div:first-child .c-ghf-menu > button {
    white-space: nowrap;
  }
  .c-ghfh > div:first-child .c-ghf-menu > button:before {
    bottom: 12px;
	left: calc(50% - 8px);
  }
  .c-ghfh > div:first-child .c-ghf-menu > button:focus,
  .c-ghfh > div:first-child .c-ghf-menu > button:hover {
    background: var(--desktop-menu-button-hover-bg-color);
  }
  .c-ghfh > div:first-child .c-ghf-menu > button[aria-expanded="true"] {
    background: var(--desktop-menu-button-expanded-bg-color);
  }
  .c-ghfh > div:first-child .c-ghf-menu ul {
    background: var(--desktop-menu-button-expanded-menu-bg-color);
  }
  .c-ghfh > div:first-child .c-ghf-menu ul.odd {
    background: var(--desktop-menu-button-expanded-menu-bg-color);
  }
  .c-ghfh > div:first-child .c-ghf-menu ul.odd > li > :focus,
  .c-ghfh > div:first-child .c-ghf-menu ul.odd > li > :hover,
  .c-ghfh > div:first-child .c-ghf-menu ul.odd > li > [aria-expanded="true"] {
    background: var(--desktop-menu-button-expanded-hover-bg-color);
  }
  .c-ghfh > div:first-child .c-ghf-menu ul.even {
    background: var(--desktop-menu-button-expanded-hover-bg-color);
  }
  .c-ghfh > div:first-child .c-ghf-menu ul.even > li > :focus,
  .c-ghfh > div:first-child .c-ghf-menu ul.even > li > :hover,
  .c-ghfh > div:first-child .c-ghf-menu ul.even > li > [aria-expanded="true"]  {
    background: var(--desktop-menu-button-expanded-hover-hover-bg-color);
  }
  .c-ghfh li.f-sub-menu > button + ul {
    position: absolute;
    left: 100%;
    top: 0;
  }
  .c-ghfh li.f-sub-menu button {
    border: 0;
    display: block;
    width: 100%;
    text-align: left;
    padding-right: 30px;
  }
  .c-ghfh .f-multi-column .f-multi-column-info {
    background-color: var(--desktop-all-menu-footer-bg-color);
  }
  .c-ghfh .f-multi-column .f-multi-column-info a {
    color: var(--desktop-all-menu-footer-text-color) !important;
  }
  .c-ghfh .f-multi-column {
    white-space: nowrap;
    max-width: none;
    width: auto;
  }
  .c-ghfh .f-multi-column[aria-hidden="false"] {
    display: flex !important;
    flex-flow: row wrap;
  }
  .c-ghfh .f-multi-column > li {
    display: inline-block;
    float: left;
    padding-bottom: 10px;
    vertical-align: top;
  }
  .c-ghfh .f-multi-column > li:after,
  .c-ghfh .f-multi-column > li:before {
    content: " ";
    display: table;
  }
  .c-ghfh .f-multi-column > li:after {
    clear: both;
  }
  .c-ghfh .f-multi-column > li > :after {
    content: "" !important;
  }
  .c-ghfh .f-multi-column > li > a,
  .c-ghfh .f-multi-column > li > button,
  .c-ghfh .f-multi-column > li > span {
    font-weight: 600;
  }
  .c-ghfh .f-multi-column > li a,
  .c-ghfh .f-multi-column > li button,
  .c-ghfh .f-multi-column > li span,
  .c-ghfh .f-multi-column > li ul {
    background: 0 0 !important;
    width: 195px;
  }
  .c-ghfh .f-multi-column > li ul {
    border: 0 !important;
    position: relative !important;
    left: auto !important;
    right: auto;
  }
  .c-ghfh .f-multi-column > li ul > li:hover {
    background: 0 0 !important;
  }
  .c-ghfh .f-multi-column > li ul > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .c-ghfh .f-multi-column > li button,
  .c-ghfh .f-multi-column > li > span {
    cursor: default;
  }
  .c-ghfh .f-multi-column .f-multi-column-info {
    margin: 0;
    padding: 1px;
    width: 100%;
  }
  .c-ghfh .f-multi-column .f-multi-column-info > a {
    font-weight: 400;
    line-height: 3px;
    margin: 0 auto;
    max-height: 24px;
    text-align: center;
    text-transform: uppercase;
    width: 270px;
  }
  .c-ghfh .f-multi-column .f-multi-column-info > a:after {
    font-family: "MGW-Icons";
    content: "" !important;
    vertical-align: top;
    margin-left: 4px;
    margin-right: 4px;
    display: -webkit-inline-box;
  }
}

/*Search-AutoSuggest*/
.m-auto-suggest .c-menu-item {
  background: inherit;
}
.m-auto-suggest .c-menu-item a,
.m-auto-suggest .c-menu-item button,
.m-auto-suggest .c-menu-item span {
  display: block;
  padding: 11px 12px 13px;
  outline: 0;
  cursor: pointer;
  white-space: normal;
  background: var(--auto-suggest-tile-bg-color);
  color: var(--auto-suggest-tile-text-color);
}
.m-auto-suggest .c-menu-item a:focus,
.m-auto-suggest .c-menu-item a:hover,
.m-auto-suggest .c-menu-item button:focus,
.m-auto-suggest .c-menu-item button:hover,
.m-auto-suggest .c-menu-item span:focus,
.m-auto-suggest .c-menu-item span:hover {
  background: var(--auto-suggest-tile-hover-bg-color);
  color: var(--auto-suggest-tile-hover-text-color);
}
.m-auto-suggest .c-menu-item a:focus,
.m-auto-suggest .c-menu-item button:focus,
.m-auto-suggest .c-menu-item span:focus {
  outline: 1px dashed var(--auto-suggest-tile-outline-color);
}
.m-auto-suggest .c-menu-item a:active,
.m-auto-suggest .c-menu-item button:active,
.m-auto-suggest .c-menu-item span:active {
  background: var(--auto-suggest-tile-active-bg-color);
  color: var(--auto-suggest-tile-active-text-color);
}
.m-auto-suggest .c-menu-item.f-sub-menu > a,
.m-auto-suggest .c-menu-item.f-sub-menu > button {
  position: relative;
}
.m-auto-suggest .c-menu-item.f-sub-menu > a:after,
.m-auto-suggest .c-menu-item.f-sub-menu > button:after {
  font-family: "MGW-Icons";
  content: "";
  position: absolute;
  font-size: 6px;
  right: 12px;
  top: 19px;
}
.m-auto-suggest .c-menu-item.f-sub-menu > a + .c-menu,
.m-auto-suggest .c-menu-item.f-sub-menu > button + .c-menu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
.js
  .m-auto-suggest
  .c-menu-item.f-sub-menu
  > a[aria-expanded="true"]
  + .c-menu[aria-hidden="false"],
.js
  .m-auto-suggest
  .c-menu-item.f-sub-menu
  > button[aria-expanded="true"]
  + .c-menu[aria-hidden="false"],
.no-js .m-auto-suggest .c-menu-item.f-sub-menu > a:focus + .c-menu,
.no-js .m-auto-suggest .c-menu-item.f-sub-menu > a:hover + .c-menu,
.no-js .m-auto-suggest .c-menu-item.f-sub-menu > button:focus + .c-menu,
.no-js .m-auto-suggest .c-menu-item.f-sub-menu > button:hover + .c-menu {
  display: block;
  animation: fadeIn 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.c-ghfh > div .m-auto-suggest ul {
  border: 1px solid var(--auto-suggest-border-color);
  top: 36px;
  max-width: none;
  z-index: 700;
}
.c-ghfh
  > div
  .m-auto-suggest
  .f-auto-suggest-no-results
  .c-menu-item
  span:hover {
  cursor: default;
  background-color: unset;
}
@media only screen and (min-width: 860px) {
  .c-ghfh .m-auto-suggest ul {
    top: 45px !important;
  }
}
@media only screen and (max-width: 1399px) {
  .c-ghfh > div:first-child.f-search-opened .m-auto-suggest {
    display: block;
  }
  .c-ghfh > div:first-child .m-auto-suggest,
  .c-ghfh > div:first-child.f-search-opened > div nav {
    display: none;
  }
}
.m-auto-suggest {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  display: block;
}
.m-auto-suggest .c-menu {
  position: absolute;
  width: 100%;
  background: var(--auto-suggest-menu-bg-color);
}
.m-auto-suggest .c-menu .c-menu-item {
  position: static;
}
.m-auto-suggest .c-menu[aria-hidden="true"] {
  display: none;
}
.m-auto-suggest .c-menu.f-auto-suggest-no-results .c-menu-item span {
  color: var(--auto-suggest-no-result-text-color);
}
@media only screen and (min-width: 860px) and (min-width: 820px) and (max-width: 1024px) {
  .c-ghfh .f-multi-column.f-multi-column-6 {
    width: 825px;
  }
}
@media only screen and (min-width: 860px) and (min-width: 1025px) and (max-width: 1229px) {
  .c-ghfh .f-multi-column.f-multi-column-6 {
    width: 1025px;
  }
}
@media only screen and (min-width: 860px) and (min-width: 1230px) {
  .c-ghfh .f-multi-column.f-multi-column-6 {
    width: 1230px;
  }
}
@media screen and (min-width: 860px) {
  .c-ghfh .c-ghf-menu > button[aria-expanded="true"] {
    border-color: transparent;
  }
  .c-ghfh .c-ghf-menu > button + ul {
    border-color: var(--desktop-menu-border-color);
    margin-top: 10px;
  }
  .c-ghfh .c-ghf-menu > button + ul > li ul {
    border-color: var(--desktop-menu-border-color);
    margin-top: -2px;
  }
  .c-ghfh .c-ghf-menu [aria-expanded],
  .c-ghfh .c-ghf-menu a,
  .c-ghfh li.f-sub-menu [aria-expanded],
  .c-ghfh li.f-sub-menu a {
    position: relative;
    z-index: 701;
  }
  .c-ghfh .c-ghf-menu [aria-expanded]:focus,
  .c-ghfh .c-ghf-menu a:focus,
  .c-ghfh li.f-sub-menu [aria-expanded]:focus,
  .c-ghfh li.f-sub-menu a:focus {
    z-index: 702;
  }
  .c-ghfh .c-ghf-menu [aria-expanded="true"]:focus + ul {
    z-index: 699;
  }
  .c-ghfh li.f-sub-menu [aria-expanded="true"] {
    z-index: 700;
  }
  .c-ghfh-gnav {
    float: left;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .c-ghfh-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media only screen and (min-width: 1400px) {
  .c-ghfh.c-sgl-stck .js-paddle-items > li:last-child > div > button {
    margin-right: 0;
  }
  .c-ghfh.c-sgl-stck .c-search input[type="search"] {
    max-width: 1300px !important;
    width: auto;
  }
  .c-ghfh.c-sgl-stck .c-search button[aria-expanded="false"] {
    position: relative;
  }
  .c-ghfh > div:first-child .c-search input[type="search"]:active,
  .c-ghfh > div:first-child .c-search input[type="search"]:focus {
    border-width: 3px;
  }
}
.c-logo img + span {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.c-glyph:after,
.c-glyph:before {
  font-family: "MGW-Icons";
  display: inline-block;
}
.c-glyph:after,
.c-glyph:before,
.c-glyph:hover:after,
.c-glyph:hover:before {
  text-decoration: none;
}
.c-glyph.glyph-global-nav-button:before {
  content: "";
}
.c-glyph.glyph-arrow-htmllegacy:before {
  content: "";
}
a.c-action-trigger,
button.c-action-trigger {
  font-size: 15px;
  position: relative;
  border: 2px solid transparent;
  outline: 1px solid transparent;
  outline-offset: -3px;
  max-width: 374px;
  min-width: 36px;
  display: inline-block;
  margin-top: 12px;
  padding: 6px 0 8px;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: bottom;
  color: var(--mobile-search-back-button-color);
  background: 0 0;
}
a.c-action-trigger.c-glyph[aria-label],
button.c-action-trigger.c-glyph[aria-label] {
  min-width: 0;
  padding-right: 0;
}
.c-search {
  min-width: 92px;
  height: 38px;
  position: relative;
  color: var(--search-button-color);
}
.c-search input[type="search"] {
  position: relative;
  outline: 0;
  border: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 7px 38px 7px 10px;
  border: 1px solid;
}
.c-search input[type="search"]::-ms-clear {
  display: none;
}
.c-search button {
  border: 2px solid transparent;
  outline: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
  margin: 2px 2px 1px 1px;
  padding: 9px;
  transition:
    color 0.1s,
    background-color 0.1s;
  background: 0 0;
}
.c-search input[type="search"]::-webkit-input-placeholder {
  color: var(--search-bar-placeholder-text-color);
}
.c-search input[type="search"]:-ms-input-placeholder {
  color: var(--search-bar-placeholder-text-color);
}
.c-search input[type="search"]::placeholder {
  color: var(--search-bar-placeholder-text-color);
}
@media only screen and (min-width: 1779px) {
  .c-ghfh > div:first-child .c-search button {
    margin-right: 1px !important;
  }
  .c-ghfh .c-ghf-nav-link {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .c-ghfh .c-ghfh-gnav button {
    margin-right: -6px !important;
  }
  .c-ghfh .c-ghf-menu > button {
    padding: 16px 30px 16px 16px;
  }
  .c-ghfh .c-ghf-menu > button:before {
    left: calc(50% - 6px) !important;
  }
  .c-ghfh .c-ghf-menu > button:focus:before,
  .c-ghfh .c-ghf-menu > button:hover:before {
    width: calc(100% - 45px) !important;
  }
  .c-ghfh .c-logo.c-cat-logo {
    padding-right: 10px !important;
    margin-left: 32px;
  }
  .c-ghfh .c-show-pipe::before {
    padding-left: 24px;
  }
  .c-ghfh .c-ghfh-actions .wf-menu .c-ghf-menu > button {
    padding-right: 24px !important;
  }
  .c-ghfh.c-sgl-stck .c-ghfh-actions .wf-menu .c-ghf-menu > button:before {
	  left: calc(50% - 4px) !important;
  }
  .c-ghfh.c-sgl-stck .c-ghfh-actions .wf-menu .c-ghf-menu > button:focus:before, 
  .c-ghfh.c-sgl-stck .c-ghfh-actions .wf-menu .c-ghf-menu > button:hover:before {
    width: calc(100% - 38px) !important;
  }
  .c-ghfh .c-ghfh-actions .wf-menu .c-ghf-menu > button:after {
    right: 9px !important;
  }
  .c-ghfh .c-logo.c-cat-logo > span:before {
    left: calc(50% + 0px) !important;
  }
  .c-ghfh .c-logo.c-cat-logo:focus > span:before,
  .c-ghfh .c-logo.c-cat-logo:hover > span:before {
    width: calc(100% - 22px) !important;
  }
}
@media only screen and (max-width: 939px) and (min-width: 859px) {
  .c-ghfh.c-sgl-stck div.c-ghf-menu ul:not(.f-multi-column) {
    width: 170px;
  }
}



/*Footer*/
.ghf .c-ghff.cont-hf {
  margin-top: 0 !important;
}
.c-ghff {
  background: var(--footer-background-color);
  color: var(--footer-text-color);
}
.btt-con {
  margin: 0 auto;
  max-width: calc(1600px + 10%);
  position: sticky;
  bottom: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 999;
}
.btt-con.visible {
  opacity: 1;
}
.back-to-top-con {
  width: 100%;
  padding: 1rem;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.back-to-top-con .btt-button {
    align-items: center;
    font-weight: 600;
    border: .125rem solid transparent;
    position: relative;
    border-radius: .125rem;
    background-color: var(--btt-button-bg-color);
    padding: .625rem .75rem;
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
	pointer-events: none;
}
.btt-con.visible .back-to-top-con .btt-button {
	pointer-events: auto;
}
.back-to-top-con .btt-button:hover {
    background-color: var(--btt-button-hover-bg-color);
}
.back-to-top-con .btt-button::before {
    font-family: MGW-Icons;
    content: "";
    font-size: 12px;
    color: currentcolor;
    font-weight: 700;
	margin-right: 10px;
}
.social-row-bg-con {
  background-color: var(--social-row-bg-color);
}
.social-row-con {
  margin: 0 auto;
  max-width: calc(1600px + 10%);
  padding: 0 5%;
}
.social-row {
  display: flex;
  gap: 1rem;
  width: 100%;
  padding: 1rem;
  flex-wrap: wrap;
}
.follow-label {
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
  margin-right: 10px;
}
.social-icons-con {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}
.social-icon img {
  width: 24px;
  height: 24px;
  transition: transform 0.2s ease;
}
.social-icon:hover img {
  transform: scale(1.1);
}
.social-icon.dark img {
	filter: var(--social-row-dark-filter);
}
@media only screen and (max-width: 859px) {
	.social-row {
		justify-content: center;
	}
	.social-icons-con {
		justify-content: center;
	}
}
.c-ghff-nav {
  margin: 0 auto;
  max-width: calc(1600px + 10%);
  padding: 0 5%;
}
.c-ghff-nav:after,
.c-ghff-nav:before {
  content: " ";
  display: table;
}
.c-ghff-nav:after {
  clear: both;
}
.c-ghff-nav .c-heading-4 {
  font-size: 15px;
  line-height: 20px;
  padding: 36px 0 4px;
  font-weight: 600;
  color: var(--footer-heading-color);
}
.c-ghff-nav .c-heading-4,
.c-ghff-nav a.c-ghff-link {
  word-break: break-word;
}
.c-ghff-nav-group {
  display: block;
  float: left;
  min-height: 1px;
  vertical-align: text-top;
  padding: 0 12px;
  width: 16.6666666667%;
  zoom: 1;
}
.c-ghff-nav-group ul.c-list {
  font-size: 11px;
  line-height: 16px;
  margin-top: 0;
}
.c-ghff-nav-group:first-child {
  padding-left: 0;
}
.c-ghff-base {
  margin: 0 auto;
  max-width: calc(1600px + 10%);
  padding: 30px 5% 16px;
}
.c-ghff-base:after,
.c-ghff-base:before {
  content: " ";
  display: table;
}
.c-ghff-base:after {
  clear: both;
}
.c-ghff-base > a.c-ghff-link.c-ghff-lang-selector {
  display: flex;
  font-size: 11px;
  line-height: 16px;
  margin-right: 24px;
  padding-bottom: 4px;
  float: left;
}
.c-ghff-base > a.c-ghff-link.c-ghff-lang-selector svg {
  margin-right: 8px;
  height: 24px;
}
.c-ghff-base > a.c-ghff-link.c-ghff-lang-selector span {
  padding-top: 4px;
}
.c-ghff-base > a.c-ghff-link.c-ghff-ccpa {
  display: flex;
  font-size: 11px;
  line-height: 16px;
  margin-right: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
  float: left;
}
.c-ghff-base > a.c-ghff-link.c-ghff-ccpa svg {
  padding-right: 8px;
  height: 16px;
}
.c-ghff-base ul.c-list {
  font-size: 11px;
  line-height: 25px;
  float: right;
  margin: 6px 0;
}
.c-ghff-base ul.c-list li {
  padding: 0 24px 4px 0;
  display: inline-block;
}
@media only screen and (max-width: 1083px) {
  .c-ghff-nav {
    padding: 0 12px;
  }
  .c-ghff-nav-row:after,
  .c-ghff-nav-row:before {
    content: " ";
    display: table;
  }
  .c-ghff-nav-row:after {
    clear: both;
  }
  .c-ghff-nav-group {
    width: 33.33333%;
  }
  .c-ghff-nav-group:first-child {
    padding-left: 12px;
  }
  .c-ghff-base {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 30px 24px 16px;
  }
  .c-ghff-base > a.c-ghff-link {
    margin-right: auto;
  }
  .c-ghff-base .c-ghff-ccpa {
    margin: 8px 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .c-ghff-base > a.c-ghff-link,
  .c-ghff-base > a.c-ghff-link + ul.c-list {
    width: 100%;
  }
  .c-ghff-base > a.c-ghff-link,
  .c-ghff-base > a.c-ghff-link.c-glyph {
    float: none;
  }
  .c-ghff-base ul.c-list {
    width: 100%;
    float: none;
    text-align: left;
    margin-top: 12px;
  }
  .c-ghff-base ul.c-list li {
    padding: 6px 4px 0 6px;
  }
}
@media only screen and (max-width: 539px) {
  .c-ghff-nav-row {
    width: 100%;
    float: none;
  }
  .c-ghff-base ul.c-list {
    float: left;
  }
  .c-ghff-base ul.c-list li {
    padding: 6px 10px 0 0;
  }
  .c-ghff-nav-group {
    width: 100%;
  }
}
a.c-ghff-link:focus {
  outline: 1px dashed;
  outline-offset: 4px;
}
a.c-ghff-link:focus,
a.c-ghff-link:hover {
  color: var(--footer-hyperlink-focus-color);
  text-decoration: underline;
}
a.c-ghff-link:active {
  background: none;
  color: var(--footer-hyperlink-active-color);
}
.c-list {
  font-size: 15px;
  line-height: 20px;
  padding-left: 19px;
  padding-right: 0;
  margin: 8px 0;
  list-style-position: outside;
}
.c-list li {
  padding: 8px 0;
}
.c-list.f-bare {
  padding-left: 0;
  list-style-type: none;
}

:root[data-theme="dark"] img[alt="MVSR GROUPS LLC Logo"] {
    filter: saturate(2);
}

:root[data-theme="light"] {
  color-scheme: light;
  --theme-switch-icon: "";
  --main-background-color: #eef;
  --main-text-color: #1a2167;
  --hf-background-color: #cdd3f9;
  --hf-text-color: #1a2167;
  --header-background-color: #bbc6f0;
  --search-bar-bg-color: rgba(255, 255, 255, 0.2);
  --search-bar-border-color: #1a2167;
  --search-bar-hover-border-color: rgba(0, 0, 0, 0.8);
  --search-bar-active-border-color: #0067b8;
  --search-bar-placeholder-text-color: rgba(26, 33, 103, 0.6);
  --search-button-color: #1a2167;
  --search-button-hover-color: #005da6;
  --search-button-active-color: rgba(26, 33, 103, 0.9);
  --search-button-focus-color: #1a2167;
  --pin-hover-color: #2244ff;
  --pin-active-color: #0067b8;
  --pin-pinned-color: #1a2167;
  --theme-switch-hover-color: #2244ff;
  --theme-switch-active-color: #0067b8;
  --header-pin-shadow-color: rgba(0, 0, 0, 0.3);
  --main-sep-color: #1a2167;
  --all-menu-global-bottom-border-color: #bccbff;
  --mobile-menu-button-text-color: #1a2167;
  --mobile-menu-expanded-text-color: #1a2167;
  --mobile-menu-links-text-color: #1a2167;
  --mobile-all-menu-button-color: #1a2167;
  --mobile-search-back-button-color: #1a2167;
  --mobile-header-bottom-border-color: #e2e7f9;
  --mobile-sub-header-bottom-border-color: #aaccf8;
  --mobile-sub-header-bg-color: #e2e7f9;
  --mobile-sub-header-text-color: #1a2167;
  --mobile-menu-bg-color: #e1e3f7;
  --mobile-menu-border-color: rgba(0, 0, 0, 0.05);
  --mobile-menu-tiles-bottom-border-color: #bcbcff;
  --desktop-menu-links-text-color: #1a2167;
  --desktop-menu-button-text-color: #1a2167;
  --desktop-menu-button-hover-bg-color: rgba(0, 0, 0, 0.05);
  --desktop-menu-button-expanded-menu-bg-color: #dee3f0;
  --desktop-menu-button-expanded-bg-color: #aaafff;
  --desktop-menu-button-expanded-hover-bg-color: #ccd3ea;
  --desktop-menu-button-expanded-hover-hover-bg-color: #bbc8e0;
  --desktop-all-menu-footer-bg-color: #bcbcff;
  --desktop-all-menu-footer-text-color: #1a2167;
  --desktop-menu-border-color: rgba(0, 0, 0, 0.05);
  --desktop-search-cancel-button-hover-color: #2244ff;
  --desktop-search-cancel-button-active-color: #0067b8;
  --auto-suggest-menu-bg-color: #cdcdff;
  --auto-suggest-border-color: rgba(0, 0, 0, 0.1);
  --auto-suggest-tile-bg-color: rgba(0, 0, 0, 0.05);
  --auto-suggest-tile-text-color: rgba(0, 0, 0, 0.8);  
  --auto-suggest-tile-hover-bg-color: rgba(0, 0, 0, 0.1);
  --auto-suggest-tile-hover-text-color: #1a2167;
  --auto-suggest-tile-active-bg-color: rgba(0, 0, 0, 0.3);
  --auto-suggest-tile-active-text-color: #1a2167;
  --auto-suggest-tile-outline-color: #1a2167;
  --auto-suggest-no-result-text-color: rgba(26, 33, 103, 0.6);
  --footer-background-color: #dce0ff;
  --btt-button-bg-color: #bbc6f0;
  --btt-button-hover-bg-color: #aab6f0;
  --social-row-bg-color: #ccf;
  --social-row-dark-filter: none;
  --footer-heading-color: #2c2f4a;
  --footer-text-color: #3b3f5c;
  --footer-hyperlink-focus-color: rgba(0, 0, 0, 0.9);
  --footer-hyperlink-active-color: rgba(0, 0, 0, 0.8);
}

:root[data-theme="dark"] {
  color-scheme: dark;
  --theme-switch-icon: "";
  --main-background-color: #121427;
  --main-text-color: #e3e6ff;
  --hf-background-color: #1d2040;
  --hf-text-color: #e3e6ff;
  --header-background-color: #23264a;
  --search-bar-bg-color: rgba(255, 255, 255, 0.05);
  --search-bar-border-color: #e3e6ff;
  --search-bar-hover-border-color: rgba(255, 255, 255, 0.8);
  --search-bar-active-border-color: #66aaff;
  --search-bar-placeholder-text-color: rgba(227, 230, 255, 0.6);
  --search-button-color: #e3e6ff;
  --search-button-hover-color: #3399ff;
  --search-button-active-color: rgba(227, 230, 255, 0.9);
  --search-button-focus-color: #e3e6ff;
  --pin-hover-color: #668cff;
  --pin-active-color: #3399ff;
  --pin-pinned-color: #e3e6ff;
  --theme-switch-hover-color: #668cff;
  --theme-switch-active-color: #3399ff;
  --header-pin-shadow-color: rgba(0, 0, 0, 0.8);
  --main-sep-color: #e3e6ff;
  --all-menu-global-bottom-border-color: #555a91;
  --mobile-menu-button-text-color: #e3e6ff;
  --mobile-menu-expanded-text-color: #e3e6ff;
  --mobile-menu-links-text-color: #e3e6ff;
  --mobile-all-menu-button-color: #e3e6ff;
  --mobile-search-back-button-color: #e3e6ff;
  --mobile-header-bottom-border-color: #1f233b;
  --mobile-sub-header-bottom-border-color: #304070;
  --mobile-sub-header-bg-color: #1f233b;
  --mobile-sub-header-text-color: #e3e6ff;
  --mobile-menu-bg-color: #1e1f3f;
  --mobile-menu-border-color: rgba(255, 255, 255, 0.25);
  --mobile-menu-tiles-bottom-border-color: #2d2d6a;
  --desktop-menu-links-text-color: #e3e6ff;
  --desktop-menu-button-text-color: #e3e6ff;
  --desktop-menu-button-hover-bg-color: rgba(255, 255, 255, 0.1);
  --desktop-menu-button-expanded-menu-bg-color: #2d2d6a;
  --desktop-menu-button-expanded-bg-color: #2d2d6a;
  --desktop-menu-button-expanded-hover-bg-color: #3c3c85;
  --desktop-menu-button-expanded-hover-hover-bg-color: #4d4da0;
  --desktop-all-menu-footer-bg-color: #3c3c85;
  --desktop-all-menu-footer-text-color: #e3e6ff;
  --desktop-menu-border-color: rgba(0, 0, 0, 0.3);
  --desktop-search-cancel-button-hover-color: #668cff;
  --desktop-search-cancel-button-active-color: #3399ff;
  --auto-suggest-menu-bg-color: #2d2d6a;
  --auto-suggest-border-color: rgba(255, 255, 255, 0.1);
  --auto-suggest-tile-bg-color: rgba(255, 255, 255, 0.05);
  --auto-suggest-tile-text-color: rgba(255, 255, 255, 0.8);
  --auto-suggest-tile-hover-bg-color: rgba(255, 255, 255, 0.1);
  --auto-suggest-tile-hover-text-color: #e3e6ff;
  --auto-suggest-tile-active-bg-color: rgba(255, 255, 255, 0.3);
  --auto-suggest-tile-active-text-color: #e3e6ff;
  --auto-suggest-tile-outline-color: #e3e6ff;
  --auto-suggest-no-result-text-color: rgba(227, 230, 255, 0.6);
  --footer-background-color: #1a1c36;
  --btt-button-bg-color: #23264a;
  --btt-button-hover-bg-color: #23266f;
  --social-row-bg-color: #222244;
  --social-row-dark-filter: invert(1);
  --footer-heading-color: #d0d3f0;
  --footer-text-color: #b0b3d0;
  --footer-hyperlink-focus-color: rgba(255, 255, 255, 0.9);
  --footer-hyperlink-active-color: rgba(255, 255, 255, 0.8);
}