@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500&subset=cyrillic);
/* === TABLES === */
table.Common__borderBetween--2f3wX {
  font-size: 0.9em;
  color: var(--gray-9);
}
table.Common__borderBetween--2f3wX tr {
  background-color: #fff !important;
}
table.Common__borderBetween--2f3wX th {
  font-size: 0.7em;
  text-transform: uppercase;
  height: auto;
  text-align: left;
}
table.Common__borderBetween--2f3wX th,
table.Common__borderBetween--2f3wX td {
  padding: 0px 1rem;
}
table.Common__borderBetween--2f3wX tr td {
  border-bottom: 1px solid #eee;
  height: 4em;
}
table.Common__borderBetween--2f3wX tr:last-of-type td {
  border-bottom: none;
}
.Common__labelCell--E4I3e {
  font-weight: 400;
  font-size: 0.8rem;
}
/* === BUTTONS === */
div.Common__buttons--1Mozl.Common__right--2VitY {
  display: flex;
  justify-content: flex-end;
}
button,
a {
/* remove highlight from webkit based touch devices, e.g iphone */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  transition: background 0.2s ease;
  transition: border-color 0.2s ease;
  transition: color 0.2s ease;
}
button:focus {
  outline: 0;
}
a.Common__button--1lZho {
  display: inline-block;
  text-align: center;
}
button,
a.Common__button--1lZho,
a.Common__button--1lZho:visited {
  background: none;
  border: none;
  padding: 0.75em 2em;
  border-radius: var(--alfa-laval_border-radius);
  text-decoration: none;
  overflow: hidden;
}
button.Common__small--2B2uO,
a.Common__button--1lZho.Common__small--2B2uO {
  padding: 0.5em 0.75em;
}
button,
button *,
a.Common__button--1lZho,
a.Common__button--1lZho * {
  font-weight: 500 !important;
}
button.Common__primary--2CoE8,
a.Common__button--1lZho.Common__primary--2CoE8 {
  background: var(--blue);
  color: #fff;
}
button.Common__primaryLight--1cEjs,
a.Common__button--1lZho.Common__primaryLight--1cEjs {
  background: var(--innovation);
  color: #fff;
}
button.Common__secondary--1y7To,
a.Common__button--1lZho.Common__secondary--1y7To {
  background: var(--gray-1-50);
  color: var(--gray-9);
}
a.Common__button--1lZho.Common__disabled--3dQwW,
a.Common__button--1lZho[disabled],
button[disabled] {
  background-color: #f1f1f1 !important;
  color: var(--gray-1-50) !important;
  cursor: not-allowed !important;
}
a.Common__button--1lZho.Common__disabled--3dQwW i,
a.Common__button--1lZho[disabled] i,
button[disabled] i {
  opacity: 0.4 !important;
}
a.Common__button--1lZho.Common__primaryLight--1cEjs.Common__disabled--3dQwW,
a.Common__button--1lZho.Common__primaryLight--1cEjs[disabled],
button.Common__primaryLight--1cEjs[disabled] {
  background-color: var(--innovation-dark-2) !important;
  color: var(--blue) !important;
  cursor: not-allowed !important;
}
a.Common__button--1lZho.Common__primaryLight--1cEjs.Common__disabled--3dQwW i,
a.Common__button--1lZho.Common__primaryLight--1cEjs[disabled] i,
button.Common__primaryLight--1cEjs[disabled] i {
  opacity: 0.4 !important;
}
button.Common__plain--15du3,
a.Common__plain--15du3 {
  color: var(--blue);
  border-radius: 0;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}
button.Common__plain--15du3.Common__imageButton--1jdjj,
a.Common__plain--15du3.Common__imageButton--1jdjj {
  padding: 0.25em;
}
button.Common__iconButton--1ahZx,
a.Common__button--1lZho.Common__iconButton--1ahZx {
  display: flex;
  align-items: center;
  justify-content: center;
}
button.Common__iconButton--1ahZx:not(.Common__plain--15du3) > i,
a.Common__button--1lZho.Common__iconButton--1ahZx:not(.Common__plain--15du3) > i {
  margin-right: -1.5em;
  margin: 0 -0.4em 0 0.4em;
}
a.Common__externalLink--jiPR_ {
  color: var(--blue);
  text-decoration: underline;
}
a.Common__externalLink--jiPR_:hover {
  text-decoration: none;
}
/* === HELPERS === */
.Common__cover--iSpgf {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.Common__center--1onO0 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.Common__truncate--2x-Y5 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2147483647;
  background-color: #fff;
}
.header__appHeader--1AIAW {
  height: 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.5em;
  max-width: 1400px;
  margin: 0 auto 2px;
  box-sizing: content-box;
}
.header__title--3fEmh {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__logo--3-e_j img {
  max-height: 30px;
}
.header__sm--31oXe i {
  font-size: 21px;
}
.header__lg--2f2Y5 {
  display: none;
}
.header__headerRight--2pDH8 {
  display: flex;
  flex: inherit;
  justify-content: flex-end;
  align-items: center;
}
.header__mobileIcons--3ABg9 {
  flex: 0 0 86px;
}
@media (min-width: 920px) {
  .header__sm--31oXe {
    display: none !important;
  }
  .header__lg--2f2Y5 {
    display: block;
  }
  .header__lg--2f2Y5 i {
    font-size: 1.5em;
  }
  .header__appHeader--1AIAW {
    padding: 0 7em;
  }
  .header__title--3fEmh {
    justify-content: flex-start;
    margin-top: -18px;
  }
  header {
    align-items: flex-end;
  }
  .header__logo--3-e_j img {
    margin-right: 1em;
    max-height: 44px;
  }
  .header__title--3fEmh {
    margin-right: 0;
  }
  .header__headerMiddle--1YnLK {
    display: flex;
    align-items: center;
  }
  .header__headerRight--2pDH8 {
    flex: 1;
  }
  .header__headerRight--2pDH8 > .header__cartButton--2sXW9,
  .header__headerRight--2pDH8 .header__signIn--2D2om {
    margin-left: 0.5em;
  }
  .header__headerRight--2pDH8 button:hover {
    opacity: 0.8;
  }
  .header__search--1vjMt {
    min-width: 150px;
  }
}
@media (min-width: 920px) and (min-width: 1100px) {
  .header__search--1vjMt {
    width: 250px;
  }
}
.header__button--3YvZS {
  color: var(--blue);
  min-width: 130px;
  font-size: 16px;
  font-weight: 300 !important;
  padding: 8px 15px;
  margin: 10px 0;
  background-image: linear-gradient(var(--blue), var(--blue));
  background-size: 0 1px, auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  transition: background-size 175ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header__button--3YvZS:hover {
  background-size: 32px 1px;
}
.header__button--3YvZS.header__selected--3Z_eV {
  background-size: 32px 1px;
}
@media (min-width: 1100px) {
  .header__button--3YvZS {
    min-width: 170px;
    font-size: 20px;
    padding: 8px 25px;
  }
}

.Search__container--2L0e6 {
  position: relative;
}
.Search__searchField--3tkhi {
  width: 100%;
}
.Search__searchButtonWrapper--309Oj {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
}
.Search__searchButton--104_q {
  border: none;
  padding: 4px;
  color: var(--blue);
}
.Search__searchButton--104_q i {
  font-size: 1.5rem;
}

.breadCrumbs__breadCrumbs--2wgom {
  padding: 0 1em;
  line-height: 32px;
  min-height: 5px;
  font-size: 14px;
  color: var(--black-7);
  box-sizing: content-box;
  margin: 0px auto;
  white-space: nowrap;
  background: var(--gray-1-25);
  position: relative;
}
.breadCrumbs__breadCrumbs--2wgom .breadCrumbs__breadWrapper--2qYRo {
  max-width: 1400px;
  max-height: 32px;
  margin: 0 auto;
}
.breadCrumbs__breadCrumbs--2wgom a,
.breadCrumbs__breadCrumbs--2wgom span {
  opacity: 0.75;
  font-weight: 500;
}
.breadCrumbs__breadCrumbs--2wgom span {
  color: var(--black-7);
}
.breadCrumbs__breadCrumbs--2wgom a {
  text-decoration: none;
  color: var(--blue);
}
.breadCrumbs__breadCrumbs--2wgom i {
  font-weight: 300;
  color: var(--gray-9);
}
.breadCrumbs__fakeAuth--10BiF {
  position: absolute;
  width: 8px;
  height: 100%;
  max-height: 8px;
  bottom: 0;
  right: 0;
}
.breadCrumbs__sm--3M-bH {
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--blue);
}
.breadCrumbs__sm--3M-bH i {
  padding-right: 10px;
}
.breadCrumbs__lg--1gZZg {
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--blue);
  display: none;
}
.breadCrumbs__lg--1gZZg i {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .breadCrumbs__sm--3M-bH {
    display: none;
  }
  .breadCrumbs__lg--1gZZg {
    display: block;
  }
}
@media (min-width: 920px) {
  .breadCrumbs__breadCrumbs--2wgom {
    padding: 0 7rem;
  }
}

.userForm__fields--AqhDo {
  display: flex;
}
.userForm__fields--AqhDo > div {
  flex: 1;
}
.userForm__fields--AqhDo > div:not(:last-child) {
  margin-right: 15px;
}
.userForm__checkbox--1_ytn {
  font-size: 1rem;
}
.userForm__invalid--2Pr2e {
  margin-top: -12px;
  font-size: 0.8rem;
  color: #f00;
  text-align: right;
}
.userForm__warning--1Jhil {
  margin-top: -12px;
  font-size: 0.8rem;
  color: #ffa500;
  text-align: right;
}

.Checkbox__container--2DtKE {
  display: inline-block;
}
.Checkbox__container--2DtKE input[type=checkbox] {
  opacity: 0;
  position: absolute;
  width: 13px;
}
.Checkbox__container--2DtKE input[type=checkbox]:focus + .Checkbox__toggle--3RM3X::before {
  -webkit-text-stroke: 1px rgba(0,0,0,0.15);
}
.Checkbox__container--2DtKE input[type=checkbox] + .Checkbox__toggle--3RM3X::before {
  display: inline-block;
  font: normal normal normal 14px/1 'psg-icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\F096';
}
.Checkbox__container--2DtKE input[type=checkbox]:checked + .Checkbox__toggle--3RM3X::before {
  content: '\F14A';
}
.Checkbox__toggle--3RM3X {
  display: inline-block;
  width: 1.2em;
}

.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}
.tippy-box[data-theme~=light]{color:#26323d;box-shadow:0 0 20px 4px rgba(154,161,177,.15),0 4px 80px -8px rgba(36,40,47,.25),0 4px 4px -2px rgba(91,94,105,.15);background-color:#fff}.tippy-box[data-theme~=light][data-placement^=top]>.tippy-arrow:before{border-top-color:#fff}.tippy-box[data-theme~=light][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#fff}.tippy-box[data-theme~=light][data-placement^=left]>.tippy-arrow:before{border-left-color:#fff}.tippy-box[data-theme~=light][data-placement^=right]>.tippy-arrow:before{border-right-color:#fff}.tippy-box[data-theme~=light]>.tippy-backdrop{background-color:#fff}.tippy-box[data-theme~=light]>.tippy-svg-arrow{fill:#fff}
.tippy-box[data-animation=shift-away][data-state=hidden]{opacity:0}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=top]{transform:translateY(10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=bottom]{transform:translateY(-10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=left]{transform:translateX(10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=right]{transform:translateX(-10px)}
html {
  font-family: sans-serif; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
small {
  font-size: 80%;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
button,
select {
  text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
optgroup {
  font-weight: 400;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'psg-icons';
  src: url(/static/fonts/psg-icons.2UGNA.eot);
  src: url(/static/fonts/psg-icons.2UGNA.eot#iefix) format('embedded-opentype'), url(/static/fonts/psg-icons.7DKmv.woff2) format('woff2'), url(/static/fonts/psg-icons.3yf-C.woff) format('woff'), url(/static/fonts/psg-icons.SKbhL.ttf) format('truetype'), url(/static/fonts/psg-icons.2goUC.svg#psg-icons) format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^='icon-']:before,
[class*=' icon-']:before {
  font-family: 'psg-icons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
/* width: 1em; */
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-chat:before {
/* '' */
  content: '\E800';
}
.icon-globe:before {
/* '' */
  content: '\E801';
}
.icon-grid:before {
/* '' */
  content: '\E802';
}
.icon-search:before {
/* '' */
  content: '\E803';
}
.icon-cart:before {
/* '' */
  content: '\E804';
}
.icon-play:before {
/* '' */
  content: '\E805';
}
.icon-arrow-right:before {
/* '' */
  content: '\E807';
}
.icon-arrow-left:before {
/* '' */
  content: '\E808';
}
.icon-circle-fill-check:before {
/* '' */
  content: '\E809';
}
.icon-circle-checked:before {
/* '' */
  content: '\E80A';
}
.icon-check:before {
/* '' */
  content: '\E80B';
}
.icon-plus:before {
/* '' */
  content: '\E80C';
}
.icon-minus:before {
/* '' */
  content: '\E80D';
}
.icon-circle-fill-cancel:before {
/* '' */
  content: '\E80E';
}
.icon-lock:before {
/* '' */
  content: '\E80F';
}
.icon-signin:before {
/* '' */
  content: '\E810';
}
.icon-signout:before {
/* '' */
  content: '\E811';
}
.icon-user:before {
/* '' */
  content: '\E812';
}
.icon-cancel:before {
/* '' */
  content: '\E813';
}
.icon-pencil:before {
  content: '\E814';
}
.icon-help:before {
  content: '\E821';
}
.icon-download:before {
  content: '\E835';
}
.icon-spinner:before {
  content: '\E839';
}
.icon-info-circled-alt:before {
/* '' */
  content: '\F086';
}
.icon-link-ext:before {
/* '' */
  content: '\F08E';
}
.icon-checkbox:before {
/* '' */
  content: '\F096';
}
.icon-filter:before {
/* '' */
  content: '\F0B0';
}
.icon-menu:before {
/* '' */
  content: '\F0C9';
}
.icon-list:before {
/* '' */
  content: '\F0CA';
}
.icon-file-text:before {
/* '' */
  content: '\F0F6';
}
.icon-angle-left:before {
/* '' */
  content: '\F104';
}
.icon-angle-right:before {
/* '' */
  content: '\F105';
}
.icon-arrow-up:before {
/* '' */
  content: '\F106';
}
.icon-arrow-down:before {
/* '' */
  content: '\F107';
}
.icon-circle-empty:before {
/* '' */
  content: '\F10C';
}
.icon-checkbox-checked:before {
/* '' */
  content: '\F14A';
}
.icon-file-pdf:before {
/* '' */
  content: '\F1C1';
}
.icon-file-word:before {
/* '' */
  content: '\F1C2';
}
.icon-file-excel:before {
/* '' */
  content: '\F1C3';
}
.icon-file-powerpoint:before {
/* '' */
  content: '\F1C4';
}
.icon-file-image:before {
/* '' */
  content: '\F1C5';
}
.icon-file-archive:before {
/* '' */
  content: '\F1C6';
}
.icon-file-code:before {
/* '' */
  content: '\F1C9';
}
.icon-trash:before {
/* '' */
  content: '\F1F8';
}
.icon-feedback:before {
/* '' */
  content: '\E815';
}
.icon-faq:before {
/* '' */
  content: '\F0E6';
}
.icon-cross:before {
  content: '\E816';
}
.icon-truck:before {
  content: '\E817';
}
:root {
  --blue: #11387f;
  --earth: #db9276;
  --sun: #fdcc61;
  --water: #93c7c6;
  --innovation: #007fc8;
  --black-7: #3d3935;
  --gray-9: #847770;
  --gray-6: #a79c95;
  --gray-4: #b4aca5;
  --gray-2: #cbc3bb;
  --gray-1: #d7d2cb;
  --gray-1-50: #ece8e5;
  --gray-1-25: #f5f3f2;
/*  */
  --innovation-dark-2: #005e94;
  --green-light-cowboy: #8ec490;
  --gray-cowboy: #fcfcfc;
  --blue-light-cowboy: #9da7b8;
  --alfa-laval_border-radius: 3px;
  --cowboy-red: #c10000;
}
* {
  box-sizing: border-box;
}
html {
  min-width: 320px;
  font-weight: 300;
  font-size: 16px;
  font-family: Roboto, sans-serif;
  color: var(--black-7);
  overflow-y: scroll;
}
.App__app--1-rTX {
  position: relative;
}
.App__col--2gPvr {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
main {
  padding: 110px 0 7px;
  opacity: 1;
  transition: opacity 0.2s ease;
  flex: 1 0 auto;
  box-sizing: content-box;
}
@media (min-width: 920px) {
  main {
    padding: 136px 0 7px;
  }
}
hr {
  border: 0;
  height: 1px;
  background: var(--gray-9);
  background-image: linear-gradient(to right, var(--gray-1), var(--gray-9), var(--gray-1));
}
.right {
  text-align: right !important;
}
.center {
  text-align: center !important;
}
.hidden {
  visibility: hidden;
}
.scrollingDisabled {
  overflow: hidden;
}
/* === TYPOGRAPHY === */
.lh {
  line-height: 28px;
}
h1,
h2,
h3,
h4 {
  font-weight: 300;
  margin: 0px;
}
h1 {
  font-size: 32px;
  line-height: 36px;
  color: var(--blue);
}
@media (min-width: 920px) {
  h1 {
    font-size: 42px;
    line-height: 50px;
  }
}
h2 {
  font-size: 28px;
  color: var(--black-7);
  line-height: 36px;
}
h3 {
  font-size: 24px;
  color: var(--black-7);
}
h4 {
  font-size: 20px;
  color: var(--black-7);
}
a {
  color: var(--blue);
  text-decoration: none;
  cursor: pointer;
}
address {
  font-style: normal;
}
b {
  font-weight: 500;
}
/* === LAYOUT === */
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.App__raw--1qfPw a {
  text-decoration: underline;
}
.App__raw--1qfPw a:hover {
  text-decoration: none;
}
.App__raw--1qfPw h3 {
  text-align: left;
}
.App__raw--1qfPw ul {
  list-style: outside;
  padding-left: 30px;
}
.App__cookieConsent--ma47S {
  background: var(--gray-1-25);
  padding: 0.5em;
  z-index: 100;
  overflow-x: auto;
}
.App__cookieConsent--ma47S > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.App__cookieConsent--ma47S > div a {
  text-decoration: underline;
}
.App__cookieConsent--ma47S > div > button {
  margin: 0 1em;
  white-space: nowrap;
}
@media (min-width: 920px) {
  .App__cookieConsent--ma47S > div {
    padding-left: 6em;
  }
}
.toast-notification span {
  cursor: default !important;
}
/* === TABLE === */
td,
th {
  padding: 0 0.5em;
  height: 3.75em;
  text-align: left;
}
.tinytd {
  width: 1px;
  white-space: nowrap;
}
th {
  text-transform: uppercase;
  font-weight: 400;
}
/* === FORMS === */
input[type='email'],
input[type='phone'],
input[type='number'],
input[type='date'],
input[type='search'],
input[type='text'],
input[type='tel'],
input[type='url'],
input[type='password'],
textarea,
select {
  font-size: 1rem;
  padding: 6px 10px;
  background-color: #fff;
  color: var(--gray-9);
  font-weight: 400;
  border: 1px solid var(--gray-1);
  border-radius: var(--alfa-laval_border-radius);
  box-shadow: none;
  box-sizing: border-box;
  appearance: none;
}
input[type='email']::placeholder,
input[type='phone']::placeholder,
input[type='number']::placeholder,
input[type='date']::placeholder,
input[type='search']::placeholder,
input[type='text']::placeholder,
input[type='tel']::placeholder,
input[type='url']::placeholder,
input[type='password']::placeholder,
textarea::placeholder,
select::placeholder {
  color: var(--gray-1-50);
}
select {
  appearance: menulist-button;
}
optgroup {
  background: var(--gray-1-50);
  color: var(--black-7);
}
optgroup option {
  background: #fff;
}
input[type='date'] {
  padding-right: 0;
}
input[type='email'],
input[type='phone'],
input[type='number'],
input[type='date'],
input[type='search'],
input[type='text'],
input[type='tel'],
input[type='url'],
input[type='password'],
select {
  height: 38px;
}
input[type='email']:focus,
input[type='phone']:focus,
input[type='number']:focus,
input[type='date']:focus,
input[type='search']:focus,
input[type='text']:focus,
input[type='tel']:focus,
input[type='url']:focus,
input[type='password']:focus,
textarea:focus,
select:focus {
  border: 1px solid var(--gray-9);
  outline: 0;
}
form input,
form textarea,
form select {
  display: block;
  margin-bottom: 16px;
  width: 100%;
  max-width: 34em;
}
form label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-4);
}
form label input {
  display: inline;
  margin: 0;
}
/* === THIRD PARTY OVERRIDES === */
[data-tippy-root] {
  z-index: 2 !important;
}
.tippy-box {
  font-size: 0.95rem !important;
}
.toast-notification {
  width: 80% !important;
}
/* hack to hide MSAL iframe */
iframe[id^='msalRenewFrame'],
iframe[id^='msalIdTokenFrame'] {
  border: 0;
}
/* === MARGIN HELPERS === */
/* standard margin */
.m {
  margin-top: 15px;
  margin-bottom: 15px;
}
.mt {
  margin-top: 15px;
}
.mb {
  margin-bottom: 15px;
}
/* small margin */
.m-s {
  margin-top: 5px;
  margin-bottom: 5px;
}
.mt-s {
  margin-top: 5px;
}
.mb-s {
  margin-bottom: 5px;
}
/* large margin */
.m-l {
  margin-top: 25px;
  margin-bottom: 25px;
}
.mt-l {
  margin-top: 25px;
}
.mb-l {
  margin-bottom: 25px;
}

.helpIcon__icon--u_84B {
  color: var(--blue);
  margin-left: 5px;
  margin-right: 5px;
}

.profile__panels--3b0dx {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.profile__panel--2wGE- {
  border: 1px solid var(--gray-1-25);
  border-radius: 3px;
  margin: 0 10px 20px;
  flex: 1 0 300px;
}
.profile__panel--2wGE- input:not([type=checkbox]),
.profile__panel--2wGE- select {
  max-width: 100%;
}
.profile__header--3T3vY {
  padding: 16px;
  background-color: var(--gray-cowboy);
  border-bottom: 1px solid var(--gray-1-25);
  color: var(--gray-9);
  font-weight: 500;
}
.profile__body--gypB5 {
  padding: 16px;
}
.profile__buttons--28EWK {
  flex: 1 0 100%;
  text-align: right;
}

.orders__empty--3mSMZ {
  padding: 25px;
  border: 1px solid var(--gray-1-50);
  border-radius: 3px;
}
.orders__order--Flmgj {
  border: 1px solid var(--gray-1-25);
  border-radius: var(--alfa-laval_border-radius);
  margin-bottom: 30px;
}
.orders__header--p_9xB {
  display: flex;
  align-items: center;
  padding: 15px;
  font-size: 14px;
  background-color: var(--gray-cowboy);
  border-bottom: 1px solid var(--gray-1-25);
}
.orders__headerRight--3o-6F {
  display: flex;
}
.orders__orderNumber--2pg6j {
  background-color: var(--gray-1-25);
  padding: 8px 16px;
  border-radius: var(--alfa-laval_border-radius);
  font-weight: 400;
  color: var(--gray-9);
  white-space: nowrap;
}
.orders__date--3seyI {
  font-weight: 400;
  color: var(--gray-6);
  padding: 0 15px;
}
.orders__spacer--Jzg5U {
  flex: 1;
}
.orders__body--3CsZS {
  padding: 15px;
}
.orders__orderLines--374hK {
  font-size: 14px;
  width: 100%;
}
.orders__orderLines--374hK td:first-child {
  padding-left: 0;
}
.orders__orderLines--374hK td:last-child {
  padding-right: 0;
}
.orders__lg--3yemL {
  display: none;
}
@media (min-width: 580px) {
  .orders__lg--3yemL {
    display: unset;
  }
}

.orderLine__itemImage--I9eIO {
  width: 80px;
  height: 80px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.orderLine__orderLineImage--3ryqi {
  width: 1px;
}
.orderLine__orderLineNameAndArticleNumber--1Cg_g {
  flex: 1;
}
.orderLine__orderLineName--vTgjB {
  font-weight: 500;
  word-break: break-word;
}
.orderLine__orderLineArticleNumber--2sAQ2 {
  font-weight: 400;
  color: var(--gray-6);
}
.orderLine__orderLineContextDescription--2ljMz {
  font-weight: 300;
  color: var(--gray-6);
}
.orderLine__orderLineQuantity--1Bz-Z {
  width: 1px;
  white-space: nowrap;
  text-align: right;
  color: var(--black-7);
  font-weight: 500;
}
.orderLine__orderLinePrice--24QhY {
  width: 1px;
  text-align: right;
  color: var(--black-7);
  font-weight: 500;
}
@media (min-width: 580px) {
  .orderLine__orderLinePrice--24QhY {
    width: 80px;
  }
}

.spinner__spinner--1iFrE {
  margin: 70px auto;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 10px;
}
.spinner__spinner--1iFrE > div {
  background-color: var(--gray-1-50);
  height: 100%;
  width: 7px;
  margin-right: 3px;
  display: inline-block;
  border-radius: 25%;
  animation: spinner__sk-stretchdelay--p0rPl 1.2s infinite ease-in-out;
}
.spinner__spinner--1iFrE div:nth-child(2) {
  animation-delay: -1.1s;
}
.spinner__spinner--1iFrE div:nth-child(3) {
  animation-delay: -1s;
}
.spinner__spinner--1iFrE div:nth-child(4) {
  animation-delay: -0.9s;
}
.spinner__spinner--1iFrE div:nth-child(5) {
  animation-delay: -0.8s;
}
@-moz-keyframes spinner__sk-stretchdelay--p0rPl {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
@-webkit-keyframes spinner__sk-stretchdelay--p0rPl {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
@-o-keyframes spinner__sk-stretchdelay--p0rPl {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
@keyframes spinner__sk-stretchdelay--p0rPl {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}

.orderDetails__pageHeading--2o3Xc {
  margin-bottom: 20px;
}
.orderDetails__orderSummary--p5MAd {
  flex: 8 1 auto;
  margin-right: 20px;
}
.orderDetails__container--ExKTd {
  display: flex;
  flex-wrap: wrap;
}
.orderDetails__orderItems--1y-gw {
  flex: 1;
  min-width: 500px;
}
.orderDetails__box--f8k6R {
  background: var(--gray-1-25);
  padding: 20px;
  margin-bottom: 20px;
}
.orderDetails__box--f8k6R li {
  padding: 10px 0;
}
.orderDetails__box--f8k6R li:first-child {
  padding-top: 0;
}
.orderDetails__box--f8k6R li:last-child {
  padding-bottom: 0;
}
.orderDetails__heading--1dbL_ {
  font-weight: 500;
  margin-bottom: 5px;
}
.orderDetails__total--3cbkx {
  padding-top: 10px;
  width: 100%;
  font-weight: 500;
  border-top: 1px solid var(--gray-1-25);
}
.orderDetails__total--3cbkx table {
  width: 100%;
}
.orderDetails__total--3cbkx td:last-of-type {
  text-align: right;
}
.orderDetails__total--3cbkx hr {
  background: var(--sun);
}
.orderDetails__modifier--j7VG9 {
  color: #f00;
}
.orderDetails__shoppingLinks--1MiuO {
  margin: 30px 0;
}
.orderDetails__shoppingLinks--1MiuO hr {
  background: var(--water);
  margin: 20px 0;
}
.orderDetails__shoppingLinks--1MiuO li {
  font-weight: 500;
  padding: 10px 0;
}
.orderDetails__orderDocuments--nOu_4 {
  margin: 30px 0;
}
.orderDetails__orderDocuments--nOu_4 hr {
  background: var(--water);
  margin: 20px 0;
}
.orderDetails__orderDocuments--nOu_4 i {
  font-size: 25px;
  color: var(--blue);
}
.orderDetails__orderDocuments--nOu_4 a {
  font-weight: 500;
  margin-left: 10px;
}
.orderDetails__orderInfo--wGD6V {
  flex: 1 1 auto;
}
.orderDetails__trackingButton--3XxAt {
  width: 100%;
  margin-top: 10px;
  display: block !important;
}

.orderLines__lines--2ftMf {
  margin-bottom: 20px;
}
.orderLines__pack--5zNVk {
  border: 1px solid var(--gray-1-25);
  border-radius: var(--alfa-laval_border-radius);
  margin: 30px 0;
}
.orderLines__packHeader--nicFj {
  display: flex;
  align-items: center;
  padding: 15px 7px 15px 15px;
  font-size: 14px;
  background-color: var(--gray-cowboy);
  border-bottom: 1px solid var(--gray-1-25);
  justify-content: space-between;
  color: var(--gray-9);
}
.orderLines__packPrice--LhGe7 {
  font-weight: 500;
  color: var(--black-7);
}
.orderLines__orderLines--3eBPP {
  width: 100%;
  font-size: 14px;
}

.paymentInfo__container--3oxdC {
  border-left: 10px solid var(--sun);
  background: rgba(253,204,97,0.1);
  padding: 20px 35px;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 1.6;
}
.paymentInfo__container--3oxdC p:first-child {
  margin-top: 0;
}
.paymentInfo__container--3oxdC p:last-child {
  margin-bottom: 0;
}

.quoteRequests__empty--1SbJl {
  padding: 25px;
  border: 1px solid var(--gray-1-50);
  border-radius: 3px;
}
.quoteRequests__quoteRequest--1Lw9u {
  border: 1px solid var(--gray-1-25);
  border-radius: var(--alfa-laval_border-radius);
  margin-bottom: 30px;
}
.quoteRequests__header--18OG7 {
  display: flex;
  align-items: center;
  padding: 15px;
  font-size: 14px;
  background-color: var(--gray-cowboy);
  border-bottom: 1px solid var(--gray-1-25);
}
.quoteRequests__headerRight--1g1vu {
  display: flex;
}
.quoteRequests__quoteRequestNumber--1XaFH {
  background-color: var(--gray-1-25);
  padding: 8px 16px;
  border-radius: var(--alfa-laval_border-radius);
  font-weight: 400;
  color: var(--gray-9);
  white-space: nowrap;
}
.quoteRequests__date--800mJ {
  font-weight: 400;
  color: var(--gray-6);
  padding: 0 15px;
}
.quoteRequests__spacer--2y35D {
  flex: 1;
}
.quoteRequests__body--3_BD- {
  padding: 15px;
}
.quoteRequests__lines--8DEqK {
  font-size: 14px;
  width: 100%;
}
.quoteRequests__lines--8DEqK td:first-child {
  padding-left: 0;
}
.quoteRequests__lines--8DEqK td:last-child {
  padding-right: 0;
}
.quoteRequests__lg--1KWnQ {
  display: none;
}
@media (min-width: 580px) {
  .quoteRequests__lg--1KWnQ {
    display: unset;
  }
}

.generatedQuotes__empty--3xv_q {
  padding: 25px;
  border: 1px solid var(--gray-1-50);
  border-radius: 3px;
}
.generatedQuotes__generatedQuotes--33UOI {
  border: 1px solid var(--gray-1-50);
  border-radius: var(--alfa-laval_border-radius);
}
.generatedQuotes__table--30t1O {
  width: 100%;
  font-weight: 400;
}
.generatedQuotes__table--30t1O td,
.generatedQuotes__table--30t1O th {
  height: auto;
  padding: 1em;
}
.generatedQuotes__table--30t1O th {
  text-transform: none;
  font-weight: 500;
}
.generatedQuotes__table--30t1O thead tr {
  border-bottom: 1px solid var(--gray-1-50);
  background: var(--gray-cowboy);
  color: var(--gray-9);
}
.generatedQuotes__table--30t1O tr {
  margin: 10px;
}
.generatedQuotes__quoteNumber--2ludC {
  word-break: break-word;
}

.loadingButton__btn--3COGq {
  position: relative;
}
.loadingButton__btn--3COGq > span {
  visibility: hidden;
}
.loadingButton__wrapper--dYR-q {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.CircularSpinner__spinner--3qnqs {
  animation: CircularSpinner__rotation--2JTrn 2s linear infinite;
  margin: auto;
  display: block;
}
@-moz-keyframes CircularSpinner__rotation--2JTrn {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes CircularSpinner__rotation--2JTrn {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes CircularSpinner__rotation--2JTrn {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes CircularSpinner__rotation--2JTrn {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.password__container--3qTsy {
  border: 1px solid var(--gray-1-25);
  border-radius: 3px;
  align-self: flex-start;
}
.password__container--3qTsy input:not([type=checkbox]),
.password__container--3qTsy select {
  max-width: 100%;
}
@media (min-width: 720px) {
  .password__container--3qTsy {
    max-width: 420px;
  }
}
.password__header--1j1Ps {
  padding: 16px;
  background-color: var(--gray-cowboy);
  border-bottom: 1px solid var(--gray-1-25);
  color: var(--gray-9);
  font-weight: 500;
}
.password__body--1C3r9 {
  padding: 16px;
}
.password__buttons--1OLc8 {
  text-align: right;
  margin-top: 20px;
}

.taxExempt__table--NRa-Z {
  width: 100%;
}
.taxExempt__table--NRa-Z thead {
  color: var(--gray-9);
}
.taxExempt__table--NRa-Z th {
  text-transform: none;
  padding: 20px 0 10px 10px;
  height: auto;
  width: 33%;
  font-weight: 500;
}
.taxExempt__table--NRa-Z td {
  padding: 0 0 20px 10px;
  height: auto;
}
.taxExempt__statusApproved--i6Azr {
  font-weight: 500;
  color: var(--green-light-cowboy);
}
.taxExempt__statusExpired--3Pq1q,
.taxExempt__statusRejected--1grCd {
  font-weight: 500;
  color: var(--earth);
}
.taxExempt__statusInProgress--IEQwf {
  font-weight: 500;
  color: var(--blue);
}
.taxExempt__exempt--uJQLz {
  border: 1px solid var(--gray-1-50);
  border-radius: 3px;
  margin-bottom: 25px;
}
.taxExempt__formContainer--XTOgn {
  padding: 15px;
  border: 1px solid var(--gray-1-50);
  border-radius: 3px;
}
.taxExempt__form--1yY66 {
  margin-top: 12px;
}
.taxExempt__form--1yY66 > div > * {
  width: 100%;
}
.taxExempt__form--1yY66 input[type='date'],
.taxExempt__form--1yY66 input[type='text'],
.taxExempt__form--1yY66 select {
  max-width: none;
}
.taxExempt__info--1GUAz {
  color: var(--gray-6);
  margin: 10px 0 25px 0;
}
@media (min-width: 720px) {
  .taxExempt__formContainer--XTOgn {
    padding: 25px;
  }
  .taxExempt__table--NRa-Z td:first-child,
  .taxExempt__table--NRa-Z th:first-child {
    padding-left: 25px;
  }
}
@media (min-width: 1280px) {
  .taxExempt__form--1yY66 {
    display: flex;
  }
  .taxExempt__form--1yY66 > div:not(:last-child) {
    flex: 1;
    margin-right: 20px;
  }
  .taxExempt__form--1yY66 .taxExempt__expiry--34DV2 {
    flex: none;
  }
  .taxExempt__form--1yY66 .taxExempt__submit--To5z7 {
    flex: none;
  }
  .taxExempt__form--1yY66 .taxExempt__submit--To5z7 > div {
    margin-top: 18px;
  }
  .taxExempt__form--1yY66 input[type='date'],
  .taxExempt__form--1yY66 input[type='text'],
  .taxExempt__form--1yY66 select,
  .taxExempt__form--1yY66 label:last-child {
    margin-bottom: 0;
  }
}

.FileUpload__container--69dWo {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.FileUpload__container--69dWo [type=file] {
  cursor: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.FileUpload__container--69dWo [type=text] {
  width: 100%;
  margin: 0;
  pointer-events: none;
}
.FileUpload__icon--2H5Uf {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  border: 1px solid var(--gray-1);
  border-radius: var(--alfa-laval_border-radius);
  background: var(--gray-1-25);
  display: flex;
  justify-content: center;
  align-items: center;
}

.myUnits__unit--1B6hJ {
  border: 1px solid var(--gray-1-50);
  border-radius: var(--alfa-laval_border-radius);
  padding: 25px;
  margin-bottom: 40px;
}
.myUnits__unit--1B6hJ h3 {
  color: var(--blue);
  font-weight: 400;
}
.myUnits__serialArticleNumber--3XO3E {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  color: var(--gray-9);
  line-height: 25px;
}
@media (min-width: 720px) {
  .myUnits__serialArticleNumber--3XO3E {
    flex-direction: row;
  }
  .myUnits__serialArticleNumber--3XO3E span:last-of-type:not(:first-of-type) {
    margin-left: 10px;
  }
}
.myUnits__buttons--3zJKQ {
  margin-top: 10px;
  display: flex;
}
.myUnits__image--9wWSk {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
}
/* GRID LAYOUT */
.myUnits__unit--1B6hJ {
  display: grid;
  grid-template-columns: 3fr 1fr;
}
.myUnits__header--2SI0j {
  grid-row: 1;
  grid-column: 1;
}
.myUnits__image--9wWSk {
  grid-row: 1;
  grid-column: 2;
}
.myUnits__buttons--3zJKQ {
  grid-row: 2;
  grid-column: 1/3;
}
@media (min-width: 720px) {
  .myUnits__image--9wWSk {
    grid-column: 2;
    grid-row: 1/3;
  }
}
.myUnits__empty--nqdCr {
  padding: 25px;
  border: 1px solid var(--gray-1-50);
  border-radius: 3px;
}
.myUnits__unitSearch--2T9im {
  margin-bottom: 20px;
  border-radius: 0 18px 0 18px;
  overflow: hidden;
  padding: 0 30px 0px;
  height: 0;
  transition: height 0.2s linear;
}
.myUnits__unitSearch--2T9im.myUnits__visible--2gP2H {
  height: 160px;
}
.myUnits__addUnit--1btYC {
  align-self: flex-end;
  margin-bottom: 15px;
}
.myUnits__remove--QDzx8 {
  background: var(--gray-cowboy) !important;
  color: var(--gray-6);
  margin-left: 10px;
}

.unit__unit--1tvsr {
  border: 1px solid var(--gray-1-50);
  border-radius: var(--alfa-laval_border-radius);
  padding: 25px;
  margin-bottom: 40px;
}
.unit__unit--1tvsr h3 {
  color: var(--blue);
  font-weight: 400;
}
.unit__serialArticleNumber--3hELU {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  color: var(--gray-9);
  line-height: 25px;
}
@media (min-width: 720px) {
  .unit__serialArticleNumber--3hELU {
    flex-direction: row;
  }
  .unit__serialArticleNumber--3hELU span:last-of-type:not(:first-of-type) {
    margin-left: 10px;
  }
}
@media (min-width: 720px) {
  .unit__buttons--sMQj3 {
    min-height: 70px;
  }
}
.unit__unitButton--rAyqT {
  margin-top: 20px;
  padding: 1rem;
  width: 100%;
}
@media (min-width: 720px) {
  .unit__unitButton--rAyqT {
    width: auto;
    padding: 1rem 2rem;
  }
}
.unit__unitButton--rAyqT.unit__registerUnitButton--1yqJv {
  margin-right: 10px;
}
.unit__unitButton--rAyqT.unit__wrongUnit--O0mpc {
  background: var(--gray-cowboy);
  color: var(--gray-6);
}
.unit__image--2vTaW {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
}
/* GRID LAYOUT */
.unit__unit--1tvsr {
  display: grid;
  grid-template-columns: 3fr 1fr;
}
.unit__header--k5QQb {
  grid-row: 1;
  grid-column: 1;
}
.unit__image--2vTaW {
  grid-row: 1;
  grid-column: 2;
}
.unit__buttons--sMQj3 {
  grid-row: 2;
  grid-column: 1/3;
}
@media (min-width: 720px) {
  .unit__image--2vTaW {
    grid-column: 2;
    grid-row: 1/3;
  }
  .unit__buttons--sMQj3 {
    grid-column: 1;
  }
}

.topics__heading--1Znjr {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 25px;
}
.topics__topics--2fErZ {
  display: flex;
  font-size: 14px;
  font-weight: 500;
}
.topics__topic--3mV5E {
  background: var(--gray-cowboy);
  border: 1px solid var(--gray-1-50);
  border-radius: var(--alfa-laval_border-radius);
  padding: 30px 10px 25px;
  flex: 0 0 160px;
  text-align: center;
  transition: box-shadow 150ms ease;
  color: var(--blue);
  fill: var(--blue);
  margin-right: 10px;
}
.topics__topic--3mV5E .topics__title--3g0aZ {
  display: block;
  margin-top: 15px;
}
.topics__topic--3mV5E svg {
  transition: transform 100ms ease;
  height: 43px;
}
.topics__topic--3mV5E:hover {
  box-shadow: 0 0 8px 2px rgba(0,0,0,0.04);
}
.topics__topic--3mV5E:hover svg {
  transform: scale(1.02) translateY(-1px);
}
.topics__partnerLink--3hcLK {
  display: inline-block;
  margin-top: 35px;
  color: var(--gray-4);
  font-size: 14px;
  font-style: italic;
}
.topics__partnerLink--3hcLK i {
  color: var(--gray-4);
}

.documentation__heading--2I_AG {
  font-size: 16px;
  font-weight: 500;
}
.documentation__item--2I5BD {
  display: flex;
  flex: 1 0 100%;
}
@media (min-width: 920px) {
  .documentation__item--2I5BD {
    flex: 1 0 50%;
    max-width: 50%;
  }
}
.documentation__link--3giiH {
  display: flex;
}
.documentation__link--3giiH:hover > div {
  background: var(--gray-1-25);
}
.documentation__icon--20C5N {
  min-width: 55px;
  font-size: 2rem;
  padding: 15px 0 15px 5px;
}
.documentation__details--eee8T {
  padding: 15px 15px 15px 0;
}
.documentation__type--1pz8I {
  font-weight: 500;
}
.documentation__language--3Ob-C {
  color: var(--gray-6);
}
.documentation__title--3dQhW {
  display: block;
}
.documentation__documentationContainer--1Mtjx {
  display: flex;
  flex-wrap: wrap;
}
.documentation__video--2hHPL {
  margin-bottom: 20px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 0 100%;
}
@media (min-width: 920px) {
  .documentation__video--2hHPL {
    flex: 1 0 50%;
    max-width: 50%;
  }
}
.documentation__videoContainer--2MDqN {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: var(--gray-1-25);
}
.documentation__videoContainer--2MDqN iframe,
.documentation__videoContainer--2MDqN object,
.documentation__videoContainer--2MDqN embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.documentation__restricted--3btNA {
  background: var(--gray-1-25);
  padding: 25px;
  height: 250px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  color: var(--blue);
}

.dialog__overlay--dvXa3 {
  position: fixed;
  z-index: 2147483647;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.15);
  display: flex;
  justify-content: center;
  align-items: center;
}
.dialog__dialog--23JWX {
  background: var(--gray-1-25);
  flex: 0 1 500px;
  border-radius: 40px 0 18px 0;
  box-shadow: rgba(0,0,0,0.1) 2px 10px 50px 0;
  margin: 0 0.5em 30px;
  font-size: 1rem;
}
.dialog__header--2yjnb {
  background: var(--gray-1-25);
  color: #fff;
  border-radius: 18px 0 0 0;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
}
.dialog__header--2yjnb span {
  display: block;
  background: var(--blue);
  padding: 0.75rem 1.5rem;
  width: 75%;
  border-radius: 18px 0 18px;
}
.dialog__close--gadjq {
  border: 0;
  color: var(--blue);
  padding: 8px 10px;
  font-size: 20px;
}
.dialog__close--gadjq:hover {
  color: var(--innovation);
}
.dialog__body--2GjHs {
  padding: 1.5rem;
  max-height: calc(100vh - 110px);
  overflow-x: hidden;
  overflow-y: auto;
}
.dialog__footer--38k5x {
  padding: 0 1.2rem 1.2rem;
  text-align: right;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: -5px;
}
.dialog__footer--38k5x button,
.dialog__footer--38k5x a {
  font-size: 1rem;
  padding: 0.5em 1em;
  min-width: 90px;
  margin: 0.3rem;
}

.card__card--1rLqL {
  display: flex;
  flex-direction: column;
  border-radius: 3px;
  border: 1px solid var(--gray-1);
  transition: box-shadow 0.3s;
  padding: 0;
  align-items: normal;
  text-align: left;
}
.card__card--1rLqL:hover {
  box-shadow: 0 0 11px rgba(33,33,33,0.2);
}
.card__card--1rLqL:hover .card__thumbnail--JkE4j {
  transform: scale(1.03);
}
.card__top--4cwlU {
  padding: 10px;
}
.card__thumbnail--JkE4j {
  height: 200px;
  width: 100%;
  object-fit: contain;
  transition: transform 0.3s;
}
.card__bottom--3JCwF {
  background-color: var(--gray-1-25);
  padding: 20px;
  flex: 1;
}
.card__title--3mI-A {
  display: block;
  font-size: 16px;
  font-weight: 500 !important;
  color: var(--gray-9);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.card__description--nynBO {
  display: block;
  color: var(--black-7);
  font-weight: 400 !important;
  margin-top: 5px;
  font-size: 14px;
}
.card__metadata--1ygHj {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.card__metadataLabel--4CdaX {
  font-weight: 500 !important;
  margin-top: 5px;
  display: block;
}
.card__metadataValue--3urZd {
  font-weight: 400 !important;
  display: block;
}

.partAssemblySelect__disclaimer--hrnWx {
  color: var(--gray-9);
  line-height: 1.5;
}

.drawing__container--2Yqt2 {
  height: 100%;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  height: 75vh;
  position: relative;
}
.drawing__panzoom--2TJWH {
  position: absolute;
  display: inline-block;
  line-height: 0;
  background-size: cover;
  width: 100%;
}
.drawing__hotspot--3b3ty {
  position: absolute;
  border: 1px solid var(--innovation);
  padding: 0;
  border-radius: 50%;
  transform: translate3d(-50%, -50%, 0);
  cursor: pointer;
  transition: all 150ms ease;
}
.drawing__hotspot--3b3ty:hover {
  background: rgba(0,127,200,0.1);
  border: 1px solid var(--blue);
}
.drawing__hotspot--3b3ty.drawing__selected--2Z5gI {
  background: rgba(0,127,200,0.2);
}

.partsList__partsTable--1uuZh {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.partsList__partsTable--1uuZh tbody tr {
  cursor: pointer;
  border-top: 1px solid var(--gray-1-25);
}
.partsList__partsTable--1uuZh tbody tr:hover {
  background: rgba(0,127,200,0.05);
}
.partsList__partsTable--1uuZh tbody tr.partsList__selected--E81H8 {
  background: rgba(0,127,200,0.1);
}
.partsList__partsTable--1uuZh th {
  text-transform: none;
}
.partsList__partsTable--1uuZh th,
.partsList__partsTable--1uuZh td {
  height: auto;
  padding: 5px 10px;
}
.partsList__alternativesHeader--2EG6n {
  color: var(--gray-2);
  font-weight: 400;
}
.partsList__partAssemblySiblingButton--3hywu {
  padding: 2px 10px;
  font-size: 14px;
}

.selectAlternativeDialog__table--MZgXc {
  width: 100%;
}
.selectAlternativeDialog__table--MZgXc tr {
  cursor: pointer;
}
.selectAlternativeDialog__table--MZgXc tr:hover {
  background: rgba(0,127,200,0.05);
}
.selectAlternativeDialog__table--MZgXc tr.selectAlternativeDialog__selected--3mLZj {
  background: rgba(0,127,200,0.1);
}
.selectAlternativeDialog__table--MZgXc td {
  height: auto;
  padding: 5px 10px;
}
.selectAlternativeDialog__quantity--17lNH {
  text-align: right;
}

.partAssembly__container--KPwUz {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.partAssembly__drawing--1iMz3 {
  flex: 0 1 580px;
  max-width: 580px;
  border-radius: 3px;
  border: 1px solid var(--gray-1);
  line-height: 0;
}
.partAssembly__products--2Mqp- {
  flex: 1 0 290px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.partAssembly__partsList--6Ocrr {
  overflow: auto;
  flex: 1;
  min-height: 300px;
  position: relative;
  border-radius: 3px;
  border: 1px solid var(--gray-1);
}

.ProductCard__product--11Q8l {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--alfa-laval_border-radius);
  border: 1px solid var(--gray-1);
  min-width: 0; /* Without this, a long description (that has overflow: hidden) makes the flex-child take 100% width in FF */
  transition: box-shadow 0.3s;
}
.ProductCard__product--11Q8l:hover {
  box-shadow: 0 0 11px rgba(33,33,33,0.2);
}
.ProductCard__product--11Q8l:hover > a > .ProductCard__top--2We2u > .ProductCard__image--2gm9N {
  transform: scale(1.05);
}
.ProductCard__header--KL131 {
  position: absolute;
  top: 10px;
  right: 10px;
  left: 10px;
  z-index: 2;
}
.ProductCard__imageLink--3bH3h {
  position: relative;
  overflow: hidden;
}
.ProductCard__top--2We2u {
  color: var(--gray-9);
  font-weight: 400;
  padding: 10px;
}
.ProductCard__details--14JxX {
  background-color: var(--gray-1-25);
  padding: 20px;
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.ProductCard__baseDetails--4uoQd {
  display: flex;
}
.ProductCard__nameAndNumber--rZzpF {
  flex: 1;
  margin-right: 5px;
  overflow: hidden;
}
.ProductCard__name--1Sc1T {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  white-space: nowrap;
  color: var(--gray-9);
  text-overflow: ellipsis;
  overflow: hidden;
}
.ProductCard__number--OE5Gz {
  font-size: 14px;
  font-weight: 300;
  color: var(--gray-6);
}
.ProductCard__price--2enLW {
  color: var(--gray-9);
  font-weight: 400;
  line-height: 1;
}
.ProductCard__price--2enLW span:not(:last-child) {
  display: inline-block;
  margin-bottom: 3px;
}
.ProductCard__attrs--6hE2Q {
  margin-top: 10px;
  flex-grow: 1;
}
.ProductCard__attr--3hSxk {
  font-size: 14px;
}
.ProductCard__attr--3hSxk span {
  display: block;
  margin-bottom: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ProductCard__attrTitle--1mx_L {
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 3px;
}
.ProductCard__image--2gm9N {
  display: block;
  transition: transform 0.3s;
}
.ProductCard__image--2gm9N div {
  height: 170px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
.ProductCard__compare--3xt-K {
  text-align: right;
  font-size: 0.9rem;
  font-weight: 500;
}
.ProductCard__toggleButton--1fbin {
  float: right;
}
.ProductCard__buttons--B6FQr {
  margin-top: 10px;
}
.ProductCard__buttons--B6FQr > div,
.ProductCard__buttons--B6FQr button,
.ProductCard__buttons--B6FQr a {
  width: 100%;
}

.notifyWithClose__container--163sn {
  position: relative;
  padding: 15px 20px 15px 0;
}
.notifyWithClose__buttonWrapper--jj4M0 {
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  display: flex;
  align-items: center;
}
.notifyWithClose__button--3tz1v {
  border: 0;
  padding: 1rem;
  transition: none;
}
.notifyWithClose__button--3tz1v:hover {
  opacity: 0.75;
}

.addToBagButton__container--14e7r {
  display: inline-flex;
  align-items: stretch;
}
.addToBagButton__container--14e7r input {
  height: auto;
  margin-right: 5px;
}
.addToBagButton__btn--3Km5W {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.addToBagButton__btn--3Km5W.addToBagButton__success--3BuXo {
  animation: addToBagButton__itemAdded--kryv5 1500ms ease;
}
.addToBagButton__btn--3Km5W.addToBagButton__success--3BuXo .addToBagButton__title--2_4tJ {
  animation: addToBagButton__itemAddedText--3TTnN 1500ms ease;
}
.addToBagButton__btn--3Km5W.addToBagButton__success--3BuXo .addToBagButton__icon--TWy_p {
  animation: addToBagButton__itemAddedCheck--46LZC 1500ms ease;
}
.addToBagButton__title--2_4tJ,
.addToBagButton__icon--TWy_p {
  position: absolute;
  right: 0;
  left: 0;
}
.addToBagButton__icon--TWy_p {
  transform: translate(0, 30px);
  color: #fff;
}
.addToBagButton__hidden--2zfpL {
  visibility: hidden;
}
.addToBagButton__spinner--3SLef {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@-moz-keyframes addToBagButton__itemAdded--kryv5 {
  25% {
    background: var(--green-light-cowboy);
  }
  75% {
    background: var(--green-light-cowboy);
  }
}
@-webkit-keyframes addToBagButton__itemAdded--kryv5 {
  25% {
    background: var(--green-light-cowboy);
  }
  75% {
    background: var(--green-light-cowboy);
  }
}
@-o-keyframes addToBagButton__itemAdded--kryv5 {
  25% {
    background: var(--green-light-cowboy);
  }
  75% {
    background: var(--green-light-cowboy);
  }
}
@keyframes addToBagButton__itemAdded--kryv5 {
  25% {
    background: var(--green-light-cowboy);
  }
  75% {
    background: var(--green-light-cowboy);
  }
}
@-moz-keyframes addToBagButton__itemAddedText--3TTnN {
  25% {
    transform: translate(0, -30px);
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  80% {
    transform: translate(0, 0);
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}
@-webkit-keyframes addToBagButton__itemAddedText--3TTnN {
  25% {
    transform: translate(0, -30px);
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  80% {
    transform: translate(0, 0);
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}
@-o-keyframes addToBagButton__itemAddedText--3TTnN {
  25% {
    transform: translate(0, -30px);
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  80% {
    transform: translate(0, 0);
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}
@keyframes addToBagButton__itemAddedText--3TTnN {
  25% {
    transform: translate(0, -30px);
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  80% {
    transform: translate(0, 0);
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}
@-moz-keyframes addToBagButton__itemAddedCheck--46LZC {
  25% {
    transform: translate(0, 0);
  }
  60% {
    opacity: 1;
  }
  79% {
    transform: translate(0, 0);
    opacity: 0;
  }
  80% {
    opacity: 0;
    transform: translate(0, 30px);
  }
}
@-webkit-keyframes addToBagButton__itemAddedCheck--46LZC {
  25% {
    transform: translate(0, 0);
  }
  60% {
    opacity: 1;
  }
  79% {
    transform: translate(0, 0);
    opacity: 0;
  }
  80% {
    opacity: 0;
    transform: translate(0, 30px);
  }
}
@-o-keyframes addToBagButton__itemAddedCheck--46LZC {
  25% {
    transform: translate(0, 0);
  }
  60% {
    opacity: 1;
  }
  79% {
    transform: translate(0, 0);
    opacity: 0;
  }
  80% {
    opacity: 0;
    transform: translate(0, 30px);
  }
}
@keyframes addToBagButton__itemAddedCheck--46LZC {
  25% {
    transform: translate(0, 0);
  }
  60% {
    opacity: 1;
  }
  79% {
    transform: translate(0, 0);
    opacity: 0;
  }
  80% {
    opacity: 0;
    transform: translate(0, 30px);
  }
}

.QuantityField__container--11-1o {
  display: flex;
}
.QuantityField__container--11-1o.QuantityField__small--183uH {
  align-items: center;
}
.QuantityField__container--11-1o.QuantityField__small--183uH .QuantityField__field--2-QGp[type='number'] {
  width: 35px;
  height: 25px;
  font-size: 14px;
}
.QuantityField__button--2Y1Mt {
  color: var(--blue);
  border: none;
  margin: 5px;
  padding: 0;
  height: 25px;
  background: var(--gray-1-25);
}
.QuantityField__button--2Y1Mt i {
  font-size: 1.4rem;
}
.QuantityField__field--2-QGp::-webkit-inner-spin-button,
.QuantityField__field--2-QGp::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.QuantityField__field--2-QGp[type='number'] {
  -moz-appearance: textfield;
  width: 40px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.generateQuote__dialog--1G-HJ {
  text-align: left;
}
.generateQuote__dialog--1G-HJ button {
  width: auto;
}
.generateQuote__dialog--1G-HJ h4 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--gray-6);
}
.generateQuote__fields--VblX1 > div:not(:last-child) {
  margin-bottom: 20px;
}
.generateQuote__fields--VblX1 input {
  width: 100%;
}
.generateQuote__relatedItem--25U5N {
  margin-right: 15px;
}

.shoppingButtons__addedToCartDialog--5kAAv {
  display: flex;
  align-items: center;
}
.shoppingButtons__addedToCartDialog--5kAAv i {
  color: var(--water);
  font-size: 25px;
  margin-right: 5px;
}

.SignInToUnlockButton__signInToUnlock--2X6sS {
  display: inline-block;
  font-weight: 400;
  color: var(--black-7);
}
.SignInToUnlockButton__signInToUnlock--2X6sS .SignInToUnlockButton__signInButton--Z3skl {
  white-space: nowrap;
  display: flex;
}
.SignInToUnlockButton__signInToUnlock--2X6sS .SignInToUnlockButton__signInButton--Z3skl button {
  font-size: 0.8rem;
  padding: 4px 1.5em;
  background-color: var(--gray-1-50);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: var(--gray-6);
}
.SignInToUnlockButton__unit--1on_q {
  padding: 4px 0px 4px 4px;
}

.productPrice__originalPrice--3h6Kv {
  text-decoration: line-through;
}
.productPrice__discountedPrice--2ui0l {
  color: #f00;
}

.toggleButton__toggle--3OCsA {
  margin: 4px;
}
.toggleButton__toggle--3OCsA label {
  cursor: pointer;
}
.toggleButton__toggle--3OCsA label span {
  border-radius: var(--alfa-laval_border-radius);
  border: 1px solid var(--gray-4);
  text-align: center;
  padding: 5px;
  display: block;
}
.toggleButton__toggle--3OCsA label input {
  display: none;
}
.toggleButton__toggle--3OCsA input:checked + span {
  background-color: var(--water);
  border: 1px solid var(--water);
  color: #fff;
}

.ribbon__ribbon--2QPMX {
  margin: 0;
  padding: 0;
  position: absolute;
  transform: translateX(30%) rotate(45deg);
  letter-spacing: 1px;
  text-align: center;
  min-width: 60px;
}
.ribbon__position-topRight--2H1nW {
  top: 0;
  right: 0;
  transform-origin: top left;
  transform: translateX(30%) rotate(45deg);
}
.ribbon__position-bottomLeft--22qx3 {
  bottom: 0;
  left: 0;
  transform-origin: bottom right;
  transform: translateX(-30%) rotate(45deg);
}
.ribbon__theme-innovation--2uokW {
  background: var(--innovation);
  color: #fff;
}
.ribbon__size-small--1ONyK {
  font-size: 12px;
  font-weight: 500;
  padding: 8px 4px;
}
.ribbon__size-large--1DIyD {
  font-size: 16px;
  padding: 16px 1px;
}
.ribbon__ribbon--2QPMX:before,
.ribbon__ribbon--2QPMX:after {
  content: '';
  position: absolute;
  top: 0;
  margin: 0 -1px; /* overlap 1px to avoid white glitch line */
  width: 100%;
  height: 100%;
  background: inherit;
}
.ribbon__ribbon--2QPMX:before {
  right: 100%;
}
.ribbon__ribbon--2QPMX:after {
  left: 100%;
}

.content__default--3dBi- {
  max-width: 1400px;
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  padding: 0 14px;
}
@media (min-width: 920px) {
  .content__default--3dBi- {
    padding: 0 7em;
  }
}

.highlights__container--1eg2k {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .highlights__container--1eg2k {
    display: block;
  }
}
.highlights__container--1eg2k.highlights__small--1uqML {
  width: 100%;
  padding: 0;
}
.highlights__container--1eg2k.highlights__small--1uqML ul {
  margin: 20px 0 0 0;
  flex-direction: column;
}
.highlights__container--1eg2k.highlights__small--1uqML .highlights__heading--1kglK,
.highlights__container--1eg2k.highlights__small--1uqML .highlights__body--1zZ20 {
  font-size: 14px;
  display: inline;
  color: var(--black-7);
}
.highlights__container--1eg2k.highlights__small--1uqML .highlights__heading--1kglK {
  font-weight: 500;
}
.highlights__container--1eg2k.highlights__small--1uqML .highlights__body--1zZ20 {
  font-weight: 300;
  margin-left: 3px;
}
.highlights__container--1eg2k.highlights__small--1uqML .highlights__icon--2c9Hh svg {
  height: 20px;
}
.highlights__highlights--240Mb {
  display: flex;
  margin: 50px 0 40px;
  gap: 20px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .highlights__highlights--240Mb {
    flex-direction: row;
    margin: 50px 0 65px;
  }
}
.highlights__highlight--1-AUB {
  display: flex;
  flex: 1;
}
.highlights__icon--2c9Hh {
  margin-right: 15px;
}
.highlights__icon--2c9Hh svg {
  fill: var(--blue);
  stroke-width: 0;
  stroke: var(--blue);
}
.highlights__heading--1kglK {
  display: block;
  font-size: 28px;
  color: var(--blue);
  margin-bottom: 10px;
}
.highlights__body--1zZ20 {
  color: var(--gray-9);
  font-size: 18px;
  font-weight: 400;
}

.partDetails__productCard--37epw {
  max-width: 320px;
}
.partDetails__productMissing--1QSPp {
  color: var(--earth);
  font-weight: 400;
}
.partDetails__serviceKitsLabel--3EooW {
  font-size: 14px;
  color: var(--gray-9);
  font-weight: 400;
}
.partDetails__serviceKits--1BHC5 {
  display: flex;
  flex-direction: column;
}
.partDetails__serviceKit--te9xN {
  margin-top: 5px;
}

.partAssemblyDetails__container--3ewPU {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  background: var(--gray-1-25);
  border-bottom: 1px solid var(--gray-1);
  line-height: 1;
}
.partAssemblyDetails__price--1LVN9 {
  flex: 1;
  color: var(--gray-9);
  font-weight: 400;
}

.crumbs__crumbs--3Wsu9 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.crumbs__crumbs--3Wsu9 i {
  margin: 0 5px;
}
.crumbs__lg--2mHQ9 {
  display: none;
}
@media (min-width: 768px) {
  .crumbs__sm--1RHDZ {
    display: none;
  }
  .crumbs__lg--2mHQ9 {
    display: block;
  }
}

.technicalTroubleShooting__iframe--1nEph {
  width: 100%;
  height: 600px;
  max-height: 75vh;
  border: 1px solid var(--gray-1-50);
  border-radius: 3px;
}

.map__mapMarker--2hTph {
  font-size: 0.8rem;
}
.map__mapMarker--2hTph > div:first-child {
  width: 25px;
  height: 41px;
  cursor: pointer;
  margin-top: -41px;
  margin-left: -12.5px;
}
.map__mapMarker--2hTph > div:last-child {
  display: none;
  margin-left: -159px;
  margin-top: 15px;
  box-sizing: content-box;
  width: 300px;
  padding: 8px;
  position: relative;
  background-color: #fff;
  border: 1px solid var(--gray-6);
  border-radius: 4px;
  z-index: 10;
}
.map__mapMarker--2hTph > div:last-child:after,
.map__mapMarker--2hTph > div:last-child:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.map__mapMarker--2hTph > div:last-child:after {
  border-color: rgba(255,255,255,0);
  border-bottom-color: #fff;
  border-width: 14px;
  margin-left: -14px;
}
.map__mapMarker--2hTph > div:last-child:before {
  border-color: rgba(153,153,153,0);
  border-bottom-color: var(--gray-6);
  border-width: 15px;
  margin-left: -15px;
}
.map__mapMarker--2hTph > div:last-child > p:first-of-type {
  margin-top: 0;
  font-weight: 500;
}
.map__mapMarker--2hTph > div:last-child > p:last-of-type {
  margin-bottom: 0;
}
.map__mapMarker--2hTph:hover > div:first-child,
.map__mapMarker--2hTph.map__selected--2bYc0 > div:first-child {
  opacity: 0.6;
}
.map__mapMarker--2hTph:hover > div:last-child,
.map__mapMarker--2hTph.map__selected--2bYc0 > div:last-child {
  display: block;
}
.map__mapOverlay--3aTxm {
  background-color: #fff;
  opacity: 0.5;
  width: 300vh;
  height: 300vh;
  margin-left: -100vh;
  margin-top: -100vh;
}

.servicePartner__header--1ls5F {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
.servicePartner__header--1ls5F h4 {
  font-size: 32px;
  color: var(--blue);
}
.servicePartner__container--2scyu {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1000px) {
  .servicePartner__container--2scyu {
    flex-direction: row;
  }
}
.servicePartner__logo--3HRvV {
  margin: 40px;
  max-width: 150px;
}
.servicePartner__logo--3HRvV img {
  width: 100%;
}
.servicePartner__locationList--2mvmc {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1000px) {
  .servicePartner__locationList--2mvmc {
    max-width: 500px;
  }
}
.servicePartner__map--dlZ5O {
  flex: 1;
}
.servicePartner__location--2RQba {
  border: 1px solid var(--gray-1-50);
  border-radius: 3px;
  padding: 20px;
  cursor: pointer;
}
.servicePartner__location--2RQba > span {
  display: flex;
  gap: 5px;
}
.servicePartner__location--2RQba .servicePartner__icon--1McRY {
  width: 20px;
  height: 20px;
  fill: var(--blue);
}
.servicePartner__phoneNumber--3cvgT,
.servicePartner__website--3U9Hx {
  margin: 10px 0;
}

.filters__container--3sn2h {
  user-select: none;
}
.filters__container--3sn2h .filters__filters--3mwIK {
  display: flex;
}
.filters__container--3sn2h .filters__filters--3mwIK > table {
  width: 100%;
}
.filters__container--3sn2h .filters__buttons--Cafm3 {
  margin-top: 6px;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.filters__container--3sn2h .filters__buttons--Cafm3 button {
  min-width: 100px;
}
.filters__container--3sn2h tr {
  border-bottom: none !important;
}
.filters__container--3sn2h td {
  padding: 0;
}
.filters__container--3sn2h .filters__filter--3NBHu {
  padding: 1em 0;
}
.filters__container--3sn2h .filters__filterName--Ig3dg {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  margin-bottom: 0.5em;
}
.filters__container--3sn2h .filters__filterName--Ig3dg .filters__unit--1AF5s {
  white-space: nowrap;
  margin-left: 0.5em;
}
@media (min-width: 768px) {
  .filters__container--3sn2h .filters__buttons--Cafm3 {
    justify-content: flex-start;
  }
  .filters__closeFilters--zWEbu {
    display: none;
  }
}

.Filter_Value__valueList--3Q6rn {
  display: table;
  width: 100%;
}
.Filter_Value__valueList--3Q6rn label {
  display: table-row;
  cursor: pointer;
  color: var(--gray-9);
  font-size: 16px;
  font-weight: 400;
}
.Filter_Value__valueList--3Q6rn label.Filter_Value__selected--4lYB3 .Filter_Value__badge--CPBTF span {
  background-color: var(--blue);
}
.Filter_Value__valueList--3Q6rn label.Filter_Value__selected--4lYB3 span {
  color: var(--blue);
}
.Filter_Value__valueList--3Q6rn label.Filter_Value__selected--4lYB3 .Filter_Value__badge--CPBTF span {
  color: #fff;
}
.Filter_Value__valueList--3Q6rn label.Filter_Value__zero--14lNg {
  color: var(--gray-1-50);
}
.Filter_Value__valueList--3Q6rn label.Filter_Value__zero--14lNg span {
  color: var(--gray-1-50);
}
.Filter_Value__valueList--3Q6rn label.Filter_Value__zero--14lNg .Filter_Value__badge--CPBTF span {
  background-color: var(--gray-1-25);
}
.Filter_Value__valueList--3Q6rn div {
  display: table-cell;
}
.Filter_Value__valueList--3Q6rn div:first-of-type {
  width: 1.5em;
}
.Filter_Value__valueList--3Q6rn .Filter_Value__badge--CPBTF {
  padding-left: 5px;
  width: 1px;
  text-align: right;
}
.Filter_Value__valueList--3Q6rn .Filter_Value__badge--CPBTF span {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  vertical-align: baseline;
  border-radius: var(--alfa-laval_border-radius);
  background-color: var(--gray-1-25);
  color: var(--blue);
}
.Filter_Value__collapseButton--BeExN {
  font-size: 14px;
}

.Filter_Range__rangeHolder--dSx-U {
  margin: 1em 6px 1.5em 6px;
}
.Filter_Range__disabled--DBKmU {
  opacity: 0.3;
}
.Filter_Range__disabled--DBKmU .noUi-horizontal .noUi-handle {
  background: var(--gray-1);
  border: 1px solid var(--gray-1);
}

/* nouislider - 10.1.0 - 2017-07-28 17:11:18 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base, .noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

/* Styling;
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connect {
  background: #3FB8AF;
  border-radius: 4px;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid var(--blue);
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before, .noUi-handle:after {
  content: '';
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before, .noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target, [disabled].noUi-handle, [disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips, .noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px;
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

/* custom */
.slider {
  flex: 1;
  cursor: pointer;
}

.noUi-connect {
  background: var(--gray-1-25);
  box-shadow: none;
}

.noUi-horizontal .noUi-handle {
  border-radius: 999px;
  width: 20px;
  height: 20px;
  top: -5px;
  left: -10px;
  background: var(--blue);
  cursor: pointer;
}

.noUi-handle {
  box-shadow: none;
}

.noUi-horizontal .noUi-handle:before, .noUi-horizontal .noUi-handle:after {
  display: none;
}

.noUi-tooltip {
  color: black;
  border-radius: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
}

.noUi-base * {
  outline: none;
}

.noUi-horizontal .noUi-handle-lower .noUi-tooltip, .noUi-horizontal .noUi-handle-upper .noUi-tooltip {
  border: none;
  display: inline-block;
  padding: 0;
  font-size: 75%;
  font-weight: 400;
  line-height: 1;
  vertical-align: baseline;
  border-radius: 4px;
  color: #fff;
  background-color: transparent;
  color: var(--gray-4);
  min-height: 1.5em;
}

.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
  bottom: 85%;
}

.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
  top: 115%;
}

.noUi-horizontal {
  height: 10px;
}

.valueSet .noUi-connect {
  background-color: var(--gray-1-50);
}
.Filter_SingleValue__singleValueFilter--1wM6H select {
  width: 100%;
}

.Pagination__container--5KHer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
}
.Pagination__list--fKMJw {
  display: flex;
  flex-direction: row;
}
button.Pagination__page--3MyFp {
  min-width: 20px;
  height: 20px;
  margin-right: 6px;
  padding: 0 3px;
}
button.Pagination__page--3MyFp.Pagination__active--3_0fj {
  background: var(--gray-1-50);
  border-radius: 50%;
}
.Pagination__ellipsis--32btF {
  margin-right: 6px;
  font-weight: normal;
  cursor: default;
  user-select: none;
}
@media (min-width: 450px) {
  .Pagination__ellipsis--32btF,
  button.Pagination__page--3MyFp {
    margin-right: 15px;
  }
}

.ProductGrid__productsGrid--3xL6K {
  margin: 0 -12px;
  display: flex;
  flex-wrap: wrap;
}
.ProductGrid__productFiller--3INBM {
  flex: 1 0 270px;
  margin: 0 12px;
}
.ProductGrid__product--35vRv {
  flex: 1 0 270px;
  margin: 0 12px 26px;
  width: 1px;
}

.spareparts__container--1arPd {
  display: flex;
  flex-direction: column;
}
.spareparts__heading--37Lzf {
  font-size: 16px;
  font-weight: 500;
}
.spareparts__filters--L4WO0 {
  min-width: 250px;
}
.spareparts__results--b3QkA {
  flex: 1;
}
@media (min-width: 870px) {
  .spareparts__container--1arPd {
    flex-direction: row;
  }
  .spareparts__filters--L4WO0 {
    margin-right: 40px;
    align-self: start;
    margin-top: 30px;
  }
}

.errorBlock__container--1ChnP {
  background: var(--gray-1-25);
  padding: 30px;
}

.findSerialNumber__findSN--2A6_Y {
  padding: 20px;
}
.findSerialNumber__findSN--2A6_Y::after {
  content: '';
  clear: both;
  display: table;
}
.findSerialNumber__imgNamePlate--2ESwz {
  width: 100%;
}
@media (min-width: 550px) {
  .findSerialNumber__imgNamePlate--2ESwz {
    width: auto;
    float: left;
    margin-right: 20px;
  }
  .findSerialNumber__findSN--2A6_Y {
    max-width: 550px;
    margin: auto;
  }
}

.unitSearch__container--1PSan {
  background-image: url(/static/images/df8e3fd99af0e6d20136f2f2dbc1b8ac.jpg);
  background-size: cover;
  background-position-y: 50%;
  display: flex;
  align-items: flex-end;
  color: #fff;
}
.unitSearch__container--1PSan h3 {
  color: #fff;
  margin-bottom: 10px;
}
.unitSearch__search--b2-n8 {
  flex: 1;
}
.unitSearch__inputWithButton--wDwhN {
  position: relative;
}
.unitSearch__inputWithButton--wDwhN input {
  width: 100%;
}
.unitSearch__inputWithButton--wDwhN input::placeholder {
  font-size: 14px;
}
.unitSearch__inputWithButton--wDwhN button {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  background: var(--gray-4);
  padding: 0 15px;
  font-size: 14px;
}
.unitSearch__findSerialNumber--14Hwt {
  text-align: right;
}
.unitSearch__findSerialNumber--14Hwt button {
  padding: 5px 0;
  margin: 5px 0;
  font-size: 12px;
  text-decoration: underline;
  font-weight: 400 !important;
}
.unitSearch__findSerialNumber--14Hwt button:hover {
  text-decoration: none;
}

.Cart__empty--2qLcU {
  text-align: center;
}
.Cart__iconButton--16ul2 {
  position: relative;
  display: inline-block;
  padding: 4px;
}
.Cart__iconButton--16ul2 .Cart__badge--3RuTa {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  font-size: 15px;
}
.Cart__iconButton--16ul2 .Cart__badge--3RuTa > span {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  vertical-align: baseline;
  border-radius: 999px;
  color: #fff;
  background-color: var(--green-light-cowboy);
}

.Loader__loader--2LuQd {
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background-color: var(--gray-1-50);
  opacity: 0;
  transition: opacity 100ms 200ms;
}
.Loader__loader--2LuQd.Loader__loading--ob1WB {
  opacity: 1;
}
.Loader__loader--2LuQd.Loader__loading--ob1WB:before {
  display: block;
  position: absolute;
  content: '';
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: var(--blue);
  animation: Loader__loading--ob1WB 2s linear infinite;
}
@-moz-keyframes Loader__loading--ob1WB {
  from {
    left: -200px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}
@-webkit-keyframes Loader__loading--ob1WB {
  from {
    left: -200px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}
@-o-keyframes Loader__loading--ob1WB {
  from {
    left: -200px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}
@keyframes Loader__loading--ob1WB {
  from {
    left: -200px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}

.Header-TopBar__left--1c67x {
  border-top: 6px solid var(--gray-1-25);
}
.Header-TopBar__middle--2shC9 {
  display: flex;
}
.Header-TopBar__right--aec-f {
  background: var(--gray-1-25);
}
.Header-TopBar__filler--1uZN0 {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  border-top: 6px solid var(--gray-1-25);
}
.Header-TopBar__arc--2icBQ {
  background: var(--gray-1-25);
}
.Header-TopBar__arc--2icBQ::before {
  content: '';
  display: block;
  background: #fff;
  border-top-right-radius: 12px;
  width: 12px;
  height: 100%;
}
.Header-TopBar__content--hi4B4 {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  text-align: right;
  background: var(--gray-1-25);
  padding-left: 12px;
  border-bottom-left-radius: 12px;
}
.Header-TopBar__content--hi4B4 button {
  padding: 6px 10px !important;
  color: var(--gray-9);
  transition: background 175ms ease;
}
.Header-TopBar__content--hi4B4 button i {
  font-size: 1rem;
}
.Header-TopBar__content--hi4B4 button:hover {
  background: var(--gray-1-50);
}
.Header-TopBar__hidden--2-2s4 {
  visibility: hidden;
}

.MarketSelectorDialog__dialog--2fRO1 {
  margin: 0 0.5em 18%;
}
.MarketSelectorDialog__text--2ljsC {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
.MarketSelectorDialog__icon--8klSM {
  font-size: 1.8rem;
  color: var(--innovation);
  margin-right: 8px;
}
.MarketSelectorDialog__select--1wyit {
  width: 100%;
}

.fullWidthContent__container--2fWFo {
  display: flex;
}
.fullWidthContent__margin--1E2ZF {
  flex: 1 0 14px;
  overflow: hidden;
}
@media (min-width: 920px) {
  .fullWidthContent__margin--1E2ZF {
    flex: 1 0 7rem;
  }
}
.fullWidthContent__middle--1DL-A {
  flex: 0 1 1400px;
}

.megaMenu__container--3Ckzd {
  z-index: 1;
  position: fixed;
  left: 0;
  right: 0;
  background: var(--gray-1-25);
  overflow: hidden;
  display: none;
  border-bottom: 1px solid var(--gray-1-50);
  box-shadow: 0 8px 8px -2px rgba(0,0,0,0.05);
}
@media (min-width: 920px) {
  .megaMenu__container--3Ckzd {
    display: block;
  }
}
.megaMenu__container--3Ckzd {
  padding: 25px 0;
}
.megaMenu__container--3Ckzd .megaMenu__heading--3A7XY {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 5px;
}
.megaMenu__container--3Ckzd a.megaMenu__heading--3A7XY {
  color: var(--blue);
}
.megaMenu__container--3Ckzd a {
  color: var(--gray-9);
  font-size: 14px;
  font-weight: 400;
}
.megaMenu__mainCategories--2Ds9a {
  width: 100%;
  column-width: 250px;
  margin: 0 -25px;
}
.megaMenu__mainCategories--2Ds9a > li {
  padding: 25px;
  break-inside: avoid;
}
.megaMenu__subCategories--2yXFo > li {
  padding: 5px 0;
}
@-moz-keyframes megaMenu__slideInMount--23Tju {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 800px;
  }
}
@-webkit-keyframes megaMenu__slideInMount--23Tju {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 800px;
  }
}
@-o-keyframes megaMenu__slideInMount--23Tju {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 800px;
  }
}
@keyframes megaMenu__slideInMount--23Tju {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 800px;
  }
}
@-moz-keyframes megaMenu__slideInUnmount--1tp-W {
  0% {
    max-height: 800px;
  }
  100% {
    max-height: 0;
  }
}
@-webkit-keyframes megaMenu__slideInUnmount--1tp-W {
  0% {
    max-height: 800px;
  }
  100% {
    max-height: 0;
  }
}
@-o-keyframes megaMenu__slideInUnmount--1tp-W {
  0% {
    max-height: 800px;
  }
  100% {
    max-height: 0;
  }
}
@keyframes megaMenu__slideInUnmount--1tp-W {
  0% {
    max-height: 800px;
  }
  100% {
    max-height: 0;
  }
}

.supportMenu__support--3Jn6A {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.supportMenu__supportItem--3muGa {
  padding: 15px;
  flex: 1 1 0px;
  height: 160px;
  margin: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1100px) {
  .supportMenu__supportItem--3muGa {
    margin: 20px;
    padding: 20px;
  }
}
a.supportMenu__supportItem--3muGa,
button.supportMenu__supportItem--3muGa {
  color: var(--blue);
  font-size: 16px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.supportMenu__icon--1yjjR {
  width: 50px;
  fill: var(--blue);
  flex: 1;
}
.supportMenu__signUp--o9wJF {
  margin-left: 10px;
}
.supportMenu__signUp--o9wJF a {
  text-decoration: underline;
  color: var(--blue);
  font-size: 16px;
}
.supportMenu__title--31o5G {
  height: 40px;
}

.slideIn__container--29v8y {
  position: fixed;
  z-index: 2147483647;
  width: 100%;
  max-width: 500px;
  height: 100%;
  background: var(--gray-1-25);
  overflow: auto;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--gray-1-50);
  box-shadow: 2px 15px 15px rgba(0,0,0,0.1);
}
.slideIn__container--29v8y button,
.slideIn__container--29v8y button * {
  font-weight: 300 !important;
}
@media (min-width: 920px) {
  .slideIn__container--29v8y {
    display: none;
  }
}
.slideIn__search--1GMDL {
  padding: 16px;
  border-top: 1px solid var(--gray-1-50);
}
.slideIn__search--1GMDL input[type='search'] {
  height: auto;
  padding: 12px 15px;
}
@-moz-keyframes slideIn__slideInMount--3E0Tf {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes slideIn__slideInMount--3E0Tf {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@-o-keyframes slideIn__slideInMount--3E0Tf {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@keyframes slideIn__slideInMount--3E0Tf {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes slideIn__slideInUnmount--3Lic6 {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@-webkit-keyframes slideIn__slideInUnmount--3Lic6 {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@-o-keyframes slideIn__slideInUnmount--3Lic6 {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes slideIn__slideInUnmount--3Lic6 {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

.listMenu__list--1YlxR {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.listMenu__list--1YlxR > li {
  border-top: 1px solid var(--gray-1-50);
  background: #fff;
  display: flex;
}
.listMenu__list--1YlxR > li.listMenu__secondary--3OoZZ {
  background: transparent;
}
.listMenu__list--1YlxR > li > * {
  flex: 1;
  padding: 16px 28px 16px 16px;
  text-align: left;
}
.listMenu__list--1YlxR .listMenu__back--CXdkw {
  background: #fcfcfc;
}
.listMenu__list--1YlxR .listMenu__back--CXdkw i {
  margin-right: 6px;
}
.listMenu__list--1YlxR .listMenu__back--CXdkw > button {
  font-weight: 400 !important;
}
.listMenu__list--1YlxR button,
.listMenu__list--1YlxR a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.listMenu__subList--2WT5q li {
  margin-top: 16px;
  display: flex;
  align-items: center;
}
.listMenu__subList--2WT5q a {
  display: inline-block;
  margin-left: 8px;
}
.listMenu__subItems--3Pmtd {
  position: absolute;
  right: 12px;
}

.menu__container--oh3J3 {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.menu__container--oh3J3 > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.menu__slide--3lYFn {
  transition: transform 0.5s;
}
.menu__left--t3Z1c {
  transform: translate3d(-100%, 0, 0);
}
.menu__right--MX0GK {
  transform: translate3d(100%, 0, 0);
}

.footer__container--EzLmo {
  margin-top: 24px;
  background: var(--blue);
}
.footer__top--3AUEh {
  display: flex;
}
.footer__left--3stvw {
  display: none;
  flex: 1;
  position: relative;
}
.footer__left--3stvw svg {
  position: absolute;
  right: 0;
  bottom: 0;
}
.footer__right--2VbTm {
  background: var(--blue);
  flex: 1;
  border-radius: 18px 18px 0 0;
  padding: 24px 0 0;
  text-align: center;
}
.footer__marginRight--ZFcwG {
  background: var(--blue);
  display: flex;
  flex-direction: column;
}
.footer__marginRightTop--3Avly {
  position: relative;
  flex: 1;
}
.footer__marginRightTop--3Avly svg {
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer__marginRightBottom--1bTEx {
  background: var(--blue);
  flex: 0 0 80px;
}
.footer__arc--25icA {
  width: 20px;
  height: 20px;
  fill: var(--blue);
}
.footer__arc--25icA.footer__rightArc--2VLMK {
  transform: rotate(90deg);
}
@media (min-width: 450px) {
  .footer__container--EzLmo {
    background: var(--gray-1-25);
    padding-top: 24px;
  }
  .footer__marginRight--ZFcwG {
    background: var(--gray-1-25);
  }
  .footer__left--3stvw {
    display: block;
  }
  .footer__right--2VbTm {
    flex: 0 0 316px;
    text-align: left;
    padding: 24px 32px 0;
    min-height: 130px;
  }
}

.contact__address--1O1Cd {
  margin-bottom: 10px;
  color: var(--gray-1);
}
.contact__address--1O1Cd p {
  margin: 0;
}
.contact__address--1O1Cd p:first-child {
  font-weight: 300;
  font-size: 20px;
  line-height: 38px;
}
.contact__address--1O1Cd p:not(:first-child) {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
}
.contact__address--1O1Cd a {
  color: #fff;
}
.contact__address--1O1Cd a:hover {
  text-decoration: underline;
}

.bottom__container--1jYVt {
  background: var(--blue);
  text-align: center;
}
.bottom__publicWeb--2i8tQ a.bottom__button--2dzfA {
  padding: 12px 20px;
}
.bottom__copyright--1Ieq_ {
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}
.bottom__icons--BxlOl {
  display: inline-block;
}
.bottom__icons--BxlOl li {
  display: inline-block;
}
.bottom__icons--BxlOl a {
  padding: 5px;
  transition: opacity 0.2s;
}
.bottom__icons--BxlOl:hover a {
  opacity: 0.5;
}
.bottom__icons--BxlOl a:hover {
  opacity: 1;
}
.bottom__icon--qfS_9 {
  width: 18px;
  height: 18px;
  fill: #fff;
}
.bottom__links--1FaIt {
  font-size: 14px;
  font-weight: 400;
}
.bottom__links--1FaIt li {
  display: inline-block;
  margin: 4px 0 4px 6px;
}
.bottom__links--1FaIt li:first-child {
  margin-left: 0;
}
.bottom__links--1FaIt a {
  padding: 5px;
  white-space: nowrap;
  color: #fff;
}
.bottom__links--1FaIt a:hover {
  text-decoration: underline;
}
/* POSITIONING */
.bottom__content--12A1K {
  min-height: 75px;
  padding: 15px 0;
  color: var(--gray-1);
  display: grid;
}
.bottom__content--12A1K > * {
  margin: 8px 0;
}
.bottom__publicWeb--2i8tQ {
  grid-row: 1;
  grid-column: 1;
}
.bottom__links--1FaIt {
  grid-row: 2;
  grid-column: 1;
}
.bottom__socialLinks--1iufV {
  grid-row: 3;
  grid-column: 1;
}
.bottom__copyright--1Ieq_ {
  grid-row: 4;
  grid-column: 1;
}
@media (min-width: 720px) {
  .bottom__content--12A1K {
    grid-template-columns: min-content 1fr;
    align-items: center;
    padding: 15px 0 7px;
  }
  .bottom__publicWeb--2i8tQ {
    grid-row: 1;
    grid-column: 1;
    margin: 0;
  }
  .bottom__links--1FaIt {
    grid-row: 1;
    grid-column: 2;
    white-space: nowrap;
    text-align: right;
  }
  .bottom__socialLinks--1iufV {
    grid-row: 2;
    grid-column: 2;
    text-align: right;
  }
  .bottom__copyright--1Ieq_ {
    grid-row: 2;
    grid-column: 1;
  }
}
@media (min-width: 1100px) {
  .bottom__content--12A1K {
    grid-template-columns: min-content min-content 1fr min-content;
    align-items: center;
    padding: 15px 0;
  }
  .bottom__publicWeb--2i8tQ {
    grid-row: 1;
    grid-column: 1;
    margin: 0 15px 0 0;
  }
  .bottom__links--1FaIt {
    grid-row: 1;
    grid-column: 4;
    white-space: nowrap;
  }
  .bottom__socialLinks--1iufV {
    grid-row: 1;
    grid-column: 3;
    text-align: center;
  }
  .bottom__copyright--1Ieq_ {
    grid-row: 1;
    grid-column: 2;
  }
}

.tinyFooter__container--2D8F9 {
  background: var(--blue);
  font-size: 14px;
}
.tinyFooter__footer--1EvCE {
  padding: 15px 0;
  color: #fff;
  text-align: center;
}
.tinyFooter__footer--1EvCE a:not(:first-child) {
  margin-left: 15px;
}
.tinyFooter__footer--1EvCE a {
  color: #fff;
  font-weight: 400;
}
.tinyFooter__footer--1EvCE a:hover {
  text-decoration: underline;
}
.tinyFooter__copyright--2VUZ1,
.tinyFooter__links--33es0 {
  margin: 4px 0;
}
@media (min-width: 720px) {
  .tinyFooter__footer--1EvCE {
    display: flex;
    justify-content: space-between;
  }
}

.error__error--Qfksu {
  text-align: center;
}
.error__error--Qfksu h1 {
  font-size: 2em;
  margin: 1em 0;
  padding: 0;
}
.error__error--Qfksu h2 {
  font-size: 1em;
  margin-bottom: 2em;
  padding: 0;
}

.Switcher__switcher--2ZSvO {
  position: relative;
}
.Switcher__switcher--2ZSvO .fade-enter {
  opacity: 0;
}
.Switcher__switcher--2ZSvO .fade-enter-active {
  opacity: 1;
  transition: all 300ms 50ms;
}
.Switcher__switcher--2ZSvO .fade-leave {
  opacity: 0;
}
.Switcher__switcher--2ZSvO .fade-leave-active {
  opacity: 0;
}

