@charset "UTF-8";
/*------------------------------------*\
    $UTILITIES
\*------------------------------------*/
/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
.scale-up-center {
  -webkit-animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.fade-in {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*------------------------------------*\
    $BASE
\*------------------------------------*/
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit;
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible;
}

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
}

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
}

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*------------------------------------*\
    $RESET
\*------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-size: 1.6rem;
  background-color: #fff;
  color: #000;
  font-family: "din-2014", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  color: #fff;
  background: #e9ecf0;
  text-shadow: none;
}

::-moz-selection,
::selection {
  color: #fff;
  background: #e9ecf0;
  text-shadow: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

.width-full {
  width: 100% !important;
}

.width-auto {
  width: auto !important;
}

.visible-print {
  display: none !important;
}

.uppercase {
  text-transform: uppercase;
}

@media print {
  .print-visible {
    display: block !important;
  }

  .print-hidden {
    display: none !important;
  }
}
.img-responsive {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.picturefill-background {
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
}
.picturefill-background.is-lazy {
  opacity: 0;
}

/**
 * for the benefit of screen-readers, hide content off-screen without resorting to `display:none;`,
 * also add breakpoint specific options
 */
.visually-hidden {
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.invisible {
  visibility: hidden;
}

.fallback-image {
  display: none;
}
.no-js .fallback-image, .ng-scope .fallback-image {
  display: block;
}

.font-weight-bold {
  font-weight: 700;
}

.font-weight-regular {
  font-weight: 400;
}

.hidden-mobile {
  display: none;
}
@media screen and (min-width: 992px) {
  .hidden-mobile {
    display: block;
  }
}

.visible-mobile {
  display: block;
}
@media screen and (min-width: 992px) {
  .visible-mobile {
    display: none;
  }
}

/*------------------------------------*\
    $TYPOGRAPHY
\*------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: #000;
  font-weight: 400;
  font-family: "din-2014", sans-serif;
}

h1 {
  font-size: 3.2rem;
  line-height: 4rem;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 992px) {
  h1 {
    margin-bottom: 2.6rem;
    font-size: 4rem;
    line-height: 4.8rem;
  }
}

h2 {
  font-size: 3.2rem;
  line-height: 4rem;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 992px) {
  h2 {
    margin-bottom: 2.6rem;
    font-size: 4rem;
    line-height: 4.8rem;
  }
}

h3 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 992px) {
  h3 {
    margin-bottom: 2.6rem;
    font-size: 3.2rem;
    line-height: 4rem;
  }
}

h4 {
  font-size: 2rem;
  line-height: 2.8rem;
  margin-bottom: 3.2rem;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  h4 {
    margin-bottom: 2.6rem;
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}

h5 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 3.2rem;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  h5 {
    margin-bottom: 3rem;
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

h6 {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 3.2rem;
  font-weight: 700;
}

a {
  color: #787875;
  text-decoration: underline;
}

a:hover {
  color: #000;
}

a:focus {
  color: #000;
  outline: 2px solid #c41d1d;
}

p {
  margin: 0 0 1rem 0;
  padding: 0;
  font-family: "din-2014", sans-serif;
  font-size: 1.6rem;
  color: #000;
  line-height: 2.4rem;
}

ol {
  list-style-type: none;
  margin: 0 0 0 2.8rem;
}

ol:not([class]) {
  counter-reset: count-me;
  list-style-type: none;
  margin: 0 0 2rem 2.2rem;
}
ol:not([class]) li {
  counter-increment: count-me;
  margin: 0 0 1rem 0;
}
ol:not([class]) li::before {
  content: counter(count-me) "";
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -2rem;
  top: 0;
  color: #000;
  font-weight: 700;
}

ol:not([class]) ol {
  margin: 1rem 0 1rem 2rem;
}
ol:not([class]) ol li {
  counter-increment: listStyle;
}
ol:not([class]) ol li::before {
  content: counter(listStyle, lower-alpha) "";
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -2rem;
  top: 0;
  color: #787875;
  font-weight: 700;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ol:not([class]),
ul:not([class]) {
  list-style-position: inside;
}

ul:not([class]) {
  margin: 0 0 2rem 2rem;
  list-style-type: none;
}
ul:not([class]) li {
  position: relative;
  margin: 0 0 1rem 0;
}
ul:not([class]) li::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: -2rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  background-color: #000;
}

ul:not([class]) ul {
  padding: 1rem 0 0;
}
ul:not([class]) ul li::before {
  content: "";
  background-color: #787875;
}

dt {
  font-weight: bold;
  margin-left: 1.5rem;
}

hr {
  height: 1px;
  margin: 1em 0;
  padding: 0;
  display: block;
  border: 0;
  border-top: 1px solid #e9ecf0;
}

blockquote {
  margin: 0;
  padding: 0 1rem;
  border-left: 5px solid #e9ecf0;
}

ins {
  background: #c41d1d;
  color: #000;
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*------------------------------------*\
    $FORMS
\*------------------------------------*/
form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label,
.form__label {
  margin: 0 0 5px 0;
  display: block;
  clear: both;
  font-weight: bold;
}

button,
input,
select,
textarea {
  font-size: 1.6rem;
  font-family: "din-2014", sans-serif;
}

textarea {
  resize: vertical;
}

legend {
  white-space: normal;
}

button {
  line-height: normal;
}

input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}

::-webkit-input-placeholder {
  color: #333;
  opacity: 1;
}

::-moz-placeholder {
  color: #333;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #333;
  opacity: 1;
}

.form-wrapper {
  width: 210px;
}
@media screen and (min-width: 576px) {
  .form-wrapper {
    width: 360px;
  }
}

.form__group {
  width: 210px;
  margin: 0 0 15px 0;
}
@media screen and (min-width: 576px) {
  .form__group {
    width: 360px;
  }
}

.form__group-wrapper {
  overflow: hidden;
  margin-bottom: 1.5em;
}

.validation {
  display: none;
}

.has-error,
.validation,
.field-validation-error {
  clear: both;
  display: block;
  color: #c41d1d;
}

input[type=text],
input[type=email],
input[type=password],
textarea,
select {
  width: 100%;
  height: auto;
  display: block;
  padding: 0.7rem;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e9ecf0;
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
textarea:disabled,
select:disabled {
  background-color: #d4d4d4;
}

select {
  padding: 1.2rem 1.5rem;
}

.select-day {
  width: 65px;
  margin: 0 2px 0 0;
}
@media screen and (min-width: 576px) {
  .select-day {
    width: 118px !important;
  }
}

.select-month {
  width: 65px;
  margin: 0 2px 0 0;
}
@media screen and (min-width: 576px) {
  .select-month {
    width: 118px !important;
  }
}

.select-year {
  width: 74px;
  margin: 0 2px 0 0;
}
@media screen and (min-width: 576px) {
  .select-year {
    width: 118px !important;
  }
}

input[type=radio],
input[type=checkbox] {
  margin: 0 5px 0 0;
}

input[type=submit],
input[type=reset] {
  padding: 6px 20px;
}

.radio,
.checkbox {
  clear: both;
  display: block;
}

.radio-inline-group,
.checkbox-inline-group {
  display: -webkit-box;
  display: flex;
}

.radio-inline-group__item,
.checkbox-inline-group__item {
  margin: 0 30px 0 0;
}

@media screen and (min-width: 576px) {
  .form--horizontal {
    width: 600px;
  }
}
@media screen and (min-width: 576px) {
  .form--horizontal .form__group {
    width: 600px;
    display: -webkit-box;
    display: flex;
  }
}
@media screen and (min-width: 576px) {
  .form--horizontal label,
.form--horizontal .form__label {
    width: 250px;
    margin: 0 10px 0 0;
  }
}
@media screen and (min-width: 576px) {
  .form--horizontal .form__item {
    width: 340px;
  }
}

@media screen and (min-width: 576px) {
  .form--inline {
    width: 630px;
    display: -webkit-box;
    display: flex;
  }
}
.form--inline .form__group {
  margin-bottom: 5px;
}
@media screen and (min-width: 576px) {
  .form--inline .form__group {
    width: 150px;
    margin: 0 5px 0 0;
  }
}
@media screen and (min-width: 576px) {
  .form--inline .form__item {
    width: 150px;
  }
}

input.uppercase::-moz-placeholder {
  text-transform: none !important;
}

input.uppercase::-webkit-input-placeholder {
  text-transform: none !important;
}

input.uppercase:-ms-input-placeholder {
  text-transform: none !important;
}

.styled-radio-buttons {
  /* One radio button per line */
  /* HTML5 Boilerplate accessible hidden styles */
  /* the basic, unchecked style */
  /* the checked style using the :checked pseudo class */
  /* never forget focus styling */
}
.styled-radio-buttons label {
  display: block;
  line-height: 2.5;
  font-size: 1.5em;
}
.styled-radio-buttons [type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.styled-radio-buttons [type=radio] + span {
  display: block;
}
.styled-radio-buttons [type=radio] + span::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.25em;
  border-radius: 1em;
  border: 0.125em solid #fff;
  box-shadow: 0 0 0 0.15em #000;
  margin: 0 0.75em 0 0;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
.styled-radio-buttons [type=radio]:checked + span::before {
  background: #298700;
  box-shadow: 0 0 0 0.25em #000;
}
.styled-radio-buttons [type=radio]:focus + span::after {
  content: " ←";
  font-size: 1.5em;
  line-height: 1;
  vertical-align: -0.125em;
}

.styled-checkbox {
  /* One radio button per line */
  /* HTML5 Boilerplate accessible hidden styles */
  /* the basic, unchecked style */
  /* the checked style using the :checked pseudo class */
  /* never forget focus styling */
}
.styled-checkbox label {
  display: block;
  line-height: 2.5;
  font-size: 1.5em;
}
.styled-checkbox [type=checkbox] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.styled-checkbox [type=checkbox] + span {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.styled-checkbox [type=checkbox] + span::before {
  content: "";
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  vertical-align: -0.25em;
  border: 0.125em solid #fff;
  box-shadow: 0 0 0 0.1em #000;
  margin: 0 0.75em 0 0;
}
.styled-checkbox [type=checkbox]:checked + span::before {
  background-image: url("/Static/images/svg/icon-tick.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.2rem 1rem;
  box-shadow: 0 0 0 0.1em #000;
}
.styled-checkbox [type=checkbox]:focus + span {
  text-decoration: underline;
}

.default-radio {
  /* One radio button per line */
  /* HTML5 Boilerplate accessible hidden styles */
  /* the basic, unchecked style */
  /* the checked style using the :checked pseudo class */
  /* never forget focus styling */
}
.default-radio label {
  display: block;
  line-height: 2.5;
  font-size: 1.5em;
}
.default-radio [type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.default-radio [type=radio] + label::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.25em;
  border-radius: 1em;
  border: 0.125em solid #fff;
  box-shadow: 0 0 0 0.15em #000;
  margin: 0 0.75em 0 0;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
.default-radio [type=radio]:checked + label::before {
  background: #298700;
  box-shadow: 0 0 0 0.25em #000;
}
.default-radio [type=radio]:focus + label::after {
  content: " ←";
  font-size: 1.5em;
  line-height: 1;
  vertical-align: -0.125em;
}

.default-checkbox {
  /* One checkbox button per line */
  /* HTML5 Boilerplate accessible hidden styles */
  /* the basic, unchecked style */
  /* the checked style using the :checked pseudo class */
  /* never forget focus styling */
}
.default-checkbox label {
  display: block;
  line-height: 2.5;
  font-size: 1.5em;
}
.default-checkbox [type=checkbox] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.default-checkbox [type=checkbox] + label {
  display: block;
}
.default-checkbox [type=checkbox] + label::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.25em;
  border: 0.125em solid #fff;
  box-shadow: 0 0 0 0.15em #000;
  margin: 0 0.75em 0 0;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
.default-checkbox [type=checkbox]:checked + label::before {
  background: #298700;
  box-shadow: 0 0 0 0.25em #000;
}
.default-checkbox [type=checkbox]:focus + label::after {
  content: " ←";
  font-size: 1.5em;
  line-height: 1;
  vertical-align: -0.125em;
}

/*------------------------------------*\
    $TABLES
\*------------------------------------*/
.table-responsive {
  width: 100%;
  min-height: 0.01%;
  margin: 0 0 30px 0;
  overflow-x: auto;
  overflow-y: hidden;
}
.table-responsive:focus {
  outline: 2px solid #c41d1d;
  outline-offset: 0;
}

/*------------------------------------*\
    $LAYOUT
\*------------------------------------*/
/**
 * structural elements/areas, grids, columns etc.
 */
body {
  overflow-x: hidden;
}

html.nav-active,
html.search-active {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}

.page-wrapper {
  margin: 0 auto;
}

.main {
  margin: 0;
  position: relative;
  clear: both;
}

#svg-poly-target {
  display: none;
}

svg path {
  fill: inherit;
}

.full-width {
  width: 100%;
}

.contact-list-layout,
.contact-profile-layout,
.search-results-layout,
.sitemap-layout,
.filter-list-layout,
.error-layout {
  width: 100%;
}

.row--reverse-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .row--reverse-sm {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
            flex-direction: inherit;
  }
}

.unstyled-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem 0 -1.5rem;
  list-style-type: none;
}

.unstyled-list-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: calc(33.3% - 3rem);
  margin: 0 1.5rem 3rem 1.5rem;
}

.section__heading {
  text-align: center;
  margin-bottom: 2rem;
}

.section__cta {
  text-align: center;
}

.cookie-message {
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 1.5rem;
}
.cookie-message a {
  text-decoration: underline;
}

.modal-open {
  overflow: hidden;
}

section.two-column-card-block + section.accordion-block .accordion-block__heading {
  margin-top: 3.4rem;
}
@media screen and (min-width: 768px) {
  section.two-column-card-block + section.accordion-block .accordion-block__heading {
    margin-top: 0;
  }
}

.promotional-list-block + .two-column-card-block {
  padding-top: 0;
}

/*------------------------------------*\
    $GRID
\*------------------------------------*/
/**
 * structural elements/areas, grids, columns etc.
 */
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

.row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
/*------------------------------------*\
    $VENDOR
\*------------------------------------*/
/**
 * CSS or Sass from other projects - do not change, but overwrite if necessary.
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  right: 0;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  width: 100%;
  padding-right: 6px;
  right: -6px;
  text-align: right;
}

.mfp-counter {
  position: absolute;
  top: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  right: 0;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  text-align: left;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
    right: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*------------------------------------*\
    $GLOBAL
\*------------------------------------*/
/**
 * Global elements that are on all or the majority of pages, such as header, footer etc
 */
.header {
  margin: 0 0 1.2rem 0;
}
@media screen and (min-width: 992px) {
  .header {
    margin: 0;
  }
}

@media screen and (min-width: 992px) {
  .header-wrapper {
    margin: 0 0 2.2rem;
    position: relative;
    -webkit-box-align: end;
            align-items: flex-end;
  }
}

.site-logo {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 50%;
  margin: 0;
  display: block;
}
@media screen and (min-width: 992px) {
  .site-logo {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

.site-logo--alt {
  margin: 2rem 0 0 0;
}

.site-logo__link {
  display: block;
  width: 82px;
}

.header__buttons {
  display: none;
}
@media screen and (min-width: 992px) {
  .header__buttons {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
            align-items: stretch;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.header__buttons .btn__samples {
  background-color: transparent;
  color: #000;
  position: relative;
  font-size: 1.6rem;
  margin-left: 1rem;
  padding: 3.1rem 4rem 0;
}
.header__buttons .btn__samples::after {
  content: "";
  position: absolute;
  background-image: url("/Static/images/svg/icon-basket.svg");
  background-repeat: no-repeat;
  width: 2.4rem;
  height: 2.4rem;
  top: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header__buttons .btn__samples.has-items::before {
  content: "";
  background-color: #c41d1d;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  right: 30px;
}
.header__buttons .btn__samples.has-items .btn__samples-number {
  display: block;
}
.header__buttons .btn__samples-number {
  display: none;
  position: absolute;
  top: 11px;
  right: 33px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4rem;
  width: 15px;
  text-align: center;
}

.logo-wrapper {
  padding-left: 1.5rem;
}
@media screen and (min-width: 0) and (max-width: 991px) {
  .logo-wrapper {
    padding-top: 1.2rem;
  }
}

.country-select-wrapper {
  position: relative;
  padding: 0.5rem 0 0;
}

.country-select__button {
  background-color: transparent;
  border: 0;
  padding: 0.5rem 1rem;
  color: #787875;
  position: relative;
  line-height: 1.5;
  font-size: 1.4rem;
}
.country-select__button::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  right: -1.2rem;
  background-image: url("/Static/images/svg/chevron-up-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.country-select__button:focus {
  outline: 0;
  color: #000;
}
.country-select__button:hover {
  color: #000;
}
.country-select__button.is-active::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.country-select__items {
  border: 0.2rem solid #000;
  position: absolute;
  right: -1.5rem;
  left: 1rem;
  top: 3.5rem;
  background-color: #fff;
  z-index: 400;
  padding: 1.2rem;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  height: auto;
  pointer-events: none;
}
.country-select__items.is-active {
  opacity: 1;
  pointer-events: auto;
}

.country-select__link {
  display: -webkit-box;
  display: flex;
  text-decoration: none;
  position: relative;
  font-size: 1.4rem;
  padding-left: 3.2rem;
}
.country-select__link:focus {
  outline: 0;
}
.country-select__link::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 2.4rem;
  height: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.country-select__link--de-de::before {
  background-image: url("/Static/images/svg/icon-german-flag.svg");
}

.country-select__link--nl-nl::before {
  background-image: url("/Static/images/svg/icon-dutch-flag.svg");
}

.country-select__link--en-gb::before {
  background-image: url("/Static/images/svg/icon-uk-flag.svg");
}

.country-select__item {
  margin: 0 0 1rem;
}
.country-select__item:last-of-type {
  margin: 0;
}

.mobile-country-select__button {
  background-color: #fff;
  border: 0.2rem solid #000;
  width: 100%;
  padding: 1.8rem 4rem;
  margin-top: 2rem;
  position: relative;
}
.mobile-country-select__button::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  right: 2rem;
  background-image: url("/Static/images/svg/chevron-up-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.mobile-country-select__button.is-active::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.mobile-country-select__items {
  border: 0.2rem solid #000;
  border-top: 0;
  padding: 1rem;
  display: none;
}

.mobile-country-select__item {
  margin: 0 0 1rem;
}
.mobile-country-select__item:last-of-type {
  margin: 0;
}

.mobile-country-select__link {
  display: -webkit-box;
  display: flex;
  text-decoration: none;
  position: relative;
  padding-left: 3.2rem;
}
.mobile-country-select__link::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 2.4rem;
  height: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.mobile-country-select__link:focus {
  outline: 0;
}

.mobile-country-select__link--de-de::before {
  background-image: url("/Static/images/svg/icon-german-flag.svg");
}

.mobile-country-select__link--nl-nl::before {
  background-image: url("/Static/images/svg/icon-dutch-flag.svg");
}

.mobile-country-select__link--en-gb::before {
  background-image: url("/Static/images/svg/icon-uk-flag.svg");
}

.mobile-samples-icon {
  position: absolute;
  top: 20px;
  width: 2.4rem;
  height: 2.4rem;
  border: 0;
  padding: 0;
  background-image: url("/Static/images/svg/icon-basket.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2.4rem;
  text-indent: -9999em;
  text-decoration: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  right: 6.4rem;
}
.mobile-samples-icon:focus {
  outline: 0;
  border: 0;
}
@media screen and (min-width: 992px) {
  .mobile-samples-icon:focus {
    border: 2px solid #c41d1d;
  }
}
@media screen and (min-width: 992px) {
  .mobile-samples-icon {
    display: none;
  }
}
.mobile-samples-icon.has-items::before {
  content: "";
  background-color: #c41d1d;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  position: absolute;
  top: -12px;
  left: 18px;
}
.mobile-samples-icon.has-items .mobile-samples-icon__number {
  display: block;
}

.mobile-samples-icon__number {
  display: none;
  text-indent: 0;
  color: #fff;
  width: 15px;
  text-align: center;
  position: absolute;
  top: -9px;
  left: 21px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4rem;
}

.header > .container-fluid {
  max-width: 1280px;
}

.navigation-row > .col {
  padding: 0;
}

footer {
  background-color: #e9ecf0;
}

.footer {
  position: relative;
}

.footer-primary {
  margin: 0 auto;
  padding: 3rem 0;
  background-color: #fff;
}

.footer-primary__col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 0 2rem 0;
}

.footer-primary__col--1 {
  -webkit-box-ordinal-group: 4;
          order: 3;
}
@media screen and (min-width: 576px) {
  .footer-primary__col--1 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .footer-primary__col--1 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}

.footer-primary__col--2 {
  -webkit-box-ordinal-group: 2;
          order: 1;
}
@media screen and (min-width: 576px) {
  .footer-primary__col--2 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .footer-primary__col--2 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
}

.footer-primary__col--3 {
  -webkit-box-ordinal-group: 3;
          order: 2;
}
@media screen and (min-width: 576px) {
  .footer-primary__col--3 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .footer-primary__col--3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
}

.footer-primary__col--4 {
  -webkit-box-ordinal-group: 5;
          order: 4;
}
@media screen and (min-width: 576px) {
  .footer-primary__col--4 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .footer-primary__col--4 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
}

.footer-primary__sub1 {
  margin: 0 0 3rem 0;
}

.footer-primary__sub2 {
  margin: 0 0 1rem 0;
}

.footer-nav {
  margin: 0 auto;
  list-style: none;
}

.footer-nav__item {
  margin: 0 0 1rem 0;
  padding: 0;
}

.footer-nav__link {
  text-decoration: none;
  font-weight: 700;
  color: #000;
}
.footer-nav__link:hover, .footer-nav__link:focus {
  color: #000;
  text-decoration: underline;
}
.footer-nav__link:focus {
  outline: 0;
}

.footer-nav__link--grey-bold {
  color: #787875;
  text-decoration: underline;
}

.footer-primary__contact-items li:first-of-type {
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .footer-nav--2col {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media screen and (min-width: 768px) {
  .footer-nav--2col .footer-nav__item {
    padding: 0 2rem 0 0;
  }
}

.social-links {
  margin: 1.6rem auto 0;
  list-style: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
@media screen and (min-width: 576px) {
  .social-links {
    -webkit-box-pack: inherit;
            justify-content: inherit;
  }
}

.social-links__item {
  margin: 0 1.6rem 0 0;
}

.social-links__link {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
}
.social-links__link:hover, .social-links__link:focus {
  color: #000;
  text-decoration: underline;
}
.social-links__link:focus {
  outline: 0;
}

.social-links__link svg:hover {
  -webkit-transition: 0.2s fill ease-in;
  transition: 0.2s fill ease-in;
}
.social-links__link svg:hover:hover {
  fill: #787875;
}

.social-links__link:focus svg {
  fill: #787875;
}

.footer-secondary {
  margin: 1rem auto 0;
  min-height: 80px;
}
@media screen and (min-width: 576px) {
  .footer-secondary {
    margin: 3rem auto 0;
  }
}

.footer-secondary .container-fluid {
  position: relative;
  min-height: inherit;
}

@media screen and (min-width: 0) and (max-width: 991px) {
  .footer-secondary .container-fluid .row {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    text-align: center;
    padding: 3.5rem 0 0.6rem;
  }
}
@media screen and (min-width: 992px) {
  .footer-secondary .container-fluid .row {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 15px;
    right: 15px;
  }
}

.copyright-notice-wrapper {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 0 2rem 0;
}
@media screen and (min-width: 992px) {
  .copyright-notice-wrapper {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
    margin: 0;
  }
}

.copyright-notice {
  font-size: 1.4rem;
  margin-top: 2rem;
}
@media screen and (min-width: 992px) {
  .copyright-notice {
    margin-top: 0;
  }
}

.footer-links-wrapper {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 992px) {
  .footer-links-wrapper {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
}

.footer-links {
  margin: 0 auto;
  list-style: none;
}
@media screen and (min-width: 992px) {
  .footer-links {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
}

.footer-links__item {
  margin: 0 0 1rem 0;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .footer-links__item {
    margin: 0 0 1rem 4rem;
  }
}
.footer-links__item a {
  color: #000;
  font-size: 1.4rem;
}

.footer-links__link {
  display: block;
  text-decoration: none;
}
.footer-links__link:hover, .footer-links__link:focus {
  color: #000;
  text-decoration: underline;
}
.footer-links__link:focus {
  outline: 0;
}

.footer-primary__col h2 {
  font-size: 2.4rem;
  margin-bottom: 2.4rem;
  line-height: 32px;
}
@media screen and (min-width: 992px) {
  .footer-primary__col h2 {
    margin-bottom: 3.2rem;
  }
}

.footer-primary .container-fluid {
  border-top: 2px solid #e9ecf0;
  padding-top: 6rem;
  padding-left: 4rem;
  padding-right: 4rem;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .footer-primary .container-fluid {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .footer-primary .container-fluid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.footer-primary .container-fluid + .row {
  display: -webkit-box;
  display: flex;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .footer-primary .container-fluid + .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .footer-primary .container-fluid + .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

.hero {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #e9ecf0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .hero {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
            flex-direction: initial;
    min-height: 340px;
  }
}
.no-js .hero .picturefill-background {
  display: none;
}

.hero__background {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  z-index: 100;
  background-size: cover;
  background-position: center;
  display: none;
}
@media screen and (min-width: 992px) {
  .hero__background {
    display: block;
  }
}
.hero__background img {
  -o-object-fit: cover;
     font-family: "object-fit:cover;object-position:center center";
     object-fit: cover;
  height: 100%;
  width: 100%;
  -o-object-position: center center;
     object-position: center center;
}

.hero__background-mobile {
  width: 100%;
  min-height: 200px;
  max-height: 400px;
}
@media screen and (min-width: 992px) {
  .hero__background-mobile {
    display: none;
  }
}
.hero__background-mobile img {
  -o-object-fit: cover;
     font-family: "object-fit:cover;object-position:center center";
     object-fit: cover;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
}

.hero__content {
  z-index: 200;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .hero__content {
    align-self: center;
  }
}

.hero__content-wrapper {
  width: 100%;
  padding: 0 0.8rem;
}
@media screen and (min-width: 992px) {
  .hero__content-wrapper {
    width: 50%;
    padding: 2rem 2rem 2rem 0;
  }
}

.hero__inner {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}
@media screen and (min-width: 992px) {
  .hero__inner {
    padding-top: 8.4rem;
    padding-bottom: 8.4rem;
  }
}

.hero__title {
  color: #000;
  margin-bottom: 3.2rem;
}

@media screen and (min-width: 0) and (max-width: 767px) {
  .hero--video {
    display: block;
  }
  .hero--video .hero__background {
    position: static;
  }
  .hero--video .hero__content {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .hero--video {
    min-height: 600px;
    overflow: hidden;
  }
  .hero--video:hover .hero__video-controls {
    opacity: 1;
  }
}
@media screen and (min-width: 992px) {
  .hero--video {
    min-height: 700px;
  }
}
.hero--video video {
  height: 100%;
  max-width: auto;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
  width: 100%;
}
.isEdge .hero--video video, .ie11 .hero--video video {
  height: auto;
}

.hero__video-controls {
  position: relative;
  left: 0;
  width: 100%;
  background: #92949d;
  bottom: 6px;
  height: 39px;
}
@media screen and (min-width: 768px) {
  .hero__video-controls {
    position: absolute;
    bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .hero__video-controls {
    background: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}

.hero__video-btn {
  position: absolute;
  bottom: 5px;
  left: 15px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: none;
  outline: none;
  text-indent: -9999em;
  overflow: hidden;
  border-radius: 50%;
}
.hero__video-btn:focus {
  border: 1px solid #c41d1d;
}

.hero__video-btn--play {
  display: none;
  background: #eee url("/Static/images/svg/icon-play.svg") no-repeat center center;
}

.hero__video-btn--pause {
  display: none;
  background: #eee url("/Static/images/svg/icon-pause.svg") no-repeat center center;
}

.hero__video-btn--mute {
  left: auto;
  right: 15px;
  display: block;
  background: #eee url("/Static/images/svg/icon-mute.svg") no-repeat center center;
}

.hero__video-btn--muted {
  left: auto;
  right: 15px;
  display: block;
  background: #eee url("/Static/images/svg/icon-unmute.svg") no-repeat center center;
}

.hero__progress-bar {
  position: absolute;
  width: calc(100% - 140px);
  height: 10px;
  background-color: #000;
  bottom: 13px;
  left: 70px;
  border-radius: 5px;
}

.hero__time-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #eee;
  border-radius: 5px;
}

.hero-video.is-playing ~ .hero__video-controls .hero__video-btn--play {
  display: none;
}
.hero-video.is-playing ~ .hero__video-controls .hero__video-btn--pause {
  display: block;
}

.hero-video.is-paused ~ .hero__video-controls .hero__video-btn--play {
  display: block;
}
.hero-video.is-paused ~ .hero__video-controls .hero__video-btn--pause {
  display: none;
}

.hero__inner .hero__btn {
  margin: 2.2rem 0 1.6rem;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .hero__inner .hero__btn {
    margin: 4.8rem 0 1.6rem;
  }
}

.hero.no-image .hero__content-wrapper {
  width: 100%;
}

.hero-search {
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .hero-search {
    width: 360px;
  }
}

.hero-search__form {
  border: 2px solid #000;
  width: 100%;
  height: 56px;
  padding: 0;
  display: -webkit-box;
  display: flex;
}

.hero-search__input[type=text] {
  border: 0;
}

.hero-search__btn[type=submit] {
  padding: 0.6rem 2.4rem;
  border: 0;
  background-image: url("/Static/images/icon-search.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  text-indent: -9999em;
}
.hero-search__btn[type=submit]:hover, .hero-search__btn[type=submit]:focus {
  background-color: #e9ecf0;
}
.hero-search__btn[type=submit]:focus {
  outline: 0;
  border: 0;
}

/*------------------------------------*\
    $PRIMARY NAVIGATION
\*------------------------------------*/
.mobile-nav-icon {
  position: absolute;
  top: 12px;
  width: 40px;
  height: 40px;
  border: 0;
  padding: 0;
  background: transparent url("/Static/images/icon-hamburger.svg") no-repeat center center;
  background-size: 20px;
  text-indent: -9999em;
  text-decoration: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  right: 1rem;
  z-index: 100;
}
.mobile-nav-icon:focus {
  outline: 0;
  border: 0;
}
@media screen and (min-width: 992px) {
  .mobile-nav-icon:focus {
    border: 2px solid #c41d1d;
  }
}
@media screen and (min-width: 992px) {
  .mobile-nav-icon {
    display: none;
  }
}

.mobile-nav-icon--alt {
  background: transparent url("/Static/images/icon-hamburger-close.svg") no-repeat center center;
  background-size: 14px;
  margin: 0 1.8rem 0 0;
}

.primary-nav {
  width: 100%;
  height: calc(100% - 72px);
  position: fixed;
  top: 72px;
  bottom: 0;
  margin: 0;
  border: 0;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  overflow-y: scroll;
  z-index: 300;
  left: -9999px;
  right: 0;
}
.nav-active .primary-nav {
  opacity: 1;
  left: 0;
}
@media screen and (min-width: 992px) {
  .primary-nav {
    display: -webkit-box;
    display: flex;
    height: auto;
    background-color: #fff;
    position: relative !important;
    opacity: 1;
    overflow: visible;
    top: 0;
    left: 0;
    visibility: hidden;
  }
  .primary-nav::before, .primary-nav::after {
    content: "";
    position: absolute;
    top: 0;
    left: -99rem;
    background-color: #fff;
    height: calc(100% - 0.15rem);
    width: 99rem;
  }
  .primary-nav::after {
    left: auto;
    left: initial;
    right: -99rem;
  }
}

.primary-nav.primary-nav--visible {
  visibility: visible;
}

/*
Level 1 nav items
 */
/*ul*/
.nav-level-1 {
  width: calc(100% - 4.8rem);
  height: auto;
  margin: 0 2.4rem;
  padding: 0;
  list-style: none;
  border-top: 0;
}
.nav-active .nav-level-1 {
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .nav-level-1 {
    display: -webkit-inline-box;
    display: inline-flex;
    width: auto;
    position: static;
    position: initial;
    background-color: transparent;
    margin: 0;
  }
}

/*li*/
.nav-level-1__item {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  position: relative;
  clear: both;
  display: block;
  float: none;
}
.nav-level-1__item:first-child {
  padding-left: 0;
}
.nav-level-1__item:before {
  display: none;
}
@media screen and (min-width: 992px) {
  .nav-level-1__item {
    width: auto;
    display: inline-block;
    padding: 0;
    margin: 0;
    position: inherit;
  }
}

/*a*/
.nav-level-1__link,
.nav-level-3__link,
.nav-button {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 1.5rem 2rem 1.5rem 0;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #e9ecf0;
  text-decoration: none;
  position: relative;
  display: block;
  color: #000;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: left;
}
@media screen and (min-width: 576px) {
  .nav-level-1__link,
.nav-level-3__link,
.nav-button {
    padding: 1.5rem 3.6rem 1.5rem 0;
  }
}
@media screen and (min-width: 768px) {
  .nav-level-1__link,
.nav-level-3__link,
.nav-button {
    padding: 1.5rem 4.4rem 1.5rem 0;
  }
}
@media screen and (min-width: 992px) {
  .nav-level-1__link,
.nav-level-3__link,
.nav-button {
    width: auto;
    background-color: #fff;
    text-align: center;
    text-indent: 0;
    clear: none;
    border-bottom: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    padding: 2rem 3.2rem;
    -webkit-transition: 0.2s background-color ease-in;
    transition: 0.2s background-color ease-in;
  }
}
.nav-level-1__link:hover, .nav-level-1__link:active, .nav-level-1__link:focus, .nav-level-1__link.is-active,
.nav-level-3__link:hover,
.nav-level-3__link:active,
.nav-level-3__link:focus,
.nav-level-3__link.is-active,
.nav-button:hover,
.nav-button:active,
.nav-button:focus,
.nav-button.is-active {
  text-decoration: none;
  outline: none;
}
@media screen and (min-width: 992px) {
  .nav-level-1__link:hover, .nav-level-1__link:active, .nav-level-1__link:focus, .nav-level-1__link.is-active,
.nav-level-3__link:hover,
.nav-level-3__link:active,
.nav-level-3__link:focus,
.nav-level-3__link.is-active,
.nav-button:hover,
.nav-button:active,
.nav-button:focus,
.nav-button.is-active {
    background-color: #e9ecf0;
  }
}

@media screen and (min-width: 992px) {
  .nav-level-1__heading {
    height: 100%;
    font-weight: bold;
    font-size: 1.5rem;
    text-transform: uppercase;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    border-bottom: 2px solid #fff;
  }
}
@media screen and (min-width: 992px) {
  .nav-level-1__heading.js-loaded {
    border: none;
  }
}

@media screen and (min-width: 992px) {
  .nav-level-1__heading .nav-button {
    padding-right: 4.2rem;
  }
}

@media screen and (min-width: 0) and (max-width: 991px) {
  .nav-level-1__heading .nav-button,
.nav-level-1__item .nav-level-1__link {
    border-bottom: 0.2rem solid #000;
  }
}

.nav-button__icon {
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  background-image: url("/Static/images/svg/icon-menu-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: 18px;
}

.nav-button.is-active > .nav-button__icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.my-account-button {
  margin-left: auto;
  position: relative;
}

.my-account-button__items {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #e9ecf0;
}
@media screen and (min-width: 0) and (max-width: 991px) {
  .my-account-button__items {
    display: block !important;
  }
  .my-account-button__items:before {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .my-account-button__items {
    border: 2px solid #fff;
  }
}
.my-account-button__items:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
}

.my-account-button__item {
  border-bottom: 2px solid #fff;
}
.my-account-button__item:last-child {
  border: none;
}

.my-account-button__link {
  display: block;
  text-align: left;
  color: #000;
  font-weight: normal;
  text-decoration: none;
  padding: 1.2rem 1.4rem;
}
@media screen and (min-width: 992px) {
  .my-account-button__link {
    text-align: center;
  }
}
.my-account-button__link:hover, .my-account-button__link:focus {
  text-decoration: none;
  background-color: #eee;
}

.btn.primary-nav__btn {
  border-radius: 0;
  height: 100%;
  min-width: 170px;
}
@media screen and (min-width: 0) and (max-width: 991px) {
  .btn.primary-nav__btn {
    text-align: left;
    text-transform: uppercase;
    pointer-events: none;
  }
}

@media screen and (min-width: 0) and (max-width: 991px) {
  .btn.primary-nav__btn,
.my-account-button__link {
    width: 100%;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 0) and (max-width: 575px) {
  .btn.primary-nav__btn,
.my-account-button__link {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .btn.primary-nav__btn,
.my-account-button__link {
    padding-left: 3.6rem;
    padding-right: 3.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .btn.primary-nav__btn,
.my-account-button__link {
    padding-left: 4.4rem;
    padding-right: 4.4rem;
  }
}

@media screen and (min-width: 992px) {
  .nav-level-1__mobile-only {
    display: none;
  }
}

.nav-level-1__mobile-only .btn {
  width: 100%;
  margin-top: 4rem;
}

/*
Level 2 nav items
 */
@media screen and (min-width: 992px) {
  .nav-level-2-wrapper {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    background-color: #fff;
    padding: 2.4rem 0 0;
    display: none;
  }
}

/*ul*/
.nav-level-2 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  clear: both;
  list-style: none;
  display: none;
}
@media screen and (min-width: 992px) {
  .nav-level-2 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

/*li*/
.nav-level-2__item {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}
.nav-level-2__item:before {
  display: none;
}
.nav-level-2__item:last-child .tab-heading {
  margin-bottom: 0;
}
.nav-level-2__item .mobile-heading .nav-button {
  padding-left: 2rem;
}
.nav-level-2__item .mobile-heading .nav-button__icon {
  right: 3.6rem;
}
.nav-level-2__item .mobile-subnav-wrapper .nav-level-3__link {
  padding-left: 4rem;
}
@media screen and (min-width: 992px) {
  .nav-level-2__item {
    width: 25%;
    height: auto;
    margin: 0;
    border: 0;
    background-color: #fff;
    display: inline;
    padding: 0 3.2rem;
  }
}

@media screen and (min-width: 992px) {
  .nav-level-2__item.desktop-hidden {
    display: none;
  }
}

/*a*/
.nav-level-2__link,
.nav-level-2__link:visited {
  min-height: 50px;
  margin: 0;
  padding: 10px 10px 10px 30px;
  color: #000;
  text-decoration: none;
  display: block;
}
@media screen and (min-width: 992px) {
  .nav-level-2__link,
.nav-level-2__link:visited {
    min-height: auto;
    width: 100%;
  }
  .nav-level-2__link:after,
.nav-level-2__link:visited:after {
    right: 10px;
    top: 3px;
  }
}
.nav-level-2__link:focus,
.nav-level-2__link:visited:focus {
  outline: 2px solid #c41d1d;
}

.mobile-subnav-wrapper {
  display: none;
}
@media screen and (min-width: 992px) {
  .mobile-subnav-wrapper {
    height: 0;
    display: none !important;
  }
}

/*
Level 3 nav items
 */
/*ul*/
.nav-level-3 {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  clear: both;
  list-style: none;
}
@media screen and (min-width: 992px) {
  .nav-level-3 {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-left: 0;
    margin-right: 0;
    height: auto;
  }
}

@media screen and (min-width: 992px) {
  .nav-level-3__nested .tab-heading {
    margin-top: 2.5rem;
    margin-bottom: 2rem;
  }
}

/*li*/
.nav-level-3__item {
  margin: 0;
}
.nav-level-3__item:before {
  display: none;
}
@media screen and (min-width: 992px) {
  .nav-level-3__item {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}

/*a*/
.nav-level-3__link,
.nav-level-3__link:visited {
  font-size: 1.6rem;
  font-weight: normal;
  position: relative;
  text-transform: none;
  text-transform: initial;
  text-align: left;
}
.nav-level-3__link:focus,
.nav-level-3__link:visited:focus {
  outline: 0;
  text-decoration: none;
  border-bottom: none;
}
@media screen and (min-width: 992px) {
  .nav-level-3__link,
.nav-level-3__link:visited {
    min-height: auto;
    width: 100%;
    padding: 0 0 1rem 0;
    border: 0;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
            align-items: start;
    text-transform: none;
  }
  .nav-level-3__link:hover,
.nav-level-3__link:visited:hover {
    border: none;
    background-color: transparent;
    text-decoration: underline;
  }
  .nav-level-3__link:focus,
.nav-level-3__link:visited:focus {
    text-decoration: underline;
  }
}

.nav-level-3__link:focus {
  background-color: transparent;
}

.nav-level-3__link--bold {
  font-weight: 700;
}

@media screen and (min-width: 992px) {
  .nav-level-3__last-link {
    text-decoration: underline;
    font-weight: 700;
    padding-top: 2rem;
  }
}
.nav-level-3__last-link:hover, .nav-level-3__last-link:focus {
  text-decoration: none;
}

.mega-menu {
  clear: both;
}
@media screen and (min-width: 992px) {
  .mega-menu {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 1;
    display: none;
    z-index: 100;
    float: left;
    -webkit-transition: none;
    transition: none;
    padding-top: 0.2rem;
    background-color: #fff;
  }
  .mega-menu [aria-hidden=false] {
    display: -webkit-box;
    display: flex;
  }
  .mega-menu::before, .mega-menu::after {
    content: "";
    height: calc(100% + 0.4rem);
    width: 99rem;
    background-color: #fff;
    position: absolute;
    top: -0.4rem;
    left: -99rem;
  }
  .mega-menu::after {
    right: -99rem;
    left: auto;
    left: initial;
  }
}

@media screen and (min-width: 992px) {
  .mega-menu__inner {
    height: auto;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    position: relative;
    background-color: #fff;
    border-bottom: 2px solid #e9ecf0;
  }
  .mega-menu__inner::before {
    content: "";
    position: absolute;
    top: -0.4rem;
    left: 0;
    height: 0.2rem;
    width: 100%;
    background-color: #e9ecf0;
  }
}

@media screen and (min-width: 992px) {
  .mega-menu__inner-2-levels .nav-level-2-wrapper {
    display: none;
  }
  .mega-menu__inner-2-levels .mega-menu-content-wrapper {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .mega-menu__inner-2-levels .nav-level-3__item {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

.mega-menu-content-wrapper {
  display: none;
}
@media screen and (min-width: 992px) {
  .mega-menu-content-wrapper {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
    min-height: 400px;
    margin: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1 0 auto;
    position: relative;
    overflow: hidden;
  }
  .has-tabs .mega-menu-content-wrapper {
    min-height: 350px;
  }
  .mega-menu-content-wrapper:focus {
    outline: 0;
  }
}

.mega-menu-content-inner {
  -webkit-box-flex: 1;
          flex: 1 0 auto;
  display: -webkit-box;
  display: flex;
}

@media screen and (min-width: 992px) {
  .mega-menu-content {
    width: 100%;
    margin: 0 auto;
    position: relative;
    -webkit-box-flex: 1;
            flex: 1 0 auto;
    flex-wrap: nowrap;
    padding: 2rem 3.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

@media screen and (min-width: 992px) {
  .mega-menu-content__center {
    -webkit-box-flex: 1;
            flex-grow: 1;
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .mega-menu-content__right {
    width: 340px;
    min-width: 340px;
  }
}

.mega-menu__card .card__title {
  font-size: 2.4rem;
}
.mega-menu__card .card__inner {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 992px) {
  .mobile-heading.hidden {
    display: none;
  }
}

.tab-heading {
  width: 100%;
  height: auto;
  padding: 0 1.5rem 1.2rem 0;
  border: 0;
  font-weight: 700;
  position: relative;
  font-size: 1.6rem;
  display: inline-block;
  text-align: left;
  border-bottom: 0.2rem solid #000;
  background-color: transparent;
  margin-bottom: 1.4rem;
  cursor: auto;
  cursor: initial;
  color: #000;
}
.tab-heading:focus {
  outline: 0;
}

.nav-level-2-tab-panel-container {
  display: -webkit-box;
  display: flex;
}

.close-mega-nav__wrapper {
  display: none;
  position: relative;
  height: 5.5rem;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding-right: 3.2rem;
  background-color: #fff;
}
.close-mega-nav__wrapper span {
  cursor: pointer;
  padding-right: 3.2rem;
}
.close-mega-nav__wrapper span:hover {
  text-decoration: underline;
}
.close-mega-nav__wrapper span::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("/Static/images/icon-hamburger-close.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 1.2rem;
}
@media screen and (min-width: 992px) {
  .close-mega-nav__wrapper {
    display: -webkit-box;
    display: flex;
  }
}

@media screen and (min-width: 992px) {
  .nav-featured-img {
    margin: 0.5rem 0;
    width: 240px;
    height: 164px;
    -o-object-fit: cover;
       font-family: "object-fit:cover";
       object-fit: cover;
  }
}

.mobile-view-all-link {
  padding: 1.5rem 2rem;
  font-weight: 700;
  display: block;
  border-bottom: 0.2rem solid #000;
}
.mobile-view-all-link a {
  color: #000;
}

@media screen and (min-width: 0) and (max-width: 991px) {
  html.nav-active .logo-wrapper,
html.nav-active .mobile-samples-icon,
html.nav-active .mobile-search-icon {
    display: none;
  }
  html.nav-active main,
html.nav-active .breadcrumb-wrapper {
    opacity: 0;
  }
}

.secondary-nav-outer {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  height: 20px;
  display: none;
}
@media screen and (min-width: 992px) {
  .secondary-nav-outer {
    height: auto;
    display: block;
  }
}

.secondary-nav-wrapper {
  margin: 1rem 1.5rem 3rem;
  display: none;
}
@media screen and (min-width: 992px) {
  .secondary-nav-wrapper {
    border-top: 0;
    border-bottom: 0;
    display: block;
    margin-bottom: 0;
  }
}

.secondary-nav {
  margin: 0 auto;
  padding: 0 30px 30px 30px;
  list-style: none;
  display: none;
}
@media screen and (min-width: 992px) {
  .secondary-nav {
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
}

.secondary-nav--alt {
  display: block;
}
@media screen and (min-width: 992px) {
  .secondary-nav--alt {
    display: none;
  }
}

.secondary-nav__link {
  width: 100%;
  height: auto;
  min-height: 38px;
  margin: 0;
  padding: 1rem 1.5rem 0;
  text-decoration: none;
  position: relative;
  display: block;
  text-align: left;
  font-size: 1.4rem;
}
.secondary-nav__link:hover, .secondary-nav__link:focus {
  color: #000;
}
.secondary-nav__link:focus {
  outline: 0;
}

.breadcrumb-wrapper {
  background-color: #f7f5f3;
  padding: 1rem 0;
}

.breadcrumb {
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  background-color: #f7f5f3;
}

.breadcrumb__item {
  margin: 0 3rem 0 0;
  position: relative;
}
.breadcrumb__item:after {
  margin: 0 0.8rem;
  content: "";
  background-image: url("/Static/images/svg/icon-breadcrumb-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -27px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
}
.breadcrumb__item:last-child:after {
  display: none;
}

.breadcrumb__link {
  text-decoration: none;
  color: #000;
  font-size: 1.4rem;
}
.breadcrumb__link:hover {
  text-decoration: underline;
}
.breadcrumb__link:focus {
  text-decoration: underline;
  outline: 0;
}

.skip-link {
  padding: 0.5rem 1rem 1rem 1rem;
  background-color: #fff;
  display: block;
  position: absolute;
  top: -100%;
  left: 2px;
  z-index: 1000;
  text-decoration: none !important;
}
.skip-link:focus {
  top: 2px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  color: #000;
}

.skip-link:visited {
  color: #000;
}

.site-search-wrapper {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 30px;
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #e9ecf0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  overflow-y: scroll;
  z-index: 300;
  left: -9999px;
  right: 0;
}
.search-active .site-search-wrapper {
  opacity: 1;
  left: 0;
}
@media screen and (min-width: 992px) {
  .site-search-wrapper {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    height: 5.6rem;
    padding: 0 1.5rem;
    position: relative;
    background-color: #fff;
    opacity: 1;
    overflow: auto;
    left: 0;
  }
}

.site-search {
  width: 100%;
  height: 5.6rem;
  margin-top: 12rem;
  padding: 0;
  border: 0.2rem solid #000;
  display: -webkit-box;
  display: flex;
}
@media screen and (min-width: 992px) {
  .site-search {
    overflow: visible;
    width: 27.6rem;
    margin-left: 6rem;
    margin-top: 0;
  }
}
.site-search::before, .site-search::after {
  box-sizing: border-box;
}

input.site-search__term {
  height: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 0 1rem;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  max-width: 224px;
}
@media screen and (min-width: 0) and (max-width: 991px) {
  input.site-search__term {
    max-width: 100%;
  }
}
input.site-search__term:focus {
  outline: 0;
}

.site-search__btn {
  width: 50px;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background-image: url("/Static/images/icon-search.svg");
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999em;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.site-search__btn:focus {
  outline: 0;
  border: 2px solid #c41d1d;
}

.btn.site-search__btn {
  background-color: #fff;
  padding: 0.6rem 4.8rem 0.6rem 1.6rem;
  width: auto;
  height: auto;
  height: initial;
}
@media screen and (min-width: 992px) {
  .btn.site-search__btn {
    padding: 0.6rem 2.4rem;
  }
}

.site-search__icon {
  width: 30px;
  height: 30px;
}

.mobile-search-icon {
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent url("/Static/images/icon-search.svg") no-repeat center center;
  text-indent: -9999em;
  text-decoration: none;
  position: absolute;
  top: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  right: 10.2rem;
}
.mobile-search-icon:focus {
  outline: 0;
  border: 2px solid #c41d1d;
}
@media screen and (min-width: 992px) {
  .mobile-search-icon {
    display: none;
  }
}

.mobile-search-icon--alt {
  background: transparent url("/Static/images/icon-hamburger-close.svg") no-repeat center center;
  right: 30px;
}

/*------------------------------------*\
    $COMPONENTS
\*------------------------------------*/
/**
 * objects and abstractions etc.
 */
/*------------------------------------*\
    $BUTTONS
\*------------------------------------*/
.btn {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  vertical-align: middle;
  font-family: "din-2014", sans-serif;
  font-size: 2rem;
  cursor: pointer;
  margin: 0;
  padding: 1.5rem 4.8rem 1.5rem;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  width: 100%;
  border: 0;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  height: 56px;
  /* only remove default outline if alternative focus styling is provided
  *  2.4.7 Focus Visible: Any keyboard operable user interface has a mode of operation where
  *  the keyboard focus indicator is visible. (Level AA)
  */
}
@media screen and (min-width: 576px) {
  .btn {
    width: auto;
    padding: 1.6rem 5.6rem 1.5rem;
  }
}
.btn:hover {
  background-color: #e9ecf0;
  color: #000;
}
.btn:active, .btn:focus {
  outline: 0;
  background-color: #e9ecf0;
  color: #000;
  border: 0;
}

.btn--secondary {
  background-color: transparent;
  color: #000;
  padding: 0 0 0.8rem 0;
  border-bottom: 0.2rem solid #000;
}
.btn--secondary:hover {
  color: #787875;
  background-color: transparent;
}
.btn--secondary:active, .btn--secondary:focus {
  outline: 0;
  border: 2px solid #c41d1d;
  background-color: transparent;
}

.btn--tertiary {
  background-color: transparent;
  color: #000;
  border: 0.2rem solid #000;
}
.btn--tertiary:hover, .btn--tertiary:active, .btn--tertiary:focus {
  background-color: #000;
  color: #fff;
}

.btn--disabled {
  pointer-events: none;
  background-color: #e9ecf0;
}

.btn:disabled {
  pointer-events: none;
  background-color: #e9ecf0;
  color: #92949d;
}
.btn:disabled svg {
  stroke: #92949d !important;
}

.btn--icon {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 auto;
}

.btn--icon:hover svg {
  fill: #fff;
}

.btn-scroll-top {
  position: relative;
  display: -webkit-box;
  display: flex;
  margin: 5.5rem auto 0;
  right: 0;
  z-index: 100;
  bottom: 20px;
  width: 72px;
  height: 72px;
  overflow: hidden;
  text-indent: -1999em;
  color: #fff;
  background-color: #fff;
  border: 0.2rem solid #000;
  border-radius: 50%;
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
}
@media screen and (min-width: 576px) {
  .btn-scroll-top {
    position: absolute;
    display: inline;
    display: initial;
    bottom: -2rem;
    right: 2rem;
    margin: 0;
    margin: initial;
  }
}
@media screen and (min-width: 992px) {
  .btn-scroll-top {
    right: 1.4rem;
  }
}
.btn-scroll-top:focus {
  outline: 0;
  border-color: #92949d;
}

.btn-scroll-top__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  fill: #fff;
}

/*------------------------------------*\
    $CARD LIST OBJECT
\*------------------------------------*/
.card-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  list-style-type: none;
}

.card-list__item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 0 3rem 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .card-list__item {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .card-list__item {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media screen and (min-width: 1200px) {
  .card-list__item--two-col {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.card-list__item-alt {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 0 3rem 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .card-list__item-alt {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .card-list__item-alt {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

.card {
  position: relative;
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
  margin-bottom: 3rem;
  padding: 1rem;
  min-height: 1px;
}
.card:after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e9ecf0;
}
@media screen and (min-width: 768px) {
  .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-bottom: 0;
    padding: 0;
  }
  .card:after {
    content: none;
  }
}
.card:hover,
.card + .on-focus {
  box-shadow: 0 2px 14px 0 rgba(165, 166, 178, 0.7);
}

.card__content {
  padding: 0 0 0 2rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .card__content {
    -webkit-box-flex: 1;
            flex: 1 0 auto;
    padding: 2rem;
  }
}

.card__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .card__inner {
    margin: 0 0 4rem 0;
  }
}

.card__heading {
  color: #000;
  font-size: 2.4rem;
  font-weight: 700;
}

.card__description {
  display: none;
}
@media screen and (min-width: 768px) {
  .card__description {
    display: block;
    margin-top: 3rem;
    margin-bottom: 0;
  }
}

.card__btn {
  align-self: flex-start;
  display: none;
}
@media screen and (min-width: 768px) {
  .card__btn {
    display: block;
  }
}

.card__img {
  min-height: 1px;
}

.card__img-holder {
  width: 60%;
}
@media screen and (min-width: 576px) {
  .card__img-holder {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .card__img-holder {
    width: 100%;
  }
}

.card__img-holder--full-width {
  width: 100%;
}

.card.on-focus {
  box-shadow: 0 2px 14px 0 rgba(165, 166, 178, 0.7);
}

/*------------------------------------*\
    $showroom-card
\*------------------------------------*/
.showroom-card {
  position: relative;
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
  padding: 1rem;
  min-height: 1px;
}
@media screen and (min-width: 768px) {
  .showroom-card:after {
    content: "";
    position: absolute;
    bottom: -32px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e9ecf0;
  }
}
@media screen and (min-width: 768px) {
  .showroom-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-bottom: 0;
    padding: 0;
  }
  .showroom-card:after {
    content: none;
  }
}
.showroom-card:hover,
.showroom-card + .on-focus {
  box-shadow: 0 2px 14px 0 rgba(165, 166, 178, 0.7);
}

.showroom-card__content {
  padding: 2rem 0 2rem 2rem;
  width: 100%;
}

.showroom-card__link {
  text-decoration: none;
  border: 2px solid #000;
  width: 100%;
  height: 100%;
  display: block;
}
.showroom-card__link:focus {
  outline: 0;
  border-color: #92949d;
}

.showroom-card__badge {
  display: inline;
  font-size: 1.4rem;
  line-height: 1.4rem;
  background-color: #e9ecf0;
  font-weight: bold;
  width: auto;
  padding: 4px 8px;
  color: #000;
}

.showroom-card__badge--dark {
  background-color: #000;
  color: #fff;
}

.showroom-card__title {
  color: #000;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
  margin: 0 0 0.8rem;
}

.showroom-card__badge + .showroom-card__title {
  margin: 2.4rem 0 0.8rem;
}

.showroom-card__distance {
  position: relative;
  display: inline;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding-left: 28px;
}
.showroom-card__distance:before {
  position: absolute;
  content: url("../../../Static/images/icon-location.png");
  top: -2px;
  left: 0;
}

.showroom-card__address {
  margin-top: 2rem;
  font-size: 14px;
  line-height: 2.4rem;
  font-style: normal;
  color: #000;
}

.showroom-card.on-focus {
  box-shadow: 0 2px 14px 0 rgba(165, 166, 178, 0.7);
}

.showroom-results {
  margin-top: 5.6rem;
}
@media screen and (min-width: 768px) {
  .showroom-results {
    margin-top: 8rem;
  }
}

@media screen and (min-width: 0) and (max-width: 767px) {
  .showroom-results .filter-index__btn {
    margin: -1.1rem 0 3rem 0;
  }
}

.preferences-bar {
  background-color: #eee;
  padding: 1rem 0;
  border-bottom: 1px solid #92949d;
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .preferences-bar {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

.preferences-bar__title {
  border: 0;
  margin-bottom: 0;
  display: none;
}
@media screen and (min-width: 992px) {
  .preferences-bar__title {
    display: block;
  }
}

.preferences-bar--mobile {
  background-color: #fff;
  margin: 0;
  padding: 0;
}

.preferences-bar--mobile__title {
  display: block;
  margin-bottom: 6rem;
}
@media screen and (min-width: 992px) {
  .preferences-bar--mobile__title {
    display: none;
  }
}

.filter-index {
  margin: 6rem 0 0;
}
@media screen and (min-width: 992px) {
  .filter-index {
    margin: 8rem 0 0;
  }
}
.filter-index .card:after {
  content: none;
}

.filter-open {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .filter-open {
    overflow: auto;
  }
}

@media screen and (min-width: 0) and (max-width: 991px) {
  .filter {
    position: fixed;
    max-height: 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: scroll;
    z-index: 200;
    background-color: #fff;
    -webkit-transition: max-height 0.4s;
    transition: max-height 0.4s;
  }
}
@media screen and (min-width: 992px) {
  .filter {
    position: relative;
    padding: 0 1rem 1rem 0;
  }
}
.filter .accordion-panel__button {
  background-color: transparent;
  border: 0;
  padding-left: 0;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;
}
.filter .accordion-panel__button::before {
  height: 16px;
  right: 9px;
}
.filter .accordion-panel__button::after {
  width: 16px;
  right: 2px;
}
.filter .accordion-panel__button:focus {
  outline: 0;
  text-decoration: underline;
}
.filter .accordion-panel__button.is-active {
  border-bottom: 0;
}
@media screen and (min-width: 0) and (max-width: 991px) {
  .filter-open .filter {
    max-height: 100%;
  }
}

.filter-item {
  padding: 0;
  border-bottom: 2px solid #e9ecf0;
}
.filter-item:first-of-type {
  border-top: 2px solid #e9ecf0;
}
.filter-item:last-of-type {
  border-bottom: 0;
}

.filter-list {
  display: block;
  position: relative;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.filter-list__item label {
  display: inline-block;
}
@media screen and (min-width: 0) and (max-width: 991px) {
  .filter-list__item label {
    width: 100%;
  }
}

.filter__mobile-close {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 992px) {
  .filter__mobile-close {
    display: none;
  }
}

.filter__header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0 1.5rem;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (min-width: 992px) {
  .filter__header {
    padding: 0 0 3.5rem;
  }
}

.filter__clear {
  border: 0;
  background: transparent;
  text-decoration: underline;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #000;
}
.filter__clear:focus {
  outline: 0;
  border: 0;
}

.filter__close {
  width: 44px;
  height: 44px;
  position: relative;
  text-indent: -9999em;
  background-color: transparent;
  background-image: url("/Static/images/icon-hamburger-close.svg");
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 0;
  margin: 1.2rem 0.2rem 0 0;
}
@media screen and (min-width: 992px) {
  .filter__close {
    display: none;
  }
}
.filter__close:active, .filter__close:focus {
  border: 0;
  background-color: transparent;
}

@media screen and (min-width: 0) and (max-width: 991px) {
  .filter__container {
    padding: 0 1.5rem 0 1.5rem;
  }
}

.filter__save-btn {
  display: block;
  margin: 2rem auto 3rem;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .filter__save-btn {
    display: none;
  }
}
.filter__save-btn:active, .filter__save-btn:focus {
  border: 0;
}

.filter-index__filter-col .preferences-bar {
  border-bottom: 0;
}

.filter-index__filter-col .preferences-bar--mobile {
  margin-bottom: 3.2rem;
}

.filter__container .accordion-panel__content {
  padding: 2.4rem 0.5rem;
}

.filter-list__label {
  font-weight: 400;
  color: #000;
}
@media screen and (min-width: 0) and (max-width: 991px) {
  .filter-list__label {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

.filter-list .styled-checkbox [type=checkbox] + span::before {
  box-shadow: 0 0 0 2px #000;
  margin: 0 1em 0 0;
}
@media screen and (min-width: 0) and (max-width: 991px) {
  .filter-list .styled-checkbox [type=checkbox] + span::before {
    margin: 0;
  }
}

.filter-list .styled-checkbox [type=checkbox]:checked + span::before {
  box-shadow: 0 0 0 2px #000;
}

.filter-list .filter-list__item {
  margin: 0 0 2rem;
}
.filter-list .filter-list__item:last-of-type {
  margin: 0;
}

.filter__title {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #000;
}

.filter-index__num-of-results {
  font-weight: 700;
  margin-bottom: 6rem;
}
@media screen and (min-width: 992px) {
  .filter-index__num-of-results {
    margin-bottom: 4rem;
    margin-top: 0.2rem;
  }
}

.filter-index .product-filter__btn {
  background-color: #000;
}
.filter-index .product-filter__btn:hover {
  background-color: #e9ecf0;
}
.filter-index .product-filter__btn:active, .filter-index .product-filter__btn:focus {
  border: 0;
  background-color: #e9ecf0;
}

.filter__dropdown {
  border: 2px solid #000;
  color: #000;
  height: 56px;
}

.product-filter-item__card .card__title {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  color: #000;
}

.product-filter-item__card .card__description p {
  font-size: 1.4rem;
  line-height: 2rem;
}

.product-filter-item__link {
  text-decoration: none;
}
.product-filter-item__link:focus {
  outline: 0;
  box-shadow: 0 2px 14px 0 rgba(165, 166, 178, 0.7);
}
.product-filter-item__link:hover .product-filter-item__image-hover,
.product-filter-item__link:hover .product-card-list__image-hover {
  opacity: 1;
}

.product-filter-item__image-wrapper {
  position: relative;
}

.product-filter-item__image-hover {
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  overflow: hidden;
}

/*------------------------------------*\
    $PAGINATION
\*------------------------------------*/
.pagination-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

/*ol*/
.pagination {
  margin: 0 auto;
  list-style: none;
  display: -webkit-box;
  display: flex;
}

/*li*/
.pagination__item {
  margin: 0 4px;
  border: 1px solid #e9ecf0;
}

/*a*/
.pagination__link {
  padding: 8px 12px;
  display: block;
}
.pagination__link:hover, .pagination__link:focus {
  color: #000;
  text-decoration: underline;
}

/*a*/
.ol-pagination__link--active,
.ol-pagination__link--ellipsis {
  text-decoration: none;
}

/*------------------------------------*\
    $SOCIAL SHARING
\*------------------------------------*/
.social-share-block {
  padding: 0 0 6rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
.no-js .social-share-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .social-share-block {
    padding: 0 0 8rem;
  }
}

.social-share-block .container-fluid {
  border-top: 2px solid #e9ecf0;
  border-bottom: 2px solid #e9ecf0;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .social-share-block .container-fluid {
    padding-top: 2.6rem;
    padding-bottom: 2.6rem;
  }
}

.social-share {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.social-share__title {
  margin: 0 0.4rem 0 0;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .social-share__title {
    font-size: 2.4rem;
    margin: 0 1rem 0 0;
  }
}

.social-share-list {
  display: -webkit-box;
  display: flex;
}

.social-share-list__item {
  display: inline-block;
}

.social-share-list__link {
  background: none;
  border: none;
  outline: none;
  color: #c41d1d;
  text-decoration: underline;
  width: 34px;
  height: 34px;
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.social-share-list__link:hover, .social-share-list__link:focus {
  color: #000;
}
.social-share-list__link:focus {
  outline: 0;
}
@media screen and (min-width: 768px) {
  .social-share-list__link {
    width: 44px;
    height: 44px;
  }
}

.social-share-list__link svg[class^=icon-]:hover {
  fill: #787875;
}

.social-share-list__link:focus svg {
  fill: #787875;
}

.product-detail-info-block + .social-share-block {
  padding: 6rem 0;
}
@media screen and (min-width: 768px) {
  .product-detail-info-block + .social-share-block {
    padding: 8rem 0;
  }
}

/*------------------------------------*\
    $SORT
\*------------------------------------*/
/*------------------------------------*\
    $UMBRACO FORMS
\*------------------------------------*/
.umbraco-forms-form [class*=col-] {
  margin: 0;
  padding: 0;
}
.umbraco-forms-form label {
  display: inline-block;
}
.umbraco-forms-form input[type=radio],
.umbraco-forms-form input[type=checkbox] {
  display: inline;
}

.umbraco-forms-container {
  padding: 0;
}

.umbraco-forms-field {
  margin: 0 0 2.4rem;
}
@media screen and (min-width: 768px) {
  .umbraco-forms-field {
    margin: 0 6.5rem 2.4rem;
  }
  .col-md-6 .umbraco-forms-field {
    margin: 0 2.5rem 2.4rem;
  }
}
.umbraco-forms-field [type=checkbox] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.umbraco-forms-field .checkboxlist [type=checkbox] + label,
.umbraco-forms-field .radiobuttonlist [type=radio] + label {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 0;
}
.umbraco-forms-field [type=checkbox] + label::before {
  content: "";
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  vertical-align: -0.25em;
  border: 0.2rem solid #000;
  margin: 0 0.75em 0 0;
}
.umbraco-forms-field [type=checkbox]:checked + label::before {
  background-image: url("/Static/images/svg//icon-tick.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.2rem 1rem;
}
.umbraco-forms-field [type=checkbox]:focus + label {
  text-decoration: underline;
}
.umbraco-forms-field [type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.umbraco-forms-field [type=radio] + label::before {
  content: "";
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  vertical-align: -0.25em;
  border-radius: 1em;
  border: 0.2rem solid #000;
  margin: 0 0.75em 0 0;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
.umbraco-forms-field [type=radio]:checked + label::before {
  background: #000;
}
.umbraco-forms-field [type=radio]:focus + label {
  text-decoration: underline;
}

.umbraco-forms-field.dataconsent [type=checkbox] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.umbraco-forms-field.dataconsent [type=checkbox] ~ label {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.umbraco-forms-field.dataconsent [type=checkbox] ~ label::before {
  content: "";
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  vertical-align: -0.25em;
  border: 0.2rem solid #000;
  margin: 0 0.75em 0 0;
}
.umbraco-forms-field.dataconsent [type=checkbox]:checked ~ label::before {
  background-image: url("/Static/images/svg//icon-tick.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.2rem 1rem;
}
.umbraco-forms-field.dataconsent [type=checkbox]:focus ~ label {
  text-decoration: underline;
}

.umbraco-forms-field .radiobuttonlist label,
.umbraco-forms-field .checkboxlist label {
  display: inline-block;
  font-weight: normal;
}

.umbraco-forms-label {
  margin: 0 0 0.6rem;
}

.umbraco-forms-field input[type=text],
.umbraco-forms-field input[type=password],
.umbraco-forms-field textarea,
.umbraco-forms-field select {
  border: 0.2rem solid #000;
}

.umbraco-forms-field input[type=text] {
  height: 5.6rem;
}

.umbraco-forms-field textarea {
  height: 12rem;
}

.umbraco-forms-field .field-validation-error {
  margin: 0.8rem 0 0;
}

.umbraco-forms-field input[type=text].input-validation-error,
.umbraco-forms-field textarea.input-validation-error {
  border-color: #c41d1d;
  background-color: #f5d3d3;
}

.umbraco-forms-field input[type=checkbox].input-validation-error + label::before {
  border-color: #c41d1d;
  background-color: #f5d3d3;
}

.umbraco-forms-navigation input[type=submit] {
  padding: 1rem 5.6rem;
  border: 0;
  display: block;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .umbraco-forms-navigation input[type=submit] {
    width: auto;
  }
}

.umbraco-forms-caption {
  display: none;
}

.umbraco-forms-field h2 {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .umbraco-forms-field h2 {
    margin-bottom: 1rem;
  }
}

.umbraco-forms-field h2,
.umbraco-forms-field p {
  text-align: center;
}

/*------------------------------------*\
    $COOKIEBOT
\*------------------------------------*/
.CybotCookiebotDialogDetailBodyContentCookieTypeTable thead th {
  font-size: 1.2rem;
}

.CybotCookiebotDialogDetailBodyContentCookieTypeTable tbody td {
  background-color: #fff;
}

/*------------------------------------*\
    $BLOCKS
\*------------------------------------*/
.promotional-list-block {
  padding: 2.5rem 0.8rem 6rem;
}
@media screen and (min-width: 768px) {
  .promotional-list-block {
    padding: 2.5rem 0 8rem;
  }
}

.promotional-list {
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .promotional-list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 5.5rem;
  }
}
.no-js .promotional-list .picturefill-background {
  display: none;
}

.promotional-list__item {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .promotional-list__item {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 4rem;
  }
  .promotional-list__item:last-child {
    margin-bottom: 0;
  }
}
.promotional-list__item:last-child {
  margin-bottom: 0;
}

.promotional-list__link {
  width: 100%;
  height: 100%;
  display: block;
}
.promotional-list__link:focus {
  border: 2px solid #c41d1d;
}

.promotional-list__article {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
  -webkit-box-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .promotional-list__article {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
            align-items: stretch;
    height: 100%;
    min-height: 48rem;
  }
}
@media screen and (min-width: 992px) {
  .promotional-list__article {
    min-height: 56.4rem;
  }
}

.promotional-list__background {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .promotional-list__background {
    padding-top: 65%;
  }
}
.promotional-list__background.picturefill {
  padding: 0;
}

.promotional-list__noscript {
  width: 100%;
  height: 100%;
}

.promotional-list__content {
  position: relative;
  padding: 2.7rem 1.1rem 2.3rem;
  border: 1px solid #f7f5f3;
  background-color: #f7f5f3;
}
@media screen and (min-width: 768px) {
  .promotional-list__content {
    width: 50%;
    flex-shrink: 0;
    padding: 4rem 6.8rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .promotional-list__article--content-left .promotional-list__content {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
}

.promotional-list__content-wrapper {
  background-color: transparent;
  padding: 0.7rem 1rem;
}
.promotional-list__article--text-white .promotional-list__content-wrapper {
  background-color: #000;
}

.promotional-list__title {
  color: inherit;
}

.promotional-list__heading {
  margin-bottom: 2.6rem;
}
@media screen and (min-width: 768px) {
  .promotional-list__heading {
    margin-bottom: 6.5rem;
  }
}
@media screen and (min-width: 992px) {
  .promotional-list__heading {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}

.promotional-list__btn {
  width: auto;
  margin: 2.6rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .promotional-list__btn {
    margin: 5rem 0 0;
  }
}
.promotional-list__btn:focus {
  color: #787875;
}
.promotional-list__btn:focus, .promotional-list__btn:active {
  border: 0;
  border-bottom: 0.2rem solid #000;
}

.promotional-list-block__heading {
  margin-top: 2.6rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .promotional-list-block__heading {
    margin-bottom: 4.2rem;
    margin-top: 4.5rem;
  }
}

.promotional-list-block__heading + .promotional-list {
  margin-top: 0;
}

.promotional-list-block.grey {
  background-color: #e9ecf0;
}

.promotional-list-block.grey .promotional-list__content {
  background-color: #fff;
  border-color: #fff;
}

.promotional-list-block__btn {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .promotional-list-block__btn {
    margin-top: 6rem;
  }
}

.button-block {
  margin: 4rem 0 6rem;
}
@media screen and (min-width: 768px) {
  .button-block {
    margin: 6rem 0;
  }
}

.button-block .btn:focus {
  border: 0;
}

.rich-text-block {
  padding: 6rem 0;
}
@media screen and (min-width: 768px) {
  .rich-text-block {
    padding: 8rem 0;
  }
}

.rich-text-block__col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .rich-text-block__col {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.rich-text img[style="float: left;"] {
  margin: 8px 25px 10px 0;
}
.rich-text img[style="float: right;"] {
  margin: 8px 0 10px 25px;
}
.rich-text ol,
.rich-text ul {
  display: inline-block;
}
.rich-text ol ol,
.rich-text ol ul,
.rich-text ul ol,
.rich-text ul ul {
  display: block;
}

.rich-text__image-left {
  float: left;
  margin: 8px 25px 10px 0;
}

.rich-text__image-right {
  margin: 8px 0 10px 25px;
  float: right;
}

.text-block {
  background-color: #e9ecf0;
  padding: 5.8rem 0;
}
@media screen and (min-width: 768px) {
  .text-block {
    padding: 7.8rem 0;
  }
}

.text-block__col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .text-block__col {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.text p {
  font-size: 1.4rem;
}

.video-block {
  padding: 5rem 0;
}
@media screen and (min-width: 768px) {
  .video-block {
    padding: 6.6rem 0;
  }
}

.video-block__col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .video-block__col {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
}

.video {
  margin: 0;
  padding: 0;
}

.video__container {
  margin-bottom: 1.2rem;
}

.video__container iframe {
  border: 0;
}

.video__heading {
  margin: 0 0 1rem;
  text-align: center;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .video__heading {
    margin: 0 0 2.8rem;
    font-size: 3.2rem;
  }
}

.video__description {
  display: block;
}

.transcript {
  margin: 0;
  padding: 0;
}

.transcript__title {
  display: inline-block;
  clear: both;
  position: relative;
  margin: 0 0 1rem 0;
}
.transcript__title .accordion-panel__button {
  border: none;
  background: none;
  padding: 0 3.5rem 0 0;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.6rem;
}
.transcript__title .accordion-panel__button:before {
  height: 12px;
  right: 15px;
}
.transcript__title .accordion-panel__button:after {
  width: 12px;
  right: 10px;
}

.transcript__text {
  display: none;
  margin: 0;
}
.no-js .transcript__text {
  display: block;
}

.gallery-carousel-block {
  position: relative;
  padding: 0 0 14.4rem;
  background-color: #f7f5f3;
}
@media screen and (min-width: 768px) {
  .gallery-carousel-block {
    padding: 0 0 16.6rem;
  }
}

.gallery-carousel-block__heading {
  margin-top: 5rem;
  margin-bottom: 4.2rem;
}
@media screen and (min-width: 768px) {
  .gallery-carousel-block__heading {
    margin-top: 7rem;
  }
}

.gallery-carousel {
  opacity: 0;
  margin-top: 8rem;
}
.gallery-carousel.is-visible {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.gallery-carousel-block__heading + .gallery-carousel {
  margin-top: 0;
}

.gallery-carousel__pagination {
  position: absolute;
  bottom: -11rem;
  height: 60px;
  width: 100%;
}

.gallery-carousel__pagination .btn--secondary {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  position: absolute;
  width: auto;
}
.gallery-carousel__pagination .btn--secondary:focus {
  color: #787875;
}

button.gallery-carousel__btn {
  margin: 0 1rem;
}

.gallery-carousel__btn--prev:focus, .gallery-carousel__btn--prev:active,
.gallery-carousel__btn--next:focus,
.gallery-carousel__btn--next:active {
  border-bottom: 0.2rem solid #000;
}

.gallery-carousel__btn--prev {
  left: 1.5rem;
}

.gallery-carousel__btn--next {
  right: 4.4rem;
}

@media screen and (min-width: 768px) {
  .gallery-carousel__container:not(.slick-initialized) .gallery-carousel__slide {
    width: 33%;
    display: inline-block;
    vertical-align: top;
  }
}

.gallery-carousel__item {
  text-align: center;
}

.gallery-carousel__link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  margin: 0 1rem;
  max-width: calc(100% - 2rem);
}
@media screen and (min-width: 0) and (max-width: 575px) {
  .gallery-carousel__link {
    width: 100%;
  }
}
.gallery-carousel__link:focus {
  outline: none;
  border: 1px solid #000;
}

@media screen and (min-width: 0) and (max-width: 575px) {
  .gallery-carousel__link img {
    width: 100%;
  }
}

.gallery-carousel__image-frame {
  position: relative;
}

.gallery-carousel__image {
  width: 100%;
}

.gallery-carousel__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.gallery-carousel__link:hover .gallery-carousel__overlay {
  opacity: 1;
}

.gallery-carousel__content {
  padding: 1.8rem 0 0.8rem;
  text-align: left;
}

.gallery-carousel__description {
  margin: 0;
}

@media screen and (min-width: 0) and (max-width: 991px) {
  .mfp-arrow {
    top: auto;
    top: initial;
    bottom: -5.6rem;
  }
}

.mfp-arrow.mfp-arrow-left,
.mfp-arrow.mfp-arrow-right {
  background-color: #fff;
  opacity: 1;
  width: 7.6rem;
  height: 7.6rem;
}
@media screen and (min-width: 0) and (max-width: 991px) {
  .mfp-arrow.mfp-arrow-left,
.mfp-arrow.mfp-arrow-right {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.mfp-arrow.mfp-arrow-left::before, .mfp-arrow.mfp-arrow-left::after,
.mfp-arrow.mfp-arrow-right::before,
.mfp-arrow.mfp-arrow-right::after {
  border: 0;
}
.mfp-arrow.mfp-arrow-left::before,
.mfp-arrow.mfp-arrow-right::before {
  background-image: url("/Static/images/svg/chevron-up-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.6rem;
  height: 0.8rem;
  margin: 0;
}

.mfp-arrow.mfp-arrow-left::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
          transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

.mfp-arrow.mfp-arrow-right::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
          transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.mfp-bg {
  opacity: 0.9;
}

.mfp-counter {
  font-size: 1.6rem;
  color: #fff;
}

.mfp-close {
  opacity: 1;
}
.mfp-close::before {
  content: "Close";
  font-size: 1.6rem;
  position: absolute;
  right: 3.6rem;
}

@media screen and (min-width: 0) and (max-width: 991px) {
  .mfp-container {
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.mfp-bottom-bar {
  margin-bottom: -3.2rem;
  margin-top: -2.6rem;
}

.banner {
  position: relative;
  background-color: #e9ecf0;
}
.banner .container-fluid {
  position: relative;
  z-index: 200;
  padding: 2.4rem;
}
@media screen and (min-width: 768px) {
  .banner .container-fluid {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.banner__content {
  text-align: center;
  padding: 2rem 2rem 3rem;
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .banner__content {
    padding: 8rem 10% 6rem;
  }
}

.banner__inner {
  margin-bottom: 3.4rem;
}
@media screen and (min-width: 768px) {
  .banner__inner {
    margin-bottom: 5.6rem;
  }
}

.banner__heading {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .banner__heading {
    margin-bottom: 2.6rem;
  }
}

.card-list-block {
  padding: 0 0 6rem;
}
@media screen and (min-width: 992px) {
  .card-list-block {
    padding: 0 0 8rem;
  }
}

.card-list-block.off-white-dark {
  background-color: #f7f5f3;
}

.card-list-block.grey {
  background-color: #e9ecf0;
}

.card-list__link {
  text-decoration: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex-grow: 1;
}
.card-list__link:focus {
  outline: 0;
  box-shadow: 0 2px 14px 0 rgba(165, 166, 178, 0.7);
}

.card-list-block__heading {
  margin-bottom: 4.4rem;
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .card-list-block__heading {
    padding-top: 7rem;
  }
}

.card-list-block .card-list {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .card-list-block .card-list {
    margin-top: 8rem;
  }
}

.card-list-block .card-list-block__heading + .row .card-list {
  margin-top: 0;
}

.card-list-block .card__content {
  padding: 2rem;
  min-height: 54px;
}
@media screen and (min-width: 576px) {
  .card-list-block .card__content {
    min-height: 90px;
  }
}
@media screen and (min-width: 768px) {
  .card-list-block .card__content {
    padding-top: 2.3rem;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
    min-height: 103px;
  }
}

.card-list-block .card__inner {
  margin-bottom: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
}

.card-list-block .card__heading {
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 2.8rem;
}
@media screen and (min-width: 768px) {
  .card-list-block .card__heading {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}

.card-list-block__cta {
  margin: 4.2rem 0 0;
}
@media screen and (min-width: 768px) {
  .card-list-block__cta {
    margin: 6rem 0 0;
  }
}

@media screen and (min-width: 0) and (max-width: 991px) {
  .card-list-block .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 0;
    margin-bottom: 0;
  }
  .card-list-block .card::after {
    content: none;
  }
}

@media screen and (min-width: 0) and (max-width: 991px) {
  .card-list-block .card-list__item {
    margin: 0 0 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .card-list-block .card-list__item {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin: 0;
  }
}

@media screen and (min-width: 0) and (max-width: 991px) {
  .card-list-block .card-list__item:last-of-type {
    margin-bottom: 0;
  }
}

.card-list-block .card-list__item:nth-child(1n+4) {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .card-list-block .card-list__item:nth-child(1n+4) {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 0) and (max-width: 991px) {
  .card-list-block .card__img-holder {
    width: 100%;
  }
}

.form-block {
  padding: 2.4rem;
  background-color: #f7f5f3;
}
@media screen and (min-width: 768px) {
  .form-block {
    padding: 8rem 0;
  }
}

.form-block__col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #fff;
  padding: 2rem 2.4rem;
}
@media screen and (min-width: 768px) {
  .form-block__col {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 16.6666666667%;
    padding: 6.5rem 1.5rem 6rem;
  }
}
.form-block__col legend {
  font-size: 2rem;
  line-height: 2.8rem;
  margin-bottom: 3.2rem;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .form-block__col legend {
    margin-bottom: 2.6rem;
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}

.accordion-block {
  padding: 0 0 5rem;
}
@media screen and (min-width: 768px) {
  .accordion-block {
    padding: 0 0 6.6rem;
  }
}

.accordion-block__col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .accordion-block__col {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.accordion-block__heading {
  margin: 5rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .accordion-block__heading {
    margin: 7rem 0 6rem;
  }
}

.accordion {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .accordion {
    margin-top: 8rem;
  }
}

.accordion-block__heading + .accordion {
  margin-top: 0;
}

.accordion-panel {
  margin: 0;
  width: 100%;
}

.accordion-panel:last-of-type .accordion-panel__button {
  border-bottom: 2px solid #e9ecf0;
}

.accordion-panel__heading {
  width: 100%;
  margin: 0;
}

.accordion-panel__button {
  display: block;
  padding: 1.8rem 4rem 1.8rem 1.5rem;
  position: relative;
  width: 100%;
  background-color: transparent;
  border-top: 2px solid #e9ecf0;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}
.accordion-panel__button:before, .accordion-panel__button:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #000;
  border-radius: 2px;
}
.accordion-panel__button:before {
  height: 24px;
  width: 2px;
  right: 26px;
}
.accordion-panel__button:after {
  height: 2px;
  width: 24px;
  right: 15px;
}

.accordion-panel__button.is-active {
  border-bottom: 2px solid #e9ecf0;
}
.accordion-panel__button.is-active:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.accordion-panel__content {
  display: none;
  padding: 2.6rem 2.4rem;
  margin: 0;
}
.accordion-panel__content div :last-child {
  margin-bottom: 0;
}
.accordion-panel__content img {
  height: auto !important;
}
.no-js .accordion-panel__content {
  display: block;
}
@media screen and (min-width: 768px) {
  .accordion-panel__content {
    padding: 2.4rem 4rem;
  }
}

.accordion-block__btn-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
@media screen and (min-width: 992px) {
  .accordion-block__btn-wrapper {
    margin-top: 6rem;
  }
}

.accordion-panel__content a:focus {
  outline: 0;
}

.social-share-block + .accordion-block .accordion {
  margin-top: 0;
}

.social-share-block + .accordion-block .accordion-block__heading {
  margin-top: 0;
}

.picture-block {
  padding: 6rem 0;
}
@media screen and (min-width: 768px) {
  .picture-block {
    padding: 8rem 0;
  }
}

.picture-block .container-fluid {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.picture-block .row {
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}
@media screen and (min-width: 768px) {
  .picture-block .row {
    margin-left: 0.4rem;
    margin-right: 0.4rem;
  }
}

.picture {
  margin: 0;
}

.picture__caption {
  margin: 1.4rem 0 0;
  color: #000;
}

.quote-block {
  background-color: #e9ecf0;
  padding: 2.4rem;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .quote-block {
    padding: 8rem 0;
  }
}

.quote-block .container-fluid {
  background-color: #fff;
}

.quote-block__col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding: 3.8rem 2rem;
}
@media screen and (min-width: 768px) {
  .quote-block__col {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 7.4rem 8rem;
  }
}

.quote {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  border: none;
}

.quote__quote {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 3.6rem;
}
@media screen and (min-width: 768px) {
  .quote__quote {
    font-size: 3.2rem;
    margin-bottom: 5.5rem;
    line-height: 40px;
  }
}
.quote__quote.quote__quote--marks::before {
  content: '"';
}
.quote__quote.quote__quote--marks::after {
  content: '"';
}

.quote cite {
  font-size: 1.6rem;
  font-weight: 700;
  font-style: normal;
  color: #000;
}
@media screen and (min-width: 768px) {
  .quote cite {
    font-size: 2rem;
  }
}

.dual-rich-text-block {
  padding: 5rem 0;
}
@media screen and (min-width: 768px) {
  .dual-rich-text-block {
    padding: 6.6rem 0;
  }
}

.dual-rich-text-block__heading {
  margin: 0 0 2.8rem;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .dual-rich-text-block__heading {
    margin: 0 0 3.6rem;
    font-size: 3.2rem;
  }
}

.dual-rich-text {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.dual-rich-text__col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .dual-rich-text__col {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.dual-rich-text__col p {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .dual-rich-text__col p {
    margin-bottom: 1rem;
  }
}
.dual-rich-text__col p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .dual-rich-text__col + .dual-rich-text__col.rich-text {
    padding-left: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .dual-rich-text > .dual-rich-text__col.rich-text {
    padding-right: 4rem;
  }
}

.dual-rich-text__col img {
  margin: 0 auto 2rem;
}
@media screen and (min-width: 576px) {
  .dual-rich-text__col img {
    margin: 0;
  }
}

.dual-rich-text a:focus {
  outline: 0;
}

section.dual-rich-text-block + section .section__heading {
  margin-top: 0;
}

.dual-rich-text ul li:last-of-type {
  margin-bottom: 0;
}

.image-list-block {
  padding: 0 0 5rem;
}
@media screen and (min-width: 992px) {
  .image-list-block {
    padding: 0 0 6.6rem;
  }
}

@media screen and (min-width: 768px) {
  .image-list-block .container-fluid {
    padding: 0;
  }
}

.image-list-block__heading {
  font-size: 2.4rem;
  margin-bottom: 2.2rem;
  margin-top: 4.8rem;
}
@media screen and (min-width: 768px) {
  .image-list-block__heading {
    margin-bottom: 2.8rem;
    margin-top: 6.6rem;
    font-size: 3.2rem;
  }
}

.image-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  list-style-type: none;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 6rem;
}
@media screen and (min-width: 576px) {
  .image-list {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
@media screen and (min-width: 768px) {
  .image-list {
    margin-top: 8rem;
  }
}

.image-list-block__heading + .image-list {
  margin-top: 0;
}

.image-list__item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
@media screen and (min-width: 576px) {
  .image-list__item {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .image-list__item {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

@media screen and (min-width: 1200px) {
  .image-list__item:nth-child(1n+5) {
    margin: 2.4rem 0 0;
  }
}

@media screen and (min-width: 576px) and (max-width: 1199px) {
  .image-list__item:nth-child(1n+4) {
    margin: 2.4rem 0 0;
  }
}

@media screen and (min-width: 0) and (max-width: 575px) {
  .image-list__item:nth-child(1n+3) {
    margin: 2.4rem 0 0;
  }
}

.image-list__image {
  margin: 0 auto;
  flex-shrink: 0;
}

.value-proposition-block {
  min-height: 300px;
  background-color: #fff;
  padding-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .value-proposition-block {
    padding-bottom: 8rem;
  }
}

@media screen and (min-width: 0) and (max-width: 767px) {
  .value-proposition-block .row {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.value-proposition-block__col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .value-proposition-block__col {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}

.value-proposition-block__heading {
  margin-bottom: 3.5rem;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .value-proposition-block__heading {
    margin-bottom: 4.4rem;
    margin-top: 7rem;
  }
}

.value-proposition-block__cta {
  margin-top: 0.8rem;
  margin-bottom: 3.6rem;
}
@media screen and (min-width: 768px) {
  .value-proposition-block__cta {
    margin-top: 5.8rem;
    margin-bottom: 0;
  }
}

.value-proposition {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 3.8rem -1.2rem 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .value-proposition {
    margin: 5.8rem -1.2rem 0;
  }
}

.value-proposition-block__heading + .value-proposition {
  margin-top: 0;
}

.value-proposition__item {
  margin: 0 1.2rem 3rem;
  width: calc(50% - 24px);
  max-width: calc(50% - 24px);
  -webkit-box-flex: 1;
          flex-grow: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .value-proposition__item {
    width: calc(33.33% - 24px);
    max-width: calc(33.33% - 24px);
  }
}
@media screen and (min-width: 992px) {
  .value-proposition__item {
    margin-bottom: 0;
    width: calc(16.6666666667% - 24px);
    max-width: calc(16.6666666667% - 24px);
  }
}

.value-proposition__img {
  max-width: 100%;
  max-height: 120px;
  margin: 0 auto 0.8rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .value-proposition__img {
    margin: 0 auto 4rem;
  }
}

.value-proposition__link {
  text-decoration: none;
  font-size: 1.6rem;
  padding-bottom: 1rem;
  color: #000;
}
.value-proposition__link:hover, .value-proposition__link:focus {
  color: #787875;
  outline: none;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .value-proposition__link {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

.value-proposition__text {
  text-decoration: none;
  font-size: 1.6rem;
  padding-bottom: 1rem;
  color: #000;
}
@media screen and (min-width: 768px) {
  .value-proposition__text {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

.dynamic-card-list-block .card__content {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .dynamic-card-list-block .card__content {
    -webkit-box-pack: start;
            justify-content: flex-start;
    padding-top: 2.6rem;
    padding-bottom: 3.4rem;
  }
}

.two-column-card-block {
  padding: 2.4rem 0;
}
@media screen and (min-width: 768px) {
  .two-column-card-block {
    padding: 8rem 0;
  }
}

@media screen and (min-width: 0) and (max-width: 768px) {
  .two-column-card-block .container-fluid {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .two-column-card-block-list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}

.two-column-card-block-list__item {
  margin-bottom: 2.4rem;
}
.two-column-card-block-list__item:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .two-column-card-block-list__item {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0;
  }
  .two-column-card-block-list__item:nth-child(odd) {
    padding-right: 2rem;
  }
  .two-column-card-block-list__item:nth-child(even) {
    padding-left: 2rem;
  }
}

.two-column-card-block-list__article {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
  -webkit-box-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .two-column-card-block-list__article {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
            align-items: stretch;
    height: 100%;
  }
}

.two-column-card-block.off-white-dark .two-column-card-block-list__content {
  border: 1px solid #f7f5f3;
  background-color: #f7f5f3;
}

.two-column-card-block.grey .two-column-card-block-list__content {
  border: 1px solid #e9ecf0;
  background-color: #e9ecf0;
}

.two-column-card-block-list__content {
  position: relative;
  padding: 3.2rem 2rem 3rem;
}
@media screen and (min-width: 768px) {
  .two-column-card-block-list__content {
    width: 100%;
    flex-shrink: 0;
    padding: 5rem 4rem 5.8rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 992px) {
  .two-column-card-block-list__content {
    padding: 7.8rem;
  }
}

.two-column-card-block-list__heading {
  font-size: 3.2rem;
  line-height: 4rem;
  margin-bottom: 2.4rem;
  color: #000;
}
@media screen and (min-width: 768px) {
  .two-column-card-block-list__heading {
    font-size: 4rem;
    line-height: 4.8rem;
    margin-bottom: 3.8rem;
  }
}

.two-column-card-block-list__description {
  margin-bottom: 3.8rem;
}
@media screen and (min-width: 768px) {
  .two-column-card-block-list__description {
    margin-bottom: 5.8rem;
  }
}

.two-column-card-block-list__description + .two-column-card-block-list__btn {
  margin: 0;
}

.product-card-list-block {
  padding-bottom: 6rem;
}
@media screen and (min-width: 992px) {
  .product-card-list-block {
    padding-bottom: 8rem;
  }
}

.product-card-list-block .container-fluid {
  padding: 0 0.8rem;
}
@media screen and (min-width: 768px) {
  .product-card-list-block .container-fluid {
    padding: 0;
  }
}

.product-card-list-block__heading {
  color: #000;
  margin-bottom: 4rem;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .product-card-list-block__heading {
    margin-bottom: 6.2rem;
    margin-top: 7rem;
  }
}

.product-card-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  list-style-type: none;
  -webkit-box-align: start;
          align-items: flex-start;
  margin-top: 6rem;
}
@media screen and (min-width: 576px) {
  .product-card-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (min-width: 768px) {
  .product-card-list {
    margin-top: 8rem;
  }
}

.product-card-list-block__heading + .product-card-list {
  margin-top: 0;
}

.product-card-list__item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
@media screen and (min-width: 576px) {
  .product-card-list__item {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .product-card-list__item {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .product-card-list__item {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

@media screen and (min-width: 768px) {
  .product-card-list__item:nth-child(1n+5) {
    margin: 3.2rem 0 0;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .product-card-list__item:nth-child(1n+3) {
    margin: 3.4rem 0 0;
  }
}
@media screen and (min-width: 0) and (max-width: 575px) {
  .product-card-list__item:nth-child(1n+3) {
    margin: 2.8rem 0 0;
  }
}

.product-card-list__image {
  margin: 0 auto;
  flex-shrink: 0;
}

.product-card-list__desc-first {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
  margin: 1rem 0 0;
}
@media screen and (min-width: 768px) {
  .product-card-list__desc-first {
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin: 2rem 0 0;
  }
}

.product-card-list__desc-second {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin: 0.3rem 0 1rem;
}
@media screen and (min-width: 768px) {
  .product-card-list__desc-second {
    margin: 1rem 0 2rem;
  }
}

.product-card-list-block__cta {
  margin: 3.8rem 0 0;
}

.product-card-list__link {
  text-decoration: none;
}
.product-card-list__link:hover, .product-card-list__link:focus {
  box-shadow: 0 2px 14px 0 rgba(165, 166, 178, 0.7);
}
.product-card-list__link:focus, .product-card-list__link:active {
  outline: 0;
}
.product-card-list__link:hover .product-filter-item__image-hover,
.product-card-list__link:hover .product-card-list__image-hover {
  opacity: 1;
}

.product-card-list__image-wrapper {
  position: relative;
}

.product-card-list__image-hover {
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  overflow: hidden;
}

.product-card-list__text {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (min-width: 768px) {
  .newsletter-block.form-block {
    padding: 4rem 0;
  }
}
@media screen and (min-width: 992px) {
  .newsletter-block.form-block {
    padding: 8rem 0;
  }
}

.newsletter-block {
  position: relative;
}

.newsletter-block__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.newsletter-block h2,
.newsletter legend {
  text-align: left;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .newsletter-block h2,
.newsletter legend {
    margin-bottom: 4rem;
  }
}

.newsletter-block input[type=submit] {
  margin: 1rem 0 0;
}
@media screen and (min-width: 768px) {
  .newsletter-block input[type=submit] {
    margin: 4rem 0 0;
  }
}

.newsletter-block .umbraco-forms-label {
  margin-bottom: 1.2rem;
}

.newsletter-block .umbraco-forms-field {
  margin: 0 1rem 2.4rem;
}
@media screen and (min-width: 992px) {
  .newsletter-block .umbraco-forms-field {
    max-width: 404px;
  }
}

.newsletter-block .form-block__col {
  padding: 3rem 2rem 3.2rem;
}
@media screen and (max-width: 575px) {
  .newsletter-block .form-block__col {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .newsletter-block .form-block__col {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    padding: 6rem 6rem 6rem;
    flex-basis: 472px;
    max-width: 472px;
  }
}
@media screen and (min-width: 992px) {
  .newsletter-block .form-block__col {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
    margin-left: 0;
    padding: 5rem 2.5rem 6rem;
    flex-basis: 600px;
    max-width: 600px;
  }
}
.newsletter-block .form-block__col legend {
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 4rem;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 992px) {
  .newsletter-block .form-block__col legend {
    margin-bottom: 2.6rem;
    font-size: 4rem;
    line-height: 4.8rem;
  }
}

.newsletter-block > .container-fluid .row {
  margin: 0;
}

.newsletter-block .umbraco-forms-field.dataconsent [type=checkbox] ~ label {
  font-weight: 400;
  -webkit-box-align: start;
          align-items: flex-start;
  position: relative;
  padding-left: 4.4rem;
  padding-top: 0.5rem;
}

@media screen and (min-width: 0) and (max-width: 767px) {
  .newsletter-block > .container-fluid {
    padding: 0;
  }
}

.newsletter-block .umbraco-forms-field.titleanddescription {
  max-width: 100%;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .newsletter-block .umbraco-forms-field.titleanddescription {
    margin-bottom: 0;
  }
}

.newsletter-block .umbraco-forms-field.dataconsent [type=checkbox] ~ label::before {
  min-width: 32px;
  position: absolute;
  top: 0;
  left: 0;
}

.newsletter-block .umbraco-forms-field.checkbox input[type=checkbox] + label.umbraco-forms-label {
  font-weight: 400;
  position: relative;
  padding: 0.5rem 0 0 4.4rem;
}
.newsletter-block .umbraco-forms-field.checkbox input[type=checkbox] + label.umbraco-forms-label::before {
  position: absolute;
  top: 0;
  left: 0;
}

.content-card-list-block {
  padding-bottom: 6rem;
}
@media screen and (min-width: 992px) {
  .content-card-list-block {
    padding-bottom: 8rem;
  }
}

.content-card-list-block .container-fluid {
  padding: 0 0.8rem;
}
@media screen and (min-width: 768px) {
  .content-card-list-block .container-fluid {
    padding: 0;
  }
}

.content-card-list-block__border {
  height: 2px;
  width: 100%;
  background-color: #e9ecf0;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .content-card-list-block__border {
    margin-top: 8rem;
  }
}

.content-card-list-block__heading {
  color: #000;
  margin-bottom: 4rem;
  margin-top: 3.8rem;
}
@media screen and (min-width: 768px) {
  .content-card-list-block__heading {
    margin-bottom: 6.2rem;
    margin-top: 6rem;
  }
}

.content-card-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  list-style-type: none;
  -webkit-box-align: start;
          align-items: flex-start;
  margin-top: 6rem;
}
@media screen and (min-width: 576px) {
  .content-card-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (min-width: 768px) {
  .content-card-list {
    margin-top: 8rem;
  }
}

.content-card-list-block__heading + .content-card-list {
  margin-top: 0;
}

.content-card-list__item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
@media screen and (min-width: 576px) {
  .content-card-list__item {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .content-card-list__item {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .content-card-list__item {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

@media screen and (min-width: 768px) {
  .content-card-list__item:nth-child(1n+5) {
    margin: 3.2rem 0 0;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .content-card-list__item:nth-child(1n+3) {
    margin: 3.4rem 0 0;
  }
}
@media screen and (min-width: 0) and (max-width: 575px) {
  .content-card-list__item:nth-child(1n+3) {
    margin: 3.8rem 0 0;
  }
}

.content-card-list__image {
  margin: 0 auto;
  flex-shrink: 0;
}

.content-card-list__desc-first {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
  margin: 1rem 0;
  padding: 0 1.5rem;
  color: #000;
}
@media screen and (min-width: 768px) {
  .content-card-list__desc-first {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}

.content-card-list-block__cta {
  margin: 2.8rem 0 0;
}
@media screen and (min-width: 768px) {
  .content-card-list-block__cta {
    margin: 4.8rem 0 0;
  }
}

.content-card-list__link {
  text-decoration: none;
}
.content-card-list__link:hover, .content-card-list__link:focus {
  box-shadow: 0 2px 14px 0 rgba(165, 166, 178, 0.7);
}
.content-card-list__link:focus {
  outline: 0;
}

.feefo-block {
  padding-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .feefo-block {
    padding-bottom: 7rem;
  }
}

.feefo-block-container {
  margin-top: 7.2rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .feefo-block-container {
    margin-top: 7.6rem;
  }
}

.feefowidget-carousel-summary .feefowidget-stars-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.feefowidget-carousel-summary .feefowidget-rating-label {
  margin-left: 1rem;
}

.feefowidget-content-row {
  font-weight: 700;
}

.main > :last-child.feefo-block,
.main .bathroom-planner-grid > :last-child.feefo-block {
  padding-bottom: 4rem;
}

#showroom-map {
  width: 100%;
  height: 342px;
}

.product-detail-info-block {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .product-detail-info-block {
    margin-top: 8rem;
  }
}

.product-detail-info-block .container-fluid {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .product-detail-info-block .container-fluid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

.product-detail-info__details {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0 1rem;
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .product-detail-info__details {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0;
    padding: 0 1.5rem;
  }
}

.product-detail-info__specs {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .product-detail-info__specs {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 1.5rem 0 4.5rem;
  }
}

.product-detail-info__details p {
  font-weight: 700;
  margin-bottom: 2rem;
}

.product-detail-info__list-item {
  margin-bottom: 1.2rem;
  position: relative;
  padding-left: 2rem;
  color: #000;
}
.product-detail-info__list-item:last-of-type {
  margin-bottom: 0;
}
.product-detail-info__list-item::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

.product-detail-info__item {
  border-top: 1px solid #000;
}
.product-detail-info__item:last-of-type {
  border-bottom: 1px solid #000;
}

.product-detail-info__item-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 1.7rem 0;
}

.product-detail-info__item-container ul {
  list-style: none;
  text-align: right;
  margin: 0;
}

.product-detail-info__item-container li {
  margin-bottom: 0.8rem;
  color: #000;
}
.product-detail-info__item-container li:last-of-type {
  margin-bottom: 0;
}

.product-detail-info__item-container ul li::before {
  content: none;
}

.product-detail-info__item-container a {
  font-weight: 700;
}
.product-detail-info__item-container a:active, .product-detail-info__item-container a:focus {
  outline: 0;
}

.product-detail-info__item-title {
  font-weight: 700;
  margin: 0;
}

.product-detail-hero-block .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .product-detail-hero-block .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

.product-detail-hero__carousel-container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .product-detail-hero__carousel-container {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
    height: 696px;
  }
}

.product-detail-hero__content-container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 3.5rem 2.4rem 4rem;
}
@media screen and (min-width: 992px) {
  .product-detail-hero__content-container {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 6rem 8.2rem 6rem 7rem;
  }
}

.product-detail-hero-block .slick-arrow {
  width: 48px;
  height: 48px;
  background-color: #fff;
  top: inherit;
  bottom: 56px;
  z-index: 2;
  display: block;
  position: absolute;
  padding: 0;
  margin: 0;
  font-size: 0;
  border: 0;
}
.product-detail-hero-block .slick-arrow::after {
  width: 48px;
  height: 48px;
}
@media screen and (min-width: 576px) {
  .product-detail-hero-block .slick-arrow {
    width: 76px;
    height: 76px;
  }
  .product-detail-hero-block .slick-arrow::after {
    width: 76px;
    height: 76px;
  }
}
@media screen and (min-width: 992px) {
  .product-detail-hero-block .slick-arrow {
    bottom: 6px;
  }
}

.product-detail-hero-block .slick-next.slick-arrow {
  right: 0;
}

.product-detail-hero-block .slick-prev.slick-arrow {
  left: inherit;
  right: 48px;
}
@media screen and (min-width: 576px) {
  .product-detail-hero-block .slick-prev.slick-arrow {
    right: 76px;
  }
}

.product-detail-hero-block .slick-arrow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/Static/images/svg/icon-slick-arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
.product-detail-hero-block .slick-prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (min-width: 0) and (max-width: 575px) {
  .product-detail-hero__carousel {
    height: 256px;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .product-detail-hero__carousel {
    height: 456px;
  }
}

.product-detail-hero__carousel.slick-slider {
  padding: 0;
}

.product-detail-hero__carousel .slick-slide {
  width: 628px;
}

.product-detail-hero__carousel .product-detail-hero__carousel-img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
}
@media screen and (min-width: 576px) {
  .product-detail-hero__carousel .product-detail-hero__carousel-img {
    height: 400px;
  }
}
@media screen and (min-width: 992px) {
  .product-detail-hero__carousel .product-detail-hero__carousel-img {
    width: 628px;
    height: 600px;
  }
}

.product-detail-hero__carousel-nav.slick-slider {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 0;
}

.product-detail-hero__carousel-nav .slick-track {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: end;
          justify-content: flex-end;
  width: 100% !important;
  -webkit-transform: inherit !important;
          transform: inherit !important;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .product-detail-hero__carousel-nav .slick-track {
    max-width: 600px;
  }
}

.product-detail-hero__carousel-nav .slick-slide {
  width: 56px;
  height: 56px;
}
@media screen and (min-width: 992px) {
  .product-detail-hero__carousel-nav .slick-slide {
    width: 96px;
    height: 96px;
  }
}

.product-detail-hero__carousel,
.product-detail-hero__carousel-nav {
  opacity: 0;
}
.product-detail-hero__carousel.slick-initialized,
.product-detail-hero__carousel-nav.slick-initialized {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.product-detail-hero__carousel-nav > .slick-arrow {
  display: none;
}

.product-detail-hero__buttons {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .product-detail-hero__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

.product-detail-hero__buttons .btn {
  padding-left: 4rem;
  padding-right: 4rem;
}

button.product-detail-hero__carousel-item {
  background: none;
  padding: 0;
  margin: 0;
  border: 0;
}

.product-detail-hero-block .btn {
  height: 56px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.product-detail-hero-block .btn:active, .product-detail-hero-block .btn:focus {
  border: 0;
}
@media screen and (min-width: 0) and (max-width: 991px) {
  .product-detail-hero-block .btn {
    width: 100%;
  }
}

.product-detail-hero-block button {
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .product-detail-hero-block button {
    margin-bottom: 0;
    margin-right: 2rem;
  }
}

.product-detail-hero__product-collection,
.product-detail-hero__find-showroom {
  color: #787875;
  font-weight: 700;
  display: inline-block;
}

.product-detail-hero__product-collection {
  margin-bottom: 0.6rem;
}
.product-detail-hero__product-collection:focus {
  outline: 0;
}

.product-detail-hero__product-name {
  font-size: 3.2rem;
  line-height: 4rem;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 992px) {
  .product-detail-hero__product-name {
    font-size: 4rem;
    line-height: 4.8rem;
    margin-bottom: 1rem;
  }
}

.product-detail-hero__product-code {
  margin-bottom: 3.4rem;
  font-size: 1.4rem;
}

.product-detail-hero__description {
  margin-bottom: 2.8rem;
  min-height: 260px;
}

.product-detail-hero__description p {
  margin-bottom: 2.5rem;
}
.product-detail-hero__description p:last-of-type {
  margin-bottom: 0;
}

.product-detail-hero__find-showroom {
  margin-bottom: 3.8rem;
}
.product-detail-hero__find-showroom:focus {
  outline: 0;
}

.detail-hero-block {
  padding-top: 2.4rem;
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .detail-hero-block {
    padding-top: 7rem;
    margin-bottom: 7.5rem;
  }
}

.detail-hero-block a:focus {
  outline: 0;
}

.detail-hero__col {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
  padding-right: 2.4rem;
  padding-left: 2.4rem;
}
@media screen and (min-width: 768px) {
  .detail-hero__col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.detail-hero__desc {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-right: 0;
  padding-left: 0;
  margin-top: 5.8rem;
}
@media screen and (min-width: 768px) {
  .detail-hero__desc {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    margin-top: 0;
  }
}

.detail-hero__info {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .detail-hero__info {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: 8.3333333333%;
  }
}

.detail-hero__desc-title {
  color: #000;
  margin-bottom: 4.2rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .detail-hero__desc-title {
    display: block;
  }
}

.detail-hero__desc-heading {
  color: #000;
  margin-bottom: 3rem;
  margin-top: 3.8rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.2rem;
}
.detail-hero__desc-heading:first-of-type {
  margin-top: 0;
}

.detail-hero__desc-list {
  list-style: none;
}

.detail-hero__desc-list-item {
  position: relative;
  padding-left: 2.2rem;
  margin-bottom: 1.2rem;
}
.detail-hero__desc-list-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
}
.detail-hero__desc-list-item:last-of-type {
  margin-bottom: 0;
}

.detail-hero__desc-phone {
  font-size: 2rem;
  line-height: 2.8rem;
  margin-top: 3.8rem;
}

.detail-hero__desc p {
  margin-bottom: 0;
}

.detail-hero__info-img {
  margin: 3rem auto 7.4rem;
  max-height: 200px;
}
@media screen and (min-width: 768px) {
  .detail-hero__info-img {
    margin: 3rem auto 5.6rem;
  }
}

.detail-hero__info-label {
  background-color: #000;
  color: #fff;
  padding: 0.4rem 0.8rem;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 26px;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 1.1rem;
}

.detail-hero__info-title {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}

.detail-hero__info-distance {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1.6rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.detail-hero__info-distance::before {
  content: "";
  background-image: url("/Static/images/svg/icon-marker-showroom.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 14px;
  height: 20px;
}

.detail-hero__info-address {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 2rem;
}

.detail-hero__info-phone {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 0.4rem;
  display: block;
}

.detail-hero__info-email {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 2.2rem;
  display: block;
}

.detail-hero__info-website {
  font-weight: 700;
  display: inline-block;
  margin-bottom: 2.5rem;
}

.detail-hero__info-social {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.detail-hero__info-social a:focus {
  fill: #787875;
}

.detail-hero__info-social--facebook {
  width: 26px;
  height: 26px;
  margin-right: 1.6rem;
}
.detail-hero__info-social--facebook:hover, .detail-hero__info-social--facebook:focus {
  fill: #787875;
}

.detail-hero__info-social--twitter {
  width: 23px;
  height: 19px;
  margin-right: 1.6rem;
}
.detail-hero__info-social--twitter:hover, .detail-hero__info-social--twitter:focus {
  fill: #787875;
}

.detail-hero__info-social--instagram {
  width: 22px;
  height: 22px;
  margin-right: 1.6rem;
}
.detail-hero__info-social--instagram:hover, .detail-hero__info-social--instagram:focus {
  fill: #787875;
}

.detail-hero__info-social--linkedin {
  width: 22px;
  height: 22px;
}
.detail-hero__info-social--linkedin:hover, .detail-hero__info-social--linkedin:focus {
  fill: #787875;
}

.detail-hero__info-maps {
  font-weight: 700;
  position: relative;
  display: block;
  padding-left: 2.2rem;
  margin-top: 3.4rem;
}
.detail-hero__info-maps::before {
  content: "";
  background-image: url("/Static/images/svg/icon-open-new-window.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 14px;
  height: 14px;
}

.basket-block {
  padding: 6rem 0 6rem;
}
@media screen and (min-width: 768px) {
  .basket-block {
    padding: 7.8rem 0 8rem;
  }
}

.basket-block a:focus {
  outline: 0;
}

.basket-block__col {
  padding-right: 2.4rem;
  padding-left: 2.4rem;
}
@media screen and (min-width: 768px) {
  .basket-block__col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
}

.basket-block__heading {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .basket-block__heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: baseline;
            align-items: baseline;
    margin-bottom: 3.2rem;
  }
}

.basket-block__title {
  color: #000;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .basket-block__title {
    margin-bottom: 0;
  }
}

.basket-block__item-amount {
  font-weight: 700;
  margin-bottom: 2.8rem;
}
@media screen and (min-width: 768px) {
  .basket-block__item-amount {
    font-size: 2rem;
    line-height: 2.8rem;
    margin-bottom: 0;
    margin-left: 1.8rem;
  }
}

.basket-block__order-limit {
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 768px) {
  .basket-block__order-limit {
    margin-bottom: 3rem;
  }
}

.basket-block__error {
  background-color: #f5d3d3;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 1.8rem 2rem;
}
.basket-block__error * {
  color: #c41d1d;
  margin-bottom: 0;
  text-align: center;
}

.basket-block__table-header {
  display: none;
}
@media screen and (min-width: 768px) {
  .basket-block__table-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    font-weight: 700;
    margin-top: 6rem;
    margin-bottom: 0.5rem;
  }
}

.basket-block__table-header p:last-of-type {
  margin-left: 12rem;
}

.basket-block__list {
  margin-top: 3.8rem;
}
@media screen and (min-width: 768px) {
  .basket-block__list {
    margin-top: 0;
  }
}

.basket-block__item {
  display: -webkit-box;
  display: flex;
  padding: 2.3rem 0;
  border-top: 2px solid #e9ecf0;
}
.basket-block__item:last-of-type {
  border-bottom: 2px solid #e9ecf0;
}
@media screen and (min-width: 768px) {
  .basket-block__item {
    padding: 4rem 0;
  }
}

.basket-block__item-content {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-left: 2rem;
}

.basket-block__item-collection {
  color: #787875;
  font-weight: 700;
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 768px) {
  .basket-block__item-collection {
    margin-bottom: 0.4rem;
  }
}

.basket-block__item-title {
  color: #000;
  font-size: 2rem;
  line-height: 2.8rem;
  display: block;
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 768px) {
  .basket-block__item-title {
    font-size: 3.2rem;
    line-height: 4rem;
    margin-bottom: 5.6rem;
  }
}
.basket-block__item-title:hover, .basket-block__item-title:focus {
  color: #787875;
}

.basket-block__item-remove {
  background-color: transparent;
  border: 0;
  position: relative;
  padding-left: 2.8rem;
}
.basket-block__item-remove::before {
  content: "";
  background-image: url("/Static/images/svg/icon-remove.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
}
.basket-block__item-remove:hover, .basket-block__item-remove:focus {
  color: #787875;
}
.basket-block__item-remove:focus {
  outline: 0;
}

.basket-block__item-details {
  display: none;
}
@media screen and (min-width: 768px) {
  .basket-block__item-details {
    display: -webkit-box;
    display: flex;
  }
}

.basket-block__item-details-mobile {
  display: block;
}
@media screen and (min-width: 768px) {
  .basket-block__item-details-mobile {
    display: none;
  }
}

.basket-block__item-img {
  width: 80px;
  height: 142px;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .basket-block__item-img {
    width: 168px;
    height: 168px;
  }
}

.basket-block__item-details-mobile p {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.basket-block__item-details-mobile p:first-of-type {
  margin-bottom: 0;
}

.basket-block__item-details-mobile p:last-of-type {
  margin-bottom: 1.6rem;
}

.basket-block__item-quantity {
  font-weight: 700;
}

.basket-block__item-price {
  margin-left: 12.6rem;
  font-weight: 700;
}

.basket-block__checkout {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: end;
          align-items: flex-end;
  margin-top: 4rem;
}

.basket-block__summary {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .basket-block__summary {
    width: 264px;
  }
}

.basket-block__summary-title {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.basket-block__subtotal {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-top: 2px solid #e9ecf0;
  padding-top: 2.2rem;
}

.basket-block__delivery {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid #e9ecf0;
}

.basket-block__shipping-message {
  text-align: right;
  width: 150px;
}

.basket-block__checkout-btns {
  width: 100%;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .basket-block__checkout-btns {
    width: 264px;
  }
}

.basket-block__checkout-btns .btn {
  width: 100%;
}
.basket-block__checkout-btns .btn:focus, .basket-block__checkout-btns .btn:active {
  border: 0;
}

.basket-block__checkout-btns .basket-block__error {
  margin-top: 2rem;
}

.mini-basket-block {
  background-color: #e9ecf0;
  position: fixed;
  bottom: -268px;
  left: 0;
  width: 100%;
  height: 268px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  z-index: 2;
  -webkit-transition: bottom 1s ease;
  transition: bottom 1s ease;
}
@media screen and (min-width: 768px) {
  .mini-basket-block {
    bottom: -120px;
    height: 120px;
  }
}
.mini-basket-block.active {
  bottom: 0;
}

.mini-basket-block .col {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-top: 3rem;
  padding-bottom: 3rem;
  min-height: 268px;
}
@media screen and (min-width: 768px) {
  .mini-basket-block .col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.mini-basket-block p {
  margin-bottom: 0;
}
.mini-basket-block p:first-child {
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  .mini-basket-block p:first-child {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
}

.mini-basket__buttons {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
  width: 100%;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .mini-basket__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    width: auto;
  }
}

.mini-basket__buttons .mini-basket__continue-btn {
  position: relative;
  margin-top: 2rem;
  width: auto;
  font-size: 1.6rem;
  border: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .mini-basket__buttons .mini-basket__continue-btn {
    margin-top: 0;
    margin-bottom: 0.6rem;
  }
}
.mini-basket__buttons .mini-basket__continue-btn:active, .mini-basket__buttons .mini-basket__continue-btn:focus {
  color: #787875;
}
.mini-basket__buttons .mini-basket__continue-btn::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}

.mini-basket__checkout-btn {
  height: 56px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 3rem;
  flex-shrink: 0;
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .mini-basket__checkout-btn {
    margin-left: 5rem;
    margin-top: 0;
    padding-left: 5rem;
    padding-right: 5rem;
    width: auto !important;
  }
}
@media screen and (min-width: 992px) {
  .mini-basket__checkout-btn {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
.mini-basket__checkout-btn:active, .mini-basket__checkout-btn:focus {
  border: 0;
}

.mini-basket__text {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mini-basket__text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    text-align: left;
  }
}
.mini-basket__text p {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .mini-basket__text p {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 992px) {
  .mini-basket__text p {
    font-size: 2rem;
  }
}

button.close-mini-basket-btn {
  position: absolute;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  border: 0;
  top: 10px;
  right: 5px;
  background-image: url("/Static/images/svg/icon-close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  button.close-mini-basket-btn {
    right: 20px;
  }
}

.mini-basket-block .container-fluid {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .mini-basket-block .container-fluid {
    height: auto;
    height: initial;
  }
}

/*------------------------------------*\
    $NON-MODULAR
\*------------------------------------*/
/**
 * template-specific/temporary pages etc.
 */
.filter-index__filter-col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 992px) {
  .filter-index__filter-col {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

.filter-index__results-col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 992px) {
  .filter-index__results-col {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
}

.filter-index .dropdown-filter {
  text-align: left;
}

.filter-index__btn-wrapper {
  text-align: center;
}

.filter-index__btn {
  margin: 0 0 3rem 0;
  width: auto;
}
.filter-index__btn:active, .filter-index__btn:focus {
  border: 0;
  border-bottom: 2px solid #000;
  color: #787875;
}

.filter-index .dropdown-filter__label {
  width: 100%;
  display: block;
}
@media screen and (min-width: 992px) {
  .filter-index .dropdown-filter__label {
    width: auto;
    margin-bottom: 0;
    display: inline-block;
  }
}

.filter-index .dropdown-filter__select {
  width: 100%;
  display: inline-block;
  height: 60px;
  letter-spacing: 3.2px;
  background-position: right 24px center;
  padding: 1.2rem 2rem;
}
@media screen and (min-width: 992px) {
  .filter-index .dropdown-filter__select {
    width: 250px;
    height: auto;
    letter-spacing: normal;
    background-position: right 15px center;
    padding: 1.2rem 0.7rem;
  }
}

.filter-index .card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-bottom: 0;
  padding: 0;
}

.filter-index .card__content {
  padding: 2rem;
}

.filter-index .card__description {
  display: block;
}

.product-filter {
  width: 100%;
}

.product-filter__title {
  font-weight: bold;
}

.product-filter__btn {
  width: 100%;
  background-color: #000;
  display: block;
}
.product-filter__btn:active, .product-filter__btn:focus {
  border: 0;
}
@media screen and (min-width: 992px) {
  .product-filter__btn {
    display: none;
  }
}

.search-results__summary-wrapper {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .search-results__summary-wrapper {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    margin-left: 8.3333333333%;
  }
}

.search-results__summary {
  margin: 0 0 3rem 0;
  text-transform: uppercase;
  font-weight: bold;
}

.search-results__search-wrapper {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  margin: 0 0 3rem 0;
}
@media screen and (min-width: 992px) {
  .search-results__search-wrapper {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

.search-results__btn-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 3.8rem;
}
@media screen and (min-width: 768px) {
  .search-results__btn-wrapper {
    margin-top: 6rem;
  }
}

.search-results__btn {
  width: auto;
}
.search-results__btn:active, .search-results__btn:focus {
  border: 0;
  border-bottom: 0.2rem solid #000;
  color: #787875;
}

.search-results-list__item {
  border-top: 2px solid #e9ecf0;
  padding: 2.2rem 0 2.8rem;
}
.search-results-list__item:last-of-type {
  border-bottom: 2px solid #e9ecf0;
}

.search-result {
  margin: 0;
}

.search-result__term {
  margin: 0 0 0.5rem 0;
  font-size: 2rem;
}

.search-result__link {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #000;
  text-decoration: none;
  display: inline-block;
}
.search-result__link:hover, .search-result__link:focus {
  color: #787875;
  text-decoration: underline;
  outline: 0;
}
@media screen and (min-width: 768px) {
  .search-result__link {
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin-bottom: 1.6rem;
  }
}

.search-result__description {
  margin: 0;
}

.search-result__download {
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
}

.search-results-layout__heading {
  margin-bottom: 3.2rem;
  color: #000;
}
@media screen and (min-width: 768px) {
  .search-results-layout__heading {
    margin-left: 8.3333333333%;
  }
}

.search-results-layout {
  padding-top: 3.8rem;
  padding-bottom: 7.4rem;
}
@media screen and (min-width: 768px) {
  .search-results-layout {
    padding-top: 6rem;
    padding-bottom: 9.5rem;
  }
}

.search-results-layout .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .search-results-layout .col {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
}

.search-results-layout .container-fluid {
  padding-right: 2.4rem;
  padding-left: 2.4rem;
}
@media screen and (min-width: 768px) {
  .search-results-layout .container-fluid {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.sitemap-layout {
  padding: 4rem 0 1rem;
}
@media screen and (min-width: 768px) {
  .sitemap-layout {
    padding: 6rem 0 3rem;
  }
}

.sitemap-layout .container-fluid {
  padding-right: 2.4rem;
  padding-left: 2.4rem;
}
@media screen and (min-width: 768px) {
  .sitemap-layout .container-fluid {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.sitemap-layout h2 {
  margin-bottom: 6rem;
}

.sitemap-wrapper {
  margin: 0 0 3rem 0;
}

.sitemap__item {
  list-style: none;
}

.sitemap .sitemap__item::before {
  content: none;
}

.sitemap__link {
  text-decoration: underline;
  font-weight: 700;
  color: #787875;
  margin-bottom: 1.8rem;
  display: inline-block;
}
.sitemap__link:hover, .sitemap__link:focus {
  color: #000;
  text-decoration: underline;
}
.sitemap__link:focus {
  outline: 0;
}
.sitemap__link:visited {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .sitemap-layout .col {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
}

.page-error {
  padding: 3rem 1rem 3.8rem;
}
@media screen and (min-width: 768px) {
  .page-error {
    padding: 6rem 0 4rem;
  }
}

.page-wrapper--error-page .footer-secondary {
  padding: 3rem 0;
}
.page-wrapper--error-page .copyright-notice {
  margin: 0;
}
.page-wrapper--error-page .header {
  padding-top: 4rem;
}

.page-error__title {
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .page-error__title {
    margin-bottom: 6.2rem;
  }
}

.page-error__heading {
  font-size: 2rem;
  line-height: 2.8rem;
  margin-bottom: 3rem;
  margin-top: 3.8rem;
}
.page-error__heading:first-of-type {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .error-layout .col {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
}

.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.container-fluid--bathroom-planner {
  overflow: hidden;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .container-fluid--bathroom-planner {
    margin: 0;
    padding: 0;
  }
}

.bathroom-planner-component {
  position: relative;
  /* Slider */
}
.bathroom-planner-component .slick-slider {
  position: relative;
  display: block;
  padding: 0 7.8rem;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  touch-action: pan-y;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .bathroom-planner-component .slick-slider {
    padding: 0;
  }
}
.bathroom-planner-component .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.bathroom-planner-component .slick-list:focus {
  outline: none;
}
.bathroom-planner-component .slick-list.dragging {
  cursor: pointer;
}
.bathroom-planner-component .slick-slider .slick-track,
.bathroom-planner-component .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.bathroom-planner-component .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bathroom-planner-component .slick-track:before,
.bathroom-planner-component .slick-track:after {
  display: table;
  content: "";
}
.bathroom-planner-component .slick-track:after {
  clear: both;
}
.bathroom-planner-component .slick-loading .slick-track {
  visibility: hidden;
}
.bathroom-planner-component .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.bathroom-planner-component [dir=rtl] .slick-slide {
  float: right;
}
.bathroom-planner-component .slick-slide img {
  display: block;
}
.bathroom-planner-component .slick-slide.slick-loading img {
  display: none;
}
.bathroom-planner-component .slick-slide.dragging img {
  pointer-events: none;
}
.bathroom-planner-component .slick-initialized .slick-slide {
  display: block;
}
.bathroom-planner-component .slick-loading .slick-slide {
  visibility: hidden;
}
.bathroom-planner-component .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.bathroom-planner-component .slick-arrow.slick-hidden {
  display: none;
}
.bathroom-planner-component .slick-arrow {
  position: absolute;
  top: 30px;
  height: 48px;
  width: 48px;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  font-size: 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .bathroom-planner-component .slick-arrow {
    display: none !important;
  }
}
.bathroom-planner-component .slick-arrow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 48px;
  width: 48px;
  background: url("/static/images/bathroom-planner/icon-arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
.bathroom-planner-component .slick-prev {
  left: 20px;
}
.bathroom-planner-component .slick-prev:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.bathroom-planner-component .btn--bathroom-planner-home:focus,
.bathroom-planner-component .btn--bathroom-planner:focus {
  border: 0;
}

.bathroom-planner-room-selection {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 8rem 0;
}

.bathroom-planner-room-selection__title {
  text-align: center;
  margin: 0 auto 4rem;
  font-size: 2.4rem;
}
@media screen and (min-width: 992px) {
  .bathroom-planner-room-selection__title {
    margin: 0 auto 6rem;
    font-size: 3.2rem;
  }
}

.bathroom-planner-room-selection-options {
  list-style: none;
  width: 100%;
  max-width: 800px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 0 !important;
}

.bathroom-planner-room-selection-options__btn {
  display: block;
  margin: 0 auto 2rem;
  padding: 0.2rem;
  border: 2px solid transparent;
  background: transparent;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .bathroom-planner-room-selection-options__btn {
    width: 100%;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .bathroom-planner-room-selection-options__btn img {
    width: 100%;
  }
}

.bathroom-planner-room-selection-options__btn--selected {
  border: 2px solid #000;
}

.bathroom-planner-room-selection-options__p {
  text-align: center;
  color: #000;
  font-size: 2rem;
  font-weight: 600;
  margin: 0 auto 4rem;
}
@media screen and (min-width: 992px) {
  .bathroom-planner-room-selection-options__p {
    margin: 0 auto 6rem;
  }
}

.btn--bathroom-planner {
  margin: 0 auto;
  width: 204px;
  display: block;
  height: auto;
}

.bathroom-planner-controls {
  position: relative;
  width: 100%;
  bottom: 0;
}

.bathroom-planner-controls__svg {
  fill: none;
  stroke: #000;
  stroke-width: 2px;
}

.bathroom-planner-wrapper {
  -ms-overflow-style: none;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .bathroom-planner-wrapper {
    margin: 0;
    padding: 0;
    overflow: hidden;
    overflow-x: scroll;
  }
}
.bathroom-planner-wrapper::-webkit-scrollbar {
  display: none;
}

.bathroom-planner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 8rem auto;
  overflow: hidden;
  -ms-overflow-style: none;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .bathroom-planner {
    height: 568px;
    width: 909px;
    margin: 0 auto;
    overflow-x: scroll;
  }
}

.bathroom-planner-background {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
}

.bathroom-planner-lighting {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
  opacity: 0.2;
}

.bathroom-planner-profile {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
  display: none;
}

.bathroom-planner-profile--active {
  display: block;
}

.bathroom-planner-img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
}

.btn-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
}

.btn--update-layer {
  flex-basis: 16%;
  margin: 0 auto 1rem;
}

.btn--update-layer:focus {
  outline: 0;
}

.btn--update-layer:hover {
  background: green;
}

.btn--update-layer-active {
  background: green;
  color: white;
}

/* spots */
.spot {
  position: absolute;
  height: 32px;
  width: 32px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
  border: 0;
  border-radius: 50%;
  outline: 0;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  padding: 0;
}

.spot:disabled {
  opacity: 0.5;
}

.spot:hover {
  cursor: pointer;
  border-color: grey;
}

.spot--has-texture {
  background: rgba(0, 0, 0, 0.9);
  border-color: rgba(0, 0, 0, 0.9);
}

.cross-svg {
  pointer-events: none;
}

.cross-svg-active {
  display: none;
}

.spot--active {
  background: white;
  border-color: white;
}
.spot--active .cross-svg-active {
  display: block;
}
.spot--active .cross-svg {
  display: none;
}

/* texture selector */
.texture-selector-wrapper {
  width: 100%;
  position: absolute;
  bottom: 0;
  color: #000;
}

.texture-selector {
  width: 100%;
  height: 305px;
  position: absolute;
  left: -2000px;
  right: 0;
  bottom: 0;
  padding: 2rem 0;
  background: #fff;
  -webkit-transition: left ease 0.9s;
  transition: left ease 0.9s;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .texture-selector {
    height: 353px;
    padding: 2.2rem;
  }
}

.texture-selector--open {
  left: 0;
}

.texture-selector__toggle {
  position: absolute;
  top: -48px;
  right: 40px;
  width: 93px;
  height: 48px;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 1rem;
  overflow: hidden;
  background: #fff;
  border: 0;
  font-size: 1.6rem;
  -webkit-transition: height ease 0.3s;
  transition: height ease 0.3s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .texture-selector__toggle {
    right: 20px;
  }
}

.texture-selector__toggle:hover {
  cursor: pointer;
}

.texture-selector__title {
  font-weight: 600;
  margin: 2.5rem 0 2rem 2rem;
}

.texture-select {
  display: inline-block;
  width: 276px;
  margin: 0 1.8rem 2.8rem;
  border: 2px solid #000;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .texture-select {
    margin: 1.2rem auto 1.8rem;
    width: 100%;
  }
}

.texture-list {
  display: -webkit-box;
  display: flex;
  margin: 0 1rem;
  padding: 1rem 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .texture-list {
    margin: 0 -22px 0 0;
    padding: 2.2rem 0 0 0;
  }
}

.texture-list-slick {
  display: none;
}

.texture-list-slick.slick-initialized {
  display: block;
}

@media screen and (min-width: 768px) {
  .texture-list:not(.texture-list-slick) .texture-btn {
    margin-right: 0.3rem;
  }
}

.texture-list-wrapper {
  display: none;
}

.texture-list-wrapper--active {
  display: block;
}

.texture-list div {
  margin: 0 0.2rem 0 0;
  padding: 0;
}

.texture-btn {
  position: relative;
  height: 100px;
  width: 100px;
  border: 0;
  background: transparent;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.texture-btn:hover {
  opacity: 0.6;
}

.texture-btn:focus,
.texture-btn:active {
  outline: 0;
}

.texture-btn--selected {
  border: 2px solid #000;
}
.texture-btn--selected:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 96px;
  height: 96px;
  border: 2px solid #fff;
}

.texture-btn-title {
  font-size: 1.2rem;
  line-height: 16px;
  margin-top: 0.4rem;
  max-width: 100px;
}

.texture-selector__select-collection-text {
  display: inline-block;
  font-weight: 700;
  margin: 0 0 0 4.8rem;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .texture-selector__select-collection-text {
    margin: 0;
  }
}

.texture-selector__select-collection-text--floor {
  padding: 1.4rem 0 4rem;
}

.texture-selector__collection-pairs-text {
  display: inline-block;
}
@media screen and (min-width: 0) and (max-width: 991px) {
  .texture-selector__collection-pairs-text {
    display: none;
  }
}

.slick-next {
  right: 20px;
}

.sample-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  max-width: 304px;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .sample-list {
    margin-bottom: 1rem;
  }
}
.sample-list li {
  width: 60px;
  background-size: 60px 60px !important;
  margin: 0 1rem 0 0;
  background-repeat: no-repeat !important;
}

.sample-list__title {
  margin: 7rem 0 0 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6rem;
}

#bathroomPlannerCanvas {
  display: none;
}

.btn--bathroom-planner-home {
  position: absolute;
  top: 20px;
  left: 20px;
  height: 48px;
  width: 48px;
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  z-index: 100;
  background: #fff;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .btn--bathroom-planner-home {
    top: 40px;
  }
}

.btn--confirm-design {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 99px;
  padding: 1.4rem 1rem;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center;
  z-index: 100;
  background: #fff;
  color: #000;
  font-size: 1.6rem;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .btn--confirm-design {
    left: calc(100vw - 120px);
    top: 40px;
  }
}

.body--overview-open {
  overflow: hidden;
  position: relative;
  height: 100%;
  margin: 0;
}

.overview-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: -5000px;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 300;
  padding: 8rem 0;
  -webkit-transition: left 0.6s ease;
  transition: left 0.6s ease;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .overview-wrapper {
    padding: 0;
    flex-wrap: wrap;
    overflow-y: scroll;
  }
}
.overview-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 47%;
  height: 100%;
  background: #e9ecf0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .overview-wrapper:before {
    display: none;
  }
}

.overview-wrapper--open {
  left: 0;
  overflow-y: auto;
}

.overview-menu__title {
  margin-bottom: 3rem;
}

.btn--close-overview {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 120px;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center;
  padding: 2rem 1rem;
  z-index: 300;
  background: transparent;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .btn--close-overview {
    top: 0;
    left: 0;
  }
}
.btn--close-overview img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.btn--close-overview:active, .btn--close-overview:focus {
  border: 0;
}

.overview-design {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .overview-design {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    padding-top: 6.8rem;
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }
}

.overview-design__title {
  text-align: center;
}

.overview-design__btns {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 3.4rem 0 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .overview-design__btns {
    display: none;
  }
}

.overview-design__btns .btn {
  width: 260px;
  height: 56px;
  margin: 0;
  padding: 1rem;
  line-height: 10px;
}
.overview-design__btns .btn:active, .overview-design__btns .btn:focus {
  border: 0;
}

.overview-design__btns .btn--icon {
  justify-content: space-around;
}
.overview-design__btns .btn--icon:active svg, .overview-design__btns .btn--icon:focus svg {
  fill: #fff;
}

.btn--icon.btn__start-again {
  margin: 3.4rem 0 0;
  height: 56px;
  width: 172px;
  padding: 1rem 2rem;
  justify-content: space-around;
}
.btn--icon.btn__start-again svg {
  stroke: #fff;
  stroke-width: 2;
}
.btn--icon.btn__start-again:hover svg, .btn--icon.btn__start-again:active svg, .btn--icon.btn__start-again:focus svg {
  stroke: #000;
}
.btn--icon.btn__start-again:active, .btn--icon.btn__start-again:focus {
  border: 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .btn--icon.btn__start-again {
    display: none;
  }
}

.overview-menu {
  margin-left: 8.3333333333%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  text-align: left;
  margin-top: 6.6rem;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .overview-menu {
    margin-left: 0;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 4rem;
    margin-top: 0;
    background: #e9ecf0;
    z-index: 100;
  }
  .overview-menu * {
    position: relative;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .overview-menu::before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    background: #e9ecf0;
    z-index: 0;
  }
}
.overview-menu .btn {
  width: 100%;
  max-width: 272px;
  margin-bottom: 2rem;
  padding: 1.5rem 4rem;
  border: 2px solid #000;
}
.overview-menu .btn:hover {
  background-color: #fff;
}
.overview-menu p {
  margin-bottom: 3.2rem;
}

.samples {
  width: 100%;
  display: -webkit-box;
  display: flex;
}
@media screen and (min-width: 0) and (max-width: 991px) {
  .samples {
    flex-wrap: wrap;
  }
}

.sample-wrapper__title {
  font-size: 1.6rem;
  font-weight: 600;
}

.convertedCanvas {
  margin: 0 auto 3.2rem;
}

.social-share-block--bathroom-planner {
  padding: 1.4rem 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin: 0 0 2rem;
}

.social-share-block--bathroom-planner .container-fluid {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .social-share-block--bathroom-planner .container-fluid {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.social-share-block--bathroom-planner .col {
  padding-left: 0;
  padding-right: 0;
}

.social-share-block--bathroom-planner .social-share {
  -webkit-box-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .social-share-block--bathroom-planner .social-share {
    -webkit-box-pack: center;
            justify-content: center;
  }
}

.social-share-block--bathroom-planner .social-share__title {
  line-height: 3.2rem;
  font-weight: 400;
  margin: 0 5rem 0 0;
  color: #000;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .social-share-block--bathroom-planner .social-share__title {
    display: none;
  }
}

.social-share__mobile-title {
  display: none;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .social-share__mobile-title {
    display: block;
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 700;
    margin: 0 1.8rem 0 0;
    color: #000;
  }
}

.social-share-block--bathroom-planner .social-share-list__item:first-of-type {
  margin: 0 1.5rem 0 0;
}

.social-share-list__item--email {
  display: none;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .social-share-list__item--email {
    display: block;
    margin: 0 0 0 1.5rem;
  }
}

.overview-menu__email-share-heading {
  font-weight: 400;
  margin: 0 0 0.8rem;
  color: #000;
}

.overview-menu__email-share-text {
  color: #000;
  margin-bottom: 2rem;
}

.overview-menu__mobile-heading {
  display: none;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .overview-menu__mobile-heading {
    display: block;
    padding-top: 4rem;
    text-align: center;
    font-size: 2.4rem;
    line-height: 3.2rem;
    color: #000;
  }
}

.overview-menu__mobile-text {
  display: none;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .overview-menu__mobile-text {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #000;
  }
}

.btn.overview-menu__mobile-btn {
  display: none;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .btn.overview-menu__mobile-btn {
    display: block;
    margin: 0 auto;
    margin-bottom: 4rem;
  }
  .btn.overview-menu__mobile-btn:active, .btn.overview-menu__mobile-btn:focus {
    border: 0;
  }
}

.overview-menu__mobile-btns {
  display: none;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .overview-menu__mobile-btns {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 0) and (max-width: 767px) {
  .overview-menu__mobile-btns .btn {
    max-width: 100%;
  }
  .overview-menu__mobile-btns .btn:active, .overview-menu__mobile-btns .btn:focus {
    border: 0;
  }
}

@media screen and (min-width: 0) and (max-width: 767px) {
  .overview-menu__mobile-btns form {
    width: 100%;
  }
}

.overview-menu__mobile-btns .btn--icon {
  -webkit-box-pack: center;
          justify-content: center;
}
.overview-menu__mobile-btns .btn--icon svg {
  margin: 0 0 0 1rem;
}
.overview-menu__mobile-btns .btn--icon:active svg, .overview-menu__mobile-btns .btn--icon:focus svg {
  fill: #fff;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .overview-menu__mobile-btns .btn--icon:hover {
    background-color: transparent;
  }
  .overview-menu__mobile-btns .btn--icon:active, .overview-menu__mobile-btns .btn--icon:focus {
    background-color: #000;
    color: #fff;
  }
}

.overview-menu__form--complete {
  display: none;
}

.overview-menu__form-label {
  margin: 0 0 1rem 0;
}

input[type=text].overview-menu__form-input,
input[type=email].overview-menu__form-input {
  border: 2px solid #000;
  height: 56px;
  margin: 0 0 2.4rem;
}
input[type=text].overview-menu__form-input:last-of-type,
input[type=email].overview-menu__form-input:last-of-type {
  margin: 0;
}

.overview-menu__form .umbraco-forms-field {
  margin: 2.4rem 0 0;
}

.overview-menu__form .umbraco-forms-field.dataconsent [type=checkbox] ~ label::before {
  min-width: 32px;
}

.overview-menu__form label {
  color: #000;
}

.overview-menu__form-btn.btn {
  display: block;
  margin: 2.4rem auto 0;
}
.overview-menu__form-btn.btn:active, .overview-menu__form-btn.btn:focus {
  border: 0;
}

.overview-menu__form-message {
  background-color: #ace692;
  text-align: center;
  border: 2px solid #81bd66;
  padding: 3rem 1rem;
  margin: 1rem 0 0;
  display: none;
}
.overview-menu__form-message p {
  margin: 0;
  font-weight: 700;
}

.reset-modal-wrapper {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 300;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .reset-modal-wrapper {
    padding: 0 2.2rem;
  }
}
.reset-modal-wrapper h4 {
  color: #000;
}

.reset-modal-wrapper--open {
  display: -webkit-box;
  display: flex;
}

.reset-modal {
  position: relative;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  padding: 6rem 3.2rem;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .reset-modal {
    padding: 6rem 2.2rem;
  }
}
.reset-modal .btn {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .reset-modal .btn {
    max-width: 210px;
  }
}
.reset-modal .btn:focus {
  outline: 0;
  border: 0;
}
.reset-modal .btn--close-reset {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center;
  padding: 1.6rem;
  z-index: 300;
  background: transparent;
  color: #000;
  font-size: 1.6rem;
}
.reset-modal .btn--close-reset:focus {
  outline: 0;
  border: 0;
}

.basket-error-modal-wrapper {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 300;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .basket-error-modal-wrapper {
    padding: 0 2.2rem;
  }
}
.basket-error-modal-wrapper h4 {
  color: #000;
}

.basket-error-modal-wrapper--open {
  display: -webkit-box;
  display: flex;
}

.basket-error-modal {
  position: relative;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  padding: 6rem 3.2rem;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .basket-error-modal {
    padding: 6rem 2.2rem;
  }
}
.basket-error-modal .btn {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .basket-error-modal .btn {
    max-width: 210px;
  }
}
.basket-error-modal .btn:focus {
  outline: 0;
  border: 0;
}
.basket-error-modal .btn--close-reset {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center;
  padding: 1.6rem;
  z-index: 300;
  background: transparent;
  color: #000;
  font-size: 1.6rem;
}
.basket-error-modal .btn--close-reset:focus {
  outline: 0;
  border: 0;
}
.basket-error-modal .btn--modal-return {
  max-width: 300px;
}

.profile-selection {
  position: absolute;
  bottom: 22px;
  left: 24px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  width: 220px;
  height: 48px;
  padding: 0 1rem 0 1.5rem;
  background: #fff;
}
.profile-selection p {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 600;
}

.profile-selection--recap {
  position: relative;
  flex-wrap: wrap;
  height: 70px;
  width: 172px;
  margin-top: 2.2rem;
  margin-left: auto;
  margin-right: 2.4rem;
  padding: 0;
}
@media screen and (min-width: 0) and (max-width: 991px) {
  .profile-selection--recap {
    left: 0;
    top: -6px;
    margin: 0;
  }
}
.profile-selection--recap p {
  flex-basis: 100%;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.profile-section__buttons {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  padding: 1.5rem;
  background: #f7f5f3;
}
.profile-section__buttons .btn:hover:before {
  display: none;
}

.btn--profile-select {
  position: relative;
  height: 24px;
  width: 24px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  font-size: 0;
}
.btn--profile-select:hover, .btn--profile-select:hover, .btn--profile-select:focus {
  border: 0;
  outline: 0;
}
.btn--profile-select:hover:before, .btn--profile-select:hover:before, .btn--profile-select:focus:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  border: 2px solid #000;
  border-radius: 50%;
  height: 30px;
  width: 30px;
}

.btn--profile-select-white {
  background: #fff;
  border: 1px solid #e9ecf0;
}
.btn--profile-select-white:hover, .btn--profile-select-white:disabled {
  background: #fff;
}

.btn--profile-select-light-grey {
  background: #e9ecf0;
}
.btn--profile-select-light-grey:hover, .btn--profile-select-light-grey:disabled {
  background: #e9ecf0;
}

.btn--profile-select-grey {
  background: #a9abb4;
}
.btn--profile-select-grey:hover, .btn--profile-select-grey:disabled {
  background: #a9abb4;
}

.btn--profile-select-black {
  background: #000;
}
.btn--profile-select-black:hover, .btn--profile-select-black:disabled {
  background: #000;
}

.btn--profile-select-active:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  border: 2px solid #000;
  border-radius: 50%;
  height: 30px;
  width: 30px;
}

@media screen and (min-width: 768px) {
  .bathroom-planner-grid .rich-text-block__col {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 16.6666666667%;
  }
}

.basket-error-modal__message {
  font-size: 2.4rem;
  line-height: 32px;
  text-align: center;
}

.basket-error-modal__sub-message {
  font-size: 2rem;
  line-height: 28px;
  text-align: center;
  margin: 0;
}

.basket-error-modal-products {
  position: relative;
  width: 100%;
  margin: 1rem 0;
  padding: 2rem 0;
  list-style: none;
  text-align: center;
}
.basket-error-modal-products li {
  list-style: none;
  margin: 0 auto 0.5rem;
  padding: 0;
}
.basket-error-modal-products li:last-child {
  margin: 0 auto 0;
}
.basket-error-modal-products::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #e9ecf0;
}
.basket-error-modal-products::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #e9ecf0;
}

.bathroom-planner-pdf {
  padding-bottom: 4rem;
}
.bathroom-planner-pdf h3 {
  text-align: center;
}
.bathroom-planner-pdf h4 {
  text-align: center;
}

.bathroom-planner-pdf-header {
  width: 100%;
  height: 120px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 2.2rem 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .bathroom-planner-pdf-header {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 2.2rem 4rem 1rem;
  }
}

@media screen and (min-width: 0) and (max-width: 767px) {
  .bathroom-planner-pdf-header__logo {
    margin-bottom: 2rem;
  }
}

.bathroom-planner-pdf-header__title {
  font-size: 2rem;
}

.bathroom-planner-pdf__image {
  width: 100%;
  max-width: 944px;
  margin: 0 auto 5rem;
}

.bathroom-planner-pdf-product-list {
  list-style: none;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.bathroom-planner-pdf-product-list li {
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  padding: 0;
  margin: 0 0 3.2rem;
}
@media screen and (min-width: 768px) {
  .bathroom-planner-pdf-product-list li {
    flex-basis: 50%;
  }
}
@media screen and (min-width: 992px) {
  .bathroom-planner-pdf-product-list li {
    flex-basis: 25%;
  }
}

.bathroom-planner-pdf-product-list__thumb {
  width: 80px;
  height: 80px;
  margin-right: 1.6rem;
}

.bathroom-planner-pdf-product-list__text p:first-child {
  font-size: 2rem;
}
.bathroom-planner-pdf-product-list__text p:last-child {
  font-size: 1.6rem;
}

.product-filter-layout {
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 8rem;
}

.product-filter-layout .filter-index__btn {
  margin-bottom: 0;
}

.product-filter-layout .card__inner {
  margin: 0;
}

.product-filter-layout .card__title {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.product-filter-layout .card__description p {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 0;
}

.product-filter-layout .card-list__item {
  margin-bottom: 2rem;
}

.product-filter-layout .filter-index__btn-wrapper {
  margin-top: 1.8rem;
}

.company-filter-card {
  border: 2px solid #000;
}

.company-filter-card .card__label p {
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 0.4rem 0.8rem;
  display: inline-block;
  margin-bottom: 1.8rem;
}

.company-filter-card .card__label--signature p {
  background-color: #000;
  color: #fff;
}

.company-filter-card .card__label--authorised p {
  background-color: #e9ecf0;
  color: #000;
}

.company-filter-card .card__title {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 0.7rem;
}

.company-filter-card .card__distance {
  font-size: 1.4rem;
  line-height: 2.4rem;
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1.8rem;
}
.company-filter-card .card__distance::before {
  content: "";
  background-image: url("/Static/images/svg/icon-marker-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.company-filter-card .card__address {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 0;
}

.find-installer__search {
  position: relative;
  background: #e9ecf0;
}
.find-installer__search h1 {
  margin-bottom: 3rem;
}
.find-installer__search p {
  margin-bottom: 3rem;
}

.find-installer__searchbox {
  position: relative;
  margin-bottom: 1.4rem;
}
@media screen and (min-width: 992px) {
  .find-installer__searchbox {
    margin-bottom: 0;
  }
}
.find-installer__searchbox input[type=text] {
  padding: 1.4rem 6rem 1.4rem 1.4rem;
  border: 2px solid #000;
}

.find-installer__search-submit {
  text-indent: -2000em;
  background: url("/Static/images/icon-search.svg") no-repeat center right 20px;
  background-size: 1.8rem 1.8rem;
  width: 6rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 2px;
  border: none;
}
.find-installer__search-submit:hover, .find-installer__search-submit:focus {
  background-color: #e9ecf0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  outline: 0;
}

.find-installer__results {
  margin-top: 5.4rem;
  margin-bottom: 5.4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .find-installer__results {
    margin-top: 8rem;
    margin-bottom: 7.4rem;
  }
}

.find-installer__total {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
}
@media screen and (min-width: 0) and (max-width: 575px) {
  .find-installer__total {
    padding-left: 1rem;
  }
}

.find-installer__container {
  display: -webkit-box;
  display: flex;
  width: 100%;
  text-align: left;
  flex-wrap: wrap;
}

.find-installer__container__item {
  margin: 1.2rem;
  width: 100%;
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .find-installer__container__item {
    width: calc(50% - 1.2rem);
  }
  .find-installer__container__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .find-installer__container__item:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .find-installer__container__item {
    width: calc(25% - 1.8rem);
  }
  .find-installer__container__item:nth-child(4n+1) {
    margin-left: 0;
  }
  .find-installer__container__item:nth-child(4n+4) {
    margin-right: 0;
  }
}
.find-installer__container__item h4 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.4rem;
  margin-bottom: 1rem;
  color: #000;
}
.find-installer__container__item address {
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #000;
}
.find-installer__container__item:hover {
  box-shadow: 0 2px 14px 0 rgba(165, 166, 178, 0.7);
}

.find-installer__distance {
  vertical-align: middle;
  margin-bottom: 1.5rem;
}
.find-installer__distance:before {
  content: "";
  background: url("/Static/images/svg/icon-reversed-marker.svg") no-repeat;
  background-size: 14px 20px;
  width: 2.4rem;
  height: 2.4rem;
  vertical-align: middle;
  display: inline-block;
}

.find-installer__load-more {
  background: none;
  border: none;
  text-align: center;
  padding-bottom: 5px;
  margin-top: 2.6rem;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .find-installer__load-more {
    margin-top: 6rem;
  }
}
.find-installer__load-more:after {
  display: block;
  width: 100%;
  background: #000;
  height: 2px;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 auto;
}
.find-installer__load-more:hover:after {
  width: 0;
}

.find-installer__link {
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
  border: 2px solid #000;
  padding: 2rem;
}
.find-installer__link:focus, .find-installer__link:hover {
  outline: none;
  border-color: #92949d;
}

@media screen and (min-width: 0) and (max-width: 991px) {
  .find-installer__search .hero__background {
    position: relative;
    display: block;
    height: 200px;
    width: 100%;
  }
}

.hero__postcode-error {
  margin-top: 1rem;
}

/*------------------------------------*\
    $PRINT
\*------------------------------------*/
/**
 * print style
 */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #000;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
/*# sourceMappingURL=maps/styles-website.css.map */
