@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500&subset=cyrillic);
/* === TABLES === */
table.Common__borderBetween--3BhGT {
  font-size: 0.9em;
  color: #847770;
}
table.Common__borderBetween--3BhGT tr {
  background-color: #fff !important;
}
table.Common__borderBetween--3BhGT th {
  font-size: 0.7em;
  text-transform: uppercase;
  height: auto;
  text-align: left;
}
table.Common__borderBetween--3BhGT th,
table.Common__borderBetween--3BhGT td {
  padding: 0px 16px;
  padding: 0px 1rem;
}
table.Common__borderBetween--3BhGT tr td {
  border-bottom: 1px solid #eee;
  height: 4em;
}
table.Common__borderBetween--3BhGT tr:last-of-type td {
  border-bottom: none;
}
.Common__labelCell--1HeSI {
  font-weight: 400;
  font-size: 12.8px;
  font-size: 0.8rem;
}
/* === BUTTONS === */
div.Common__buttons--2WlEn.Common__right--1jT4D {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          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);
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
button:focus {
  outline: 0;
}
a.Common__button--385KZ {
  display: inline-block;
  text-align: center;
}
button,
a.Common__button--385KZ,
a.Common__button--385KZ:visited {
  background: none;
  border: none;
  padding: 0.75em 2em;
  border-radius: 3px;
  text-decoration: none;
  overflow: hidden;
}
button.Common__small--3HG5V,
a.Common__button--385KZ.Common__small--3HG5V {
  padding: 0.5em 0.75em;
}
button,
button *,
a.Common__button--385KZ,
a.Common__button--385KZ * {
  font-weight: 500 !important;
}
button.Common__primary--1f6gY,
a.Common__button--385KZ.Common__primary--1f6gY {
  background: #11387F;
  color: #fff;
}
button.Common__primaryLight--2qiSP,
a.Common__button--385KZ.Common__primaryLight--2qiSP {
  background: #007FC8;
  color: #fff;
}
button.Common__secondary--v2qpY,
a.Common__button--385KZ.Common__secondary--v2qpY {
  background: #ece8e5;
  color: #847770;
}
a.Common__button--385KZ.Common__disabled--tF-ZD,
a.Common__button--385KZ[disabled],
button[disabled] {
  background-color: #f1f1f1 !important;
  color: #ece8e5 !important;
  cursor: not-allowed !important;
}
a.Common__button--385KZ.Common__disabled--tF-ZD i,
a.Common__button--385KZ[disabled] i,
button[disabled] i {
  opacity: 0.4 !important;
}
a.Common__button--385KZ.Common__primaryLight--2qiSP.Common__disabled--tF-ZD,
a.Common__button--385KZ.Common__primaryLight--2qiSP[disabled],
button.Common__primaryLight--2qiSP[disabled] {
  background-color: #005e94 !important;
  color: #11387F !important;
  cursor: not-allowed !important;
}
a.Common__button--385KZ.Common__primaryLight--2qiSP.Common__disabled--tF-ZD i,
a.Common__button--385KZ.Common__primaryLight--2qiSP[disabled] i,
button.Common__primaryLight--2qiSP[disabled] i {
  opacity: 0.4 !important;
}
button.Common__plain--Cn_kD,
a.Common__plain--Cn_kD {
  color: #11387F;
  border-radius: 0;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}
button.Common__plain--Cn_kD.Common__imageButton--SKPxS,
a.Common__plain--Cn_kD.Common__imageButton--SKPxS {
  padding: 0.25em;
}
button.Common__iconButton--1J1p9,
a.Common__button--385KZ.Common__iconButton--1J1p9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
button.Common__iconButton--1J1p9:not(.Common__plain--Cn_kD) > i,
a.Common__button--385KZ.Common__iconButton--1J1p9:not(.Common__plain--Cn_kD) > i {
  margin-right: -1.5em;
  margin: 0 -0.4em 0 0.4em;
}
a.Common__externalLink--1OuQV {
  color: #11387F;
  text-decoration: underline;
}
a.Common__externalLink--1OuQV:hover {
  text-decoration: none;
}
/* === HELPERS === */
.Common__cover--1jwX3 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.Common__center--1rsLH {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.Common__truncate--1MUKj {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background-color: #fff;
}
.header__appHeader--3PByX {
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.5em;
  max-width: 1400px;
  margin: 0 auto 2px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.header__title--xBqLf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo--rMFt2 img {
  max-height: 30px;
}
.header__sm--2XnSW i {
  font-size: 21px;
}
.header__lg--1b_SS {
  display: none;
}
.header__headerRight--2GHTD {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__mobileIcons--30jBE {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 86px;
          flex: 0 0 86px;
}
@media (min-width: 920px) {
  .header__sm--2XnSW {
    display: none !important;
  }
  .header__lg--1b_SS {
    display: block;
  }
  .header__lg--1b_SS i {
    font-size: 1.5em;
  }
  .header__appHeader--3PByX {
    padding: 0 7em;
  }
  .header__title--xBqLf {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: -18px;
  }
  header {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .header__logo--rMFt2 img {
    margin-right: 1em;
    max-height: 44px;
  }
  .header__title--xBqLf {
    margin-right: 0;
  }
  .header__headerMiddle--1clzi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__headerRight--2GHTD {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .header__headerRight--2GHTD > .header__cartButton--36eIJ,
  .header__headerRight--2GHTD .header__signIn--1CoXi {
    border-left: solid 1px #ece8e5;
    margin-left: 0.5em;
    padding-left: 0.5em !important;
  }
  .header__headerRight--2GHTD button:hover {
    opacity: 0.8;
  }
  .header__search--1a8ky {
    width: 250px;
  }
  .header__signIn--1CoXi > div > button > span {
    position: relative;
    bottom: 2px;
    font-weight: 300 !important;
  }
}

.Search__container--3ecAL {
  position: relative;
}
.Search__popup---zdjY {
  background: #ece8e5;
  width: 100%;
  position: absolute;
  z-index: 6;
  overflow-y: auto;
  max-height: calc(100vh - 165px);
}
.Search__popup---zdjY ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.Search__popup---zdjY a {
  text-decoration: none;
  display: block;
}
.Search__popup---zdjY a,
.Search__popup---zdjY p {
  padding: 1em;
  margin: 0;
}
.Search__popup---zdjY a:hover,
.Search__popup---zdjY a:focus {
  background: #f5f3f2;
  outline: none;
}
.Search__resultType--2ZWFz {
  font-size: smaller;
}
.Search__searchField--3XZ9b {
  width: 100%;
}
.Search__searchButtonWrapper--2djJB {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Search__searchButton--24_9q {
  border: none;
  padding: 4px;
  color: #11387F;
}
.Search__searchButton--24_9q i {
  font-size: 24px;
  font-size: 1.5rem;
}
.Search__overlay--1u9KX {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
}

.breadCrumbs__breadCrumbs--KLBs_ {
  padding: 0 1em;
  line-height: 32px;
  min-height: 5px;
  font-size: 14px;
  color: #3d3935;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0px auto 2px auto;
  white-space: nowrap;
  background: #f5f3f2;
  position: relative;
}
.breadCrumbs__breadCrumbs--KLBs_ .breadCrumbs__breadWrapper--2uVjK {
  max-width: 1400px;
  max-height: 32px;
  margin: 0 auto;
}
.breadCrumbs__breadCrumbs--KLBs_ a,
.breadCrumbs__breadCrumbs--KLBs_ span {
  opacity: 0.75;
  font-weight: 500;
}
.breadCrumbs__breadCrumbs--KLBs_ span {
  color: #3d3935;
}
.breadCrumbs__breadCrumbs--KLBs_ a {
  text-decoration: none;
  color: #11387F;
}
.breadCrumbs__breadCrumbs--KLBs_ i {
  font-weight: 300;
  color: #847770;
}
.breadCrumbs__fakeAuth--3Bo49 {
  position: absolute;
  width: 8px;
  height: 100%;
  max-height: 8px;
  bottom: 0;
  right: 0;
}
.breadCrumbs__sm--J26FL {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #11387F;
}
.breadCrumbs__sm--J26FL i {
  padding-right: 10px;
}
.breadCrumbs__lg--10e_v {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #11387F;
  display: none;
}
.breadCrumbs__lg--10e_v i {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .breadCrumbs__sm--J26FL {
    display: none;
  }
  .breadCrumbs__lg--10e_v {
    display: block;
  }
}
@media (min-width: 920px) {
  .breadCrumbs__breadCrumbs--KLBs_ {
    padding: 0 7rem;
  }
}

.sidebar__sidebar--s_bNj {
  background-color: #f5f3f2;
  border-radius: 3px;
}
.sidebar__sidebar--s_bNj a li {
  margin: 1px;
  padding: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sidebar__sidebar--s_bNj a li:hover,
.sidebar__sidebar--s_bNj a li.sidebar__active--3me-M {
  background: #ece8e5;
}

.userForm__fields--2CGkE {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.userForm__fields--2CGkE > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.userForm__fields--2CGkE > div:not(:last-child) {
  margin-right: 15px;
}
.userForm__checkbox--1HgC5 {
  font-size: 16px;
  font-size: 1rem;
}
.userForm__invalid--3jMzv {
  margin-top: -12px;
  font-size: 12.8px;
  font-size: 0.8rem;
  color: #f00;
  text-align: right;
}
.userForm__warning--hqMC9 {
  margin-top: -12px;
  font-size: 12.8px;
  font-size: 0.8rem;
  color: #ffa500;
  text-align: right;
}

.Checkbox__container--uWbQx {
  display: inline-block;
}
.Checkbox__container--uWbQx input[type=checkbox] {
  opacity: 0;
  position: absolute;
  width: 13px;
}
.Checkbox__container--uWbQx input[type=checkbox]:focus + .Checkbox__toggle--2z4nl::before {
  -webkit-text-stroke: 1px rgba(0, 0, 0, .15);
}
.Checkbox__container--uWbQx input[type=checkbox] + .Checkbox__toggle--2z4nl::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--uWbQx input[type=checkbox]:checked + .Checkbox__toggle--2z4nl::before {
  content: '\F14A';
}
.Checkbox__toggle--2z4nl {
  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;
  -webkit-transition-property: visibility, opacity, -webkit-transform;
  transition-property: visibility, opacity, -webkit-transform;
  transition-property: transform, visibility, opacity;
  transition-property: transform, visibility, opacity, -webkit-transform;
}
.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: currentColor;
  border-top-color: initial;
  -webkit-transform-origin: center top;
          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: currentColor;
  border-bottom-color: initial;
  -webkit-transform-origin: center bottom;
          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: currentColor;
  border-left-color: initial;
  right: -7px;
  -webkit-transform-origin: center left;
          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: currentColor;
  border-right-color: initial;
  -webkit-transform-origin: center right;
          transform-origin: center right;
}
.tippy-box[data-inertia][data-state=visible] {
  -webkit-transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
          transition-timing-function: cubic-bezier(0.54, 1.5, 0.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;
  -webkit-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);
          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] {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=bottom] {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=left] {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=right] {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
small {
  font-size: 80%;
}
svg:not(:root) {
  overflow: hidden;
}
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 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 2 */
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  display: block;
}
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.3Je6N.eot);
  src: url(/static/fonts/psg-icons.3Je6N.eot#iefix) format('embedded-opentype'), url(/static/fonts/psg-icons.E1ACQ.woff2) format('woff2'), url(/static/fonts/psg-icons.1SEg2.woff) format('woff'), url(/static/fonts/psg-icons.34Snx.ttf) format('truetype'), url(/static/fonts/psg-icons.3Xmk0.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;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  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';
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  min-width: 320px;
  font-weight: 300;
  font-size: 16px;
  font-family: Roboto, sans-serif;
  color: #3d3935;
  overflow-y: scroll;
}
.App__app--2ymMB {
  position: relative;
}
.App__row--2qsa- {
/* IE-fix: A flexbox with flex-direction column must have a wrapping flexbox with flex-direction row for min-height to work in IE */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.App__col--16z1p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
main {
  padding: 127px 0 7px;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
hr {
  border: 0;
  height: 1px;
  background: #847770;
  background-image: -webkit-gradient(linear, left top, right top, from(#d7d2cb), color-stop(#847770), to(#d7d2cb));
  background-image: linear-gradient(to right, #d7d2cb, #847770, #d7d2cb);
}
.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 {
  color: #3d3935;
  font-weight: 300;
  margin: 0px;
}
h1 {
  font-size: 40px;
  line-height: 64px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
a {
  color: #11387F;
  text-decoration: none;
  cursor: pointer;
}
address {
  font-style: normal;
}
b {
  font-weight: 500;
}
/* === LAYOUT === */
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.App__raw--jslJy a {
  text-decoration: underline;
}
.App__raw--jslJy a:hover {
  text-decoration: none;
}
.App__raw--jslJy h3 {
  text-align: left;
}
.App__raw--jslJy ul {
  list-style-position: inside;
}
.App__cookieConsent--3mqat {
  background: #f5f3f2;
  padding: 0.5em;
  z-index: 100;
  overflow-x: auto;
}
.App__cookieConsent--3mqat > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.App__cookieConsent--3mqat > div a {
  text-decoration: underline;
}
.App__cookieConsent--3mqat > div > button {
  margin: 0 1em;
  white-space: nowrap;
}
@media (min-width: 920px) {
  .App__cookieConsent--3mqat > 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: 16px;
  font-size: 1rem;
  padding: 6px 10px;
  background-color: #fff;
  color: #847770;
  font-weight: 400;
  border: 1px solid #d7d2cb;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type='email']::-webkit-input-placeholder,
input[type='phone']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
input[type='date']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #ece8e5;
}
input[type='email']:-ms-input-placeholder,
input[type='phone']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
input[type='date']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #ece8e5;
}
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: #ece8e5;
}
optgroup {
  background: #ece8e5;
  color: #3d3935;
}
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 #847770;
  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: #b4aca5;
}
form label input {
  display: inline;
  margin: 0;
}
/* === THIRD PARTY OVERRIDES === */
[data-tippy-root] {
  z-index: 2 !important;
}
.tippy-box {
  font-size: 15.2px !important;
  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--2edTf {
  color: #11387F;
  margin-left: 5px;
  margin-right: 5px;
}

.orders__table--1Nv1L {
  width: 100%;
  border: 1px solid #ece8e5;
  background-color: #f5f3f2;
  font-weight: 400;
}
.orders__table--1Nv1L td,
.orders__table--1Nv1L th {
  height: auto;
  padding: 1em;
}
.orders__table--1Nv1L th {
  text-transform: none;
  font-weight: 500;
}
.orders__table--1Nv1L thead tr,
.orders__table--1Nv1L tr:not(:last-child) {
  border-bottom: 1px solid #ece8e5;
}
th.orders__lg--10ZDJ,
td.orders__lg--10ZDJ {
  display: none;
}
@media (min-width: 720px) {
  th.orders__lg--10ZDJ,
  td.orders__lg--10ZDJ {
    display: table-cell;
  }
}

.orderDetails__lg--Kgond {
  display: none;
}
@media (min-width: 720px) {
  .orderDetails__lg--Kgond {
    display: block;
  }
  .orderDetails__sm--3wsuK {
    display: none;
  }
}
.orderDetails__table--1JAeK {
  width: 100%;
}
.orderDetails__table--1JAeK .orderDetails__packItem--2fWMx td {
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}
.orderDetails__table--1JAeK .orderDetails__packItem--2fWMx td:first-child {
  padding-left: 40px;
}
.orderDetails__table--1JAeK .orderDetails__pack--1SL1Y td,
.orderDetails__table--1JAeK .orderDetails__packItem--2fWMx td {
  border-bottom: 0;
}
.orderDetails__table--1JAeK .orderDetails__pack--1SL1Y:not(:first-child) td {
  border-top: 1px solid #eee;
}
.orderDetails__details--1PcgR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.5em;
}
.orderDetails__details--1PcgR:first-child {
  margin-top: -0.5em;
}
.orderDetails__details--1PcgR li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 51%;
          flex: 1 1 51%;
  padding: 16px;
  padding: 1rem;
  background: #f5f3f2;
  border-radius: 3px;
  margin: 1px 0.5em;
}
@media (min-width: 720px) {
  .orderDetails__details--1PcgR li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 34%;
            flex: 1 1 34%;
    margin: 0.5em;
  }
}
@media (min-width: 1000px) {
  .orderDetails__details--1PcgR li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 719px) {
  .orderDetails__total--1-Rbd {
    width: 100%;
  }
}

.Total__container--3kAC2 {
  width: 100%;
  padding: 20px;
  border-radius: 3px;
  background: #f5f3f2;
  margin: 0 0 0.5em auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 920px) {
  .Total__container--3kAC2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
.Total__container--3kAC2 h2 {
  font-weight: 400;
  font-size: 18px;
  padding-bottom: 20px;
  line-height: 18px;
}
hr {
  background: #fdcc61;
  margin: 15px 0;
}
.Total__table--3mFTa {
  width: 100%;
  font-size: 14px;
}
.Total__table--3mFTa th,
.Total__table--3mFTa td {
  height: auto;
  padding: 9px 0;
  text-transform: none;
  font-weight: 500;
}
.Total__table--3mFTa td:last-child {
  text-align: right;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
}
.Total__dirty--1Alrd {
  opacity: 0.5;
}

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

.quoteRequests__table--lgGsH {
  width: 100%;
  border: 1px solid #ece8e5;
  background-color: #f5f3f2;
  font-weight: 400;
}
.quoteRequests__table--lgGsH td,
.quoteRequests__table--lgGsH th {
  height: auto;
  padding: 15px;
}
.quoteRequests__table--lgGsH th {
  text-transform: none;
  font-weight: 500;
}
.quoteRequests__table--lgGsH thead tr,
.quoteRequests__table--lgGsH tr:not(:last-child) {
  border-bottom: 1px solid #ece8e5;
}
th.quoteRequests__lg---F6S9,
td.quoteRequests__lg---F6S9 {
  display: none;
}
@media (min-width: 720px) {
  th.quoteRequests__lg---F6S9,
  td.quoteRequests__lg---F6S9 {
    display: table-cell;
  }
}

.generatedQuotes__table--39Jk2 {
  width: 100%;
  border: 1px solid #ece8e5;
  background-color: #f5f3f2;
  font-weight: 400;
}
.generatedQuotes__table--39Jk2 td,
.generatedQuotes__table--39Jk2 th {
  height: auto;
  padding: 1em;
}
.generatedQuotes__table--39Jk2 th {
  text-transform: none;
  font-weight: 500;
}
.generatedQuotes__table--39Jk2 thead tr,
.generatedQuotes__table--39Jk2 tr:not(:last-child) {
  border-bottom: 1px solid #ece8e5;
}

.loadingButton__btn--2C-Is {
  position: relative;
}
.loadingButton__btn--2C-Is > span {
  visibility: hidden;
}
.loadingButton__wrapper--2uzcF {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.CircularSpinner__spinner--1HOO8 {
  -webkit-animation: CircularSpinner__rotation--1nNaR 2s linear infinite;
          animation: CircularSpinner__rotation--1nNaR 2s linear infinite;
  margin: auto;
  display: block;
}
@-webkit-keyframes CircularSpinner__rotation--1nNaR {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes CircularSpinner__rotation--1nNaR {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media (min-width: 720px) {
  .password__container--2Q_KK {
    max-width: 420px;
  }
}

.taxExempt__table--11BXZ {
  width: 100%;
  border: 1px solid #ece8e5;
  background-color: #f5f3f2;
  font-weight: 400;
  margin-bottom: 20px;
}
.taxExempt__table--11BXZ thead {
  display: none;
}
@media (min-width: 360px) {
  .taxExempt__table--11BXZ thead {
    display: table-header-group;
  }
}
.taxExempt__table--11BXZ td,
.taxExempt__table--11BXZ th {
  height: auto;
  padding: 15px;
}
.taxExempt__table--11BXZ th {
  text-transform: none;
  font-weight: 500;
}
.taxExempt__table--11BXZ td:first-child {
  width: 1px;
  padding-right: 0;
}
.taxExempt__table--11BXZ thead tr,
.taxExempt__table--11BXZ tr:not(:last-child) {
  border-bottom: 1px solid #ece8e5;
}
.taxExempt__formContainer--1GR08 {
  padding: 15px;
  background: #f5f3f2;
}
.taxExempt__form--nZKqV {
  margin-top: 12px;
}
.taxExempt__form--nZKqV > div > * {
  width: 100%;
}
.taxExempt__form--nZKqV input[type='date'],
.taxExempt__form--nZKqV input[type='text'],
.taxExempt__form--nZKqV select {
  max-width: none;
}
.taxExempt__info--LziA3 {
  color: #a79c95;
  margin: 10px 0 25px 0;
}
@media (min-width: 720px) {
  .taxExempt__formContainer--1GR08 {
    padding: 25px;
  }
  .taxExempt__table--11BXZ td:first-child,
  .taxExempt__table--11BXZ th:first-child {
    padding-left: 25px;
  }
}
@media (min-width: 1280px) {
  .taxExempt__form--nZKqV {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .taxExempt__form--nZKqV > div:not(:last-child) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 20px;
  }
  .taxExempt__form--nZKqV .taxExempt__expiry--3O0xa {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .taxExempt__form--nZKqV .taxExempt__submit--2SOPR {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .taxExempt__form--nZKqV .taxExempt__submit--2SOPR > div {
    margin-top: 18px;
  }
  .taxExempt__form--nZKqV input[type='date'],
  .taxExempt__form--nZKqV input[type='text'],
  .taxExempt__form--nZKqV select,
  .taxExempt__form--nZKqV label:last-child {
    margin-bottom: 0;
  }
}

.FileUpload__container--1G4LO {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.FileUpload__container--1G4LO [type=file] {
  cursor: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.FileUpload__container--1G4LO [type=text] {
  width: 100%;
  margin: 0;
  pointer-events: none;
}
.FileUpload__icon--smiB4 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  border: 1px solid #d7d2cb;
  border-radius: 3px;
  background: #f5f3f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.myUnits__table--xJl-B {
  width: 100%;
  border: 1px solid #ece8e5;
  background-color: #f5f3f2;
  font-weight: 400;
}
.myUnits__table--xJl-B td,
.myUnits__table--xJl-B th {
  height: auto;
  padding: 1em;
}
.myUnits__table--xJl-B th {
  text-transform: none;
  font-weight: 500;
}
.myUnits__table--xJl-B thead tr,
.myUnits__table--xJl-B tr:not(:last-child) {
  border-bottom: 1px solid #ece8e5;
}
td.myUnits__image--1iT4f {
  padding: 5px 5px 5px 10px;
  width: 1px;
}
td.myUnits__image--1iT4f div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
  border-radius: 5px;
  width: 40px;
  height: 40px;
}
td.myUnits__sn--1XWKv,
th.myUnits__sn--1XWKv {
  padding-left: 5px;
}
.myUnits__empty--1l6eU {
  padding: 30px;
  background-color: #f5f3f2;
}
.myUnits__unitSearch--Q8JJH {
  margin-bottom: 20px;
  border-radius: 0 18px 0 18px;
  overflow: hidden;
  padding: 0 30px 0px;
  height: 0;
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
}
.myUnits__unitSearch--Q8JJH.myUnits__visible--1E2DZ {
  height: 160px;
}
.myUnits__addUnit--18afZ {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 15px;
}

.unit__unit--3j9bV {
  border: 1px solid #ece8e5;
  border-radius: 3px;
  padding: 25px;
  margin-bottom: 40px;
}
.unit__unit--3j9bV h3 {
  color: #11387F;
  font-weight: 400;
}
.unit__serialArticleNumber--1Mvpi {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #847770;
  line-height: 25px;
}
@media (min-width: 720px) {
  .unit__serialArticleNumber--1Mvpi {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .unit__serialArticleNumber--1Mvpi span:last-of-type:not(:first-of-type) {
    margin-left: 10px;
  }
}
@media (min-width: 720px) {
  .unit__buttons--2gjuJ {
    min-height: 70px;
  }
}
.unit__unitButton--2HIMT {
  margin-top: 20px;
  padding: 16px;
  padding: 1rem;
  width: 100%;
}
@media (min-width: 720px) {
  .unit__unitButton--2HIMT {
    width: auto;
    padding: 1rem 2rem;
  }
}
.unit__unitButton--2HIMT.unit__registerUnitButton--U6_zO {
  margin-right: 10px;
}
.unit__image--2x7Cy {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
}
/* GRID LAYOUT */
.unit__unit--3j9bV {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 1fr;
  grid-template-columns: 3fr 1fr;
}
.unit__header--3br2S {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
}
.unit__image--2x7Cy {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  grid-column: 2;
}
.unit__buttons--2gjuJ {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
@media (min-width: 720px) {
  .unit__image--2x7Cy {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
  .unit__buttons--2gjuJ {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}

.topics__heading--29j1e {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 25px;
}
.topics__topics--3MMyD {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 500;
}
.topics__topic--2HFWz {
  background: #fcfcfc;
  border: 1px solid #ece8e5;
  border-radius: 3px;
  padding: 30px 10px 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  text-align: center;
  -webkit-transition: -webkit-box-shadow 150ms ease;
  transition: -webkit-box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease, -webkit-box-shadow 150ms ease;
  color: #11387F;
  fill: #11387F;
}
.topics__topic--2HFWz .topics__title---bll9 {
  display: block;
  margin-top: 15px;
}
.topics__topic--2HFWz svg {
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}
.topics__topic--2HFWz:hover {
  -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, .04);
          box-shadow: 0 0 8px 2px rgba(0, 0, 0, .04);
}
.topics__topic--2HFWz:hover svg {
  -webkit-transform: scale(1.02) translateY(-1px);
          transform: scale(1.02) translateY(-1px);
}

.documentation__heading--3R8MG {
  font-size: 16px;
  font-weight: 500;
}
.documentation__item--22wfF {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.documentation__link--27cW0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.documentation__link--27cW0:hover > div {
  background: #f5f3f2;
}
.documentation__icon--3Y6Zh {
  min-width: 55px;
  font-size: 32px;
  font-size: 2rem;
  padding: 15px 0 15px 5px;
}
.documentation__details--1GNcW {
  padding: 15px 15px 15px 0;
}
.documentation__type--1eAjp {
  font-weight: 500;
}
.documentation__language--14WNo {
  color: #a79c95;
}
.documentation__title--3nYwz {
  display: block;
}

.dialog__overlay--3L2m_ {
  position: fixed;
  z-index: 2147483647;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dialog__dialog--2vGEp {
  background: #f5f3f2;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 500px;
          flex: 0 1 500px;
  border-radius: 40px 0 18px 0;
  -webkit-box-shadow: rgba(0, 0, 0, .1) 2px 10px 50px 0;
          box-shadow: rgba(0, 0, 0, .1) 2px 10px 50px 0;
  margin: 0 0.5em 30px;
  font-size: 16px;
  font-size: 1rem;
}
.dialog__header--7IkIm {
  background: #f5f3f2;
  color: #fff;
  border-radius: 18px 0 0 0;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dialog__header--7IkIm span {
  display: block;
  background: #11387F;
  padding: 12px 24px;
  padding: 0.75rem 1.5rem;
  width: 75%;
  border-radius: 18px 0 18px;
}
.dialog__close--3AMXh {
  border: 0;
  color: #11387F;
  padding: 8px 10px;
  font-size: 20px;
}
.dialog__close--3AMXh:hover {
  color: #007FC8;
}
.dialog__body--2mdhn {
  padding: 24px;
  padding: 1.5rem;
  max-height: calc(100vh - 110px);
  overflow-x: hidden;
  overflow-y: auto;
}
.dialog__footer--3pSDD {
  padding: 0 19.2px 19.2px;
  padding: 0 1.2rem 1.2rem;
  text-align: right;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  margin-top: -5px;
}
.dialog__footer--3pSDD button {
  font-size: 16px;
  font-size: 1rem;
  padding: 0.5em 1em;
  min-width: 90px;
  margin: 4.8px;
  margin: 0.3rem;
}
.dialog__footer--3pSDD button:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.dialog__footer--3pSDD button:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.dialog__footer--3pSDD button:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.dialog__footer--3pSDD button:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.dialog__footer--3pSDD button:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.dialog__footer--3pSDD button:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

.videoPlayerDialog__container--1kFsk {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #000;
}
.videoPlayerDialog__video--35dgd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.errorBlock__container--1xujD {
  background: #f5f3f2;
  padding: 30px;
}

.unitSearch__container--3gkcL {
  background-image: url(/static/images/df8e3fd99af0e6d20136f2f2dbc1b8ac.jpg);
  background-size: cover;
  background-position-y: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #fff;
}
.unitSearch__container--3gkcL h3 {
  color: #fff;
  margin-bottom: 10px;
}
.unitSearch__search--2t_7T {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.unitSearch__inputWithButton--1wEhT {
  position: relative;
}
.unitSearch__inputWithButton--1wEhT input {
  width: 100%;
}
.unitSearch__inputWithButton--1wEhT input::-webkit-input-placeholder {
  font-size: 14px;
}
.unitSearch__inputWithButton--1wEhT input:-ms-input-placeholder {
  font-size: 14px;
}
.unitSearch__inputWithButton--1wEhT input::placeholder {
  font-size: 14px;
}
.unitSearch__inputWithButton--1wEhT button {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  background: #b4aca5;
  padding: 0 15px;
  font-size: 14px;
}
.unitSearch__findSerialNumber--1KIWh {
  text-align: right;
}
.unitSearch__findSerialNumber--1KIWh button {
  padding: 5px 0;
  margin: 5px 0;
  font-size: 12px;
  text-decoration: underline;
  font-weight: 400 !important;
}
.unitSearch__findSerialNumber--1KIWh button:hover {
  text-decoration: none;
}

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

.myAlfaLaval__container--qMIaj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.myAlfaLaval__sidebar--3TegO {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0 0 20px;
}
.myAlfaLaval__page--1CE1k {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.myAlfaLaval__page--1CE1k > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.myAlfaLaval__page--1CE1k > fieldset {
  border: 0;
  background-color: #f5f3f2;
  border-radius: 3px;
  margin: 0 0 10px;
  position: relative;
  padding: 50px 15px 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.myAlfaLaval__page--1CE1k > fieldset legend {
  font-size: 20px;
  font-weight: 400;
  color: #847770;
  position: absolute;
  top: 15px;
  left: 13px;
}
.myAlfaLaval__page--1CE1k > fieldset input:not([type=checkbox]),
.myAlfaLaval__page--1CE1k > fieldset select {
  max-width: 100%;
}
.myAlfaLaval__page--1CE1k > fieldset form > button {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
@media (min-width: 720px) {
  .myAlfaLaval__sidebar--3TegO {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 250px;
            flex: 0 1 250px;
    margin: 0 10px 10px 0;
  }
  .myAlfaLaval__page--1CE1k > fieldset {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 370px;
            flex: 1 1 370px;
    padding: 60px 25px 25px;
  }
  .myAlfaLaval__page--1CE1k > fieldset legend {
    top: 25px;
    left: 23px;
  }
  .myAlfaLaval__page--1CE1k > fieldset form > button {
    bottom: 25px;
    right: 25px;
  }
}
@media (min-width: 920px) {
  .myAlfaLaval__sidebar--3TegO {
    margin-right: 20px;
    margin-bottom: 30px;
  }
  .myAlfaLaval__page--1CE1k > fieldset {
    margin-bottom: 30px;
  }
}

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

.Cart__empty--36A98 {
  text-align: center;
}
.Cart__iconButton--3tdfR {
  position: relative;
}
.Cart__iconButton--3tdfR .Cart__badge--ZroKu {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  font-size: 15px;
  pointer-events: none;
}
.Cart__iconButton--3tdfR .Cart__badge--ZroKu > span {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  vertical-align: baseline;
  border-radius: 999px;
  color: #fff;
  background-color: #5f9530;
}
.Cart__iconButton--3tdfR:disabled {
  background-color: transparent !important;
  color: #11387F !important;
}
.Cart__iconButton--3tdfR:disabled i {
  opacity: 1 !important;
}

.User__popdownContent--3Ayho {
  padding: 15px;
}
.User__userInformation--2KFmg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.User__avatar--ltvBr {
  background-color: #f5f3f2;
  color: #847770;
  font-weight: 300;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.User__name--3_Cy5 {
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.User__email--d5w-e {
  font-weight: 300;
  font-size: 12px;
  color: #a79c95;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.User__buttons--2BLI5 {
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 100%;
}
.User__buttons--2BLI5 a,
.User__buttons--2BLI5 button {
  font-size: 0.8em;
  padding: 0.75em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.User__buttons--2BLI5 a:not(:first-child),
.User__buttons--2BLI5 button:not(:first-child) {
  margin-left: 10px;
}

.popdown__popdown--jD6yB {
  position: absolute;
  z-index: 1;
  background-color: #fff;
  margin-top: 5px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 4px rgba(33, 33, 33, .2);
          box-shadow: 0 0 4px rgba(33, 33, 33, .2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  opacity: 0;
  pointer-events: none;
}
.popdown__popdown--jD6yB.popdown__right--nmuBS {
  right: -10px;
}
.popdown__popdown--jD6yB.popdown__right--nmuBS::before {
  right: 22px;
}
.popdown__popdown--jD6yB.popdown__left--1qCX0 {
  left: 0;
}
.popdown__popdown--jD6yB.popdown__left--1qCX0::before {
  left: 65px;
}
.popdown__popdown--jD6yB * {
  pointer-events: none;
}
.popdown__popdown--jD6yB.popdown__visible--1lL54 {
  opacity: 1;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  pointer-events: all;
}
.popdown__popdown--jD6yB.popdown__visible--1lL54 * {
  pointer-events: all;
}
.popdown__arrow--1OxPk {
  width: 100%;
  color: #fff;
  text-shadow: 0 -2px 2px rgba(33, 33, 33, .15);
  position: absolute;
  top: -13px;
  -webkit-transform: scaleX(2.5);
          transform: scaleX(2.5);
  text-align: center;
}
.popdown__arrow--1OxPk.popdown__right--nmuBS {
  text-align: inherit;
  width: auto;
  right: 22px;
}

.Loader__loader--yxfN1 {
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background-color: #ece8e5;
  opacity: 0;
  -webkit-transition: opacity 100ms 200ms;
  transition: opacity 100ms 200ms;
}
.Loader__loader--yxfN1.Loader__loading--16RL7 {
  opacity: 1;
}
.Loader__loader--yxfN1.Loader__loading--16RL7:before {
  display: block;
  position: absolute;
  content: '';
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: #11387F;
  -webkit-animation: Loader__loading--16RL7 2s linear infinite;
          animation: Loader__loading--16RL7 2s linear infinite;
}
@-webkit-keyframes Loader__loading--16RL7 {
  from {
    left: -200px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}
@keyframes Loader__loading--16RL7 {
  from {
    left: -200px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}

.support__support--1cO9G {
  display: none;
}
@media (min-width: 920px) {
  .support__support--1cO9G {
    display: inline;
    display: initial;
  }
}
.support__content--37NHL {
  padding: 5px 15px;
}
.support__list--J0-9u li {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.support__list--J0-9u li i {
  padding-right: 10px;
  font-size: 25px;
  color: #007FC8;
  position: relative;
  top: -5px;
}
.support__list--J0-9u li span {
  font-weight: 300;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: center;
      align-self: center;
}
.support__list--J0-9u li span button {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.support__list--J0-9u li span a,
.support__list--J0-9u li span button {
  color: #007FC8;
  font-weight: 500;
  font-size: 16px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.support__list--J0-9u li span a:hover,
.support__list--J0-9u li span button:hover {
  color: #11387F;
}
.support__icon--26Ocl {
  width: 25px;
  height: 25px;
  top: -5px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 5px;
  padding-right: 10px;
  fill: #007FC8;
}
.support__button--2T36i {
  color: #11387F;
  font-size: 20px;
  font-weight: 300 !important;
  padding: 0.4em 2em;
  margin: 10px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#11387F), to(#11387F));
  background-image: linear-gradient(#11387F, #11387F);
  background-size: 0 1px, auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-transition: background-size 175ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-size 175ms cubic-bezier(0.4, 0, 0.2, 1);
}
.support__button--2T36i:hover {
  background-size: 32px 1px;
}

.Header-TopBar__left--3ewk9 {
  border-top: 6px solid #f5f3f2;
}
.Header-TopBar__middle--zIEgV {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Header-TopBar__right--1FpP3 {
  background: #f5f3f2;
}
.Header-TopBar__filler--3__OA {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-top: 6px solid #f5f3f2;
}
.Header-TopBar__arc--1W_KQ {
  background: #f5f3f2;
}
.Header-TopBar__arc--1W_KQ::before {
  content: '';
  display: block;
  background: #fff;
  border-top-right-radius: 12px;
  width: 12px;
  height: 100%;
}
.Header-TopBar__content--1eUPq {
  font-size: 12px;
  font-weight: 500;
  text-align: right;
  background: #f5f3f2;
  padding-left: 12px;
  border-bottom-left-radius: 12px;
}
.Header-TopBar__content--1eUPq button {
  padding: 6px;
  color: #847770;
  -webkit-transition: background 175ms ease;
  transition: background 175ms ease;
}
.Header-TopBar__content--1eUPq button i {
  font-size: 16px;
  font-size: 1rem;
}
.Header-TopBar__content--1eUPq button:hover {
  background: #ece8e5;
}
.Header-TopBar__hidden--1dkt1 {
  visibility: hidden;
}

.MarketSelectorDialog__dialog--3z4PW {
  margin: 0 0.5em 18%;
}
.MarketSelectorDialog__text--3XIBL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.MarketSelectorDialog__icon--2JhfQ {
  font-size: 28.8px;
  font-size: 1.8rem;
  color: #007FC8;
  margin-right: 8px;
}
.MarketSelectorDialog__select--_DZ9e {
  width: 100%;
  margin-bottom: 8;
}

.fullWidthContent__container--1Nne2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fullWidthContent__margin--3d9wD {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 14px;
          flex: 1 0 14px;
  overflow: hidden;
}
@media (min-width: 920px) {
  .fullWidthContent__margin--3d9wD {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 7rem;
            flex: 1 0 7rem;
  }
}
.fullWidthContent__middle--2t4-d {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1400px;
          flex: 0 1 1400px;
}

.footer__container--15lSl {
  margin-top: 24px;
  background: #11387F;
}
.footer__top---j-0Y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__left--2RG3j {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.footer__left--2RG3j svg {
  position: absolute;
  right: 0;
  bottom: 0;
}
.footer__right--UdB70 {
  background: #11387F;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 18px 18px 0 0;
  padding: 24px 0 0;
  text-align: center;
}
.footer__marginRight--1WcPW {
  background: #11387F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__marginRightTop--3tLmr {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer__marginRightTop--3tLmr svg {
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer__marginRightBottom--1AjQj {
  background: #11387F;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
}
.footer__arc--19Rgu {
  width: 20px;
  height: 20px;
  fill: #11387F;
}
.footer__arc--19Rgu.footer__rightArc--17jJy {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (min-width: 450px) {
  .footer__container--15lSl {
    background: #f5f3f2;
    padding-top: 24px;
  }
  .footer__marginRight--1WcPW {
    background: #f5f3f2;
  }
  .footer__left--2RG3j {
    display: block;
  }
  .footer__right--UdB70 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 316px;
            flex: 0 0 316px;
    text-align: left;
    padding: 24px 32px 0;
    min-height: 130px;
  }
}

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

.bottom__container--26RiE {
  background: #11387F;
  text-align: center;
}
.bottom__publicWeb--3Wb5e a.bottom__button--K7DEv {
  padding: 12px 20px;
}
.bottom__copyright--2frPv {
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}
.bottom__icons--2hhXV {
  display: inline-block;
}
.bottom__icons--2hhXV li {
  display: inline-block;
}
.bottom__icons--2hhXV a {
  padding: 5px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.bottom__icons--2hhXV:hover a {
  opacity: 0.5;
}
.bottom__icons--2hhXV a:hover {
  opacity: 1;
}
.bottom__icon--36VOc {
  width: 18px;
  height: 18px;
  fill: #fff;
}
.bottom__links--UuqXS {
  font-size: 14px;
  font-weight: 400;
}
.bottom__links--UuqXS li {
  display: inline-block;
  margin: 4px 0 4px 6px;
}
.bottom__links--UuqXS li:first-child {
  margin-left: 0;
}
.bottom__links--UuqXS a {
  padding: 5px;
  white-space: nowrap;
  color: #fff;
}
.bottom__links--UuqXS a:hover {
  text-decoration: underline;
}
/* POSITIONING */
.bottom__content--EBOm- {
  min-height: 75px;
  padding: 15px 0;
  color: #d7d2cb;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
}
.bottom__content--EBOm- > * {
  margin: 8px 0;
}
.bottom__publicWeb--3Wb5e {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
}
.bottom__links--UuqXS {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 1;
  grid-column: 1;
}
.bottom__socialLinks--3NqWs {
  -ms-grid-row: 3;
  grid-row: 3;
  -ms-grid-column: 1;
  grid-column: 1;
}
.bottom__copyright--2frPv {
  -ms-grid-row: 4;
  grid-row: 4;
  -ms-grid-column: 1;
  grid-column: 1;
}
@media (min-width: 720px) {
  .bottom__content--EBOm- {
    -ms-grid-columns: min-content 1fr;
    grid-template-columns: -webkit-min-content 1fr;
    grid-template-columns: min-content 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 0 7px;
  }
  .bottom__publicWeb--3Wb5e {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row-align: center;
    margin: 0;
  }
  .bottom__links--UuqXS {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    white-space: nowrap;
    -ms-grid-row-align: center;
    text-align: right;
  }
  .bottom__socialLinks--3NqWs {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row-align: center;
    text-align: right;
  }
  .bottom__copyright--2frPv {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row-align: center;
  }
}
@media (min-width: 1100px) {
  .bottom__content--EBOm- {
    -ms-grid-columns: min-content min-content 1fr min-content;
    grid-template-columns: -webkit-min-content min-content 1fr -webkit-min-content;
    grid-template-columns: min-content min-content 1fr min-content;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 0;
  }
  .bottom__publicWeb--3Wb5e {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row-align: center;
    margin: 0 15px 0 0;
  }
  .bottom__links--UuqXS {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 4;
    grid-column: 4;
    white-space: nowrap;
    -ms-grid-row-align: center;
  }
  .bottom__socialLinks--3NqWs {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row-align: center;
    text-align: center;
  }
  .bottom__copyright--2frPv {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row-align: center;
  }
}

.tinyFooter__container--14Pui {
  background: #11387F;
  font-size: 14px;
}
.tinyFooter__footer--1bwaj {
  padding: 15px 0;
  color: #fff;
  text-align: center;
}
.tinyFooter__footer--1bwaj a:not(:first-child) {
  margin-left: 15px;
}
.tinyFooter__footer--1bwaj a {
  color: #fff;
  font-weight: 400;
}
.tinyFooter__footer--1bwaj a:hover {
  text-decoration: underline;
}
.tinyFooter__copyright--385Du,
.tinyFooter__links--1NKfL {
  margin: 4px 0;
}
@media (min-width: 720px) {
  .tinyFooter__footer--1bwaj {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

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

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

.ribbon__ribbon--1weYn {
  margin: 0;
  padding: 0;
  position: absolute;
  -webkit-transform: translateX(30%) rotate(45deg);
          transform: translateX(30%) rotate(45deg);
  letter-spacing: 1px;
  text-align: center;
  min-width: 60px;
}
.ribbon__position-topRight--2I0Fc {
  top: 0;
  right: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: translateX(30%) rotate(45deg);
          transform: translateX(30%) rotate(45deg);
}
.ribbon__position-bottomLeft--28zsS {
  bottom: 0;
  left: 0;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: translateX(-30%) rotate(45deg);
          transform: translateX(-30%) rotate(45deg);
}
.ribbon__theme-innovation--3rFu5 {
  background: #007FC8;
  color: #fff;
}
.ribbon__size-small--P67mn {
  font-size: 12px;
  font-weight: 500;
  padding: 8px 4px;
}
.ribbon__size-large--23UZf {
  font-size: 16px;
  padding: 16px 1px;
}
.ribbon__ribbon--1weYn:before,
.ribbon__ribbon--1weYn:after {
  content: '';
  position: absolute;
  top: 0;
  margin: 0 -1px; /* overlap 1px to avoid white glitch line */
  width: 100%;
  height: 100%;
  background: inherit;
}
.ribbon__ribbon--1weYn:before {
  right: 100%;
}
.ribbon__ribbon--1weYn:after {
  left: 100%;
}

/* === ICONS === */
i.icon {
  display: inline-block;
}
.icon {
  width: 1em;
  height: 1em;
  background-size: 100%;
  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;
  color: #11387F;
}
.feedback::before {
  content: '\E806';
}

.slideIn__container--1wKwJ {
  position: fixed;
  z-index: 2147483647;
  width: 100%;
  max-width: 500px;
  bottom: 0;
  background: #f5f3f2;
  overflow: auto;
}
.slideIn__container--1wKwJ button,
.slideIn__container--1wKwJ button * {
  font-weight: 300 !important;
}
.slideIn__overlay--BWAyk {
  z-index: 2147483647;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.slideIn__overlay--BWAyk::after {
  content: '';
  display: block;
  background: #000;
  background: #3d3935;
  opacity: 0.5;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.slideIn__container--1wKwJ,
.slideIn__overlay--BWAyk::after {
  top: 56px;
}
@media (min-width: 920px) {
  .slideIn__container--1wKwJ,
  .slideIn__overlay--BWAyk::after {
    top: 88px;
  }
}
.slideIn__search--5vNCo {
  padding: 16px;
  border-top: 1px solid #ece8e5;
}
.slideIn__search--5vNCo input[type='search'] {
  height: auto;
  padding: 12px 15px;
}
.slideIn__list--1vKRF > li {
  padding: 16px;
  border-top: 1px solid #ece8e5;
  background: #fff;
}
.slideIn__list--1vKRF i {
  margin-right: 6px;
}
.slideIn__itemGroupHeading--2IFcz {
  display: block;
  padding-bottom: 2px;
  color: #11387F;
}
.slideIn__itemGroup--1b0j1 {
  margin-left: 5px;
}
.slideIn__itemGroup--1b0j1 a,
.slideIn__itemGroup--1b0j1 button {
  color: #007FC8;
}
.slideIn__itemGroup--1b0j1 li {
  padding: 8px;
}
.slideIn__itemGroup--1b0j1 li:last-child {
  padding-bottom: 0;
}
.slideIn__icon--12jS3 {
  width: 16px;
  height: 16px;
  margin: 0 9px 0 3px;
  fill: #007FC8;
}
@-webkit-keyframes slideIn__slideInMount--3pdzW {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@keyframes slideIn__slideInMount--3pdzW {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes slideIn__slideInUnmount--hErCX {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes slideIn__slideInUnmount--hErCX {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@-webkit-keyframes slideIn__overlayMount--_Nrn4 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideIn__overlayMount--_Nrn4 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideIn__overlayUnmount--1Sige {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideIn__overlayUnmount--1Sige {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.Feedback__feedback--30N_4 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0.5em;
  padding: 1em;
}
.Feedback__msg--2rgbj {
  width: 100%;
  height: 10em;
}
.Feedback__buttons--1AOCx {
  text-align: right;
}
.Feedback__close--3zFQ- {
  display: none;
}
@media (min-width: 920px) {
  .Feedback__close--3zFQ- {
    display: inline-block;
    margin-right: 10px;
  }
}

.notifyWithClose__container--51bRL {
  position: relative;
  padding: 15px 20px 15px 0;
}
.notifyWithClose__buttonWrapper--1cySN {
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.notifyWithClose__button--2KvKV {
  border: 0;
  padding: 16px;
  padding: 1rem;
  -webkit-transition: none;
  transition: none;
}
.notifyWithClose__button--2KvKV:hover {
  opacity: 0.75;
}

.CartSummaryContainer__shippingDate--2xUfR {
  background: #f5f3f2;
  border-radius: 3px;
  padding: 10px 25px;
  margin: 25px 0;
}
.CartSummaryContainer__shippingDate--2xUfR p {
  font-weight: 400;
  line-height: 24px;
}
.CartSummaryContainer__totalLinks--3k_wn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .CartSummaryContainer__totalLinks--3k_wn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 920px) {
  .CartSummaryContainer__totalLinks--3k_wn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 300px;
            flex: 1 0 300px;
  }
}
@media (min-width: 920px) {
  .CartSummaryContainer__cartSummaryContainer--3iNUu {
    margin-right: 30px;
  }
}
.CartSummaryContainer__cartSummary--1iETq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 920px) {
  .CartSummaryContainer__cartSummary--1iETq {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.CartSummary__cartItems--oFZU8 div:first-of-type {
  border: 0;
}
.CartSummary__cartLine--2qKl- {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  color: #a79c95;
  border-top: 1px solid #ece8e5;
  padding: 20px 0 20px 10px;
}
.CartSummary__imageInformation--1BxXK {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 70px;
          flex: 1 0 70px;
}
.CartSummary__productImage--1dPs9 {
  height: 60px;
  margin-right: 10px;
  min-width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.CartSummary__productImage--1dPs9 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.CartSummary__image--3B_ke {
  background-size: contain;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-repeat: no-repeat;
  background-position: center center;
}
.CartSummary__productInformation--1ILGW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.CartSummary__priceQuantity--241qj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
@media (min-width: 531px) {
  .CartSummary__priceQuantity--241qj {
    margin-top: 0;
  }
}
.CartSummary__remove--1a9Tt {
  padding: 5px;
  color: #db9276;
  border: none;
  margin-left: 15px;
}
.CartSummary__remove--1a9Tt i {
  font-size: 22.4px;
  font-size: 1.4rem;
}
.CartSummary__productName--83u8p {
  color: #11387F;
  font-weight: 500;
  padding-bottom: 5px;
}
.CartSummary__articleNumber--2lk_3 {
  font-weight: 400;
}
.CartSummary__quantity--kEWVp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.CartSummary__price--3UlXO {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 10px;
  margin-left: 30px;
  width: 70px;
}
.CartSummary__price--3UlXO span {
  font-weight: 500;
  color: #3d3935;
}
.CartSummary__price--3UlXO.CartSummary__dirty--3krOW span {
  opacity: 0.5;
}
.CartSummary__packItems--20w9o {
  margin-top: 15px;
  width: 100%;
}
.CartSummary__packItems--20w9o .CartSummary__cartLine--2qKl- {
  border: 0;
}
.CartSummary__packItem--1PL3T {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  font-weight: 500;
}
.CartSummary__packHeader--1pDyU {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 0 10px 10px;
  background: #f5f3f2;
  border-bottom: 1px solid #ece8e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.CartSummary__packHeader--1pDyU .CartSummary__productName--83u8p {
  color: #847770;
}
.CartSummary__packHeader--1pDyU .CartSummary__price--3UlXO {
  margin-right: 60px;
}
.CartSummary__pack--3QZyC {
  padding: 0;
  border: 1px solid #ece8e5;
  margin: 15px 0 40px 0;
}
.CartSummary__pack--3QZyC .CartSummary__cartLine--2qKl- {
  padding: 10px 0 10px 10px;
}

.QuantityField__container--1g9cu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.QuantityField__container--1g9cu.QuantityField__small--17t_F {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.QuantityField__container--1g9cu.QuantityField__small--17t_F .QuantityField__field--rFOji[type='number'] {
  width: 35px;
  height: 25px;
  font-size: 14px;
}
.QuantityField__button--1HJ0X {
  color: #11387F;
  border: none;
  margin: 5px;
  padding: 0;
  height: 25px;
  background: #f5f3f2;
}
.QuantityField__button--1HJ0X i {
  font-size: 22.4px;
  font-size: 1.4rem;
}
.QuantityField__field--rFOji::-webkit-inner-spin-button,
.QuantityField__field--rFOji::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.QuantityField__field--rFOji[type='number'] {
  -moz-appearance: textfield;
  width: 40px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.ShoppingLinks__shoppingLinks--2KVxX {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .ShoppingLinks__shoppingLinks--2KVxX {
    margin-right: 20px;
  }
}
@media (min-width: 920px) {
  .ShoppingLinks__shoppingLinks--2KVxX {
    margin-top: 50px;
  }
}
.ShoppingLinks__shoppingLinks--2KVxX h2 {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  border-bottom: 1px solid #ece8e5;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.ShoppingLinks__shoppingLinks--2KVxX li {
  padding: 6px 0;
  font-size: 14px;
  font-weight: 500;
}

